/* ============================================================
   Scanero — Easy Mobile Cleaner
   Design system: indigo/periwinkle base, coral accent,
   Bricolage Grotesque display + Plus Jakarta Sans body.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400..800&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&display=swap');

:root{
  --bg:            #F2F4FC;
  --surface:       #FFFFFF;
  --surface-tint:  #E8EDFB;
  --ink:           #12152C;
  --ink-soft:      #565E86;
  --ink-faint:     #9298B8;
  --primary:       #5181ED;
  --primary-deep:  #33449C;
  --primary-pale:  #DCE5FC;
  --accent:        #FF7A5C;
  --accent-deep:   #E45B3E;
  --line:          #E1E6F7;
  --night:         #0F1330;
  --night-soft:    #1A2050;
  --night-line:    rgba(255,255,255,0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --shadow-soft: 0 20px 45px -20px rgba(31, 42, 96, 0.28);
  --shadow-card: 0 14px 34px -18px rgba(31, 42, 96, 0.22);
  --maxw: 1180px;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

body{
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img{ max-width: 100%; display: block; }

a{ color: inherit; text-decoration: none; }

h1, h2, h3, h4{
  font-family: 'Bricolage Grotesque', 'Plus Jakarta Sans', sans-serif;
  color: var(--ink);
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}

p{ margin: 0; }

.wrap{
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 32px;
}

:focus-visible{
  outline: 2.5px solid var(--primary);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- Nav ---------- */
.site-nav{
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(242, 244, 252, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-nav .wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
}
.brand{
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--ink);
}
.brand img{ width: 36px; height: 36px; border-radius: 10px; }
.nav-links{
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-soft);
}
.nav-links a{ transition: color .2s ease; }
.nav-links a:hover{ color: var(--primary); }
.nav-links .current{ color: var(--ink); }
.nav-toggle{ display: none; }

/* ---------- Buttons / chips ---------- */
.pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 100px;
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-soft);
}
.pill .dot{
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* ---------- Section scaffolding ---------- */
section{ position: relative; }
.section-pad{ padding: 108px 0; }
.section-head{
  max-width: 640px;
  margin: 0 0 56px;
}
.eyebrow{
  font-size: 14.5px;
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 14px;
}
.section-head h2{
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
}
.section-head .lede{
  margin-top: 16px;
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 52ch;
}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  padding: 76px 0 40px;
  position: relative;
  overflow: hidden;
}
.hero::before{
  content: "";
  position: absolute;
  top: -220px; right: -260px;
  width: 620px; height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(81,129,237,0.20), rgba(81,129,237,0) 70%);
  pointer-events: none;
}
.hero .wrap{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 24px;
}
.hero-copy h1{
  font-size: clamp(38px, 5.4vw, 62px);
  line-height: 1.06;
  max-width: 12ch;
}
.hero-copy .lede{
  margin-top: 22px;
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 46ch;
}
.hero-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.hero-meta{
  margin-top: 46px;
  display: flex;
  gap: 40px;
}
.hero-meta div strong{
  display: block;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 26px;
  color: var(--ink);
}
.hero-meta div span{
  font-size: 13.5px;
  color: var(--ink-faint);
  font-weight: 600;
}

