:root{
  --navy:#061c31;
  --navy-2:#0b2d45;
  --green:#0b6f43;
  --green-2:#13a06a;
  --mint:#e9f8f0;
  --white:#fff;
  --bg:#fbfefd;
  --text:#40576a;
  --muted:#718394;
  --line:rgba(6,28,49,.12);
  --glass:rgba(255,255,255,.64);
  --shadow:0 34px 100px rgba(6,28,49,.14);
  --soft-shadow:0 18px 45px rgba(6,28,49,.09);
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--text);
  background:var(--bg);
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-4;
  background:
    radial-gradient(circle at 14% 12%,rgba(198,238,220,.62),transparent 30%),
    radial-gradient(circle at 86% 18%,rgba(190,232,212,.48),transparent 32%),
    radial-gradient(circle at 50% 88%,rgba(218,246,233,.72),transparent 34%),
    linear-gradient(180deg,#fff,#f2fbf6 52%,#fff);
}
.site-mist{
  position:fixed;
  inset:0;
  z-index:-3;
  pointer-events:none;
  overflow:hidden;
}
.site-mist::before,.site-mist::after{
  content:"";
  position:absolute;
  width:62vw;
  height:62vw;
  border-radius:48% 52% 44% 56%;
  filter:blur(36px);
  opacity:.74;
  transform:translateZ(0);
}
.site-mist::before{
  left:-24vw;
  top:-20vw;
  background:radial-gradient(circle,rgba(19,160,106,.24),transparent 62%);
  animation:mistOne 18s ease-in-out infinite alternate;
}
.site-mist::after{
  right:-22vw;
  top:12vh;
  background:radial-gradient(circle,rgba(11,111,67,.16),transparent 64%);
  animation:mistTwo 22s ease-in-out infinite alternate;
}
@keyframes mistOne{to{transform:translate3d(10vw,8vh,0) scale(1.08) rotate(14deg)}}
@keyframes mistTwo{to{transform:translate3d(-8vw,6vh,0) scale(.96) rotate(-12deg)}}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(var(--max),calc(100% - 42px));margin:auto}
.section{padding:112px 0;position:relative}
.section--soft{background:linear-gradient(180deg,rgba(255,255,255,.25),rgba(233,248,240,.44),rgba(255,255,255,.15))}
.center{text-align:center}
.section-head{max-width:900px;margin-bottom:52px}
.center .section-head{margin-inline:auto}
.section-head.center{
  margin-inline:auto;
  text-align:center;
}
.section-head.center h2,
.section-head.center p{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.section-head.center .eyebrow{
  justify-content:center;
}
.section-head p{max-width:760px;margin:0 auto;font-size:18px}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:20px;
  color:var(--green);
  font-size:12px;
  font-weight:950;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.eyebrow::before{content:"";width:40px;height:1px;background:linear-gradient(90deg,transparent,var(--green))}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{color:var(--navy);letter-spacing:0}
h1{font-size:clamp(48px,8vw,112px);line-height:.88;margin:0 0 26px;max-width:1040px}
h2{font-size:clamp(34px,4.4vw,64px);line-height:.98;margin:0 0 18px}
h3{font-size:24px;line-height:1.16;margin-bottom:12px}
p{line-height:1.7;font-weight:630;color:var(--text)}
.lead{font-size:clamp(18px,2vw,23px);line-height:1.55;max-width:760px}
.slogan{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin:0 auto 18px;
  padding:10px 16px;
  border-radius:999px;
  color:var(--green);
  background:rgba(255,255,255,.74);
  border:1px solid rgba(11,111,67,.14);
  box-shadow:0 14px 34px rgba(6,28,49,.08);
  font-size:14px;
  line-height:1.25;
  font-weight:950;
  letter-spacing:.03em;
  text-align:center;
  backdrop-filter:blur(14px);
}
.title-3d{
  text-shadow:
    0 1px 0 rgba(255,255,255,.95),
    0 9px 20px rgba(6,28,49,.12),
    0 26px 64px rgba(11,111,67,.12);
}
.title-3d span{color:var(--green)}

.nav{position:fixed;z-index:100;inset:18px 0 auto;pointer-events:none}
.nav__inner{
  pointer-events:auto;
  width:min(var(--max),calc(100% - 42px));
  min-height:70px;
  margin:auto;
  padding:8px 10px 8px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:1px solid rgba(255,255,255,.75);
  border-radius:999px;
  background:rgba(255,255,255,.72);
  box-shadow:0 18px 55px rgba(6,28,49,.12);
  backdrop-filter:blur(22px) saturate(145%);
}
.brand{display:flex;align-items:center;min-width:132px}
.brand img{height:38px;width:auto;object-fit:contain}
.nav__links{display:flex;align-items:center;gap:24px;color:#35495b;font-size:13px;font-weight:850}
.nav__links a{transition:color .2s ease}
.nav__links a:hover{color:var(--green)}
.nav__toggle{display:none}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  border:1px solid transparent;
  color:var(--white);
  background:linear-gradient(135deg,var(--navy),var(--green));
  box-shadow:0 18px 44px rgba(11,111,67,.22);
  font-weight:950;
  white-space:nowrap;
  transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 26px 64px rgba(11,111,67,.28);filter:saturate(1.08)}
.btn--small{min-height:50px;padding-inline:20px}
.btn--light{background:var(--white);color:var(--navy);box-shadow:0 16px 38px rgba(6,28,49,.12)}
.btn--ghost{background:rgba(255,255,255,.68);color:var(--navy);border-color:var(--line);box-shadow:none;backdrop-filter:blur(14px)}

.hero{min-height:100vh;padding:158px 0 90px;display:grid;align-items:center;overflow:hidden}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(6,28,49,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(6,28,49,.035) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:radial-gradient(circle at 50% 25%,rgba(0,0,0,.62),transparent 66%);
}
.hero__grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);gap:58px;align-items:center;position:relative;z-index:2}
.hero__copy{
  text-align:center;
}
.hero__copy h1,
.hero__copy p{
  margin-left:auto;
  margin-right:auto;
}
.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin:34px 0}
.hero__copy .hero__actions,
.hero__copy .trust-strip{
  justify-content:center;
}
.trust-strip{display:flex;flex-wrap:wrap;gap:12px}
.trust-strip span{
  padding:11px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.7);
  border:1px solid var(--line);
  box-shadow:0 12px 30px rgba(6,28,49,.06);
  color:var(--navy);
  font-weight:900;
  backdrop-filter:blur(14px);
}

.hero__visual{
  min-height:625px;
  position:relative;
  border-radius:46px;
  border:1px solid rgba(255,255,255,.8);
  background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.36));
  box-shadow:var(--shadow);
  overflow:hidden;
  backdrop-filter:blur(22px) saturate(145%);
  transform-style:preserve-3d;
  transition:transform .18s ease;
}
.hero__glow{
  position:absolute;
  inset:8%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(19,160,106,.2),transparent 66%);
  filter:blur(18px);
  animation:breath 5s ease-in-out infinite;
}
@keyframes breath{50%{transform:scale(1.12);opacity:.7}}
.hero__image{
  position:absolute;
  left:50%;
  top:50%;
  width:92%;
  max-height:84%;
  object-fit:contain;
  border-radius:34px;
  transform:translate(-50%,-50%) perspective(900px) rotateX(6deg) rotateY(-10deg);
  box-shadow:0 38px 95px rgba(6,28,49,.2);
  border:1px solid rgba(255,255,255,.7);
  object-position:center center;
}
.platform{
  position:absolute;
  z-index:4;
  width:82px;
  height:82px;
  display:grid;
  place-items:center;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.76);
  background:rgba(255,255,255,.72);
  box-shadow:0 22px 60px rgba(6,28,49,.14);
  backdrop-filter:blur(18px) saturate(145%);
  animation:floaty 5.6s ease-in-out infinite;
}
.platform svg{width:38px;height:38px;color:var(--navy)}
.platform--facebook{left:34px;top:72px}
.platform--instagram{right:42px;top:148px;animation-delay:.8s}
.platform--google{left:50px;bottom:128px;animation-delay:1.4s}
@keyframes floaty{50%{transform:translateY(-16px) rotate(2deg)}}
.glass{
  position:absolute;
  right:44px;
  bottom:42px;
  z-index:5;
  max-width:245px;
  padding:20px;
  border-radius:26px;
  background:rgba(255,255,255,.68);
  border:1px solid rgba(255,255,255,.82);
  box-shadow:0 22px 55px rgba(6,28,49,.14);
  backdrop-filter:blur(18px);
}
.glass strong{display:block;color:var(--navy);font-size:40px;line-height:1}
.glass span{display:block;color:#526879;font-weight:820;font-size:13px;margin-top:8px}

.service-marquee{position:relative;z-index:5;margin-top:-34px}
.service-marquee__shell{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:0 26px 80px rgba(6,28,49,.12),0 0 70px rgba(19,160,106,.18);
  backdrop-filter:blur(18px) saturate(150%);
}
.service-marquee__shell::before,
.service-marquee__shell::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  z-index:2;
  width:130px;
  pointer-events:none;
}
.service-marquee__shell::before{left:0;background:linear-gradient(90deg,rgba(255,255,255,.95),transparent)}
.service-marquee__shell::after{right:0;background:linear-gradient(270deg,rgba(255,255,255,.95),transparent)}
.service-marquee__track{display:flex;width:max-content;will-change:transform}
.service-marquee__track.is-running{animation:marqueeLoop var(--marquee-speed,16s) linear infinite}
.service-marquee__set{display:flex;gap:18px;padding:20px 9px}
.service-marquee span{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:0 8px;
  color:#111;
  font-size:17px;
  font-weight:950;
  white-space:nowrap;
  text-shadow:0 1px 0 #fff,0 10px 20px rgba(6,28,49,.11);
}
@keyframes marqueeLoop{to{transform:translateX(calc(var(--marquee-distance,520px) * -1))}}

.mirror-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.mirror-card{
  position:relative;
  min-height:282px;
  padding:30px;
  border-radius:32px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.76);
  background:rgba(255,255,255,.54);
  box-shadow:var(--soft-shadow);
  backdrop-filter:blur(18px) saturate(140%);
  transition:transform .28s ease,background .28s ease,color .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.mirror-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 0 34%,rgba(255,255,255,.92) 44%,transparent 56%);
  opacity:0;
  transform:translateX(-56%);
  transition:opacity .28s ease,transform .55s ease;
}
.mirror-card:hover{
  transform:translateY(-10px) rotateX(2deg);
  background:linear-gradient(145deg,rgba(6,28,49,.9),rgba(11,111,67,.84));
  color:var(--white);
  border-color:rgba(255,255,255,.38);
  box-shadow:0 36px 95px rgba(6,28,49,.22);
}
.mirror-card:hover::before{opacity:1;transform:translateX(48%)}
.mirror-card:hover h3,.mirror-card:hover p,.mirror-card:hover .mirror-card__num{color:var(--white)}
.mirror-card__num{display:block;color:var(--green);font-size:13px;font-weight:950;letter-spacing:.14em;margin-bottom:60px}
.mirror-card p{margin:0;font-size:15px}

.split{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}
.flow-board{
  display:grid;
  gap:16px;
  padding:28px;
  border-radius:38px;
  background:rgba(255,255,255,.68);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:var(--shadow);
  backdrop-filter:blur(20px) saturate(145%);
}
.flow-step{
  padding:22px;
  border-radius:26px;
  background:rgba(255,255,255,.66);
  border:1px solid rgba(6,28,49,.08);
  box-shadow:0 12px 30px rgba(6,28,49,.06);
}
.flow-step b{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:16px;background:var(--navy);color:var(--white);margin-bottom:16px}
.flow-step p{margin:0}

