:root {
  --navy-950: #031b31;
  --navy-900: #052f55;
  --navy-800: #07436f;
  --blue-700: #076aa8;
  --blue-600: #0e86ca;
  --ice-300: #8be0f5;
  --ice-100: #eaf9fd;
  --ice-50: #f6fcff;
  --white: #fff;
  --ink: #0b2439;
  --muted: #5d7181;
  --line: #d7e8f0;
  --green: #18b86b;
  --green-dark: #0f9655;
  --shadow: 0 24px 60px rgba(3, 42, 75, .15);
  --soft-shadow: 0 12px 34px rgba(3, 42, 75, .09);
  --radius: 24px;
  --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: Arial, Helvetica, sans-serif; line-height: 1.55; overflow-x: hidden; }
body.menu-open, body.modal-open { overflow: hidden; }
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 10px 16px; color: white; background: var(--navy-950); border-radius: 10px; transform: translateY(-170%); }
.skip-link:focus { transform: none; }

.topline { color: #d8edfa; background: var(--navy-950); font-size: .87rem; }
.topline__content { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline a { color: var(--white); font-weight: 800; text-decoration: none; }
.header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); box-shadow: 0 6px 25px rgba(3,42,75,.05); }
.navigation { min-height: 80px; display: flex; align-items: center; gap: 30px; }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.logo__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: white; background: linear-gradient(140deg, var(--ice-300), var(--blue-700)); box-shadow: 0 10px 25px rgba(14,134,202,.24); }
.logo__icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.logo__words { display: grid; line-height: 1.05; }
.logo__words strong { color: var(--navy-900); font-size: 1.35rem; letter-spacing: -.04em; }
.logo__words small { margin-top: 5px; color: var(--blue-700); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.menu { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.menu a { color: #27445c; font-size: .93rem; font-weight: 800; text-decoration: none; }
.menu a:hover { color: var(--blue-700); }
.menu-button { display: none; width: 45px; height: 45px; margin-left: auto; padding: 0; border: 0; border-radius: 13px; background: var(--ice-100); cursor: pointer; }
.menu-button span { width: 22px; height: 2px; display: block; margin: 5px auto; background: var(--navy-900); transition: .2s ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 2px solid var(--blue-700); border-radius: 14px; color: white; background: var(--blue-700); font-size: .95rem; font-weight: 900; text-decoration: none; box-shadow: 0 12px 25px rgba(7,106,168,.18); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(7,106,168,.25); }
.button svg { width: 22px; height: 22px; fill: currentColor; }
.button--compact { min-height: 46px; padding-inline: 18px; font-size: .86rem; }
.button--whatsapp { border-color: var(--green); background: var(--green); box-shadow: 0 12px 25px rgba(24,184,107,.2); }
.button--whatsapp:hover { background: var(--green-dark); border-color: var(--green-dark); }
.button--outline { color: var(--navy-900); background: transparent; box-shadow: none; }
.button--light { color: var(--navy-900); border-color: white; background: white; }
.button--outline-light { color: white; border-color: rgba(255,255,255,.8); background: transparent; box-shadow: none; }

.hero { position: relative; min-height: 680px; color: white; background: linear-gradient(122deg, var(--navy-950), var(--navy-800) 63%, #086294); overflow: hidden; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 72px; background: var(--white); clip-path: polygon(0 78%, 22% 54%, 47% 80%, 74% 45%, 100% 72%, 100% 100%, 0 100%); }
.hero__shape { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero__shape--one { width: 450px; height: 450px; top: -230px; right: 9%; background: rgba(91,208,242,.14); }
.hero__shape--two { width: 300px; height: 300px; bottom: -120px; left: -90px; border: 55px solid rgba(255,255,255,.05); }
.hero__grid { position: relative; z-index: 2; min-height: 680px; padding: 72px 0 115px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.kicker { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--blue-700); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.kicker span { width: 28px; height: 3px; border-radius: 10px; background: currentColor; }
.hero .kicker, .kicker--light { color: var(--ice-300); }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(3.3rem, 6.2vw, 6.25rem); line-height: .95; letter-spacing: -.065em; }
.hero h1 em { display: block; color: var(--ice-300); font-style: normal; }
.hero__text { max-width: 590px; margin: 28px 0 0; color: #d7edf8; font-size: clamp(1.08rem, 1.7vw, 1.35rem); }
.hero__buttons { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero__budget { margin-top: 30px; display: flex; align-items: center; gap: 12px; }
.check { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--ice-300); font-size: 1.25rem; font-weight: 900; }
.hero__budget span:last-child { display: grid; }
.hero__budget small { color: #bddbe9; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.hero__budget strong { font-size: 1.03rem; }
.hero__photo { position: relative; width: min(100%, 520px); justify-self: end; }
.hero__photo-frame { position: relative; padding: 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 180px 180px 28px 28px; background: rgba(255,255,255,.08); box-shadow: 0 35px 75px rgba(0,0,0,.32); }
.hero__photo-frame::before { content: ""; position: absolute; inset: -18px 30px 20%; border: 2px solid rgba(139,224,245,.28); border-radius: 180px 180px 0 0; pointer-events: none; }
.hero__photo img { width: 100%; height: 510px; object-fit: cover; object-position: center 34%; border-radius: 166px 166px 18px 18px; }
.hero__label { position: absolute; right: -20px; bottom: 38px; min-width: 210px; padding: 14px 18px; display: grid; border-left: 4px solid var(--ice-300); border-radius: 14px; color: var(--navy-950); background: white; box-shadow: var(--shadow); }
.hero__label strong { font-size: 1.08rem; }
.hero__label span { color: var(--blue-700); font-size: .77rem; font-weight: 800; text-transform: uppercase; }

.highlights { position: relative; z-index: 5; margin-top: -24px; }
.highlights__grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); overflow: hidden; }
.highlights article { min-height: 112px; padding: 24px 27px; display: flex; align-items: center; gap: 16px; }
.highlights article + article { border-left: 1px solid var(--line); }
.highlight-icon { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 15px; color: var(--blue-700); background: var(--ice-100); font-size: 1.35rem; font-weight: 900; }
.highlights h2 { margin: 0; color: var(--navy-900); font-size: 1rem; }
.highlights p { margin: 4px 0 0; color: var(--muted); font-size: .82rem; }

.section { padding: 105px 0; }
.heading { max-width: 650px; margin-bottom: 46px; }
.heading--center { margin-inline: auto; text-align: center; }
.heading--center .kicker { justify-content: center; }
.heading h2, .feature h2, .video h2, .contact h2 { margin: 0; color: var(--navy-900); font-size: clamp(2.35rem, 4.5vw, 4.25rem); line-height: 1; letter-spacing: -.055em; }
.heading p:last-child { margin: 15px 0 0; color: var(--muted); font-size: 1.05rem; }
.services { background: var(--ice-50); }
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 310px; padding: 34px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--soft-shadow); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card__number { position: absolute; top: 20px; right: 22px; color: #d4eaf4; font-size: 2.1rem; font-weight: 900; }
.service-card__icon { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 22px; color: var(--blue-700); background: linear-gradient(145deg, var(--ice-100), white); }
.service-card__icon svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 40px 0 8px; color: var(--navy-900); font-size: 1.28rem; }
.service-card p { margin: 0; color: var(--muted); }

.feature { padding: 110px 0; color: white; background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); }
.feature__grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 80px; }
.feature__photo { position: relative; padding: 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 32px; background: rgba(255,255,255,.07); box-shadow: 0 28px 65px rgba(0,0,0,.3); }
.feature__photo img { width: 100%; height: 620px; object-fit: cover; object-position: center 38%; border-radius: 23px; }
.feature h2 { color: white; }
.feature__lead { margin: 15px 0 35px; color: var(--ice-300); font-size: 1.3rem; font-weight: 800; }
.feature ul { margin: 0 0 36px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.feature li { padding: 18px 0; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 1.04rem; font-weight: 800; }
.feature li span { color: var(--ice-300); font-size: .78rem; letter-spacing: .08em; }

.gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.gallery-card { position: relative; padding: 0; border: 0; border-radius: 22px; background: white; box-shadow: var(--soft-shadow); overflow: hidden; cursor: zoom-in; }
.gallery-card img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: contain; background: #eef7fb; transition: transform .28s ease; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card span { position: absolute; right: 14px; bottom: 14px; padding: 9px 12px; border-radius: 11px; color: white; background: rgba(3,27,49,.87); font-size: .78rem; font-weight: 800; }

.video { background: var(--ice-50); }
.video__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.video__copy > p:not(.kicker) { margin: 15px 0 0; color: var(--blue-700); font-size: 1.2rem; font-weight: 800; }
.video__contact { margin-top: 38px; display: grid; }
.video__contact small { color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.video__contact a { color: var(--navy-900); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; text-decoration: none; letter-spacing: -.04em; }
.video__player { width: min(100%, 460px); justify-self: center; padding: 12px; border-radius: 34px; background: linear-gradient(145deg, var(--navy-900), var(--blue-700)); box-shadow: var(--shadow); }
.video__player video { width: 100%; max-height: 650px; border-radius: 24px; background: black; }

.contact { padding: 85px 0; color: white; background: linear-gradient(125deg, #04233f, #075f96); }
.contact__box { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 70px; align-items: center; }
.contact h2 { color: white; }
.contact p:not(.kicker) { margin: 12px 0 0; color: #cce9f6; font-size: 1.1rem; }
.contact__info { display: grid; gap: 12px; }
.contact__info a { padding: 16px 18px; display: grid; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(255,255,255,.07); text-decoration: none; }
.contact__info small { color: #bde3f3; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.contact__info strong { font-size: 1.18rem; }
.contact__buttons { grid-column: 1 / -1; display: flex; gap: 14px; }

.footer { padding: 34px 0; background: var(--navy-950); color: #c9e2ef; }
.footer__grid { display: grid; grid-template-columns: 1.3fr repeat(3, auto); align-items: center; gap: 30px; }
.logo--footer .logo__words strong { color: white; }
.logo--footer .logo__words small { color: var(--ice-300); }
.footer p { margin: 0; font-size: .86rem; }
.footer > .container > a:last-child { color: white; font-weight: 900; text-decoration: none; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 900; min-height: 58px; padding: 0 18px; display: flex; align-items: center; gap: 9px; border-radius: 18px; color: white; background: var(--green); box-shadow: 0 16px 35px rgba(17,123,73,.33); font-size: .86rem; font-weight: 900; text-decoration: none; }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; }

.modal { position: fixed; inset: 0; z-index: 5000; padding: 70px 20px 30px; display: none; place-items: center; background: rgba(1,13,25,.92); }
.modal.is-open { display: grid; }
.modal img { max-width: min(950px, 94vw); max-height: 85vh; object-fit: contain; border-radius: 15px; background: white; }
.modal__close { position: absolute; top: 18px; right: 22px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: white; background: rgba(255,255,255,.08); font-size: 2rem; line-height: 1; cursor: pointer; }

@media (max-width: 1050px) {
  .navigation__button { display: none; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .hero__grid { gap: 38px; }
  .hero__photo img { height: 475px; }
  .footer__grid { grid-template-columns: 1fr auto auto; }
  .footer__grid p:first-of-type { display: none; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .navigation { min-height: 72px; gap: 14px; }
  .logo__icon { width: 43px; height: 43px; }
  .logo__words strong { font-size: 1.17rem; }
  .logo__words small { font-size: .59rem; }
  .menu-button { display: block; }
  .menu { position: fixed; top: 110px; left: 15px; right: 15px; margin: 0; padding: 10px; display: grid; gap: 0; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .menu.is-open { opacity: 1; visibility: visible; transform: none; }
  .menu a { padding: 14px 13px; border-bottom: 1px solid var(--line); }
  .menu a:last-child { border-bottom: 0; }
  .hero__grid { min-height: 0; padding: 70px 0 120px; grid-template-columns: 1fr; gap: 55px; }
  .hero__copy { text-align: center; }
  .hero .kicker, .heading--center .kicker { justify-content: center; }
  .hero h1, .hero__text { margin-inline: auto; }
  .hero__buttons, .hero__budget { justify-content: center; }
  .hero__photo { justify-self: center; }
  .highlights__grid { grid-template-columns: 1fr; }
  .highlights article + article { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .feature { padding: 82px 0; }
  .feature__grid { grid-template-columns: 1fr; gap: 55px; }
  .feature__photo { width: min(100%, 540px); margin-inline: auto; }
  .feature__copy { text-align: center; }
  .feature__copy .kicker { justify-content: center; }
  .feature li { text-align: left; }
  .gallery__grid { grid-template-columns: 1fr 1fr; }
  .gallery-card:first-child { grid-column: 1 / -1; }
  .video__grid { grid-template-columns: 1fr; gap: 50px; text-align: center; }
  .video__copy .kicker { justify-content: center; }
  .contact__box { grid-template-columns: 1fr; text-align: center; }
  .contact__box .kicker { justify-content: center; }
  .contact__buttons { grid-column: auto; justify-content: center; }
  .footer__grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer__grid p { display: block !important; }
}

@media (max-width: 560px) {
  .topline__content { justify-content: center; }
  .topline__content span { display: none; }
  .hero__grid { padding-top: 52px; gap: 42px; }
  .hero h1 { font-size: clamp(3rem, 17vw, 4.7rem); }
  .hero__buttons { display: grid; }
  .hero__buttons .button { width: 100%; }
  .hero__photo-frame { padding: 10px; border-radius: 130px 130px 22px 22px; }
  .hero__photo img { height: 410px; border-radius: 120px 120px 15px 15px; }
  .hero__label { right: -5px; bottom: 25px; min-width: 175px; }
  .services__grid, .gallery__grid { grid-template-columns: 1fr; }
  .gallery-card:first-child { grid-column: auto; }
  .feature__photo img { height: 500px; }
  .contact__buttons { display: grid; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 58px; height: 58px; padding: 0; justify-content: center; border-radius: 50%; }
  .whatsapp-float span { display: none; }
}

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