/* Hero visual: radar rings + single floating framed phone */
.hero-visual{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 520px;
}
.radar{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radar svg{ width: 560px; height: 560px; max-width: 120%; }
.radar circle{ animation: radar-pulse 5.5s ease-in-out infinite; transform-origin: center; }
.radar circle:nth-child(2){ animation-delay: .6s; }
.radar circle:nth-child(3){ animation-delay: 1.2s; }
@keyframes radar-pulse{
  0%, 100%{ opacity: .55; }
  50%{ opacity: 1; }
}
.hero-phone{
  position: relative;
  width: 280px;
  filter: drop-shadow(0 26px 34px rgba(20, 30, 80, 0.30)) drop-shadow(0 6px 10px rgba(20, 30, 80, 0.18));
  animation: float-y 6.5s ease-in-out infinite;
}
@keyframes float-y{
  0%, 100%{ transform: translateY(0px); }
  50%{ transform: translateY(-14px); }
}
.hero-badge{
  position: absolute;
  background: var(--surface);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  box-shadow: var(--shadow-card);
  font-size: 13.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero-badge.b1{ top: 10%; left: -6%; }
.hero-badge.b2{ bottom: 12%; right: -8%; }
.hero-badge .ico{
  width: 26px; height: 26px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  background: var(--primary-pale); color: var(--primary-deep);
  flex-shrink: 0;
}
.hero-badge .ico.coral{ background: #FFE3DA; color: var(--accent-deep); }

/* ============================================================
   MOCKUP FAN STRIP
   ============================================================ */
.fan-section{
  padding: 40px 0 130px;
  overflow: hidden;
}
.fan-head{
  max-width: 560px;
  margin: 0 auto 20px;
  text-align: center;
}
.fan-head .eyebrow{ justify-content: center; display: flex; }
.fan-head h2{ font-size: clamp(28px, 3.6vw, 38px); }
.fan-track{
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  padding: 0 20px 30px;
}
.fan-card{
  width: 210px;
  margin: 0 -30px;
  transition: transform .45s cubic-bezier(.2,.7,.3,1), filter .45s ease, z-index 0s;
  position: relative;
}
.fan-card img{
  width: 100%;
  display: block;
  filter: drop-shadow(0 18px 26px rgba(20, 30, 80, 0.28)) drop-shadow(0 4px 8px rgba(20, 30, 80, 0.16));
}
.fan-card:nth-child(1){ transform: rotate(-11deg) translateY(18px); z-index: 1; }
.fan-card:nth-child(2){ transform: rotate(-4deg) translateY(-6px); z-index: 2; }
.fan-card:nth-child(3){ transform: rotate(4deg) translateY(-6px); z-index: 3; }
.fan-card:nth-child(4){ transform: rotate(11deg) translateY(18px); z-index: 2; }
.fan-track:hover .fan-card{ transform: rotate(0deg) translateY(0px); }
.fan-track .fan-card:hover{ z-index: 5; transform: translateY(-18px) scale(1.03); }
.fan-track .fan-card:hover img{ filter: drop-shadow(0 30px 42px rgba(20, 30, 80, 0.38)) drop-shadow(0 6px 10px rgba(20, 30, 80, 0.2)); }
.fan-caption{
  text-align: center;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink-soft);
  margin-top: 18px;
}

/* ============================================================
   FEATURES — bento grid
   ============================================================ */
.features{ padding: 40px 0 120px; }
.bento{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(190px, auto);
  gap: 18px;
}
.bento-card{
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.bento-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: transparent; }
.bento-card .ico{
  width: 46px; height: 46px;
  border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  background: var(--primary-pale);
  color: var(--primary-deep);
}
.bento-card h3{ font-size: 19px; }
.bento-card p{ color: var(--ink-soft); font-size: 15px; }

.bento-1{ grid-column: span 3; }
.bento-2{ grid-column: span 3; }
.bento-3{ grid-column: span 2; }
.bento-4{ grid-column: span 2; }
.bento-5{ grid-column: span 2; }
.bento-6{ grid-column: span 6; }

.bento-6{
  background: linear-gradient(120deg, var(--primary) 0%, #6E8CF5 55%, #8AA0FA 100%);
  border: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.bento-6 h3, .bento-6 p{ color: #fff; }
.bento-6 p{ color: rgba(255,255,255,.82); }
.bento-6 .ico{ background: rgba(255,255,255,.2); color: #fff; }
.bento-6 .bento-6-text{ max-width: 380px; display: flex; flex-direction: column; gap: 12px; }
.bento-6-stats{ display: flex; gap: 34px; }
.bento-6-stats div strong{ display:block; font-family:'Bricolage Grotesque',sans-serif; font-size: 30px; color:#fff; }
.bento-6-stats div span{ font-size: 12.5px; color: rgba(255,255,255,.78); font-weight: 600; }

/* ============================================================
   DETAILED SHOWCASE — alternating rows
   ============================================================ */
.showcase{ padding: 30px 0 60px; }
.showcase-row{
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
  padding: 84px 0;
  border-top: 1px solid var(--line);
}
.showcase-row:first-child{ border-top: none; }
.showcase-row.reverse{ grid-template-columns: 1.1fr 0.9fr; }
.showcase-row.reverse .showcase-copy{ order: 2; }
.showcase-row.reverse .showcase-art{ order: 1; }

.showcase-copy .index{
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink-faint);
  margin-bottom: 16px;
  display: block;
}
.showcase-copy h3{ font-size: clamp(26px, 3vw, 34px); line-height: 1.14; }
.showcase-copy p{ margin-top: 18px; color: var(--ink-soft); font-size: 16.5px; max-width: 44ch; }
.showcase-list{ margin-top: 26px; display: flex; flex-direction: column; gap: 12px; }
.showcase-list li{
  list-style: none;
  display: flex;
  gap: 11px;
  font-size: 15px;
  color: var(--ink);
  font-weight: 600;
}
.showcase-list li svg{ flex-shrink: 0; margin-top: 3px; color: var(--primary); }

.showcase-art{
  display: flex;
  justify-content: center;
}
.showcase-phone{
  width: 100%;
  max-width: 300px;
  filter: drop-shadow(0 26px 36px rgba(20, 30, 80, 0.26)) drop-shadow(0 6px 10px rgba(20, 30, 80, 0.16));
}

/* ============================================================
   STATS / TRUST band
   ============================================================ */
.stats{
  background: var(--night);
  color: #fff;
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.stats::after{
  content:"";
  position: absolute;
  bottom: -180px; left: -140px;
  width: 460px; height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(81,129,237,.35), rgba(81,129,237,0) 70%);
}
.stats .wrap{ position: relative; z-index: 1; }
.stats-top{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.stats-top h2{ color: #fff; font-size: clamp(28px, 3.4vw, 38px); max-width: 20ch; }
.stats-top p{ color: rgba(255,255,255,.62); max-width: 40ch; font-size: 16px; }
.stats-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.stat-card{
  border: 1px solid var(--night-line);
  border-radius: var(--radius-md);
  padding: 30px 26px;
}
.stat-card strong{
  display: block;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 40px;
  background: linear-gradient(120deg, #9DB4FF, #FF9C82);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat-card span{
  display: block;
  margin-top: 10px;
  font-size: 14.5px;
  color: rgba(255,255,255,.68);
  font-weight: 600;
  line-height: 1.5;
}

/* ============================================================
   FINAL SLOGAN BLOCK
   ============================================================ */
.finale{
  padding: 150px 0;
  text-align: center;
}
.finale h2{
  font-size: clamp(34px, 6vw, 68px);
  line-height: 1.08;
  max-width: 16ch;
  margin: 0 auto;
}
.finale h2 em{
  font-style: normal;
  color: var(--primary);
}
.finale p{
  margin: 26px auto 0;
  max-width: 44ch;
  color: var(--ink-soft);
  font-size: 18px;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer{
  background: var(--night);
  color: rgba(255,255,255,.7);
  padding: 72px 0 34px;
}
.footer-top{
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--night-line);
}
.footer-brand{
  display: flex; align-items: center; gap: 11px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700; font-size: 19px; color: #fff;
}
.footer-brand img{ width: 34px; height: 34px; border-radius: 9px; }
.footer-tagline{ margin-top: 16px; max-width: 34ch; font-size: 15px; color: rgba(255,255,255,.55); }
.footer-col h4{
  color: #fff; font-size: 14px; font-weight: 700;
  letter-spacing: .02em; margin-bottom: 18px;
}
.footer-col ul{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-col a{ font-size: 15px; color: rgba(255,255,255,.62); transition: color .2s ease; }
.footer-col a:hover{ color: #fff; }
.footer-col p{ font-size: 15px; color: rgba(255,255,255,.62); line-height: 1.7; }
.footer-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  font-size: 13.5px;
  color: rgba(255,255,255,.45);
  flex-wrap: wrap;
  gap: 12px;
}

/* ============================================================
   INNER PAGES (privacy / terms / contact)
   ============================================================ */
.page-hero{
  padding: 74px 0 56px;
  border-bottom: 1px solid var(--line);
}
.page-hero .eyebrow{ display:flex; align-items:center; gap:8px; }
.page-hero h1{ font-size: clamp(32px, 5vw, 50px); margin-top: 14px; max-width: 16ch; }
.page-hero .lede{ margin-top: 16px; color: var(--ink-soft); font-size: 17px; max-width: 56ch; }
.updated{
  display: inline-block;
  margin-top: 22px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-faint);
  background: var(--surface-tint);
  padding: 7px 14px;
  border-radius: 100px;
}

.legal{
  padding: 66px 0 120px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 64px;
  align-items: flex-start;
}
.legal-nav{
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.legal-nav a{
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink-faint);
  padding: 9px 14px;
  border-radius: 10px;
  transition: all .2s ease;
}
.legal-nav a:hover{ color: var(--primary); background: var(--surface-tint); }
.legal-body h2{
  font-size: 22px;
  margin-top: 52px;
  scroll-margin-top: 100px;
}
.legal-body h2:first-child{ margin-top: 0; }
.legal-body p{ margin-top: 14px; color: var(--ink-soft); font-size: 16px; max-width: 68ch; }
.legal-body ul{ margin-top: 14px; padding-left: 22px; color: var(--ink-soft); font-size: 16px; max-width: 66ch; }
.legal-body li{ margin-top: 8px; }
.legal-body strong{ color: var(--ink); }
.legal-body a{ color: var(--primary); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* Contact page */
.contact-wrap{
  padding: 66px 0 130px;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 60px;
  align-items: flex-start;
}
.contact-card{
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 42px;
  box-shadow: var(--shadow-card);
}
.field{ margin-bottom: 22px; }
.field label{
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 9px;
}
.field input, .field textarea{
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--line);
  background: var(--bg);
  font-family: inherit;
  font-size: 15.5px;
  color: var(--ink);
  resize: vertical;
  transition: border-color .2s ease, background .2s ease;
}
.field textarea{ min-height: 140px; }
.field input:focus, .field textarea:focus{
  outline: none;
  border-color: var(--primary);
  background: var(--surface);
}
.submit-btn{
  appearance: none;
  border: none;
  cursor: pointer;
  background: var(--primary);
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 15.5px;
  padding: 15px 28px;
  border-radius: 100px;
  transition: background .2s ease, transform .2s ease;
}
.submit-btn:hover{ background: var(--primary-deep); transform: translateY(-1px); }
.form-note{ margin-top: 16px; font-size: 13.5px; color: var(--ink-faint); }

.contact-info{ display: flex; flex-direction: column; gap: 22px; }
.info-card{
  background: var(--surface-tint);
  border-radius: var(--radius-md);
  padding: 26px 28px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.info-card .ico{
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--surface); color: var(--primary-deep);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: var(--shadow-card);
}
.info-card h4{ font-size: 15.5px; margin-bottom: 5px; }
.info-card p, .info-card a{ font-size: 15px; color: var(--ink-soft); }
.info-card a:hover{ color: var(--primary); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1020px){
  .wrap{ padding: 0 24px; }
  .hero .wrap{ grid-template-columns: 1fr; gap: 60px; }
  .hero-copy{ order: 1; text-align: left; }
  .hero-visual{ order: 2; min-height: 440px; }
  .bento{ grid-template-columns: repeat(2, 1fr); }
  .bento-1,.bento-2,.bento-3,.bento-4,.bento-5,.bento-6{ grid-column: span 2; }
  .bento-6{ flex-direction: column; align-items: flex-start; gap: 24px; }
  .showcase-row, .showcase-row.reverse{ grid-template-columns: 1fr; gap: 42px; }
  .showcase-row.reverse .showcase-copy{ order: 1; }
  .showcase-row.reverse .showcase-art{ order: 2; }
  .showcase-art{ order: 1; }
  .showcase-copy{ order: 2; }
  .stats-grid{ grid-template-columns: repeat(2, 1fr); }
  .legal{ grid-template-columns: 1fr; }
  .legal-nav{ position: static; flex-direction: row; flex-wrap: wrap; }
  .contact-wrap{ grid-template-columns: 1fr; }
  .footer-top{ grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px){
  body{ font-size: 16px; }
  .nav-links{ display: none; }
  .section-pad{ padding: 76px 0; }
  .hero{ padding: 48px 0 20px; }
  .hero-meta{ gap: 26px; flex-wrap: wrap; }
  .fan-track{ gap: 0; margin-top: 44px; }
  .fan-card{ width: 132px; margin: 0 -22px; }
  .hero-badge{ display: none; }
  .bento{ grid-template-columns: 1fr; }
  .bento-1,.bento-2,.bento-3,.bento-4,.bento-5,.bento-6{ grid-column: span 1; }
  .stats-grid{ grid-template-columns: 1fr; }
  .stats-top{ flex-direction: column; align-items: flex-start; }
  .finale{ padding: 96px 0; }
  .footer-top{ grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom{ flex-direction: column; align-items: flex-start; }
  .showcase-phone{ max-width: 230px; }
  .contact-card{ padding: 28px; }
}
