:root {
  --navy: #064c70;
  --navy-dark: #04384f;
  --blue: #1781b6;
  --green: #17683f;
  --green-light: #e3f3e9;
  --cream: #faf5e8;
  --cream-deep: #f1e8d4;
  --ink: #102c36;
  --muted: #5e7077;
  --white: #ffffff;
  --line: #dfe7e7;
  --shadow: 0 24px 70px rgba(4, 56, 79, .12);
  --radius: 26px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.75rem, 5.7vw, 5rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); margin-bottom: 20px; }
h3 { font-size: 1.5rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--navy-dark); color: #d9eef7; font-size: .86rem; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar p { margin: 0; }
.topbar a { color: var(--white); text-decoration: none; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #63d58d; box-shadow: 0 0 0 4px rgba(99, 213, 141, .14); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(6, 76, 112, .09); backdrop-filter: blur(12px); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 58px; height: 58px; border-radius: 15px; object-fit: cover; }
.brand span { display: grid; line-height: 1; }
.brand strong { color: var(--navy); font-size: 1.45rem; letter-spacing: .04em; }
.brand small { margin-top: 6px; color: var(--green); font-weight: 800; font-size: .72rem; letter-spacing: .13em; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { color: #29454f; text-decoration: none; font-size: .94rem; font-weight: 650; }
nav a:hover { color: var(--blue); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 23px; border-radius: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #68bde2; outline-offset: 4px; }
.button-small { min-height: 46px; padding-inline: 19px; font-size: .92rem; }
.button-call, .button-primary { color: var(--white); background: var(--navy); box-shadow: 0 10px 24px rgba(6, 76, 112, .2); }
.button-call:hover, .button-primary:hover { background: var(--navy-dark); }
.button-whatsapp { color: var(--white); background: #178b4d; box-shadow: 0 10px 24px rgba(23, 139, 77, .18); }
.button-whatsapp:hover { background: #11743f; }
.button-light { background: var(--white); color: var(--navy); }

.hero { overflow: hidden; background: linear-gradient(112deg, #fff 0%, #fff 53%, var(--cream) 53%, #fbf6e9 100%); }
.hero-grid { min-height: 640px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 65px; padding-top: 45px; padding-bottom: 65px; }
.eyebrow { margin-bottom: 14px; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 26px; height: 2px; margin: 0 10px 4px 0; background: currentColor; }
.eyebrow.light { color: #a9d9ee; }
.hero h1 span { color: var(--green); }
.hero-lead { max-width: 660px; margin-bottom: 32px; color: var(--muted); font-size: 1.16rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 13px 23px; padding: 0; margin: 0; list-style: none; color: #29454f; font-size: .9rem; font-weight: 750; }
.hero-points span { display: inline-grid; width: 22px; height: 22px; margin-right: 6px; place-items: center; color: var(--green); background: var(--green-light); border-radius: 50%; }
.hero-visual { position: relative; display: grid; min-height: 410px; place-items: center; }
.logo-card { position: relative; z-index: 2; width: min(100%, 515px); padding: 26px; overflow: hidden; background: rgba(255, 255, 255, .94); border: 1px solid rgba(6, 76, 112, .1); border-radius: 32px; box-shadow: var(--shadow); transform: rotate(1deg); }
.logo-card::before { content: ""; position: absolute; width: 210px; height: 210px; top: -95px; right: -70px; border-radius: 50%; background: linear-gradient(145deg, rgba(23, 129, 182, .1), rgba(23, 104, 63, .05)); }
.logo-card-brand { position: relative; z-index: 1; display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 25px; }
.logo-thumb { padding: 9px; background: var(--cream); border: 1px solid rgba(6, 76, 112, .07); border-radius: 26px; box-shadow: 0 12px 30px rgba(4, 56, 79, .1); }
.logo-thumb img { width: 100%; aspect-ratio: 1; border-radius: 19px; }
.logo-card-title { min-width: 0; line-height: 1; }
.logo-card-title small { display: inline-flex; padding: 7px 10px; color: var(--green); background: var(--green-light); border-radius: 999px; font-size: .69rem; font-weight: 850; letter-spacing: .03em; }
.logo-card-title strong { display: block; margin-top: 17px; color: var(--navy); font-size: clamp(2.4rem, 4vw, 3.35rem); letter-spacing: .035em; }
.logo-card-title > span { display: block; margin-top: 9px; color: var(--green); font-size: .88rem; font-weight: 900; letter-spacing: .16em; white-space: nowrap; }
.logo-card-footer { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.logo-card-note { display: flex; align-items: center; gap: 8px; margin: 0; color: #29454f; font-size: .82rem; font-weight: 780; }
.logo-card-note > span { display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; color: var(--green); background: var(--green-light); border-radius: 50%; }
.logo-card-call { display: grid; flex: 0 0 auto; text-align: right; text-decoration: none; line-height: 1.25; }
.logo-card-call small { color: var(--muted); font-size: .68rem; }
.logo-card-call strong { margin-top: 3px; color: var(--navy); font-size: .96rem; letter-spacing: .01em; }
.bubble { position: absolute; border: 2px solid rgba(23, 129, 182, .2); border-radius: 50%; background: rgba(255, 255, 255, .32); }
.bubble-one { width: 92px; height: 92px; top: 5%; left: -3%; }
.bubble-two { width: 48px; height: 48px; right: 1%; top: 16%; }
.spark { position: absolute; color: var(--blue); }
.spark-one { top: 10%; right: 13%; font-size: 2.4rem; }
.spark-two { bottom: 8%; left: 5%; font-size: 1.65rem; }

.trust-strip { position: relative; z-index: 4; margin-top: -1px; background: var(--navy); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 16px; padding: 27px 30px; border-right: 1px solid rgba(255, 255, 255, .12); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { color: #75c9ec; font-weight: 900; font-size: .74rem; letter-spacing: .1em; }
.trust-grid p { display: grid; margin: 0; line-height: 1.35; }
.trust-grid strong { font-size: .98rem; }
.trust-grid small { margin-top: 4px; color: #b9d3dd; font-size: .79rem; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 46px; }
.section-heading h2 { max-width: 690px; margin-bottom: 0; }
.section-heading > p { margin-bottom: 5px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 330px; display: flex; flex-direction: column; padding: 30px; background: #f6f9f8; border: 1px solid #e5ecea; border-radius: 22px; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(4, 56, 79, .1); }
.service-card.featured { color: var(--white); background: var(--green); border-color: var(--green); }
.service-number { display: grid; width: 45px; height: 45px; margin-bottom: 52px; place-items: center; color: var(--blue); background: var(--white); border-radius: 14px; font-weight: 900; font-size: .78rem; box-shadow: 0 8px 24px rgba(6, 76, 112, .08); }
.service-card h3 { margin-bottom: 15px; }
.service-card p { color: var(--muted); font-size: .92rem; }
.service-card.featured p { color: #d3eadc; }
.service-card a { margin-top: auto; color: var(--navy); text-decoration: none; font-weight: 850; font-size: .88rem; }
.service-card.featured a { color: var(--white); }

.process { color: var(--white); background: var(--navy-dark); }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.process-intro > p:not(.eyebrow) { max-width: 480px; color: #bbd3dc; }
.text-link { display: inline-flex; gap: 8px; margin-top: 16px; color: var(--white); text-underline-offset: 6px; font-weight: 800; }
.text-link.dark { color: var(--navy); }
.process-list { padding: 0; margin: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 68px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.process-list li:last-child { border-bottom: 0; }
.process-list li > span { display: grid; width: 54px; height: 54px; place-items: center; color: var(--navy-dark); background: #9ed7ee; border-radius: 50%; font-weight: 950; }
.process-list h3 { margin: 2px 0 8px; font-size: 1.27rem; }
.process-list p { margin: 0; color: #afcad4; font-size: .91rem; }

.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 85px; }
.why-visual { min-height: 510px; display: grid; place-items: center; padding: 45px; background: var(--cream); border-radius: 36px; }
.clean-card { position: relative; width: min(100%, 385px); min-height: 340px; display: flex; align-items: flex-end; padding: 34px; overflow: hidden; color: var(--white); background: linear-gradient(145deg, var(--green), #0d4b2d); border-radius: 28px; box-shadow: 0 24px 55px rgba(23, 104, 63, .2); }
.clean-card::before, .clean-card::after { content: ""; position: absolute; border: 2px solid rgba(255, 255, 255, .17); border-radius: 50%; }
.clean-card::before { width: 240px; height: 240px; top: -100px; right: -80px; }
.clean-card::after { width: 110px; height: 110px; top: 44px; right: 44px; }
.clean-card p { position: relative; z-index: 2; margin: 0; font-size: 1.15rem; }
.clean-card strong { font-size: 1.45rem; }
.clean-mark { position: absolute; z-index: 2; top: 28px; left: 30px; color: #a8dff4; font-size: 3rem; }
.why-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.check-list { display: grid; gap: 20px; padding: 0; margin: 32px 0 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.check-list li > span { display: grid; width: 36px; height: 36px; place-items: center; color: var(--green); background: var(--green-light); border-radius: 50%; font-weight: 900; }
.check-list div { display: grid; }
.check-list strong { font-size: 1rem; }
.check-list small { margin-top: 4px; color: var(--muted); font-size: .86rem; }

.area-section { padding: 70px 0; background: var(--cream); }
.area-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.area-inner h2 { font-size: clamp(2rem, 3.6vw, 3.2rem); margin-bottom: 14px; }
.area-inner p:not(.eyebrow) { margin: 0; color: var(--muted); }
.area-inner .button { flex: 0 0 auto; min-width: 230px; font-size: 1.06rem; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 4px; cursor: pointer; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; color: var(--navy); background: #eef5f6; border-radius: 50%; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding: 0 50px 24px 4px; margin: 0; color: var(--muted); font-size: .94rem; }

.final-cta { padding: 90px 0; color: var(--white); background: var(--green); }
.cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.cta-inner h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 4.5rem); }
.cta-contact { display: grid; justify-items: start; }
.cta-contact p { margin-bottom: 6px; color: #cde6d7; }
.cta-contact > a:not(.button) { margin-bottom: 22px; color: var(--white); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; letter-spacing: -.035em; text-decoration: none; font-weight: 900; }

footer { padding: 56px 0 28px; color: #b8d0d9; background: #072f40; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr auto; align-items: center; gap: 55px; padding-bottom: 38px; }
.footer-brand strong, .footer-brand small { color: var(--white); }
.footer-grid > p { max-width: 480px; margin: 0; font-size: .9rem; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: var(--white); font-weight: 750; text-underline-offset: 5px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .8rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #b8d0d9; }

.floating-whatsapp { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 9px; padding: 13px 18px; color: var(--white); background: #178b4d; border: 3px solid var(--white); border-radius: 999px; box-shadow: 0 12px 32px rgba(4, 56, 79, .28); text-decoration: none; font-weight: 850; }
.mobile-contact { display: none; }
.error-inner { max-width: 760px; text-align: center; }
.error-inner img { margin: 0 auto 24px; border-radius: 28px; }
.error-inner > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); }

@media (max-width: 980px) {
  nav { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-visual { min-height: 360px; }
  .logo-card { padding: 22px; }
  .logo-card-brand { grid-template-columns: 122px 1fr; gap: 18px; }
  .logo-card-title strong { font-size: 2.45rem; }
  .logo-card-title > span { font-size: .72rem; letter-spacing: .12em; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 300px; }
  .process-grid, .why-grid, .faq-grid { gap: 55px; }
  .section-heading { gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { padding-bottom: 66px; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 76px 0; }
  .topbar-inner { justify-content: center; }
  .topbar-inner p { display: none; }
  .header-inner { height: 74px; }
  .brand img { width: 48px; height: 48px; border-radius: 12px; }
  .brand strong { font-size: 1.16rem; }
  .brand small { font-size: .58rem; }
  .header-inner > .button { display: none; }
  .hero { background: linear-gradient(180deg, #fff 0%, #fff 57%, var(--cream) 57%, var(--cream) 100%); }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 64px; padding-bottom: 60px; }
  h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-points { display: grid; gap: 10px; }
  .hero-visual { min-height: auto; padding: 24px 0 14px; }
  .logo-card { width: min(100%, 430px); padding: 18px; border-radius: 26px; transform: none; }
  .logo-card::before { width: 150px; height: 150px; top: -70px; right: -50px; }
  .logo-card-brand { grid-template-columns: 105px 1fr; gap: 16px; }
  .logo-thumb { padding: 7px; border-radius: 20px; }
  .logo-thumb img { border-radius: 14px; }
  .logo-card-title small { padding: 6px 8px; font-size: .61rem; }
  .logo-card-title strong { margin-top: 13px; font-size: 2.25rem; }
  .logo-card-title > span { margin-top: 7px; font-size: .68rem; }
  .logo-card-footer { gap: 12px; margin-top: 17px; padding-top: 14px; }
  .logo-card-note { max-width: 175px; font-size: .72rem; line-height: 1.3; }
  .logo-card-call small { font-size: .6rem; }
  .logo-card-call strong { font-size: .82rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section-heading, .process-grid, .why-grid, .faq-grid, .cta-inner { grid-template-columns: 1fr; gap: 38px; }
  .section-heading { margin-bottom: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .service-number { margin-bottom: 38px; }
  .process-list li { grid-template-columns: 55px 1fr; gap: 15px; }
  .process-list li > span { width: 46px; height: 46px; }
  .why-visual { min-height: 410px; padding: 28px; }
  .clean-card { min-height: 330px; }
  .why-grid { display: flex; flex-direction: column-reverse; }
  .area-inner { align-items: stretch; flex-direction: column; }
  .area-inner .button { width: 100%; }
  .faq-intro { position: static; }
  .final-cta { padding: 76px 0; }
  .cta-contact > a:not(.button) { font-size: 2.2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { display: none; }
  .mobile-contact { position: fixed; z-index: 100; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; height: 66px; padding: 8px; gap: 8px; background: rgba(255, 255, 255, .97); border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(4, 56, 79, .12); }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--white); border-radius: 11px; text-decoration: none; font-weight: 850; }
  .mobile-call { background: var(--navy); }
  .mobile-whatsapp { background: #178b4d; }
}

@media (max-width: 390px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand span { display: none; }
  .hero-grid { padding-top: 50px; }
  .logo-card-brand { grid-template-columns: 88px 1fr; gap: 13px; }
  .logo-card-title strong { font-size: 1.85rem; }
  .logo-card-title > span { font-size: .57rem; }
  .cta-contact > a:not(.button) { font-size: 1.9rem; }
}

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