.ads-grid{display:grid;grid-template-columns:1fr;gap:22px}
.image-panel{
  display:grid;
  grid-template-columns:1fr;
  align-items:stretch;
  overflow:hidden;
  border-radius:36px;
  background:linear-gradient(145deg,rgba(6,28,49,.82),rgba(11,111,67,.46));
  border:1px solid rgba(255,255,255,.42);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}
.image-panel img{
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:contain;
  padding:18px;
  background:
    radial-gradient(circle at 24% 18%,rgba(198,238,220,.36),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.22));
}
.image-panel__body{
  margin:0 18px 18px;
  padding:30px;
  border-radius:28px;
  background:rgba(6,28,49,.46);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(14px);
}
.image-panel h3,
.image-panel p,
.image-panel--dark h3,
.image-panel--dark p{color:var(--white)}
.image-panel p,
.image-panel--dark p{opacity:.86}
.image-panel--dark{background:linear-gradient(145deg,rgba(6,28,49,.86),rgba(11,111,67,.54));color:var(--white)}
.pill{display:inline-flex;margin-bottom:16px;padding:8px 12px;border-radius:999px;background:var(--mint);color:var(--green);font-weight:950;font-size:12px;text-transform:uppercase;letter-spacing:.08em}

.ads-offer{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:22px;
  margin-top:24px;
}
.ads-offer__price,
.ads-offer__note{
  padding:34px;
  border-radius:36px;
  border:1px solid rgba(255,255,255,.82);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}
.ads-offer__price{
  color:var(--white);
  background:
    radial-gradient(circle at 86% 16%,rgba(233,248,240,.18),transparent 30%),
    linear-gradient(145deg,var(--navy),var(--green));
}
.ads-offer__price span{
  display:inline-flex;
  padding:8px 12px;
  margin-bottom:20px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#e8fff2;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.ads-offer__price h3,
.ads-offer__price p{color:var(--white)}
.ads-offer__price p{opacity:.84}
.ads-offer__price div{display:flex;align-items:end;gap:12px;margin:20px 0}
.ads-offer__price strong{font-size:58px;line-height:.9;color:var(--white)}
.ads-offer__price small{font-weight:950;color:#e8fff2;margin-bottom:5px}
.ads-offer__note{
  background:rgba(255,255,255,.66);
}
.ads-offer__note ul{
  list-style:none;
  padding:0;
  margin:24px 0 0;
  display:grid;
  gap:12px;
}
.ads-offer__note li{
  display:flex;
  gap:10px;
  color:#33495d;
  font-weight:820;
  line-height:1.45;
}
.ads-offer__note li::before{content:"✓";color:var(--green);font-weight:950}

.bot-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.bot-card{
  display:grid;
  grid-template-columns:1fr;
  align-items:stretch;
  gap:0;
  padding:22px;
  border-radius:36px;
  background:linear-gradient(145deg,rgba(6,28,49,.78),rgba(11,111,67,.42));
  border:1px solid rgba(255,255,255,.42);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}
.bot-card img{
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:contain;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.22));
  box-shadow:0 24px 55px rgba(6,28,49,.14);
}
.bot-card > div{
  margin-top:18px;
  padding:26px;
  border-radius:26px;
  background:rgba(6,28,49,.45);
  border:1px solid rgba(255,255,255,.16);
}
.bot-card h3,
.bot-card p{color:var(--white)}
.bot-card p{opacity:.86}
.bot-price-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:100%;
  padding:36px;
  border-radius:36px;
  color:#fff;
  background:linear-gradient(145deg,rgba(6,28,49,.82),rgba(11,111,67,.48));
  border:1px solid rgba(255,255,255,.38);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}
