:root {
  --navy: #062a5f;
  --navy-deep: #031d44;
  --blue: #0b4d99;
  --yellow: #ffd21a;
  --cyan: #1bd1e8;
  --ink: #0e1d31;
  --muted: #596779;
  --paper: #f5f8fc;
  --white: #fff;
  --line: #dbe4ee;
  --shadow: 0 24px 70px rgba(3, 29, 68, .14);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
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%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; padding: 12px 16px; color: white; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { color: white; background: var(--navy-deep); font-size: .83rem; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar-status { display: flex; align-items: center; gap: 16px; }
.topbar-status strong { display: inline-flex; align-items: center; gap: 7px; color: var(--yellow); font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }
.topbar-status strong span { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(255,210,26,.13); }
.topbar-links { display: flex; align-items: center; gap: 12px; }
.topbar a:hover { color: var(--yellow); }
.site-header { position: relative; z-index: 40; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(219,228,238,.9); }
.nav { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: block; width: min(370px, 38vw); }
.brand img { width: 100%; height: auto; }
.main-menu { display: flex; align-items: center; gap: 28px; color: #21334c; font-size: .95rem; font-weight: 700; }
.main-menu > a:not(.button) { position: relative; padding: 10px 0; }
.main-menu > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 2px; background: var(--yellow); transition: width .25s ease; }
.main-menu > a:hover::after { width: 100%; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; background: var(--paper); }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--navy); transition: transform .2s, opacity .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 2px solid var(--yellow); border-radius: 999px; color: var(--navy-deep); background: var(--yellow); font-weight: 850; box-shadow: 0 10px 24px rgba(255,210,26,.24); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255,210,26,.3); }
.button-small { min-height: 43px; padding: 0 19px; font-size: .88rem; }
.button-ghost { color: var(--navy); background: transparent; border-color: rgba(6,42,95,.18); box-shadow: none; }
.button-ghost:hover { border-color: var(--navy); box-shadow: none; }
.button-ghost-dark { color: white; border-color: rgba(255,255,255,.35); background: transparent; box-shadow: none; }

