:root {
  --navy: #041b3f;
  --navy-2: #062a60;
  --blue: #0878e8;
  --cyan: #11b9eb;
  --ice: #edf8ff;
  --text: #092044;
  --muted: #5d6d83;
  --line: #dce9f4;
  --white: #fff;
  --shadow: 0 24px 70px rgba(0, 46, 105, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", sans-serif; color: var(--text); background: #fff; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(220,233,244,.8); }
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 190px; height: 62px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 100%; }
nav { display: flex; align-items: center; gap: 30px; font-size: .91rem; font-weight: 700; }
nav a { transition: color .2s; }
nav a:hover { color: var(--blue); }
.nav-cta { padding: 12px 19px; color: white !important; border-radius: 10px; background: var(--navy); box-shadow: 0 8px 20px rgba(4,27,63,.18); }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span { display: block; width: 25px; height: 2px; background: var(--navy); margin: 5px; }

.hero { min-height: 790px; padding: 160px 0 92px; position: relative; overflow: hidden; background: linear-gradient(135deg, #f8fcff 0%, #edf8ff 48%, #fff 100%); }
.hero::after { content: ""; position: absolute; inset: auto -8% -30% 45%; height: 520px; background: repeating-linear-gradient(90deg, transparent 0 35px, rgba(8,120,232,.055) 36px 37px), repeating-linear-gradient(0deg, transparent 0 35px, rgba(8,120,232,.055) 36px 37px); transform: perspective(550px) rotateX(61deg) rotateZ(-12deg); mask-image: linear-gradient(to top, #000, transparent); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; position: relative; z-index: 2; }
.eyebrow, .kicker { color: var(--blue); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; background: rgba(8,120,232,.08); border: 1px solid rgba(8,120,232,.14); border-radius: 999px; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(17,185,235,.12); }
h1 { margin: 25px 0 22px; font-size: clamp(3.2rem, 5.6vw, 5.5rem); line-height: .98; letter-spacing: -.065em; color: var(--navy); }
h1 em { font-style: normal; color: var(--blue); }
.hero-copy > p { max-width: 660px; font-size: 1.09rem; line-height: 1.75; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 33px 0 42px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; border-radius: 11px; font-weight: 800; border: 1px solid transparent; cursor: pointer; font-family: inherit; font-size: .94rem; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--blue), #0053b8); box-shadow: 0 15px 30px rgba(8,120,232,.24); }
.button-ghost { background: white; border-color: var(--line); }
.hero-proof { display: flex; gap: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof div { display: flex; flex-direction: column; gap: 3px; }
.hero-proof strong { font-size: .93rem; color: var(--navy); }
.hero-proof span { font-size: .76rem; color: var(--muted); }

.hero-visual { height: 520px; position: relative; display: grid; place-items: center; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(5px); }
.hero-glow-one { width: 390px; height: 390px; right: -130px; top: 90px; background: rgba(17,185,235,.12); }
.hero-glow-two { width: 250px; height: 250px; left: 42%; bottom: -90px; background: rgba(8,120,232,.08); }
.logo-stage { width: 340px; height: 340px; border-radius: 50%; display: grid; place-items: center; background: white; box-shadow: 0 35px 100px rgba(0,58,131,.18); border: 1px solid rgba(255,255,255,.8); position: relative; z-index: 2; overflow: hidden; }
.logo-stage::before { content: ""; position: absolute; inset: 12px; border: 1px dashed rgba(8,120,232,.2); border-radius: 50%; }
.logo-stage img { width: 88%; position: relative; z-index: 1; }
.orbit { position: absolute; border: 1px solid rgba(8,120,232,.16); border-radius: 50%; }
.orbit-one { width: 440px; height: 440px; }
.orbit-two { width: 510px; height: 510px; border-style: dashed; animation: spin 35s linear infinite; }
.metric-card { position: absolute; z-index: 3; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); padding: 17px 20px; min-width: 174px; border-radius: 15px; box-shadow: var(--shadow); border: 1px solid white; display: flex; flex-direction: column; }
.metric-card span { font-size: .67rem; text-transform: uppercase; letter-spacing: .13em; color: var(--blue); font-weight: 800; }
.metric-card strong { margin-top: 4px; font-size: 1.06rem; }
.metric-card small { color: var(--muted); margin-top: 2px; }
.card-a { top: 70px; left: -30px; }
.card-b { bottom: 60px; right: -20px; }
.signal-bars { position: absolute; right: 28px; top: 115px; display: flex; gap: 5px; align-items: flex-end; height: 50px; z-index: 4; }
.signal-bars i { width: 7px; height: 16px; background: var(--cyan); border-radius: 9px; animation: bars 1.6s ease-in-out infinite alternate; }
.signal-bars i:nth-child(2) { height: 25px; animation-delay: .2s; }
.signal-bars i:nth-child(3) { height: 35px; animation-delay: .4s; }
.signal-bars i:nth-child(4) { height: 48px; animation-delay: .6s; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes bars { to { transform: scaleY(.55); opacity: .65; } }

.section { padding: 110px 0; scroll-margin-top: 75px; }
.section-heading { max-width: 710px; }
.section-heading h2 { margin: 13px 0 18px; font-size: clamp(2.2rem, 4.2vw, 3.55rem); line-height: 1.08; letter-spacing: -.05em; color: var(--navy); }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.centered { text-align: center; margin: 0 auto; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.service-card { position: relative; min-height: 310px; padding: 33px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 15px 45px rgba(6,42,96,.06); transition: transform .25s, border-color .25s; overflow: hidden; }
.service-card::after { content: ""; position: absolute; right: -55px; bottom: -55px; width: 150px; height: 150px; background: radial-gradient(circle, rgba(17,185,235,.15), transparent 68%); }
.service-card:hover { transform: translateY(-7px); border-color: rgba(8,120,232,.35); }
.service-card > span { position: absolute; right: 25px; top: 25px; font-size: .76rem; font-weight: 800; color: #a7bad0; }
.icon { width: 52px; height: 52px; display: grid; place-items: center; color: white; font-size: 1.35rem; border-radius: 14px; background: linear-gradient(145deg, var(--blue), var(--cyan)); box-shadow: 0 11px 24px rgba(8,120,232,.2); }
.service-card h3 { font-size: 1.25rem; margin: 27px 0 12px; letter-spacing: -.025em; }
.service-card p { color: var(--muted); line-height: 1.7; margin: 0; font-size: .93rem; }

.plans { background: var(--navy); color: white; position: relative; overflow: hidden; }
.plans::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0, rgba(17,185,235,.16), transparent 38%); }
.plans .section-heading, .pricing-grid, .investment-note { position: relative; z-index: 1; }
.plans .section-heading h2 { color: white; }
.plans .section-heading p { color: #adbed4; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 22px; margin: 58px auto 0; max-width: 980px; }
.price-card { background: #fff; color: var(--text); border-radius: 20px; padding: 34px 30px; min-height: 620px; box-shadow: 0 22px 50px rgba(0,0,0,.12); position: relative; }
.price-card.featured { padding-top: 50px; border: 2px solid var(--cyan); box-shadow: 0 28px 70px rgba(0,0,0,.24), 0 0 40px rgba(17,185,235,.13); }
.popular { position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); background: linear-gradient(90deg, var(--blue), var(--cyan)); color: white; padding: 8px 17px; border-radius: 999px; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; white-space: nowrap; }
.premium { padding-top: 50px; color: white; border: 2px solid #62dcff; background: linear-gradient(145deg, #06265a, #074391 72%, #0878e8); box-shadow: 0 28px 70px rgba(0,0,0,.26), 0 0 42px rgba(17,185,235,.15); overflow: hidden; }
.premium::after { content: ""; position: absolute; right: -100px; top: -100px; width: 270px; height: 270px; border-radius: 50%; background: rgba(17,185,235,.13); }
.premium > * { position: relative; z-index: 1; }
.exclusive { position: absolute; z-index: 2; top: 0; left: 50%; transform: translate(-50%,-50%); background: linear-gradient(90deg, #14c9f5, #8deaff); color: var(--navy); padding: 8px 17px; border-radius: 999px; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; white-space: nowrap; }
.premium .plan-icon { color: white; background: rgba(255,255,255,.14); }
.premium .plan-label { color: #6ee2ff; }
.premium .plan-description, .premium li { color: #c7d9ed; }
.premium .plan-button { color: var(--navy); background: white; }
.premium .plan-button:hover { background: #dff8ff; }
.premium ul { border-top-color: rgba(255,255,255,.16); }
.premium li::before { color: #60e1ff; }
.custom-price strong { font-size: 2.2rem; letter-spacing: -.045em; }
.plan-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--ice); color: var(--blue); font-weight: 800; }
.plan-label { color: var(--blue); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; margin: 21px 0 6px; }
.price-card h3 { font-size: 2rem; margin: 0 0 9px; letter-spacing: -.04em; }
.plan-description { min-height: 68px; color: var(--muted); line-height: 1.55; font-size: .9rem; }
.price { display: flex; align-items: baseline; margin: 27px 0 24px; }
.price span { font-size: .9rem; font-weight: 800; margin-right: 5px; }
.price strong { font-size: 2.65rem; letter-spacing: -.06em; }
.price small { color: var(--muted); margin-left: 6px; }
.plan-button { display: flex; justify-content: center; padding: 14px; border-radius: 10px; background: var(--navy); color: white; font-weight: 800; transition: background .2s, transform .2s; }
.featured .plan-button { background: linear-gradient(135deg, var(--blue), #0056bc); }
.plan-button:hover { background: var(--blue); transform: translateY(-2px); }
.price-card ul { list-style: none; padding: 22px 0 0; margin: 22px 0 0; border-top: 1px solid var(--line); }
.price-card li { position: relative; padding: 7px 0 7px 27px; font-size: .88rem; color: #40526b; line-height: 1.4; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 800; }
.investment-note { text-align: center; margin: 29px 0 0; font-size: .78rem; color: #8fa6c1; }

.process { background: linear-gradient(180deg,#f8fcff,#fff); }
.process-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 0 0 29px; margin-bottom: 29px; border-bottom: 1px solid var(--line); }
.steps li:last-child { border-bottom: 0; }
.steps li > span { width: 52px; height: 52px; display: grid; place-items: center; background: var(--navy); color: white; border-radius: 50%; font-size: .75rem; font-weight: 800; }
.steps h3 { margin: 0 0 7px; font-size: 1.15rem; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; font-size: .91rem; }

.meet { background: white; }
.meet-wrap { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; align-items: center; }
.instagram-card { min-height: 240px; padding: 40px; display: flex; align-items: center; gap: 28px; border-radius: 22px; color: white; background: linear-gradient(135deg, #051f49 0%, #075ab7 60%, #12b8e9 100%); box-shadow: 0 26px 65px rgba(0,62,137,.2); position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.instagram-card::before { content: ""; position: absolute; width: 230px; height: 230px; right: -90px; top: -105px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.04), 0 0 0 70px rgba(255,255,255,.025); }
.instagram-card:hover { transform: translateY(-6px); box-shadow: 0 34px 75px rgba(0,62,137,.26); }
.instagram-card > * { position: relative; z-index: 1; }
.instagram-symbol { width: 76px; height: 76px; flex: 0 0 auto; border: 4px solid white; border-radius: 22px; display: grid; place-items: center; position: relative; }
.instagram-symbol::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: white; right: 11px; top: 11px; }
.instagram-symbol span { width: 31px; height: 31px; border: 4px solid white; border-radius: 50%; }
.instagram-card small { display: block; color: #bcecff; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.instagram-card strong { display: block; margin: 8px 0 20px; font-size: clamp(1.3rem, 2.2vw, 1.8rem); letter-spacing: -.035em; }
.instagram-card p { margin: 0; color: white; font-size: .9rem; font-weight: 700; }
.instagram-card p span { margin-left: 7px; }

.contact { padding-top: 20px; }
.contact-card { min-height: 360px; padding: 65px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; color: white; border-radius: 26px; background: linear-gradient(125deg, #041b3f, #063576 70%, #0878e8); position: relative; overflow: hidden; box-shadow: 0 30px 80px rgba(4,27,63,.22); }
.contact-card { transition: transform .25s, box-shadow .25s; }
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 36px 90px rgba(4,27,63,.28); }
.contact-card::after { content: "S"; position: absolute; right: -20px; bottom: -155px; font-size: 31rem; font-weight: 800; line-height: 1; color: rgba(255,255,255,.035); }
.contact-card > * { position: relative; z-index: 1; }
.contact-card .kicker { color: #5ed9ff; }
.contact-card h2 { font-size: clamp(2.4rem,4vw,3.6rem); letter-spacing: -.055em; line-height: 1.05; margin: 13px 0 18px; }
.contact-card p { color: #bfd0e4; line-height: 1.7; margin: 0; }
.contact-action { min-height: 135px; background: white; color: var(--navy); padding: 27px 72px 27px 28px; border-radius: 16px; position: relative; display: flex; flex-direction: column; justify-content: center; box-shadow: 0 18px 40px rgba(0,0,0,.12); }
.whatsapp-label { color: var(--blue); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.contact-action strong { display: block; margin-top: 8px; font-size: 1.15rem; line-height: 1.35; }
.contact-arrow { position: absolute; right: 25px; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-size: 1.15rem; }

footer { margin-top: 100px; padding: 38px 0; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 190px 1fr auto auto; align-items: center; gap: 30px; }
.footer-inner img { width: 190px; }
.footer-inner p, .footer-inner > span { color: var(--muted); font-size: .78rem; }
.footer-inner p { text-align: center; }
.footer-social { display: flex; gap: 14px; }
.footer-social a { color: var(--blue); font-size: .78rem; font-weight: 800; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .hero-grid, .process-wrap, .meet-wrap, .contact-card { grid-template-columns: 1fr; }
  .hero { padding-top: 135px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { height: 470px; }
  .service-grid, .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .service-grid { margin-top: 45px; }
  .price-card, .price-card.featured { min-height: auto; }
  .process-wrap { gap: 55px; }
  .meet-wrap { gap: 42px; }
  .contact-card { gap: 35px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav { height: 70px; }
  .brand { width: 156px; height: 52px; }
  .menu-button { display: block; z-index: 2; }
  nav { position: absolute; left: 14px; right: 14px; top: 74px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 10px; }
  nav.open { display: flex; }
  nav a { padding: 13px; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .hero { min-height: auto; padding: 125px 0 70px; }
  h1 { font-size: clamp(2.9rem, 14vw, 4.5rem); }
  .hero-proof { gap: 15px; }
  .hero-proof span { display: none; }
  .hero-visual { height: 360px; }
  .logo-stage { width: 245px; height: 245px; }
  .orbit-one { width: 305px; height: 305px; }
  .orbit-two { width: 350px; height: 350px; }
  .metric-card { min-width: 135px; padding: 12px 14px; }
  .metric-card strong { font-size: .84rem; }
  .card-a { top: 20px; left: 0; }
  .card-b { bottom: 24px; right: 0; }
  .signal-bars { right: 5px; top: 70px; }
  .section { padding: 78px 0; }
  .service-card { min-height: 265px; }
  .price-card { padding: 30px 24px; }
  .contact { padding-top: 5px; }
  .contact-card { padding: 42px 25px; border-radius: 20px; }
  .instagram-card { min-height: 210px; padding: 30px 24px; gap: 20px; }
  .instagram-symbol { width: 60px; height: 60px; border-radius: 18px; }
  .instagram-symbol span { width: 24px; height: 24px; }
  footer { margin-top: 70px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 12px; }
  .footer-inner p { margin: 0; }
}

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