:root {
    --ink: #0b1f36;
    --ink-soft: #536779;
    --navy: #01295f;
    --navy-2: #073a75;
    --cyan: #00b3d8;
    --cyan-dark: #007993;
    --cyan-soft: #e2f8fc;
    --red: #ed3347;
    --red-dark: #c9253a;
    --red-deep: #a9182d;
    --red-soft: #ffecef;
    --cream: #f5f8fa;
    --cream-2: #e9f0f4;
    --white: #ffffff;
    --line: rgba(1, 41, 95, .13);
    --shadow: 0 30px 80px rgba(1, 41, 95, .14);
    --radius: 24px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--red); color: var(--white); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 118px 0; }
.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;
    top: 8px;
    left: 8px;
    z-index: 9999;
    transform: translateY(-150%);
    padding: 10px 16px;
    background: var(--white);
    color: var(--navy);
    border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.topbar { background: #001c42; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 650; letter-spacing: .035em; }
.topbar__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; }
.topbar__links { display: flex; align-items: center; gap: 25px; }
.topbar a { transition: color .2s ease; }
.topbar a:hover { color: var(--white); }

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(245,248,250,.9);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(1,41,95,.08); background: rgba(245,248,250,.97); }
.header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand__logo { display: block; height: auto; }
.brand__logo--product { width: clamp(190px, 17vw, 224px); border: 1px solid rgba(1,41,95,.12); border-radius: 9px; box-shadow: 0 5px 16px rgba(1,41,95,.1); }
.brand__logo--promerk { width: 228px; }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav > a:not(.button) { position: relative; font-size: 14px; font-weight: 650; color: #343c51; padding: 30px 0; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--red); transition: right .25s ease; }
.site-nav > a:not(.button):hover::after, .site-nav > a.is-active::after { right: 0; }
.site-nav > a.is-active { color: var(--navy); }
.nav-toggle { display: none; background: transparent; border: 0; padding: 9px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .25s ease, opacity .2s ease; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 25px;
    border: 1px solid var(--red-dark);
    border-radius: 999px;
    background: var(--red-dark);
    color: var(--white);
    font-size: 14px;
    font-weight: 750;
    letter-spacing: .01em;
    cursor: pointer;
    box-shadow: 0 12px 25px rgba(201,37,58,.2);
    transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { background: var(--red-deep); border-color: var(--red-deep); transform: translateY(-2px); box-shadow: 0 16px 32px rgba(169,24,45,.26); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(237,51,71,.34); outline-offset: 3px; }
.button--small { min-height: 42px; padding: 0 19px; font-size: 13px; }
.button--ghost { background: transparent; color: var(--navy); border-color: rgba(1,41,95,.24); box-shadow: none; }
.button--ghost:hover { background: var(--white); border-color: var(--navy); color: var(--navy); box-shadow: none; }
.button--light { background: var(--white); border-color: var(--white); color: var(--navy); box-shadow: none; }
.button--light:hover { background: var(--cream); border-color: var(--cream); color: var(--navy); box-shadow: none; }
.button--dark { background: var(--navy); border-color: var(--navy); box-shadow: none; }
.button--dark:hover { background: #001c42; border-color: #001c42; box-shadow: none; }

.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan-dark); font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .135em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--red); }
.section-kicker { margin-bottom: 20px; }