.bot-price-card h3,
.bot-price-card p,
.bot-price-card .price{color:#fff}
.bot-price-card p{opacity:.86}

.reach-section{
  display:grid;
  grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);
  gap:34px;
  align-items:center;
}
.reach-section__image,
.reach-section__copy{
  border-radius:36px;
  background:linear-gradient(145deg,rgba(6,28,49,.78),rgba(11,111,67,.42));
  border:1px solid rgba(255,255,255,.38);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
  overflow:hidden;
}
.reach-section__image img{
  width:100%;
  height:auto;
  max-height:620px;
  object-fit:contain;
  background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,255,255,.22));
}
.reach-section__copy{
  padding:42px;
}
.reach-section__copy h2,
.reach-section__copy p{color:#fff}
.reach-section__copy p{opacity:.86}

.bot-features{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:24px;
}
.bot-feature{
  min-height:190px;
  padding:26px;
  border-radius:30px;
  background:linear-gradient(145deg,rgba(6,28,49,.72),rgba(11,111,67,.38));
  border:1px solid rgba(255,255,255,.38);
  box-shadow:var(--soft-shadow);
  backdrop-filter:blur(18px) saturate(140%);
  transition:transform .28s ease,background .28s ease,color .28s ease,box-shadow .28s ease;
}
.bot-feature h3,
.bot-feature p{color:var(--white)}
.bot-feature:hover{
  transform:translateY(-8px);
  color:var(--white);
  background:linear-gradient(145deg,rgba(6,28,49,.9),rgba(11,111,67,.84));
  box-shadow:var(--shadow);
}
.bot-feature:hover h3,
.bot-feature:hover p{color:var(--white)}
.bot-feature p{margin:0;font-size:15px}

.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.plan{
  position:relative;
  display:flex;
  flex-direction:column;
  padding:32px;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(11,111,67,.64),rgba(19,160,106,.42));
  border:1px solid rgba(255,255,255,.54);
  box-shadow:var(--soft-shadow);
  backdrop-filter:blur(18px) saturate(145%);
  transition:transform .28s ease,box-shadow .28s ease;
}
.plan:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.plan,
.plan h3,
.plan p,
.plan li,
.plan small{color:var(--white)}
.plan--featured{
  background:linear-gradient(145deg,rgba(13,118,73,.74),rgba(23,158,104,.56));
  color:var(--white);
  box-shadow:0 28px 80px rgba(11,111,67,.2);
}
.tag{width:max-content;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.2);color:#f0fff7;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:28px}
.plan--featured .tag{background:rgba(255,255,255,.24);color:#fff}
.price{display:flex;align-items:end;gap:8px;margin:22px 0 8px;color:var(--white)}
.price strong{font-size:58px;line-height:.9}.price span{font-weight:950;margin-bottom:5px}
.plan small{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:950}
.plan ul{list-style:none;padding:24px 0 0;margin:24px 0 28px;border-top:1px solid rgba(255,255,255,.24);display:grid;gap:13px;flex:1}
.plan--featured ul{border-top-color:rgba(255,255,255,.18)}
.plan li{display:flex;gap:10px;font-weight:820;line-height:1.4}
.plan li::before{content:"✓";color:#e8fff2;font-weight:950}
.save-ribbon{
  position:absolute;
  top:26px;
  right:-54px;
  z-index:5;
  width:220px;
  padding:12px 0 11px;
  transform:rotate(38deg);
  color:#fff;
  background:linear-gradient(135deg,#8f1226 0%,#c9263c 52%,#ef5b68 100%);
  box-shadow:0 18px 34px rgba(114,18,34,.34), inset 0 1px 0 rgba(255,255,255,.38), inset 0 -10px 16px rgba(75,0,16,.18);
  font-size:15px;
  font-weight:950;
  letter-spacing:.03em;
  text-align:center;
  text-transform:uppercase;
  border:1px solid rgba(255,255,255,.22);
}

.renewal{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center}
.renewal__items{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.renewal__items div,.project,.cta,.about__image,.about__copy{
  border-radius:32px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(255,255,255,.84);
  box-shadow:var(--soft-shadow);
  backdrop-filter:blur(18px);
}
.renewal__items div{padding:24px}
.renewal__items p{margin:0}

.portfolio{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.project{overflow:hidden;text-align:left}
.project img{height:235px;width:100%;object-fit:cover}
.project div{padding:26px}
.project span{display:block;color:var(--green);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}
.project p{margin:0}

.results-head{margin-top:72px;text-align:center}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.testimonial{
  padding:30px;
  border-radius:32px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(255,255,255,.84);
  box-shadow:var(--soft-shadow);
  backdrop-filter:blur(18px);
}
.testimonial p{
  color:var(--navy);
  font-size:19px;
  line-height:1.55;
  font-weight:900;
}
.testimonial div{display:flex;align-items:center;gap:12px;margin-top:20px;color:var(--muted);font-weight:900}
.testimonial span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--white);
  background:var(--green);
}

.about{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center}
.about__image{overflow:hidden}
.about__image img{width:100%;height:560px;object-fit:cover}
.about__copy{padding:42px}

.cta{
  padding:64px;
  color:var(--white);
  background:
    radial-gradient(circle at 82% 18%,rgba(233,248,240,.28),transparent 28%),
    linear-gradient(145deg,var(--navy),var(--green));
  box-shadow:var(--shadow);
}
.cta h2,.cta p{color:var(--white)}
.cta p{opacity:.82;font-size:19px;max-width:760px}

.footer{padding:42px 0;border-top:1px solid var(--line);background:rgba(255,255,255,.7)}
.footer__inner{display:flex;justify-content:space-between;align-items:center;gap:20px;color:#647889;font-weight:780}
.footer p{margin:0}
.footer__legal{
  display:grid;
  gap:8px;
  text-align:right;
}
.footer__legal a{
  color:var(--green);
  font-weight:900;
}
.whatsapp-float{
  position:fixed;
  left:22px;
  bottom:22px;
  z-index:110;
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#1fc96b;
  color:#fff;
  border:7px solid rgba(255,255,255,.75);
  box-shadow:0 18px 45px rgba(6,28,49,.2);
}
.whatsapp-float svg{width:30px;height:30px}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}
.reveal.visible{opacity:1;transform:none}

@media (max-width:1050px){
  .hero__grid,.split,.renewal,.about,.reach-section{grid-template-columns:1fr}
  .mirror-grid,.pricing,.portfolio,.renewal__items,.bot-features{grid-template-columns:1fr 1fr}
  .ads-grid,.bot-grid,.ads-offer,.image-panel{grid-template-columns:1fr}
  .bot-card{grid-template-columns:1fr}
}
@media (max-width:760px){
  .wrap,.nav__inner{width:min(100% - 28px,var(--max))}
  .section{padding:78px 0}
  .hero{padding:132px 0 76px}
  h1{font-size:clamp(44px,14vw,72px)}
  .nav__links{
    position:fixed;
    top:86px;
    left:20px;
    right:20px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    padding:22px;
    border-radius:24px;
    background:rgba(255,255,255,.96);
    box-shadow:var(--shadow);
  }
  .nav__links.open{display:flex}
  .nav__toggle{display:grid;gap:4px;place-items:center;width:46px;height:46px;border:1px solid var(--line);border-radius:50%;background:#fff}
  .nav__toggle span{display:block;width:18px;height:2px;background:var(--navy)}
  .nav__inner>.btn{display:none}
  .hero__visual{min-height:500px;border-radius:32px}
  .hero__image{
    width:94%;
    max-height:82%;
    object-fit:contain;
    object-position:center center;
    transform:translate(-50%,-50%) perspective(900px) rotateX(4deg) rotateY(-6deg);
  }
  .platform{width:64px;height:64px;border-radius:21px}.platform svg{width:29px;height:29px}
  .glass{right:20px;bottom:20px}
  .mirror-grid,.pricing,.portfolio,.renewal__items,.testimonials,.bot-features{grid-template-columns:1fr}
  .hero__actions .btn,.cta .btn{width:100%}
  .image-panel img,.bot-card img{height:auto}
  .service-marquee__shell::before,
  .service-marquee__shell::after{width:52px}
  .about__image img{height:340px}
  .cta,.about__copy{padding:34px;border-radius:30px}
  .footer__inner{flex-direction:column;text-align:center}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}

/* Final layout safeguards */
.section-head.center,
.center > .section-head,
.section .section-head.center{
  width:100%;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
.section-head.center h1,
.section-head.center h2,
.section-head.center h3,
.section-head.center p,
.center > .section-head h1,
.center > .section-head h2,
.center > .section-head h3,
.center > .section-head p{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
.section-head.center .eyebrow,
.center > .section-head .eyebrow{
  justify-content:center!important;
}

.ads-grid{
  grid-template-columns:1fr!important;
}
.image-panel,
.bot-card,
.bot-feature,
.testimonial,
.project,
.plan{
  position:relative!important;
  background:linear-gradient(145deg,rgba(6,28,49,.82),rgba(11,111,67,.46))!important;
  border-color:rgba(255,255,255,.38)!important;
}
.image-panel{
  display:grid!important;
  grid-template-columns:1fr!important;
}
.image-panel img,
.bot-card img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:16/9!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:18px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,255,255,.24))!important;
}
.image-panel__body,
.bot-card > div{
  margin:18px!important;
  padding:28px!important;
  border-radius:28px!important;
  background:rgba(6,28,49,.46)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  backdrop-filter:blur(14px)!important;
}
.image-panel h3,
.image-panel p,
.bot-card h3,
.bot-card p,
.bot-feature h3,
.bot-feature p,
.testimonial p,
.testimonial div,
.project h3,
.project p{
  color:#fff!important;
}
.image-panel p,
.bot-card p,
.bot-feature p,
.project p{
  opacity:.88!important;
}
.testimonials{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
}
.testimonial{
  padding:30px!important;
  border-radius:32px!important;
  box-shadow:var(--soft-shadow)!important;
  backdrop-filter:blur(18px)!important;
}

@media (max-width:760px){
  .testimonials{grid-template-columns:1fr!important}
  .hero__copy,
  .mirror-card,
  .flow-step,
  .image-panel__body,
  .ads-offer__price,
  .ads-offer__note,
  .google-benefits,
  .bot-card > div,
  .bot-feature,
  .plan,
  .renewal,
  .renewal__items div,
  .project,
  .testimonial,
  .about__copy,
  .cta{
    text-align:center!important;
  }
  .hero__actions,
  .trust-strip{
    justify-content:center!important;
  }
  .plan .tag,
  .ads-offer__price span,
  .pill{
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .ads-offer__note li,
  .google-benefits li,
  .plan li{
    justify-content:center!important;
    text-align:left!important;
  }
}

/* Ads composition redesign */
.ads-composition{
  display:grid!important;
  grid-template-columns:minmax(360px,470px) minmax(0,1fr)!important;
  gap:28px!important;
  align-items:stretch!important;
  max-width:1040px!important;
  margin:0 auto!important;
}
.image-panel--compact{
  max-width:none!important;
  height:100%!important;
  min-height:560px!important;
  margin:0 auto!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.image-panel--compact img{
  aspect-ratio:4/5!important;
  max-height:none!important;
  width:100%!important;
  min-height:520px!important;
  object-fit:cover!important;
  object-position:center center!important;
  flex:1 1 auto!important;
}
.ads-side{
  display:grid!important;
  grid-template-rows:auto minmax(320px,1fr)!important;
  gap:24px!important;
  min-height:100%!important;
}
.ads-summary,
.ads-side .ads-offer__price{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-height:0!important;
}
.ads-summary,
.ads-side .ads-offer__price{
  box-shadow:var(--soft-shadow)!important;
}
.ads-summary{
  margin:0!important;
  padding:34px!important;
  border-radius:34px!important;
  min-height:220px!important;
  text-align:left!important;
}
.google-ads-focus{
  max-width:1080px!important;
  margin:86px auto 0!important;
}
.google-ads-focus .section-head{
  margin-bottom:36px!important;
}
.google-ads-focus__grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:26px!important;
  align-items:center!important;
}
.google-ads-focus__grid img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:21/9!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:20px!important;
  border-radius:34px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(255,255,255,.24))!important;
  border:1px solid rgba(255,255,255,.42)!important;
  box-shadow:var(--shadow)!important;
}
.google-cards{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:24px!important;
  align-items:stretch!important;
}
.google-benefits{
  padding:34px!important;
  border-radius:34px!important;
  color:#fff!important;
  background:linear-gradient(145deg,rgba(6,28,49,.84),rgba(11,111,67,.5))!important;
  border:1px solid rgba(255,255,255,.38)!important;
  box-shadow:var(--shadow)!important;
  backdrop-filter:blur(18px)!important;
}
.google-benefits h3{color:#fff!important}
.google-benefits ul{
  list-style:none!important;
  padding:0!important;
  margin:20px 0 0!important;
  display:grid!important;
  gap:13px!important;
}
.google-benefits li{
  display:flex!important;
  gap:10px!important;
  color:rgba(255,255,255,.88)!important;
  font-weight:820!important;
  line-height:1.45!important;
}
.google-benefits li::before{
  content:"✓";
  color:#e8fff2;
  font-weight:950;
}

/* Final premium adjustments requested */
.reach-section__copy{
  text-align:center!important;
}
.reach-section__copy .eyebrow,
.reach-section__copy h2,
.reach-section__copy p{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
.reach-section__copy .eyebrow{
  justify-content:center!important;
}
.reach-section__copy p{
  max-width:720px!important;
}
.bot-grid{
  grid-template-columns:minmax(0,920px)!important;
  justify-content:center!important;
}
.bot-price-card{
  display:none!important;
}
.bot-card--solo{
  padding:26px!important;
  text-align:center!important;
}
.bot-card--solo img{
  aspect-ratio:16/9!important;
  max-height:520px!important;
  object-fit:contain!important;
  padding:18px!important;
}
.bot-card--solo > div{
  max-width:720px!important;
  margin:22px auto 0!important;
  text-align:center!important;
  background:linear-gradient(145deg,rgba(6,28,49,.84),rgba(11,111,67,.48))!important;
}
.bot-card--solo .tag{
  margin-left:auto!important;
  margin-right:auto!important;
}
.bot-card--solo h3,
.bot-card--solo p{
  text-align:center!important;
}
.price--bot{
  justify-content:center!important;
  color:#c7f7dc!important;
  text-shadow:0 12px 30px rgba(8,48,32,.34)!important;
}
.price--bot strong{
  color:#c7f7dc!important;
}
.price--bot span{
  color:#eafff2!important;
}
.project h3 a{
  color:#fff!important;
  text-decoration:none!important;
}
.project h3 a:hover{
  color:#c7f7dc!important;
}

@media (max-width:980px){
  .ads-composition,
  .google-ads-focus__grid,
  .google-cards{
    grid-template-columns:1fr!important;
  }
  .image-panel--compact{
    max-width:560px!important;
  }
  .ads-side{
    grid-template-rows:auto!important;
  }
  .ads-side .ads-offer__price,
  .ads-side .ads-offer__note{
    min-height:auto!important;
  }
  .image-panel--compact{
    min-height:auto!important;
  }
  .image-panel--compact img{
    min-height:auto!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
  }
  .ads-summary{
    text-align:center!important;
  }
}

/* Legal pages */
.legal-page{
  min-height:100vh;
  padding:70px 20px;
}
.legal-doc{
  width:min(980px,100%);
  margin:auto;
  padding:48px;
  border-radius:36px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px) saturate(145%);
}
.legal-doc h1{
  color:var(--navy);
  font-size:clamp(36px,5vw,64px);
  line-height:1;
  margin:24px 0 18px;
  text-align:left;
}
.legal-doc h2{
  color:var(--navy);
  font-size:28px;
  line-height:1.2;
  margin:38px 0 14px;
}
.legal-doc h3{
  color:var(--green);
  font-size:20px;
  margin:24px 0 10px;
}
.legal-doc p,
.legal-doc li{
  color:#33495d;
  font-size:16px;
  line-height:1.75;
}
.legal-doc ul{
  margin:12px 0 0;
  padding-left:22px;
}
.legal-doc a{
  color:var(--green);
  font-weight:900;
}
.legal-back{
  display:inline-flex;
  margin-bottom:18px;
  padding:10px 14px;
  border-radius:999px;
  background:var(--mint);
  color:var(--green)!important;
  font-weight:950;
}

@media (max-width:760px){
  .legal-page{padding:36px 14px}
  .legal-doc{padding:28px;border-radius:28px}
}

/* Hyperbot widget */
.hyperbot-widget{
  position:fixed;
  right:28px;
  bottom:26px;
  z-index:120;
}
.hyperbot-toggle{
  min-height:64px;
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:0 24px;
  border:0;
  border-radius:999px;
  color:#fff;
  background:#075779;
  box-shadow:0 18px 45px rgba(6,28,49,.26);
  font-weight:950;
  cursor:pointer;
}
.hyperbot-toggle::after{
  content:"";
  position:absolute;
  top:13px;
  right:18px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#22c7a8;
  box-shadow:0 0 0 5px rgba(34,199,168,.18);
}
.hyperbot-toggle svg{width:24px;height:24px;color:#18b6e7}
.hyperbot-toggle__close{display:none;font-size:34px;line-height:1;color:#18b6e7}
.hyperbot-widget.is-open .hyperbot-toggle__icon{display:none}
.hyperbot-widget.is-open .hyperbot-toggle__close{display:inline-flex}
.hyperbot-widget.is-open .hyperbot-toggle::after{display:none}
.hyperbot-panel{
  position:absolute;
  right:0;
  bottom:82px;
  width:min(390px,calc(100vw - 32px));
  height:520px;
  display:none;
  overflow:hidden;
  border-radius:18px;
  background:#0b1b2a;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 90px rgba(6,28,49,.32);
}
.hyperbot-widget.is-open .hyperbot-panel{display:grid;grid-template-rows:auto 1fr auto}
.hyperbot-panel__head{
  min-height:72px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 18px;
  color:#fff;
  background:#075779;
}
.hyperbot-avatar{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#18b6e7;
  background:rgba(255,255,255,.12);
}
.hyperbot-avatar svg{width:22px;height:22px}
.hyperbot-panel__head strong{display:block}
.hyperbot-panel__head span{
  display:flex;
  align-items:center;
  gap:6px;
  color:#1ed0ac;
  font-size:13px;
  font-weight:800;
}
.hyperbot-panel__head span::before{content:"";width:7px;height:7px;border-radius:50%;background:#1ed0ac}
.hyperbot-panel__head button{
  margin-left:auto;
  border:0;
  background:transparent;
  color:rgba(255,255,255,.75);
  font-size:30px;
  cursor:pointer;
}
.hyperbot-messages{
  padding:18px;
  overflow:auto;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.hyperbot-message{
  max-width:82%;
  padding:14px 16px;
  border-radius:16px;
  color:#fff;
  background:#203f5c;
  border:1px solid rgba(51,142,204,.35);
  line-height:1.45;
  font-weight:650;
}
.hyperbot-message--user{
  align-self:flex-end;
  background:#0b6f43;
  border-color:rgba(255,255,255,.16);
}
.hyperbot-message--typing{opacity:.7}
.hyperbot-form{
  display:flex;
  gap:10px;
  padding:14px;
  border-top:1px solid rgba(255,255,255,.1);
  background:#10263a;
}
.hyperbot-form input{
  min-width:0;
  flex:1;
  min-height:46px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  padding:0 14px;
  color:#fff;
  background:#071725;
  outline:none;
}
.hyperbot-form button{
  width:48px;
  border:0;
  border-radius:14px;
  color:#a8d9ca;
  background:rgba(19,160,106,.18);
  cursor:pointer;
}
.hyperbot-form svg{width:26px;height:26px}

/* Audit pages */
.audit-page,
.thanks-page{
  width:min(980px,calc(100% - 34px));
  min-height:100vh;
  margin:auto;
  padding:46px 0 70px;
}
.audit-logo{
  display:inline-flex;
  justify-content:center;
  margin-bottom:34px;
}
.audit-logo img{height:42px;width:auto}
.audit-hero,
.thanks-page{
  text-align:center;
}
.audit-hero h1,
.thanks-page h1{
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
}
.audit-hero p,
.thanks-lead{
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
  font-size:20px;
  font-weight:800;
}
.audit-form{
  display:grid;
  gap:20px;
  margin-top:42px;
  padding:34px;
  border-radius:36px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.audit-form label{
  display:grid;
  gap:8px;
  color:var(--navy);
  font-weight:950;
  text-align:left;
}
.audit-form input,
.audit-form textarea{
  width:100%;
  border:1px solid rgba(6,28,49,.14);
  border-radius:18px;
  padding:14px 16px;
  color:var(--navy);
  background:rgba(255,255,255,.86);
  outline:none;
}
.audit-form input:focus,
.audit-form textarea:focus{
  border-color:var(--green);
  box-shadow:0 0 0 4px rgba(19,160,106,.12);
}
.audit-form__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.audit-form__footer p{margin:0}
.thanks-check{
  width:86px;
  height:86px;
  display:grid;
  place-items:center;
  margin:20px auto 34px;
  border-radius:50%;
  color:var(--green);
  border:3px solid #16c98d;
  box-shadow:0 18px 45px rgba(19,160,106,.18);
  font-size:42px;
  font-weight:950;
}
.thanks-page h1{
  font-size:clamp(64px,10vw,108px);
  margin-bottom:16px;
}
.thanks-page h2{
  color:#0bbf78;
  font-size:34px;
}
.thanks-card{
  max-width:560px;
  margin:36px auto 28px;
  padding:34px;
  border-radius:18px;
  color:#fff;
  background:#172d42;
  box-shadow:var(--shadow);
  text-align:left;
}
.thanks-card h3,
.thanks-card p{color:#fff}
.thanks-tip{
  margin-top:22px;
  padding:18px;
  border-radius:12px;
  color:rgba(255,255,255,.82);
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.14);
  text-align:center;
}
.thanks-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

@media (max-width:760px){
  .hyperbot-widget{right:14px;bottom:14px}
  .whatsapp-float{bottom:88px}
  .form-grid{grid-template-columns:1fr}
  .audit-form{padding:24px;border-radius:28px}
  .audit-form__footer{align-items:stretch;flex-direction:column;text-align:center}
  .audit-form__footer .btn{width:100%}
}

/* UX/UI correction: ads and Google Maps sections */
#anuncios .ads-composition{
  width:min(1040px,100%)!important;
  display:grid!important;
  grid-template-columns:minmax(320px,420px) minmax(420px,500px)!important;
  justify-content:center!important;
  align-items:stretch!important;
  gap:28px!important;
  margin:0 auto!important;
}
#anuncios .image-panel--compact{
  min-height:auto!important;
  height:auto!important;
  padding:16px!important;
  border-radius:34px!important;
  background:linear-gradient(145deg,rgba(6,28,49,.82),rgba(11,111,67,.46))!important;
  overflow:hidden!important;
}
#anuncios .image-panel--compact img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:560px!important;
  aspect-ratio:4/5!important;
  padding:0!important;
  border-radius:24px!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:transparent!important;
}
#anuncios .ads-side{
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  gap:28px!important;
}
#anuncios .ads-summary,
#anuncios .ads-offer__price{
  min-height:0!important;
  margin:0!important;
  padding:34px!important;
  border-radius:34px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:linear-gradient(145deg,rgba(6,28,49,.86),rgba(11,111,67,.5))!important;
  border:1px solid rgba(255,255,255,.34)!important;
  box-shadow:var(--shadow)!important;
  color:#fff!important;
  text-align:left!important;
}
#anuncios .ads-summary h3,
#anuncios .ads-summary p,
#anuncios .ads-offer__price h3,
#anuncios .ads-offer__price p,
#anuncios .ads-offer__price small{
  color:#fff!important;
}
#anuncios .ads-summary p,
#anuncios .ads-offer__price p{
  opacity:.88!important;
}
#anuncios .ads-offer__price .btn{
  width:max-content!important;
  min-width:210px!important;
}
#anuncios .google-ads-focus{
  width:min(1040px,100%)!important;
  margin:94px auto 0!important;
}
#anuncios .google-ads-focus__grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:28px!important;
}
#anuncios .google-ads-focus__grid > img{
  width:100%!important;
  max-width:900px!important;
  margin:0 auto!important;
  height:auto!important;
  aspect-ratio:16/7!important;
  min-height:360px!important;
  padding:18px!important;
  border-radius:34px!important;
  object-fit:cover!important;
  object-position:center center!important;
}
#anuncios .google-cards{
  width:min(920px,100%)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:24px!important;
  align-items:stretch!important;
}
#anuncios .google-benefits,
#anuncios .google-cards .ads-offer__note{
  min-height:330px!important;
  padding:34px!important;
  border-radius:34px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  box-shadow:var(--shadow)!important;
}
#anuncios .google-cards .ads-offer__note{
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(255,255,255,.86)!important;
}

