:root {
  --navy-950: #03162f;
  --navy-900: #061f43;
  --navy-800: #0a3268;
  --blue-600: #1261a4;
  --yellow: #f7b916;
  --yellow-2: #ffd34f;
  --white: #ffffff;
  --ice: #f4f7fb;
  --ink: #0b2443;
  --muted: #5d6b7c;
  --line: #dce5ef;
  --green: #149954;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 88px 0; }

.topbar {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 7px 18px;
  background: var(--navy-950);
  color: #dbe7f6;
  font-size: .79rem;
  letter-spacing: .04em;
  text-align: center;
}
.topbar i { width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); }
.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand img { width: 66px; height: 66px; object-fit: cover; border-radius: 5px; }
.brand-copy { display: grid; }
.brand strong { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.14rem; letter-spacing: .055em; }
.brand small { color: #c99317; font-weight: 700; font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 22px;
  border: 0;
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
  font-size: .96rem;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 13px 30px rgba(10, 87, 53, .2);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 16px 34px rgba(10, 87, 53, .27); }
.button:focus-visible, .text-link:focus-visible, .outline-link:focus-visible, summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.button-small { min-height: 46px; padding: 11px 18px; font-size: .89rem; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 76px 0 82px;
  background:
    radial-gradient(circle at 12% 25%, rgba(18, 97, 164, .56), transparent 31%),
    linear-gradient(118deg, var(--navy-950), var(--navy-900) 53%, #0b3f78);
  color: var(--white);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .18;
  background-image:
    linear-gradient(30deg, transparent 49%, rgba(255,255,255,.12) 49.5%, transparent 50%),
    linear-gradient(150deg, transparent 49%, rgba(255,255,255,.08) 49.5%, transparent 50%);
  background-size: 160px 160px;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 690px;
  height: 690px;
  right: -330px;
  top: -270px;
  border: 86px solid rgba(247, 185, 22, .1);
  transform: rotate(20deg);
}
.hero-stripe {
  position: absolute;
  width: 54%;
  height: 14px;
  left: -4%;
  bottom: 0;
  background: var(--yellow);
  transform: skewX(-28deg);
}
.hero-grid { display: grid; grid-template-columns: 1.09fr .62fr; gap: 70px; align-items: center; }
.hero-copy { max-width: 720px; }
.eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #edac12;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow { margin-bottom: 20px; color: var(--yellow-2); }
.hero h1 { margin: 0; max-width: 800px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5.2vw, 4.65rem); line-height: 1.03; letter-spacing: -.035em; }
.hero h1 em { color: var(--yellow-2); font-style: normal; }
.hero-copy > p { max-width: 690px; margin: 24px 0 28px; color: #dce8f7; font-size: 1.15rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.text-link { color: var(--white); font-size: .93rem; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.55); }
.trust-list { display: flex; flex-wrap: wrap; gap: 14px 23px; padding: 0; margin: 32px 0 0; list-style: none; color: #cbd9eb; font-size: .82rem; }
.trust-list li { display: inline-flex; align-items: center; gap: 7px; }
.trust-list svg { width: 17px; color: var(--yellow); }

.campaign-card { position: relative; margin: 0; transform: rotate(1.4deg); }
.campaign-card::before { content: ""; position: absolute; inset: -16px 18px 16px -18px; border: 1px solid rgba(247,185,22,.62); border-radius: 16px; transform: rotate(-3.3deg); }
.campaign-frame { position: relative; overflow: hidden; border: 6px solid var(--white); border-radius: 14px; background: var(--white); box-shadow: 0 30px 75px rgba(0,0,0,.42); }
.campaign-frame img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.campaign-card figcaption { position: relative; width: 83%; margin: -14px auto 0; padding: 10px 14px; border-radius: 6px; background: var(--yellow); color: var(--navy-950); font-size: .76rem; font-weight: 900; text-align: center; box-shadow: 0 8px 22px rgba(0,0,0,.22); }

.proof-strip { position: relative; z-index: 2; background: var(--white); box-shadow: 0 9px 28px rgba(8, 36, 72, .08); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { display: flex; align-items: center; justify-content: center; gap: 15px; min-height: 104px; padding: 22px 28px; border-right: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid svg { flex: 0 0 auto; width: 28px; height: 28px; color: var(--blue-600); }
.proof-grid span { display: grid; }
.proof-grid b { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; }
.proof-grid small { color: var(--muted); font-size: .76rem; }

.benefits { background: var(--ice); }
.section-heading h2 { margin: 8px 0 0; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4vw, 3.35rem); line-height: 1.12; letter-spacing: -.025em; }
.section-heading p { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.split-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: 70px; align-items: end; margin-bottom: 43px; }
.split-heading p { margin: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.benefit-card { position: relative; min-height: 292px; overflow: hidden; padding: 28px 24px 25px; border: 1px solid #e1e8f0; border-radius: 10px; background: var(--white); box-shadow: 0 10px 28px rgba(4, 31, 67, .06); }
.benefit-card::after { content: ""; position: absolute; width: 100px; height: 100px; right: -50px; bottom: -50px; background: var(--yellow); transform: rotate(45deg); opacity: .9; }
.benefit-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.benefit-number { color: #9aabbd; font-family: Georgia, "Times New Roman", serif; font-size: .82rem; letter-spacing: .16em; }
.benefit-badge { display: grid; place-items: center; min-width: 48px; min-height: 48px; padding: 5px; border-radius: 50%; background: var(--yellow); color: var(--navy-950); font-size: .74rem; font-weight: 900; }
.benefit-card h3 { min-height: 58px; margin: 22px 0 11px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.33rem; line-height: 1.25; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.card-rule { position: absolute; left: 24px; bottom: 22px; width: 40px; height: 3px; background: var(--yellow); }
.center-action { display: flex; justify-content: center; margin-top: 38px; }
.button-dark { background: var(--navy-900); box-shadow: 0 13px 30px rgba(3, 22, 47, .16); }

.review { position: relative; overflow: hidden; background: var(--navy-900); color: var(--white); }
.review::after { content: ""; position: absolute; width: 360px; height: 360px; top: -230px; right: 4%; border: 70px solid rgba(247,185,22,.12); border-radius: 50%; }
.review-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .83fr 1fr; gap: 90px; align-items: center; }
.kicker-light { color: var(--yellow-2); }
.review-intro h2 { margin: 9px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4vw, 3.5rem); line-height: 1.12; }
.review-intro p { margin: 0 0 25px; color: #cbd9ea; font-size: 1.03rem; line-height: 1.75; }
.outline-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 2px solid var(--yellow); color: var(--white); font-weight: 800; }
.review-list { display: grid; }
.review-list article { display: grid; grid-template-columns: auto 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.review-list article:last-child { border-bottom: 0; }
.review-icon { display: grid; place-items: center; width: 51px; height: 51px; border-radius: 10px; background: var(--yellow); color: var(--navy-950); }
.review-icon svg { width: 25px; }
.review-icon { font-weight: 900; }
.review-list h3 { margin: 0 0 6px; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; }
.review-list p { margin: 0; color: #cbd9ea; font-size: .9rem; line-height: 1.65; }

.centered { max-width: 760px; margin: 0 auto 45px; text-align: center; }
.centered p { margin: 14px auto 0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.process-grid article { position: relative; padding: 27px 25px 25px 77px; border-top: 3px solid var(--yellow); background: linear-gradient(180deg, #fff, #f9fbfd); box-shadow: 0 9px 26px rgba(4, 31, 67, .06); }
.process-grid b { position: absolute; left: 22px; top: 25px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--navy-900); color: var(--yellow); font-family: Georgia, "Times New Roman", serif; }
.process-grid h3 { margin: 0 0 8px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .89rem; line-height: 1.65; }

.about { background: linear-gradient(130deg, #f2f6fb, #fff 60%); }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 76px; align-items: center; }
.logo-stage { position: relative; min-height: 340px; display: grid; place-items: center; overflow: hidden; border: 1px solid #cad8e7; background: var(--white); box-shadow: 0 20px 55px rgba(4, 31, 67, .09); }
.logo-stage::before, .logo-stage span { content: ""; position: absolute; width: 72%; height: 72%; border: 1px solid #b8c8da; transform: rotate(45deg); }
.logo-stage span { width: 48%; height: 48%; border-color: var(--yellow); transform: rotate(0); }
.logo-stage img { position: relative; z-index: 2; width: 165px; height: 165px; object-fit: cover; border-radius: 7px; box-shadow: 0 14px 30px rgba(3,22,47,.14); }
.about-copy h2 { margin: 8px 0 17px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.45rem, 4vw, 3.6rem); line-height: 1.08; }
.about-copy > p { max-width: 690px; margin: 0; color: var(--muted); font-size: 1.03rem; line-height: 1.8; }
.credentials { display: flex; flex-wrap: wrap; gap: 24px 38px; margin-top: 28px; }
.credentials span { display: grid; }
.credentials b { color: var(--blue-600); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.credentials small { color: var(--muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .72fr 1fr; gap: 80px; align-items: start; }
.faq-heading { position: sticky; top: 35px; }
.faq-heading p { margin: 16px 0 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 23px 3px; color: var(--navy-900); cursor: pointer; list-style: none; font-family: Georgia, "Times New Roman", serif; font-size: 1.09rem; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue-600); font-family: Arial, sans-serif; font-size: 1.45rem; font-weight: 400; transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 45px 22px 3px; color: var(--muted); font-size: .93rem; line-height: 1.7; }

.final-cta { padding-top: 0; background: var(--white); }
.final-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; padding: 54px 58px; border-radius: 14px; background: linear-gradient(118deg, var(--navy-950), var(--navy-800)); color: var(--white); box-shadow: 0 24px 55px rgba(3, 22, 47, .18); }
.final-card::after { content: ""; position: absolute; width: 200px; height: 200px; right: -132px; top: -125px; border: 42px solid var(--yellow); transform: rotate(18deg); }
.final-card > * { position: relative; z-index: 1; }
.final-card h2 { max-width: 780px; margin: 8px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.14; }
.final-card p { max-width: 700px; margin: 0; color: #cfdaea; }
.button-inverse { min-width: 220px; background: var(--yellow); color: var(--navy-950); box-shadow: 0 13px 30px rgba(0,0,0,.18); }
.legal { margin-top: 20px; color: #697789; font-size: .72rem; text-align: center; }

footer { padding: 38px 0; background: #021126; color: #bac9dc; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.footer-brand { display: flex; align-items: center; gap: 14px; color: var(--white); }
.footer-brand img { width: 50px; height: 50px; object-fit: cover; border-radius: 4px; }
.footer-brand span { display: grid; }
.footer-brand b { font-family: Georgia, "Times New Roman", serif; font-size: .94rem; }
.footer-brand small { color: #aebfd4; font-size: .72rem; }
footer address { color: #b9c8da; font-size: .76rem; font-style: normal; line-height: 1.75; text-align: right; }

.floating-whatsapp {
  position: fixed;
  z-index: 50;
  right: 22px;
  bottom: max(20px, env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 51px;
  padding: 13px 18px;
  border: 3px solid var(--white);
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-size: .87rem;
  font-weight: 900;
  box-shadow: 0 15px 38px rgba(0,0,0,.28);
  transition: transform .18s ease, filter .18s ease;
}
.floating-whatsapp:hover { transform: translateY(-2px); filter: brightness(1.06); }
.floating-whatsapp svg { width: 22px; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr .55fr; gap: 42px; }
  .hero h1 { font-size: clamp(2.65rem, 6vw, 4rem); }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .review-layout, .about-grid, .faq-layout { gap: 50px; }
  .final-card { grid-template-columns: 1fr; }
  .button-inverse { width: fit-content; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 1160px); }
  .section { padding: 66px 0; }
  .site-header { min-height: 80px; }
  .brand img { width: 55px; height: 55px; }
  .brand strong { font-size: .98rem; }
  .site-header .button { display: none; }
  .hero { padding: 56px 0 64px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy > p { font-size: 1.04rem; }
  .campaign-card { width: min(440px, 95%); margin-inline: auto; }
  .proof-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .proof-grid > div { min-height: 78px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .split-heading, .review-layout, .about-grid, .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .faq-heading { position: static; }
  .process-grid { grid-template-columns: 1fr; }
  .logo-stage { min-height: 280px; }
  .footer-grid { display: grid; justify-items: center; text-align: center; }
  footer { padding-bottom: 112px; }
  footer address { text-align: center; }
}

@media (max-width: 520px) {
  .topbar { flex-wrap: wrap; gap: 3px 8px; font-size: .7rem; }
  .topbar i { display: none; }
  .hero h1 { font-size: 2.48rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .text-link { width: fit-content; margin: 2px auto 0; }
  .trust-list { display: grid; gap: 9px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 260px; }
  .center-action .button { width: 100%; }
  .process-grid article { padding-left: 72px; }
  .credentials { display: grid; gap: 18px; }
  .final-card { padding: 40px 25px; }
  .button-inverse { width: 100%; }
  .floating-whatsapp { left: 14px; right: 14px; bottom: max(10px, env(safe-area-inset-bottom)); justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
