:root {
  --navy: #0b1f33;
  --navy-2: #102b46;
  --ink: #172332;
  --muted: #657181;
  --amber: #f59e0b;
  --amber-dark: #d88200;
  --cream: #f5f2ec;
  --line: #dfe4e9;
  --white: #fff;
  --container: 1180px;
  --shadow: 0 24px 70px rgb(11 31 51 / 10%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 16px; background: var(--amber); color: #111; transform: translateY(-150%); transition: .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 84px; color: var(--white); border-bottom: 1px solid rgb(255 255 255 / 14%); transition: .25s ease; }
.site-header.scrolled { height: 72px; background: rgb(11 31 51 / 96%); box-shadow: 0 8px 30px rgb(0 0 0 / 14%); backdrop-filter: blur(12px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; letter-spacing: .03em; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 10px; background: var(--amber); color: var(--navy); }
.brand-mark svg { width: 31px; fill: currentColor; }
.brand-mark .brand-line { fill: none; stroke: var(--amber); stroke-width: 2; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.23rem; font-weight: 850; }
.brand small { margin-top: 5px; font-size: .63rem; letter-spacing: .28em; opacity: .8; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); font-size: .91rem; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; padding-block: 10px; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 2px; background: var(--amber); transition: width .2s; }
.site-nav > a:hover::after { width: 100%; }
.nav-cta { padding: 11px 19px; color: #17202b; background: var(--amber); border-radius: 6px; transition: .2s; }
.nav-cta:hover { background: #ffb222; transform: translateY(-1px); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; color: white; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }

.hero { position: relative; min-height: 760px; height: min(900px, 100svh); display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.hero-bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgb(8 25 42 / 96%) 0%, rgb(8 25 42 / 82%) 34%, rgb(8 25 42 / 22%) 68%, rgb(8 25 42 / 15%) 100%), linear-gradient(0deg, rgb(8 25 42 / 38%), transparent 45%), url("assets/hero-moving.png"); background-size: cover; background-position: center; transform: scale(1.01); }
.hero-content { position: relative; z-index: 1; padding-top: 78px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: var(--amber); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--amber); }
.hero h1 { max-width: 770px; margin: 21px 0 22px; font-size: clamp(3.4rem, 6.7vw, 6.5rem); line-height: .98; letter-spacing: -.055em; font-weight: 820; }
.hero h1 em { color: var(--amber); font-family: Georgia, serif; font-weight: 400; }
.hero-content > p { max-width: 590px; margin: 0; color: rgb(255 255 255 / 78%); font-size: clamp(1rem, 1.5vw, 1.17rem); }
.hero-actions { display: flex; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 23px; border: 1px solid transparent; border-radius: 6px; font-size: .92rem; font-weight: 750; cursor: pointer; transition: .2s ease; }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-primary { color: #17202b; background: var(--amber); }
.button-primary:hover { background: #ffb326; transform: translateY(-2px); box-shadow: 0 10px 25px rgb(245 158 11 / 22%); }
.button-ghost { color: white; border-color: rgb(255 255 255 / 36%); background: rgb(255 255 255 / 5%); }
.button-ghost:hover { background: rgb(255 255 255 / 12%); border-color: rgb(255 255 255 / 70%); }
.hero-points { display: flex; flex-wrap: wrap; gap: 25px; margin: 36px 0 0; padding: 0; list-style: none; color: rgb(255 255 255 / 72%); font-size: .86rem; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points span { width: 19px; height: 19px; display: grid; place-items: center; color: var(--amber); border: 1px solid rgb(245 158 11 / 48%); border-radius: 50%; font-size: .68rem; }
.scroll-hint { position: absolute; z-index: 2; right: 36px; bottom: 45px; display: flex; align-items: center; gap: 11px; color: rgb(255 255 255 / 56%); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-hint span { width: 36px; height: 1px; background: currentColor; }

.service-strip { background: var(--amber); color: var(--navy); }
.strip-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.strip-inner p { display: flex; align-items: center; gap: 20px; margin: 0; }
.strip-inner p strong { font-size: 1.05rem; }
.strip-inner p span { padding-left: 20px; border-left: 1px solid rgb(11 31 51 / 25%); font-size: .88rem; }
.strip-inner > a { font-size: .87rem; font-weight: 800; }
.strip-inner > a span { margin-left: 8px; }

.section { padding: 110px 0; scroll-margin-top: 70px; }
.services { background: #fff; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.section-heading h2, .process h2, .trust h2, .quote h2 { margin: 13px 0 0; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { max-width: 430px; margin: 0 0 4px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 420px; padding: 34px 28px 30px; border-right: 1px solid var(--line); overflow: hidden; transition: .25s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { z-index: 1; color: white; background: var(--navy); transform: translateY(-8px); box-shadow: var(--shadow); }
.service-number { position: absolute; top: 24px; right: 24px; color: #a7b0ba; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 20px 0 50px; color: var(--amber-dark); background: #fff7e7; border-radius: 50%; }
.service-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card:hover .service-icon { background: rgb(255 255 255 / 10%); color: var(--amber); }
.service-card h3 { margin: 0 0 13px; font-size: 1.26rem; }
.service-card p { min-height: 102px; margin: 0; color: var(--muted); font-size: .9rem; }
.service-card:hover p { color: rgb(255 255 255 / 66%); }
.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--amber-dark); font-size: .82rem; font-weight: 800; }
.service-card:hover a { color: var(--amber); }

.process { color: white; background: var(--navy); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 140px); }
.section-kicker.light { color: var(--amber); }
.process-copy > p { max-width: 430px; color: rgb(255 255 255 / 63%); }
.text-link { display: inline-flex; gap: 9px; margin-top: 25px; padding-bottom: 4px; color: var(--amber); border-bottom: 1px solid rgb(245 158 11 / 45%); font-size: .88rem; font-weight: 800; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 66px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid rgb(255 255 255 / 13%); }
.steps li:first-child { padding-top: 4px; }
.step-no { width: 52px; height: 52px; display: grid; place-items: center; color: var(--amber); border: 1px solid rgb(245 158 11 / 34%); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.steps h3 { margin: 0 0 7px; font-size: 1.15rem; }
.steps p { margin: 0; color: rgb(255 255 255 / 58%); font-size: .9rem; }

.trust { background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.trust-visual { min-height: 540px; position: relative; background: linear-gradient(0deg, rgb(11 31 51 / 48%), transparent), url("assets/hero-moving.png") 70% center / cover; border-radius: 4px; box-shadow: var(--shadow); }
.trust-card { position: absolute; right: -28px; bottom: 32px; display: flex; align-items: center; gap: 15px; padding: 20px 23px; color: white; background: var(--navy); box-shadow: 0 16px 36px rgb(11 31 51 / 25%); }
.trust-check { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; color: var(--navy); background: var(--amber); border-radius: 50%; font-weight: 900; }
.trust-card strong, .trust-card span { display: block; }
.trust-card div > span { color: rgb(255 255 255 / 62%); font-size: .78rem; }
.trust-copy > p { color: var(--muted); }
.check-list { display: grid; gap: 18px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; }
.check-list li > span { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; color: var(--navy); background: var(--amber); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.check-list strong, .check-list small { display: block; }
.check-list small { margin-top: 2px; color: var(--muted); font-size: .82rem; }

.quote { color: white; background: linear-gradient(130deg, #0b1f33 0%, #102d4b 100%); }
.quote-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.quote-copy > p { max-width: 450px; color: rgb(255 255 255 / 63%); }
.contact-lines { display: grid; gap: 14px; margin-top: 42px; }
.contact-lines a { display: flex; align-items: center; gap: 14px; }
.contact-lines a > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--amber); border: 1px solid rgb(245 158 11 / 35%); border-radius: 50%; font-weight: 800; }
.contact-lines small, .contact-lines strong { display: block; }
.contact-lines small { color: rgb(255 255 255 / 48%); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.quote-form { padding: 38px; color: var(--ink); background: white; border-radius: 5px; box-shadow: 0 28px 80px rgb(0 0 0 / 22%); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 16px; color: #344152; font-size: .76rem; font-weight: 750; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fafbfc; border: 1px solid #dce1e6; border-radius: 4px; outline: none; resize: vertical; transition: .2s; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgb(245 158 11 / 12%); }
.quote-form .consent { display: flex; gap: 9px; align-items: flex-start; color: var(--muted); font-size: .7rem; font-weight: 500; }
.consent input { width: 16px; height: 16px; padding: 0; flex: 0 0 auto; accent-color: var(--amber-dark); }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 10px 0 0; color: #84909c; font-size: .67rem; text-align: center; }

.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 10vw, 130px); }
.section-heading.compact { align-items: flex-start; margin: 0; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; font-size: 1rem; font-weight: 750; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--amber-dark); font-size: 1.6rem; font-weight: 300; transition: .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -4px 45px 23px 0; color: var(--muted); font-size: .9rem; }

.site-footer { color: rgb(255 255 255 / 65%); background: #071623; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding-top: 72px; padding-bottom: 62px; }
.brand-light { color: white; }
.footer-brand p { margin-top: 20px; font-size: .85rem; }
.footer-col { display: flex; flex-direction: column; gap: 9px; font-size: .8rem; }
.footer-col > strong { margin-bottom: 9px; color: white; font-size: .83rem; }
.footer-col a:hover { color: var(--amber); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 25px; border-top: 1px solid rgb(255 255 255 / 10%); font-size: .7rem; }
.whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; color: white; background: #25d366; border-radius: 50%; box-shadow: 0 10px 30px rgb(0 0 0 / 24%); transition: .2s; }
.whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp svg { width: 29px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-nav { gap: 17px; }
  .site-nav a:not(.nav-cta) { display: none; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-grid, .quote-grid { grid-template-columns: 1fr; }
  .process-copy { max-width: 650px; }
  .trust-grid { gap: 55px; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-col:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .site-header, .site-header.scrolled { height: 68px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 1.05rem; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 90px 30px 40px; background: var(--navy); transform: translateX(100%); transition: transform .28s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a:not(.nav-cta) { display: block; padding: 10px; font-size: 1.15rem; }
  .nav-cta { margin-top: 10px; padding: 14px 35px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 720px; height: 100svh; }
  .hero-bg { background-image: linear-gradient(90deg, rgb(8 25 42 / 93%), rgb(8 25 42 / 60%)), linear-gradient(0deg, rgb(8 25 42 / 55%), transparent), url("assets/hero-moving.png"); background-position: 60% center; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 330px; }
  .hero-points { gap: 12px 18px; }
  .scroll-hint { display: none; }
  .strip-inner { padding-block: 18px; }
  .strip-inner p { display: block; }
  .strip-inner p span { display: block; margin-top: 3px; padding: 0; border: 0; }
  .strip-inner > a { display: none; }
  .section { padding: 78px 0; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading > p { margin-top: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-card p { min-height: auto; }
  .service-icon { margin-bottom: 30px; }
  .process-grid, .trust-grid, .faq-grid { grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 52px 1fr; gap: 17px; }
  .step-no { width: 46px; height: 46px; }
  .trust-visual { min-height: 420px; }
  .trust-card { right: 13px; left: 13px; bottom: 15px; }
  .quote-form { padding: 25px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: auto; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 3.15rem; }
  .hero-content { padding-top: 65px; }
  .eyebrow { font-size: .64rem; }
  .hero-points li { width: 100%; }
  .section-heading h2, .process h2, .trust h2, .quote h2 { font-size: 2.35rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-col:last-child { grid-column: auto; }
  .footer-bottom { gap: 10px; flex-direction: column; }
}

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