@media (max-width:980px){
  #anuncios .ads-composition,
  #anuncios .google-cards{
    grid-template-columns:1fr!important;
    max-width:620px!important;
  }
  #anuncios .image-panel--compact img{
    min-height:auto!important;
    aspect-ratio:4/5!important;
  }
  #anuncios .ads-summary,
  #anuncios .ads-offer__price{
    text-align:center!important;
  }
  #anuncios .ads-summary .pill,
  #anuncios .ads-offer__price .btn{
    margin-left:auto!important;
    margin-right:auto!important;
  }
  #anuncios .google-ads-focus__grid > img{
    min-height:auto!important;
    aspect-ratio:16/9!important;
  }
}

/* Correct selector for the live ads section */
#ads .ads-composition{
  width:min(1040px,100%)!important;
  display:grid!important;
  grid-template-columns:minmax(300px,390px) minmax(420px,520px)!important;
  justify-content:center!important;
  align-items:start!important;
  gap:30px!important;
  margin:0 auto!important;
}
#ads .image-panel--compact{
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  padding:14px!important;
  border-radius:32px!important;
  background:linear-gradient(145deg,rgba(6,28,49,.82),rgba(11,111,67,.46))!important;
  border:1px solid rgba(255,255,255,.38)!important;
  box-shadow:var(--shadow)!important;
  overflow:hidden!important;
}
#ads .image-panel--compact img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  padding:0!important;
  border-radius:22px!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:transparent!important;
}
#ads .ads-side{
  display:grid!important;
  grid-template-rows:auto auto!important;
  align-content:start!important;
  gap:24px!important;
  min-height:0!important;
}
#ads .ads-summary{
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:30px!important;
  border-radius:32px!important;
  display:block!important;
  background:linear-gradient(145deg,rgba(6,28,49,.84),rgba(11,111,67,.48))!important;
  border:1px solid rgba(255,255,255,.34)!important;
  box-shadow:var(--soft-shadow)!important;
  color:#fff!important;
  text-align:left!important;
}
#ads .ads-summary h3,
#ads .ads-summary p{
  color:#fff!important;
}
#ads .ads-summary p{
  margin-bottom:0!important;
  opacity:.88!important;
}
#ads .ads-offer__price{
  min-height:0!important;
  height:auto!important;
  padding:34px!important;
  border-radius:32px!important;
  box-shadow:var(--shadow)!important;
}
#ads .ads-offer__price .btn{
  width:max-content!important;
  min-width:210px!important;
}
#ads .google-ads-focus{
  width:min(1040px,100%)!important;
  margin:92px auto 0!important;
}
#ads .google-ads-focus__grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:28px!important;
}
#ads .google-ads-focus__grid > img{
  width:100%!important;
  max-width:900px!important;
  margin:0 auto!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  padding:18px!important;
  border-radius:34px!important;
  object-fit:contain!important;
  object-position:center center!important;
}
#ads .google-cards{
  width:min(920px,100%)!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:24px!important;
  align-items:start!important;
}
#ads .google-benefits,
#ads .google-cards .ads-offer__note{
  min-height:0!important;
  height:auto!important;
  padding:32px!important;
  border-radius:32px!important;
}
#ads .google-cards .ads-offer__note{
  background:rgba(255,255,255,.74)!important;
  border:1px solid rgba(255,255,255,.88)!important;
  box-shadow:var(--soft-shadow)!important;
}

@media (max-width:980px){
  #ads .ads-composition,
  #ads .google-cards{
    grid-template-columns:1fr!important;
    max-width:620px!important;
  }
  #ads .ads-summary,
  #ads .ads-offer__price{
    text-align:center!important;
  }
  #ads .ads-summary .pill,
  #ads .ads-offer__price .btn{
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

/* Final enforced polish */
.plan .save-ribbon{
  position:static!important;
  transform:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0 0 18px!important;
  padding:9px 14px!important;
  border-radius:999px!important;
  color:#fff!important;
  background:linear-gradient(135deg,rgba(135,13,32,.92),rgba(210,39,60,.78))!important;
  border:1px solid rgba(255,255,255,.26)!important;
  box-shadow:0 14px 30px rgba(135,13,32,.22), inset 0 1px 0 rgba(255,255,255,.3)!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.04em!important;
  text-align:center!important;
  text-transform:uppercase!important;
}
.plan--savings{
  overflow:visible!important;
}
#ads .ads-composition{
  grid-template-columns:minmax(300px,390px) minmax(380px,500px)!important;
  align-items:start!important;
}
#ads .image-panel--compact{
  background:linear-gradient(145deg,rgba(6,28,49,.82),rgba(11,111,67,.46))!important;
}
#ads .image-panel--compact img{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
}
#ads .ads-side{
  grid-template-rows:auto auto!important;
  align-content:start!important;
}
#ads .ads-summary{
  display:block!important;
  padding:28px 30px!important;
  background:linear-gradient(145deg,rgba(6,28,49,.84),rgba(11,111,67,.5))!important;
  min-height:0!important;
}
#ads .google-ads-focus__grid{
  grid-template-columns:1fr!important;
}
#ads .google-ads-focus__grid > img{
  display:block!important;
  width:100%!important;
  max-width:980px!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  margin:0 auto!important;
  object-fit:contain!important;
  object-position:center!important;
}
#ads .google-cards{
  width:min(980px,100%)!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  margin:0 auto!important;
}
.strategy-bubbles{
  width:min(980px,100%)!important;
  margin:26px auto 0!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
.strategy-bubbles span{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:96px!important;
  padding:18px 22px!important;
  border-radius:34px!important;
  color:var(--navy)!important;
  background:
    radial-gradient(circle at 18% 12%,rgba(255,255,255,.96),rgba(255,255,255,0) 34%),
    linear-gradient(145deg,rgba(255,255,255,.72),rgba(221,246,237,.38))!important;
  border:1px solid rgba(255,255,255,.92)!important;
  box-shadow:0 22px 54px rgba(6,28,49,.11), inset 0 1px 0 rgba(255,255,255,.72)!important;
  backdrop-filter:blur(18px) saturate(150%)!important;
  font-weight:950!important;
  line-height:1.3!important;
  text-align:center!important;
}
.strategy-bubbles span::before,
.strategy-bubbles span::after{
  content:""!important;
  position:absolute!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.66)!important;
  border:1px solid rgba(255,255,255,.82)!important;
  box-shadow:0 12px 28px rgba(6,28,49,.06)!important;
}
.strategy-bubbles span::before{
  width:42px!important;
  height:42px!important;
  left:22px!important;
  top:-17px!important;
}
.strategy-bubbles span::after{
  width:26px!important;
  height:26px!important;
  right:28px!important;
  bottom:-10px!important;
}

