
:root {
    --ink: #151515;
    --muted: #676b72;
    --line: #e8e8e8;
    --paper: #ffffff;
    --soft: #f6f6f3;
    --deep: #091141;
    --deep-2: #111a55;
    --deep-3: #16246d;
    --accent: #091141;
    --accent-dark: #050a27;
    --accent-light: #e4d937;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, Arial, sans-serif;
    line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header {
    align-items: center;
    background: rgba(9, 17, 65, 0.82);
    color: #fff;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 18px clamp(18px, 4vw, 56px);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(14px);
}
.site-header.light { background: rgba(255,255,255,.92); color: var(--ink); border-bottom: 1px solid var(--line); }
.brand-logo-only {
    align-self: center;
}
.brand { align-items: center; display: flex; font-weight: 800; gap: 12px; text-decoration: none; }
.brand img { width: 42px; }
.brand-logo-only img {
    width: clamp(140px, 14vw, 200px);
}
nav { display: flex; gap: 24px; font-weight: 700; }
nav a { text-decoration: none; transition: color .18s ease; }
nav a:hover,
nav a:focus,
nav a:active {
    color: #e4d937;
}
.menu-toggle {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font: inherit;
    font-weight: 800;
    gap: 8px;
    padding: 10px 14px;
}
.menu-toggle span {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: 2px;
    position: relative;
    width: 18px;
}
.menu-toggle span::before,
.menu-toggle span::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 18px;
}
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }

.hero {
    align-items: center;
    display: flex;
    min-height: 92vh;
    overflow: hidden;
    padding: 150px clamp(22px, 6vw, 90px) 90px;
    position: relative;
}
.hero video, .hero-overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.hero video { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(5, 10, 39, .84), rgba(9, 17, 65, .58), rgba(9, 17, 65, .18)); }
.hero-content { color: #fff; max-width: 900px; position: relative; z-index: 1; }
.eyebrow { color: var(--accent); font-size: .82rem; font-weight: 800; letter-spacing: .08em; margin: 0 0 14px; text-transform: uppercase; }
.hero-eyebrow { color: #ffffff; }
h1, h2, h3 {
    font-family: "DM Serif Display", Georgia, serif;
    font-weight: 400;
    line-height: 1.08;
    margin: 0;
}
h1 { font-size: clamp(2.7rem, 7vw, 6.4rem); max-width: 1050px; }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
h3 { font-size: 1.25rem; }
.lead { font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 760px; margin: 26px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
    border-radius: 999px;
    display: inline-flex;
    font-weight: 800;
    padding: 15px 24px;
    text-decoration: none;
}
.button.primary { background: var(--accent); color: #fff; }
.button.secondary { border: 2px solid rgba(255,255,255,.85); color: #fff; }
.button:hover { transform: translateY(-1px); }

.proof-strip {
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.proof-strip div { padding: 28px clamp(18px, 3vw, 44px); border-right: 1px solid var(--line); }
.proof-strip strong { display: block; font-size: 2rem; }
.proof-strip span { color: var(--muted); font-weight: 700; }

.section { padding: clamp(70px, 9vw, 120px) clamp(22px, 6vw, 90px); }
.services-section {
    background:
        linear-gradient(180deg, #ffffff, #f4f7f8);
}
.section-head { margin-bottom: 38px; max-width: 780px; }
.section-head p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.split-head { align-items: end; display: flex; justify-content: space-between; max-width: none; gap: 24px; }
.text-link { color: var(--accent-dark); font-weight: 800; text-decoration: none; }

.service-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
}
.service-grid article {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: box-shadow .24s ease, transform .24s ease;
}
.service-card-link {
    inset: 0;
    position: absolute;
    z-index: 3;
}
.service-grid h3,
.service-grid p {
    position: relative;
    z-index: 2;
}
.service-grid img {
    aspect-ratio: 1.3 / 1;
    object-fit: cover;
    transition: filter .28s ease, transform .28s ease;
    width: 100%;
}
.service-grid article::before,
.work-grid a::before,
.portfolio-card::before {
    background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.28) 44%, transparent 68%);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateX(-120%);
    transition: opacity .22s ease, transform .55s ease;
    z-index: 1;
}
.service-grid article:hover {
    box-shadow: 0 18px 44px rgba(9, 17, 65, 0.12);
    transform: translateY(-2px);
}
.service-grid article:hover img {
    filter: saturate(.9) contrast(1.04) brightness(1.03);
    transform: scale(1.025);
}
.service-grid article:hover::before,
.work-grid a:hover::before,
.portfolio-card:hover::before {
    opacity: 1;
    transform: translateX(120%);
}
.service-grid h3, .service-grid p { padding-left: 22px; padding-right: 22px; }
.service-grid h3 { font-size: 1.25rem; margin-top: 22px; }
.service-grid p { color: var(--muted); margin-bottom: 24px; }

.selected-work, .page-hero { background: var(--soft); }
.selected-work {
    background:
        linear-gradient(180deg, #f6f6f3, #ffffff);
}
.prices-section {
    background: #ffffff;
}
.price-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(5, 1fr);
}
.price-grid article {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 24px;
}
.price-grid span {
    color: var(--accent);
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 14px;
}
.price-grid p {
    color: var(--muted);
    margin-bottom: 0;
}
.work-grid, .portfolio-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
}
.work-grid a, .portfolio-card {
    background: var(--deep);
    border-radius: 18px;
    color: #fff;
    min-height: 320px;
    overflow: hidden;
    position: relative;
}
.work-grid img, .portfolio-card img { height: 100%; object-fit: cover; width: 100%; transition: filter .28s ease, transform .28s ease; }
.work-grid a:hover img, .portfolio-card:hover img {
    filter: saturate(.92) contrast(1.04) brightness(1.03);
    transform: scale(1.04);
}
.work-grid span, .portfolio-card div {
    background: linear-gradient(transparent, rgba(0,0,0,.78));
    bottom: 0;
    left: 0;
    padding: 70px 22px 22px;
    position: absolute;
    right: 0;
    z-index: 2;
}
.work-grid a { text-decoration: none; }
.work-grid span { font-size: 1.2rem; font-weight: 800; }

.case-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.case-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
}
.case-grid article > img {
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
    width: 100%;
}
.case-grid article > div {
    padding: 26px;
}
.case-grid p { color: var(--muted); }
.dark-section {
    background:
        radial-gradient(circle at 88% 10%, rgba(228, 217, 55, 0.18), transparent 28%),
        linear-gradient(135deg, var(--deep), var(--deep-2) 58%, var(--deep-3));
    color: #ffffff;
}
.dark-section .section-head p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.72);
}
.dark-section .eyebrow,
.contact-dark .eyebrow,
.why-section .eyebrow {
    color: var(--accent-light);
}
.dark-section .case-grid article {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
}
.dark-section .case-grid p {
    color: rgba(255, 255, 255, 0.76);
}
.cases.dark-section {
    background:
        radial-gradient(circle at 84% 8%, rgba(228, 217, 55, 0.16), transparent 30%),
        radial-gradient(circle at 12% 88%, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(135deg, #050a27, #091141 54%, #111a55);
    color: #ffffff;
}
.cases.dark-section .eyebrow {
    color: var(--accent-light);
}
.cases.dark-section .section-head p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.74);
}
.cases.dark-section .case-grid article {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
}
.cases.dark-section .case-grid article > img {
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
    object-fit: cover;
    overflow: hidden;
    transition: filter .28s ease, transform .28s ease, box-shadow .28s ease;
}
.cases.dark-section .case-grid article:hover > img {
    filter: saturate(.94) contrast(1.04) brightness(1.03);
    transform: scale(1.025);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34);
}
.cases.dark-section .case-grid article > div {
    padding: 18px 0 0;
}
.cases.dark-section .case-grid p {
    color: rgba(255, 255, 255, 0.74);
}

.contact-section {
    display: grid;
    gap: 44px;
    grid-template-columns: .85fr 1.15fr;
}
.contact-dark {
    background:
        linear-gradient(180deg, #f6f6f3, #ffffff);
    color: var(--deep);
}
.contact-dark .contact-copy p,
.contact-dark .contact-copy li,
.contact-dark .contact-copy a {
    color: rgba(9, 17, 65, 0.74);
}
.contact-dark .contact-card {
    background: #ffffff;
    border-color: var(--line);
    box-shadow: 0 18px 52px rgba(9, 17, 65, 0.08);
}
.contact-dark .contact-form label {
    color: rgba(9, 17, 65, 0.72);
}
.contact-dark .contact-form input,
.contact-dark .contact-form textarea {
    background: #ffffff;
}
.contact-copy ul { list-style: none; padding: 0; margin: 28px 0 0; }
.contact-copy li { margin: 10px 0; font-weight: 700; }
.contact-card {
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: clamp(22px, 4vw, 42px);
}
.contact-form { display: grid; gap: 16px; }
.contact-form label { color: var(--muted); display: grid; font-weight: 800; gap: 8px; }
.contact-form input, .contact-form textarea {
    border: 1px solid var(--line);
    border-radius: 12px;
    font: inherit;
    padding: 14px 16px;
    width: 100%;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); outline: none; }
