:root {
  --ink: #10211f;
  --muted: #667672;
  --paper: #f6f7f3;
  --white: #fff;
  --line: #dfe6e2;
  --accent: #8fdad8;
  --accent-dark: #6ac5c2;
  --teal: #0c8e8e;
  --purple: #7a4a8c;
  --dark: #102326;
  --dark-soft: #17383a;
  --danger: #dc5b5b;
  --shadow: 0 24px 70px rgba(11, 31, 29, .12);
  --radius: 24px;
  --display: "Unbounded", sans-serif;
  --body: "Manrope", sans-serif;
}

.legal-page{min-height:100vh;background:#f4f7f6;color:var(--ink)}
.legal-header{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:28px 0;display:flex;align-items:center;justify-content:space-between}
.legal-header>a:last-child{color:var(--teal);font-size:13px;font-weight:800}
.legal-content{width:min(820px,calc(100% - 40px));margin:30px auto 100px;padding:60px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}
.legal-content h1{margin:12px 0 8px;font:700 clamp(30px,5vw,50px)/1.08 var(--display)}
.legal-content h2{margin:36px 0 10px;font:700 19px/1.3 var(--display)}
.legal-content p{color:var(--muted);font-size:15px;line-height:1.8}.legal-content a{color:var(--teal);font-weight:700}.legal-updated{margin-bottom:42px}
.error-page{min-height:100vh;display:grid;place-items:center;padding:30px;background:#f4f7f6;text-align:center}.error-page main{max-width:560px}.error-page img{width:84px}.error-page strong{display:block;margin-top:24px;color:var(--purple);font:700 64px/1 var(--display)}.error-page h1{font:700 30px/1.2 var(--display)}.error-page p{margin:12px 0 28px;color:var(--muted)}
@media(max-width:650px){.legal-header{align-items:flex-start}.legal-header>a:last-child{font-size:11px}.legal-content{padding:30px 22px}.legal-content h2{font-size:16px}}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 90px; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open, body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); min-width: 0; margin-inline: auto; }
main, section, footer, .header-inner, .hero-layout, .hero-copy, .hero-visual { min-width: 0; max-width: 100%; }
img, svg { max-width: 100%; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; padding: 12px 18px; border-radius: 8px; background: var(--accent); color: var(--dark); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid transparent; color: var(--white); transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled, .site-header.menu-active { background: rgba(11,31,29,.95); border-color: rgba(255,255,255,.09); box-shadow: 0 10px 30px rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-symbol { width: 57px; height: auto; flex: none; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(143,218,216,.65); border-radius: 13px 4px 13px 4px; color: var(--accent); transform: rotate(-3deg); }
.brand-mark span { font: 700 13px var(--display); letter-spacing: -.08em; transform: rotate(3deg); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 700 18px var(--display); letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .28em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-phone { display: flex; align-items: center; gap: 10px; }
.header-phone > span:nth-child(2) { display: grid; }
.header-phone small { color: rgba(255,255,255,.56); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.header-phone strong { margin-top: 2px; color: white; font-size: 13px; }
.phone-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(12,142,142,.16); }
.menu-toggle { width: 46px; height: 46px; display: none; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: transparent; cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; background: white; transition: transform .2s, opacity .2s; }
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { padding: 10px 20px 24px; border-top: 1px solid rgba(255,255,255,.08); background: var(--dark); }
.mobile-nav a { display: block; padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.07); font-weight: 700; }
.mobile-nav a:last-child { margin-top: 10px; padding: 15px; border: 0; border-radius: 12px; background: var(--accent); color: var(--dark); text-align: center; }

.hero { min-height: 810px; position: relative; overflow: hidden; padding: 160px 0 0; color: white; background: var(--dark); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(8,25,23,.9)); pointer-events: none; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 620px; height: 620px; right: -180px; top: 35px; background: radial-gradient(circle, rgba(35,130,116,.42), transparent 67%); }
.hero-orb-two { width: 460px; height: 460px; left: -300px; bottom: -150px; background: radial-gradient(circle, rgba(122,74,140,.2), transparent 69%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 52px; }
.eyebrow, .section-kicker { max-width: 100%; display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: var(--accent); }
.eyebrow span { width: 32px; height: 1px; background: var(--accent); }
.hero h1 { max-width: 760px; margin: 24px 0; font: 700 clamp(42px, 4.5vw, 64px)/1.12 var(--display); letter-spacing: -.055em; }
.hero h1 em { display: block; margin-top: 10px; color: var(--accent); font-size: .68em; font-style: normal; line-height: 1.2; white-space: nowrap; letter-spacing: -.045em; }
.hero-lead { max-width: 610px; margin: 0 0 34px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border: 1px solid transparent; border-radius: 13px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--teal), var(--purple)); color: white; box-shadow: 0 12px 30px rgba(12,142,142,.18); }
.button-primary:hover { filter: brightness(1.07); box-shadow: 0 16px 36px rgba(122,74,140,.22); }
.button-ghost { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); color: white; }
.button-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }
.button-dark { background: var(--dark); color: white; }
.button-wide { width: 100%; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 36px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 32px; height: 32px; display: grid; place-items: center; margin-left: -7px; border: 2px solid var(--dark); border-radius: 50%; color: var(--dark); background: #bce4dc; font-size: 10px; font-weight: 800; }
.avatar-stack span:first-child { margin-left: 0; background: var(--accent); }
.avatar-stack span:last-child { background: #dac8eb; }
.hero-proof > div:nth-child(2) { display: grid; }
.hero-proof strong { font-size: 12px; }
.hero-proof small { color: rgba(255,255,255,.5); font-size: 10px; }
.stars { color: var(--accent); font-size: 10px; letter-spacing: 2px; }
.hero-visual { min-width: 0; position: relative; padding: 48px 0 68px; }
.route-card { position: relative; z-index: 2; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.3); transform: rotate(1.2deg); }
.route-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.route-card-head > div { display: grid; }
.route-card-head small, .route-city small, .route-footer small { color: #86918e; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.route-card-head strong { margin-top: 4px; font: 700 20px var(--display); letter-spacing: -.03em; }
.status { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; color: #076466; background: #e0f4f3; font-size: 10px; font-weight: 800; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: #2cb19e; box-shadow: 0 0 0 4px rgba(44,177,158,.13); }
.route-points { padding: 25px 0; }
.route-city { display: flex; align-items: center; gap: 14px; }
.route-city > div { display: grid; }
.route-city strong { margin: 3px 0; font-size: 17px; }
.route-city div span { color: var(--muted); font-size: 10px; }
.route-city-end { justify-content: flex-end; text-align: right; }
.route-city-end .route-pin { order: 2; }
.route-pin { width: 16px; height: 16px; border: 4px solid var(--white); border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 2px var(--teal); }
.route-pin.end { background: var(--accent); box-shadow: 0 0 0 2px #8dbd27; }
.route-line { height: 30px; position: relative; margin: 0 8px; border-left: 2px dashed #cdd8d4; }
.route-line span { position: absolute; left: -2px; top: 0; width: 2px !important; height: 68%; background: var(--teal); }
.route-line i { position: absolute; left: -7px !important; top: 60%; width: 12px; height: 12px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--teal); font-size: 8px; font-style: normal; box-shadow: 0 2px 6px rgba(0,0,0,.18); }
.route-footer { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); }
.route-footer > div { display: grid; grid-template-columns: 30px 1fr; }
.route-footer .mini-icon { grid-row: 1/3; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; background: #edf2ef; color: var(--teal); font-size: 11px; }
.route-footer strong { font-size: 11px; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.65); border-radius: 15px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 20px 45px rgba(0,0,0,.18); }
.floating-note span:nth-child(2) { display: grid; }
.floating-note small { color: var(--muted); font-size: 8px; }
.floating-note strong { font-size: 11px; }
.floating-note-manager { right: -28px; bottom: 22px; }
.floating-note-manager i { color: var(--teal); font-size: 8px; font-style: normal; }
.manager-avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #d8eee9; color: var(--teal); font-size: 10px; font-weight: 800; }
.floating-note-delivery { left: -42px; top: 8px; }
.check-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); font-weight: 800; }
.metrics { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border-top: 1px solid rgba(255,255,255,.12); }
.metrics > div { display: flex; align-items: baseline; gap: 12px; padding: 29px 26px; border-left: 1px solid rgba(255,255,255,.12); }
.metrics > div:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.metrics strong { color: var(--accent); font: 700 24px var(--display); }
.metrics span { color: rgba(255,255,255,.48); font-size: 10px; }

.section { padding: 112px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 48px; }
.section-heading h2, .process-copy h2, .calculator-copy h2, .trust-copy h2, .contact-copy h2 { margin: 13px 0 0; font: 700 clamp(32px, 4vw, 48px)/1.2 var(--display); letter-spacing: -.05em; }
.section-heading p { max-width: 430px; margin: 0 0 6px; color: var(--muted); line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.service-card { min-height: 300px; position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); border-color: #bdcac4; box-shadow: var(--shadow); }
.service-card.featured { background: #dff0ec; }
.service-number { color: #9aaba6; font: 600 10px var(--display); }
.service-icon { position: absolute; right: 25px; top: 22px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); color: var(--teal); font-size: 18px; }
.service-card h3 { margin: 0 0 10px; font: 700 21px var(--display); letter-spacing: -.04em; }
.service-card p { max-width: 440px; margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-card a { display: inline-flex; gap: 12px; color: var(--teal); font-size: 12px; font-weight: 800; }
.service-tag { display: inline-block; margin-bottom: 10px; padding: 5px 8px; border-radius: 99px; color: var(--dark); background: var(--accent); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.process-section { color: white; background: var(--dark); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.section-kicker.light { color: var(--accent); }
.process-copy { position: sticky; top: 120px; align-self: start; }
.process-copy p { max-width: 450px; margin: 22px 0 30px; color: rgba(255,255,255,.56); line-height: 1.75; }
.text-link { display: inline-flex; gap: 14px; padding-bottom: 8px; border-bottom: 1px solid rgba(143,218,216,.5); color: var(--accent); font-size: 12px; font-weight: 800; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.process-list li:first-child { padding-top: 0; }
.process-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(143,218,216,.5); border-radius: 50%; color: var(--accent); font: 600 9px var(--display); }
.process-list h3 { margin: 3px 0 8px; font: 700 18px var(--display); letter-spacing: -.03em; }
.process-list p { margin: 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.65; }

.leader-section { position: relative; overflow: hidden; background: white; }
.leader-section::before { content: ""; position: absolute; right: -170px; top: -170px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(122,74,140,.1), transparent 68%); pointer-events: none; }
.leader-shell { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 82px; }
.leader-photo { min-height: 650px; position: relative; overflow: hidden; margin: 0; border-radius: 28px; background: var(--dark); box-shadow: var(--shadow); }
.leader-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(16,35,38,.78)); pointer-events: none; }
.leader-photo > img { width: 100%; height: 650px; display: block; object-fit: cover; object-position: center 30%; }
.leader-photo figcaption { position: absolute; z-index: 2; left: 28px; bottom: 28px; display: grid; color: white; }
.leader-photo figcaption span { font: 700 35px var(--display); letter-spacing: -.05em; }
.leader-photo figcaption small { margin-top: 4px; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.leader-photo-mark { position: absolute; z-index: 2; right: 25px; bottom: 27px; width: 74px; opacity: .72; }
.leader-photo-mark img { width: 100%; display: block; }
.leader-content h2 { margin: 14px 0 24px; font: 700 clamp(32px, 4vw, 49px)/1.2 var(--display); letter-spacing: -.05em; }
.leader-intro { max-width: 620px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.leader-name { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-top: 34px; padding-top: 27px; border-top: 1px solid var(--line); }
.leader-name small { color: var(--teal); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.leader-name h3 { margin: 7px 0 0; font: 700 19px/1.45 var(--display); letter-spacing: -.04em; }
.leader-name > span { width: 46px; height: 46px; display: grid; place-items: center; flex: none; border-radius: 13px; background: linear-gradient(135deg, var(--teal), var(--purple)); color: white; font: 700 10px var(--display); }
.leader-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 28px 0 10px; }
.leader-facts > div { display: flex; align-items: center; gap: 13px; padding: 17px; border-radius: 14px; background: var(--paper); }
.leader-facts strong { color: var(--teal); font: 700 25px var(--display); }
.leader-facts span { max-width: 130px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.leader-principle { padding: 21px; border-radius: 16px; background: var(--dark); color: white; }
.leader-principle span { color: var(--accent); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.leader-principle p { margin: 10px 0 0; font: 600 13px/1.65 var(--display); letter-spacing: -.025em; }

.calculator-section { background: #e9eeea; }
.calculator-shell { display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; border-radius: 30px; background: white; box-shadow: var(--shadow); }
.calculator-copy { padding: 52px; color: white; background: var(--teal); }
.calculator-copy h2 { font-size: clamp(30px, 3.2vw, 43px); }
.calculator-copy > p { margin: 22px 0 32px; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.75; }
.calculator-copy ul { margin: 0; padding: 0; list-style: none; }
.calculator-copy li { display: flex; align-items: center; gap: 10px; margin: 13px 0; font-size: 12px; font-weight: 700; }
.calculator-copy li span { color: var(--accent); }
.calculator-form { padding: 48px; }
.form-row { display: grid; grid-template-columns: 1fr 40px 1fr; align-items: end; gap: 12px; }
.form-row.two { grid-template-columns: repeat(2, 1fr); margin-top: 18px; }
label { display: grid; gap: 8px; }
label > span, fieldset legend { color: #53635f; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
input, select, textarea { width: 100%; min-width: 0; max-width: 100%; border: 1px solid #d9e2de; border-radius: 11px; outline: 0; background: #f9faf8; color: var(--ink); transition: border-color .2s, box-shadow .2s, background .2s; }
input, select { height: 49px; padding: 0 14px; }
textarea { padding: 13px 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); background: white; box-shadow: 0 0 0 3px rgba(23,107,97,.1); }
.swap-button { width: 38px; height: 38px; margin-bottom: 5px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--teal); cursor: pointer; }
.transport-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; padding: 20px 0 0; border: 0; border-top: 1px solid var(--line); }
.transport-options legend { padding-top: 18px; }
.transport-options label { min-width: 0; position: relative; cursor: pointer; }
.transport-options input { width: 100%; height: 100%; position: absolute; inset: 0; margin: 0; opacity: 0; pointer-events: none; }
.transport-options label > span { display: grid; grid-template-columns: 28px 1fr; padding: 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); transition: border .2s, background .2s; }
.transport-options i { grid-row: 1/3; color: var(--teal); font-size: 16px; font-style: normal; }
.transport-options strong { font-size: 11px; }
.transport-options small { color: var(--muted); font-size: 9px; }
.transport-options input:checked + span { border-color: var(--teal); background: #eef7f4; box-shadow: inset 0 0 0 1px var(--teal); }
.calculator-result { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 18px; padding: 16px; border-radius: 13px; background: var(--paper); }
.calculator-result > div { display: grid; }
.calculator-result small { color: var(--muted); font-size: 9px; }
.calculator-result strong { margin-top: 5px; font-size: 16px; }

.trust-section { background: white; }
.trust-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.trust-copy p { margin: 22px 0 0; color: var(--muted); line-height: 1.75; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.trust-grid article { min-height: 205px; padding: 25px; border-radius: 20px; background: var(--paper); }
.trust-grid article > span { color: var(--teal); font: 600 9px var(--display); }
.trust-grid h3 { margin: 38px 0 10px; font: 700 15px/1.4 var(--display); letter-spacing: -.03em; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.contact-section { padding-top: 0; background: white; }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 30px; background: var(--accent); }
.contact-copy { padding: 54px; background: var(--dark); color: white; }
.contact-copy > p { margin: 22px 0 36px; color: rgba(255,255,255,.56); line-height: 1.7; }
.contact-list { display: grid; gap: 18px; }
.contact-list a, .contact-list > div { display: grid; }
.contact-list small { color: rgba(255,255,255,.42); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.contact-list strong { margin-top: 4px; font-size: 13px; }
.contact-form { display: grid; gap: 17px; padding: 50px; }
.contact-form .form-row.two { margin: 0; }
.contact-form input, .contact-form textarea { background: rgba(255,255,255,.75); border-color: rgba(11,31,29,.15); }
.contact-form input:focus, .contact-form textarea:focus { background: white; }
.consent { grid-template-columns: 17px 1fr; align-items: center; gap: 8px; }
.consent input { width: 17px; height: 17px; accent-color: var(--dark); }
.consent span { color: rgba(11,31,29,.65); font-size: 9px; }
.form-note { margin: -8px 0 0; color: rgba(11,31,29,.55); font-size: 9px; text-align: center; }

.site-footer { padding: 65px 0 25px; color: white; background: #071613; }
.footer-main { display: grid; grid-template-columns: 1.25fr .8fr 1fr .7fr; gap: 50px; padding-bottom: 45px; }
.brand-footer { margin-bottom: 18px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-main p, .footer-main span, .footer-main a { color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.6; }
.footer-main a:hover { color: var(--accent); }
.footer-main > div > strong { margin-bottom: 7px; font-size: 11px; }
.footer-bottom { display: flex; gap: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.35); font-size: 9px; }
.footer-bottom a { margin-left: auto; }
.whatsapp-button { position: fixed; z-index: 80; right: 26px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 14px 36px rgba(0,0,0,.2); cursor: pointer; transition: transform .2s; }
.whatsapp-button:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-button svg { width: 31px; height: 31px; display: block; }

.tracking-dialog { width: min(530px, calc(100% - 24px)); padding: 0; border: 0; border-radius: 25px; background: transparent; box-shadow: 0 40px 100px rgba(0,0,0,.3); }
.tracking-dialog::backdrop { background: rgba(3,15,13,.72); backdrop-filter: blur(6px); }
.dialog-card { position: relative; padding: 38px; border-radius: 24px; background: white; }
.dialog-card h2 { margin: 12px 0; font: 700 30px var(--display); letter-spacing: -.05em; }
.dialog-card > p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.dialog-card label { margin-bottom: 14px; }
.dialog-close { position: absolute; right: 18px; top: 18px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 23px; cursor: pointer; }
.example-code { padding: 0; border: 0; border-bottom: 1px dashed var(--teal); background: none; color: var(--teal); font-weight: 800; cursor: pointer; }
.tracking-result { margin-top: 16px; padding: 16px; border-radius: 14px; background: #eaf5f1; }
.tracking-result.error { background: #fff0f0; color: #9c3535; }
.tracking-result-head { display: flex; justify-content: space-between; gap: 16px; }
.tracking-result p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.toast { position: fixed; z-index: 200; right: 24px; bottom: 24px; min-width: 310px; display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: var(--shadow); }
.toast > span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); font-weight: 800; }
.toast > div { display: grid; }
.toast strong { font-size: 11px; }.toast small { color: var(--muted); font-size: 9px; }
.toast[hidden], .mobile-nav[hidden] { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .desktop-nav, .header-phone { display: none; }
  .menu-toggle { display: grid; }
  .hero { padding-top: 130px; }
  .hero-layout { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(620px, 92%); margin: 0 auto; }
  .metrics { margin-top: 20px; }
  .metrics > div { align-items: flex-start; flex-direction: column; gap: 5px; padding: 24px 18px; }
  .process-layout, .trust-layout { grid-template-columns: 1fr; gap: 55px; }
  .process-copy { position: static; }
  .leader-shell { grid-template-columns: 1fr; gap: 55px; }
  .leader-photo { width: min(620px, 100%); min-height: 620px; }
  .leader-photo > img { height: 620px; }
  .calculator-shell, .contact-shell { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .container { width: calc(100% - 28px); max-width: 1180px; }
  .header-inner { height: 72px; }
  .header-actions { min-width: 46px; flex: none; }
  .brand { min-width: 0; }
  .brand-symbol { width: 48px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 7px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: auto; padding-top: 116px; }
  .hero-copy { width: 100%; }
  .hero h1 { max-width: 100%; font-size: clamp(34px, 10.5vw, 46px); overflow-wrap: anywhere; }
  .hero h1 em { max-width: 100%; margin-top: 9px; font-size: .58em; white-space: normal; overflow-wrap: normal; }
  .hero-lead { font-size: 15px; }
  .hero-actions, .hero-actions .button { width: 100%; max-width: 100%; }
  .hero-proof { flex-wrap: wrap; }
  .hero-visual { width: 100%; display: flex; flex-direction: column; padding: 22px 0 35px; }
  .route-card { width: 100%; padding: 20px; border-radius: 19px; transform: none; }
  .route-card-head { flex-wrap: wrap; }
  .route-card-head strong { font-size: 16px; }
  .route-footer { gap: 6px; }
  .route-footer > div { display: grid; grid-template-columns: 1fr; }
  .route-footer .mini-icon { display: none; }
  .route-footer strong { font-size: 10px; }
  .floating-note-manager { display: none; }
  .floating-note-delivery { width: max-content; max-width: 100%; position: static; order: 2; margin: 14px 0 0; transform: none; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metrics > div { min-width: 0; padding-inline: 14px; }
  .metrics > div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.12); }
  .metrics > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); border-right: 1px solid rgba(255,255,255,.12); }
  .metrics strong { font-size: 19px; }
  .section { padding: 82px 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .leader-photo { min-height: 500px; border-radius: 21px; }
  .leader-photo > img { height: 500px; }
  .leader-photo figcaption { left: 20px; bottom: 20px; }
  .leader-photo-mark { right: 18px; bottom: 21px; width: 60px; }
  .leader-facts { grid-template-columns: 1fr; }
  .leader-principle p { font-size: 11px; }
  .calculator-copy, .calculator-form, .contact-copy, .contact-form { padding: 32px 22px; }
  .form-row, .form-row.two { grid-template-columns: 1fr; }
  .swap-button { display: none; }
  .transport-options { grid-template-columns: 1fr; }
  .calculator-result { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 180px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .footer-bottom a { margin-left: 0; }
  .footer-main p, .footer-main span, .footer-main a, .contact-list strong { overflow-wrap: anywhere; }
  .toast { left: 14px; right: 14px; bottom: 14px; min-width: 0; }
  .whatsapp-button { right: 16px; bottom: 16px; width: 52px; height: 52px; }
  .dialog-card { padding: 30px 20px 22px; }
}

@media (max-width: 380px) {
  .container { width: calc(100% - 24px); }
  .hero h1 { font-size: 33px; }
  .eyebrow, .section-kicker { font-size: 9px; letter-spacing: .1em; }
  .eyebrow > span { width: 22px; flex: none; }
  .metrics { grid-template-columns: 1fr; }
  .metrics > div, .metrics > div:nth-child(3), .metrics > div:nth-child(4) { border-right: 1px solid rgba(255,255,255,.12); border-top: 1px solid rgba(255,255,255,.12); }
  .calculator-copy, .calculator-form, .contact-copy, .contact-form { padding-inline: 18px; }
  .leader-name { gap: 12px; }
  .leader-name h3 { font-size: 16px; }
}

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