.hero { position: relative; overflow: hidden; padding: 105px 0 115px; background: linear-gradient(180deg, #f5f8fa 0%, #edf4f7 100%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--line); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero__glow--one { width: 460px; height: 460px; right: -160px; top: -170px; background: radial-gradient(circle, rgba(0,179,216,.14), transparent 68%); }
.hero__glow--two { width: 380px; height: 380px; left: -160px; bottom: -240px; background: radial-gradient(circle, rgba(237,51,71,.11), transparent 68%); }
.hero__grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 64px; }
.hero__copy { position: relative; z-index: 2; }
.hero h1, .inner-hero h1 { margin: 22px 0 26px; color: var(--navy); font-size: clamp(52px, 5.7vw, 82px); line-height: .99; letter-spacing: -.055em; font-weight: 760; }
.hero h1 em, .inner-hero h1 em { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero__lead { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.hero__trust { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 31px; margin-top: 48px; padding-top: 30px; border-top: 1px solid var(--line); }
.hero__trust > div { display: flex; flex-direction: column; }
.hero__trust strong { color: var(--navy); font-size: 14px; }
.hero__trust span { color: var(--ink-soft); font-size: 11px; margin-top: 3px; }

.hero-product { position: relative; z-index: 2; width: 100%; margin: 0; }
.hero-product__frame { position: relative; overflow: hidden; border: 1px solid rgba(1,41,95,.14); border-radius: 28px; background: #c8ecf6; box-shadow: 0 38px 85px rgba(1,41,95,.22); }
.hero-product__frame::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.42); pointer-events: none; }
.hero-product img { display: block; width: 100%; height: auto; }
.hero-product__badge { position: absolute; left: 22px; bottom: 22px; padding: 9px 13px; border-radius: 8px; background: var(--red); color: var(--white); font-size: 11px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; box-shadow: 0 10px 25px rgba(169,24,45,.26); transform: rotate(-2deg); }
.hero-product figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 5px 0; color: var(--ink-soft); font-size: 11px; }
.hero-product figcaption strong { color: var(--navy); font-size: 12px; }

.logo-strip { padding: 23px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.logo-strip__inner { display: flex; align-items: center; justify-content: space-between; color: #7b8292; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.logo-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--red); opacity: .72; }

.split-heading, .section-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; }
.split-heading h2, .section-heading h2, .e-card h2, .cta-card h2, .service-detail h2, .story-copy h2, .certificate-copy h2, .legal-content h1, .contact-info h2 { margin: 0; color: var(--navy); font-size: clamp(39px, 4.3vw, 62px); line-height: 1.06; letter-spacing: -.045em; }
.split-heading__copy, .section-heading > p { padding-bottom: 5px; }
.split-heading__copy p, .section-heading > p { margin: 0 0 24px; color: var(--ink-soft); font-size: 17px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(21,31,76,.28); padding-bottom: 3px; }
.text-link span { color: var(--red); }

.feature-triptych { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 72px; }
.feature-panel { min-height: 340px; display: flex; flex-direction: column; position: relative; padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.feature-panel:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-panel--primary { color: var(--white); background: var(--navy); border-color: var(--navy); }
.feature-panel__number { align-self: flex-end; color: #9ca2b1; font-size: 11px; font-weight: 800; }
.feature-panel--primary .feature-panel__number { color: rgba(255,255,255,.5); }
.feature-icon { width: 118px; height: 118px; margin-top: 12px; filter: drop-shadow(0 12px 18px rgba(8, 38, 78, .17)); }
.feature-icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.feature-panel--primary .feature-icon { filter: drop-shadow(0 14px 22px rgba(0, 0, 0, .28)); }
.feature-panel h3 { margin: auto 0 9px; color: var(--navy); font-size: 21px; letter-spacing: -.025em; }
.feature-panel--primary h3 { color: var(--white); }
.feature-panel p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.feature-panel--primary p { color: rgba(255,255,255,.66); }

.modules-preview, .module-section { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.modules-preview::before, .module-section::before { content: ""; position: absolute; width: 650px; height: 650px; border-radius: 50%; left: 50%; top: 53%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.055); box-shadow: 0 0 0 120px rgba(255,255,255,.018), 0 0 0 240px rgba(255,255,255,.012); }
.section-heading { position: relative; z-index: 2; }
.section-heading--light h2 { color: var(--white); }
.section-heading--light > p { color: rgba(255,255,255,.62); }
.section-heading--light .section-kicker, .modules-preview .section-kicker { color: #85def0; }
.brochure-gallery { position: relative; z-index: 2; overflow: hidden; margin-top: 58px; padding: 22px 22px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 26px; background: #f7fbfc; box-shadow: 0 34px 70px rgba(0,15,38,.28); }
.brochure-gallery img { display: block; width: 100%; height: auto; border-radius: 16px; }
.brochure-gallery figcaption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 5px 2px; color: #5f7180; font-size: 12px; }
.brochure-gallery figcaption strong { color: var(--navy); font-size: 13px; }
.module-pills { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5,1fr); gap: 10px; margin-top: 18px; }
.module-pills span { padding: 13px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.82); font-size: 12px; font-weight: 750; text-align: center; }
.modules-preview__action { position: relative; z-index: 3; text-align: center; margin-top: 35px; }

.e-section { background: var(--cream); }
.e-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; min-height: 540px; padding: 70px; border-radius: 28px; background: linear-gradient(135deg, #dff7fb 0%, #edf7fa 56%, #f8e9ec 100%); }
.e-card::after { content: ""; position: absolute; right: -160px; top: -210px; width: 470px; height: 470px; border: 1px solid rgba(0,179,216,.2); border-radius: 50%; box-shadow: 0 0 0 75px rgba(0,179,216,.05), 0 0 0 150px rgba(1,41,95,.025); }
.e-card__copy { position: relative; z-index: 2; }
.e-card__copy p { max-width: 600px; margin: 25px 0 32px; color: var(--ink-soft); font-size: 16px; line-height: 1.8; }
.e-stack { position: relative; z-index: 3; min-height: 350px; }
.e-stack > div { position: absolute; width: 290px; min-height: 118px; padding: 25px 28px 23px 80px; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: rgba(255,255,255,.76); box-shadow: 0 22px 50px rgba(21,31,76,.12); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.e-stack > div:nth-child(1) { left: 0; top: 5px; transform: rotate(-4deg); }
.e-stack > div:nth-child(2) { right: 0; top: 114px; transform: rotate(3deg); }
.e-stack > div:nth-child(3) { left: 18px; bottom: 6px; transform: rotate(-1.5deg); }
.e-stack > div > span { position: absolute; left: 25px; top: 27px; display: grid; place-items: center; width: 39px; height: 39px; border-radius: 10px; background: var(--red); color: var(--white); font-family: Georgia, serif; font-size: 24px; }
.e-stack strong, .e-stack small { display: block; }
.e-stack strong { color: var(--navy); font-size: 20px; }
.e-stack small { margin-top: 5px; color: var(--ink-soft); font-size: 11px; }

.service-section { padding-top: 40px; }
.service-list { margin-top: 62px; border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 70px 1fr auto; gap: 22px; align-items: center; padding: 29px 5px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.service-row:hover { padding-left: 22px; padding-right: 22px; background: var(--white); }
.service-row > span { color: var(--red-dark); font-size: 11px; font-weight: 800; }
.service-row h3 { margin: 0; color: var(--navy); font-size: 23px; letter-spacing: -.025em; }
.service-row p { margin: 3px 0 0; color: var(--ink-soft); font-size: 13px; }
.service-row > b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); color: var(--cyan-dark); font-size: 16px; transition: background .25s ease, color .25s ease; }
.service-row:hover > b { background: var(--navy); color: var(--white); }

.cta-section { padding: 0 0 100px; background: var(--cream); }
.cta-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; padding: 65px 70px; border-radius: 28px; background: linear-gradient(135deg, var(--red-dark), var(--red-deep)); color: var(--white); }
.cta-card::after { content: ""; position: absolute; right: -110px; top: -200px; width: 430px; height: 430px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 0 0 60px rgba(255,255,255,.04), 0 0 0 120px rgba(255,255,255,.025); }
.cta-card > div { position: relative; z-index: 2; }
.cta-card .section-kicker { color: rgba(255,255,255,.7); }
.cta-card h2 { max-width: 770px; color: var(--white); font-size: clamp(37px, 4vw, 56px); }
.cta-card p { max-width: 670px; margin: 19px 0 0; color: rgba(255,255,255,.78); }
.cta-card__actions { display: flex; flex-direction: column; align-items: center; gap: 14px; min-width: 190px; }
.cta-card__actions > a:last-child { color: var(--white); font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.55); }

.site-footer { padding: 80px 0 28px; color: rgba(255,255,255,.7); background: #001c42; }
.footer__grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr 1.05fr; gap: 60px; }
.brand--footer { padding: 10px 14px; border-radius: 12px; background: rgba(255,255,255,.96); }
.brand--footer .brand__logo { width: 228px; }
.footer__brand > p { max-width: 330px; margin: 24px 0 20px; font-size: 13px; }
.dealer-pill { display: inline-flex; padding: 7px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 99px; color: rgba(255,255,255,.8); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.site-footer h2 { margin: 3px 0 22px; color: var(--white); font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 9px 0; font-size: 13px; }
.site-footer a { transition: color .2s ease; }
.site-footer a:hover { color: var(--white); }
.footer__contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer__contact > a { color: var(--white); font-size: 15px; font-weight: 700; margin-bottom: 7px; }
.footer__contact address { margin-top: 11px; font-size: 12px; font-style: normal; }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 63px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }
.footer__bottom p { margin: 0; }
.floating-call { position: fixed; z-index: 950; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: var(--white); box-shadow: 0 14px 35px rgba(237,51,71,.3); transition: transform .2s ease; }
.floating-call:hover { transform: translateY(-3px) scale(1.03); }
.floating-call svg { width: 22px; height: 22px; fill: currentColor; }
.floating-call span { display: none; }

/* Inner page heroes */
.inner-hero { position: relative; overflow: hidden; padding: 105px 0; border-bottom: 1px solid var(--line); }
.inner-hero::after { content: ""; position: absolute; width: 680px; height: 680px; right: -300px; top: -400px; border: 1px solid rgba(0,179,216,.15); border-radius: 50%; box-shadow: 0 0 0 90px rgba(0,179,216,.035), 0 0 0 180px rgba(1,41,95,.018); }
.inner-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.inner-hero h1 { font-size: clamp(50px, 5.7vw, 79px); }
.inner-hero p { max-width: 720px; margin: 0; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.product-brochure-art { justify-self: end; overflow: hidden; width: min(100%, 570px); margin: 0; border: 1px solid rgba(1,41,95,.14); border-radius: 24px; background: #c8ecf6; box-shadow: 0 30px 65px rgba(1,41,95,.2); }
.product-brochure-art img { display: block; width: 100%; height: auto; }
.product-brochure-art figcaption { padding: 13px 16px; background: var(--white); color: var(--ink-soft); font-size: 12px; text-align: center; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 65px; }
.benefit-card { min-height: 225px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.52); }
.benefit-card > span { color: var(--red-dark); font-size: 10px; font-weight: 850; }
.benefit-card h3 { margin: 45px 0 7px; color: var(--navy); font-size: 20px; }
.benefit-card p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.module-section::before { top: 25%; }
.module-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 62px; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.11); }
.module-card { min-height: 210px; padding: 30px; background: var(--navy); transition: background .25s ease; }
.module-card:hover { background: var(--navy-2); }
.module-card > span { display: inline-grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: #85def0; font-size: 10px; font-weight: 850; }
.module-card h3 { margin: 27px 0 7px; font-size: 21px; }
.module-card p { max-width: 480px; margin: 0; color: rgba(255,255,255,.56); font-size: 13px; }
.module-note { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 28px; color: rgba(255,255,255,.55); font-size: 11px; }
.module-note p { margin: 0; }
.module-note a { flex: 0 0 auto; color: var(--white); font-weight: 800; }

.transformation-section { background: var(--white); }
.transformation-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.transformation-copy h2 { margin: 0; color: var(--navy); font-size: clamp(41px, 4.6vw, 65px); line-height: 1.04; letter-spacing: -.05em; }
.transformation-copy > p { margin: 26px 0; color: var(--ink-soft); line-height: 1.8; }
.check-list { list-style: none; padding: 0; margin: 31px 0 0; }
.check-list li { position: relative; margin: 13px 0; padding-left: 31px; color: #3c455a; font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #e7f7f0; color: #17835d; font-size: 9px; font-weight: 900; }
.transformation-list { border-top: 1px solid var(--line); }
.transformation-list article { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.transformation-list article > span { color: var(--red-dark); font-size: 10px; font-weight: 850; padding-top: 5px; }
.transformation-list h3 { margin: 0 0 4px; color: var(--navy); font-size: 21px; }
.transformation-list p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.compare-section { padding-top: 0; background: var(--white); }
.compare-card { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 80px; padding: 65px; border-radius: var(--radius); background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: var(--white); }
.compare-card h2 { margin: 0; font-size: clamp(36px,4vw,55px); line-height: 1.08; letter-spacing: -.045em; }
.compare-card .section-kicker { color: #85def0; }
.compare-card p { color: rgba(255,255,255,.65); margin: 0 0 25px; }

/* Services */
.services-hero { background: var(--white); }
.service-hero__visual { justify-self: center; position: relative; width: 360px; height: 360px; display: grid; place-items: center; border-radius: 50%; border: 1px dashed rgba(0,126,155,.32); }
.service-ring { width: 190px; height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--navy); color: var(--white); box-shadow: 0 30px 65px rgba(21,31,76,.2); }
.service-ring span { font-size: 62px; line-height: 1; font-weight: 750; letter-spacing: -.055em; }
.service-ring small { margin-top: 9px; color: rgba(255,255,255,.56); font-size: 9px; text-align: center; text-transform: uppercase; letter-spacing: .1em; }
.service-hero__visual ul { list-style: none; padding: 0; margin: 0; position: absolute; inset: 0; }
.service-hero__visual li { position: absolute; padding: 8px 13px; border-radius: 99px; background: var(--cream); color: var(--navy); font-size: 10px; font-weight: 800; box-shadow: 0 8px 20px rgba(17,24,42,.08); }
.service-hero__visual li:nth-child(1) { top: 34px; left: -8px; }
.service-hero__visual li:nth-child(2) { top: 42px; right: -4px; }
.service-hero__visual li:nth-child(3) { bottom: 42px; left: -4px; }
.service-hero__visual li:nth-child(4) { bottom: 34px; right: 5px; }
.services-detail { background: var(--cream); }
.service-detail { display: grid; grid-template-columns: 75px 1.15fr .7fr; gap: 50px; padding: 60px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.service-detail:first-child { border-top: 1px solid var(--line); }
.service-detail__index { color: var(--red-dark); font-size: 12px; font-weight: 850; padding-top: 8px; }
.service-detail h2 { font-size: clamp(32px,3.5vw,48px); }
.service-detail__main > p { max-width: 690px; margin: 22px 0 0; color: var(--ink-soft); line-height: 1.8; }
.service-detail > ul { list-style: none; padding: 2px 0 0; margin: 0; }
.service-detail > ul li { padding: 11px 0; border-bottom: 1px solid var(--line); color: #424b5e; font-size: 13px; }
.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 65px; background: var(--line); border: 1px solid var(--line); }
.process-step { min-height: 235px; padding: 28px; background: var(--white); }
.process-step > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--cyan-soft); color: var(--cyan-dark); font-size: 11px; font-weight: 850; }
.process-step h3 { margin: 57px 0 7px; color: var(--navy); font-size: 20px; }
.process-step p { margin: 0; color: var(--ink-soft); font-size: 12px; }

/* About */
.about-hero { min-height: 500px; display: flex; align-items: center; background: var(--navy); }
.about-hero::after { border-color: rgba(255,255,255,.08); box-shadow: 0 0 0 90px rgba(255,255,255,.015), 0 0 0 180px rgba(255,255,255,.012); }
.about-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.about-hero h1 { color: var(--white); }
.about-hero .eyebrow { color: #85def0; }
.about-hero__statement { padding-left: 38px; border-left: 1px solid rgba(255,255,255,.18); }
.about-hero__statement p { color: rgba(255,255,255,.68); }
.story-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.story-stats { display: grid; gap: 12px; }
.story-stats > div { padding: 27px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.5); }
.story-stats strong, .story-stats span { display: block; }
.story-stats strong { color: var(--navy); font-size: 37px; line-height: 1; letter-spacing: -.04em; }
.story-stats span { margin-top: 7px; color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.story-copy h2 { font-size: clamp(39px,4.3vw,60px); }
.story-copy p { margin: 24px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.85; }
.values-section { background: var(--navy); color: var(--white); }
.values-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 62px; }
.values-grid article { min-height: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 17px; background: rgba(255,255,255,.035); }
.values-grid article > span { color: #85def0; font-size: 10px; font-weight: 850; }
.values-grid h3 { margin: 65px 0 8px; font-size: 19px; }
.values-grid p { margin: 0; color: rgba(255,255,255,.56); font-size: 12px; }
.certificate-section { background: var(--white); }
.certificate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }
.certificate-image { display: block; position: relative; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); box-shadow: var(--shadow); }
.certificate-image img { display: block; border-radius: 10px; }
.certificate-image > span { position: absolute; right: 25px; bottom: 25px; padding: 9px 13px; border-radius: 99px; background: rgba(13,21,54,.88); color: var(--white); font-size: 9px; font-weight: 800; backdrop-filter: blur(8px); }
.certificate-copy p { margin: 25px 0 30px; color: var(--ink-soft); line-height: 1.8; }
.eta-partner { display: inline-flex; align-items: center; gap: 20px; padding: 16px 20px; border: 1px solid var(--line); border-radius: 13px; }
.eta-partner img { width: 74px; }
.eta-partner div { display: flex; flex-direction: column; padding-left: 20px; border-left: 1px solid var(--line); }
.eta-partner strong { color: var(--navy); font-size: 13px; }
.eta-partner span { color: var(--ink-soft); font-size: 9px; }

/* Contact */
.contact-hero { background: linear-gradient(180deg, #f5f8fa, #eaf2f6); }
.contact-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .7fr; gap: 90px; align-items: end; }
.contact-quick { display: grid; gap: 10px; }
.contact-quick a { display: flex; flex-direction: column; padding: 21px 23px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.63); transition: background .2s ease, transform .2s ease; }
.contact-quick a:hover { background: var(--white); transform: translateX(4px); }
.contact-quick small { color: var(--ink-soft); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.contact-quick strong { color: var(--navy); font-size: 16px; margin-top: 3px; }
.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.contact-info { position: sticky; top: 130px; }
.contact-info h2 { margin-bottom: 42px; font-size: clamp(34px,3.4vw,48px); }
.contact-info__item { padding: 20px 0; border-top: 1px solid var(--line); }
.contact-info__item > span { color: var(--red-dark); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-info__item p { margin: 5px 0 0; color: #3e4659; font-size: 14px; }
.contact-info__item > a { display: inline-block; margin-top: 8px; color: var(--cyan-dark); font-size: 11px; font-weight: 800; }
.contact-form-wrap { padding: 48px; border-radius: 24px; background: var(--cream); }
#iletisim-formu { scroll-margin-top: 105px; }
.form-heading > span { color: var(--red-dark); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.form-heading h2 { margin: 9px 0 5px; color: var(--navy); font-size: 34px; line-height: 1.15; letter-spacing: -.035em; }
.form-heading p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.contact-form { display: grid; gap: 20px; margin-top: 35px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; }
.contact-form label > span { color: #343c50; font-size: 11px; font-weight: 750; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #d9d8d1; border-radius: 11px; background: var(--white); color: var(--ink); font-size: 14px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { height: 51px; padding: 0 15px; }
.contact-form textarea { resize: vertical; min-height: 135px; padding: 13px 15px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--cyan-dark); box-shadow: 0 0 0 4px rgba(0,179,216,.12); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #a3a6ad; }
.contact-form label.has-error input, .contact-form label.has-error textarea, .contact-form label.has-error select { border-color: #c83c4d; box-shadow: 0 0 0 4px rgba(200,60,77,.1); }
.field-error { min-height: 0; color: #a82436; font-size: 10px; font-weight: 700; line-height: 1.4; }
.field-error:empty { display: none; }
.form-validation-summary { padding: 12px 14px; border: 1px solid #f0b2bb; border-radius: 10px; background: #fff0f2; color: #962536; font-size: 12px; font-weight: 750; }
.form-validation-summary[hidden] { display: none; }
.consent { flex-direction: row !important; align-items: flex-start; gap: 10px !important; flex-wrap: wrap; }
.consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--cyan-dark); }
.consent span { flex: 1; color: var(--ink-soft) !important; font-size: 10px !important; font-weight: 500 !important; }
.consent a { color: var(--cyan-dark); text-decoration: underline; }
.consent .field-error { flex: 0 0 calc(100% - 27px); margin-left: 27px; }
.consent.has-error span { color: #962536 !important; }
.form-security { margin: -6px 0 0; color: #7d8492; font-size: 10px; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.button--submit { width: 100%; justify-content: space-between; padding-inline: 22px; }
.button--submit.is-loading { pointer-events: none; opacity: .7; }
.form-alert { display: flex; flex-direction: column; margin-top: 24px; padding: 14px 17px; border-radius: 11px; font-size: 12px; }
.form-alert strong { font-size: 13px; }
.form-alert--success { border: 1px solid #aadcc8; background: #e6f7f0; color: #166b4c; }
.form-alert--error { border: 1px solid #f3bcc3; background: #fff0f2; color: #9e2433; }
.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-grid h2 { margin: 0; color: var(--navy); font-size: clamp(37px,4vw,55px); line-height: 1.06; letter-spacing: -.045em; }
.accordion { border-top: 1px solid var(--line); }
.accordion article { border-bottom: 1px solid var(--line); }
.accordion button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 22px 0; border: 0; background: transparent; color: var(--navy); text-align: left; cursor: pointer; }
.accordion button span { font-size: 16px; font-weight: 750; }
.accordion button b { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 16px; font-weight: 400; transition: transform .25s ease, background .25s ease, color .25s ease; }
.accordion button[aria-expanded="true"] b { transform: rotate(45deg); background: var(--navy); color: var(--white); }
.accordion article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.accordion article > div p { overflow: hidden; margin: 0; color: var(--ink-soft); font-size: 13px; }
.accordion article.is-open > div { grid-template-rows: 1fr; }
.accordion article.is-open > div p { padding: 0 45px 23px 0; }

/* Legal and error */
.legal-hero { padding: 90px 0 65px; background: var(--navy); color: var(--white); }
.legal-hero h1 { margin: 7px 0 12px; font-size: clamp(42px,5vw,68px); line-height: 1; letter-spacing: -.05em; }
.legal-hero p { margin: 0; color: rgba(255,255,255,.62); }
.legal-hero .section-kicker { color: #85def0; }
.legal-content { background: var(--white); }
.legal-grid { display: grid; grid-template-columns: 230px 1fr; gap: 90px; align-items: start; }
.legal-grid aside { position: sticky; top: 125px; display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 14px; }
.legal-grid aside strong { color: var(--navy); font-size: 11px; }
.legal-grid aside span { color: var(--ink-soft); font-size: 11px; }
.legal-grid aside a { margin-top: 20px; color: var(--cyan-dark); font-size: 11px; font-weight: 800; }
.legal-grid article { max-width: 770px; }
.legal-grid article h2 { margin: 38px 0 12px; color: var(--navy); font-size: 23px; }
.legal-grid article h2:first-child { margin-top: 0; }
.legal-grid article p { color: var(--ink-soft); line-height: 1.85; }
.legal-grid article a { color: var(--cyan-dark); text-decoration: underline; }
.error-page { min-height: 670px; display: grid; place-items: center; text-align: center; }
.error-page span { color: var(--red-dark); font-size: 13px; font-weight: 900; letter-spacing: .2em; }
.error-page h1 { max-width: 760px; margin: 14px auto 20px; color: var(--navy); font-size: clamp(43px,6vw,72px); line-height: 1.02; letter-spacing: -.05em; }
.error-page p { max-width: 610px; margin: 0 auto; color: var(--ink-soft); }
.error-page .container > div { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }

/* Motion */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .22s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
    .site-nav { gap: 18px; }
    .site-nav > a:not(.button) { font-size: 12px; }
    .hero__grid { gap: 45px; }
    .hero-product__badge { left: 16px; bottom: 16px; }
    .e-card { padding: 55px; gap: 35px; }
    .service-detail { grid-template-columns: 55px 1fr .65fr; gap: 35px; }
    .footer__grid { gap: 35px; }
}

@media (max-width: 880px) {
    .container { width: min(calc(100% - 36px), var(--container)); }
    .section { padding: 88px 0; }
    .topbar { display: none; }
    .header__inner { min-height: 74px; }
    .nav-toggle { display: block; position: relative; z-index: 1002; }
    .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
    .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; z-index: 1001; height: calc(100vh - 74px); flex-direction: column; align-items: stretch; gap: 0; padding: 28px 24px 40px; overflow: auto; background: var(--cream); box-shadow: 0 30px 60px rgba(17,24,42,.12); }
    .site-nav.is-open { display: flex; }
    .site-nav > a:not(.button) { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
    .site-nav > a:not(.button)::after { display: none; }
    .site-nav .button { margin-top: 24px; }
    .hero { padding: 75px 0 100px; }
    .hero__grid, .inner-hero__grid, .about-hero__grid, .contact-hero__grid { grid-template-columns: 1fr; }
    .hero__grid { gap: 70px; }
    .hero__copy { max-width: 700px; }
    .hero-product { max-width: 650px; margin-inline: auto; }
    .split-heading, .section-heading { grid-template-columns: 1fr; gap: 28px; align-items: start; }
    .feature-triptych { grid-template-columns: 1fr 1fr; }
    .feature-panel:last-child { grid-column: 1 / -1; min-height: 280px; }
    .module-pills { grid-template-columns: repeat(3,1fr); }
    .e-card { grid-template-columns: 1fr; }
    .e-stack { width: min(100%, 520px); margin: 0 auto; }
    .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer__contact { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.09); }
    .inner-hero__grid { gap: 70px; }
    .product-brochure-art { justify-self: center; width: min(100%, 680px); }
    .transformation-grid, .story-grid, .certificate-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; gap: 60px; }
    .service-detail { grid-template-columns: 45px 1fr; }
    .service-detail > ul { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .values-grid { grid-template-columns: 1fr 1fr; }
    .contact-info { position: static; }
    .legal-grid { grid-template-columns: 1fr; gap: 45px; }
    .legal-grid aside { position: static; max-width: 320px; }
}

@media (max-width: 650px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 70px 0; }
    .brand__logo--product { width: 176px; }
    .hero { padding-top: 58px; }
    .hero h1, .inner-hero h1 { font-size: clamp(43px, 13vw, 60px); }
    .hero__lead, .inner-hero p { font-size: 16px; }
    .hero__actions { align-items: stretch; flex-direction: column; }
    .hero__actions .button { width: 100%; }
    .hero__trust { grid-template-columns: 1fr 1fr; gap: 20px; }
    .hero__trust > div:last-child { grid-column: 1 / -1; }
    .hero-product__frame { border-radius: 20px; }
    .hero-product__badge { left: 12px; bottom: 12px; padding: 7px 10px; font-size: 9px; }
    .hero-product figcaption, .brochure-gallery figcaption { align-items: flex-start; flex-direction: column; gap: 3px; }
    .logo-strip__inner { justify-content: center; gap: 20px; flex-wrap: wrap; }
    .logo-strip i { display: none; }
    .logo-strip span { font-size: 9px; }
    .split-heading h2, .section-heading h2, .e-card h2, .cta-card h2 { font-size: 39px; }
    .feature-triptych { grid-template-columns: 1fr; }
    .feature-panel, .feature-panel:last-child { grid-column: auto; min-height: 275px; }
    .brochure-gallery { margin-top: 42px; padding: 10px 10px 12px; border-radius: 18px; }
    .brochure-gallery img { border-radius: 12px; }
    .module-pills { grid-template-columns: 1fr 1fr; }
    .modules-preview__action { margin-top: 35px; }
    .e-card { padding: 36px 24px; border-radius: 20px; }
    .e-stack { min-height: auto; display: grid; gap: 10px; }
    .e-stack > div { position: relative; inset: auto !important; width: 100%; transform: none !important; }
    .service-row { grid-template-columns: 35px 1fr auto; gap: 12px; }
    .service-row h3 { font-size: 18px; }
    .service-row p { display: none; }
    .cta-section { padding-bottom: 70px; }
    .cta-card { grid-template-columns: 1fr; gap: 35px; padding: 40px 25px; border-radius: 20px; }
    .cta-card__actions { align-items: stretch; }
    .footer__grid { grid-template-columns: 1fr 1fr; }
    .footer__brand, .footer__contact { grid-column: 1 / -1; }
    .footer__bottom { flex-direction: column; gap: 8px; }
    .floating-call { width: 48px; height: 48px; right: 15px; bottom: 15px; }
    .inner-hero { padding: 70px 0; }
    .product-brochure-art { width: 100%; }
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-card { min-height: 190px; }
    .benefit-card h3 { margin-top: 32px; }
    .module-grid { grid-template-columns: 1fr; }
    .module-card { min-height: 190px; }
    .module-note { align-items: flex-start; flex-direction: column; }
    .transformation-grid { gap: 45px; }
    .compare-card { grid-template-columns: 1fr; gap: 30px; padding: 38px 25px; }
    .service-hero__visual { width: 280px; height: 280px; }
    .service-ring { width: 155px; height: 155px; }
    .service-ring span { font-size: 51px; }
    .service-detail { grid-template-columns: 1fr; gap: 10px; padding: 45px 0; }
    .service-detail__index { padding: 0; }
    .service-detail > ul { grid-column: auto; grid-template-columns: 1fr; margin-top: 17px; }
    .process-grid, .values-grid { grid-template-columns: 1fr; }
    .process-step { min-height: 200px; }
    .about-hero { min-height: auto; }
    .about-hero__statement { padding: 0; border: 0; }
    .contact-form-wrap { padding: 32px 20px; border-radius: 18px; }
    .form-row { grid-template-columns: 1fr; }
    .faq-grid { gap: 40px; }
    .legal-hero { padding: 70px 0 50px; }
    .error-page .container > div { flex-direction: column; }
}

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