*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  overflow-x:hidden;
  background:#FAF8F2;
  color:#252525;
  font-family:"Inter","Noto Sans Thai",system-ui,sans-serif;
  line-height:1.45;
}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
:root{
  --cream:#FAF8F2;
  --blue:#EAF8FF;
  --green:#D8F7A7;
  --green-strong:#CFF2A2;
  --yellow:#FFF0C4;
  --purple:#F4EAFF;
  --pink:#FFF2FA;
  --lilac:#F8F0FF;
  --sky:#EFF9FF;
  --mint:#EEFBDE;
  --peach:#FFE1D2;
  --ink:#252525;
  --muted:#8A867D;
  --line:#E7DFD1;
  --ui-border:#E6DED0;
  --ui-border-strong:#D7EDBA;
  --max:1464px;
  --gutter:clamp(18px,4vw,48px);
  --motion-ease:cubic-bezier(0.22,1,0.36,1);
}
section[id]{scroll-margin-top:clamp(92px,9vw,150px)}
.wrap{
  width:min(var(--max),calc(100% - (var(--gutter) * 2)));
  margin-inline:auto;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 28px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--ink);
  font-weight:700;
  line-height:1;
  white-space:nowrap;
  box-shadow:3px 4px 0 #000;
  transition:transform .16s ease,box-shadow .16s ease;
}
.btn:hover{transform:translate(-1px,-2px);box-shadow:5px 7px 0 #000}
.btn:active{transform:translate(0,1px) scale(.985,1.015);box-shadow:2px 3px 0 #000}
.btn-green{background:var(--green)}
.btn-nav{height:40px;min-height:40px;padding-inline:20px;background:var(--green-strong);box-shadow:none;font-size:16px}
.btn-login{background:transparent;padding-inline:18px;border-color:transparent;box-shadow:none}
.btn-hero,.btn-final{
  min-width:min(402px,100%);
  min-height:clamp(76px,8vw,119px);
  border-radius:50px;
  background:var(--green);
  font-size:clamp(30px,3.4vw,48px);
}
.btn-final:hover{transform:translate(-2px,-4px);box-shadow:7px 10px 0 #000}
.btn-small{height:58px;min-height:58px;font-size:20px;box-shadow:none}
.section-title{
  margin:0;
  color:#000;
  font-size:clamp(38px,4.5vw,64px);
  font-weight:700;
  line-height:1.18;
  text-align:center;
}
.section-subtitle{
  margin:0;
  color:#000;
  font-size:clamp(24px,3.4vw,48px);
  font-weight:300;
  line-height:1.35;
  text-align:center;
}
.section-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:4px 16px;
  border:0;
  border-radius:999px;
  background:var(--yellow);
  color:#8A6500;
  font-size:13px;
  font-weight:700;
  line-height:1.15;
  letter-spacing:.2px;
  margin:0 auto clamp(16px,2vw,24px);
}
.section-kicker{
  position:relative;
  z-index:3;
  display:flex;
  justify-content:center;
}
.section-label--blue{background:var(--blue);color:#236283}
.section-label--green{background:var(--green);color:#3E7414}
.section-label--purple{background:var(--purple);color:#6C368D}
.section-label--cream{background:var(--cream);color:#7A5A11}
.blob-svg{position:absolute;pointer-events:none}

/* NAV */
.site-header{
  position:sticky;
  top:0;
  z-index:40;
  padding:clamp(18px,5.3vw,102px) 0 0;
  background:var(--cream);
  transition:padding 260ms var(--motion-ease),background-color 260ms ease-out,backdrop-filter 260ms ease-out,box-shadow 260ms ease-out;
}
.site-header.nav-scrolled{
  padding-top:10px;
  padding-bottom:10px;
  background:rgba(252,247,232,.82);
  backdrop-filter:blur(14px);
  box-shadow:0 1px 0 rgba(0,0,0,.08);
}
.nav-card{
  min-height:clamp(74px,5.5vw,105px);
  border-radius:30px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:12px clamp(18px,2vw,36px) 12px clamp(16px,1.8vw,26px);
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:max-content;
  font-size:20px;
  font-weight:700;
}
.brand-mark{
  width:clamp(54px,4.7vw,90px);
  aspect-ratio:1;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
  flex:0 0 auto;
}
.brand-mark img{width:100%;height:100%;object-fit:contain}
.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(18px,2.2vw,42px);
  margin:0;
  padding:0;
  list-style:none;
  font-size:16px;
  font-weight:500;
}
.nav-actions{display:flex;align-items:center;gap:12px}
.lang-chip{
  width:57px;
  height:47px;
  border:1px solid var(--muted);
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  font-size:14px;
  font-weight:500;
}
.nav-toggle{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}
.hamburger{
  display:none;
  width:48px;
  height:44px;
  border:1px solid #000;
  border-radius:20px;
  background:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:6px;
  cursor:pointer;
}
.hamburger span{width:22px;height:2px;background:#000;border-radius:999px}
.mobile-nav{display:none}
.mobile-nav-actions{display:flex;gap:10px;padding-bottom:18px}

/* MOTION */
.reveal{
  opacity:0;
  transition:
    opacity 700ms var(--motion-ease),
    transform 700ms var(--motion-ease);
  transition-delay:var(--reveal-delay,0ms);
}
.reveal-up{transform:translateY(20px)}
.reveal-left{transform:translateX(-24px)}
.reveal-right{transform:translateX(24px)}
.revealed{opacity:1;transform:none}
@keyframes tagDrift{from{transform:translateY(0) rotate(var(--tag-rot))}to{transform:translateY(-8px) rotate(calc(var(--tag-rot) + .8deg))}}
@keyframes breathe{from{transform:var(--base-transform, none) scale(1)}to{transform:var(--base-transform, none) scale(1.015)}}
@keyframes phoneIn{from{opacity:0;transform:translateX(-34px) rotate(var(--phone-rot))}to{opacity:1;transform:translateX(0) rotate(var(--phone-rot))}}
@keyframes phoneFloat{from{transform:translateY(0) rotate(var(--phone-rot))}to{transform:translateY(-8px) rotate(calc(var(--phone-rot) + 1.4deg))}}
@keyframes vsWiggle{from{transform:translateX(-50%) rotate(-3deg)}to{transform:translateX(-50%) rotate(3deg)}}
@keyframes mascotFloat{from{transform:translateX(-50%) translateY(0) rotate(3deg)}to{transform:translateX(-50%) translateY(-7px) rotate(2deg)}}
@keyframes dashMarch{to{stroke-dashoffset:-30}}
@keyframes badgeBob{from{transform:translateX(-50%) translateY(0)}to{transform:translateX(-50%) translateY(-5px)}}
@keyframes cloudFloat{from{transform:translate(0,0) scale(1)}to{transform:translate(-10px,7px) scale(1.01)}}
@keyframes standSway{from{transform:rotate(5deg) translateY(0)}to{transform:rotate(9deg) translateY(-5px)}}
@keyframes heroBtnBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.animations-paused *{animation-play-state:paused!important}

/* HERO */
.hero{
  position:relative;
  overflow:hidden;
  background:var(--cream);
  padding:clamp(64px,6vw,112px) 0 clamp(42px,4vw,70px);
}
.hero-blue{
  position:absolute;
  inset:calc(clamp(64px,6vw,112px) + 37%) 0 auto;
  height:34%;
  background:var(--blue);
}
.hero-wave{
  left:50%;
  top:clamp(46px,3.8vw,70px);
  width:max(1500px,100vw);
  height:clamp(520px,43vw,690px);
  transform:translateX(-50%);
}
.hero-grid{
  position:relative;
  z-index:4;
  height:min(720px,calc((100vw - (var(--gutter) * 2)) * .58));
  min-height:600px;
  max-height:720px;
}
.hero-media{
  position:absolute;
  inset:0;
  min-height:0;
  margin-top:0;
}
.phone-card{
  --phone-rot:-12.28deg;
  display:none;
  position:absolute;
  z-index:5;
  left:22.8%;
  top:2.5%;
  width:24.5%;
  aspect-ratio:389/798;
  border:1px solid #000;
  border-radius:26px;
  background:#fff;
  transform:rotate(var(--phone-rot));
  opacity:1;
  animation:phoneIn 900ms 180ms var(--motion-ease) forwards,phoneFloat 5.4s 1150ms ease-in-out infinite alternate;
}
.phone-screen{
  --phone-rot:-12.09deg;
  display:none;
  position:absolute;
  z-index:6;
  left:23.9%;
  top:5.6%;
  width:22.3%;
  aspect-ratio:353/764;
  border-radius:20px;
  overflow:hidden;
  transform:rotate(var(--phone-rot));
  opacity:1;
  animation:phoneIn 900ms 260ms var(--motion-ease) forwards,phoneFloat 5.8s 1200ms ease-in-out infinite alternate;
}
.phone-screen img{width:100%;height:100%;object-fit:cover}
.dash-shot{
  position:absolute;
  z-index:7;
  left:50%;
  top:66%;
  bottom:auto;
  width:43%;
  transform:translate(-50%,-50%);
  opacity:.98;
}
.dash-shot img{width:100%;height:auto;object-fit:contain}
.hero-lounge{display:none;height:auto}
.hero-copy{
  position:absolute;
  top:6%;
  left:50%;
  transform:translate(-50%,20px);
  z-index:8;
  width:50%;
  max-width:none;
  padding:0;
  text-align:center;
  opacity:1;
  animation:heroTextIn 760ms 120ms var(--motion-ease) forwards;
}
@keyframes heroTextIn{to{opacity:1;transform:translate(-50%,0)}}
.promo-line{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-bottom:7px;
  font-size:clamp(14px,1.2vw,18px);
  font-weight:700;
}
.promo-dot,.final-dot{
  width:20px;
  height:20px;
  border-radius:50%;
  background:#ACE245;
  flex:0 0 auto;
}
.hero-heading{
  margin:0;
  color:var(--ink);
  font-size:clamp(32px,3.4vw,52px);
  font-weight:400;
  line-height:1.08;
}
.hero-heading strong{font-weight:900}
.hero-heading em{font-style:normal;font-weight:400}
.hero-sub{
  margin:8px auto 0;
  max-width:none;
  color:#000;
  font-size:clamp(28px,3.1vw,46px);
  font-weight:400;
  font-style:normal;
  line-height:1.12;
}
.mobile-break,.mobile-ready{display:none}
.hero-cta-row{
  position:absolute;
  left:50%;
  top:83%;
  bottom:auto;
  transform:translateX(-50%);
  z-index:8;
  display:flex;
  justify-content:center;
  margin-top:0;
  width:min(314px,24vw);
}
.hero-cta-row .btn{flex-direction:column;gap:9px;animation:heroBtnBounce 2.8s ease-in-out infinite}
.hero-cta-row small{font-size:clamp(16px,1.25vw,20px);font-weight:700}
.process-flow{
  position:relative;
  overflow:hidden;
  background:var(--blue);
  padding:clamp(54px,5vw,82px) 0 clamp(58px,6vw,92px);
}
.process-flow__track{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,minmax(230px,360px));
  grid-template-rows:auto auto;
  align-items:end;
  justify-content:center;
  column-gap:clamp(52px,10vw,156px);
  row-gap:0;
}
.process-flow__item{
  position:relative;
  min-width:0;
  margin:0;
}
.process-flow__item:first-of-type{grid-column:1;grid-row:1}
.process-flow__item:last-of-type{grid-column:2;grid-row:1}
.process-flow__item img{
  width:100%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(5px 8px 0 rgba(0,0,0,.12));
}
.process-flow__item--phone img{
  max-height:clamp(430px,38vw,560px);
  margin-inline:auto;
}
.process-flow__curve{
  grid-column:1 / -1;
  grid-row:2;
  justify-self:center;
  z-index:3;
  width:clamp(150px,18vw,260px);
  height:clamp(86px,10vw,126px);
  margin-top:clamp(-72px,-5vw,-34px);
  pointer-events:none;
}
.process-flow__curve svg{
  width:100%;
  height:100%;
  overflow:visible;
}
.process-flow__curve path{
  fill:none;
  stroke:#000;
  stroke-width:3;
  stroke-linecap:round;
  stroke-dasharray:12 16;
  animation:dashMarch 1.5s linear infinite;
}
.process-flow__curve polyline{
  fill:none;
  stroke:#000;
  stroke-width:3;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.float-tag{
  position:absolute;
  z-index:8;
  min-height:clamp(58px,5vw,104px);
  border:1px solid #000;
  border-radius:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px clamp(16px,1.6vw,24px);
  color:#000;
  font-size:clamp(17px,1.5vw,24px);
  font-weight:300;
  line-height:1.35;
  text-align:center;
  pointer-events:none;
}
.float-tag.one{--tag-rot:-10.64deg;left:19%;top:34%;width:12.4%;background:var(--blue);transform:rotate(var(--tag-rot));animation:tagDrift 4.8s ease-in-out infinite alternate}
.float-tag.two{--tag-rot:-3.2deg;left:7%;top:49%;width:21%;background:var(--purple);transform:rotate(var(--tag-rot));animation:tagDrift 5.6s .4s ease-in-out infinite alternate}
.float-tag.three{--tag-rot:-2.2deg;left:71%;top:35%;width:15.5%;background:#FFD85D;transform:rotate(var(--tag-rot));animation:tagDrift 5.2s .2s ease-in-out infinite alternate}
.float-tag.four{--tag-rot:8.8deg;left:77%;top:46%;width:17.8%;background:var(--blue);transform:rotate(var(--tag-rot));animation:tagDrift 6s .55s ease-in-out infinite alternate}

/* TRUST STRIP */
.trust-strip{
  position:relative;
  overflow:hidden;
  background:#fff;
  padding:22px 0;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
}
.trust-strip__marquee{
  display:flex;
  width:max-content;
  animation:trustMarquee 24s linear infinite;
}
.trust-strip__inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:40px;
  padding-right:40px;
  flex:0 0 auto;
}
.trust-item{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:max-content;
  color:#4B4B4B;
  font-size:13px;
  font-weight:600;
}
.trust-item__icon{font-size:20px}
@keyframes trustMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* COMPARE */
.compare{
  position:relative;
  overflow:hidden;
  background:#fff;
  padding:clamp(86px,7vw,132px) 0 clamp(100px,9vw,170px);
}
.compare-grid{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:stretch;
  gap:0;
}
.compare-card{
  position:relative;
  z-index:2;
  min-height:clamp(540px,40vw,735px);
  border:1px solid #000;
  background:#fff;
  padding:clamp(38px,4vw,70px);
}
.compare-card.before{border-radius:30px 0 0 30px}
.compare-card.after{border-radius:0 30px 30px 0;background:#DAF9BB;padding-left:clamp(80px,11vw,214px)}
.compare-pill{
  width:min(100%,460px);
  height:40px;
  border:1px solid #000;
  border-radius:50px;
  display:flex;
  align-items:center;
  padding:0 19px;
  margin-bottom:clamp(22px,2vw,34px);
  font-size:24px;
  font-weight:700;
}
.before .compare-pill{background:var(--peach)}
.after .compare-pill{background:var(--green-strong)}
.compare-title{
  margin:0 0 clamp(26px,3vw,44px);
  color:#000;
  font-size:clamp(44px,4.4vw,64px);
  font-weight:700;
  line-height:1.16;
}
.compare-list{display:grid}
.compare-item{
  margin:0;
  padding:0 0 22px;
  border-bottom:1px solid #000;
  color:#000;
  font-size:clamp(18px,1.55vw,24px);
  font-weight:400;
  line-height:1.48;
  background-image:linear-gradient(#000,#000);
  background-repeat:no-repeat;
  background-position:left bottom;
  background-size:0 1px;
  border-bottom:0;
  transition:background-size 800ms var(--motion-ease);
}
.compare-item + .compare-item{padding-top:25px}
.compare-item:last-child{border-bottom:0}
.compare-card.revealed .compare-item{background-size:100% 1px}
.compare-card.revealed .compare-item:last-child{background-size:0 0}
.compare-item strong{display:block;font-weight:700}
.vs-burst{
  position:absolute;
  z-index:4;
  left:50%;
  top:clamp(-72px,-3vw,-32px);
  width:clamp(230px,22vw,415px);
  transform:translateX(-50%);
  transform-origin:50% 50%;
  animation:vsWiggle 7.5s ease-in-out infinite alternate;
}
/* HOW */
.how{
  position:relative;
  overflow:hidden;
  background:var(--cream);
  padding:clamp(100px,9vw,170px) 0 clamp(110px,9vw,180px);
}
.how .section-subtitle{margin-top:2px}
.steps-wrap{position:relative;margin-top:clamp(54px,5.2vw,90px)}
.steps-grid{
  position:relative;
  z-index:3;
  isolation:isolate;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,290px));
  justify-content:start;
  gap:clamp(104px,8vw,146px) clamp(42px,5vw,79px);
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:step;
}
.steps-grid::before,.steps-grid::after{
  content:"";
  position:absolute;
  left:calc((290px * .93));
  width:min(496px,calc(100% - 560px));
  height:2px;
  background:repeating-linear-gradient(90deg,#000 0 15px,transparent 15px 30px);
  background-size:30px 2px;
  z-index:-2;
  pointer-events:none;
  animation:connectorDash 2.8s linear infinite;
}
@keyframes connectorDash{to{background-position:30px 0}}
.steps-grid::before{top:162px}
.steps-grid::after{top:calc(324px + clamp(104px,8vw,146px) + 162px)}
.step-card{
  position:relative;
  z-index:0;
  height:324px;
  border:0;
  border-radius:50px;
  padding:32px 18px 24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  counter-increment:step;
  isolation:isolate;
}
.step-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:324px;
  border:1px solid #000;
  border-radius:50px;
  background:inherit;
  z-index:1;
  pointer-events:none;
}
.step-card::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:172px;
  height:243px;
  border:1px solid #000;
  border-radius:50px;
  background:#fff;
  z-index:0;
  pointer-events:none;
}
.step-card > *{position:relative;z-index:2}
.step-card:nth-child(1){background:var(--lilac)}
.step-card:nth-child(2){background:var(--sky)}
.step-card:nth-child(3){background:var(--yellow)}
.step-card:nth-child(4){background:var(--sky)}
.step-card:nth-child(5){background:var(--pink)}
.step-card:nth-child(6){background:var(--mint)}
.step-badge{
  position:absolute;
  top:28px;
  left:24px;
  width:42px;
  height:42px;
  border:1px solid #000;
  border-radius:999px;
  background:var(--cream);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:700;
  z-index:20;
  pointer-events:none;
}
.step-badge::before{content:counter(step)}
.line-card{
  width:min(244px,100%);
  height:228px;
  border-radius:28px;
  background:#fff;
  margin-top:16px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.line-orb{
  width:113px;
  height:115px;
  border-radius:999px;
  background:var(--green);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  margin-top:42px;
}
.line-orb img{width:90px;height:71px;object-fit:cover;transform:scale(1.27)}
.line-name{position:absolute;left:50%;top:36px;transform:translateX(-50%);font-size:24px;font-weight:600;z-index:2}
.line-add{
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  height:75px;
  border-radius:30px;
  background:var(--green);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:600;
  transition:transform 220ms var(--motion-ease),background-color 220ms ease-out;
}
.line-card:hover .line-add{transform:scale(1.025);background:var(--green-strong)}
.step-art{width:235px;height:235px;object-fit:contain;margin-top:18px}
.step-card:nth-child(3) .step-art{width:211px;height:211px;margin-top:45px}
.step-card:nth-child(4) .step-art{width:244px;height:244px;margin-top:36px}
.step-card:nth-child(5) .step-art{width:252px;height:252px;margin-top:26px}
.step-card:nth-child(6) .step-art{width:234px;height:234px;margin-top:40px}
.step-label{
  position:absolute;
  left:50%;
  top:342px;
  transform:translateX(-50%);
  width:min(250px,100%);
  color:#000;
  font-size:24px;
  font-weight:600;
  line-height:1.22;
  text-align:center;
}
.how-mascot{
  --base-transform:rotate(6.54deg);
  position:absolute;
  right:clamp(-220px,-8vw,-80px);
  top:clamp(260px,19vw,365px);
  width:clamp(420px,39vw,582px);
  transform:var(--base-transform);
  z-index:1;
  pointer-events:none;
  animation:breathe 5.2s ease-in-out infinite alternate;
}
.how-mascot img{width:100%;height:auto}

/* PRICING */
.pricing{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#FFFEFA 0%,#F7FCFF 42%,#EAF8FF 100%);
  padding:clamp(110px,8vw,160px) 0 clamp(82px,6vw,118px);
}
.pricing-wave{
  left:50%;
  top:0;
  width:max(1450px,100vw);
  height:min(1180px,100%);
  transform:translateX(-50%);
  z-index:0;
}
.pricing-content{position:relative;z-index:2}
.pricing .section-subtitle{margin-top:0}
.billing-toggle{
  position:relative;
  width:min(422px,100%);
  height:62px;
  margin:clamp(36px,4vw,60px) auto clamp(96px,7vw,132px);
  border:1px solid #000;
  border-radius:50px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  overflow:hidden;
}
.toggle-slider{
  position:absolute;
  top:-1px;
  left:-1px;
  width:calc(50% + 2px);
  height:62px;
  border:1px solid #000;
  border-radius:50px;
  background:#fff;
  transition:left .18s ease;
}
.billing-toggle.yearly .toggle-slider{left:calc(50% - 1px)}
.billing-toggle button{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:62px;
  border:0;
  background:transparent;
  cursor:pointer;
  color:#000;
  font-size:24px;
  font-weight:300;
}
.billing-save{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:3px 8px 4px 5px;
  border-radius:999px;
  background:var(--green);
  color:#1E6E29;
  font-size:12px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
}
.billing-save__arrow{
  width:16px;
  height:16px;
  border:1px solid #000;
  border-radius:999px;
  background:var(--green);
  color:#000;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  line-height:1;
}
.pricing-cards{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  justify-content:space-between;
  align-items:start;
  gap:clamp(22px,3.4vw,46px);
}
.price-card{
  position:relative;
  min-height:clamp(700px,49vw,768px);
  border:1px solid #000;
  border-radius:50px;
  background:#fff;
  padding:clamp(34px,3vw,48px) clamp(28px,2.6vw,38px) clamp(44px,4vw,64px);
  display:flex;
  flex-direction:column;
  transition:transform 240ms var(--motion-ease),box-shadow 240ms ease-out;
}
.price-card:hover{transform:translateY(-5px);box-shadow:4px 6px 0 #000}
.price-card.popular{
  min-height:clamp(790px,56vw,900px);
  margin-top:0;
  isolation:isolate;
}
.popular-badge{
  position:absolute;
  left:50%;
  top:-25px;
  z-index:3;
  transform:translateX(-50%);
  width:231px;
  height:50px;
  border:1px solid #000;
  border-radius:30px;
  background:var(--purple);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:700;
  animation:badgeBob 3.42s ease-in-out infinite alternate;
}
.plan-kicker{margin:0 0 9px;font-size:clamp(14px,1.25vw,18px);font-weight:300;line-height:1.25}
.plan-title{margin:0 0 8px;font-size:clamp(38px,3.5vw,48px);font-weight:700;line-height:1.08}
.plan-desc{margin:0;min-height:82px;font-size:20px;font-weight:300;line-height:1.45}
.plan-fit-heading{
  margin:0 0 6px;
  font-size:13px;
  font-weight:900;
  line-height:1.1;
}
.plan-fit-list{
  min-height:0;
  margin:0;
  padding:10px 12px;
  border-radius:24px;
  background:var(--cream);
  list-style:none;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  font-size:13px;
  font-weight:500;
  line-height:1.15;
}
.plan-fit-list li{
  position:relative;
  padding-left:16px;
}
.plan-fit-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:9px;
  height:9px;
  border:1px solid #000;
  border-radius:999px;
  background:var(--green);
  transform:translateY(-50%);
}
.plan-price{display:flex;align-items:flex-end;gap:6px;margin:32px 0 2px;flex-wrap:wrap}
.currency{font-size:28px;font-weight:700;line-height:1}
.amount{font-size:clamp(46px,4vw,58px);font-weight:900;line-height:.9}
.plan-saving{
  display:none;
  align-items:center;
  gap:6px;
  margin:0 0 7px 8px;
  color:#2D8B2F;
  font-size:14px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
}
.plan-saving__arrow{
  width:22px;
  height:22px;
  border:1px solid #000;
  border-radius:999px;
  background:var(--green);
  color:#000;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  line-height:1;
}
.yearly-pricing .plan-saving{display:inline-flex}
.period{margin:0 0 24px;font-size:clamp(14px,1.35vw,18px);font-weight:300;line-height:1.3}
.feature-list{margin:0;padding:0;list-style:none;display:grid;gap:clamp(10px,1.1vw,14px);font-size:clamp(14px,1.05vw,16px);font-weight:300;line-height:1.35}
.feature-list li{display:grid;grid-template-columns:22px 1fr;gap:9px;align-items:start}
.feature-list .feature-plus{
  grid-template-columns:22px 1fr;
  align-items:center;
  margin:2px 0;
  padding:6px 10px;
  border:0;
  border-radius:18px;
  background:rgba(188,240,131,.34);
  font-weight:700;
  box-shadow:none;
}
.feature-plus__icon{
  width:22px;
  height:22px;
  border:1px solid #000;
  border-radius:999px;
  background:var(--green);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  font-weight:900;
  line-height:1;
}
.price-card:first-child .feature-list{padding-bottom:28px}
.check,.dash{width:22px;height:22px;border:1px solid #000;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;background:var(--green)}
.dash{background:#fff;color:var(--muted)}
.price-card .btn{margin-top:clamp(28px,3vw,46px)}
.pricing-more{
  margin-top:clamp(62px,6vw,90px);
  text-align:center;
  font-size:24px;
  font-weight:500;
  line-height:1.5;
}
.pricing-more a{display:inline-block;margin-top:6px;font-size:clamp(30px,3vw,40px);font-weight:600;border-bottom:3px solid #000}
.pricing-credit-bridge{
  position:relative;
  z-index:2;
  width:min(850px,100%);
  min-height:0;
  margin:clamp(52px,5vw,76px) auto 0;
  border:0;
  border-radius:0;
  background:transparent;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:clamp(14px,2vw,28px);
  padding:0 clamp(18px,3vw,36px);
}
.pricing-credit-bridge::before,
.pricing-credit-bridge::after{
  content:"";
  height:1px;
  background:var(--ui-border);
}
.pricing-credit-bridge strong{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:7px clamp(16px,2vw,24px);
  border:1px solid var(--ui-border);
  border-radius:999px;
  background:var(--blue);
  font-size:clamp(14px,1.5vw,18px);
  font-weight:600;
  line-height:1.2;
  text-align:center;
  white-space:nowrap;
}
.price-star.big{left:74%;top:clamp(270px,19vw,350px);width:148px;height:150px;transform:rotate(18.58deg);z-index:1}
.price-star.small{left:18%;top:clamp(300px,20vw,376px);width:67px;height:68px;transform:rotate(-14.51deg);z-index:1}

/* CREDITS */
.credits{
  background:var(--cream);
  padding:clamp(82px,6vw,118px) 0 clamp(100px,7vw,148px);
  border-top:1px solid rgba(0,0,0,.12);
}
.credits .section-subtitle{margin-top:0}
.credit-pills{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,310px));
  justify-content:center;
  align-items:stretch;
  gap:clamp(18px,2.4vw,34px);
  margin-top:clamp(54px,5vw,76px);
}
.credit-pill{
  --float:0px;
  min-height:clamp(230px,18vw,270px);
  border:1px solid #000;
  border-radius:50px;
  background:#fff;
  padding:clamp(24px,2vw,30px);
  display:flex;
  flex-direction:column;
  gap:14px;
  color:var(--ink);
  transform:translateY(var(--float));
  transition:transform 260ms var(--motion-ease),border-color 260ms ease-out,background-color 260ms ease-out,box-shadow 260ms ease-out;
}
.credit-pill:nth-child(1){background:#F9F1FF}
.credit-pill:nth-child(2){--float:5px;background:#E9F6FF}
.credit-pill:nth-child(3){--float:-4px;background:#FBECBB}
.credit-pill:nth-child(4){--float:3px;background:#DBF9BA}
.credit-pill:hover{border-color:#000;box-shadow:5px 7px 0 #000;transform:translateY(calc(var(--float) - 5px))}
.credit-pill__top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
}
.credit-pill__name{
  margin:0;
  font-size:clamp(18px,1.35vw,22px);
  font-weight:900;
  line-height:1.18;
}
.credit-pill__badge{
  min-width:max-content;
  padding:6px 12px;
  border:1px solid #000;
  border-radius:999px;
  background:#fff;
  font-size:12px;
  font-weight:700;
}
.credit-pill__price{
  display:flex;
  align-items:flex-end;
  gap:5px;
  margin-top:4px;
}
.credit-pill__currency{font-size:22px;font-weight:700;line-height:1}
.credit-pill__amount{font-size:clamp(42px,3.2vw,54px);font-weight:900;line-height:.9}
.credit-pill__amount--text{font-size:clamp(32px,2.8vw,44px)}
.credit-pill__amount--guests{font-size:clamp(34px,2.8vw,46px);line-height:1}
.credit-pill__meta{
  margin:0;
  color:#343434;
  font-size:16px;
  font-weight:300;
  line-height:1.45;
}
.credit-pill__note{
  margin:auto 0 0;
  padding-top:14px;
  border-top:1px solid #000;
  font-size:14px;
  font-weight:700;
  line-height:1.35;
}
.credits-contact{
  display:flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin:clamp(62px,6vw,92px) auto 0;
  min-height:64px;
  padding:12px clamp(34px,4vw,58px);
  border:1px solid #000;
  border-radius:999px;
  background:var(--green);
  box-shadow:4px 5px 0 #000;
  font-size:clamp(24px,2.4vw,34px);
  font-weight:900;
  line-height:1.15;
  text-align:center;
  transition:transform 220ms var(--motion-ease),box-shadow 220ms ease-out;
}
.credits-contact:hover{transform:translateY(-4px);box-shadow:6px 8px 0 #000}
.credits-contact:active{transform:translateY(1px) scale(.98);box-shadow:2px 3px 0 #000}

/* SECURITY */
.security{
  background:linear-gradient(160deg,#F0E8F4 0%,#E8DCF0 50%,#F5EBF9 100%);
  padding:clamp(56px,5.6vw,80px) 0;
}
.security-section__inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(34px,4.4vw,64px);
  align-items:center;
}
.security-section__content .section-label{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:4px 16px;
  border-radius:999px;
  background:var(--pink);
  color:#8A2060;
  font-size:13px;
  font-weight:700;
  letter-spacing:.2px;
  line-height:1.15;
  margin-bottom:14px;
}
.security-section__content .section-title{
  text-align:left;
  margin-bottom:20px;
}
.security-item{
  display:flex;
  gap:14px;
  margin-bottom:18px;
  align-items:flex-start;
}
.security-item__icon{
  width:40px;
  height:40px;
  border:1px solid #000;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  flex-shrink:0;
  background:#fff;
}
.security-item__title{
  font-size:15px;
  font-weight:700;
  color:var(--ink);
  margin-bottom:3px;
}
.security-item__desc{
  font-size:13px;
  color:#4B4B4B;
  line-height:1.6;
}
.security-line-cta{
  display:flex;
  align-items:center;
  gap:10px;
  width:max-content;
  margin:10px auto 0;
  padding:8px 10px 8px 8px;
  border:1px solid #000;
  border-radius:999px;
  background:#fff;
  color:var(--ink);
  text-decoration:none;
  transition:transform 220ms var(--motion-ease),box-shadow 220ms ease-out;
}
.security-line-cta:hover{transform:translateY(-3px);box-shadow:4px 5px 0 #000}
.security-line-cta:active{transform:translateY(1px) scale(.98);box-shadow:1px 2px 0 #000}
@media (min-width:961px){
  .security-section__inner{
    position:relative;
    padding-bottom:clamp(82px,7vw,118px);
  }
  .security-line-cta{
    position:absolute;
    left:50%;
    bottom:clamp(8px,1.5vw,20px);
    margin:0;
    transform:translateX(-50%);
  }
  .security-line-cta:hover{transform:translate(-50%,-3px)}
  .security-line-cta:active{transform:translateX(-50%) translateY(1px) scale(.98)}
}
.security-line-orb{
  width:62px;
  height:62px;
  border-radius:999px;
  background:var(--green);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex-shrink:0;
}
.security-line-orb img{width:48px;height:38px;object-fit:cover;transform:scale(1.28)}
.security-line-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}
.security-line-copy span{
  font-size:13px;
  font-weight:700;
  line-height:1;
}
.security-line-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:4px 18px;
  border-radius:999px;
  background:var(--green);
  font-size:18px;
  font-weight:900;
  line-height:1.1;
  white-space:nowrap;
}
.security-section__visual{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.future-card{
  background:#fff;
  border:1px solid #000;
  border-left:4px solid var(--purple);
  border-radius:30px;
  padding:20px 22px;
  display:flex;
  gap:14px;
  align-items:flex-start;
}
.future-card__icon{
  font-size:24px;
  flex-shrink:0;
  line-height:1.2;
}
.future-card__title{
  font-size:14.5px;
  font-weight:700;
  color:var(--ink);
  margin-bottom:3px;
}
.future-card__desc{
  font-size:12.5px;
  color:#4B4B4B;
  line-height:1.55;
}
.future-tag{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.5px;
  background:var(--lilac);
  color:#5A3A9A;
  padding:2px 9px;
  border-radius:999px;
  margin-top:5px;
}

/* FAQ */
.faq-section{
  background:var(--cream);
  padding:clamp(56px,5vw,72px) 0;
}
.faq-layout{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:clamp(28px,4vw,48px);
  align-items:start;
}
.faq-section .section-label{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:4px 16px;
  border-radius:999px;
  background:var(--yellow);
  color:#8A6500;
  font-size:13px;
  font-weight:700;
  letter-spacing:.2px;
  line-height:1.15;
  margin-bottom:14px;
}
.faq-section .section-title{text-align:left}
.faq-section .section-sub{
  margin:10px 0 24px;
  text-align:left;
  color:#4B4B4B;
  font-size:clamp(18px,1.8vw,24px);
  font-weight:300;
  line-height:1.5;
}
.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:start;
  gap:16px;
}
.faq-item{
  background:#fff;
  border:1px solid #000;
  border-radius:30px;
  padding:0;
  overflow:hidden;
  transition:transform 240ms var(--motion-ease),box-shadow 240ms ease-out;
}
.faq-item:hover{transform:translateY(-4px);box-shadow:4px 6px 0 #000}
.faq-item__q{
  position:relative;
  width:100%;
  min-height:74px;
  appearance:none;
  border:0;
  background:transparent;
  padding:22px 62px 22px 24px;
  color:var(--ink);
  font-size:15px;
  font-weight:700;
  line-height:1.4;
  margin:0;
  text-align:left;
  font-family:inherit;
  cursor:pointer;
}
.faq-item__q::after{
  content:"+";
  position:absolute;
  right:22px;
  top:50%;
  width:30px;
  height:30px;
  border:1px solid #000;
  border-radius:999px;
  background:var(--green);
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateY(-50%);
  font-size:20px;
  font-weight:900;
  line-height:1;
}
.faq-item.is-open .faq-item__q::after{content:"-"}
.faq-item.is-open .faq-item__q{padding-bottom:12px}
.faq-item.is-open{box-shadow:4px 6px 0 #000}
.faq-item__q:focus-visible{
  outline:3px solid #1D8CFF;
  outline-offset:-6px;
}
.faq-item__a{
  color:#4B4B4B;
  font-size:13.5px;
  line-height:1.65;
  max-height:0;
  overflow:hidden;
  padding:0 24px;
  opacity:0;
  transition:max-height 260ms var(--motion-ease),padding 260ms var(--motion-ease),opacity 220ms ease-out;
}
.faq-item.is-open .faq-item__a{
  max-height:520px;
  padding:0 24px 24px;
  opacity:1;
}
.faq-item__a a{
  color:inherit;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:3px;
}

/* FINAL CTA */
.final-cta{
  position:relative;
  overflow:hidden;
  background:var(--cream);
  padding:clamp(82px,6vw,126px) 0 clamp(78px,7vw,138px);
}
.final-panel{
  position:relative;
  width:min(1732px,calc(100% - (var(--gutter) * 2)));
  min-height:clamp(520px,32vw,560px);
  margin-inline:auto;
  border-radius:50px;
  background:#fff;
  overflow:hidden;
  padding:clamp(64px,5vw,90px) clamp(26px,5vw,96px);
}
.final-cloud{
  position:absolute;
  right:0;
  top:0;
  width:min(1220px,72%);
  height:100%;
  z-index:1;
  pointer-events:none;
  animation:cloudFloat 8s ease-in-out infinite alternate;
}
.final-copy{
  position:relative;
  z-index:4;
  width:min(680px,52%);
}
.final-copy .section-label{
  margin-left:clamp(70px,8.5vw,140px);
  margin-bottom:clamp(18px,2vw,26px);
}
.final-title-one{
  margin:0;
  color:#000;
  font-size:clamp(42px,4.5vw,64px);
  font-weight:700;
  line-height:1.22;
  transform:rotate(-2.73deg);
}
.final-title-two{
  margin:-8px 0 0 clamp(30px,4vw,66px);
  color:#000;
  font-weight:700;
  line-height:1;
  transform:rotate(4.86deg);
}
.final-title-two .small{font-size:clamp(42px,4.5vw,64px)}
.final-title-two .big{font-size:clamp(72px,6.4vw,96px)}
.final-promo{
  display:flex;
  align-items:center;
  gap:17px;
  margin:clamp(38px,4vw,62px) 0 24px clamp(46px,5vw,96px);
  font-size:20px;
  font-weight:700;
  color:var(--ink);
}
.final-copy .btn{margin-left:clamp(20px,4vw,74px)}
.laying-mascot{
  --base-transform:none;
  position:absolute;
  right:clamp(32px,5vw,96px);
  bottom:clamp(18px,2vw,34px);
  width:clamp(390px,37vw,640px);
  height:auto;
  z-index:3;
  animation:breathe 4.6s ease-in-out infinite alternate;
}
.footer{
  display:block;
  background:var(--cream);
  color:var(--ink);
  padding:clamp(54px,6vw,88px) 0 clamp(30px,4vw,48px);
  border-top:1px solid rgba(0,0,0,.12);
}
.footer-card{
  background:#fff;
  border:1px solid #000;
  border-radius:50px;
  padding:clamp(28px,4vw,52px);
  display:grid;
  grid-template-columns:minmax(260px,1.1fr) repeat(3,minmax(140px,.48fr)) minmax(130px,.42fr);
  gap:clamp(24px,4vw,58px);
  align-items:start;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:clamp(24px,2.2vw,32px);
  font-weight:900;
  margin-bottom:16px;
}
.footer-brand img{
  width:64px;
  height:64px;
  object-fit:contain;
  flex:0 0 auto;
}
.footer-tagline{
  max-width:410px;
  margin:0 0 22px;
  color:#3f3f3f;
  font-size:clamp(15px,1.25vw,18px);
  font-weight:300;
  line-height:1.65;
}
.footer-line{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:58px;
  padding:10px 18px;
  border:1px solid #000;
  border-radius:30px;
  background:var(--green);
  font-weight:700;
  box-shadow:3px 4px 0 #000;
  transition:transform 220ms var(--motion-ease),box-shadow 220ms ease-out;
}
.footer-line:hover{transform:translateY(-3px);box-shadow:5px 7px 0 #000}
.footer-line small{display:block;font-size:12px;font-weight:500;color:#33501f}
.footer-col-title{
  margin:0 0 14px;
  font-size:15px;
  font-weight:900;
}
.footer-links{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.footer-links a{
  color:#404040;
  font-size:14px;
  font-weight:500;
  transition:color 180ms ease-out,transform 180ms var(--motion-ease);
}
.footer-links a:hover{color:#000;transform:translateX(3px)}
.footer-qr{
  justify-self:end;
  align-self:center;
  width:clamp(116px,11vw,168px);
}
.footer-qr img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  padding:20px clamp(12px,2vw,24px) 0;
  color:#5a5a5a;
  font-size:13px;
}
.footer-mini-links{display:flex;gap:14px;flex-wrap:wrap}
.footer-mini-links a{font-size:11.5px;text-decoration:underline;text-underline-offset:3px}
.cookie-bar{
  position:fixed;
  left:50%;
  bottom:16px;
  z-index:50;
  width:min(1120px,calc(100% - 32px));
  transform:translate(-50%,140%);
  opacity:0;
  pointer-events:none;
  transition:transform 360ms var(--motion-ease),opacity 220ms ease-out;
}
.cookie-bar.is-visible{
  transform:translate(-50%,0);
  opacity:1;
  pointer-events:auto;
}
.cookie-bar__inner{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:18px;
  min-height:76px;
  padding:12px 14px 12px 22px;
  border:1px solid #000;
  border-radius:28px;
  background:#fff;
  box-shadow:4px 5px 0 #000;
}
.cookie-bar__text{
  min-width:0;
}
.cookie-bar__title{
  margin:0 0 2px;
  color:var(--ink);
  font-size:15px;
  font-weight:900;
  line-height:1.2;
}
.cookie-bar__copy{
  margin:0;
  color:#4c4c4c;
  font-size:13.5px;
  font-weight:400;
  line-height:1.55;
}
.cookie-bar__actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.cookie-btn{
  min-height:40px;
  border:1px solid #000;
  border-radius:999px;
  padding:8px 15px;
  background:#fff;
  color:#000;
  font:inherit;
  font-size:13.5px;
  font-weight:800;
  cursor:pointer;
  transition:transform 180ms var(--motion-ease),background-color 180ms ease-out;
}
.cookie-btn:hover{transform:translateY(-2px)}
.cookie-btn--primary{background:var(--green)}
.cookie-btn--ghost{background:#fff}
.cookie-bar__prefs{
  grid-column:1 / -1;
  display:none;
  align-items:center;
  gap:12px;
  padding-top:8px;
  border-top:1px solid rgba(0,0,0,.12);
}
.cookie-bar.is-managing .cookie-bar__prefs{display:flex}
.cookie-choice{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#333;
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
}
.cookie-choice input{
  width:18px;
  height:18px;
  accent-color:#D8F7A7;
}

@media (max-width:1180px){
  .nav-links{gap:18px;font-size:15px}
  .nav-actions{gap:10px}
  .btn-nav{height:38px;min-height:38px;padding-inline:16px;font-size:15px}
  .btn-login{padding-inline:15px}
  .hero-grid{
    height:min(660px,calc((100vw - (var(--gutter) * 2)) * .58));
    min-height:540px;
    max-height:660px;
  }
  .hero-media{min-height:0;width:100%;margin-top:0}
  .hero-copy{
    top:6%;
    left:50%;
    width:50%;
    max-width:none;
    padding:0;
    text-align:center;
    margin-inline:auto;
  }
  .promo-line{justify-content:center}
  .hero-sub{margin-inline:auto}
  .phone-card{display:none}
  .phone-screen{display:none}
  .dash-shot{
    left:50%;
    top:66%;
    bottom:auto;
    width:43%;
    transform:translate(-50%,-50%);
  }
  .hero-cta-row{margin-top:0}
  .float-tag.one{left:19%;top:34%;width:12.4%}
  .float-tag.two{left:7%;top:49%;width:21%}
  .float-tag.three{left:71%;top:35%;right:auto;width:15.5%}
  .float-tag.four{left:77%;top:46%;right:auto;width:17.8%}
  .compare-card.after{padding-left:clamp(52px,8vw,120px)}
  .how-mascot{opacity:.55;right:-260px}
  .steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .pricing-cards{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}
  .price-card,.price-card.popular{
    height:100%;
    min-height:clamp(860px,82vw,940px);
    margin-top:0;
  }
  .popular-badge{top:-25px}
}

@media (max-width:960px){
  :root{--gutter:20px}
  .nav-card{min-height:74px}
  .nav-links,.nav-actions{display:none}
  .hamburger{display:flex}
  .mobile-nav{
    display:grid;
    grid-template-rows:0fr;
    width:min(var(--max),calc(100% - (var(--gutter) * 2)));
    margin:10px auto 0;
    border:1px solid #000;
    border-radius:30px;
    background:#fff;
    overflow:hidden;
    transition:grid-template-rows .2s ease;
  }
  .mobile-nav-inner{overflow:hidden;padding:0 20px}
  .mobile-nav ul{margin:0;padding:18px 0;list-style:none;display:grid;gap:12px;font-size:17px;font-weight:600}
  .mobile-nav li{opacity:0;transform:translateY(-6px);transition:opacity 260ms var(--motion-ease),transform 260ms var(--motion-ease)}
  .mobile-nav li:nth-child(1){transition-delay:40ms}
  .mobile-nav li:nth-child(2){transition-delay:75ms}
  .mobile-nav li:nth-child(3){transition-delay:110ms}
  .mobile-nav li:nth-child(4){transition-delay:145ms}
  .nav-toggle:checked ~ .mobile-nav li{opacity:1;transform:translateY(0)}
  .mobile-nav .btn{width:100%;margin-bottom:0}
  .nav-toggle:checked ~ .mobile-nav{grid-template-rows:1fr}
  .hero{
    padding:0;
    background:linear-gradient(to bottom,var(--cream) 0 50.5%,var(--blue) 50.5% 87.7%,var(--cream) 87.7% 100%);
  }
  .hero-blue,.hero-wave{display:none}
  .hero-grid{
    width:100%;
    display:block;
    height:clamp(760px,106vw,980px);
    min-height:0;
    max-height:none;
  }
  .hero-copy{
    position:absolute;
    left:50%;
    top:6%;
    width:min(620px,86%);
    max-width:none;
    margin:0;
    padding:0;
    text-align:center;
    transform:translate(-50%,20px);
  }
  @keyframes heroTextIn{to{opacity:1;transform:translate(-50%,0)}}
  .promo-line{display:none}
  .mobile-break{display:block}
  .desktop-ready{display:none}
  .mobile-ready{display:inline}
  .hero-heading{
    font-size:clamp(48px,8vw,70px);
    line-height:1.08;
    font-weight:400;
    letter-spacing:0;
  }
  .hero-heading strong{font-weight:900}
  .hero-heading em{font-style:italic}
  .hero-sub{
    max-width:none;
    margin:clamp(18px,3vw,30px) auto 0;
    font-size:clamp(28px,4.8vw,42px);
    line-height:1.22;
    font-style:normal;
  }
  .hero-media{
    position:absolute;
    inset:0;
    width:100%;
    min-height:0;
    margin-top:0;
  }
  .hero-media::after{display:none}
  .phone-card{display:none}
  .phone-screen{
    --phone-rot:0deg;
    display:none;
    left:50%;
    top:clamp(190px,28vw,310px);
    width:clamp(330px,47vw,460px);
    border-radius:24px;
    transform:translateX(-50%);
    opacity:1;
    animation:phoneFloatMobile 5.8s ease-in-out infinite alternate;
  }
  @keyframes phoneFloatMobile{from{transform:translateX(-50%) translateY(0)}to{transform:translateX(-50%) translateY(-8px)}}
  .dash-shot{display:none}
  .hero-lounge{
    --base-transform:translateX(-50%);
    display:block;
    position:absolute;
    z-index:7;
    left:50%;
    top:44.6%;
    width:min(580px,72.5vw);
    transform:translateX(-50%);
    animation:breathe 4.8s ease-in-out infinite alternate;
    pointer-events:none;
  }
  .float-tag{
    display:flex;
    z-index:9;
    min-height:clamp(52px,7vw,72px);
    border-radius:30px;
    padding:8px clamp(15px,2.4vw,26px);
    font-size:clamp(20px,3vw,30px);
    font-weight:300;
  }
  .float-tag.one{
    --tag-rot:-10.64deg;
    left:6.8%;
    top:67.3%;
    width:clamp(155px,26.7vw,230px);
    background:var(--blue);
  }
  .float-tag.two{
    --tag-rot:2.93deg;
    left:5.1%;
    top:35.3%;
    width:clamp(185px,32.4vw,270px);
    background:var(--purple);
  }
  .float-tag.three{
    --tag-rot:8.65deg;
    left:auto;
    right:.3%;
    top:75.2%;
    width:clamp(145px,23vw,210px);
    background:#FFD85D;
  }
  .float-tag.four{
    --tag-rot:-4deg;
    left:auto;
    right:8%;
    top:38.3%;
    width:clamp(205px,28vw,260px);
    background:var(--blue);
  }
  .hero-cta-row{
    position:absolute;
    left:50%;
    top:81.7%;
    bottom:auto;
    transform:translateX(-50%);
    margin-top:0;
    width:min(450px,56vw);
  }
  .hero-cta-row .btn{
    width:100%;
    min-height:clamp(102px,13vw,128px);
    border-radius:50px;
    font-size:clamp(40px,6.4vw,58px);
    box-shadow:none;
  }
  .hero-cta-row small{font-size:clamp(20px,3vw,30px)}
  .compare-grid{grid-template-columns:1fr}
  .compare-card.before{border-radius:30px 30px 0 0}
  .compare-card.after{
    grid-row:2;
    grid-column:1;
    border-radius:0 0 30px 30px;
    min-height:clamp(620px,70vw,760px);
    padding:clamp(38px,4vw,70px);
  }
  .compare-card{min-height:auto}
  .vs-burst{display:none}
  .steps-grid{grid-template-columns:repeat(2,minmax(0,290px));justify-content:center}
  .steps-grid::before,.steps-grid::after{display:none}
  .how-mascot{display:none}
  .pricing-cards{grid-template-columns:1fr;justify-content:center;max-width:520px;margin-inline:auto;gap:38px}
  .price-card,.price-card.popular{
    height:auto;
    min-height:0;
    margin-top:0;
    padding-bottom:clamp(34px,8vw,50px);
  }
  .price-card .btn{margin-top:clamp(28px,6vw,42px)}
  .popular-badge{bottom:auto;top:-25px}
  .price-star{display:none}
  .process-flow{
    padding:54px 0 64px;
  }
  .process-flow__track{
    width:100%;
    margin-inline:0;
    padding-inline:var(--gutter);
    grid-template-columns:repeat(2,minmax(210px,42vw));
    align-items:end;
    justify-content:center;
    column-gap:clamp(16px,5vw,54px);
    row-gap:0;
    overflow-x:visible;
  }
  .process-flow__item{scroll-snap-align:none}
  .process-flow__item--phone img{max-height:460px}
  .process-flow__curve{width:clamp(130px,24vw,210px);height:92px;margin-top:-54px}
  .credit-pills{grid-template-columns:repeat(2,minmax(0,310px))}
  .security-section__inner{grid-template-columns:1fr;gap:40px;align-items:start}
  .security-line-cta{margin-inline:auto}
  .faq-layout{grid-template-columns:1fr}
  .faq-grid{grid-template-columns:1fr 1fr}
  .faq-layout > div:first-child .btn{display:flex;width:max-content;margin-inline:auto}
  .final-panel{min-height:760px;text-align:center;padding-bottom:0}
  .final-cloud{width:100%;right:-32%;top:32%;height:68%}
  .final-copy{width:100%;margin-inline:auto}
  .final-title-one,.final-title-two{transform:none}
  .final-copy .section-label{margin-inline:auto}
  .final-title-two{margin:4px 0 0}
  .final-promo{justify-content:center;margin:34px 0 22px}
  .final-copy .btn{margin-left:0}
  .laying-mascot{position:relative;right:auto;bottom:auto;margin:42px auto 0;width:min(560px,86vw)}
  .footer-card{grid-template-columns:1fr 1fr;gap:30px}
  .footer-qr{justify-self:start;align-self:end;width:150px}
  .cookie-bar{
    bottom:12px;
    width:calc(100% - 24px);
  }
  .cookie-bar__inner{
    grid-template-columns:1fr;
    gap:12px;
    padding:14px;
    border-radius:24px;
  }
  .cookie-bar__actions{justify-content:flex-start}
  .cookie-bar__prefs{align-items:flex-start;flex-direction:column}
}

@media (max-width:700px){
  :root{--gutter:14px}
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  .site-header,main,section,footer{max-width:100vw;overflow-x:hidden}
  .site-header{padding-top:14px}
  .nav-card{width:calc(100vw - 28px);max-width:calc(100vw - 28px)}
  .brand span:last-child{font-size:18px}
  .hamburger{width:44px;height:42px}
  .mobile-nav-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .btn-final{
    min-width:0;
    width:min(100%,360px);
    min-height:76px;
    padding:10px 18px;
    font-size:clamp(22px,6.2vw,28px);
    line-height:1.15;
    text-align:center;
    white-space:normal;
  }
  .hero{
    padding:0;
    background:linear-gradient(to bottom,var(--cream) 0 50.5%,var(--blue) 50.5% 87.7%,var(--cream) 87.7% 100%);
  }
  .hero::before{display:none}
  .hero-blue,.hero-wave{display:none}
  .hero-grid{
    height:clamp(760px,134.6vw,860px);
    min-height:0;
    width:100%;
  }
  .hero-copy{
    width:min(360px,calc(100vw - 30px));
    max-width:calc(100vw - 30px);
    top:6%;
    padding:0;
  }
  .mobile-break{display:block}
  .desktop-ready{display:none}
  .mobile-ready{display:inline}
  .hero-heading{
    font-size:clamp(40px,11vw,54px);
    line-height:1.08;
    font-weight:400;
    max-width:100%;
    overflow-wrap:anywhere;
  }
  .hero-heading em{font-style:italic}
  .hero-sub{
    font-size:clamp(23px,6.5vw,32px);
    line-height:1.22;
    margin-top:18px;
    max-width:100%;
    overflow-wrap:anywhere;
  }
  .hero-media{
    position:absolute;
    inset:0;
    min-height:0;
    margin-top:0;
  }
  .hero-media::after{display:none}
  .phone-screen{display:none}
  .hero-lounge{
    --base-transform:translateX(-50%);
    display:block;
    position:absolute;
    z-index:7;
    left:50%;
    top:44.6%;
    width:min(460px,72.5vw);
    transform:translateX(-50%);
    animation:breathe 4.8s ease-in-out infinite alternate;
  }
  .process-flow__track{
    grid-template-columns:repeat(2,minmax(140px,1fr));
    column-gap:8px;
    padding-inline:12px;
  }
  .process-flow__item--phone img{max-height:340px}
  .process-flow__curve{width:150px;height:78px;margin-top:-34px}
  .float-tag{
    display:flex;
    min-height:42px;
    border-radius:22px;
    font-size:clamp(14px,4.2vw,20px);
    padding:5px 14px;
    z-index:9;
  }
  .float-tag.one{
    left:6.8%;
    top:67.3%;
    width:172px;
    max-width:35vw;
    transform:rotate(-15deg);
  }
  .float-tag.two{
    left:5.1%;
    top:35.3%;
    width:204px;
    max-width:38vw;
    transform:rotate(8deg);
  }
  .float-tag.three{
    left:auto;
    right:.3%;
    top:75.2%;
    width:145px;
    max-width:30vw;
    transform:rotate(8deg);
  }
  .float-tag.four{
    left:auto;
    right:0;
    top:38.3%;
    width:205px;
    max-width:42vw;
    transform:rotate(-5deg);
  }
  .hero-cta-row{
    width:min(352px,calc(100vw - 54px));
    min-width:0;
    top:81.7%;
    bottom:auto;
    margin-top:0;
  }
  .hero-cta-row .btn{
    min-height:102px;
    padding:8px 14px;
    font-size:clamp(38px,6.4vw,44px);
    line-height:1.08;
    text-align:center;
    white-space:normal;
  }
  .hero-cta-row small{font-size:clamp(15px,4.4vw,22px)}
  .pricing{
    background:linear-gradient(180deg,#FFFEFA 0%,#F7FCFF 42%,#EAF8FF 100%);
  }
  .pricing-wave{
    display:none;
  }
  .credits .wrap{
    padding-inline:18px;
  }
  .credit-pills{
    gap:22px;
  }
  .credit-pill{
    padding:26px 22px;
    border-radius:38px;
  }
  .compare{padding-top:72px}
  .compare-card{padding:34px 24px;border-radius:30px}
  .compare-card.after{min-height:620px;padding:34px 24px}
  .compare-title{font-size:42px}
  .compare-item{font-size:18px}
  .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:78px 12px;justify-content:center}
  .step-card{width:100%;height:190px;margin-inline:auto;border-radius:30px;padding:18px 8px 12px}
  .step-card::before{height:190px;border-radius:30px}
  .step-card::after{top:104px;height:154px;border-radius:30px}
  .step-badge{top:14px;left:12px;width:32px;height:32px;font-size:15px}
  .line-card{width:min(132px,100%);height:132px;border-radius:22px;margin-top:14px}
  .line-name{top:18px;font-size:16px}
  .line-orb{width:58px;height:58px;margin-top:28px}
  .line-orb img{width:52px;height:42px}
  .line-add{height:44px;bottom:-4px;border-radius:22px;font-size:16px}
  .step-art{width:128px;height:128px;margin-top:18px}
  .step-card:nth-child(3) .step-art{width:118px;height:118px;margin-top:30px}
  .step-card:nth-child(4) .step-art{width:128px;height:128px;margin-top:26px}
  .step-card:nth-child(5) .step-art{width:132px;height:132px;margin-top:18px}
  .step-card:nth-child(6) .step-art{width:124px;height:124px;margin-top:28px}
  .step-label{
    top:199px;
    width:calc(100% - 18px);
    min-height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:clamp(14px,4vw,16px);
    line-height:1.12;
    text-wrap:balance;
  }
  .billing-toggle{
    width:min(100%,330px);
    height:54px;
  }
  .toggle-slider{height:54px}
  .billing-toggle button{
    min-width:0;
    height:54px;
    gap:4px;
    padding-inline:6px;
    font-size:18px;
    line-height:1;
    white-space:nowrap;
  }
  .billing-save{
    gap:3px;
    padding:2px 5px 3px 3px;
    font-size:9px;
    line-height:1;
  }
  .billing-save__arrow{width:13px;height:13px;font-size:11px}
  .pricing-credit-bridge{grid-template-columns:1fr auto 1fr;border-radius:0;min-height:0;padding-inline:0}
  .pricing-credit-bridge::before,.pricing-credit-bridge::after{display:block}
  .pricing-credit-bridge strong{white-space:normal;width:auto}
  .credit-pills{grid-template-columns:1fr}
  .credits .wrap{
    width:100%;
    padding-inline:22px;
  }
  .credit-pills{
    gap:26px;
    margin-top:44px;
  }
  .credit-pill{
    width:100%;
    --float:0px;
    padding:clamp(24px,7vw,34px);
    border-radius:42px;
    gap:clamp(14px,4vw,20px);
  }
  .security-line-cta{width:100%;max-width:330px;justify-content:center}
  .security-line-orb{width:54px;height:54px}
  .security-line-orb img{width:42px;height:34px}
  .security-line-button{font-size:16px;min-height:34px;padding-inline:14px}
  .trust-strip{padding:18px 0}
  .trust-strip__marquee{animation-duration:18s}
  .trust-strip__inner{gap:22px;padding-right:22px}
  .trust-item{font-size:12px}
  .faq-grid{grid-template-columns:1fr}
  .faq-section .section-title,.faq-section .section-sub{text-align:center}
  .faq-section .section-label{margin-inline:auto;display:flex;width:max-content}
  .faq-item{
    border-radius:24px;
    padding:0;
    overflow:hidden;
  }
  .faq-item:hover{transform:none;box-shadow:none}
  .faq-item__q{
    position:relative;
    min-height:64px;
    margin:0;
    padding:18px 54px 18px 20px;
    cursor:pointer;
    font-size:15px;
  }
  .faq-item__q::after{
    content:"+";
    position:absolute;
    right:18px;
    top:50%;
    width:28px;
    height:28px;
    border:1px solid #000;
    border-radius:999px;
    background:var(--green);
    display:flex;
    align-items:center;
    justify-content:center;
    transform:translateY(-50%);
    font-size:20px;
    font-weight:900;
    line-height:1;
  }
  .faq-item.is-open .faq-item__q::after{content:"-"}
  .faq-item__a{
    max-height:0;
    overflow:hidden;
    padding:0 20px;
    opacity:0;
    transition:max-height 260ms var(--motion-ease),padding 260ms var(--motion-ease),opacity 220ms ease-out;
  }
  .faq-item.is-open .faq-item__a{
    max-height:520px;
    padding:0 20px 20px;
    opacity:1;
  }
  .security-section__content .section-title{text-align:center}
  .security-section__content .section-label{margin-inline:auto;display:flex;width:max-content}
  .security-item,.future-card{padding-right:0}
  .final-panel{width:calc(100% - 28px);border-radius:30px;min-height:680px}
  .final-copy{max-width:100%}
  .final-title-one,.final-title-two,.final-promo{max-width:100%;overflow-wrap:anywhere}
  .final-title-two .big{font-size:64px}
  .final-promo{font-size:17px}
  .footer-card{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:30px;padding:28px 22px;gap:28px 18px}
  .footer-card > div:first-child{grid-column:1 / -1}
  .footer-card nav{min-width:0}
  .footer-card nav:last-of-type{grid-column:1 / 2}
  .footer-qr{grid-column:2 / 3;justify-self:end;align-self:end;width:min(136px,36vw)}
  .footer-col-title{font-size:14px;margin-bottom:10px}
  .footer-links{gap:8px}
  .footer-links a{font-size:13px}
  .footer-bottom{display:grid;text-align:center;justify-content:center}
  .footer-mini-links{justify-content:center}
}

/* Webapp-inspired landing skin: soft surfaces without changing layout or type. */
.nav-card,
.compare-card,
.step-card::before,
.step-card::after,
.line-card,
.price-card,
.credit-pill,
.credit-pill__badge,
.security-item,
.security-item__icon,
.future-card,
.faq-item,
.faq-item__q::after,
.final-panel,
.footer-card,
.cookie-bar__inner,
.legal-panel,
.trust-card,
.tm30-card,
.hamburger,
.mobile-nav,
.float-tag,
.compare-pill,
.step-badge{
  border-color:rgba(121,108,84,.18)!important;
  box-shadow:0 14px 36px rgba(89,73,48,.05)!important;
}
.nav-card,
.footer-card,
.cookie-bar__inner,
.final-panel,
.line-card{
  background:#FFFEFA!important;
}
.compare-card.before,
.price-card,
.faq-item,
.security-item,
.future-card,
.credit-pill{
  background:#FFFDF8!important;
}
.compare-card.after{
  background:#F4FCEB!important;
  border-color:rgba(149,193,109,.34)!important;
}
.price-card.popular{
  background:linear-gradient(135deg,#F2E9FF 0%,#FBF8FF 46%,#E7F7FF 100%)!important;
  border-color:rgba(156,138,199,.3)!important;
}
.step-card:nth-child(1)::before{background:#F8F0FF!important}
.step-card:nth-child(2)::before{background:#EFF9FF!important}
.step-card:nth-child(3)::before{background:#FFF0C4!important}
.step-card:nth-child(4)::before{background:#EFF9FF!important}
.step-card:nth-child(5)::before{background:#FFF2FA!important}
.step-card:nth-child(6)::before{background:#EEFBDE!important}
.price-card:hover,
.compare-card:hover,
.credit-pill:hover,
.faq-item:hover{
  box-shadow:0 16px 40px rgba(89,73,48,.07)!important;
}
.btn,
.lang-chip,
.hamburger,
.mobile-nav,
.phone-card,
.float-tag,
.trust-strip,
.compare-card,
.compare-pill,
.step-card::before,
.step-card::after,
.step-badge,
.line-card,
.billing-toggle,
.toggle-slider,
.price-card,
.popular-badge,
.plan-fit-list,
.plan-fit-list li::before,
.feature-list .feature-plus,
.feature-plus__icon,
.plan-saving,
.billing-save,
.plan-saving__arrow,
.billing-save__arrow,
.pricing-credit-bridge,
.pricing-credit-bridge strong,
.credit-pill,
.credit-pill__badge,
.credits-contact,
.security-item__icon,
.security-line-cta,
.future-card,
.faq-item,
.faq-item__q::after,
.final-panel,
.footer-card,
.footer-line,
.cookie-bar__inner,
.cookie-btn,
.check,
.dash{
  border-color:var(--ui-border)!important;
  box-shadow:0 8px 20px rgba(89,73,48,.045)!important;
}
.btn,
.btn-login,
.cookie-btn,
.cookie-btn--ghost,
.security-line-cta,
.toggle-slider{
  background:#FFFEFA!important;
}
.btn-green,
.btn-hero,
.btn-final,
.btn-nav,
.billing-save,
.billing-save__arrow,
.plan-saving,
.plan-saving__arrow,
.feature-list .feature-plus,
.credits-contact,
.footer-line,
.cookie-btn--primary,
.security-line-button,
.line-add,
.line-orb,
.check,
.promo-dot,
.final-dot,
.faq-item__q::after{
  background:#D8F7A7!important;
  border-color:var(--ui-border-strong)!important;
}
.section-label,
.faq-section .section-label{
  background:#FFF0C4!important;
  color:#7D6431!important;
}
.section-label--blue{
  background:#EAF8FF!important;
  color:#5F7884!important;
}
.section-label--green{
  background:#D8F7A7!important;
  color:#547A34!important;
}
.section-label--purple,
.popular-badge{
  background:#F4EAFF!important;
  color:#6A5279!important;
}
.section-label--cream{
  background:#F7F0E6!important;
  color:#76613D!important;
}
.pricing-credit-bridge{
  box-shadow:none!important;
}
.pricing-credit-bridge strong,
.float-tag.one,
.float-tag.four{
  background:#EAF8FF!important;
}
.float-tag.two{
  background:#F4EAFF!important;
}
.float-tag.three,
.before .compare-pill{
  background:#FFF0C4!important;
}
.after .compare-pill{
  background:#D8F7A7!important;
  border-color:var(--ui-border-strong)!important;
}
.trust-strip,
.credits,
.footer{
  border-color:rgba(121,108,84,.16)!important;
}
.trust-strip{
  background:#FFFEFA!important;
}
.compare-item{
  background-image:linear-gradient(rgba(121,108,84,.24),rgba(121,108,84,.24))!important;
}
.steps-grid::before,
.steps-grid::after{
  background:repeating-linear-gradient(90deg,var(--ui-border) 0 15px,transparent 15px 30px)!important;
}
.pricing-more a{
  border-color:var(--ui-border)!important;
}
.hamburger span{
  background:#605B52!important;
}
.credit-pill__note,
.cookie-bar__prefs{
  border-color:rgba(121,108,84,.16)!important;
}
.process-flow__curve path,
.process-flow__curve polyline{
  stroke:rgba(121,108,84,.48)!important;
}
.security{
  background:#F8F1FA!important;
}
.security-section__content{
  background:#FFFEFA!important;
  border:1px solid var(--ui-border)!important;
  border-radius:30px!important;
  padding:clamp(22px,3vw,34px)!important;
  box-shadow:0 14px 36px rgba(89,73,48,.05)!important;
}
.security-item{
  margin-bottom:10px!important;
  padding:12px 14px!important;
  border:1px solid var(--ui-border)!important;
  border-radius:20px!important;
  background:#FFFDF8!important;
  box-shadow:0 8px 20px rgba(89,73,48,.04)!important;
}
.security-item:last-of-type{
  margin-bottom:0!important;
}
.security-item__icon{
  border-radius:14px!important;
  box-shadow:none!important;
}
.security-line-cta{
  margin-top:16px!important;
}
.price-star path{
  fill:#FFF0C4;
  stroke:rgba(121,108,84,.42);
}
.section-title,
.compare-title,
.plan-title,
.credit-pill__name,
.final-title-one,
.final-title-two,
.footer-brand,
.hero-heading strong,
.amount,
.credit-pill__amount{
  font-weight:600!important;
}
.btn,
.section-label,
.compare-pill,
.popular-badge,
.plan-fit-heading,
.billing-toggle button,
.billing-save,
.plan-saving,
.feature-plus__icon,
.credits-contact,
.security-line-button,
.faq-item__q,
.footer-line,
.cookie-btn,
.credit-pill__badge{
  font-weight:600!important;
}
.brand,
.promo-line,
.final-promo,
.footer-col-title,
.security-item__title,
.future-card__title,
.cookie-bar__title{
  font-weight:600!important;
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.001ms!important;
  }
  .reveal{opacity:1!important;transform:none!important}
  .phone-card,.phone-screen,.hero-copy{opacity:1!important}
}