@media (max-width:980px){
  #ads .ads-composition,
  #ads .google-cards{
    grid-template-columns:1fr!important;
  }
  .strategy-bubbles{
    grid-template-columns:1fr!important;
    max-width:620px!important;
  }
  .strategy-bubbles span{
    border-radius:26px!important;
    min-height:auto!important;
    padding:20px!important;
  }
}

/* Visibility failsafe: the site must remain visible even if JS/cache fails */
body,
main,
section,
.wrap{
  visibility:visible!important;
}
.reveal{
  opacity:1!important;
  transform:none!important;
}

/* 2026 conversion system refresh */
.section{
  padding:86px 0!important;
}
.hero{
  min-height:94vh!important;
  padding:146px 0 72px!important;
}
.hero__copy h1{
  max-width:920px!important;
}
.hero__copy .lead{
  max-width:760px!important;
}
.hero__visual{
  isolation:isolate;
}
.hero__visual::after{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:38px;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.28),transparent 42%,rgba(19,160,106,.12));
  opacity:.8;
}
.btn{
  transform:translate3d(var(--magnet-x,0),var(--magnet-y,0),0)!important;
  will-change:transform;
}
.btn:hover{
  transform:translate3d(var(--magnet-x,0),calc(var(--magnet-y,0) - 2px),0)!important;
}
.js-ready .reveal{
  opacity:0!important;
  transform:translate3d(0,26px,0)!important;
  transition:opacity .7s ease var(--reveal-delay,0ms),transform .7s ease var(--reveal-delay,0ms)!important;
}
.js-ready .reveal.visible{
  opacity:1!important;
  transform:none!important;
}
.section-note{
  width:min(900px,100%);
  margin:28px auto 0;
  padding:22px 28px;
  border-radius:28px;
  color:var(--navy);
  background:rgba(255,255,255,.66);
  border:1px solid rgba(255,255,255,.88);
  box-shadow:var(--soft-shadow);
  backdrop-filter:blur(18px) saturate(145%);
  text-align:center;
  font-size:18px;
  font-weight:850;
}
.section-note strong{
  color:var(--green);
}
.system-steps{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.system-steps div,
.industry-card{
  position:relative;
  padding:24px;
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(232,249,241,.48));
  border:1px solid rgba(255,255,255,.86);
  box-shadow:var(--soft-shadow);
  backdrop-filter:blur(18px) saturate(145%);
  overflow:hidden;
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.system-steps div::before,
.industry-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:radial-gradient(circle at 24% 0,rgba(19,160,106,.15),transparent 38%);
  opacity:0;
  transition:opacity .24s ease;
}
.system-steps div:hover,
.industry-card:hover,
.plan:hover,
.project:hover{
  transform:translateY(-6px);
  border-color:rgba(19,160,106,.34)!important;
  box-shadow:0 28px 80px rgba(6,28,49,.13);
}
.system-steps div:hover::before,
.industry-card:hover::before{
  opacity:1;
}
.system-steps b,
.industry-card span{
  display:inline-grid;
  place-items:center;
  width:44px;
  height:44px;
  margin-bottom:18px;
  border-radius:16px;
  color:#fff;
  background:linear-gradient(135deg,var(--navy),var(--green));
  box-shadow:0 14px 34px rgba(11,111,67,.18);
}
.system-steps h3,
.industry-card h3{
  position:relative;
  z-index:1;
}
.system-steps p,
.industry-card p{
  position:relative;
  z-index:1;
  margin-bottom:0;
}
.pricing{
  align-items:stretch;
}
.plan--recommended{
  outline:2px solid rgba(255,255,255,.76);
  box-shadow:0 34px 100px rgba(11,111,67,.22)!important;
}
.plan--recommended::after{
  content:"Mejor para captar clientes";
  position:absolute;
  top:-16px;
  left:50%;
  transform:translateX(-50%);
  width:max-content;
  padding:8px 14px;
  border-radius:999px;
  color:var(--green);
  background:rgba(255,255,255,.92);
  border:1px solid rgba(11,111,67,.12);
  box-shadow:0 16px 40px rgba(6,28,49,.12);
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.plan li{
  align-items:flex-start;
}
.ads-offer__price p,
.ads-offer__note p{
  font-size:16px;
}
.strategy-bubbles span{
  border-radius:32px 44px 34px 48px!important;
  background:
    radial-gradient(circle at 16% 12%,rgba(255,255,255,.96),rgba(255,255,255,0) 36%),
    radial-gradient(circle at 88% 78%,rgba(19,160,106,.14),rgba(255,255,255,0) 42%),
    rgba(255,255,255,.62)!important;
}
.industry-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.bot-card--solo > div{
  max-width:780px!important;
}
.bot-card--solo .tag{
  color:#fff!important;
  background:rgba(255,255,255,.18)!important;
}
.bot-features{
  margin-top:26px!important;
}
.cta{
  text-align:center;
}
.cta .hero__actions{
  justify-content:center;
}

@media (max-width:1050px){
  .industry-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:760px){
  .section{
    padding:64px 0!important;
  }
  .hero{
    min-height:auto!important;
    padding:128px 0 60px!important;
  }
  .system-steps,
  .industry-grid{
    grid-template-columns:1fr;
  }
  .plan--recommended::after{
    position:static;
    transform:none;
    margin:0 auto 18px;
    display:block;
    text-align:center;
  }
}

/* White premium mist background refinement */
body{
  background:#fff!important;
}
body::before{
  background:
    radial-gradient(circle at 3% 84%,rgba(198,236,222,.48),transparent 20%),
    radial-gradient(circle at 96% 84%,rgba(198,236,222,.34),transparent 18%),
    radial-gradient(circle at 12% 78%,rgba(180,204,222,.24),transparent 34%),
    radial-gradient(circle at 88% 72%,rgba(180,204,222,.18),transparent 32%),
    linear-gradient(180deg,#fff 0%,#fff 48%,#f8fcfb 100%)!important;
}
.site-mist{
  opacity:.95!important;
}
.site-mist::before,
.site-mist::after{
  width:86vw!important;
  height:34vw!important;
  border-radius:50% 44% 58% 42%!important;
  filter:blur(28px)!important;
  opacity:.52!important;
  mix-blend-mode:multiply;
}
.site-mist::before{
  left:-12vw!important;
  top:auto!important;
  bottom:-7vw!important;
  background:
    linear-gradient(105deg,rgba(255,255,255,.05),rgba(220,232,244,.64) 34%,rgba(255,255,255,.58) 58%,rgba(199,244,222,.38))!important;
  transform:rotate(8deg)!important;
}
.site-mist::after{
  right:-16vw!important;
  top:auto!important;
  bottom:-4vw!important;
  background:
    linear-gradient(78deg,rgba(255,255,255,.12),rgba(222,234,246,.58) 42%,rgba(255,255,255,.62) 64%,rgba(209,246,229,.3))!important;
  transform:rotate(-10deg)!important;
}
body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  opacity:.34;
  background-image:
    radial-gradient(circle,rgba(6,28,49,.38) 1px,transparent 1.2px),
    radial-gradient(circle,rgba(6,28,49,.22) 1px,transparent 1.2px);
  background-size:18px 18px,18px 18px;
  background-position:calc(100% - 120px) 58%,28px 66%;
  mask-image:
    radial-gradient(circle at calc(100% - 120px) 58%,#000 0 86px,transparent 118px),
    radial-gradient(circle at 28px 66%,#000 0 78px,transparent 118px);
}
.section--soft{
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(245,251,248,.5),rgba(255,255,255,.2))!important;
}
.hero::before{
  opacity:.42!important;
}
.bot-card--solo .price--bot{
  display:none!important;
}
.project > a{
  position:relative;
  display:block;
}
.project-favicon{
  position:absolute!important;
  right:16px;
  bottom:16px;
  width:56px;
  height:56px;
  display:grid!important;
  place-items:center;
  border-radius:18px;
  background:rgba(255,255,255,.84);
  border:1px solid rgba(255,255,255,.92);
  box-shadow:0 18px 42px rgba(6,28,49,.18);
  backdrop-filter:blur(14px) saturate(145%);
}
.project-favicon img{
  width:32px!important;
  height:32px!important;
  object-fit:contain!important;
  border-radius:8px!important;
}

/* 2026-05-27 refinements: hero hierarchy, tighter spacing, logo portfolio */
.section{
  padding:68px 0!important;
}
.section-head{
  margin-bottom:34px!important;
}
.hero{
  min-height:auto!important;
  padding:128px 0 58px!important;
}
.hero__copy .slogan{
  display:block!important;
  width:min(980px,100%)!important;
  margin:0 auto 18px!important;
  padding:0!important;
  color:var(--navy)!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  font-size:clamp(48px,7.2vw,102px)!important;
  line-height:.9!important;
  font-weight:950!important;
  letter-spacing:0!important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.95),
    0 10px 26px rgba(6,28,49,.12),
    0 28px 68px rgba(11,111,67,.13)!important;
}
.hero__copy h1{
  max-width:760px!important;
  margin-bottom:18px!important;
  font-size:clamp(30px,3.8vw,54px)!important;
  line-height:1.04!important;
}
.hero__copy .lead{
  font-size:clamp(17px,1.7vw,21px)!important;
}
.service-marquee{
  padding:12px 0 30px!important;
}
.project > a.project-logo-card{
  min-height:235px!important;
  padding:34px!important;
  display:grid!important;
  place-items:center!important;
  background:
    radial-gradient(circle at 50% 12%,rgba(255,255,255,.95),rgba(255,255,255,0) 42%),
    linear-gradient(145deg,rgba(255,255,255,.76),rgba(223,246,237,.44))!important;
  border-bottom:1px solid rgba(255,255,255,.58)!important;
}
.project > a.project-logo-card > img{
  width:min(230px,78%)!important;
  height:auto!important;
  max-height:150px!important;
  object-fit:contain!important;
  padding:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
.project-favicon{
  display:none!important;
}

@media (max-width:760px){
  .section{
    padding:54px 0!important;
  }
  .hero{
    padding:118px 0 46px!important;
  }
  .hero__copy .slogan{
    font-size:clamp(42px,13vw,68px)!important;
  }
}

/* Ads comparison proportion fix */
#ads .ads-composition{
  width:min(1060px,100%)!important;
  grid-template-columns:minmax(420px,520px) minmax(340px,440px)!important;
  gap:26px!important;
  align-items:start!important;
}
#ads .image-panel--compact{
  padding:12px!important;
  border-radius:30px!important;
  align-self:start!important;
}
#ads .image-panel--compact img{
  width:100%!important;
  height:auto!important;
  max-height:680px!important;
  object-fit:contain!important;
}
#ads .ads-side{
  gap:18px!important;
}
#ads .ads-summary,
#ads .ads-offer__price{
  padding:24px!important;
  border-radius:28px!important;
}
#ads .ads-summary h3,
#ads .ads-offer__price h3{
  font-size:22px!important;
}
#ads .ads-summary p,
#ads .ads-offer__price p{
  font-size:15px!important;
  line-height:1.58!important;
}
#ads .ads-offer__price div strong{
  font-size:46px!important;
}
#ads .ads-offer__price .btn{
  min-height:48px!important;
  min-width:0!important;
  width:100%!important;
}

