/* ── TOKENS ────────────────────────────── */
:root{
  --navy:#0F123F;
  --navy-deep:#090c2e;
  --navy-mid:#1a2060;
  --primary:#111149;
  --secondary:#CBD9FA;
  --text-dark:#212121;
  --gold:#D4AF37;
  --gold-light:#e8c84a;
  --orange:#F57600;
  --cream:#F7F5EF;
  --cream-mid:#EDE9DF;
  --white:#FFFFFF;
  --ink:#0F123F;
  --muted:rgba(15,18,63,0.55);
  --line:#e5e9f1;
  --soft:#f7f9fd;
  --text-muted:rgba(255,255,255,0.55);
  --text-muted-dark:rgba(15,18,63,0.55);
  --radius:12px;
  --radius-lg:20px;
  --shadow:0 18px 45px rgba(15,18,63,0.10);
  --shadow-lg:0 16px 64px rgba(15,18,63,0.18);
  --max:1180px;
  /* Every homepage section shares this content box: 1240px of content
     inside a 1440px frame, matching the Figma grid. */
  --kc-content:1280px;
  --kc-gutter:80px;
}

/* ── RESET ─────────────────────────────── */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:#fff;color:var(--ink);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.container{max-width:var(--max);margin:0 auto;padding:0 28px}

/* ── SHARED TOP BACKGROUND ─────────────── */
.nav-bg{
  position:absolute;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(ellipse 70% 60% at 65% 50%,rgba(212,175,55,0.07) 0%,transparent 60%),
    radial-gradient(ellipse 50% 80% at 10% 80%,rgba(245,118,0,0.05) 0%,transparent 60%);
}

