:root {
  --navy: #0b1f33;
  --navy-2: #102b46;
  --ink: #172332;
  --muted: #657181;
  --amber: #ffc629;
  --amber-dark: #d9a600;
  --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: #ffd34f; 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: #ffd34f; transform: translateY(-2px); box-shadow: 0 10px 25px rgb(255 198 41 / 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(255 198 41 / 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: #fff9dc; 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(255 198 41 / 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(255 198 41 / 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(255 198 41 / 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(255 198 41 / 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; }
}


/* 2026 visual refresh */
:root {
  --navy-2: #123552; --ink: #142333; --muted: #637181;
  --amber: #ffc629; --amber-dark: #d9a600; --cream: #f7f4ee;
  --line: #e3e7e9; --shadow: 0 24px 70px rgb(11 31 51 / 12%);
  --shadow-soft: 0 18px 50px rgb(11 31 51 / 8%); --radius: 18px;
}
body { -webkit-font-smoothing: antialiased; }
.site-header { height: 88px; border-bottom-color: rgb(255 255 255 / 12%); transition: .3s ease; }
.site-header.scrolled { background: rgb(7 22 35 / 91%); box-shadow: 0 10px 35px rgb(0 0 0 / 18%); backdrop-filter: blur(18px); }
.brand-mark { width: 45px; height: 45px; border-radius: 13px; background: linear-gradient(145deg, #ffd34f, var(--amber)); box-shadow: 0 8px 24px rgb(255 198 41 / 22%); }
.nav-cta { padding-inline: 20px; border-radius: 999px; box-shadow: 0 8px 22px rgb(255 198 41 / 18%); }

.hero { min-height: 780px; height: min(940px, 100svh); }
.hero::after { content: ""; position: absolute; inset: auto -9% -34% auto; width: 560px; aspect-ratio: 1; border: 1px solid rgb(255 255 255 / 8%); border-radius: 50%; box-shadow: 0 0 0 70px rgb(255 255 255 / 2.5%), 0 0 0 140px rgb(255 255 255 / 2%); }
.hero-bg { background-image: linear-gradient(90deg, rgb(7 22 36 / 97%) 0%, rgb(7 22 36 / 88%) 39%, rgb(7 22 36 / 34%) 72%, rgb(7 22 36 / 24%) 100%), linear-gradient(0deg, rgb(7 22 36 / 62%), transparent 52%), url("assets/hero-moving.png"); transform: scale(1.015); }
.hero-content { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: end; gap: clamp(60px, 8vw, 120px); padding-top: 90px; }
.hero-copy { min-width: 0; }
.hero h1 { max-width: 760px; margin: 24px 0; font-size: clamp(3.6rem, 6vw, 6.25rem); line-height: .97; letter-spacing: -.058em; text-wrap: balance; }
.hero-content > p { max-width: none; }
.hero-copy > p { max-width: 590px; margin: 0; color: rgb(255 255 255 / 76%); font-size: clamp(1rem, 1.5vw, 1.17rem); }
.button { min-height: 54px; padding-inline: 24px; border-radius: 999px; }

.hero-route { align-self: end; margin-bottom: 4px; padding: 27px 27px 24px; border: 1px solid rgb(255 255 255 / 16%); border-radius: var(--radius); background: linear-gradient(145deg, rgb(255 255 255 / 13%), rgb(255 255 255 / 6%)); box-shadow: 0 30px 80px rgb(0 0 0 / 25%); backdrop-filter: blur(18px); }
.route-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.route-label { font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.route-status { display: flex; align-items: center; gap: 6px; color: rgb(255 255 255 / 60%); font-size: .65rem; white-space: nowrap; }
.route-status i { width: 7px; height: 7px; background: #55d692; border-radius: 50%; box-shadow: 0 0 0 4px rgb(85 214 146 / 12%); }
.route-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin: 24px 0 21px; }
.route-line span { height: 3px; background: var(--amber); border-radius: 3px; }
.route-line span:nth-child(2) { opacity: .65; } .route-line span:nth-child(3) { opacity: .3; }
.hero-route ol { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.hero-route li { display: flex; align-items: center; gap: 13px; }
.hero-route li > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; color: var(--amber); border: 1px solid rgb(255 198 41 / 34%); border-radius: 10px; font-size: .65rem; font-weight: 800; }
.hero-route strong, .hero-route small { display: block; }
.hero-route strong { font-size: .85rem; } .hero-route small { color: rgb(255 255 255 / 53%); font-size: .69rem; }
.hero-route > a { display: flex; justify-content: space-between; margin-top: 23px; padding-top: 18px; color: var(--amber); border-top: 1px solid rgb(255 255 255 / 12%); font-size: .75rem; font-weight: 800; }

.service-strip { position: relative; z-index: 3; background: linear-gradient(100deg, #ffc629, #ffd34f); box-shadow: 0 14px 45px rgb(11 31 51 / 12%); }
.section { padding-block: 120px; }
.service-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; border: 0; }
.service-card, .service-card:last-child { min-height: 430px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, #fff, #fcfcfb); box-shadow: 0 10px 35px rgb(11 31 51 / 4%); transition: .28s ease; }
.service-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--amber), transparent 72%); opacity: 0; transition: .25s; }
.service-card:hover { border-color: var(--navy); background: linear-gradient(145deg, var(--navy-2), var(--navy)); transform: translateY(-9px); box-shadow: 0 25px 55px rgb(11 31 51 / 18%); }
.service-card:hover::before { opacity: 1; }
.service-icon { width: 66px; height: 66px; border: 1px solid #f5df8a; border-radius: 18px; background: #fff9dc; transform: rotate(-2deg); }
.service-icon svg { transform: rotate(2deg); }

.process { position: relative; overflow: hidden; background: linear-gradient(135deg, #081d30, #123956); }
.process::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgb(255 255 255 / 14%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 14%) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.process-grid { position: relative; }
.step-no { color: var(--navy); background: var(--amber); border: 6px solid rgb(255 255 255 / 6%); font-weight: 850; background-clip: padding-box; }
.trust-visual { background-image: linear-gradient(0deg, rgb(11 31 51 / 58%), transparent 58%), url("assets/hero-moving.png"); border-radius: var(--radius); overflow: hidden; }
.trust-card { right: 24px; bottom: 24px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 14px; background: rgb(8 29 48 / 92%); backdrop-filter: blur(12px); }

.quote { position: relative; overflow: hidden; background: linear-gradient(130deg, #081c2e 0%, #123d5d 100%); }
.quote::after { content: ""; position: absolute; right: -150px; top: -220px; width: 560px; height: 560px; border: 100px solid rgb(255 198 41 / 5%); border-radius: 50%; }
.quote-grid { position: relative; z-index: 1; }
.quote-form { padding: 40px; border: 1px solid rgb(255 255 255 / 40%); border-radius: var(--radius); background: rgb(255 255 255 / 98%); box-shadow: 0 28px 80px rgb(0 0 0 / 24%); }
.quote-form input, .quote-form select, .quote-form textarea { padding: 13px 14px; border-color: #dce2e6; border-radius: 9px; background: #f8fafb; }
.accordion details { margin-bottom: 10px; padding-inline: 21px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 8px 28px rgb(11 31 51 / 3%); transition: .2s; }
.accordion details[open] { border-color: rgb(255 198 41 / 45%); box-shadow: var(--shadow-soft); }
.site-footer { background: #061521; }

@media (max-width: 1100px) {
  .hero-content { grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; }
  .hero h1 { font-size: clamp(3.5rem, 6vw, 5rem); }
}
@media (max-width: 900px) {
  .hero { height: auto; min-height: 820px; padding-block: 130px 70px; }
  .hero-content { grid-template-columns: 1fr; gap: 38px; padding-top: 0; }
  .hero-copy { max-width: 700px; }
  .hero-route { width: min(100%, 560px); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(-n+2), .service-card { border: 1px solid var(--line); }
}
@media (max-width: 760px) {
  .site-header, .site-header.scrolled { height: 68px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 780px; padding-block: 112px 60px; }
  .hero-bg { background-image: linear-gradient(90deg, rgb(7 22 36 / 95%), rgb(7 22 36 / 67%)), linear-gradient(0deg, rgb(7 22 36 / 70%), transparent), url("assets/hero-moving.png"); }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-route { padding: 23px 21px 20px; }
  .section { padding-block: 84px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { min-height: auto; border: 1px solid var(--line); }
  .trust-card { right: 13px; bottom: 15px; }
  .quote-form { padding: 27px 21px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: clamp(2.8rem, 14vw, 3.35rem); }
  .hero-actions { max-width: none; }
  .route-top { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hero-route small { font-size: .66rem; }
}


/* Scroll-driven process story */
.process-story { height: 300svh; padding: 0; overflow: clip; scroll-margin-top: 0; transition: background .7s ease; }
.process-story[data-active="0"] { background: linear-gradient(135deg, #081d30, #123956); }
.process-story[data-active="1"] { background: linear-gradient(135deg, #071b2e, #17435b); }
.process-story[data-active="2"] { background: linear-gradient(135deg, #071a2a, #0f3e4c); }
.process-sticky { position: sticky; top: 0; height: 100svh; min-height: 680px; display: flex; align-items: center; overflow: hidden; }
.process-sticky::after { content: ""; position: absolute; right: -14vw; bottom: -35vw; width: 65vw; aspect-ratio: 1; border: 1px solid rgb(255 255 255 / 7%); border-radius: 50%; box-shadow: 0 0 0 8vw rgb(255 255 255 / 1.5%), 0 0 0 16vw rgb(255 255 255 / 1%); pointer-events: none; }
.process-stage { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.process-story .process-copy { max-width: 470px; }
.process-story .process-copy > p { max-width: 390px; margin-bottom: 0; }
.story-progress { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; max-width: 330px; margin-top: 34px; color: rgb(255 255 255 / 48%); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.story-progress > div { height: 2px; overflow: hidden; background: rgb(255 255 255 / 12%); border-radius: 2px; }
.story-progress i { display: block; width: 33.333%; height: 100%; background: var(--amber); border-radius: inherit; transform-origin: left; transition: width .55s cubic-bezier(.2,.8,.2,1); }
.story-scenes { position: relative; min-height: min(570px, 69svh); perspective: 1000px; }
.story-scene { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(30px, 4vw, 52px); overflow: hidden; border: 1px solid rgb(255 255 255 / 13%); border-radius: 26px; background: linear-gradient(145deg, rgb(255 255 255 / 11%), rgb(255 255 255 / 4%)); box-shadow: 0 35px 100px rgb(0 0 0 / 25%); backdrop-filter: blur(16px); opacity: 0; visibility: hidden; transform: translate3d(0, 50px, -80px) rotateX(3deg) scale(.96); transition: opacity .55s ease, transform .7s cubic-bezier(.2,.8,.2,1), visibility .55s; }
.story-scene::before { content: ""; position: absolute; top: -24%; right: -13%; width: 55%; aspect-ratio: 1; background: radial-gradient(circle, rgb(255 198 41 / 25%), transparent 68%); border-radius: 50%; }
.story-scene:nth-child(2)::before { background: radial-gradient(circle, rgb(70 174 197 / 23%), transparent 68%); }
.story-scene:nth-child(3)::before { background: radial-gradient(circle, rgb(85 214 146 / 20%), transparent 68%); }
.story-scene.is-active { z-index: 2; opacity: 1; visibility: visible; transform: translate3d(0, 0, 0) rotateX(0) scale(1); }
.story-watermark { position: absolute; top: -37px; right: 20px; color: rgb(255 255 255 / 4.5%); font-size: clamp(10rem, 18vw, 17rem); font-weight: 900; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.story-icon { position: absolute; top: clamp(30px, 4vw, 48px); left: clamp(30px, 4vw, 52px); width: 74px; height: 74px; display: grid; place-items: center; color: var(--amber); border: 1px solid rgb(255 198 41 / 30%); border-radius: 22px; background: rgb(255 198 41 / 8%); }
.story-scene:nth-child(2) .story-icon { color: #75d4e8; border-color: rgb(117 212 232 / 28%); background: rgb(117 212 232 / 7%); }
.story-scene:nth-child(3) .story-icon { color: #72dda4; border-color: rgb(114 221 164 / 28%); background: rgb(114 221 164 / 7%); }
.story-icon svg { width: 43px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.story-copy { position: relative; z-index: 1; max-width: 510px; }
.story-copy > span { color: var(--amber); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.story-scene:nth-child(2) .story-copy > span { color: #75d4e8; }
.story-scene:nth-child(3) .story-copy > span { color: #72dda4; }
.story-copy h3 { max-width: 470px; margin: 11px 0 14px; color: white; font-size: clamp(2rem, 3.4vw, 3.4rem); line-height: 1.02; letter-spacing: -.045em; }
.story-copy p { max-width: 470px; margin: 0; color: rgb(255 255 255 / 63%); font-size: .94rem; }
.story-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.story-tags span { padding: 7px 12px; color: rgb(255 255 255 / 64%); border: 1px solid rgb(255 255 255 / 12%); border-radius: 999px; background: rgb(255 255 255 / 4%); font-size: .65rem; }
.story-scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 25px; display: flex; align-items: center; gap: 10px; color: rgb(255 255 255 / 38%); font-size: .61rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transform: translateX(-50%); }
.story-scroll-cue span { position: relative; width: 22px; height: 34px; border: 1px solid rgb(255 255 255 / 25%); border-radius: 20px; }
.story-scroll-cue span::after { content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; background: var(--amber); border-radius: 3px; transform: translateX(-50%); animation: story-wheel 1.7s ease-in-out infinite; }
@keyframes story-wheel { 0% { opacity: 0; transform: translate(-50%, -2px); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 10px); } }

@media (max-width: 900px) {
  .process-story { height: auto; padding-block: 90px; }
  .process-sticky { position: relative; height: auto; min-height: 0; overflow: visible; }
  .process-stage { grid-template-columns: 1fr; gap: 48px; }
  .process-story .process-copy { max-width: 650px; }
  .story-progress, .story-scroll-cue { display: none; }
  .story-scenes { display: grid; gap: 18px; min-height: 0; perspective: none; }
  .story-scene { position: relative; inset: auto; min-height: 430px; padding: 30px; opacity: 1; visibility: visible; transform: none; border-radius: 20px; }
  .story-watermark { top: -18px; font-size: 11rem; }
  .story-icon { top: 30px; left: 30px; width: 64px; height: 64px; border-radius: 18px; }
  .story-icon svg { width: 37px; }
}
@media (max-width: 560px) {
  .process-story { padding-block: 80px; }
  .story-scene { min-height: 410px; padding: 24px; }
  .story-icon { top: 24px; left: 24px; }
  .story-copy h3 { font-size: 2.15rem; }
}
@media (prefers-reduced-motion: reduce) {
  .process-story { height: auto; padding-block: 100px; }
  .process-sticky { position: relative; height: auto; min-height: 0; overflow: visible; }
  .process-stage { grid-template-columns: 1fr; gap: 48px; }
  .story-progress, .story-scroll-cue { display: none; }
  .story-scenes { display: grid; gap: 18px; min-height: 0; }
  .story-scene { position: relative; min-height: 430px; opacity: 1; visibility: visible; transform: none; }
}


/* Ipek Nakliyat — original transport-led visual system */
:root {
  --navy: #072f33; --navy-2: #0e4a4e; --ink: #142a2c; --muted: #667778;
  --amber: #ffc629; --amber-dark: #d9a600; --cream: #f4f1ea; --line: #d9dfda;
  --petrol: #072f33; --petrol-deep: #031f23; --petrol-soft: #0e4a4e;
  --orange: #ffc629; --orange-dark: #d9a600; --mint: #a8dfd1;
  --paper: #f4f1ea; --paper-2: #ebe6dc; --white: #fff;
  --radius: 22px; --shadow: 0 24px 70px rgb(7 47 51 / 14%);
}
body { color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
.container { width: min(calc(100% - 44px), 1200px); }
.site-header { height: 88px; border-bottom-color: rgb(255 255 255 / 13%); }
.site-header.scrolled { height: 70px; background: rgb(3 31 35 / 92%); box-shadow: 0 10px 40px rgb(0 0 0 / 20%); backdrop-filter: blur(18px); }
.brand-mark { width: 46px; height: 46px; color: white; background: var(--orange); border-radius: 14px; box-shadow: 0 9px 26px rgb(255 198 41 / 30%); }
.nav-cta { color: white; background: var(--orange); border-radius: 999px; box-shadow: 0 8px 22px rgb(255 198 41 / 23%); }
.nav-cta:hover { background: #ffd34f; }
.site-nav > a:not(.nav-cta)::after { background: var(--orange); }

.hero { min-height: 800px; height: min(940px, 100svh); background: var(--petrol-deep); }
.hero::before { content: ""; position: absolute; z-index: 1; left: -12vw; bottom: -35vw; width: 62vw; aspect-ratio: 1; border: 1px solid rgb(168 223 209 / 9%); border-radius: 50%; box-shadow: 0 0 0 8vw rgb(168 223 209 / 2%), 0 0 0 16vw rgb(168 223 209 / 1.5%); }
.hero::after { display: none; }
.hero-bg { background-image: linear-gradient(90deg, rgb(3 31 35 / 98%) 0%, rgb(3 31 35 / 89%) 40%, rgb(3 31 35 / 35%) 75%, rgb(3 31 35 / 25%)), linear-gradient(0deg, rgb(3 31 35 / 72%), transparent 55%), url("assets/hero-moving.png"); transform: scale(1.02); }
.hero-content { grid-template-columns: minmax(0, 1fr) 355px; gap: clamp(55px, 8vw, 120px); padding-top: 86px; }
.eyebrow, .section-kicker { color: var(--orange); letter-spacing: .17em; }
.eyebrow span { background: var(--orange); }
.hero h1 { margin-block: 22px 24px; font-size: clamp(3.8rem, 6.3vw, 6.5rem); font-weight: 900; line-height: .94; letter-spacing: -.062em; }
.hero h1 em { color: var(--mint); }
.hero-copy > p { color: rgb(255 255 255 / 70%); }
.button { border-radius: 999px; }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover { background: #ffd34f; box-shadow: 0 13px 28px rgb(255 198 41 / 25%); }
.button-ghost:hover { border-color: var(--mint); background: rgb(168 223 209 / 9%); }
.hero-points span { color: var(--petrol); border: 0; background: var(--mint); }
.hero-route { padding: 28px; border-color: rgb(168 223 209 / 20%); border-radius: var(--radius); background: linear-gradient(145deg, rgb(8 66 69 / 84%), rgb(3 31 35 / 70%)); box-shadow: 0 35px 90px rgb(0 0 0 / 28%); }
.hero-route::before { content: ""; position: absolute; width: 180px; height: 180px; right: -75px; top: -95px; border: 35px solid rgb(255 198 41 / 10%); border-radius: 50%; }
.route-status i { background: var(--mint); box-shadow: 0 0 0 4px rgb(168 223 209 / 12%); }
.route-line span { background: var(--orange); }
.route-line span:nth-child(2) { background: linear-gradient(90deg, var(--orange), var(--mint)); }
.route-line span:nth-child(3) { background: var(--mint); opacity: .38; }
.hero-route li > span { color: var(--mint); border-color: rgb(168 223 209 / 24%); }
.hero-route > a { color: var(--orange); }
.service-strip { color: white; background: var(--orange); box-shadow: none; }

.section { padding-block: 120px; }
.services { background: var(--paper); }
.section-heading h2, .trust h2, .quote h2 { font-size: clamp(2.5rem, 4.2vw, 4.4rem); line-height: 1.02; }
.service-grid { gap: 16px; }
.service-card, .service-card:last-child { min-height: 430px; display: flex; flex-direction: column; border-color: var(--line); border-radius: var(--radius); background: rgb(255 255 255 / 72%); box-shadow: 0 10px 40px rgb(7 47 51 / 5%); }
.service-card::before { display: none; }
.service-card::after { content: ""; position: absolute; inset: auto -35% -45% auto; width: 180px; aspect-ratio: 1; background: var(--mint); border-radius: 50%; opacity: .11; transition: .35s; }
.service-card:hover { border-color: var(--petrol); background: var(--petrol); box-shadow: var(--shadow); }
.service-icon { color: var(--orange); border-color: rgb(255 198 41 / 20%); border-radius: 18px; background: rgb(255 198 41 / 8%); transform: none; }
.service-icon svg { transform: none; }
.service-card p { color: var(--muted); }
.service-card a, .service-card:hover a { position: relative; z-index: 1; margin-top: auto; color: var(--orange); }

.journey { --journey: 0; --journey-x: 0%; --journey-mobile-x: 0%; --journey-width: 0%; --wheel-angle: 0deg; --road-x: 0%; --start-opacity: 1; --start-shift: 0px; --end-opacity: .25; --end-shift: 60px; position: relative; height: 380svh; overflow: visible; color: white; background: var(--petrol-deep); }
.journey::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgb(168 223 209 / 18%) 1px, transparent 1px), linear-gradient(90deg, rgb(168 223 209 / 18%) 1px, transparent 1px); background-size: 54px 54px; }
.journey-sticky { position: sticky; top: 0; min-height: 720px; height: 100svh; overflow: hidden; background: linear-gradient(180deg, #062b30 0%, #0a3d41 63%, #092d31 100%); }
.journey-head { position: absolute; z-index: 5; top: clamp(84px, 10vh, 112px); left: 50%; display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; transform: translateX(-50%); }
.section-kicker-light { color: var(--mint); }
.journey-head h2 { max-width: 700px; margin: 10px 0 0; font-size: clamp(2.4rem, 4.4vw, 4.6rem); line-height: .96; letter-spacing: -.055em; }
.journey-head > p { max-width: 330px; margin: 0 0 4px; color: rgb(255 255 255 / 55%); font-size: .86rem; text-align: right; }
.journey-world { position: absolute; z-index: 2; top: clamp(230px, 31vh, 300px); left: 50%; width: min(1440px, 100%); height: clamp(280px, 36vh, 350px); transform: translateX(-50%); }
.journey-sun { position: absolute; right: 15%; top: 2%; width: 78px; height: 78px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 15px rgb(255 198 41 / 6%), 0 0 70px rgb(255 198 41 / 25%); opacity: .8; }

.city { position: absolute; bottom: 53px; display: flex; align-items: flex-end; gap: 4px; opacity: .17; }
.city span { display: block; width: 30px; border: 1px solid var(--mint); border-bottom: 0; }
.city span:nth-child(1) { height: 75px; } .city span:nth-child(2) { height: 105px; } .city span:nth-child(3) { height: 62px; } .city span:nth-child(4) { height: 90px; } .city span:nth-child(5) { height: 122px; }
.city-start { left: -10px; } .city-end { right: -10px; }
.start-home, .end-home { position: absolute; z-index: 3; bottom: 50px; color: var(--mint); text-align: center; transition: opacity .4s, transform .4s; }
.start-home { left: 2.5%; opacity: var(--start-opacity); transform: translateX(var(--start-shift)); }
.end-home { right: 2.5%; opacity: var(--end-opacity); transform: translateX(var(--end-shift)); }
.start-home svg { width: 112px; } .end-home svg { width: 120px; }
.start-home svg, .end-home svg { fill: rgb(168 223 209 / 6%); stroke: currentColor; stroke-width: 3; }
.start-home .home-window, .end-home .home-window { fill: rgb(255 198 41 / 13%); stroke: var(--orange); }
.start-home small, .end-home small { display: inline-block; margin-top: 6px; padding: 4px 9px; color: rgb(255 255 255 / 65%); border: 1px solid rgb(255 255 255 / 12%); border-radius: 999px; background: var(--petrol-deep); font-size: .55rem; font-weight: 900; letter-spacing: .12em; }
.journey-road { position: absolute; right: 0; bottom: 26px; left: 0; height: 53px; background: #112a2c; box-shadow: inset 0 7px 0 rgb(255 255 255 / 3%); }
.journey-road::before, .journey-road::after { content: ""; position: absolute; right: 0; left: 0; height: 3px; background: var(--orange); opacity: .7; }
.journey-road::before { top: 0; } .journey-road::after { bottom: 0; opacity: .22; }
.journey-road i { position: absolute; top: 25px; left: 0; width: 200%; height: 3px; background: repeating-linear-gradient(90deg, rgb(255 255 255 / 48%) 0 45px, transparent 45px 78px); transform: translateX(var(--road-x)); }
.journey-truck { position: absolute; z-index: 6; left: calc(13% + var(--journey-x)); bottom: 53px; width: clamp(205px, 20vw, 285px); transform: translateX(-50%); will-change: left; }
.journey-truck svg { overflow: visible; }
.truck-box { fill: var(--paper); stroke: var(--paper); }
.truck-cab { fill: var(--orange); stroke: var(--orange); }
.truck-window { fill: var(--petrol); stroke: var(--mint); stroke-width: 2; }
.truck-bumper { fill: var(--mint); }
.truck-brand { fill: none; stroke: var(--orange); stroke-width: 4; }
.truck-body text { fill: var(--petrol); font-size: 12px; font-weight: 900; letter-spacing: 1px; }
.wheel { transform-box: fill-box; transform-origin: center; transform: rotate(var(--wheel-angle)); }
.wheel circle:first-child { fill: #061517; stroke: var(--mint); stroke-width: 3; }
.wheel circle:nth-child(2) { fill: var(--orange); }
.wheel path { stroke: rgb(255 255 255 / 55%); stroke-width: 2; }
.truck-shadow { position: absolute; right: 6%; bottom: -7px; left: 4%; height: 13px; background: rgb(0 0 0 / 36%); border-radius: 50%; filter: blur(5px); }
.journey[data-phase="1"] .journey-truck { animation: truck-bounce .55s ease-in-out infinite alternate; }
.journey[data-phase="1"] .journey-truck::before, .journey[data-phase="1"] .journey-truck::after { content: ""; position: absolute; top: 45%; right: 102%; width: 60px; height: 2px; background: linear-gradient(90deg, transparent, var(--mint)); opacity: .4; }
.journey[data-phase="1"] .journey-truck::after { top: 61%; width: 38px; }
@keyframes truck-bounce { to { transform: translate(-50%, -3px); } }
.moving-box { position: absolute; z-index: 7; bottom: 97px; display: grid; place-items: center; width: 45px; height: 43px; color: var(--petrol); background: #d6a66d; border: 2px solid #a87943; font-size: .48rem; font-weight: 900; transition: opacity .45s, transform .65s cubic-bezier(.2,.8,.2,1); }
.box-one { left: 9%; transform: rotate(-7deg); } .box-two { left: 14%; bottom: 102px; transform: rotate(4deg); } .box-three { left: 18%; transform: rotate(-2deg); }
.journey[data-phase="1"] .moving-box, .journey[data-phase="2"] .moving-box { opacity: 0; transform: translate(90px, -18px) scale(.35); }
.journey-bottom { position: absolute; z-index: 8; right: 0; bottom: clamp(25px, 4vh, 42px); left: 0; }
.journey-panels { position: relative; height: 145px; }
.journey-panel { position: absolute; inset: 0; display: grid; grid-template-columns: 72px minmax(0, 620px); align-items: start; gap: 24px; opacity: 0; visibility: hidden; transform: translateY(24px); transition: opacity .5s, transform .55s, visibility .5s; }
.journey-panel.is-active { opacity: 1; visibility: visible; transform: none; }
.panel-number { width: 64px; height: 64px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgb(255 198 41 / 33%); border-radius: 18px; background: rgb(255 198 41 / 8%); font-size: .73rem; font-weight: 900; }
.journey-panel small { color: var(--mint); font-size: .62rem; font-weight: 900; letter-spacing: .15em; }
.journey-panel h3 { margin: 7px 0 6px; font-size: clamp(1.35rem, 2.2vw, 2.2rem); line-height: 1.05; letter-spacing: -.035em; }
.journey-panel p { max-width: 570px; margin: 0; color: rgb(255 255 255 / 55%); font-size: .8rem; }
.journey-meter { position: absolute; right: 0; bottom: 14px; width: min(300px, 25vw); height: 3px; overflow: hidden; background: rgb(255 255 255 / 12%); border-radius: 4px; }
.journey-meter i { display: block; width: var(--journey-width); height: 100%; background: linear-gradient(90deg, var(--orange), var(--mint)); }
.journey-hint { position: absolute; right: 0; bottom: 27px; color: rgb(255 255 255 / 38%); font-size: .59rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.journey-hint span { color: var(--orange); font-size: 1rem; }

.trust { background: var(--paper-2); }
.trust-visual { min-height: 560px; overflow: hidden; border-radius: 28px; background-image: linear-gradient(0deg, rgb(3 31 35 / 68%), transparent 62%), url("assets/hero-moving.png"); }
.trust-visual::before { content: "İPEK"; position: absolute; top: 20px; left: 25px; color: rgb(255 255 255 / 12%); font-size: 5rem; font-weight: 900; letter-spacing: -.08em; }
.trust-card { right: 22px; bottom: 22px; border-color: rgb(255 255 255 / 13%); border-radius: 16px; background: rgb(3 31 35 / 91%); }
.trust-check, .check-list li > span { color: white; background: var(--orange); }
.check-list li > span { border-radius: 9px; }
.quote { background: var(--petrol); }
.quote::after { border-color: rgb(168 223 209 / 5%); }
.quote-form { border-radius: 24px; }
.quote-form input, .quote-form select, .quote-form textarea { border-radius: 10px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgb(255 198 41 / 11%); }
.accordion details { border-radius: 14px; background: rgb(255 255 255 / 65%); }
.accordion details[open] { border-color: rgb(255 198 41 / 42%); background: white; }
.accordion summary span { color: var(--orange); }
.site-footer { background: var(--petrol-deep); }
.whatsapp { border-radius: 18px; }

@media (max-width: 1040px) {
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card p { min-height: 80px; }
}
@media (max-width: 800px) {
  .container { width: min(calc(100% - 30px), 1200px); }
  .site-header, .site-header.scrolled { height: 68px; }
  .brand-mark { width: 39px; height: 39px; border-radius: 11px; }
  .site-nav { background: var(--petrol-deep); }
  .hero { height: auto; min-height: 800px; padding: 118px 0 64px; }
  .hero-bg { background-image: linear-gradient(90deg, rgb(3 31 35 / 96%), rgb(3 31 35 / 65%)), linear-gradient(0deg, rgb(3 31 35 / 78%), transparent 55%), url("assets/hero-moving.png"); }
  .hero-content { grid-template-columns: 1fr; gap: 38px; padding-top: 0; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.8rem); }
  .hero-route { width: min(100%, 520px); }
  .section { padding-block: 82px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: auto; }

  .journey { height: auto; padding: 82px 0; overflow: hidden; }
  .journey-sticky { position: relative; height: auto; min-height: 0; overflow: visible; background: transparent; }
  .journey-head { position: relative; top: auto; left: auto; display: block; transform: none; }
  .journey-head h2 { font-size: clamp(2.55rem, 11vw, 4rem); }
  .journey-head > p { margin-top: 16px; text-align: left; }
  .journey-world { position: relative; top: auto; left: auto; width: 100%; height: 250px; margin: 38px 0 26px; transform: none; }
  .journey-sun { right: 12%; width: 60px; height: 60px; }
  .city { bottom: 49px; }
  .city-start { display: none; }
  .start-home { left: 0; } .end-home { right: 0; }
  .start-home svg { width: 75px; } .end-home svg { width: 82px; }
  .journey-road { bottom: 23px; height: 45px; }
  .journey-road i { top: 21px; }
  .journey-truck { bottom: 45px; width: 165px; left: calc(17% + var(--journey-mobile-x)); }
  .moving-box { display: none; }
  .journey-bottom { position: relative; bottom: auto; width: auto; }
  .journey-panels { position: relative; height: auto; display: flex; gap: 14px; width: 100%; padding: 0 15px 18px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 15px; overscroll-behavior-inline: contain; touch-action: pan-x pan-y; scrollbar-width: none; }
  .journey-panels::-webkit-scrollbar { display: none; }
  .journey-panel { position: relative; inset: auto; flex: 0 0 min(84vw, 500px); min-height: 230px; display: grid; grid-template-columns: 54px 1fr; gap: 17px; padding: 24px; opacity: 1; visibility: visible; transform: none; scroll-snap-align: center; border: 1px solid rgb(168 223 209 / 15%); border-radius: 20px; background: rgb(255 255 255 / 6%); }
  .panel-number { width: 50px; height: 50px; border-radius: 14px; }
  .journey-panel h3 { font-size: 1.5rem; }
  .journey-panel p { font-size: .77rem; }
  .journey-meter { position: relative; right: auto; bottom: auto; width: calc(100% - 30px); margin: 3px 15px 0; }
  .journey-hint { position: relative; right: auto; bottom: auto; margin: 12px 15px 0; }
  .journey-hint span { display: inline-block; transform: rotate(90deg); }
  .trust-visual { min-height: 430px; }
  .trust-card { right: 14px; left: 14px; bottom: 14px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 3.1rem; }
  .hero-route { padding: 22px 20px; }
  .journey-panel { flex-basis: 88vw; grid-template-columns: 1fr; }
  .journey-panel .panel-number { margin-bottom: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .journey { height: auto; padding: 90px 0; }
  .journey-sticky { position: relative; height: auto; min-height: 0; }
  .journey-head, .journey-world, .journey-bottom { position: relative; inset: auto; transform: none; }
  .journey-panels { display: grid; gap: 14px; height: auto; margin-top: 25px; }
  .journey-panel { position: relative; inset: auto; opacity: 1; visibility: visible; transform: none; }
}


/* Journey v3 — professional generated truck and tighter composition */
.journey {
  --journey-x-v3: 0%;
  --journey-mobile-x-v3: 0%;
}
.journey-head { top: clamp(76px, 8.5vh, 96px); }
.journey-head h2 { max-width: 760px; font-size: clamp(2.7rem, 4.7vw, 4.9rem); }
.journey-world { top: clamp(220px, 27vh, 260px); height: clamp(330px, 41vh, 390px); }
.journey-truck {
  left: calc(21% + var(--journey-x-v3));
  bottom: 49px;
  width: clamp(360px, 36vw, 560px);
  transform: translateX(-50%);
  filter: drop-shadow(0 24px 18px rgb(0 0 0 / 27%));
}
.journey-truck img { position: relative; z-index: 2; width: 100%; height: auto; }
.truck-livery { position: absolute; z-index: 4; top: 29%; left: 18%; color: var(--petrol); line-height: .9; pointer-events: none; }
.truck-livery strong, .truck-livery small { display: block; }
.truck-livery strong { font-size: clamp(1rem, 2.2vw, 2rem); font-weight: 950; letter-spacing: -.05em; }
.truck-livery small { margin-top: 7px; color: var(--orange); font-size: clamp(.35rem, .65vw, .58rem); font-weight: 900; letter-spacing: .28em; }
.wheel-spin { position: absolute; z-index: 5; bottom: 2.2%; width: 15.6%; aspect-ratio: 1; border: 3px solid rgb(168 223 209 / 43%); border-radius: 50%; background: repeating-conic-gradient(from 0deg, rgb(255 255 255 / 48%) 0 3deg, transparent 3deg 42deg); mix-blend-mode: screen; opacity: .48; transform: rotate(var(--wheel-angle)); }
.wheel-spin-back { left: 22.8%; }
.wheel-spin-front { left: 76.3%; }
.journey-truck .truck-shadow { z-index: 1; right: 3%; bottom: -2%; left: 3%; height: 10%; }
.journey-road { bottom: 17px; height: 62px; }
.journey-road i { top: 30px; }
.start-home, .end-home { bottom: 74px; }
.city { bottom: 78px; }
.journey-sun { top: -2%; width: 94px; height: 94px; }
.journey-bottom { bottom: clamp(24px, 3vh, 34px); }
.journey-panels { height: 150px; }
.journey-panel.is-active { max-width: 780px; padding: 18px 22px; border-left: 3px solid var(--orange); border-radius: 0 18px 18px 0; background: linear-gradient(90deg, rgb(3 31 35 / 78%), transparent); }
.journey-meter { width: min(360px, 28vw); }
.moving-box { bottom: 91px; box-shadow: 0 8px 18px rgb(0 0 0 / 25%); }
.box-one { left: 5%; } .box-two { left: 9%; bottom: 92px; } .box-three { left: 13%; }
.journey[data-phase="0"] .box-one { animation: load-box 3.6s .1s ease-in-out infinite; }
.journey[data-phase="0"] .box-two { animation: load-box 3.6s 1.25s ease-in-out infinite; }
.journey[data-phase="0"] .box-three { animation: load-box 3.6s 2.4s ease-in-out infinite; }
.journey[data-phase="1"] .journey-road i { animation: road-run .6s linear infinite; }
.journey[data-phase="2"] .end-home { filter: drop-shadow(0 0 24px rgb(168 223 209 / 40%)); }
@keyframes load-box {
  0%, 16% { opacity: 0; transform: translate(-45px, 10px) scale(.85); }
  28%, 62% { opacity: 1; transform: translate(0, 0) scale(1); }
  82%, 100% { opacity: 0; transform: translate(145px, -42px) scale(.35); }
}
@keyframes road-run { to { background-position-x: -78px; } }

@media (max-height: 820px) and (min-width: 801px) {
  .journey-head { top: 72px; }
  .journey-head h2 { font-size: 3.3rem; }
  .journey-world { top: 190px; height: 330px; }
  .journey-truck { width: clamp(330px, 33vw, 490px); }
  .journey-bottom { bottom: 17px; }
  .journey-panels { height: 135px; }
}
@media (max-width: 800px) {
  .journey-head { top: auto; }
  .journey-world { height: 285px; margin-block: 30px 22px; }
  .journey-truck { left: calc(21% + var(--journey-mobile-x-v3)); bottom: 44px; width: 235px; }
  .truck-livery { top: 28%; left: 17%; }
  .truck-livery strong { font-size: .9rem; }
  .truck-livery small { margin-top: 4px; font-size: .31rem; }
  .wheel-spin { border-width: 2px; }
  .journey-road { bottom: 17px; height: 48px; }
  .journey-road i { top: 23px; }
  .start-home, .end-home { bottom: 63px; }
  .city { bottom: 64px; }
  .journey-panel, .journey-panel.is-active { max-width: none; padding: 24px; border: 1px solid rgb(168 223 209 / 15%); border-radius: 20px; background: rgb(255 255 255 / 6%); }
  .moving-box { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .wheel-spin { display: none; }
}


/* Journey v4 — full-width road, location beacons and articulated semi */
.wheel-spin { display: none !important; }
.journey {
  --journey-x-v4: 0%;
  --journey-mobile-x-v4: 0%;
}
.journey-world { width: 100vw; max-width: none; }
.city { display: none; }
.journey-road {
  right: auto;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}
.location-node {
  bottom: 79px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.start-home { left: 5vw; }
.end-home { right: 5vw; }
.location-pin {
  position: relative;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(168 223 209 / 45%);
  border-radius: 50% 50% 50% 12px;
  background: linear-gradient(145deg, rgb(168 223 209 / 14%), rgb(3 31 35 / 88%));
  box-shadow: 0 16px 34px rgb(0 0 0 / 22%);
  transform: rotate(-45deg);
}
.location-pin::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgb(255 198 41 / 9%);
}
.location-pin i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
}
.location-node small {
  margin-top: 0;
  padding: 6px 11px;
  color: rgb(255 255 255 / 72%);
  border-color: rgb(168 223 209 / 18%);
  background: rgb(3 31 35 / 84%);
  backdrop-filter: blur(8px);
}
.journey-truck {
  left: calc(38% + var(--journey-x-v4));
  bottom: 48px;
  width: clamp(600px, 52vw, 900px);
  filter: drop-shadow(0 24px 19px rgb(0 0 0 / 32%));
}
.truck-livery {
  top: 32%;
  left: 9%;
  width: 58%;
  color: #fff;
  font-size: clamp(1.15rem, 1.9vw, 2rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .19em;
  text-align: center;
  text-shadow: 0 2px 8px rgb(0 0 0 / 40%);
}
.wheel-spin {
  bottom: 1.5%;
  width: 9.7%;
  border-width: 2px;
  opacity: .32;
}
.wheel-one { left: 13.3%; }
.wheel-two { left: 24.5%; }
.wheel-three { left: 68.3%; }
.wheel-four { left: 84.4%; }
.journey-truck .truck-shadow { right: 2%; bottom: -1%; left: 2%; height: 8%; }
.moving-box { bottom: 100px; }
.box-one { left: 7%; }
.box-two { left: 10.5%; bottom: 103px; }
.box-three { left: 14%; }
.journey[data-phase="0"] .box-one,
.journey[data-phase="0"] .box-two,
.journey[data-phase="0"] .box-three { animation-name: load-box-v4; }
@keyframes load-box-v4 {
  0%, 14% { opacity: 0; transform: translate(-35px, 9px) rotate(-5deg) scale(.82); }
  27%, 58% { opacity: 1; transform: translate(0, 0) rotate(0) scale(1); }
  82%, 100% { opacity: 0; transform: translate(205px, -72px) scale(.28); }
}

@media (max-height: 820px) and (min-width: 801px) {
  .journey-truck { width: clamp(540px, 48vw, 760px); }
}
@media (max-width: 800px) {
  .journey-world { left: 50%; width: 100vw; transform: translateX(-50%); }
  .journey-truck {
    left: calc(63% + var(--journey-mobile-x-v4));
    bottom: 43px;
    width: clamp(315px, 92vw, 470px);
  }
  .truck-livery { top: 31.5%; left: 9%; font-size: clamp(.62rem, 2.8vw, .9rem); }
  .location-node { bottom: 67px; gap: 6px; }
  .start-home { left: 3vw; }
  .end-home { right: 3vw; }
  .location-pin { width: 38px; height: 38px; border-radius: 50% 50% 50% 9px; }
  .location-pin::before { width: 14px; height: 14px; box-shadow: 0 0 0 4px rgb(255 198 41 / 9%); }
  .location-pin i { width: 5px; height: 5px; }
  .location-node small { padding: 4px 7px; font-size: .43rem; }
  .moving-box {
    bottom: 71px;
    display: grid;
    width: 29px;
    height: 28px;
    border-width: 1px;
    font-size: .31rem;
  }
  .box-one { left: 3%; }
  .box-two { left: 10%; bottom: 73px; }
  .box-three { left: 17%; }
}

.real-wheel {
  position: absolute;
  z-index: 1;
  top: 71.047%;
  width: 7.899%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  transform: rotate(var(--wheel-angle));
  transform-origin: 50% 50%;
  will-change: transform;
}
.real-wheel img {
  position: static;
  z-index: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.real-wheel-one { left: 8.318%; }
.real-wheel-two { left: 18.612%; }
.real-wheel-three { left: 57.271%; }
.real-wheel-four { left: 84.381%; }



/* V9 — plain loading boxes, staged farther left */
.moving-box::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 50%;
  width: 8px;
  background: rgb(244 213 164 / 52%);
  border-inline: 1px solid rgb(143 96 45 / 22%);
  transform: translateX(-50%);
}
.box-one { left: 1.5%; }
.box-two { left: 5%; }
.box-three { left: 8.5%; }
@media (max-width: 800px) {
  .box-one { left: -6%; }
  .box-two { left: 1%; }
  .box-three { left: 8%; }
  .moving-box::before { width: 5px; }
}



/* V18 — wheel rotation stays synchronized with the moving lane markings */
.journey[data-phase="1"] .real-wheel {
  animation: wheel-road-sync .6s linear infinite;
}
@keyframes wheel-road-sync {
  from { transform: rotate(var(--wheel-angle)); }
  to { transform: rotate(calc(var(--wheel-angle) + 360deg)); }
}






/* V24 — original box motion, nearest remaining box first */
.box-one { left: 0%; }
.box-two { left: 3.5%; }
.journey[data-phase="0"] .box-two {
  animation: load-box 3.6s .1s ease-in-out infinite;
}
.journey[data-phase="0"] .box-one {
  animation: load-box 3.6s 1.25s ease-in-out infinite;
}
.journey[data-phase="1"] .moving-box,
.journey[data-phase="2"] .moving-box {
  animation: none;
}
@media (max-width: 800px) {
  .box-one { left: -8%; }
  .box-two { left: -1%; }
}


/* V26 — complete Bumble-yellow theme conversion */
:root {
  --bumble-yellow: #ffc629;
  --bumble-yellow-hover: #ffd34f;
}
.brand-mark,
.nav-cta,
.button-primary,
.service-strip,
.trust-check,
.check-list li > span {
  color: var(--petrol-deep);
}
.nav-cta:hover,
.button-primary:hover {
  background: var(--bumble-yellow-hover);
}


/* V27 — animated journey promoted to the homepage hero */
.journey--hero { scroll-margin-top: 0; }
.journey-hero-head { align-items: flex-start; }
.journey-hero-copy { max-width: 760px; }
.journey-hero-copy h1 {
  max-width: 760px;
  margin: 12px 0 0;
  font-size: clamp(3.35rem, 5.2vw, 5.75rem);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.062em;
  text-wrap: balance;
}
.journey-hero-copy h1 em {
  color: var(--orange);
  font-family: Georgia, serif;
  font-weight: 400;
}
.journey-hero-intro {
  width: min(100%, 390px);
  padding-top: 23px;
}
.journey-hero-intro > p {
  margin: 0;
  color: rgb(255 255 255 / 66%);
  font-size: .92rem;
  line-height: 1.7;
}
.journey-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}
.journey-hero-actions .button { padding: 13px 20px; }
.journey-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-block: 8px;
  color: rgb(255 255 255 / 82%);
  border-bottom: 1px solid rgb(255 198 41 / 45%);
  font-size: .78rem;
  font-weight: 800;
}
.journey-text-link span { color: var(--orange); }
.process-hero { min-height: 760px; height: min(860px, 92svh); }
.process-hero h2 {
  max-width: 780px;
  margin: 22px 0 24px;
  font-size: clamp(3.4rem, 5.7vw, 5.8rem);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.process-hero h2 em {
  color: var(--mint);
  font-family: Georgia, serif;
  font-weight: 400;
}
@media (max-height: 820px) and (min-width: 801px) {
  .journey-hero-copy h1 { font-size: clamp(3rem, 4.6vw, 4.65rem); }
  .journey-hero-intro { padding-top: 12px; }
  .journey-hero-actions { margin-top: 15px; }
}
@media (max-width: 800px) {
  .journey--hero { padding: 108px 0 76px; }
  .journey-hero-copy h1 { font-size: clamp(2.85rem, 12vw, 4.25rem); }
  .journey-hero-intro { padding-top: 20px; }
  .journey-hero-actions { gap: 15px; margin-top: 18px; }
  .journey-hero-actions .button { width: auto; }
  .process-hero { min-height: 760px; height: auto; }
  .process-hero h2 { font-size: clamp(2.9rem, 12vw, 4.4rem); }
}
@media (max-width: 480px) {
  .journey-hero-copy h1 { font-size: 2.95rem; }
  .journey-hero-actions { align-items: flex-start; flex-direction: column; }
  .journey-text-link { margin-left: 2px; }
  .process-hero h2 { font-size: 3rem; }
}


/* V27.1 — keep the mobile truck scene in normal document flow */
@media (max-width: 800px) {
  .journey--hero .journey-world { top: auto; }
}