@media (max-width:980px){
  #ads .ads-composition{
    grid-template-columns:1fr!important;
    max-width:620px!important;
  }
}

/* Hyperbot two-image UX layout */
.bot-grid{
  grid-template-columns:minmax(0,1040px)!important;
}
.bot-showcase{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:26px;
  align-items:center;
  padding:28px;
  border-radius:38px;
  background:linear-gradient(145deg,rgba(6,28,49,.82),rgba(11,111,67,.48));
  border:1px solid rgba(255,255,255,.42);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px) saturate(145%);
  overflow:hidden;
}
.bot-hero-image{
  width:min(760px,100%);
  margin:0 auto 34px;
  padding:18px;
  border-radius:34px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:0 30px 90px rgba(6,28,49,.18);
}
.bot-hero-image img{
  display:block;
  width:100%;
  max-height:390px;
  object-fit:cover;
  border-radius:24px;
}
.bot-showcase__media{
  position:relative;
  min-height:430px;
  display:grid;
  gap:18px;
  place-items:center;
}
.bot-showcase__main{
  width:88%;
  max-height:360px;
  object-fit:contain;
  padding:18px;
  border-radius:30px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(255,255,255,.88);
  box-shadow:0 26px 68px rgba(6,28,49,.18);
}
.bot-showcase__float{
  position:static;
  width:76%;
  max-height:260px;
  object-fit:contain;
  padding:12px;
  border-radius:28px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.92);
  box-shadow:0 28px 70px rgba(6,28,49,.22);
  transform:none;
}
.bot-showcase__copy{
  padding:34px;
  border-radius:32px;
  background:rgba(6,28,49,.48);
  border:1px solid rgba(255,255,255,.18);
}
.bot-showcase__copy h3,
.bot-showcase__copy p,
.bot-checks li{
  color:#fff!important;
}
.bot-showcase__copy p{
  opacity:.88;
}
.bot-showcase__copy .tag{
  color:#fff!important;
  background:rgba(255,255,255,.18)!important;
}
.bot-checks{
  list-style:none;
  display:grid;
  gap:12px;
  padding:0;
  margin:22px 0 26px;
}
.bot-checks li{
  display:flex;
  gap:10px;
  font-weight:820;
  line-height:1.42;
}
.bot-checks li::before{
  content:"✓";
  color:#c7f7dc;
  font-weight:950;
}

@media (max-width:980px){
  .bot-showcase{
    grid-template-columns:1fr;
    padding:20px;
  }
  .bot-showcase__media{
    min-height:360px;
  }
  .bot-showcase__main{
    width:86%;
  }
  .bot-showcase__float{
    width:82%;
  }
}
@media (max-width:640px){
  .bot-showcase__media{
    min-height:auto;
    gap:14px;
  }
  .bot-showcase__main,
  .bot-showcase__float{
    position:static;
    width:100%;
    max-height:none;
    transform:none;
  }
  .bot-showcase__copy{
    padding:26px;
    text-align:center;
  }
  .bot-checks li{
    text-align:left;
  }
}

/* Final Hyperbot image layout override: keeps the second image below, never overlaid. */
#hyperbot .bot-showcase__media{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:20px!important;
  min-height:auto!important;
}

#hyperbot .bot-showcase__main,
#hyperbot .bot-showcase__float{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  display:block!important;
  object-fit:contain!important;
}

#hyperbot .bot-showcase__main{
  width:min(92%,560px)!important;
  max-height:520px!important;
}

#hyperbot .bot-showcase__float{
  width:min(78%,520px)!important;
  max-height:280px!important;
}

@media (max-width:640px){
  #hyperbot .bot-showcase__main,
  #hyperbot .bot-showcase__float{
    width:100%!important;
    max-height:none!important;
  }
}

/* Premium white mist background using the supplied brand texture. */
body{
  background:#fff!important;
}

body::before{
  background:
    linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.28)),
    url("../img/bruma-premium.png") center top / cover no-repeat!important;
  opacity:.96!important;
  filter:saturate(.92) contrast(1.02)!important;
}

.site-mist::before,
.site-mist::after{
  opacity:.18!important;
  filter:blur(28px)!important;
}

.section--soft{
  background:rgba(255,255,255,.34)!important;
}

main,
section,
.wrap{
  background:transparent!important;
}

/* June 2026 refinement: clearer stages and lighter ads promise section. */
.plan-stage{
  display:grid;
  gap:10px;
  padding:0 0 24px;
  margin:0 0 24px;
  border-bottom:1px solid rgba(255,255,255,.22);
}

.plan-stage span{
  width:max-content;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  color:#eafff2;
  font-size:12px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.plan-stage h3{
  margin:0;
  color:#fff!important;
  font-size:clamp(22px,2vw,30px);
  line-height:1.05;
}

.plan-stage p{
  margin:0;
  color:rgba(255,255,255,.86)!important;
  font-size:16px;
  line-height:1.5;
}

.plan .plan-stage + .tag{
  margin-bottom:18px;
}

#ads .section-head{
  margin-bottom:36px!important;
}

#ads .ads-promise{
  width:min(1060px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);
  gap:34px 46px;
  align-items:start;
  padding:10px 0 0;
}

.ads-promise__intro{
  display:grid;
  gap:18px;
}

.ads-promise__intro h3{
  margin:0;
  max-width:780px;
  font-size:clamp(32px,4.4vw,64px);
  line-height:.98;
  color:var(--navy);
  text-wrap:balance;
}

.ads-promise__intro p{
  max-width:760px;
  margin:0;
  color:#385166;
  font-size:clamp(18px,2vw,24px);
  line-height:1.55;
  font-weight:840;
}

.ads-promise__price{
  position:sticky;
  top:112px;
  align-self:start;
  padding:26px 0 0;
  border-top:2px solid rgba(11,111,67,.22);
  color:var(--navy);
}

.ads-promise__price span{
  display:block;
  margin-bottom:14px;
  color:var(--green);
  font-size:12px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.ads-promise__price strong{
  display:block;
  font-size:clamp(48px,5.5vw,82px);
  line-height:.9;
  letter-spacing:0;
}

.ads-promise__price small{
  display:block;
  margin-top:10px;
  color:#40586b;
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.ads-promise__lines{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  padding-top:24px;
  border-top:1px solid rgba(6,28,49,.12);
}

.ads-promise__lines p{
  margin:0;
  color:#40586b;
  font-size:17px;
  line-height:1.7;
  font-weight:760;
}

.ads-promise__lines strong{
  display:block;
  margin-bottom:8px;
  color:var(--navy);
  font-size:20px;
  line-height:1.16;
}

.ads-promise__actions{
  grid-column:1 / -1;
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:4px;
}

@media (max-width:980px){
  #ads .ads-promise{
    grid-template-columns:1fr;
    gap:28px;
    text-align:center;
  }
  .ads-promise__intro h3,
  .ads-promise__intro p{
    margin-inline:auto;
  }
  .ads-promise__price{
    position:static;
    width:min(420px,100%);
    margin:0 auto;
  }
  .ads-promise__lines{
    grid-template-columns:1fr;
    text-align:left;
  }
}

@media (max-width:640px){
  .plan-stage{
    text-align:left;
  }
  .ads-promise__actions .btn{
    width:100%;
  }
}

/* June 2026 cleanup: fixed ads price and lighter Hyperbot text layout. */
.ads-promise__price{
  position:relative!important;
  top:auto!important;
}

#hyperbot .hyperbot-text{
  width:min(1040px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:24px;
  align-items:stretch;
}

.hyperbot-text__intro,
.hyperbot-text__points article,
#hyperbot .bot-feature{
  background:
    radial-gradient(circle at 18% 0,rgba(255,255,255,.95),rgba(255,255,255,0) 38%),
    linear-gradient(145deg,rgba(255,255,255,.78),rgba(232,238,242,.48))!important;
  border:1px solid rgba(255,255,255,.9)!important;
  box-shadow:0 22px 58px rgba(6,28,49,.1), inset 0 1px 0 rgba(255,255,255,.82)!important;
  backdrop-filter:blur(18px) saturate(145%)!important;
}

.hyperbot-text__intro{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:18px;
  padding:38px;
  border-radius:34px;
}

.hyperbot-text__intro .tag{
  background:rgba(11,111,67,.1)!important;
  color:var(--green)!important;
  margin-bottom:0;
}

.hyperbot-text__intro h3{
  margin:0;
  color:var(--navy)!important;
  font-size:clamp(30px,3.2vw,48px);
  line-height:1;
}

.hyperbot-text__intro p{
  margin:0;
  color:#40586b!important;
  opacity:1!important;
  font-size:18px;
  line-height:1.65;
  font-weight:760;
}

.hyperbot-text__intro .btn{
  width:max-content;
}

.hyperbot-text__points{
  display:grid;
  gap:16px;
}

.hyperbot-text__points article{
  padding:28px;
  border-radius:28px;
}

.hyperbot-text__points h3,
#hyperbot .bot-feature h3{
  margin:0 0 10px;
  color:var(--navy)!important;
  font-size:22px;
  line-height:1.12;
}

.hyperbot-text__points p,
#hyperbot .bot-feature p{
  margin:0;
  color:#40586b!important;
  opacity:1!important;
  line-height:1.62;
  font-weight:730;
}

#hyperbot .bot-features{
  width:min(1040px,100%);
  margin:20px auto 0!important;
}

#hyperbot .bot-feature{
  min-height:0!important;
  padding:26px!important;
  border-radius:28px!important;
}

#hyperbot .bot-feature:hover{
  transform:translateY(-5px);
  background:
    radial-gradient(circle at 18% 0,rgba(255,255,255,1),rgba(255,255,255,0) 38%),
    linear-gradient(145deg,rgba(255,255,255,.86),rgba(232,238,242,.58))!important;
}

@media (max-width:980px){
  #hyperbot .hyperbot-text{
    grid-template-columns:1fr;
  }
}

@media (max-width:640px){
  .hyperbot-text__intro{
    padding:30px;
    text-align:center;
  }
  .hyperbot-text__intro .tag,
  .hyperbot-text__intro .btn{
    margin-inline:auto;
  }
}

/* June 2026 depth polish: subtle gray borders and plan color treatment. */
.hyperbot-text__intro,
.hyperbot-text__points article,
#hyperbot .bot-feature,
.system-steps div,
.industry-card,
.testimonial,
.renewal__items div,
.about__copy,
.cta{
  border:1px solid rgba(141,154,166,.28)!important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 -1px 0 rgba(6,28,49,.04) inset,
    0 18px 45px rgba(6,28,49,.08),
    0 42px 110px rgba(6,28,49,.06)!important;
}