.hero { overflow: hidden; position: relative; padding: 74px 0 90px; background: linear-gradient(120deg, #f8fbff 0%, #eef5fc 56%, #e9f2fa 100%); }
.hero::before { content: ""; position: absolute; right: -10vw; top: -170px; width: 620px; height: 620px; border: 1px solid rgba(11,77,153,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(11,77,153,.025), 0 0 0 140px rgba(11,77,153,.018); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 900; }
.eyebrow span { width: 28px; height: 3px; border-radius: 2px; background: var(--yellow); }
.eyebrow.light { color: #8ae9f5; }
.hero h1, h2 { margin: 0; color: var(--navy-deep); letter-spacing: -.045em; line-height: 1.06; }
.hero h1 { font-size: clamp(2.65rem, 5.1vw, 4.95rem); font-weight: 880; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 660px; margin: 26px 0 30px; color: var(--muted); font-size: 1.14rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; color: #314762; font-size: .86rem; font-weight: 750; }
.hero-points span::first-letter { color: var(--blue); }
.hero-visual { position: relative; min-height: 590px; }
.hero-image-wrap { position: absolute; inset: 0 0 20px; overflow: hidden; border-radius: 240px 32px 32px 32px; box-shadow: var(--shadow); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(3,29,68,.3)); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.hero-card { position: absolute; left: -30px; bottom: 0; display: flex; flex-direction: column; padding: 19px 24px; border-left: 5px solid var(--yellow); color: white; background: rgba(3,29,68,.94); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-card strong { font-size: 1.05rem; }
.hero-card span { color: #b9cee5; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }

.section-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.section-heading.compact { grid-template-columns: 1fr; }
.section-heading h2, .why h2, .contact h2 { font-size: clamp(2.2rem, 4vw, 3.65rem); }
.section-heading > p { margin: 0 0 6px; max-width: 520px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 295px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: transparent; box-shadow: var(--shadow); }
.service-card-wide { background: linear-gradient(140deg, #f5f9ff, #eaf3fd); }
.service-card-accent { color: white; background: var(--navy); border-color: var(--navy); }
.service-card-accent h3, .service-card-accent a { color: white; }
.service-card-accent p { color: #c1d2e5; }
.service-number { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--yellow); font-size: .8rem; font-weight: 900; }
.service-card h3 { margin: 32px 0 10px; color: var(--navy); font-size: 1.28rem; line-height: 1.25; }
.service-card p { margin: 0 0 22px; color: var(--muted); font-size: .94rem; }
.service-card a { margin-top: auto; color: var(--blue); font-size: .88rem; font-weight: 850; }
.service-card a span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.service-card a:hover span { transform: translateX(4px); }

.why { overflow: hidden; color: white; background: var(--navy-deep); }
.why-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 76px; }
.why-image { position: relative; }
.why-image::before { content: ""; position: absolute; inset: -24px 50px 24px -999px; background: var(--yellow); }
.why-image img { position: relative; width: 100%; aspect-ratio: .95; object-fit: cover; border-radius: 28px 28px 180px 28px; }
.quality-stamp { position: absolute; right: -24px; bottom: 30px; width: 145px; height: 145px; padding: 20px; display: grid; place-content: center; text-align: center; border: 7px solid var(--navy-deep); border-radius: 50%; color: var(--navy-deep); background: var(--yellow); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.quality-stamp span { display: block; font-size: 1.8rem; letter-spacing: -.05em; }
.why h2, .contact h2 { color: white; }
.why-copy > p:not(.eyebrow) { margin: 24px 0 30px; color: #bdcce0; font-size: 1.05rem; }
.benefit-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px 34px; }
.benefit-list li { padding-left: 17px; border-left: 3px solid var(--yellow); }
.benefit-list strong, .benefit-list span { display: block; }
.benefit-list strong { font-size: .96rem; }
.benefit-list span { margin-top: 3px; color: #9fb4cd; font-size: .83rem; }

.work { background: var(--paper); }
.gallery { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.gallery figure { overflow: hidden; position: relative; margin: 0; border-radius: 26px; min-height: 470px; background: var(--navy); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; inset: auto 18px 18px; padding: 15px 18px; color: white; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: rgba(3,29,68,.86); backdrop-filter: blur(12px); font-weight: 780; }
.gallery figcaption span { display: block; color: var(--yellow); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }

.process { background: white; }
.steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; list-style: none; counter-reset: step; }
.steps li { position: relative; padding: 0 26px; border-left: 1px solid var(--line); }
.steps li:first-child { padding-left: 0; border: 0; }
.steps li > span { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 22px; border-radius: 50%; color: var(--navy); background: var(--yellow); font-weight: 900; }
.steps strong { display: block; color: var(--navy); font-size: 1.05rem; }
.steps p { margin: 7px 0 0; color: var(--muted); font-size: .9rem; }

.contact { color: white; background: linear-gradient(135deg, var(--navy-deep), #073b7e); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 80px; }
.contact-copy > p:not(.eyebrow) { margin: 24px 0 32px; color: #b9cce3; }
.contact-list { display: grid; gap: 1px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-list a { padding: 15px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-list span { color: #9fb4cd; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-list strong { color: var(--yellow); }
.quote-form { padding: 34px; color: var(--ink); background: white; border-radius: 25px; box-shadow: var(--shadow); }
.quote-form label { display: block; margin-bottom: 16px; color: #273950; font-size: .82rem; font-weight: 800; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.quote-form input:not([type="checkbox"]), .quote-form select, .quote-form textarea { width: 100%; min-height: 50px; margin-top: 6px; padding: 11px 13px; color: var(--ink); background: #f7f9fc; border: 1px solid var(--line); border-radius: 10px; outline: none; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,77,153,.1); }
.consent { display: flex !important; align-items: flex-start; gap: 9px; font-weight: 500 !important; line-height: 1.35; }
.consent input { margin-top: 3px; accent-color: var(--blue); }
.quote-form .button { width: 100%; border: 0; }
.form-note { margin: 11px 0 0; text-align: center; color: var(--muted); font-size: .76rem; }

.legal { padding: 60px 0; background: #f8fafd; }
.legal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.legal details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.legal summary { color: var(--navy); font-weight: 850; cursor: pointer; }
.legal details div { padding-top: 10px; color: var(--muted); font-size: .9rem; }
.legal details p { margin: 8px 0; }
.legal details a, .text-button { color: var(--blue); text-decoration: underline; }
.text-button { padding: 0; border: 0; background: transparent; }

.footer { padding: 60px 0 24px; color: #adbed3; background: #02152f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .6fr; gap: 70px; }
.footer img { width: 320px; max-width: 100%; filter: brightness(0) invert(1); }
.footer p { max-width: 410px; margin: 18px 0 0; font-size: .9rem; }
.footer strong { display: block; margin-bottom: 14px; color: white; }
.footer a { display: block; margin: 7px 0; font-size: .9rem; }
.footer a:hover { color: var(--yellow); }
.footer-bottom { margin-top: 42px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

.whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 58px; height: 58px; display: grid; place-items: center; color: white; background: #20b858; border: 3px solid white; border-radius: 50%; box-shadow: 0 13px 35px rgba(0,0,0,.22); transition: transform .2s; }
.whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp svg { width: 32px; fill: currentColor; }
.cookie-banner { position: fixed; left: 22px; right: 96px; bottom: 22px; z-index: 100; max-width: 900px; margin: auto; padding: 19px 20px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: white; background: rgba(3,29,68,.98); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; box-shadow: 0 20px 70px rgba(0,0,0,.3); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; color: var(--yellow); }
.cookie-banner p { max-width: 560px; margin: 3px 0 0; color: #c5d5e7; font-size: .82rem; }
.cookie-actions { display: flex; flex-shrink: 0; gap: 8px; }
.cookie-actions .button { min-height: 42px; padding: 0 16px; font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
  .topbar-status > span { display: none; }
  .topbar-inner { justify-content: center; }
  .menu-toggle { display: block; }
  .nav { height: 74px; }
  .brand { width: min(320px, 64vw); }
  .main-menu { position: absolute; left: 20px; right: 20px; top: 106px; padding: 18px; display: none; flex-direction: column; align-items: stretch; gap: 6px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .main-menu.open { display: flex; }
  .main-menu a { padding: 9px 8px !important; }
  .hero-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .hero-visual { min-height: 540px; }
  .hero-grid { gap: 48px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { gap: 66px; }
  .why-image { max-width: 650px; }
  .contact-grid { gap: 50px; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
  .steps li:nth-child(3) { border-left: 0; padding-left: 0; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .topbar-links span, .topbar-links a:last-child { display: none; }
  .brand { width: 265px; }
  .hero { padding: 48px 0 72px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.55rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 410px; }
  .hero-image-wrap { border-radius: 130px 22px 22px 22px; }
  .hero-card { left: 12px; right: 12px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .section-heading h2, .why h2, .contact h2 { font-size: 2.25rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .why-image::before { inset: -15px 35px 15px -999px; }
  .quality-stamp { right: -4px; width: 118px; height: 118px; }
  .benefit-list { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery figure { min-height: 370px; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .steps li, .steps li:nth-child(3) { padding: 0 0 0 18px; border-left: 1px solid var(--line); }
  .steps li:first-child { padding-left: 18px; border-left: 1px solid var(--line); }
  .form-row, .legal-grid, .footer-grid { grid-template-columns: 1fr; }
  .quote-form { padding: 24px 18px; }
  .contact-list a { align-items: flex-start; flex-direction: column; gap: 2px; }
  .footer-grid { gap: 35px; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; padding: 17px; flex-direction: column; align-items: stretch; gap: 14px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .whatsapp { right: 14px; bottom: 14px; }
}