/* ── SITE HEADER ───────────────────────── */
.site-header{
  position:sticky;top:0;z-index:999;
  width:100%;
  background:#fff;
  border-bottom:1px solid rgba(17,17,73,0.06);
  box-sizing:border-box;
  padding:17px 40px;
}
.header-inner{
  width:100%;
  max-width:none;
  margin:0;
  min-height:70px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.header-logo{
  display:flex;
  align-items:center;
  flex-shrink:0;
}
.header-logo-img{
  display:block;
  width:132.82px;
  height:60px;
  object-fit:contain;
}
.header-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:32px;
  flex:1;
}
.header-nav a,
.header-nav__placeholder{
  font-size:18px;
  font-weight:600;
  line-height:normal;
  color:var(--text-dark);
  white-space:nowrap;
  transition:opacity .2s;
}
.header-nav a:hover{opacity:.72}
.header-nav a.is-active{font-weight:600;opacity:1}
.header-nav__placeholder{
  cursor:default;
}
.header-actions{
  display:flex;
  align-items:center;
  flex-shrink:0;
}
.header-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 20px;
  border-radius:12px;
  background:var(--secondary);
  color:var(--text-dark);
  font-size:16px;
  font-weight:600;
  line-height:normal;
  white-space:nowrap;
  transition:filter .2s;
}
.header-cta:hover{filter:brightness(.96)}
.header-toggle{
  display:none;
  width:42px;
  height:42px;
  border:1px solid rgba(33,33,33,0.12);
  border-radius:10px;
  background:#fff;
  color:var(--text-dark);
  align-items:center;
  justify-content:center;
  cursor:pointer;
  flex-shrink:0;
}
.header-toggle span{
  position:relative;
  display:block;
  width:19px;
  height:2px;
  background:currentColor;
  border-radius:2px;
  transition:background .2s;
}
.header-toggle span::before,
.header-toggle span::after{
  content:'';
  position:absolute;
  left:0;
  width:19px;
  height:2px;
  background:currentColor;
  border-radius:2px;
  transition:transform .2s,top .2s;
}
.header-toggle span::before{top:-6px}
.header-toggle span::after{top:6px}
.header-toggle[aria-expanded="true"] span{background:transparent}
.header-toggle[aria-expanded="true"] span::before{top:0;transform:rotate(45deg)}
.header-toggle[aria-expanded="true"] span::after{top:0;transform:rotate(-45deg)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:15px 24px;min-height:52px;font-weight:900;font-size:15px;cursor:pointer;font-family:inherit;text-decoration:none;transition:all .2s}
.btn-gold{background:linear-gradient(180deg,var(--gold-light),var(--gold));color:var(--navy-deep);box-shadow:0 12px 28px rgba(212,175,55,0.22)}
.btn-gold:hover{transform:translateY(-1px);box-shadow:0 14px 32px rgba(212,175,55,0.32)}
.btn-dark{background:rgba(255,255,255,0.06);color:#fff;border:1px solid rgba(255,255,255,0.18)}
.btn-dark:hover{background:rgba(255,255,255,0.1)}

/* ── HOMEPAGE WRAP / SLOTS ─────────────── */
.kc-wrap{
  width:100%;max-width:calc(var(--kc-content) + var(--kc-gutter) * 2);
  margin-left:auto;margin-right:auto;
  padding:0 var(--kc-gutter);box-sizing:border-box;
}
.kc{font-weight:400}
.kc :is(h1,h2,h3,h4,h5,h6){font-weight:600}
.asset-slot{
  display:flex;align-items:center;justify-content:center;text-align:center;
  background:rgba(203,217,250,.45);color:#5b6490;border:1px dashed rgba(17,17,73,.22);
  font-size:12px;font-weight:600;letter-spacing:.02em;
}
img.kc-hero__bg,img.kc-hero__person-img,img.kc-how__visual,img.kc-cats__visual,img.kc-cats__photo,
img.kc-join__visual,img.kc-app__phones,img.kc-app__phone,img.kc-app__phones-img{
  display:block;width:100%;height:100%;object-fit:cover;
}
img.kc-values__icon,img.kc-why__icon{display:block;object-fit:contain}

/* ── HERO ──────────────────────────────── */
.kc-hero{
  position:relative;overflow:hidden;height:620px;min-height:620px;
  background:#111149;color:#fff;padding:0 !important;
}
img.kc-hero__bg{
  position:absolute;inset:0;z-index:0;
  width:100%;height:100%;
  object-fit:cover;object-position:52% 62%;
  pointer-events:none;
}
.kc-hero__shade{
  position:absolute;inset:0;z-index:0;pointer-events:none;
  background:linear-gradient(90deg,#111149 0%,rgba(41,41,175,0) 100%);
}
.kc-hero__inner{
  position:relative;z-index:1;
  width:100%;max-width:calc(var(--kc-content) + var(--kc-gutter) * 2);
  height:620px;margin:0 auto;
  display:flex;align-items:center;
  padding:0 var(--kc-gutter);box-sizing:border-box;
}
.kc-hero__copy{max-width:720px;position:relative;z-index:3}
.kc-hero h1{
  margin:0;color:#fff;white-space:normal;
  font-size:50px;line-height:1.2;letter-spacing:-.01em;font-weight:800;
}
.kc-hero__line{display:block}
@media (min-width:761px){
  .kc-hero__line{white-space:nowrap}
}
.kc-hero__accent{
  background:linear-gradient(180deg,#FDE68A 0%,#F5C14B 52%,#E8A317 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.kc-hero p{
  margin:20px 0 0;max-width:630px;
  font-size:20px;line-height:1.55;font-weight:400;color:#fff;
}
.kc-hero__stores{display:flex;align-items:center;gap:12px;margin-top:20px;flex-wrap:wrap}
.kc-hero__store{display:block;line-height:0}
.kc-hero__store img{display:block;width:134px;height:56px;max-width:none}
.kc-hero__store--play img{height:56px;margin:0}
.kc-hero__person.asset-slot{
  align-self:stretch;min-height:480px;height:100%;
  background:rgba(255,255,255,.06);border:1px dashed rgba(255,255,255,.28);color:#cbd9fa;
}
img.kc-hero__person{
  position:absolute;z-index:2;
  top:18px;right:60px;bottom:0;
  width:550px;height:602px;max-width:none;
  object-fit:cover;object-position:50% 0%;
  background:transparent;border:0;pointer-events:none;
}

/* ── VALUES ────────────────────────────── */
.kc-values{text-align:center}
section.kc.kc-values,section.kc.kc-why{padding:60px 0}
.kc-values__title{margin:0 0 16px;font-size:40px;line-height:1.2;font-weight:600;color:var(--primary)}
.kc-values__lead{margin:0 auto 60px;max-width:1240px;font-size:18px;line-height:28px;font-weight:400;color:#6A7282}
.kc-values__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:41px}
.kc-values__card{
  background:#E8EAF6;border-radius:16px;min-height:215px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:28px 14px 24px;box-sizing:border-box;
}
.kc-values__icon,.kc-values .asset-slot.kc-values__icon{
  width:76px;height:76px;border-radius:50%;flex:0 0 76px;
  background:#111149;padding:12px;box-sizing:border-box;
}
.kc-values .asset-slot.kc-values__icon{
  background:rgba(255,255,255,.06);border:1px dashed rgba(17,17,73,.22);color:#5b6490;padding:0;
}
.kc-values__label{
  margin-top:14px;font-size:18px;line-height:22px;font-weight:600;color:var(--primary);
  max-width:251px;
}

/* ── WHY CHOOSE ────────────────────────── */
.kc-why{padding-top:60px;padding-bottom:60px}
.kc-why h2{margin:0;font-size:40px;line-height:60px;font-weight:600;text-align:center;color:#111149}
.kc-why__title-break{display:inline}
.kc-why__lead{margin:16px auto 37px;text-align:center;font-size:18px;line-height:28px;color:#6A7282;max-width:1240px}
.kc-why__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:41px}
.kc-why__card{
  background:#F4F5F8;border:0;border-radius:16px;padding:32px 28px;
  min-height:251px;box-sizing:border-box;
}
.kc-why__icon,.kc-why .asset-slot.kc-why__icon{
  width:52px;height:52px;border-radius:12px;margin-bottom:24px;flex:0 0 52px;
  background:#E8EAF6;padding:12px;box-sizing:border-box;object-fit:contain;
}
.kc-why .asset-slot.kc-why__icon{
  border:1px dashed rgba(17,17,73,.22);padding:0;
}
.kc-why__card h3{margin:0 0 12px;font-size:22px;line-height:27px;font-weight:600;color:#111149}
.kc-why__card p{margin:0;font-size:16px;line-height:26px;color:#6A7282}

/* ── HOW IT WORKS ──────────────────────── */
section.kc.kc-how{background:#E7E7F5;padding:60px 0}
.kc-how__header{text-align:center;margin-bottom:60px}
.kc-how__header h2{margin:0;font-size:40px;line-height:48px;font-weight:600;color:#111149}
.kc-how__header p{margin:16px 0 0;font-size:16px;line-height:24px;font-weight:400;color:#000}
.kc-how__row{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:flex-start;
  gap:60px;
  margin-bottom:80px;
}
.kc-how__row:last-child{margin-bottom:0}
.kc-how__steps{
  flex:0 1 670px;
  width:100%;
  max-width:670px;
  padding-bottom:0;
}
.kc-how__steps h3{margin:0 0 40px;font-family:Inter,sans-serif;font-size:40px;line-height:1;font-weight:700;letter-spacing:0;color:#111149}
.kc-how__steps ol{
  --how-line-progress:0px;
  --how-line-track:0px;
  list-style:none;margin:0;padding:0;
  display:flex;flex-direction:column;gap:150px;position:relative;
}
.kc-how__steps ol::before{
  content:'';position:absolute;left:19px;top:20px;
  width:2px;height:var(--how-line-track);
  background:#C5C5D8;
}
.kc-how__steps ol::after{
  content:'';position:absolute;left:19px;top:20px;
  width:2px;height:var(--how-line-progress);
  max-height:var(--how-line-track);
  background:#111149;
  transition:none;
  z-index:0;pointer-events:none;
}
.kc-how__steps li{
  display:grid;grid-template-columns:40px minmax(0,1fr);gap:20px;
  align-items:start;position:relative;
}
.kc-how__steps li > span{
  width:40px;height:40px;border-radius:50%;box-sizing:border-box;
  display:grid;place-items:center;
  font-size:14px;line-height:1;font-weight:500;z-index:1;
  background:#fff;color:#111149;border:1.5px solid #C5C5D8;
  transition:background .45s ease,color .45s ease,border-color .45s ease,transform .45s ease;
}
.kc-how__steps li.is-active > span,
.kc-how__steps li.is-complete > span{
  background:#111149;color:#fff;border-color:#111149;
}
.kc-how__steps li.is-active > span{transform:scale(1.06)}
.kc-how__steps h4{
  margin:8px 0 10px;font-family:Inter,sans-serif;font-size:24px;line-height:100%;font-weight:700;letter-spacing:0;color:#111149;
  transition:opacity .35s ease;
}
.kc-how__steps p{
  margin:0;font-family:Inter,sans-serif;font-size:18px;line-height:26px;font-weight:400;letter-spacing:0;color:#11114A;
  transition:opacity .35s ease;
}
.kc-how__steps li:not(.is-active):not(.is-complete) h4,
.kc-how__steps li:not(.is-active):not(.is-complete) p{opacity:.72}
.kc-how__step-media{display:none}
.kc-how__visual-pane{
  position:sticky;top:max(100px,calc(50vh - 190px));
  flex:0 0 464px;
  width:464px;height:380px;max-width:100%;
  border-radius:28px;overflow:hidden;align-self:start;
  transition:box-shadow .4s ease;
}
.kc-how__visual-pane .kc-how__visual,
.kc-how__visual-pane .asset-slot.kc-how__visual{
  position:absolute;inset:0;
  display:block;width:100%;height:100%;min-height:100%;border-radius:28px;
  opacity:0;pointer-events:none;
  transition:opacity .45s ease;
  z-index:0;
}
.kc-how__visual-pane .kc-how__visual.is-active,
.kc-how__visual-pane .asset-slot.kc-how__visual.is-active{
  opacity:1;z-index:1;
}
.kc-how__step-media .kc-how__visual,
.kc-how__step-media .asset-slot.kc-how__visual{
  display:block;width:100%;height:auto;min-height:0;border-radius:28px;
}
img.kc-how__visual{
  max-width:none;object-fit:cover;object-position:center;background:transparent;
}
.kc-how__visual-pane img.kc-how__visual{
  width:100%;height:100%;
}

/* ── CATEGORIES ────────────────────────── */
section.kc.kc-cats{background:#fff;padding:60px 0}
.kc-cats__inner{
  display:grid;grid-template-columns:minmax(0,539px) minmax(0,582px);
  gap:60px;align-items:center;justify-content:space-between;
}
.kc-cats h2{margin:0;font-size:40px;line-height:50px;font-weight:600;color:var(--primary)}
.kc-cats__sub,
.kc-cats__copy .kc-cats__sub{
  margin:14px 0 20px;font-size:18px;line-height:28px;font-weight:400;color:#212121;
}
.kc-cats__copy p{margin:0;font-size:18px;line-height:22px;color:#6A7282}
.kc-cats__copy p.kc-cats__sub{color:#212121}
.kc-cats__mosaic{
  width:100%;max-width:631px;justify-self:end;
  height:570px;box-sizing:border-box;
  background:#E7E7F5;border-radius:24px;padding:24px;
  overflow:hidden;position:relative;
}
.kc-cats__track{
  display:flex;flex-direction:column;gap:14px;
  width:100%;
  animation:kc-cats-marquee 22s linear infinite;
  will-change:transform;
}
.kc-cats__mosaic:hover .kc-cats__track{animation-play-state:paused}
.kc-cats__panel{
  display:flex;flex-direction:row;align-items:stretch;
  gap:32px;width:100%;flex:0 0 auto;
}
.kc-cats__col{
  display:flex;flex-direction:column;gap:14px;
  flex:1 1 0;min-width:0;
}
.kc-cats__card{
  position:relative;overflow:hidden;
  display:flex;align-items:flex-end;justify-content:center;
  height:120px;padding:12px;box-sizing:border-box;
  background:#fff;color:#fff;
  border-radius:12px;font-family:Inter,sans-serif;
  font-size:20px;font-weight:600;line-height:120%;
  text-align:center;
}
.kc-cats__photo,.kc-cats .asset-slot.kc-cats__photo{
  position:absolute;inset:0;width:100%;height:100%;min-height:0;
  border-radius:12px;object-fit:cover;object-position:center;
}
.kc-cats__card::after{
  content:'';position:absolute;inset:0;border-radius:12px;pointer-events:none;
  background:linear-gradient(0deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 50%,rgba(0,0,0,0) 100%);
}
.kc-cats__card span{position:relative;z-index:1}
@keyframes kc-cats-marquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(0,calc(-50% - 7px),0)}
}
@media (prefers-reduced-motion:reduce){
  .kc-cats__track{animation:none;transform:none}
}

/* ── ABOUT ─────────────────────────────── */
section.kc.kc-about{
  background:#E7E7F5;padding:60px 0;
  display:flex;align-items:center;justify-content:center;
}
.kc-about__inner{
  display:grid;
  grid-template-columns:minmax(0,620px) minmax(0,537px);
  justify-content:space-between;justify-items:center;align-items:center;
  gap:60px;width:100%;
}
.kc-about__media{
  position:relative;width:100%;max-width:620px;
  grid-column:1;grid-row:1;
}
.kc-about__copy{
  max-width:537px;width:97%;
  grid-column:2;grid-row:1;
}
.kc-about__photo,.kc-about .asset-slot.kc-about__photo{
  display:block;width:100%;height:auto;aspect-ratio:620/491;max-width:620px;
  border-radius:0;border:0;background:transparent;color:#cbd9fa;
}
img.kc-about__photo{object-fit:contain;object-position:center}
.kc-about h2{margin:0 0 24px;font-size:40px;line-height:1.2;font-weight:600;color:var(--primary)}
.kc-about p{
  margin:0 0 24px;
  font-size:18px;
  line-height:28px;
  font-weight:400;
  color:#6A7282;
}
.kc-about p:last-child{margin-bottom:0}
.kc-cats__copy p + p{margin-top:16px}

/* ── JOIN / BECOME ─────────────────────── */
section.kc.kc-join{background:#fff;padding:60px 0}
.kc-join__inner{width:100%}
.kc-join h2{
  margin:0 0 40px;font-size:40px;line-height:50px;font-weight:600;
  text-align:left;color:#111149;
}
.kc-join__row{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  gap:48px;
  margin-bottom:64px;
  width:100%;
}
.kc-join__row:last-child{margin-bottom:0}
.kc-join__copy{
  display:flex;flex-direction:column;gap:36px;
  flex:1 1 0;min-width:0;max-width:580px;width:100%;
}
.kc-join__step h3{
  margin:0 0 12px;font-family:Inter,sans-serif;
  font-size:22px;line-height:28px;font-weight:600;color:#111149;
}
.kc-join__step p{
  margin:0;font-family:Inter,sans-serif;
  font-size:16px;line-height:26px;font-weight:400;color:#6A7282;
}
.kc-join__media{
  flex:0 1 601px;
  width:100%;max-width:601px;
}
.kc-join__visual,.kc-join .asset-slot.kc-join__visual{
  display:block;width:100%;height:auto;aspect-ratio:601/502;
  min-height:0;border:0;border-radius:30px;overflow:hidden;
  background:transparent;
}
img.kc-join__visual{object-fit:cover;object-position:center}

/* ── INSIGHTS ──────────────────────────── */
section.kc.kc-insights{background:#fff;padding:60px 0}
.kc-insights__inner{display:flex;flex-direction:column;align-items:center}
.kc-insights__header{width:100%;text-align:center;margin-bottom:60px}
.kc-insights__header h2{margin:0;font-size:40px;line-height:48px;font-weight:600;color:var(--primary)}
.kc-insights__header p{
  margin:30px auto 0;max-width:none;width:100%;
  font-size:23px;line-height:29px;color:#6A7282;
  text-align:justify;
}
.kc-insights__grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;gap:32px}
.kc-insights__card{
  background:#F5F5F5;border-radius:20px;overflow:hidden;
  display:flex;flex-direction:column;min-height:534px;
}
.kc-insights__image{
  flex:0 0 270px;height:270px;overflow:hidden;
  border-radius:20px 20px 0 0;
}
.kc-insights__photo,.kc-insights .asset-slot.kc-insights__photo{
  display:block;width:100%;height:100%;min-height:0;
  border:0;background:transparent;
}
img.kc-insights__photo{object-fit:cover;object-position:center}
.kc-insights .asset-slot.kc-insights__photo{
  background:rgba(17,17,73,.08);
  border-bottom:1px dashed rgba(17,17,73,.12);
  font-size:12px;font-weight:600;color:#5b6490;
}
.kc-insights__body{padding:20px 20px 24px;text-align:justify;display:flex;flex-direction:column;flex:1}
.kc-insights__meta{
  margin:0 0 12px;font-size:12px;line-height:19px;font-weight:400;
  letter-spacing:.08em;text-transform:uppercase;color:#8A8A9A;
  display:flex;align-items:center;justify-content:flex-start;gap:12px;
  white-space:nowrap;overflow:hidden;
  text-align:left;
}
.kc-insights__meta span{flex-shrink:0}
.kc-insights__card h3{margin:0 0 16px;font-size:20px;line-height:24px;font-weight:600;color:var(--primary);text-align:left}
.kc-insights__excerpt{margin:0 0 auto;font-size:14px;line-height:22px;color:#6A7282;text-align:justify}
.kc-insights__more{
  display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;
  margin-top:24px;font-size:16px;font-weight:400;color:var(--primary);
  align-self:flex-start;text-align:left;
}
.kc-insights__more-icon{
  width:18px;height:18px;flex-shrink:0;
  transition:transform .18s ease;
}
.kc-insights__more:hover .kc-insights__more-icon{transform:translateX(3px)}
.kc-insights__cta{
  display:inline-flex;align-items:center;justify-content:center;
  margin-top:60px;width:335px;min-height:56px;
  background:var(--primary);color:#fff;border-radius:12px;
  font-size:16px;font-weight:400;
}

/* ── QUOTES ────────────────────────────── */
section.kc.kc-quotes{background:#E7E7F5;padding:63px 0;overflow:hidden}
.kc-quotes__header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:60px}
.kc-quotes__header h2{margin:0;font-size:40px;line-height:49px;font-weight:600;color:#0F172A}
.kc-quotes__nav{display:flex;gap:24px;flex-shrink:0}
.kc-quotes__btn{
  width:48px;height:48px;border:0;border-radius:50%;
  background:rgba(17,17,73,.10);color:var(--primary);
  display:grid;place-items:center;cursor:pointer;
}
.kc-quotes__btn:hover{background:rgba(17,17,73,.16)}
.kc-quotes__btn svg{width:22px;height:22px;display:block}
.kc-quotes__viewport{overflow:hidden;margin-right:calc(var(--kc-gutter) * -1)}
.kc-quotes__track{
  display:flex;
  flex-wrap:nowrap;
  align-items:stretch;
  gap:24px;
  transition:transform .35s ease;
  will-change:transform;
}
.kc-quotes__card{
  flex:0 0 412px;
  width:412px;
  height:auto;
  min-height:0;
  max-height:none;
  box-sizing:border-box;
  background:#fff;
  border-radius:24px;
  padding:32px;
  display:flex;
  flex-direction:column;
  gap:0;
}
.kc-quotes__card p{
  margin:0;
  flex:0 1 auto;
  min-height:0;
  font-size:16px;
  line-height:1.5;
  color:#0F172A;
}
.kc-quotes__person{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:auto;
  padding-top:16px;
  flex-shrink:0;
}
.kc-quotes__avatar{
  width:48px;height:48px;border-radius:50%;
  background:#C8CCE4;flex-shrink:0;
  object-fit:cover;display:block;
}
.kc-quotes__person strong{display:block;font-size:16px;font-weight:600;color:#0F172A}
.kc-quotes__person span{display:block;font-size:14px;color:#8A8A9A}

/* ── APP CTA ───────────────────────────── */
section.kc.kc-app{
  background:#111149;color:#fff;
  padding:0 !important;height:480px;overflow:hidden;
}
.kc-app__inner{
  position:relative;height:480px;
  display:flex;align-items:center;
}
.kc-app__copy{width:664px;max-width:100%;position:relative;z-index:1}
.kc-app__eyebrow{
  display:inline-flex;align-items:center;justify-content:center;
  margin:0;height:36px;padding:0 14px;width:max-content;
  border-radius:999px;background:rgba(255,255,255,.12);
  font-size:14px;font-weight:400;line-height:16px;color:#fff;
}
.kc-app h2{
  margin:4px 0 0;font-size:48px;line-height:64px;font-weight:600;color:#fff;
}
.kc-app__lead{
  margin:12px 0 0;font-size:18px;line-height:28px;font-weight:400;color:#CBD9FA;
}
.kc-app__stores{display:flex;align-items:center;gap:16px;margin-top:32px;flex-wrap:wrap}
.kc-app__store{
  display:flex;align-items:center;justify-content:center;
  width:134px;height:56px;line-height:0;flex-shrink:0;
}
.kc-app__store img{
  display:block;width:134px;height:56px;object-fit:contain;object-position:left center;
  max-width:none;
}
.kc-app__badge-slot{
  width:134px;height:56px;border-radius:8px;flex-shrink:0;
  background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.28);color:#cbd9fa;
}
.kc-app__phones{
  position:absolute;right:var(--kc-gutter);bottom:0;
  width:484px;height:436px;
}
.kc-app__phones-img{
  display:block;width:100%;height:100%;
  object-fit:contain;object-position:bottom right;
}
.kc-app__phone,.kc-app .asset-slot.kc-app__phone{
  position:absolute;width:65.91%;box-sizing:border-box;
  border-radius:40px;
  background:rgba(255,255,255,.06);
  border:1px dashed rgba(255,255,255,.28);
  color:#cbd9fa;overflow:hidden;
}
img.kc-app__phone{border:0;background:transparent;object-fit:cover;width:65.91%}
.kc-app__phone--back{left:0;top:0;height:100%}
.kc-app__phone--front{left:34.09%;top:15.6%;height:84.4%;z-index:1}

/* ── FAQ ───────────────────────────────── */
section.kc.kc-faq{background:#E7E7F5;padding:60px 0}
.kc-faq__inner{width:100%}
.kc-faq h2{
  margin:0 0 60px;font-size:48px;line-height:58px;font-weight:600;
  text-align:center;color:var(--primary);
}
.kc-faq__list{display:flex;flex-direction:column;gap:24px}
.kc-faq__item{
  background:#F8F9FC;border-radius:8px;
  box-shadow:0 1px 2px rgba(17,17,73,.06);
}
.kc-faq__item summary{
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  min-height:80px;padding:24px 32px;box-sizing:border-box;
  cursor:pointer;list-style:none;
  font-size:18px;line-height:24px;font-weight:600;color:var(--primary);
}
.kc-faq__item summary::-webkit-details-marker{display:none}
.kc-faq__item summary::marker{content:''}
.kc-faq__item summary:hover{background:rgba(255,255,255,.45);border-radius:8px}
.kc-faq__chevron{
  width:20px;height:20px;flex-shrink:0;color:var(--primary);
  transition:transform .2s ease;
}
.kc-faq__item[open] .kc-faq__chevron{transform:rotate(90deg)}
.kc-faq__item[open] summary{border-radius:8px 8px 0 0}
.kc-faq__item p{
  margin:0;padding:0 32px 24px;
  font-size:16px;line-height:26px;color:#6A7282;
}

/* ── SECTION BASE ──────────────────────── */
section:not(.legal-section){padding:86px 0}
section.kc{padding:56px 0}
.legal-section{padding:0;margin:0}
.section-title-block{text-align:center;margin-bottom:52px}
.eyebrow{color:var(--gold);font-weight:900;letter-spacing:.18em;font-size:12px;text-transform:uppercase;margin-bottom:10px}
.section-title-block h2{margin:0;font-size:clamp(38px,5vw,58px);line-height:1;letter-spacing:-.055em;color:var(--ink)}
.section-title-block p{margin:18px auto 0;color:var(--muted);font-size:18px;max-width:720px;line-height:1.6}
.light{background:linear-gradient(180deg,#fff,var(--soft))}

/* ── FEATURES ──────────────────────────── */
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:var(--shadow)}
.icon{width:58px;height:58px;display:grid;place-items:center;border-radius:17px;background:#f0f2f7;color:var(--navy);font-size:24px;margin-bottom:30px}
.icon.gold{background:#fff6dc;color:var(--gold)}
.card h3{margin:0 0 16px;font-size:22px;letter-spacing:-.03em;color:var(--ink)}
.card p{margin:0;color:#556381;line-height:1.65;font-size:16px}

/* ── HOW IT WORKS ──────────────────────── */
.how{background:radial-gradient(circle at left 40%,rgba(212,175,55,0.09),transparent 20%),radial-gradient(circle at right 72%,rgba(212,175,55,0.08),transparent 18%),linear-gradient(180deg,#f9fbff,#fff)}
.spark{width:180px;height:18px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;gap:24px;color:var(--gold);font-size:22px}
.spark::before,.spark::after{content:"";width:52px;height:2px;background:var(--gold);border-radius:20px}
.how-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.steps-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:34px 42px;box-shadow:var(--shadow)}
.badge{display:inline-flex;align-items:center;gap:2px;border-radius:99px;font-weight:900;padding:14px 22px;margin-bottom:22px;font-size:15px}
.badge.dark{background:var(--navy);color:#fff}
.badge.gold{background:linear-gradient(180deg,var(--gold-light),var(--gold));color:var(--navy-deep)}
.badge-star{width:18px;height:18px;flex-shrink:0;fill:var(--navy-deep)}
.step{display:grid;grid-template-columns:70px 1fr;gap:16px;padding:19px 0;border-bottom:1px solid var(--line)}
.step:last-child{border-bottom:0}
.num{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;font-size:24px;font-weight:900;box-shadow:0 12px 25px rgba(15,18,63,0.12)}
.num.dark{background:var(--navy);color:var(--gold)}
.num.gold{background:linear-gradient(180deg,var(--gold-light),var(--gold));color:var(--navy-deep)}
.step h4{margin:0 0 6px;font-size:20px;color:var(--ink)}
.step p{margin:0;color:#59677f;line-height:1.5;font-size:15px}

/* ── CATEGORIES ────────────────────────── */
.categories-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.cat-card{min-height:136px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px 22px;box-shadow:0 15px 34px rgba(15,18,63,0.075)}
.cat-card .emoji{font-size:30px;margin-bottom:10px}
.cat-card h4{margin:0 0 6px;font-size:18px;color:var(--ink)}
.cat-card p{margin:0;color:#58657a;line-height:1.35;font-size:14px}

/* ── SPOTLIGHT ─────────────────────────── */
.spotlight{background:#fff}
.spot-grid{display:grid;grid-template-columns:1.1fr .95fr;gap:34px;align-items:center}
.spotlight-header{text-align:left;margin-bottom:36px}
.spotlight-header p{margin-left:0;margin-right:0}
.photo-card{position:relative;min-height:430px;border-radius:24px;overflow:hidden;color:#fff;padding:42px;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:var(--shadow);background:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.18)),radial-gradient(circle at 23% 68%,#e6c16d 0 4%,transparent 5%),radial-gradient(circle at 62% 63%,#3d6f43 0 3%,transparent 4%),linear-gradient(135deg,#2f4c2e 0%,#6c8c46 38%,#b18c55 39%,#584531 56%,#233e28 100%)}
.photo-card small{font-weight:900;font-size:15px}
.photo-card h3{margin:14px 0 16px;font-size:38px;line-height:1.08;letter-spacing:-.05em;max-width:580px}
.photo-card p{max-width:550px;color:rgba(255,255,255,.92);line-height:1.6;margin:0;font-size:16px}
.spot-list{display:grid;gap:22px}
.post-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:0 14px 34px rgba(15,18,63,0.07)}
.post-card small{display:block;color:#758096;margin-bottom:8px;font-size:13px;font-weight:600}
.post-card h4{margin:0 0 10px;font-size:18px;color:var(--ink)}
.post-card p{margin:0;color:#58657a;line-height:1.55;font-size:15px}

/* ── APP / DOWNLOAD ────────────────────── */
.download-section{background:var(--navy);color:#fff}
.app-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}
.download-section h2{font-size:clamp(44px,5.5vw,70px);line-height:1;margin:0 0 22px;letter-spacing:-.06em;color:#fff}
.download-section .app-intro{color:rgba(255,255,255,.83);font-size:18px;line-height:1.65;margin-bottom:0}
.feature-box{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055);border-radius:18px;padding:22px 24px;margin:18px 0;max-width:640px}
.feature-box h4{margin:0 0 8px;font-size:16px;color:#fff}
.feature-box p{margin:0;color:rgba(255,255,255,.75);font-size:15px;line-height:1.5}
.store-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.store{
  display:inline-flex;align-items:center;gap:12px;
  border:1px solid rgba(255,255,255,.18);border-radius:12px;padding:12px 20px;
  font-weight:700;color:#fff;background:rgba(255,255,255,.04);font-size:14px;
  transition:all .2s;line-height:1.2;
}
.store:hover{background:rgba(255,255,255,.08)}
.store-icon{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.store-icon svg{width:24px;height:24px;display:block}
.phone{width:min(360px,100%);margin:auto;background:rgba(255,255,255,0.04);border:1px solid rgba(212,175,55,0.15);border-radius:38px;padding:20px;box-shadow:0 28px 60px rgba(0,0,0,.28)}
.phone-screen{background:#f8f9fc;color:var(--ink);border-radius:28px;padding:24px 18px}
.phone-top{display:flex;justify-content:space-between;font-weight:900;margin-bottom:22px;font-size:14px}
.hello{background:linear-gradient(180deg,var(--navy-mid),var(--navy-deep));color:#fff;border-radius:17px;padding:20px;margin-bottom:16px}
.hello h4{margin:0 0 7px;font-size:19px}
.hello p{margin:0;color:rgba(255,255,255,.76);font-size:14px}
.task{position:relative;background:#fff;border:1px solid #e3e7ee;border-radius:16px;padding:17px 58px 17px 16px;margin:12px 0}
.task h5{margin:0 0 6px;font-size:15px;color:var(--ink)}
.task p{margin:0;color:#697389;font-size:13px}
.price{position:absolute;right:16px;top:20px;color:var(--gold);font-weight:900}

/* ── SITE FOOTER ───────────────────────── */
.site-footer{
  width:100%;
  box-sizing:border-box;
  background:#111149;
  color:#fff;
  padding:60px 0;
}
.site-footer__inner{
  width:100%;
  max-width:calc(var(--kc-content) + var(--kc-gutter) * 2);
  margin:0 auto;
  padding:0 var(--kc-gutter);
  box-sizing:border-box;
  display:grid;
  grid-template-columns:305px minmax(0,1fr) 702px;
  column-gap:0;
  row-gap:60px;
  align-items:start;
}
.site-footer__brand{
  grid-column:1;
  grid-row:1;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:40px;
  width:305px;
}
.site-footer__logo{
  display:block;
  width:204px;
  height:92.155px;
  flex-shrink:0;
}
.site-footer__logo-img{
  display:block;
  width:204px;
  height:92.155px;
  object-fit:contain;
  object-position:left bottom;
  mix-blend-mode:exclusion;
}
.site-footer__tagline{
  margin:0;
  width:338px;
  max-width:338px;
  font-size:18px;
  font-weight:400;
  line-height:1.6;
  color:#fff;
}
.site-footer__socials{
  display:flex;
  align-items:flex-start;
  gap:13px;
}
.site-footer__social{
  display:block;
  width:24px;
  height:24px;
  flex-shrink:0;
  transition:opacity .2s;
}
.site-footer__social:hover{opacity:.78}
.site-footer__social img{
  display:block;
  width:24px;
  height:24px;
}
.site-footer__links{
  grid-column:3;
  grid-row:1;
  display:flex;
  align-items:flex-start;
  gap:32px;
  width:702px;
  justify-self:end;
}
.site-footer__col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:40px;
  flex-shrink:0;
}
.site-footer__heading{
  margin:0;
  font-size:24px;
  font-weight:600;
  line-height:1.2;
  color:#fff;
}
.site-footer__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:22px;
}
.site-footer__list li{
  width:207px;
  max-width:207px;
}
.site-footer__list a,
.site-footer__list span{
  display:block;
  font-size:16px;
  font-weight:400;
  line-height:1.35;
  color:#fff;
}
.site-footer__list a{transition:opacity .2s}
.site-footer__list a:hover{opacity:.78}
.site-footer__list--contact li{
  display:flex;
  align-items:center;
  gap:16px;
  width:100%;
  max-width:239px;
}
.site-footer__list--contact li img{
  display:block;
  width:24px;
  height:24px;
  flex-shrink:0;
}
.site-footer__list--contact a,
.site-footer__list--contact span{
  flex:1;
  min-width:0;
}
.site-footer__list--contact .site-footer__address{
  max-width:167px;
}
.site-footer__bottom{
  grid-column:1 / -1;
  grid-row:2;
  display:flex;
  flex-direction:column;
  gap:24px;
}
.site-footer__rule{
  padding-left:45px;
  padding-right:25px;
  box-sizing:border-box;
  margin:0;
}
.site-footer__rule-start,
.site-footer__rule-end{
  display:none;
}
.site-footer__divider{
  display:block;
  width:100%;
  height:1px;
  object-fit:cover;
}
.site-footer__copyright{
  margin:0;
  font-size:16px;
  font-weight:400;
  line-height:1.2;
  color:#fff;
  text-align:center;
}

/* ── LEGAL PAGES ───────────────────────── */
.legal-page{
  padding:84px 0 48px;
  background:linear-gradient(180deg,#fff 0%,var(--soft) 55%,#fff 100%);
}
.legal-page .container.legal-page__inner{max-width:var(--max);width:100%;padding-left:16px;padding-right:16px}
.legal-page__header{
  margin-bottom:1.25em;padding-bottom:1.25em;
  border-bottom:none;position:relative;
}
.legal-page__header::after{
  content:'';position:absolute;left:0;right:0;bottom:0;height:2px;
  background:linear-gradient(90deg,var(--gold) 0%,rgba(212,175,55,.45) 35%,var(--line) 100%);
  border-radius:2px;
}
.legal-page__eyebrow{color:var(--gold);font-weight:800;letter-spacing:.14em;font-size:11px;text-transform:uppercase;margin:0 0 0.4em}
.legal-page h1{margin:0;font-size:clamp(1.5rem,3vw,1.85rem);line-height:1.2;font-weight:800;color:var(--ink);letter-spacing:-.03em}
.legal-page__meta{margin:0.4em 0 0;color:var(--muted);font-size:14px}
.legal-doc{color:#4a5568;font-size:15px;line-height:1.55}
.legal-intro{
  margin:0 0 1em;padding:18px 20px;
  background:rgba(255,255,255,.85);
  border:1px solid var(--line);border-radius:14px;
  box-shadow:0 8px 24px rgba(15,18,63,.04);
}
.legal-intro p{margin:0 0 0.5em}
.legal-intro p:last-child{margin-bottom:0}
.legal-intro a{color:var(--navy);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.legal-intro a:hover{color:var(--gold)}
.legal-divider{
  display:block;width:min(640px,100%);height:2px;margin:1.5rem auto 1.35rem;
  border-radius:99px;
  background:linear-gradient(
    90deg,
    transparent 0%,
    rgba(212,175,55,.25) 18%,
    var(--gold) 50%,
    rgba(212,175,55,.25) 82%,
    transparent 100%
  );
  box-shadow:0 1px 0 rgba(212,175,55,.15);
}
.legal-section h2{
  margin:0 0 0.35em;padding:0.15em 0 0.15em 14px;
  font-size:1.08rem;font-weight:800;color:var(--navy);
  line-height:1.35;letter-spacing:.01em;
  border-left:3px solid var(--gold);
}
.legal-intro + .legal-section > h2,
.legal-doc > .legal-section:first-child > h2{margin-top:0}
.legal-section h3{margin:0.75em 0 0.2em;font-size:1rem;font-weight:700;color:var(--ink)}
.legal-section p{margin:0 0 0.5em}
.legal-section > :last-child{margin-bottom:0}
.legal-section a{color:var(--navy);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.legal-section a:hover{color:var(--gold)}
.legal-callout{
  margin:0.5em 0;padding:12px 14px;
  background:rgba(212,175,55,.08);border-left:3px solid var(--gold);
  border-radius:0 8px 8px 0;
}
.legal-list{margin:0 0 0.5em 1.5em;padding:0}
.legal-list li{margin:0 0 0.25em;padding:0}
.legal-list li:last-child{margin-bottom:0}
.legal-list--alpha{list-style:lower-alpha}
.legal-table-wrap{
  margin:0.65em 0;overflow-x:auto;
  border:1px solid var(--line);border-radius:12px;
  background:#fff;box-shadow:0 10px 28px rgba(15,18,63,.06);
}
.legal-table{width:100%;min-width:640px;border-collapse:collapse;font-size:14px;line-height:1.45}
.legal-table th,.legal-table td{padding:11px 14px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}
.legal-table th{background:linear-gradient(180deg,var(--soft),#fff);color:var(--ink);font-weight:800;font-size:13px}
.legal-table tr:last-child td{border-bottom:0}
.legal-contact{list-style:none;margin-left:0}

@media (max-width:760px){
  .legal-page{padding:78px 0 36px}
  .legal-page .container.legal-page__inner{padding-left:12px;padding-right:12px}
  .legal-intro{padding:14px 16px}
  .legal-divider{width:min(520px,100%);margin:1.25rem auto 1.15rem}
  .legal-table{min-width:520px;font-size:13px}
  .legal-table th,.legal-table td{padding:10px}
}

/* ── CONTACT MODAL ─────────────────────── */
.contact-modal{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}
.contact-modal.is-open{visibility:visible;opacity:1;pointer-events:auto}
.contact-modal__backdrop{position:absolute;inset:0;background:rgba(9,12,46,0.78);backdrop-filter:blur(6px);cursor:pointer}
.contact-modal__dialog{position:relative;z-index:1;width:100%;max-width:460px;background:var(--cream);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--cream-mid);padding:28px 28px 24px;max-height:calc(100vh - 48px);overflow-y:auto}
.contact-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}
.contact-modal__title{font-size:clamp(22px,4vw,28px);color:var(--navy);line-height:1.15;letter-spacing:-0.3px;font-weight:800}
.contact-modal__sub{font-size:13px;color:var(--text-muted-dark);margin-top:6px;line-height:1.5}
.contact-modal__close{width:40px;height:40px;border:none;border-radius:10px;background:rgba(15,18,63,0.06);color:var(--navy);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}
.contact-modal__close:hover{background:rgba(15,18,63,0.1)}
.contact-modal__close svg{width:18px;height:18px}
.contact-field{margin-bottom:16px}
.contact-field label{display:block;font-size:12px;font-weight:600;color:var(--navy);margin-bottom:6px}
.contact-field input,.contact-field textarea{width:100%;padding:11px 14px;border-radius:10px;border:1px solid var(--cream-mid);font-family:inherit;font-size:14px;color:var(--navy);background:var(--white);transition:border-color .2s,box-shadow .2s}
.contact-field input:focus,.contact-field textarea:focus{outline:none;border-color:rgba(212,175,55,0.55);box-shadow:0 0 0 3px rgba(212,175,55,0.15)}
.contact-field textarea{min-height:120px;resize:vertical}
.contact-field__error{font-size:12px;color:#b42318;margin-top:5px;display:none}
.contact-field.has-error input,.contact-field.has-error textarea{border-color:#b42318}
.contact-field.has-error .contact-field__error{display:block}
.contact-modal__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:8px;padding-top:4px;flex-wrap:wrap}
.contact-recaptcha{width:100%;display:flex;justify-content:flex-end;margin-bottom:4px}
.contact-modal__btn{padding:11px 22px;border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s}
.contact-modal__btn--ghost{background:transparent;color:var(--navy);border:1px solid var(--cream-mid)}
.contact-modal__btn--ghost:hover{border-color:var(--navy-mid)}
.contact-modal__btn--gold{background:var(--gold);color:var(--navy);font-weight:700;position:relative;min-width:148px}
.contact-modal__btn--gold:hover{background:var(--gold-light)}
.contact-modal__btn--gold:disabled{opacity:0.55;cursor:not-allowed;transform:none}
.contact-modal__btn--gold.is-loading:disabled{opacity:1}
.contact-modal__btn--gold.is-loading{color:transparent;pointer-events:none}
.contact-modal__btn--gold.is-loading::after{content:'';position:absolute;width:20px;height:20px;border:2.5px solid rgba(15,18,63,0.2);border-top-color:var(--navy);border-radius:50%;left:50%;top:50%;margin:-10px 0 0 -10px;animation:contactSpin .65s linear infinite}
@keyframes contactSpin{to{transform:rotate(360deg)}}
.contact-req{color:var(--orange);font-weight:700}
.contact-modal__flash{font-size:13px;padding:10px 14px;border-radius:10px;margin-bottom:16px;display:none}
.contact-modal__flash.is-error{background:rgba(180,35,24,0.08);color:#8a1f15;border:1px solid rgba(180,35,24,0.2)}
.contact-modal__flash.is-success{background:rgba(15,18,63,0.06);color:var(--navy);border:1px solid rgba(212,175,55,0.25)}
.contact-modal__flash.is-visible{display:block}

/* ── RESPONSIVE ────────────────────────── */

/* Wide screens: moderate content width (between 1440 frame and full-bleed) */
@media (min-width:1501px){
  .kc-wrap,
  .kc-hero__inner,
  .site-footer__inner{
    max-width:1680px;
  }
  .site-header{
    padding-left:var(--kc-gutter);
    padding-right:var(--kc-gutter);
  }
  .kc-how__visual-pane{
    flex-basis:560px;
    width:560px;
    height:458px;
    top:max(100px,calc(50vh - 229px));
  }
}

@media (max-width:1280px){
  :root{--kc-gutter:56px}
  .site-header{padding:17px 40px}
  .kc-app__phones{transform:scale(.88);transform-origin:bottom right}
  .site-footer{padding:48px 0}
  .site-footer__inner{
    grid-template-columns:1fr;
    row-gap:40px;
  }
  .site-footer__brand{
    grid-column:1;
    grid-row:auto;
    width:100%;
    max-width:338px;
  }
  .site-footer__links{
    grid-column:1;
    grid-row:auto;
    width:100%;
    max-width:none;
    justify-self:stretch;
    flex-wrap:wrap;
    gap:32px 40px;
  }
  .site-footer__bottom{
    grid-row:auto;
  }
  .site-footer__rule{
    padding-left:45px;
    padding-right:24px;
  }
  .kc-hero__copy{max-width:520px}
  .kc-hero h1{font-size:40px;line-height:1.2}
  .kc-hero p{font-size:17px;line-height:1.5;max-width:480px}
  img.kc-hero__person{
    width:460px;height:504px;right:28px;top:40px;
  }
}

/* Tablet ~1024: keep hero text clear of the person image */
@media (max-width:1100px){
  .kc-hero__copy{max-width:420px}
  .kc-hero h1{font-size:32px;line-height:1.2}
  .kc-hero p{font-size:15px;line-height:1.45;max-width:380px;margin-top:14px}
  img.kc-hero__person{
    width:380px;height:416px;right:16px;top:56px;
  }
}

@media (max-width:980px){
  .site-header{
    padding:11px 20px;
  }
  .header-inner{
    flex-wrap:wrap;
    min-height:28px;
    gap:12px;
  }
  .header-nav{
    display:none;
    flex:1 1 100%;
    width:100%;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:12px 0 0;
    border-top:1px solid rgba(17,17,73,0.08);
    margin-top:4px;
  }
  .site-header.is-open .header-nav{
    display:flex;
    max-height:min(70vh,420px);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
  .header-nav a,
  .header-nav__placeholder{
    padding:14px 0;
    border-radius:0;
    background:transparent;
    font-size:16px;
    font-weight:600;
    border-bottom:1px solid rgba(17,17,73,0.06);
  }
  .header-nav a:last-child{border-bottom:0}
  .header-nav__placeholder{
    border-bottom:0;
  }
  .header-toggle{
    display:flex;
    width:24px;
    height:24px;
    margin-left:auto;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
  }
  .header-toggle span{width:18px}
  .header-toggle span::before,
  .header-toggle span::after{width:18px}
  .header-actions{
    display:none;
    flex:1 1 100%;
    width:100%;
    padding:12px 0 4px;
  }
  .site-header.is-open .header-actions{display:flex}
  .site-header.is-open .header-cta{
    width:100%;
    justify-content:center;
    min-height:48px;
    padding:14px 20px;
  }
  .header-logo{flex:1;min-width:0}
  .header-logo-img{
    width:62px;
    height:28px;
  }
  section:not(.legal-section){padding:64px 0}
  section.kc{padding:56px 0}
  section.kc.kc-values,section.kc.kc-why{padding:48px 0}
  .kc-values__grid{grid-template-columns:repeat(2,1fr);gap:20px}
  .kc-why h2{line-height:1.25}
  .kc-why__grid{gap:20px}
  .section-title-block{margin-bottom:40px}
  .section-title-block p{font-size:16px;padding:0 8px}
  .benefits-grid,.how-grid,.spot-grid,.app-grid{grid-template-columns:1fr;gap:28px}
  .kc-values__grid{grid-template-columns:repeat(2,1fr)}
  .kc-why__grid,
  .kc-cats__inner,.kc-about__inner,.kc-join__row,.kc-app__inner{grid-template-columns:1fr}
  .kc-cats__inner{
    display:flex;
    flex-direction:column;
    gap:28px;
    align-items:stretch;
  }
  .kc-cats__copy{order:1;text-align:center;max-width:100%}
  .kc-cats h2{font-size:32px;line-height:1.2}
  .kc-cats__sub{font-size:16px;line-height:1.4;margin:12px 0 16px}
  .kc-cats__copy p{font-size:15px;line-height:1.45}
  .kc-cats__mosaic{
    order:2;
    justify-self:stretch;
    width:100%;
    max-width:100%;
    height:420px;
    border-radius:20px;
    padding:12px;
  }
  .kc-cats__panel{gap:14px}
  .kc-cats__col{gap:10px}
  .kc-cats__card{height:90px;font-size:14px;padding:10px}
  .kc-cats__track{animation-duration:20s}
  .kc-about__inner{
    display:flex;
    flex-direction:column;
    gap:28px;
    align-items:center;
  }
  .kc-about__copy{
    order:unset;
    text-align:start;
    max-width:100%;
    grid-column:auto;
    grid-row:auto;
  }
  .kc-about__media{
    order:unset;
    max-width:100%;
    width:100%;
    grid-column:auto;
    grid-row:auto;
  }
  .kc-about h2{font-size:32px;margin-bottom:12px}
  .kc-about p{font-size:15px;line-height:1.6;margin-bottom:20px}
  .kc-about p:last-child{margin-bottom:0}
  .kc-join__row,.kc-app__inner{grid-template-columns:1fr}
  section.kc.kc-app{height:auto;overflow:visible}
  .kc-app__inner{
    height:auto;
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding-top:48px;
  }
  .kc-app__copy{width:100%;display:flex;flex-direction:column;align-items:center}
  .kc-app h2{font-size:36px;line-height:1.2}
  .kc-app__stores{justify-content:center}
  .kc-app__phones{
    position:relative;right:auto;left:auto;transform:none;
    width:min(484px,100%);height:auto;aspect-ratio:484/436;margin:40px auto 0;
  }
  .kc-app__phones-img{object-position:center bottom}
  .kc-join h2{font-size:32px;line-height:1.2}
  .kc-join__row{
    display:flex;
    flex-direction:column;
    gap:28px;
    margin-bottom:40px;
  }
  .kc-join__row--flip .kc-join__copy{order:1}
  .kc-join__row--flip .kc-join__media{order:2}
  .kc-join__copy{max-width:100%}
  .kc-join__media{flex:none;max-width:100%}
  .kc-join__visual,.kc-join .asset-slot.kc-join__visual{max-width:100%;height:auto;min-height:0}
  .kc-insights__grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;gap:16px}
  .kc-insights__cta{width:100%;max-width:280px}
  .kc-faq h2{font-size:36px;line-height:1.2;margin-bottom:40px}
  .kc-faq__item summary{padding:20px 24px;min-height:64px;font-size:16px;line-height:22px}
  .kc-faq__item p{padding:0 24px 20px}
  .kc-quotes__header{margin-bottom:36px}
  .kc-quotes__header h2{font-size:32px;line-height:1.2}
  .kc-quotes__card{
    flex:0 0 auto;
    flex-basis:min(412px,calc(100% - 72px));
    width:min(412px,calc(100% - 72px));
    max-width:100%;
    height:auto;
    min-height:0;
    max-height:none;
  }
  .kc-quotes__viewport{margin-right:0}
  .kc-join__visual,.kc-join .asset-slot.kc-join__visual{max-width:100%;height:auto;min-height:0}
  section.kc.kc-how{padding:48px 0}
  .kc-how__header{margin-bottom:40px;text-align:center}
  .kc-how__row{
    display:flex;
    flex-direction:column;
    gap:0;
    margin-bottom:56px;
  }
  .kc-how__row:last-child{margin-bottom:0}
  .kc-how__row--flip .kc-how__steps{order:1}
  .kc-how__row--flip .kc-how__visual-pane{order:2}
  .kc-how__visual-pane{display:none}
  .kc-how__steps{padding-bottom:0}
  .kc-how__steps h3{
    font-size:40px;
    line-height:1;
    font-weight:700;
    letter-spacing:0;
    margin:0 0 28px;
    text-align:left;
  }
  .kc-how__steps ol{gap:36px;padding-bottom:0}
  .kc-how__steps ol::before,
  .kc-how__steps ol::after{display:none}
  .kc-how__steps li{
    display:block;
    grid-template-columns:none;
  }
  .kc-how__steps li > span{display:none}
  .kc-how__steps h4{margin:0 0 10px;font-size:24px;line-height:100%;font-weight:700;letter-spacing:0}
  .kc-how__steps p{font-size:18px;line-height:26px;font-weight:400;letter-spacing:0}
  .kc-how__step-media{
    display:block;
    margin-top:16px;
    width:100%;
    border-radius:12px;
    overflow:hidden;
  }
  .kc-how__step-media .kc-how__visual,
  .kc-how__step-media img.kc-how__visual,
  .kc-how__step-media .asset-slot.kc-how__visual{
    display:block;
    width:100%;
    height:auto;
    min-height:0;
    max-height:none;
    aspect-ratio:16/10;
    object-fit:cover;
    object-position:center;
    border-radius:12px;
  }
  .kc-hero{
    display:grid;
    grid-template-rows:auto auto;
    grid-template-columns:minmax(0,1fr);
    height:auto;min-height:0;overflow:hidden;
  }
  .kc-hero__shade{
    background:
      linear-gradient(90deg,rgba(17,17,73,.88) 0%,rgba(17,17,73,.55) 52%,rgba(17,17,73,.18) 100%),
      linear-gradient(180deg,rgba(17,17,73,.45) 0%,rgba(17,17,73,.12) 42%,rgba(17,17,73,.28) 100%);
  }
  img.kc-hero__bg{object-position:62% 28%}
  .kc-hero__inner{
    grid-row:1;
    height:auto;min-height:0;
    padding-top:32px;padding-bottom:16px;align-items:start;
  }
  .kc-hero h1{font-size:36px;line-height:44px;white-space:normal}
  .kc-hero p{font-size:16px;line-height:24px;margin-top:16px;max-width:none}
  .kc-hero__stores{margin-top:20px;gap:10px}
  img.kc-hero__person,
  .kc-hero__person.asset-slot{
    position:static;order:2;
    inset:auto;top:auto;right:auto;bottom:auto;left:auto;
    flex:0 0 auto;align-self:center;
    width:min(420px,100%);max-width:420px;
    height:auto;aspect-ratio:550/602;
    min-height:0;margin:24px auto 0;
    display:block;object-fit:contain;object-position:center bottom;
    pointer-events:none;
  }
  .kc-hero__person.asset-slot{
    min-height:280px;
    background:rgba(255,255,255,.06);
    border:1px dashed rgba(255,255,255,.28);
    color:#cbd9fa;
  }
  .spotlight-header{text-align:center}
  .spotlight-header p{margin-left:auto;margin-right:auto}
  .spot-grid{gap:28px}
  .app-grid{gap:48px}
  .photo-card{min-height:300px}
}

@media (max-width:760px){
  :root{--kc-gutter:20px}
  body{--kc-m:1}
  html,body{max-width:100%;overflow-x:hidden}

  /* Mobile type: main headings 20px, content 12px (hero overridden below) */
  .kc :is(h1,h2),
  .kc-values__title,
  .section-title-block h2,
  .download-section h2{
    font-size:20px !important;
    line-height:1.3 !important;
  }
  .kc p,
  .kc-values__lead,
  .kc-why__lead,
  .kc-cats__sub,
  .kc-cats__copy p,
  .kc-how__header p,
  .kc-app__lead,
  .kc-insights__header p,
  .section-title-block p{
    font-size:12px !important;
    line-height:1.5 !important;
  }

  .kc-wrap{
    width:100%;
    max-width:100%;
    min-width:0;
    padding-left:20px;
    padding-right:20px;
    margin-left:auto;
    margin-right:auto;
    box-sizing:border-box;
  }
  section.kc{max-width:100%;overflow-x:clip}
  .container{padding:0 20px}
  .kc-quotes__nav{gap:12px}
  .kc-quotes{overflow-x:hidden;max-width:100%}
  .kc-quotes__card{flex:0 0 auto;flex-basis:min(320px,85%);width:min(320px,85%);max-width:100%}
  .kc-quotes__viewport{margin-right:0;width:100%;max-width:100%;overflow:hidden}
  .kc-quotes__track{max-width:none}
  .kc-faq h2{margin-bottom:24px}
  .kc-faq__list{gap:10px}
  .kc-faq__item summary{padding:14px 16px;font-size:12px;min-height:0;line-height:1.4;font-weight:600}
  .kc-faq__item p{font-size:12px;padding:0 16px 14px}
  .kc-app__eyebrow{height:28px;font-size:12px}

  /* Hero — mobile stack: copy first, person below (no overlap) */
  .kc-hero{
    --hero-m:1;
    position:relative;
    display:grid;
    grid-template-rows:auto auto;
    grid-template-columns:minmax(0,1fr);
    height:auto;
    min-height:0;
    overflow:hidden;
  }
  .kc-hero__shade{
    background:
      linear-gradient(90deg,rgba(17,17,73,.9) 0%,rgba(17,17,73,.58) 46%,rgba(17,17,73,.12) 100%),
      linear-gradient(180deg,rgba(17,17,73,.42) 0%,rgba(17,17,73,.08) 36%,rgba(17,17,73,.24) 100%);
  }
  img.kc-hero__bg{object-position:66% 22%}
  .kc-hero__inner{
    grid-row:1;
    position:relative;z-index:3;
    height:auto;min-height:0;
    width:100%;
    max-width:100%;
    min-width:0;
    padding:20px;
    box-sizing:border-box;
  }
  .kc-hero__copy{max-width:none}
  .kc-hero h1{
    font-size:24px !important;
    line-height:1.25 !important;
    letter-spacing:-.01em;
    white-space:normal;
    overflow-wrap:anywhere;
    word-break:break-word;
  }
  .kc-hero__line{white-space:normal}
  .kc-hero p{
    margin-top:12px;
    max-width:none;
    font-size:20px !important;
    line-height:1.4 !important;
  }
  .kc-hero__stores{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:flex-start;
    margin-top:20px;
    gap:8px;
    width:auto;
    max-width:100%;
    min-width:0;
  }
  .kc-hero__store{
    width:76.57px;
    max-width:76.57px;
    height:32px;
    min-width:0;
    overflow:visible;
  }
  .kc-hero__store img,
  .kc-hero__store--play img{
    display:block;
    width:76.57px;
    height:32px;
    max-width:76.57px;
    aspect-ratio:auto;
    object-fit:contain;
  }
  img.kc-hero__person,
  .kc-hero__person.asset-slot{
    grid-row:2;
    justify-self:center;
    position:static;z-index:1;
    inset:auto;top:auto;right:auto;bottom:auto;left:auto;
    transform:none;
    width:100%;max-width:min(420px,100%);
    height:auto;
    aspect-ratio:550/602;
    max-height:none;
    margin:24px auto 0;
    object-fit:contain;object-position:center bottom;
    pointer-events:none;
  }
  .kc-hero__person.asset-slot{
    min-height:0;
    background:rgba(255,255,255,.06);
    border:0;border-top:1px dashed rgba(255,255,255,.28);
    color:#cbd9fa;
  }

  /* Values — Built For Neighbors (mobile) */
  section.kc.kc-values{padding:40px 0 48px}
  .kc-values__title{margin-bottom:12px}
  .kc-values__lead{
    margin-bottom:32px;
    max-width:100%;
    overflow-wrap:break-word;
  }
  .kc-values__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .kc-values__card{
    min-height:140px;
    padding:20px 10px 16px;
    border-radius:12px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }
  .kc-values__icon,.kc-values .asset-slot.kc-values__icon{
    width:56px;
    height:56px;
    flex:0 0 56px;
    padding:8px;
    border-radius:50%;
    object-fit:contain;
  }
  .kc-values__label{
    display:block;
    margin-top:10px;
    font-size:12px;
    line-height:1.3;
    max-width:100%;
  }

  /* Why — Why Neighbors Choose KnackCity (mobile) */
  section.kc.kc-why{padding:40px 0 48px}
  .kc-why h2{letter-spacing:-.01em}
  .kc-why__title-break{display:block}
  .kc-why__lead{
    margin:12px auto 28px;
    max-width:100%;
    overflow-wrap:break-word;
    white-space:normal;
  }
  .kc-why__grid{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:16px;
    width:100%;
    max-width:100%;
  }
  .kc-why__card{
    min-width:0;
    min-height:0;
    width:100%;
    max-width:100%;
    padding:20px;
    border-radius:12px;
    text-align:left;
    box-sizing:border-box;
  }
  .kc-why__icon,.kc-why .asset-slot.kc-why__icon{
    width:40px;
    height:40px;
    flex:0 0 40px;
    border-radius:8px;
    margin-bottom:12px;
    padding:8px;
  }
  .kc-why__card h3{
    font-size:16px;
    line-height:1.25;
    margin:0 0 8px;
    color:#111149;
  }
  .kc-why__card p{
    font-size:12px;
    line-height:1.45;
    overflow-wrap:break-word;
    white-space:normal;
    max-width:100%;
  }

  /* How it Works — mobile stack */
  section.kc.kc-how{padding:40px 0 48px}
  .kc-how__header{margin-bottom:28px;text-align:center}
  .kc-how__header p{margin-top:10px}
  .kc-how__row{
    display:flex;
    flex-direction:column;
    gap:0;
    margin-bottom:48px;
  }
  .kc-how__row:last-child{margin-bottom:0}
  .kc-how__row--flip .kc-how__steps{order:1}
  .kc-how__row--flip .kc-how__visual-pane{order:2}
  .kc-how__visual-pane{display:none}
  .kc-how__steps h3{
    font-size:20px;
    line-height:1.2;
    margin:0 0 24px;
    text-align:left;
  }
  .kc-how__steps ol{
    gap:32px;
  }
  .kc-how__steps ol::before,
  .kc-how__steps ol::after{display:none}
  .kc-how__steps li{
    display:block;
    grid-template-columns:none;
  }
  .kc-how__steps li > span{display:none}
  .kc-how__steps h4{
    font-size:14px;
    line-height:1.3;
    margin:0 0 10px;
  }
  .kc-how__steps p{
    font-size:12px;
    line-height:1.45;
    margin:0;
  }
  .kc-how__step-media{
    display:block;
    margin-top:16px;
    width:100%;
    border-radius:12px;
    overflow:hidden;
  }
  .kc-how__step-media .kc-how__visual,
  .kc-how__step-media img.kc-how__visual,
  .kc-how__step-media .asset-slot.kc-how__visual{
    display:block;
    width:100%;
    height:auto;
    min-height:0;
    max-height:none;
    aspect-ratio:16/10;
    object-fit:cover;
    object-position:center;
    border-radius:12px;
  }

  /* Join / Become Part of KnackCity (mobile) */
  section.kc.kc-join{padding:40px 0 48px}
  .kc-join h2{
    text-align:left;
    margin-bottom:24px;
  }
  .kc-join__row,
  .kc-join__row--flip{
    display:flex;
    flex-direction:column;
    gap:20px;
    margin-bottom:32px;
  }
  .kc-join__row:last-child{margin-bottom:0}
  .kc-join__row--flip .kc-join__copy{order:1}
  .kc-join__row--flip .kc-join__media{order:2}
  .kc-join__copy{gap:24px;max-width:100%}
  .kc-join__media{flex:none;max-width:100%;width:100%}
  .kc-join__step h3{
    font-size:16px;
    line-height:1.3;
    margin:0 0 10px;
  }
  .kc-join__step p{
    font-size:12px;
    line-height:1.5;
  }
  .kc-join__visual,
  .kc-join .asset-slot.kc-join__visual{
    width:100%;
    max-width:100%;
    height:auto;
    aspect-ratio:601/502;
    border-radius:16px;
    min-height:0;
  }

  /* Categories + About (mobile) */
  section.kc.kc-cats{padding:40px 0 48px}
  .kc-cats__inner{gap:24px}
  .kc-cats__sub{margin:10px 0 14px}
  .kc-cats__copy p{line-height:1.45}
  .kc-cats__copy p + p{margin-top:12px}
  .kc-cats__mosaic{height:360px;padding:10px;border-radius:16px}
  .kc-cats__panel{gap:10px}
  .kc-cats__col{gap:8px}
  .kc-cats__card{height:78px;font-size:12px;padding:8px;border-radius:10px}
  .kc-cats__photo,.kc-cats .asset-slot.kc-cats__photo,
  .kc-cats__card::after{border-radius:10px}
  .kc-cats__track{animation-duration:18s}

  section.kc.kc-about{padding:40px 0 48px}
  .kc-about__inner{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:24px;
  }
  .kc-about__copy{
    text-align:start;
    max-width:100%;
    width:100%;
  }
  .kc-about__media{
    width:100%;
    max-width:100%;
  }
  .kc-about h2{margin-bottom:10px}
  .kc-about p{
    margin-bottom:20px;
    line-height:1.6 !important;
  }
  .kc-about p:last-child{margin-bottom:0}
  .kc-about__photo,.kc-about .asset-slot.kc-about__photo{
    max-width:100%;
    width:100%;
    height:auto;
    aspect-ratio:620/491;
    margin:0 auto;
  }

  .steps-card{padding:24px 20px}
  .step{grid-template-columns:52px 1fr;gap:12px;padding:16px 0}
  .num{width:44px;height:44px;font-size:18px}
  .step h4{font-size:14px}
  .card{padding:28px 22px}
  .icon{width:50px;height:50px;font-size:22px;margin-bottom:22px}
  .feature-box{padding:18px 20px;margin:14px 0}
  .phone{padding:16px}
  .post-card{padding:20px}
  .kc-insights__card h3{font-size:14px;line-height:1.3}
  .kc-insights__card p,
  .kc-quotes__card p{font-size:12px}
  .kc-quotes__header p{font-size:12px}

  /* Insights — Market Research (mobile: 2-col cards) */
  section.kc.kc-insights{padding:40px 0 48px}
  .kc-insights__header{margin-bottom:24px}
  .kc-insights__header p{margin-top:12px;max-width:100%;text-align:justify}
  .kc-insights__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    max-width:100%;
  }
  .kc-insights__card{
    min-height:0;
    border-radius:12px;
  }
  .kc-insights__image{
    flex:0 0 auto;
    height:110px;
    border-radius:12px 12px 0 0;
  }
  .kc-insights__body{
    padding:12px 10px 14px;
    text-align:justify;
  }
  .kc-insights__meta{
    margin:0 0 8px;
    font-size:8px;
    line-height:1.3;
    letter-spacing:.04em;
    justify-content:flex-start;
    gap:8px;
    white-space:nowrap;
    text-align:left;
  }
  .kc-insights__card h3{
    font-size:13px;
    line-height:1.3;
    margin:0 0 8px;
    text-align:left;
  }
  .kc-insights__excerpt{
    font-size:12px;
    line-height:1.4;
    margin:0 0 12px;
    text-align:justify;
  }
  .kc-insights__more{
    margin-top:auto;
    justify-content:flex-start;
    font-size:12px;
    gap:4px;
  }
  .kc-insights__more-icon{width:14px;height:14px}
  .kc-insights__cta{
    margin-top:24px;
    width:100%;
    max-width:200px;
    min-height:40px;
    border-radius:8px;
    font-size:12px;
  }
  /* Match Figma: two cards on mobile */
  .kc-insights__card:nth-child(n+3){display:none}

  /* Quotes — What everyone says (mobile carousel) */
  section.kc.kc-quotes{padding:40px 0 48px}
  .kc-quotes__header{
    margin-bottom:20px;
    gap:12px;
  }
  .kc-quotes__nav{gap:10px}
  .kc-quotes__btn{
    width:36px;
    height:36px;
  }
  .kc-quotes__btn svg{width:16px;height:16px}
  .kc-quotes__viewport{
    margin-right:calc(var(--kc-gutter) * -1);
    overflow:hidden;
  }
  .kc-quotes__track{
    gap:12px;
    max-width:none;
  }
  .kc-quotes__card{
    flex:0 0 calc(100% - 28px);
    width:calc(100% - 28px);
    height:auto;
    min-height:0;
    max-height:none;
    padding:32px;
    border-radius:24px;
    gap:16px;
  }
  .kc-quotes__card p{
    font-size:14px;
    line-height:1.5;
  }
  .kc-quotes__person{padding-top:16px;gap:12px}
  .kc-quotes__avatar{width:40px;height:40px}
  .kc-quotes__person strong{font-size:14px}
  .kc-quotes__person span{font-size:12px}

  /* App — Download KnackCity Today (mobile centered stack) */
  section.kc.kc-app{
    height:auto;
    min-height:0;
    overflow:hidden;
    padding:40px 0 0 !important;
  }
  .kc-app__inner{
    height:auto;
    min-height:0;
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding-top:8px;
    padding-bottom:0;
    gap:0;
  }
  .kc-app__copy{
    width:100%;
    max-width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  .kc-app__eyebrow{
    height:auto;
    min-height:28px;
    padding:6px 14px;
    font-size:12px;
    line-height:1.2;
    background:rgba(255,255,255,.18);
  }
  .kc-app h2{
    margin-top:12px;
    text-align:center;
  }
  .kc-app__lead{
    margin-top:8px;
    text-align:center;
    color:#CBD9FA;
  }
  .kc-app__stores{
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-top:16px;
    width:auto;
    max-width:none;
  }
  .kc-app__store{
    width:52px;
    max-width:52px;
    height:22px;
  }
  .kc-app__store img{
    width:52px;
    height:22px;
    max-width:52px;
    aspect-ratio:auto;
    object-fit:contain;
    object-position:center;
  }
  .kc-app__phones{
    position:relative;
    right:auto;
    left:auto;
    bottom:auto;
    transform:none;
    width:155px;
    max-width:155px;
    height:140px;
    aspect-ratio:auto;
    margin:20px auto 0;
    z-index:2;
  }
  .kc-app__phones-img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center bottom;
  }

  /* FAQ — Frequently Asked Questions (mobile) */
  section.kc.kc-faq{
    background:#fff;
    padding:40px 0 40px;
  }
  .kc-faq h2{
    margin:0 0 20px;
    text-align:center;
  }
  .kc-faq__list{gap:12px}
  .kc-faq__item{
    background:#F3F4F8;
    border-radius:12px;
    box-shadow:none;
  }
  .kc-faq__item summary{
    min-height:0;
    padding:16px 16px;
    gap:12px;
    font-size:12px;
    line-height:1.4;
    font-weight:600;
    text-align:left;
  }
  .kc-faq__item summary:hover{background:transparent}
  .kc-faq__chevron{
    width:16px;
    height:16px;
  }
  .kc-faq__item p{
    padding:0 16px 14px;
    font-size:12px;
    line-height:1.5;
  }

  /* Footer — mobile (Figma) */
  .site-footer{padding:40px 0 28px}
  .site-footer__inner{
    grid-template-columns:minmax(0,1fr);
    row-gap:36px;
    width:100%;
    max-width:100%;
  }
  .site-footer__brand{
    grid-column:1;
    gap:16px;
    max-width:none;
    width:100%;
  }
  .site-footer__logo,
  .site-footer__logo-img{
    width:120px;
    height:54px;
  }
  .site-footer__tagline{
    width:100%;
    max-width:100%;
    font-size:14px;
    line-height:1.45;
    font-weight:400;
  }
  .site-footer__tagline br{display:none}
  .site-footer__socials{
    gap:12px;
    margin-top:4px;
  }
  .site-footer__social,
  .site-footer__social img{
    width:24px;
    height:24px;
  }
  .site-footer__links{
    grid-column:1;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    column-gap:24px;
    row-gap:32px;
    flex-direction:unset;
    flex-wrap:unset;
    width:100%;
    max-width:100%;
    gap:unset;
    justify-self:stretch;
  }
  .site-footer__col{
    gap:20px;
    width:auto;
    max-width:none;
  }
  .site-footer__col--contact{
    grid-column:1 / -1;
  }
  .site-footer__heading{
    font-size:20px;
    line-height:1.2;
    font-weight:600;
  }
  .site-footer__list{gap:16px}
  .site-footer__list a,
  .site-footer__list span{
    font-size:14px;
    line-height:1.4;
  }
  .site-footer__list li,
  .site-footer__list--contact li{
    width:100%;
    max-width:none;
  }
  .site-footer__list--contact{
    gap:16px;
  }
  .site-footer__list--contact li{
    gap:10px;
    align-items:flex-start;
  }
  .site-footer__list--contact li img{
    width:20px;
    height:20px;
    margin-top:1px;
  }
  .site-footer__list--contact .site-footer__address{
    max-width:none;
  }
  .site-footer__bottom{
    gap:20px;
  }
  .site-footer__rule{
    padding-left:0;
    padding-right:0;
  }
  .site-footer__copyright{
    font-size:14px;
    line-height:1.35;
  }
}

@media (max-width:620px){
  .container{padding:0 16px}
  section:not(.legal-section){padding:52px 0}
  section.kc{padding:44px 0}
  .section-title-block h2{font-size:clamp(28px,8vw,40px)}
  .categories-grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .cat-card{padding:18px 14px;min-height:auto}
  .cat-card h4{font-size:16px}
  .cat-card .emoji{font-size:26px}
  .cat-card p{font-size:13px}
  .card,.steps-card{padding:22px 18px}
  .photo-card{padding:24px 22px;min-height:260px}
  .photo-card h3{font-size:26px;line-height:1.15}
  .photo-card p{font-size:15px}
  .store-buttons{flex-direction:column}
  .store{width:100%;justify-content:center}
  .site-footer__socials{flex-wrap:wrap}
  .spark{width:130px;gap:14px}
  .spark::before,.spark::after{width:32px}
  .badge{padding:10px 16px;font-size:13px;margin-bottom:16px}
  .contact-modal{padding:12px}
  .contact-modal__dialog{padding:22px 16px 20px;max-height:calc(100vh - 24px)}
  .contact-modal__actions{flex-direction:column-reverse}
  .contact-modal__btn{width:100%}
}

@media (max-width:420px){
  .benefits-grid,.how-grid{gap:16px}
  .task{padding-right:52px}
  .price{top:16px;font-size:14px}
}