.hyperbot-text__intro:hover,
.hyperbot-text__points article:hover,
#hyperbot .bot-feature:hover,
.system-steps div:hover,
.industry-card:hover,
.testimonial:hover,
.renewal__items div:hover{
  transform:translateY(-5px);
  border-color:rgba(111,126,140,.38)!important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.96) inset,
    0 -1px 0 rgba(6,28,49,.05) inset,
    0 26px 70px rgba(6,28,49,.12),
    0 54px 130px rgba(6,28,49,.08)!important;
}

.pricing .plan{
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 0,rgba(255,255,255,.18),rgba(255,255,255,0) 38%),
    linear-gradient(145deg,rgba(6,28,49,.88),rgba(11,111,67,.58))!important;
  border:1px solid rgba(141,154,166,.34)!important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.28) inset,
    0 -1px 0 rgba(0,0,0,.12) inset,
    0 28px 80px rgba(6,28,49,.18),
    0 0 70px rgba(11,111,67,.08)!important;
}

.pricing .plan::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    linear-gradient(125deg,rgba(255,255,255,.2),transparent 28%,transparent 68%,rgba(199,247,220,.14)),
    radial-gradient(circle at 80% 18%,rgba(255,255,255,.18),transparent 32%);
  pointer-events:none;
  opacity:.78;
}

.pricing .plan > *{
  position:relative;
  z-index:1;
}

.pricing .plan:hover{
  transform:translateY(-8px) rotateX(1deg);
  border-color:rgba(196,207,216,.5)!important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.34) inset,
    0 -1px 0 rgba(0,0,0,.14) inset,
    0 36px 96px rgba(6,28,49,.22),
    0 0 86px rgba(11,111,67,.14)!important;
}

.pricing .plan--featured,
.pricing .plan--recommended{
  background:
    radial-gradient(circle at 18% 0,rgba(255,255,255,.2),rgba(255,255,255,0) 38%),
    linear-gradient(145deg,rgba(5,72,50,.9),rgba(17,141,87,.64))!important;
}

/* Plan color consistency and full-content visibility. */
.pricing{
  align-items:stretch!important;
}

.pricing .plan,
.pricing .plan--savings,
.pricing .plan--featured,
.pricing .plan--recommended{
  overflow:visible!important;
  height:auto!important;
  min-height:100%!important;
  background:
    radial-gradient(circle at 18% 0,rgba(255,255,255,.2),rgba(255,255,255,0) 38%),
    linear-gradient(145deg,rgba(5,72,50,.9),rgba(17,141,87,.64))!important;
}

.pricing .plan .btn{
  margin-top:auto;
}

.pricing .plan--recommended::after{
  z-index:3;
}

.plan-ideal,
.plan-note{
  margin:0 0 18px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.9)!important;
  font-size:14px;
  line-height:1.55;
  font-weight:760;
}

.plan-ideal strong,
.plan-note strong{
  color:#fff;
}

.plan-note{
  margin-top:-4px;
  background:rgba(255,255,255,.08);
}

.pricing-disclaimer{
  width:min(920px,100%);
  margin:34px auto 0;
  padding:26px 30px;
  border-radius:28px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(141,154,166,.28);
  box-shadow:0 18px 48px rgba(6,28,49,.08), inset 0 1px 0 rgba(255,255,255,.9);
  text-align:center;
  backdrop-filter:blur(18px) saturate(145%);
}

.pricing-disclaimer p{
  margin:0 auto 12px;
  max-width:820px;
  color:var(--navy);
  font-size:18px;
  line-height:1.6;
  font-weight:820;
}

.pricing-disclaimer small{
  display:block;
  color:#40586b;
  font-size:14px;
  line-height:1.5;
  font-weight:760;
}

/* Pricing layout: headers and CTAs outside the plan card. */
.pricing{
  align-items:start!important;
}

.plan-item{
  display:flex;
  flex-direction:column;
  gap:18px;
  min-width:0;
}

.plan-item > .plan-stage{
  margin:0;
  padding:0 6px 4px;
  border:0;
  min-height:148px;
  align-content:end;
}

.plan-item > .plan-stage span{
  background:rgba(11,111,67,.1);
  color:var(--green);
  border:1px solid rgba(11,111,67,.14);
}

.plan-item > .plan-stage h3{
  color:var(--navy)!important;
  font-size:clamp(28px,3vw,42px);
  line-height:.98;
  text-wrap:balance;
}

.plan-item > .plan-stage p{
  color:#40586b!important;
  font-size:18px;
  font-weight:860;
}

.plan-item .plan{
  flex:1;
}

.plan-footer{
  display:flex;
  flex-direction:column;
  gap:16px;
  align-items:stretch;
  padding:0 4px;
}

.plan-footer .plan-ideal{
  margin:0;
  padding:0;
  background:transparent;
  border:0;
  color:#40586b!important;
  font-size:15px;
  line-height:1.58;
  font-weight:780;
}

.plan-footer .plan-ideal strong{
  color:var(--navy);
}

.plan-footer .btn{
  justify-content:center;
  width:100%;
}

.plan .plan-note{
  margin-top:18px;
  margin-bottom:0;
}

@media (max-width:980px){
  .plan-item > .plan-stage{
    min-height:auto;
    text-align:center;
    place-items:center;
  }
  .plan-item > .plan-stage span{
    margin-inline:auto;
  }
}

@media (max-width:760px){
  .pricing{
    gap:44px!important;
  }
  .plan-item,
  .plan-item .plan,
  .plan-footer,
  .plan-footer .plan-ideal{
    text-align:center!important;
  }
  .plan-item .plan .tag,
  .plan-item .plan .save-ribbon{
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .plan-item .price{
    justify-content:center!important;
  }
  .plan-item .plan li{
    justify-content:center!important;
    text-align:center!important;
  }
  .plan-item .plan li::before{
    flex:0 0 auto;
  }
}

/* Pricing alignment polish: same height, centered copy, readable checklists. */
.pricing{
  align-items:stretch!important;
}

.plan-item{
  display:grid!important;
  grid-template-rows:170px 1fr auto;
  height:100%;
}

.plan-item > .plan-stage{
  min-height:0!important;
  align-content:end!important;
  justify-items:center!important;
  text-align:center!important;
}

.plan-item .plan{
  height:100%!important;
  text-align:center!important;
  align-items:center!important;
}

.plan-item .plan .tag,
.plan-item .plan .save-ribbon{
  margin-left:auto!important;
  margin-right:auto!important;
}

.plan-item .plan > p,
.plan-item .plan small,
.plan-item .plan-note{
  text-align:center!important;
}

.plan-item .price{
  justify-content:center!important;
}

.plan-item .plan ul{
  width:100%;
  text-align:left!important;
}

.plan-item .plan li{
  justify-content:flex-start!important;
  text-align:left!important;
}

.plan-footer{
  text-align:center!important;
}

.plan-footer .plan-ideal{
  text-align:center!important;
}

@media (max-width:980px){
  .plan-item{
    grid-template-rows:auto auto auto;
  }
}

/* Hero visual cleanup and distributed 3D platform icons. */
.page-icons{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  overflow:hidden;
}

.page-icon{
  position:absolute;
  width:70px;
  height:70px;
  display:grid;
  place-items:center;
  border-radius:24px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.96),rgba(232,238,242,.72));
  border:1px solid rgba(141,154,166,.24);
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 -10px 22px rgba(6,28,49,.05) inset,
    0 20px 48px rgba(6,28,49,.12),
    0 0 44px rgba(199,247,220,.16);
  backdrop-filter:blur(16px) saturate(145%);
  animation:pageIconFloat 8s ease-in-out infinite;
}

.page-icon svg{
  width:34px;
  height:34px;
}

