/* Clean hero */
.navbar { background: #fff; isolation: isolate; }
.navbar.sticky-top { z-index: 1030; }
.hero { z-index: 0; }
.hero-clean { min-height: calc(100vh - 116px); padding: 66px 0; }
.hero-clean .hero-label { display: inline-flex; align-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 30px; padding: 7px 12px; color: #d4e0e8; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 800; margin-bottom: 24px; }
.hero-clean h1 { max-width: 760px; font-size: clamp(3.25rem, 5.7vw, 5.5rem); margin-bottom: 25px; }
.hero-clean .hero-copy { max-width: 660px; font-size: 1.08rem; }
.hero-focus { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 30px; }
.hero-focus span { position: relative; padding-left: 13px; color: #92a6b4; font-size: .76rem; font-weight: 700; }
.hero-focus span::before { content: ""; position: absolute; width: 5px; height: 5px; left: 0; top: .55em; border-radius: 50%; background: #ff7654; }
.hero-conversation { position: relative; background: #fff; color: #5c6d79; border-radius: 8px; padding: 42px; box-shadow: 0 28px 70px rgba(0,0,0,.26); }
.hero-conversation::before { content: ""; position: absolute; top: 0; left: 42px; width: 70px; height: 5px; background: var(--brand); }
.conversation-label { display: block; color: var(--brand-dark); text-transform: uppercase; letter-spacing: .11em; font-size: .68rem; font-weight: 800; margin-bottom: 17px; }
.hero-conversation h2 { color: var(--ink); font-size: clamp(1.75rem, 2.7vw, 2.35rem); line-height: 1.28; margin-bottom: 16px; }
.hero-conversation p { font-size: .95rem; line-height: 1.7; }
.conversation-actions { display: grid; gap: 10px; margin-top: 25px; }
.conversation-actions .btn { width: 100%; }
.conversation-secondary { border: 1px solid #ccd6dc; color: var(--ink); background: #fff; }
.conversation-secondary:hover { border-color: var(--ink); color: var(--ink); background: #f7f9fa; }
.conversation-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); color: #7a8a95; font-size: .72rem; font-weight: 700; }

/* Remove decorative dash-led labels */
.eyebrow { gap: 0; }
.eyebrow > span { display: none; }
.service-card li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 10px 2px 0; border-radius: 50%; background: var(--brand); }

/* Selected work */

.work-section { background: #fff; padding-top: 105px; }
.work-intro { margin-bottom: 30px; }
.work-intro h2 { max-width: 720px; margin: 0; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.2; }
.case-study { display: grid; grid-template-columns: 34% 66%; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 22px 55px rgba(7, 26, 43, .08); }
.case-brand { background: #f2f5f7; padding: 50px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.case-brand img { width: 250px; max-width: 100%; height: auto; object-fit: contain; margin: 24px 0; }
.case-brand p { font-size: .93rem; color: #586a78; }
.case-brand a { color: var(--ink); font-weight: 700; text-decoration: none; font-size: .88rem; }
.case-brand a:hover { color: var(--brand); }
.case-label { text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 800; color: var(--brand); }
.case-content { padding: 58px 64px; }
.case-content h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); margin: 14px 0 20px; }
.case-content > p { font-size: 1.05rem; line-height: 1.8; max-width: 720px; }
.case-details { display: grid; grid-template-columns: repeat(3, 1fr); margin: 35px 0 0; border-top: 1px solid var(--line); padding-top: 25px; }
.case-details div { padding-right: 20px; }
.case-details dt { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: #8b979f; }
.case-details dd { font-weight: 700; color: var(--ink); font-size: .9rem; margin: 6px 0 0; }
.partner-strip { margin-top: 30px; background: var(--navy); border-radius: 14px; padding: 25px 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.partner-copy p { color: #c2ced6; margin: 5px 0 0; font-size: .9rem; }
.hostinger-badge { display: block; width: 240px; max-width: 100%; text-decoration: none; transition: transform .2s ease, filter .2s ease; }
.hostinger-badge:hover { transform: translateY(-2px); filter: brightness(1.05); }
.hostinger-badge img { display: block; width: 100%; height: auto; }
.footer-partner-badge { display: block; width: 190px; max-width: 100%; margin-top: 24px; transition: opacity .2s ease, transform .2s ease; }
.footer-partner-badge:hover { opacity: .9; transform: translateY(-2px); }
.footer-partner-badge img { display: block; width: 100%; height: auto; }

/* Legal pages */
.legal-page { background: #fff; }
.legal-hero { background: var(--navy); padding: 85px 0; }
.legal-hero h1 { color: #fff; font-size: clamp(2.8rem, 6vw, 5rem); margin: 0 0 18px; }
.legal-hero p { color: #b6c6d1; font-size: 1.08rem; max-width: 680px; margin-bottom: 25px; }
.legal-hero small { color: #8096a5; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 80px; justify-content: center; padding-top: 80px; padding-bottom: 100px; }
.legal-layout aside { position: sticky; top: 110px; height: max-content; border-left: 2px solid var(--line); padding-left: 20px; }
.legal-layout aside strong, .legal-layout aside a { display: block; }
.legal-layout aside strong { color: var(--ink); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.legal-layout aside a { color: #697985; text-decoration: none; font-size: .84rem; margin: 9px 0; }
.legal-layout aside a:hover { color: var(--brand); }
.legal-content section { padding: 0 0 35px; margin-bottom: 35px; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { font-size: 1.45rem; margin-bottom: 14px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { font-size: .98rem; line-height: 1.8; }
.legal-content ul { padding-left: 21px; }
.legal-content li { margin: 7px 0; }
.legal-content a { color: var(--brand-dark); }
.legal-content address { font-style: normal; color: #586a78; margin-top: 20px; }

@media (max-width: 991px) {
    .navbar-collapse { position: relative; z-index: 2; margin: 0 -12px; padding: 0 12px 20px; background: #fff; box-shadow: 0 18px 28px rgba(7, 26, 43, .08); }
    .navbar .nav-link { margin: 0; padding: 12px 8px !important; }
    .hero-clean { min-height: auto; }
    .hero-conversation { max-width: 620px; }
    .case-study { grid-template-columns: 1fr; }
    .case-brand { padding: 38px; }
    .case-content { padding: 42px; }
    .legal-layout { grid-template-columns: 1fr; gap: 35px; }
    .legal-layout aside { position: static; display: none; }
}

@media (max-width: 575px) {
    .hero-clean { padding: 55px 0 62px; }
    .hero-clean h1 { font-size: 2.75rem; }
    .hero-conversation { padding: 34px 24px; }
    .hero-conversation::before { left: 24px; }
    .conversation-footer { flex-direction: column; gap: 5px; }
    .case-brand, .case-content { padding: 30px 24px; }
    .case-details { grid-template-columns: 1fr; gap: 20px; }
    .partner-strip { align-items: flex-start; flex-direction: column; }
    .hostinger-badge { width: 220px; }
    .legal-hero { padding: 60px 0; }
    .legal-layout { padding-top: 55px; padding-bottom: 65px; }
}