.contact-form button {
    background: var(--accent);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    padding: 15px 24px;
}
.hidden-field { position: absolute; left: -9999px; opacity: 0; }
.form-notice { border-radius: 12px; font-weight: 800; margin-top: 16px; padding: 14px 16px; }
.form-notice.is-success { background: #e7f7ee; color: #146c3d; }
.form-notice.is-error { background: #fdecea; color: #9f2a1f; }

.footer {
    align-items: center;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    padding: 24px clamp(22px, 6vw, 90px);
}
.footer div { display: flex; gap: 18px; }
.footer a { color: var(--muted); font-weight: 700; text-decoration: none; }

.cookie-banner {
    align-items: center;
    background: rgba(5, 10, 39, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    bottom: 18px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
    color: #ffffff;
    display: none;
    gap: 18px;
    left: clamp(14px, 4vw, 32px);
    max-width: 920px;
    padding: 18px;
    position: fixed;
    right: clamp(14px, 4vw, 32px);
    z-index: 50;
}
.cookie-banner.is-visible { display: flex; }
.cookie-banner p { color: rgba(255, 255, 255, 0.78); margin: 4px 0 0; }
.cookie-banner strong { color: #ffffff; display: block; }
.cookie-actions { display: flex; flex-shrink: 0; gap: 10px; }
.cookie-actions button {
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    padding: 12px 18px;
}
.cookie-actions [data-cookie-accept] { background: var(--accent-light); color: var(--deep); }
.cookie-actions [data-cookie-decline] { background: rgba(255, 255, 255, 0.12); color: #ffffff; }

.page-hero {
    padding: 150px clamp(22px, 6vw, 90px) 70px;
}
.page-hero p:not(.eyebrow) { color: var(--muted); font-size: 1.18rem; max-width: 760px; }
.portfolio-section {
    background:
        linear-gradient(180deg, var(--soft), #ffffff);
    padding: 40px clamp(22px, 6vw, 90px) 90px;
}
.portfolio-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}
.portfolio-filter button {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--deep);
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    padding: 11px 18px;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.portfolio-filter button:hover,
.portfolio-filter button:focus,
.portfolio-filter button.is-active {
    background: var(--deep);
    border-color: var(--deep);
    color: #e4d937;
}
.portfolio-card { cursor: zoom-in; min-height: 360px; }
.portfolio-card.is-hidden { display: none; }
.portfolio-card span { color: var(--accent); font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.portfolio-card h3 { margin-top: 6px; }
.why-section {
    align-items: center;
    background:
        linear-gradient(110deg, rgba(5, 10, 39, 0.96), rgba(9, 17, 65, 0.9) 46%, rgba(9, 17, 65, 0.7)),
        url("../images/backgrounds/osobny-pristup-bg.jpg") center / cover no-repeat;
    color: #ffffff;
    display: grid;
    gap: 42px;
    grid-template-columns: 1.1fr 0.9fr;
    position: relative;
}
.why-copy p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.08rem;
}
.why-points {
    display: grid;
    gap: 14px;
}
.portrait-card {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 8px 0 18px;
}
.portrait-card img {
    aspect-ratio: 1 / 1;
    border: 5px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    max-width: 230px;
    object-fit: cover;
    object-position: center 28%;
    width: min(58vw, 230px);
}
.why-points article {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    padding: 22px;
}
.why-points strong,
.why-points span {
    display: block;
}
.why-points strong {
    font-size: 1.1rem;
    margin-bottom: 8px;
}
.why-points span {
    color: rgba(255, 255, 255, 0.74);
}

.service-hero {
    background:
        linear-gradient(90deg, rgba(5, 10, 39, .88), rgba(9, 17, 65, .62)),
        url("../images/case-studies/shar-x-obaly.jpg") center / cover no-repeat;
    color: #ffffff;
    min-height: 76vh;
    padding: 150px clamp(22px, 6vw, 90px) 70px;
    display: flex;
    align-items: end;
}
.service-hero .eyebrow { color: var(--accent-light); }
.service-hero p:not(.eyebrow) { max-width: 760px; font-size: clamp(1.05rem, 2vw, 1.28rem); color: rgba(255,255,255,.8); }
.showcase {
    background: var(--soft);
    padding: clamp(70px, 9vw, 110px) 0;
    overflow: hidden;
}
.showcase-head {
    padding: 0 clamp(22px, 6vw, 90px) 28px;
}
.showcase-slider {
    position: relative;
}
.showcase-track {
    display: flex;
    transition: transform .35s ease;
}
.showcase-slide {
    flex: 0 0 100%;
    padding: 0 clamp(18px, 5vw, 70px);
}
.showcase-slide img {
    aspect-ratio: 16 / 9;
    border-radius: 22px;
    box-shadow: 0 28px 80px rgba(9, 17, 65, .16);
    object-fit: cover;
    width: 100%;
}
.showcase-caption {
    display: grid;
    gap: 18px;
    grid-template-columns: .8fr 1.2fr;
    padding: 24px clamp(4px, 2vw, 26px) 0;
}
.showcase-caption p { color: var(--muted); margin: 8px 0 0; }
.showcase-controls {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 22px clamp(22px, 6vw, 90px) 0;
}
.showcase-controls button {
    background: var(--deep);
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.4rem;
    height: 46px;
    width: 46px;
}
.service-text-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr 1fr 1fr;
}
.service-text-grid article {
    border-top: 2px solid var(--deep);
    padding-top: 18px;
}
.service-text-grid p { color: var(--muted); }

.offer-hero {
    align-items: end;
    background:
        linear-gradient(100deg, rgba(5, 10, 39, .94), rgba(9, 17, 65, .76) 48%, rgba(9, 17, 65, .28)),
        url("../images/offer/ponuka-hero.jpg") center / cover no-repeat;
    color: #ffffff;
    display: flex;
    min-height: 82vh;
    padding: 150px clamp(22px, 6vw, 90px) 78px;
}
.offer-hero-content { max-width: 900px; }
.offer-monthly {
    background: #f4e301;
    color: var(--deep);
}
.offer-highlight {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: 1.2fr .8fr;
}
.offer-highlight .eyebrow { color: var(--deep); }
.offer-highlight p { color: rgba(9, 17, 65, .74); font-size: 1.08rem; max-width: 760px; }
.offer-price-panel {
    background: var(--deep);
    border-radius: 18px;
    color: #ffffff;
    padding: clamp(24px, 4vw, 38px);
}
.offer-price-panel span,
.offer-card span {
    color: var(--accent-light);
    display: block;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 18px;
}
.offer-price-panel ul {
    color: rgba(255,255,255,.78);
    margin: 0 0 28px;
    padding-left: 20px;
}
.offer-packages {
    background:
        linear-gradient(180deg, #ffffff, #f4f7f8);
}
.offer-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
}
.offer-builder {
    align-items: stretch;
    display: grid;
    gap: 18px;
    grid-template-columns: .8fr 1.2fr;
    margin-bottom: 32px;
}
.offer-options {
    background: var(--deep);
    border-radius: 18px;
    display: grid;
    gap: 8px;
    padding: 12px;
}
.offer-options button {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    padding: 16px 18px;
    text-align: left;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}
.offer-options button:hover,
.offer-options button:focus,
.offer-options button.is-active {
    background: var(--accent-light);
    color: var(--deep);
    transform: translateX(2px);
}
.offer-detail {
    background:
        linear-gradient(135deg, rgba(9, 17, 65, .96), rgba(22, 36, 109, .92)),
        var(--deep);
    border-radius: 18px;
    color: #ffffff;
    padding: clamp(26px, 4vw, 42px);
}
.offer-detail .eyebrow { color: var(--accent-light); }
.offer-detail-head {
    align-items: start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}
.offer-detail h3 {
    font-size: clamp(2rem, 4vw, 3.4rem);
}
.offer-detail-head strong {
    background: var(--accent-light);
    border-radius: 999px;
    color: var(--deep);
    flex-shrink: 0;
    font-size: 1rem;
    padding: 12px 16px;
}
.offer-detail p,
.offer-detail dd {
    color: rgba(255,255,255,.76);
}
.offer-detail dl {
    display: grid;
    gap: 12px;
    margin: 24px 0 30px;
}
.offer-detail dl div {
    border-top: 1px solid rgba(255,255,255,.14);
    display: grid;
    gap: 12px;
    grid-template-columns: 120px 1fr;
    padding-top: 12px;
}
.offer-detail dt {
    color: #ffffff;
    font-weight: 800;
}
.offer-detail dd {
    margin: 0;
}
.offer-card {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    transition: box-shadow .24s ease, transform .24s ease;
}
.offer-card:hover {
    box-shadow: 0 20px 50px rgba(9, 17, 65, .13);
    transform: translateY(-2px);
}
.offer-card img {
    aspect-ratio: 1.55 / 1;
    object-fit: cover;
    width: 100%;
}
.offer-card div { padding: 24px; }
.offer-card span {
    color: var(--deep);
    font-size: 1.65rem;
    margin-bottom: 14px;
}
.offer-card p { color: var(--muted); }
.offer-card a {
    color: var(--deep);
    display: inline-flex;
    font-weight: 800;
    margin-top: 8px;
    text-decoration: none;
}
.offer-card a::after {
    content: " ->";
}
.offer-proof {
    background: #f4e301;
    color: var(--deep);
}
.offer-proof .eyebrow { color: var(--deep); }
.offer-proof .section-head p {
    color: rgba(9, 17, 65, .74);
}
.offer-proof-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
}
.offer-proof-grid article {
    background: rgba(255,255,255,.55);
    border: 1px solid rgba(9,17,65,.14);
    border-radius: 18px;
    padding: 26px;
}
.offer-proof-grid strong {
    color: rgba(9, 17, 65, .42);
    display: block;
    font-size: 1.8rem;
    margin-bottom: 18px;
}
.offer-proof-grid p {
    color: rgba(9, 17, 65, .72);
}
.offer-process {
    background: var(--deep);
    color: #ffffff;
}
.offer-process .eyebrow { color: var(--accent-light); }
.offer-process .section-head p { color: rgba(255,255,255,.72); }
.offer-steps {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
}
.offer-steps article {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    padding: 26px;
}
.offer-steps strong {
    align-items: center;
    background: var(--accent-light);
    border-radius: 50%;
    color: var(--deep);
    display: flex;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    margin-bottom: 20px;
    width: 42px;
}
.offer-steps p { color: rgba(255,255,255,.72); }

@media (max-width: 980px) {
    .proof-strip, .service-grid, .work-grid, .portfolio-grid, .case-grid, .contact-section, .price-grid, .why-section, .offer-grid, .offer-steps, .offer-highlight, .offer-builder, .offer-proof-grid { grid-template-columns: 1fr 1fr; }
    h1 { font-size: clamp(2.4rem, 9vw, 4.5rem); }
}
@media (max-width: 680px) {
    .site-header { align-items: center; flex-wrap: wrap; gap: 12px; padding: 14px 18px; }
    .brand-logo-only img { width: min(52vw, 180px); }
    .menu-toggle { display: inline-flex; margin-left: auto; }
    nav {
        background: rgba(5, 10, 39, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        display: none;
        flex-direction: column;
        gap: 0;
        padding: 10px;
        width: 100%;
    }
    .site-header.is-menu-open nav { display: flex; }
    nav a { border-radius: 10px; padding: 10px 12px; }
    nav a:hover,
    nav a:focus,
    nav a:active { background: rgba(255, 255, 255, 0.08); }
    .proof-strip, .service-grid, .work-grid, .portfolio-grid, .case-grid, .contact-section, .price-grid, .why-section, .offer-grid, .offer-steps, .offer-highlight, .offer-builder, .offer-proof-grid { grid-template-columns: 1fr; }
    .offer-detail-head { align-items: flex-start; flex-direction: column; }
    .offer-detail dl div { grid-template-columns: 1fr; }
    .showcase-caption, .service-text-grid { grid-template-columns: 1fr; }
    .showcase-slide { padding: 0 16px; }
    .showcase-slide img { aspect-ratio: 4 / 3; border-radius: 16px; }
    .service-grid img { min-height: 190px; }
    .offer-hero { min-height: 88vh; }
    .split-head { align-items: flex-start; flex-direction: column; }
    .footer { align-items: flex-start; flex-direction: column; gap: 12px; }
    .cookie-banner { align-items: flex-start; flex-direction: column; }
    .cookie-actions { width: 100%; }
    .cookie-actions button { flex: 1; }
    .hero { min-height: 100vh; }
}