.page-icon--fb{color:#0b2b4a}
.page-icon--ig{color:#0b2b4a}
.page-icon--ads{color:#0b6f43}
.page-icon--wa{color:#0b6f43}
.page-icon--meta{color:#075779}

.page-icon--a{left:5vw;top:20vh}
.page-icon--b{right:7vw;top:34vh;animation-delay:1.2s}
.page-icon--c{left:8vw;top:112vh;animation-delay:2.1s}
.page-icon--d{right:8vw;top:168vh;animation-delay:.7s}
.page-icon--e{left:6vw;top:246vh;animation-delay:1.8s}
.page-icon--f{right:9vw;top:334vh;animation-delay:2.6s}
.page-icon--g{left:9vw;top:432vh;animation-delay:1.4s}

@keyframes pageIconFloat{
  0%,100%{transform:translate3d(0,0,0) rotate(-2deg)}
  50%{transform:translate3d(0,-18px,0) rotate(3deg)}
}

.hero__visual{
  min-height:600px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  overflow:visible!important;
}

.hero__visual::after{
  display:none!important;
}

.hero__glow{
  inset:12% 4% 0!important;
  background:
    radial-gradient(circle at 52% 44%,rgba(255,255,255,.72),transparent 34%),
    radial-gradient(circle at 50% 56%,rgba(19,160,106,.18),transparent 58%)!important;
  filter:blur(20px)!important;
}

.hero__image{
  width:min(96%,620px)!important;
  max-height:68%!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  filter:
    drop-shadow(0 28px 48px rgba(6,28,49,.14))
    drop-shadow(0 0 42px rgba(199,247,220,.2))!important;
  transform:translate(-50%,-50%) perspective(1000px) rotateX(4deg) rotateY(-7deg)!important;
}

.hero__visual .platform{
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 -10px 22px rgba(6,28,49,.05) inset,
    0 20px 48px rgba(6,28,49,.14),
    0 0 44px rgba(199,247,220,.18)!important;
}

@media (max-width:980px){
  .page-icon{
    width:56px;
    height:56px;
    border-radius:20px;
  }
  .page-icon svg{width:28px;height:28px}
  .page-icon--c,
  .page-icon--e,
  .page-icon--g{display:none}
}

@media (max-width:640px){
  .page-icons{display:none}
  .hero__visual{
    min-height:420px!important;
  }
  .hero__image{
    width:min(100%,420px)!important;
    max-height:74%!important;
  }
}

/* Distributed ambient platform icons: decorative, not attached to the logo block. */
.page-icons{
  position:absolute!important;
  inset:0!important;
  height:100%!important;
  min-height:5400px!important;
  z-index:1!important;
  pointer-events:none!important;
  overflow:hidden!important;
}

.page-icon{
  opacity:.78;
  transform:translateZ(0);
}

.page-icon--a{left:4.5vw!important;top:96vh!important}
.page-icon--b{right:5.5vw!important;top:138vh!important}
.page-icon--c{left:7vw!important;top:208vh!important}
.page-icon--d{right:6vw!important;top:282vh!important}
.page-icon--e{left:5vw!important;top:362vh!important}
.page-icon--f{right:7vw!important;top:438vh!important}
.page-icon--g{left:8vw!important;top:514vh!important}

.hero__visual .platform{
  display:none!important;
}

@media (max-width:1100px){
  .page-icon{
    width:58px!important;
    height:58px!important;
    border-radius:20px!important;
    opacity:.58;
  }
  .page-icon svg{
    width:28px!important;
    height:28px!important;
  }
  .page-icon--a{top:118vh!important}
  .page-icon--b{top:174vh!important}
  .page-icon--c{top:260vh!important}
  .page-icon--d{top:340vh!important}
}

@media (max-width:760px){
  .page-icons{
    display:none!important;
  }
}

/* Centered hero and process structure: message first, visuals below. */
.hero{
  padding-top:132px!important;
}

.hero__grid{
  grid-template-columns:1fr!important;
  gap:34px!important;
  justify-items:center!important;
  text-align:center!important;
}

.hero__copy{
  width:min(1060px,100%)!important;
  margin-inline:auto!important;
}

.hero__copy .eyebrow{
  margin-inline:auto!important;
}

.hero__copy .slogan{
  width:min(1120px,100%)!important;
  margin:0 auto 20px!important;
  text-align:center!important;
}

.hero-subclaim{
  width:min(760px,100%)!important;
  margin:0 auto 16px!important;
  color:var(--navy)!important;
  font-size:clamp(26px,3.3vw,48px)!important;
  line-height:1.05!important;
  font-weight:950!important;
  text-align:center!important;
  text-shadow:
    0 1px 0 rgba(255,255,255,.96),
    0 13px 34px rgba(6,28,49,.1)!important;
}

.hero__copy .lead{
  width:min(820px,100%)!important;
  margin-inline:auto!important;
  text-align:center!important;
}

.hero__actions{
  justify-content:center!important;
}

.hero__visual{
  width:min(760px,100%)!important;
  min-height:420px!important;
  margin:6px auto 0!important;
}

.hero__image{
  width:min(96%,620px)!important;
  max-height:78%!important;
}

.hero__metric{
  right:28px!important;
  bottom:22px!important;
  text-align:left!important;
}

#proceso .section-head{
  margin-left:auto!important;
  margin-right:auto!important;
}

#proceso .section-head .lead{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}

#proceso .system-steps{
  width:min(1040px,100%)!important;
  margin:0 auto!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

#proceso .system-steps div{
  text-align:center!important;
}

#proceso .system-steps b{
  margin-left:auto!important;
  margin-right:auto!important;
}

@media (max-width:980px){
  #proceso .system-steps{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width:640px){
  .hero{
    padding-top:116px!important;
  }
  .hero__visual{
    min-height:340px!important;
  }
  .hero__metric{
    position:relative!important;
    right:auto!important;
    bottom:auto!important;
    margin:250px auto 0!important;
    text-align:center!important;
  }
  #proceso .system-steps{
    grid-template-columns:1fr!important;
  }
}

/* Final pricing rhythm: equal intro space and aligned prices. */
.pricing{
  align-items:stretch!important;
}

.plan-item{
  grid-template-rows:168px auto auto!important;
}

.plan-item > .plan-stage{
  align-content:start!important;
  display:grid!important;
  grid-template-rows:auto minmax(74px,auto) auto!important;
  gap:10px!important;
  padding:0 8px 8px!important;
}

.plan-item > .plan-stage h3{
  align-self:center!important;
}

.plan-item .plan{
  display:grid!important;
  grid-template-rows:auto minmax(112px,auto) 78px auto 1fr auto!important;
  align-content:start!important;
  justify-items:center!important;
  min-height:780px!important;
  padding-top:34px!important;
}

.plan-item .plan > .tag{
  min-height:32px!important;
}

.plan-item .plan > p:not(.plan-note){
  width:100%!important;
  min-height:112px!important;
  max-width:94%!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.plan-item .price{
  width:100%!important;
  min-height:78px!important;
  margin:0!important;
  align-items:end!important;
  justify-content:center!important;
}

.plan-item .plan small{
  margin:0 0 18px!important;
}

.plan-item .plan ul{
  align-self:start!important;
}

.plan-item .plan-note{
  align-self:end!important;
  width:100%!important;
}

.plan-footer{
  min-height:178px!important;
  justify-content:space-between!important;
}

/* Make ambient 3D icons visible throughout the page without attaching them to the logo. */
body{
  position:relative!important;
}

.page-icons{
  position:absolute!important;
  inset:0!important;
  z-index:4!important;
  min-height:100%!important;
  height:100%!important;
  pointer-events:none!important;
  overflow:visible!important;
}

.page-icon{
  opacity:.92!important;
  width:72px!important;
  height:72px!important;
  filter:drop-shadow(0 22px 28px rgba(6,28,49,.1))!important;
}

.page-icon--a{left:2.8vw!important;top:120vh!important}
.page-icon--b{right:3.2vw!important;top:178vh!important}
.page-icon--c{left:3.8vw!important;top:252vh!important}
.page-icon--d{right:3.5vw!important;top:330vh!important}
.page-icon--e{left:2.8vw!important;top:414vh!important}
.page-icon--f{right:4vw!important;top:492vh!important}
.page-icon--g{left:4vw!important;top:575vh!important}

@media (max-width:980px){
  .plan-item{
    grid-template-rows:auto auto auto!important;
  }
  .plan-item .plan{
    min-height:auto!important;
    grid-template-rows:auto auto auto auto auto auto!important;
  }
  .plan-item .plan > p:not(.plan-note){
    min-height:0!important;
  }
  .plan-footer{
    min-height:auto!important;
  }
  .page-icons{
    display:none!important;
  }
}

/* Plan intros outside cards plus one-line hero subclaim on desktop. */
.hero-subclaim{
  width:max-content!important;
  max-width:100%!important;
  white-space:nowrap!important;
}

.plan-item{
  grid-template-rows:158px 154px auto auto!important;
}

.plan-intro{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:128px;
  padding:22px 24px;
  border-radius:28px;
  color:#40586b;
  background:
    linear-gradient(145deg,rgba(255,255,255,.82),rgba(238,245,248,.58));
  border:1px solid rgba(129,144,157,.22);
  box-shadow:
    0 1px 0 rgba(255,255,255,.92) inset,
    0 18px 45px rgba(6,28,49,.08);
  backdrop-filter:blur(18px) saturate(145%);
  text-align:center;
}

.plan-intro::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-28px;
  width:18px;
  height:18px;
  border-right:3px solid var(--green);
  border-bottom:3px solid var(--green);
  transform:translateX(-50%) rotate(45deg);
  filter:drop-shadow(0 8px 12px rgba(11,111,67,.22));
  opacity:.9;
}

.plan-intro p{
  margin:0;
  font-size:15px;
  line-height:1.55;
  font-weight:780;
}

.plan-item .plan{
  grid-template-rows:auto 82px auto 1fr auto!important;
  min-height:650px!important;
  margin-top:16px!important;
}

.plan-item .price{
  margin-top:8px!important;
}

.plan-item .plan > p:not(.plan-note){
  display:none!important;
}

@media (max-width:980px){
  .hero-subclaim{
    width:min(760px,100%)!important;
    white-space:normal!important;
  }
  .plan-item{
    grid-template-rows:auto auto auto auto!important;
  }
  .plan-intro{
    min-height:auto;
  }
  .plan-intro::after{
    bottom:-22px;
  }
  .plan-item .plan{
    min-height:auto!important;
  }
}

/* Final pricing lock: equal cards, aligned prices, clean badges and mint CTAs. */
#planes .pricing{
  align-items:stretch!important;
}

#planes .plan-item{
  display:grid!important;
  grid-template-rows:158px 154px 860px 188px!important;
  gap:18px!important;
  height:auto!important;
}

#planes .plan-item > .plan-stage{
  min-height:0!important;
}

#planes .plan-intro{
  min-height:128px!important;
}

#planes .plan{
  position:relative!important;
  display:grid!important;
  grid-template-rows:56px 94px 30px 1fr auto!important;
  height:860px!important;
  min-height:860px!important;
  max-height:860px!important;
  align-content:start!important;
  overflow:hidden!important;
  padding:38px 28px 28px!important;
}

#planes .plan--recommended::after{
  display:none!important;
  content:none!important;
}

#planes .plan .tag{
  grid-row:1!important;
  align-self:start!important;
  justify-self:center!important;
  margin:0 auto!important;
}

#planes .plan .save-ribbon{
  position:absolute!important;
  top:18px!important;
  left:50%!important;
  z-index:4!important;
  transform:translateX(-50%)!important;
  margin:0!important;
  white-space:nowrap!important;
}

#planes .plan--savings .tag{
  margin-top:30px!important;
}

#planes .price{
  grid-row:2!important;
  align-self:end!important;
  justify-self:center!important;
  width:100%!important;
  min-height:94px!important;
  margin:0!important;
  padding:0!important;
}

#planes .plan small{
  grid-row:3!important;
  align-self:start!important;
  margin:0!important;
}

#planes .plan ul{
  grid-row:4!important;
  align-self:start!important;
  margin-top:24px!important;
}

#planes .plan-note{
  grid-row:5!important;
  align-self:end!important;
  margin:18px 0 0!important;
}

#planes .plan-footer{
  min-height:188px!important;
  height:188px!important;
  display:grid!important;
  grid-template-rows:1fr auto!important;
  align-items:end!important;
  gap:16px!important;
}

#planes .plan-footer .btn{
  min-height:54px!important;
  color:#063624!important;
  background:
    linear-gradient(135deg,rgba(221,255,237,.92),rgba(154,235,195,.72))!important;
  border:1px solid rgba(11,111,67,.28)!important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 18px 42px rgba(11,111,67,.16),
    0 0 36px rgba(154,235,195,.24)!important;
  backdrop-filter:blur(14px) saturate(150%)!important;
}

#planes .plan-footer .btn:hover{
  color:#05291c!important;
  background:
    linear-gradient(135deg,rgba(235,255,244,.98),rgba(129,225,179,.86))!important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 24px 58px rgba(11,111,67,.22),
    0 0 52px rgba(154,235,195,.34)!important;
}

@media (max-width:980px){
  #planes .plan-item{
    grid-template-rows:auto auto auto auto!important;
  }
  #planes .plan{
    height:auto!important;
    min-height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
  #planes .plan-footer{
    height:auto!important;
    min-height:auto!important;
  }
}


/* Pricing header breathing room, especially for the long third title. */
#planes .plan-item > .plan-stage{
  grid-template-rows:auto minmax(96px,auto) auto!important;
  row-gap:16px!important;
}

#planes .plan-item > .plan-stage h3{
  line-height:1.04!important;
  margin:0!important;
}

#planes .plan-item > .plan-stage p{
  margin-top:8px!important;
  line-height:1.25!important;
}

#planes .plan-item--recommended > .plan-stage{
  grid-template-rows:auto minmax(118px,auto) auto!important;
}

#planes .plan-item--recommended > .plan-stage p{
  margin-top:14px!important;
}

@media (max-width:980px){
  #planes .plan-item > .plan-stage,
  #planes .plan-item--recommended > .plan-stage{
    grid-template-rows:auto auto auto!important;
  }
}

/* Make plan subtitles fully visible before the intro cards. */
#planes .plan-item{
  grid-template-rows:240px 154px 860px 188px!important;
}

#planes .plan-item > .plan-stage,
#planes .plan-item--recommended > .plan-stage{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  min-height:240px!important;
  padding:0 8px 18px!important;
  overflow:visible!important;
}

#planes .plan-item > .plan-stage h3{
  margin:0!important;
  max-width:360px!important;
}

#planes .plan-item > .plan-stage p{
  display:block!important;
  position:relative!important;
  z-index:2!important;
  margin:6px auto 0!important;
  padding:7px 14px!important;
  width:max-content!important;
  max-width:100%!important;
  color:#40586b!important;
  background:rgba(255,255,255,.72)!important;
  border:1px solid rgba(129,144,157,.18)!important;
  border-radius:999px!important;
  box-shadow:0 12px 28px rgba(6,28,49,.06)!important;
  line-height:1.2!important;
  text-align:center!important;
}

@media (max-width:980px){
  #planes .plan-item{
    grid-template-rows:auto auto auto auto!important;
  }
  #planes .plan-item > .plan-stage,
  #planes .plan-item--recommended > .plan-stage{
    min-height:auto!important;
  }
}
