/* ==========================================================================
   Vooba — Custom Styles
   Extends the Brave base theme with Vooba-specific design tokens
   and the page components built in this project.
   ========================================================================== */


/* Smooth in-page scrolling for anchor links (e.g. "Not Technical?" CTA) */
html { scroll-behavior: smooth; }
/* Offset anchor targets so they clear the sticky header */
#not-technical { scroll-margin-top: 100px; }


/* --------------------------------------------------------------------------
   1. Brand Colour Utilities
   -------------------------------------------------------------------------- */

/* Primary accent colour applied to text */
.text-brand { color: #e62568; }

/* Nav — remove library drop shadow, replace with fine grey border (non-transparent navs only) */
.header-shadow-wrapper::after { box-shadow: none !important; }
.navik-header:not(.header-transparent) { border-bottom: none; }

/* Reset browser default <button> styles on the burger so it matches the <div> used on other pages */
button.burger-menu {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

/* Preloader — contemporary dark screen with wordmark + gradient line */
.preloader-container {
    background-color: #0c1113 !important;
    flex-direction: column;
}
.preloader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
}
.preloader-brand {
    font-family: 'Helvetica Now Display', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #fff;
    letter-spacing: 0.45em;
    opacity: 0;
    animation: pl-fade-up 0.7s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.preloader-line-grow {
    width: 0;
    height: 1px;
    align-self: center;
    background: linear-gradient(90deg, #e62568, #ff8c42, #e8c840, #7dbb42, #e62568);
    background-size: 300% 100%;
    animation:
        pl-expand 1.4s 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards,
        sanityGradientShift 4s 0.6s linear infinite;
}
@keyframes pl-fade-up {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes pl-expand {
    from { width: 0; }
    to   { width: 180px; }
}

/* Frontly chatbot — hidden until scroll */
#frontly-launcher-root {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease !important;
}
body.page-scrolled #frontly-launcher-root {
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Call button — bottom-left, mirrors Frontly pill */
#call-launcher {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9998;
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: #1b1b1b;
    border-radius: 100px;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, padding 0.3s ease, gap 0.3s ease;
    overflow: hidden;
}
body.page-scrolled #call-launcher {
    opacity: 1;
    pointer-events: auto;
}
#call-launcher:hover {
    padding: 10px 20px 10px 10px;
    gap: 12px;
    text-decoration: none;
    color: #fff;
}
.call-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e62568;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}
#call-launcher:hover .call-icon-box {
    transform: scale(1.05);
}
.call-label {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: max-width 0.35s ease, opacity 0.25s ease;
}
#call-launcher:hover .call-label {
    max-width: 100px;
    opacity: 1;
}

/* Pricing nav item — solid pink pill */
.nav-pricing {
    height: auto !important;
    align-self: center;
}
.nav-pricing > a {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5em;
    background: #e62568 !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 0.7em 1.6em !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.13em !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    height: auto !important;
    transition: background 0.2s ease, transform 0.2s ease;
}
.nav-pricing > a::after {
    content: "\2192"; /* → */
    font-size: 1.1em;
    line-height: 0;
    transition: transform 0.2s ease;
}
.nav-pricing > a:hover {
    background: #c91f58 !important;
    color: #fff !important;
    transform: translateY(-1px);
}
.nav-pricing > a:hover::after {
    transform: translateX(3px);
}


/* --------------------------------------------------------------------------
   2. Font-Weight Utilities
   Used to create typographic contrast within headings
   -------------------------------------------------------------------------- */

.fw-light { font-weight: 300; }
.fw-heavy { font-weight: 800; }

/* Ensure fw-light/fw-heavy contrast is preserved inside bold parent headings */
.pkg-heading .fw-light,
.core-heading .fw-light,
.why-us-heading .fw-light,
.sanity-cta-heading .fw-light,
.h1 .fw-light { font-weight: 300; }

/* Eyebrow line inside a why-us-heading (e.g. "Why Choose" above "Us?") */
.why-us-heading .fw-light {
    display: block;
    font-size: 0.55em;
}


/* --------------------------------------------------------------------------
   3. Text Opacity Utilities
   -------------------------------------------------------------------------- */

/* Hero body copy — white at 70% opacity */
.text-white-70 { color: rgba(255, 255, 255, 0.70); }

/* Checklist item text — white at 85% opacity */
.text-white-85 { color: rgba(255, 255, 255, 0.85); }


/* --------------------------------------------------------------------------
   4. Video
   -------------------------------------------------------------------------- */

/* Fills an absolutely-positioned container edge-to-edge */
.video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


/* --------------------------------------------------------------------------
   5. Hero Banner Panels
   -------------------------------------------------------------------------- */

/* Dark background for the text-side of each hero slide */
.panel-dark { background: #12191b; }

/* Right padding on desktop so text doesn't run to the panel edge */
@media (min-width: 992px) {
    .hero-panel-content { padding-right: 4rem !important; }
}
@media (min-width: 1280px) {
    .hero-panel-content { padding-right: 5.5rem !important; }
}

/* Slide 1 headline — shorter phrase, larger size */
.hero-heading {
    font-size: clamp(2rem, 4.5vw, 3.5rem);
}

/* Slide 2 headline — longer phrase, tighter line-height */
.hero-heading-alt {
    font-size: clamp(1.8rem, 3.8vw, 3rem);
    line-height: 1.15;
}


/* --------------------------------------------------------------------------
   6. Checklist (Slide 2 bullet points)
   -------------------------------------------------------------------------- */

.checklist-item {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 1.35rem !important;
}
.checklist-icon { color: #e62568; font-size: 1.1rem; font-weight: 900; }

.page-header-block-height .lead {
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 0.015em;
}


/* --------------------------------------------------------------------------
   7. Buttons
   -------------------------------------------------------------------------- */

/* Button refinements — all buttons share the same border approach as .btn-explore:
   1px solid visible border, border-radius: 4px, uppercase, letter-spaced */
.btn-round,
.btn {
  border-radius: 0 !important;
}

.btn-outline-light {
    border: 1px solid rgba(255,255,255,0.45) !important;
}
.btn-outline-light:hover {
    border-color: rgba(255,255,255,0.7) !important;
}
.btn-lg {
  padding: 0.85rem 2.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.btn-lg:hover {
  transform: translateY(-1px);
  transition: transform 0.2s ease;
}

/* Primary brand-pink CTA button */
.btn-brand {
    background-color: #e62568;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color:            #fff;
    box-shadow:       none;
}

.btn-brand:hover,
.btn-brand:focus,
.btn-brand:active,
.btn-brand:active:focus {
    background-color: #c91f58;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color:            #fff;
    box-shadow:       none !important;
    outline:          none;
}

/* Outlined pink button */
.btn-outline-brand {
    background-color: transparent;
    border: 1px solid rgba(230, 37, 104, 0.6);
    color:            #e62568;
    box-shadow:       none;
}
.btn-outline-brand:hover {
    background-color: transparent;
    border: 1px solid #e62568;
    color:            #e62568;
    box-shadow:       0 2px 10px rgba(0, 0, 0, 0.08);
}
.btn-outline-brand:focus,
.btn-outline-brand:active,
.btn-outline-brand:active:focus {
    background-color: transparent;
    border: 1px solid rgba(230, 37, 104, 0.6);
    color:            #e62568;
    box-shadow:       none !important;
    outline:          none;
}


/* --------------------------------------------------------------------------
   8. Service Blocks (Scandinavian / editorial)
   -------------------------------------------------------------------------- */

.svc-section { background-color: #f8f7f5; position: relative; z-index: 2; }
.svc-section .lead { margin-bottom: 4rem; }

.svc-block {
  display: block;
  text-decoration: none;
  color: inherit;
  border-left: 1px solid rgba(0,0,0,.1);
  padding: 1.75rem 1.5rem 3rem 2rem;
  background: transparent;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.svc-block:hover {
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.06);
  color: inherit;
  text-decoration: none;
}

.svc-label {
  font-size: 0.69rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999;
  font-weight: 500;
  margin-bottom: 1.75rem;
}
.svc-title {
  font-size: clamp(2rem, 2.2vw, 2.875rem);
  line-height: 1.1;
  color: #161616;
  margin-bottom: 0.85rem;
}
.svc-title .fw-light { font-weight: 300; }
.svc-title .fw-heavy { font-weight: 700; }
.svc-desc {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #5f5f5f;
  margin-bottom: 2rem;
}
.svc-link {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  letter-spacing: 0.02em;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.svc-link::after {
  content: ' →';
  opacity: 0;
  transition: opacity 0.2s ease;
}
.svc-link:hover {
  color: #222;
  border-bottom-color: #e62568;
}
.svc-link:hover::after { opacity: 1; }


/* --------------------------------------------------------------------------
   9. Why Businesses Choose Us
   -------------------------------------------------------------------------- */

.why-us-section {
    background-color: #fff;
    overflow-x: clip;
}
.why-us-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.why-us-heading {
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.1;
    color: #111;
    margin: 0;
}
.why-us-subhead {
    font-size: 1.25rem;
    line-height: 1.65;
    color: #444;
    font-style: italic;
    font-weight: 300;
    margin: 0;
}
.why-us-row {
    transition: background 0.2s ease;
}
.why-us-row .container {
    display: grid;
    grid-template-columns: 60px 1fr 1fr;
    gap: 2rem;
    align-items: center;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.why-us-row--last .container {
    border-bottom: none;
    margin-bottom: 3rem;
}
.why-us-row:hover { background: #fafafa; }
.why-us-num {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #e62568;
}
.why-us-title {
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    font-weight: 800;
    color: #111;
    line-height: 1.15;
}
.why-us-body {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.75;
}


/* --------------------------------------------------------------------------
   10. Sanity Marketing CTA
   -------------------------------------------------------------------------- */

.sanity-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.sanity-video-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Dark overlay sits above video, behind heading content */
.sanity-dark-overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 17, 19, 1);
    z-index: 1;
}

/* Two-column full-viewport layout */
.sanity-section {
    height: 100vh;
}
.sanity-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 45% 55%;
    height: 100vh;
}
.sanity-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5rem 4rem 3rem 4rem;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    overflow: hidden;
}
.sanity-right {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 5rem;
}

/* Heading strip */
.sanity-ko-strip {
    position: relative;
    z-index: 2;
}
.sanity-ko-eyebrow {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0.6rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-block;
}
.sanity-ko-heading {
    margin: 0;
    line-height: 1;
}
.sanity-ko-prefix {
    display: block;
    font-size: clamp(0.8rem, 1.3vw, 1.1rem);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.25em;
    letter-spacing: 0.01em;
}
.sanity-ko-prefix:first-of-type { margin-top: 0; }

/* Animated gradient clipped to heading words */
@keyframes sanityGradientShift {
    0%, 100% { background-position: 0% 50%; }
    50%       { background-position: 100% 50%; }
}
.sanity-ko-word {
    display: block;
    font-size: clamp(3rem, 6.5vw, 7rem);
    font-weight: 800;
    line-height: 0.88;
    letter-spacing: -0.02em;
    padding-bottom: 0.12em;
    white-space: nowrap;
    background: linear-gradient(90deg, #e62568, #ff8c42, #e8c840, #7dbb42, #e62568);
    background-size: 300% 100%;
    animation: sanityGradientShift 10s ease infinite;
}
.masked-copy {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

/* Gradient mask applied to any inline element — icons, spans, etc. */
.gradient-masked {
    display: inline-block;
    background: linear-gradient(90deg, #e62568, #ff8c42, #e8c840, #7dbb42, #e62568);
    background-size: 300% 100%;
    animation: sanityGradientShift 10s ease infinite;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.gradient-masked-green {
    display: inline-block;
    background: linear-gradient(90deg, #5a8a00, #93c021, #c5e848, #93c021, #5a8a00);
    background-size: 300% 100%;
    animation: sanityGradientShift 10s ease infinite;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.gradient-masked-yellow {
    display: inline-block;
    background: linear-gradient(90deg, #cc8500, #ffa600, #ffd080, #ffa600, #cc8500);
    background-size: 300% 100%;
    animation: sanityGradientShift 10s ease infinite;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.gradient-masked-purple {
    display: inline-block;
    background: linear-gradient(90deg, #5a4a8a, #7a66ae, #a090d0, #7a66ae, #5a4a8a);
    background-size: 300% 100%;
    animation: sanityGradientShift 10s ease infinite;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.gradient-masked-blue {
    display: inline-block;
    background: linear-gradient(90deg, #0d6ea8, #1895d7, #55c0f5, #1895d7, #0d6ea8);
    background-size: 300% 100%;
    animation: sanityGradientShift 10s ease infinite;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

/* Pink-only gradient — used on the Web Design page to match the pink video bg */
.gradient-masked-pink {
    display: inline-block;
    background: linear-gradient(90deg, #a8174f, #e62568, #ff3d8a, #ff80b3, #ff3d8a, #e62568, #a8174f);
    background-size: 300% 100%;
    animation: sanityGradientShift 10s ease infinite;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.sanity-ko-word--didot {
    font-family: didot, 'Didot LT Pro', 'GFS Didot', serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.01em;
    padding-bottom: 0.35em;
}
.sanity-tagline {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(1rem, 1.4vw, 1.3rem);
    line-height: 1.5;
    font-family: 'Helvetica Now Display', sans-serif;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.06em;
    display: inline-block;
    transform: scaleX(0.88);
    transform-origin: left center;
    margin: 0;
}
.btn-explore {
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(255, 140, 66, 0.6);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.9rem 1.75rem;
    border-radius: 0;
    line-height: 1;
    text-decoration: none;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.btn-explore:hover {
    border-color: #ff8c42;
    background: rgba(255, 140, 66, 0.08);
    color: #fff;
    text-decoration: none;
}

/* Stats row — top of right column */
.sanity-stats-row {
    display: flex;
    flex: 0 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.sanity-bar-stat {
    flex: 1;
    padding: 1rem 1.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}
.sanity-bar-stat:first-child { border-left: none; }
.sanity-bar-number {
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}
.sanity-bar-label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
    margin-top: 0.2rem;
}

/* Features 2×2 grid — fills remaining height, rows size to content */
.sanity-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    align-content: center;
    flex: 1;
    min-height: 0;
}
.sanity-feature-cell {
    padding: 0.75rem 2rem;
    display: flex;
    align-items: center;
}
.sanity-feature-cell--right {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.sanity-feature-cell--left {
    /* no extra padding needed */
}
.sanity-feature-cell--bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

/* Bottom tagline — foot of right column */
.sanity-foot {
    flex: 0 0 auto;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

/* Content strip kept for z-index reference */
.sanity-content-strip {
    position: relative;
    z-index: 3;
    background: rgba(12, 17, 19, 1);
}
.sanity-feature {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}
.sanity-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.4rem;
}
.sanity-feature-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
.sanity-feature-desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}
.sanity-bottom-tagline {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

/* Gradient button (kept for other uses) */
.btn-sanity-gradient {
    background: linear-gradient(90deg, #e62568, #ff8c42, #e8c840, #7dbb42, #e62568);
    background-size: 300% 100%;
    animation: sanityGradientShift 10s ease infinite;
    border: none;
    color: #000;
    box-shadow: none;
}
.btn-sanity-gradient:hover,
.btn-sanity-gradient:focus,
.btn-sanity-gradient:active,
.btn-sanity-gradient:active:focus {
    background: linear-gradient(90deg, #e62568, #ff8c42, #e8c840, #7dbb42, #e62568);
    background-size: 300% 100%;
    color: #000;
    box-shadow: none !important;
    outline: none;
}


/* --------------------------------------------------------------------------
   11. Footer
   -------------------------------------------------------------------------- */

.vooba-footer {
    background-color: #000000;
}
/* More breathing room around the footer content */
.vooba-footer .row.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 4rem !important;
}
.footer-tagline {
    font-size: 0.875rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0;
}
.footer-social {
    display: flex;
    gap: 0.6rem;
}
.footer-social-link {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.75rem;
    transition: border-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
}
.footer-social-link:hover {
    border-color: #e62568;
    color: #e62568;
    text-decoration: none;
}
.x-icon {
    font-size: 0.8rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
}
.footer-col-heading {
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    margin-bottom: 1.25rem;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li { margin-bottom: 0.6rem; }
.footer-links a {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.875rem;
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-links a:hover,
.footer-link-brand { color: #e62568; text-decoration: none; }
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.45);
}
.footer-contact-icon {
    color: rgba(255, 255, 255, 0.45);
    margin-top: 0.15rem;
    flex-shrink: 0;
    width: 14px;
    text-align: center;
}
.footer-contact-list a {
    color: inherit;
    text-decoration: none;
}
.footer-legal-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}
/* Floating "Call us" + "Ask the assistant" buttons live in this band —
   give them a clear, roomy zone separated from the footer content above */
.footer-bottom {
    height: 102px;
    background-color: #1b1d25;
    border-top: 1px solid rgb(255 255 255 / 4%);
}
.footer-copy {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
}
.footer-legal-link {
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-legal-link:hover { color: #e62568; text-decoration: none; }


/* --------------------------------------------------------------------------
   Responsive — Sanity Marketing section
   -------------------------------------------------------------------------- */

@media (max-width: 991px) {

    .sanity-section { height: auto; }
    .sanity-grid {
        grid-template-columns: 1fr;
        height: auto;
    }

    .sanity-left {
        padding: 4rem 2rem 3rem;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .sanity-right { height: auto; }

    .sanity-stats-row { flex-wrap: wrap; }

    .sanity-bar-stat {
        flex: 0 0 50%;
        padding: 1.5rem 2rem;
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
    .sanity-bar-stat:nth-child(2) { border-left: 1px solid rgba(255,255,255,0.07); }
    .sanity-bar-stat:nth-child(3),
    .sanity-bar-stat:nth-child(4) { border-bottom: none; }
    .sanity-bar-stat:nth-child(4) { border-left: 1px solid rgba(255,255,255,0.07); }

    .sanity-feature-cell       { padding: 2rem; }
    .sanity-feature-cell--right { padding-right: 2rem; }
    .sanity-feature-cell--left  { padding-left: 2rem; }

    .why-us-row .container { grid-template-columns: 40px 1fr; gap: 1rem; }
    .why-us-body { grid-column: 2; }
}

@media (max-width: 575px) {

    .sanity-left { padding: 3rem 1.5rem 2.5rem; }

    .sanity-features-grid { grid-template-columns: 1fr; }

    /* Icon stacks above text so copy aligns flush left */
    .sanity-feature {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .sanity-feature-cell {
        padding: 2rem 1.5rem;
    }
    .sanity-feature-cell--right {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        padding-right: 1.5rem;
    }
    .sanity-feature-cell--bottom { border-bottom: 1px solid rgba(255,255,255,0.07); }
    .sanity-feature-cell--left   { padding-left: 1.5rem; }

    .sanity-bar-stat { flex: 0 0 50%; padding: 1.5rem; }

    .sanity-foot { padding: 2rem 1.5rem; }

    .sanity-bottom-tagline { font-size: 0.8rem; }

    .why-us-row .container { grid-template-columns: 1fr; gap: 0.4rem; padding-top: 1.75rem; padding-bottom: 1.75rem; }
    .why-us-body { grid-column: 1; }
}

/* ============================================================
   Sanity Marketing Packages — page styles
   ============================================================ */

.pkg-section {
    background: #fff;
    padding: 7rem 0 5rem;
}

.pkg-intro {
    margin: 0 auto;
    padding: 0 1rem 8rem;
    position: relative;
    z-index: 1;
}

.pkg-hero {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.pkg-hero-img-wrap {
    flex-shrink: 0;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    overflow: hidden;
}

.pkg-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pkg-hero-text {
    text-align: left;
}

.pkg-eyebrow {
    display: inline-block;
    color: #e62568;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.pkg-heading {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.15;
    color: #161616;
    margin-bottom: 1.25rem;
}

.pkg-subtitle {
    font-size: 1.1rem;
    color: #5f5f5f;
    max-width: 560px;
    line-height: 1.7;
}

.pkg-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: start;
    position: relative;
    z-index: 2;
    margin-top: -6rem;
}

.pkg-card-wrap {
    position: relative;
    padding-top: 0;
}

.pkg-card-wrap--featured {
    background: linear-gradient(90deg, #e62568, #ff8c42, #e8c840, #7dbb42, #e62568);
    background-size: 300% 100%;
    animation: sanityGradientShift 10s ease infinite;
    padding: 2px;
}

.pkg-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pkg-card-wrap:not(.pkg-card-wrap--featured):hover .pkg-card {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(230, 37, 104, 0.3);
}

.pkg-card--featured {
    border: none;
    box-shadow: none;
}

.pkg-card-wrap--featured {
    transition: transform 0.25s ease;
}
.pkg-card-wrap--featured:hover {
    animation-duration: 2s !important;
    transform: translateY(-5px);
}

.pkg-badge {
    display: inline-block;
    color: #e62568;
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    padding: 0.3rem 1rem;
    white-space: nowrap;
    margin-bottom: 1.25rem;
}

.pkg-icon {
    font-size: 1.35rem;
    color: #e62568;
    margin-bottom: 1rem;
}

.pkg-name {
    font-size: 1.25rem;
    font-weight: 800;
    color: #161616;
    margin-bottom: 0.75rem;
}

.pkg-price {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    margin-bottom: 0.25rem;
}

.pkg-amount {
    font-size: 2.5rem;
    font-weight: 800;
    color: #161616;
    line-height: 1;
}

.pkg-period {
    font-size: 0.875rem;
    color: #999;
}

.pkg-duration {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 1.25rem;
}

.pkg-desc {
    font-size: 0.875rem;
    color: #5f5f5f;
    line-height: 1.7;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.pkg-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    flex-grow: 1;
}

.pkg-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 0.6rem;
}

.pkg-feature-icon {
    color: #e62568;
    font-size: 0.7rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.pkg-cta {
    margin-top: auto;
}

.pkg-cta .btn {
    width: 100%;
    text-align: center;
}

.pkg-didot {
    font-family: "didot", serif;
    font-style: italic;
}

/* ===== Core features section ===== */
.core-section {
    background: #0c1113;
    padding: 5rem 0;
}

.core-intro {
    max-width: 640px;
    margin: 0 auto 3.5rem;
    text-align: center;
    padding: 0 1rem;
}

.core-heading {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.core-subtitle {
    font-size: 1rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.7;
}

.core-checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.08);
    max-width: 860px;
    margin: 3rem auto 0;
}

.core-checklist-light {
    font-weight: 300;
    color: rgba(255,255,255,0.72);
}

.core-checklist-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #0c1113;
    padding: 1.5rem 1.75rem;
}

.core-checklist-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
}

.core-checklist-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: rgba(255,255,255,0.85);
    margin-bottom: 0.3rem;
}

.core-checklist-desc {
    font-size: 0.9rem;
    font-weight: 300;
    color: rgba(255,255,255,0.68);
    line-height: 1.5;
    margin: 0;
}

/* ===== Why Choose 2-column grid ===== */
.why-us-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.why-us-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 0.4rem 1.5rem;
    align-items: start;
    padding: 1.75rem 1.5rem 1.75rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    transition: background 0.2s ease;
    cursor: default;
    position: relative;
    z-index: 0;
}

/* Full-bleed hover fill that extends past the centered container to the page edge */
.why-us-item::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: transparent;
    transition: background 0.2s ease;
    pointer-events: none;
}
.why-us-item:nth-child(odd)::before { right: 0; left: -100vw; }
.why-us-item:nth-child(even)::before { left: 0; right: -100vw; }
.why-us-item:hover::before { background: #000000; }

.why-us-item:nth-child(odd) {
    padding-right: 3rem;
    border-right: 1px solid rgba(0,0,0,0.05);
}

.why-us-item:nth-child(even) {
    padding-left: 3rem;
}

.why-us-item--last {
    border-bottom: none;
}

.why-us-item .why-us-num {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
}

.why-us-item .why-us-title {
    font-size: 1.05rem;
    margin: 0 0 0.3rem;
}

.why-us-item .why-us-body {
    font-size: 0.875rem;
    color: #888;
    margin: 0;
}

.core-features-grid {
    max-width: 860px;
    margin: 0 auto;
    grid-auto-rows: 130px;
}

.core-features-grid .sanity-feature-cell {
    padding: 1.25rem 2rem;
    align-items: center;
}

.core-features-grid .sanity-feature {
    gap: 1rem;
}

.core-features-grid .sanity-feature-icon {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.core-features-grid .sanity-feature-title {
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.core-features-grid .sanity-feature-desc {
    font-size: 0.875rem;
    line-height: 1.5;
}

/* ===== Sanity CTA centered ===== */
.sanity-section {
    height: auto !important;
}

.sanity-cta-center {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 7rem 1.5rem;
}

.sanity-cta-heading {
    font-size: clamp(2.25rem, 5vw, 3.75rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
}

.sanity-cta-heading strong {
    font-weight: 800 !important;
}

.sanity-cta-sub {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.sanity-cta-btns {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== Responsive — Sanity Packages page ===== */
@media (max-width: 991px) {
    .pkg-cards {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
    }

    .pkg-section {
        padding: 6rem 0 3rem;
    }

    .pkg-hero {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .pkg-hero-text {
        text-align: center;
    }

    .pkg-hero-img-wrap {
        width: 200px;
        height: 200px;
    }

    .why-us-2col { grid-template-columns: 1fr; }
    .why-us-item:nth-child(odd) { border-right: none; padding-right: 0; }
    .why-us-item:nth-child(even) { padding-left: 0; }
    /* Single column: bleed the hover fill to both page edges */
    .why-us-item:nth-child(odd)::before,
    .why-us-item:nth-child(even)::before { left: -100vw; right: -100vw; }
    .why-us-item--last { border-bottom: 1px solid rgba(0,0,0,0.08); }
    .why-us-item:last-child { border-bottom: none; }
}

@media (max-width: 575px) {
    .pkg-heading {
        font-size: 2rem;
    }

    .pkg-section {
        padding: 5rem 0 2.5rem;
    }
}

@media (max-width: 480px) {
    .core-checklist {
        grid-template-columns: 1fr;
    }
}


/* ============================================================
   Package Detail — Tabbed One-Pagers
   ============================================================ */

.pkg-detail-section {
    background: #f8f7f5;
    padding: 5rem 0;
}

.pkg-detail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgba(0,0,0,0.08);
    padding-bottom: 0;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.pkg-detail-tabs {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

.pkg-tab {
    background: none;
    border: none;
    outline: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    padding: 0.85rem 1.75rem;
    font-family: 'Helvetica Now Display', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #999;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.pkg-tab:hover {
    color: #333;
}

.pkg-tab:focus,
.pkg-tab:focus-visible {
    outline: none;
    box-shadow: none;
}

.pkg-tab.active {
    color: #161616;
    border-bottom-color: #e62568;
}

.pkg-detail-print-btn {
    background: none;
    border: 1px solid rgba(0,0,0,0.18);
    border-radius: 0;
    padding: 0.55rem 1.1rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #555;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.pkg-detail-print-btn:hover {
    border-color: #e62568;
    color: #e62568;
}

.pkg-detail-print-btn:focus,
.pkg-detail-print-btn:focus-visible {
    outline: none;
    box-shadow: none;
}

/* Panels */
.pkg-detail-panel {
    display: none;
}

.pkg-detail-panel.active {
    display: block;
}

.pkg-detail-doc {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.07);
    box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}

/* Panel header strip */
.pkgd-header {
    padding: 3rem 3.5rem 2.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    text-align: center;
}

.pkgd-name {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #161616;
    line-height: 1;
    margin-bottom: 0.6rem;
}

.pkgd-tagline {
    font-size: 1.05rem;
    font-weight: 400;
    color: #444;
    margin-bottom: 1.1rem;
}

.pkgd-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.pkgd-price {
    font-size: 1.4rem;
    font-weight: 800;
    color: #161616;
}

.pkgd-price-sep {
    color: rgba(0,0,0,0.2);
    font-size: 1rem;
}

.pkgd-term {
    font-size: 0.875rem;
    color: #888;
}

.pkgd-popular {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #e62568;
    border: 1px solid rgba(230,37,104,0.4);
    padding: 0.25rem 0.75rem;
    border-radius: 2px;
}

/* Body sections */
.pkgd-body {
    padding: 0 3.5rem;
}

.pkgd-section {
    padding: 2.25rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.pkgd-section:last-child {
    border-bottom: none;
}

.pkgd-section-title {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #e62568;
    margin-bottom: 1rem;
}

.pkgd-section-sub {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #aaa;
    margin: 1.5rem 0 0.75rem;
}

.pkgd-text {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.75;
    margin: 0;
}

/* Feature checklist in panels */
.pkgd-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem 2rem;
}

.pkgd-list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: #333;
    line-height: 1.5;
}

.pkgd-list-icon {
    color: #e62568;
    font-size: 0.7rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

/* Selling points */
.pkgd-points {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.pkgd-point {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.7;
}

.pkgd-point-label {
    font-weight: 700;
    color: #161616;
}

/* Cost comparison table */
.pkgd-compare {
    list-style: disc;
    padding-left: 1.25rem;
    margin: 0.75rem 0;
}

.pkgd-compare li {
    font-size: 0.875rem;
    color: #444;
    margin-bottom: 0.4rem;
}

.pkgd-compare-summary {
    font-size: 0.9rem;
    color: #333;
    line-height: 1.7;
    margin-top: 0.75rem;
}

/* Footer strip */
.pkgd-footer {
    padding: 1.5rem 3.5rem;
    background: #f8f7f5;
    border-top: 1px solid rgba(0,0,0,0.07);
    text-align: center;
}

.pkgd-footer-tagline {
    font-size: 0.8rem;
    color: #888;
    letter-spacing: 0.04em;
    margin: 0;
}

/* Closing CTA strip */
.pkgd-cta-strip {
    padding: 2.5rem 3.5rem 2rem;
    text-align: center;
    border-top: 2px solid rgba(0,0,0,0.07);
}

.pkgd-cta-heading {
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #161616;
    margin-bottom: 0.5rem;
}

.pkgd-cta-body {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .pkgd-header,
    .pkgd-body,
    .pkgd-footer,
    .pkgd-cta-strip {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .pkgd-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .pkg-detail-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .pkg-tab {
        padding: 0.75rem 1.1rem;
    }
}


/* ============================================================
   Print styles — package one-pagers
   ============================================================ */

@media print {
    /* Hide entire site chrome */
    .navik-header,
    .preloader-container,
    .go-to-top,
    .pkg-section,
    .core-section,
    .why-us-section,
    .sanity-section,
    .vooba-footer,
    .pkg-detail-tabs,
    .pkg-detail-print-btn { display: none !important; }

    /* Show ALL panels, not just active */
    .pkg-detail-panel { display: block !important; }

    /* Page break before panel 2 and 3 */
    #panel-sanity-plus,
    #panel-sanity-enterprise { page-break-before: always; }

    /* Clean paper */
    body,
    .pkg-detail-section { background: #fff !important; }

    .pkg-detail-doc {
        box-shadow: none;
        border: none;
        max-width: 100%;
    }

    /* Gradient text won't render in print — fall back to solid colour */
    .gradient-masked {
        background: none !important;
        -webkit-background-clip: unset !important;
        background-clip: unset !important;
        color: #e62568 !important;
        animation: none !important;
    }

    /* ---- Compact spacing so each panel fits one A4 sheet ---- */

    .pkg-detail-section { padding: 0 !important; }

    .pkgd-header {
        padding: 1rem 2rem 0.85rem !important;
    }

    .pkgd-name { font-size: 1.75rem !important; margin-bottom: 0.25rem !important; }
    .pkgd-tagline { font-size: 0.85rem !important; margin-bottom: 0.5rem !important; }
    .pkgd-price { font-size: 1rem !important; }
    .pkgd-term, .pkgd-popular { font-size: 0.72rem !important; }

    .pkgd-body { padding: 0 2rem !important; }

    .pkgd-section {
        padding: 0.7rem 0 !important;
    }

    .pkgd-section-title {
        font-size: 0.6rem !important;
        margin-bottom: 0.45rem !important;
    }

    .pkgd-section-sub {
        font-size: 0.55rem !important;
        margin: 0.6rem 0 0.35rem !important;
    }

    .pkgd-text {
        font-size: 0.78rem !important;
        line-height: 1.5 !important;
    }

    .pkgd-list {
        gap: 0.25rem 1.5rem !important;
    }

    .pkgd-list-item {
        font-size: 0.75rem !important;
        line-height: 1.4 !important;
    }

    .pkgd-points { gap: 0.4rem !important; }

    .pkgd-point {
        font-size: 0.78rem !important;
        line-height: 1.5 !important;
    }

    .pkgd-compare li {
        font-size: 0.75rem !important;
        margin-bottom: 0.2rem !important;
    }

    .pkgd-compare-summary {
        font-size: 0.78rem !important;
        margin-top: 0.35rem !important;
    }

    .pkgd-cta-strip {
        padding: 0.85rem 2rem 0.7rem !important;
    }

    .pkgd-cta-heading { font-size: 0.95rem !important; margin-bottom: 0.25rem !important; }
    .pkgd-cta-body { font-size: 0.78rem !important; line-height: 1.5 !important; }

    .pkgd-footer { padding: 0.6rem 2rem !important; }
    .pkgd-footer-tagline { font-size: 0.7rem !important; }
}


/* ============================================================
   Web Design — page styles
   ============================================================ */

/* ---- Hero — split screen ---- */
/* CSS Grid on the section itself: 1fr 1fr = exactly 50/50, computed at
   paint time with no flex/Bootstrap inheritance chain to go wrong. */
.wd-hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Explicit height (not just min-height) so grid items get a definite
       size that position:absolute children (the video) can resolve against.
       Non-sticky nav is 90px at ≥1280px (70px only when .sticky is applied). */
    height: calc(100vh - 90px);
    min-height: 500px;
    width: 100%;
    background: #fff;
}

.wd-hero-left {
    display: flex;
    align-items: center;
    padding: 4rem 3.5rem;
    overflow-y: auto;
}

.wd-hero-content {
    max-width: 520px;
    margin-left: auto;
    width: 100%;
}

.wd-hero-right {
    position: relative;
    overflow: hidden;
}

.wd-scroll-hint {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.05rem;
    color: #999;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.2s ease;
}
.wd-scroll-hint:hover { color: #e62568; text-decoration: none; }

@media (max-width: 991px) {
    .wd-hero-section {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
    }
    .wd-hero-right {
        order: -1;
        height: 55vw;
        min-height: 280px;
    }
    .wd-hero-left {
        padding: 2.75rem 2rem;
        text-align: center;
    }
    .wd-hero-content {
        max-width: 600px;
        margin: 0 auto;
    }
    .wd-hero-left .d-flex {
        justify-content: center;
    }
    .wd-scroll-hint {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .wd-hero-left {
        padding: 2.25rem 1.25rem;
    }
    .wd-hero-left .d-flex {
        flex-direction: column;
        align-items: center;
    }
    .wd-hero-left .d-flex .btn {
        width: 100%;
        text-align: center;
    }
}

/* ---- Stats — dark strip (mirrors sanity-bar-stat pattern) ---- */
.wd-stats-section {
    background: #0c1113;
}

.wd-stats-row {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.wd-stat {
    flex: 1;
    padding: 2.75rem 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    text-align: center;
}
.wd-stat:first-child { border-left: none; }

.wd-stat-num {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 0.3rem;
}

.wd-stat-label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.01em;
}

/* ---- NOT TECHNICAL? section ---- */
.wd-nottech-section {
    background: #f8f7f5;
    padding: 5rem 0;
}

.wd-nottech-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.wd-nottech-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    padding: 2rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.wd-nottech-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
    /* Each page sets --nottech-accent; falls back to brand pink */
    border-color: var(--nottech-accent, rgba(230, 37, 104, 0.25));
}

.wd-nottech-icon {
    display: block;
    font-size: 1.65rem;
    color: #111;
    margin-bottom: 1rem;
    line-height: 1;
    transition: transform 0.25s ease;
}

.wd-nottech-card:hover .wd-nottech-icon {
    transform: scale(1.08);
}

.wd-nottech-card-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #161616;
    margin-bottom: 0.6rem;
}

.wd-nottech-card-desc {
    font-size: 0.875rem;
    color: #5f5f5f;
    line-height: 1.7;
    margin: 0;
}

.wd-nottech-tagline {
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    color: #161616;
    margin: 3rem auto 0;
    max-width: 640px;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .wd-stats-row { flex-wrap: wrap; }
    .wd-stat {
        flex: 0 0 50%;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.07);
        padding: 2rem 1.5rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wd-stat:nth-child(2n) { border-left: 1px solid rgba(255, 255, 255, 0.07); }
    .wd-stat:first-child,
    .wd-stat:nth-child(2) { border-top: none; }
    .wd-nottech-grid { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
    .wd-stat { flex: 0 0 100%; border-left: none !important; text-align: center; }
}

/* ============================================================
   Search / AEO / Local SEO service tab pages — shared helpers
   ============================================================ */

/* Tab bar wrapper */
.svc-tab-bar {
    background: #e0e0e0;
}

/* Hero heading size on service pages (slightly tighter than default pkg-heading) */
.pkg-heading--service {
    font-size: clamp(2rem, 3.8vw, 3.5rem);
}

/* Hero CTA button row */
.wd-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
    .wd-hero-btns { justify-content: center; }
}

/* Not Technical subtitle — override the italic/large default when inside the nottech section */
.wd-nottech-section .why-us-subhead {
    font-style: normal;
    font-size: 1rem;
}

/* ============================================================
   Contact page
   ============================================================ */

/* ----- Card section ---------------------------------------- */
.contact-card-section {
    background: #f7f7f7;
    padding: 4rem 0 5rem;
}

.contact-card-label {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.52);
    margin-bottom: 1rem;
}

.contact-card-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    color: #1b1b1b;
    margin-bottom: 2.5rem;
    letter-spacing: -0.02em;
}

.contact-card-title-thin {
    display: block;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 0;
}

.contact-card {
    display: grid;
    grid-template-columns: 2fr 3fr;
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.10), 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* Left — dark info panel */
.contact-split-info {
    background: #1b1b1b;
    display: flex;
    position: relative;
    overflow: hidden;
}

.contact-split-info::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 100% 60% at 0% 100%, rgba(230, 37, 104, 0.12) 0%, transparent 60%);
    pointer-events: none;
}

.contact-split-info-inner {
    position: relative;
    z-index: 1;
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 400px;
}

/* Title: thin + heavy weight contrast */
.contact-info-panel-title {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0;
}

.contact-info-panel-title-thin {
    display: block;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.78);
    letter-spacing: 0;
}

/* Primary contact block */
.contact-info-primary { display: flex; flex-direction: column; }

.contact-info-email-big {
    display: block;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    font-weight: 700;
    color: #e62568;
    text-decoration: none;
    margin-bottom: 0.9rem;
    word-break: break-all;
    transition: color 0.2s ease;
}

.contact-info-email-big:hover { color: #fff; text-decoration: none; }

.contact-card-phone {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.975rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    margin-bottom: 0.75rem;
    transition: color 0.2s ease;
}

.contact-card-phone i { color: #e62568; font-size: 0.8em; flex-shrink: 0; }
.contact-card-phone:hover { color: #fff; text-decoration: none; }

.contact-info-address {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.75;
    margin: 0;
}

/* Helpdesk support block */
.contact-info-support-block {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-info-label {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0.5rem;
}

.contact-info-support-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-info-support-link:hover { color: #fff; text-decoration: none; }

/* Social icons (dark panel) */
.contact-info-social { display: flex; gap: 0.6rem; }

.contact-info-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.7rem;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.contact-info-social-icon:hover {
    border-color: #e62568;
    color: #e62568;
    text-decoration: none;
}

/* Right — white form panel */
.contact-split-form {
    background: #fff;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(0, 0, 0, 0.04);
}

.contact-split-form-inner {
    padding: 3rem;
    width: 100%;
}

.contact-form-eyebrow {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #e62568;
    margin-bottom: 0.6rem;
}

.contact-form-heading-v2 {
    font-size: clamp(1.5rem, 2.5vw, 2.25rem);
    font-weight: 800;
    color: #1b1b1b;
    margin-bottom: 2.5rem;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

/* ----- Form inputs ----------------------------------------- */
.contact-input {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    padding: 0.8rem 0;
    font-size: 0.975rem;
    color: #222;
    outline: none;
    margin-bottom: 2rem;
    font-family: inherit;
    transition: border-color 0.2s ease;
}

.contact-input::placeholder { color: #c4c4c4; }
.contact-input:focus { border-bottom-color: #e62568; }

.contact-textarea {
    resize: none;
    height: 110px;
}

.contact-submit-wrap {
    padding: 1rem 0 0;
    text-align: left;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #d4d4d4 !important;
    background: transparent !important;
    background-color: transparent !important;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1b1b1b !important;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.contact-submit-btn:hover {
    background: #e62568 !important;
    background-color: #e62568 !important;
    color: #fff !important;
    border-color: #e62568 !important;
    transform: scale(1.05);
}

/* ----- Form notification + field errors -------------------- */
.contact-notification {
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.contact-notification.success {
    background: #f0faf4;
    color: #1a7a3c;
    border: 1px solid #b3dfc4;
}

.contact-notification.error {
    background: #fff0f3;
    color: #c0143c;
    border: 1px solid #f5b8c8;
}

.error-message {
    display: block;
    font-size: 0.78rem;
    color: #c0143c;
    margin-top: -1.5rem;
    margin-bottom: 1rem;
}

/* ----- Legal note (footer) --------------------------------- */
.contact-legal {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.25);
    text-align: center;
    line-height: 1.6;
}

/* ----- Responsive ------------------------------------------ */
@media (max-width: 991px) {
    .contact-card-title { margin-bottom: 2rem; }

    .contact-card { grid-template-columns: 1fr; }

    .contact-split-info { border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
    .contact-split-info-inner { min-height: 0; }

    .contact-split-form-inner { padding: 3rem 2.5rem; }

    .contact-card-section { padding: 2.5rem 0 4rem; }
}

@media (max-width: 575px) {
    .contact-card-section { padding: 2.5rem 0 3rem; }
    .contact-split-info-inner { padding: 2.5rem 1.5rem; }
    .contact-split-form-inner { padding: 2.5rem 1.5rem; }
    .contact-submit-wrap { text-align: center; }
}



/* ============================================================
   About page
   ============================================================ */

/* Mission / vision feature items — icon + text with divider border */
.about-feature {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 1.25rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.about-feature:first-of-type { border-top: 1px solid rgba(0, 0, 0, 0.06); }

.about-feature-icon { font-size: 1rem; margin-top: 0.2rem; flex-shrink: 0; }

.about-team-email {
    font-size: 0.825rem;
    font-weight: 600;
    color: #444;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.2s ease;
}

.about-team-email:hover { color: #e62568; text-decoration: none; }

/* About intro video */
/* About intro split layout */
.about-intro-section {
    overflow: hidden;
}
.about-intro-row {
    min-height: 600px;
}
.about-intro-content {
    padding: 5rem 4rem 5rem 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-intro-video-col {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

/* Full-fill video link — mirrors homepage video-cover pattern */
.about-video-fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.about-intro-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.about-video-play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(230, 37, 104, 0.9);
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    transition: background 0.2s ease, transform 0.2s ease;
    z-index: 2;
}
.about-video-fill:hover .about-video-play-btn {
    background: #e62568;
    transform: scale(1.08);
}

@media (max-width: 991px) {
    .about-intro-row {
        min-height: auto;
    }
    .about-intro-content {
        padding: 3rem 1.5rem;
    }
    .about-intro-video-col {
        min-height: 360px;
    }
}


/* Team photos — consistent crop */
.about-photo {
    width: 100%;

    object-fit: cover;
    object-position: center top;
    display: block;
    aspect-ratio: 4 / 3;
}

@media (max-width: 575px) {
    .about-photo { aspect-ratio: 1 / 1; }
}

/* ── Mission & Vision dark section ── */
.about-mv-section {
    background-color: #1b1b1b;
}
.about-mv-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.about-mv-item + .about-mv-item {
    border-left: 1px solid rgba(255,255,255,0.08);
}
.about-mv-icon {
    font-size: 1.75rem;
    display: block;
    margin-bottom: 1.25rem;
}
.about-mv-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 1rem;
}
.about-mv-body {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.75;
    font-size: 0.95rem;
}

/* ── Meet the Team — dark variant ── */
.about-team-heading {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    letter-spacing: -0.02em;
}
.about-team-name {
    font-size: 1.25rem;
    line-height: 1.2;
}
.about-team-role {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.about-team-dark {
    background-color: #1b1b1b;
}
.about-team-dark .lead {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
}
.about-team-dark h2 {
    color: #fff;
}
.about-team-dark p {
    color: rgba(255, 255, 255, 0.65);
}
.about-team-dark .about-team-name {
    color: #fff;
}
.about-team-dark .about-team-email {
    color: rgba(255, 255, 255, 0.6);
}
.about-team-dark .about-team-email:hover {
    color: #e62568;
}

/* ── Why Choose Us — dark variant ── */
.why-us-dark {
    background-color: #1b1b1b !important;
}
.why-us-dark .why-us-header {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}
.why-us-dark .why-us-heading {
    color: #fff;
}
.why-us-dark .why-us-subhead {
    color: rgba(255, 255, 255, 0.6);
}
.why-us-dark .why-us-row .container {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}
.why-us-dark .why-us-row:hover {
    background: #000;
}
.why-us-dark .why-us-title {
    color: #fff;
}
.why-us-dark .why-us-body {
    color: rgba(255, 255, 255, 0.6);
}

/* ===== Blog category & tag pills ===== */
.blog-category {
    display: inline-block;
    background: #e8184f;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 0.28rem 0.7rem;
    border-radius: 2px;
    text-decoration: none;
    line-height: 1;
}
.blog-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    margin-top: 2.5rem;
    padding: 1.25rem 0 0.25rem;
    border-top: 1px solid rgba(0,0,0,0.07);
}
.blog-tags::before {
    content: 'Tags';
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #767676;
    white-space: nowrap;
    margin-right: 0.35rem;
    flex-shrink: 0;
}
.blog-tag-pill {
    display: inline-block;
    background: rgba(232,24,79,0.06);
    color: #e8184f;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.25rem 0.65rem;
    border-radius: 2px;
    border: 1px solid rgba(232,24,79,0.2);
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}
a.blog-tag-pill:hover {
    background: #e8184f;
    color: #fff;
    border-color: #e8184f;
}

/* ===== Blog FAQ section ===== */
.blog-faq {
    background: #f8f8f8;
    border-radius: 3px;
    padding: 2rem 2rem 0.5rem;
    margin: 2.75rem 0 2.75rem;
}
.blog-body .blog-faq h2 {
    font-size: 1.2rem !important;
    font-weight: 800;
    color: #111;
    margin: 0 0 1.5rem !important;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(0,0,0,0.08);
    letter-spacing: -0.01em;
}
.blog-body .blog-faq h3 {
    font-size: 0.95rem !important;
    font-weight: 700;
    color: #111;
    margin: 1.5rem 0 0.45rem !important;
    padding-left: 0.85rem;
    border-left: 3px solid #e8184f;
}
.blog-body .blog-faq p {
    font-size: 0.88rem !important;
    color: #555;
    margin: 0 0 1.25rem !important;
    padding-left: 0.85rem;
    line-height: 1.7;
}


/* ============================================================
   Case Studies — shared page styles
   ============================================================ */

body { background: #fff; color: #1a1a1a; }

/* Hero: split grid */
.cs-hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: calc(100vh - 90px);
    min-height: 500px;
    width: 100%;
}
.cs-hero-left {
    display: flex;
    align-items: center;
    background: #12191b;
    padding: 4rem 3.5rem;
    overflow-y: auto;
}
.cs-hero-inner { max-width: 480px; margin-left: auto; width: 100%; }
.cs-hero-right {
    position: relative;
    overflow: hidden;
}
.cs-hero-right img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
}
.cs-eyebrow {
    font-size: 0.65rem; font-weight: 700; letter-spacing: 0.25em;
    text-transform: uppercase; color: #e8184f; margin-bottom: 1.25rem;
}
.cs-hero-title {
    font-size: clamp(1.55rem, 2.8vw, 2.5rem); font-weight: 800;
    line-height: 1.18; letter-spacing: -0.02em; color: #fff;
    margin: 0 0 2rem;
}
.cs-hero-meta {
    font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: rgba(255,255,255,0.72);
}
.cs-hero-title .fw-light,
.cs-section h2 .fw-light,
.cs-cta h2 .fw-light { font-weight: 300; }

@media (max-width: 991px) {
    .cs-hero-section { grid-template-columns: 1fr; height: auto; min-height: 0; }
    .cs-hero-right { order: -1; height: 55vw; min-height: 280px; }
    .cs-hero-left { padding: 2.75rem 2rem; }
    .cs-hero-inner { max-width: 100%; margin: 0; }
}
@media (max-width: 575px) {
    .cs-hero-left { padding: 2.25rem 1.25rem; }
}

/* Stats strip */
.cs-stats-strip {
    background: #111; color: #fff;
}
.cs-stats-strip .container { max-width: 1100px; }
.cs-stat {
    padding: 2rem 1.5rem;
    border-right: 1px solid rgba(255,255,255,0.08);
}
.cs-stat:last-child { border-right: none; }
.cs-stat-label {
    font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em;
    text-transform: uppercase; color: rgba(255,255,255,0.72); margin-bottom: 0.5rem;
}
.cs-stat-value {
    font-size: 1rem; font-weight: 600; color: #fff; line-height: 1.35;
}
.cs-stat-value strong { color: #e8184f; display: block; font-size: 1.5rem; font-weight: 800; }

/* Body sections */
.cs-section { padding: 5rem 0; }
.cs-section--grey { background: #f8f8f8; }
.cs-section--dark { background: #111; }

.cs-section-label {
    font-size: 0.65rem; font-weight: 700; letter-spacing: 0.25em;
    text-transform: uppercase; color: #e8184f; margin-bottom: 1rem;
}
.cs-section h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800;
    line-height: 1.2; letter-spacing: -0.02em; color: #111; margin: 0 0 1.5rem;
}
.cs-section--dark h2 { color: #fff; }
.cs-section p {
    font-size: 1.05rem; line-height: 1.8; color: #444; margin: 0 0 1.25rem;
}
.cs-section p:last-child { margin-bottom: 0; }

/* Overview list */
.cs-overview-list { list-style: none; padding: 0; margin: 0; }
.cs-overview-list li {
    display: flex; gap: 0.75rem; padding: 0.9rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.07); font-size: 0.95rem;
}
.cs-overview-list li:first-child { border-top: 1px solid rgba(0,0,0,0.07); }
.cs-overview-list li span:first-child {
    font-weight: 700; color: #111; min-width: 160px; flex-shrink: 0;
}
.cs-overview-list li span:last-child { color: #555; }

/* Oval image */
.cs-oval-wrap {
    border-radius: 50%; overflow: hidden;
    aspect-ratio: 1; max-width: 480px;
    margin: 0 auto;
}
.cs-oval-wrap img { width: 100%; height: 100%; object-fit: cover; }

/* Strategy icons */
.cs-strategy-card {
    text-align: center; padding: 2rem 1.5rem;
}
.cs-strategy-card img {
    height: 72px; width: auto; display: block; margin: 0 auto 1.25rem;
}
.cs-strategy-card h3 {
    font-size: 0.95rem; font-weight: 700; color: #111;
    margin: 0 0 0.6rem; letter-spacing: -0.01em;
}
.cs-strategy-card p {
    font-size: 0.9rem; line-height: 1.7; color: #555; margin: 0;
}

/* Strategy section intro paragraph */
.cs-strategy-lead {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.75;
    margin: 0;
}

/* Results cards */
.cs-result-card {
    background: #fff; border: 1px solid rgba(0,0,0,0.08);
    border-radius: 4px; padding: 2.25rem 2rem;
    height: 100%;
}
.cs-result-card h3 {
    font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em;
    text-transform: uppercase; color: #767676;
    margin: 0 0 1.5rem; padding-bottom: 1rem;
    border-bottom: 2px solid rgba(0,0,0,0.07);
}
.cs-result-row {
    display: flex; flex-direction: column; gap: 0.3rem;
    padding: 1rem 0; border-bottom: 1px solid rgba(0,0,0,0.06);
}
.cs-result-row:last-child { border-bottom: none; }
.cs-result-row span { font-size: 0.88rem; color: #555; }
.cs-result-row strong { font-size: 1.75rem; font-weight: 800; color: #e8184f; line-height: 1; }

/* Commercial Impact divider row */
.cs-commercial-impact {
    border-top: 1px solid rgba(0,0,0,0.07);
}

/* CTA */
.cs-cta {
    background: #111; padding: 5rem 0; text-align: center;
}
.cs-cta h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800;
    color: #fff; letter-spacing: -0.02em; margin: 0 0 1rem;
}
.cs-cta p {
    font-size: 1.05rem; color: rgba(255,255,255,0.6);
    max-width: 560px; margin: 0 auto 2.5rem; line-height: 1.75;
}
.cs-cta .cs-section-label { text-align: center; }
.btn-brand-cs {
    display: inline-block; background: #e62468; color: #fff;
    font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em;
    text-transform: uppercase; padding: 1rem 2.5rem; border-radius: 0;
    text-decoration: none; transition: background 0.2s;
}
.btn-brand-cs:hover { background: #c4113e; color: #fff; text-decoration: none; }

/* Breadcrumb */
.cs-breadcrumb {
    display: flex; align-items: center; gap: 0.75rem;
    font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em;
    text-transform: uppercase; color: #767676;
    padding: 1.5rem 0 0;
}
.cs-breadcrumb a { color: inherit; text-decoration: none; }
.cs-breadcrumb a:hover { color: #e8184f; }


/* ==========================================================================
   Case Studies — Index / Overview page
   ========================================================================== */

.cs-index-hero {
    background: #0d0d0d;
    color: #fff;
    padding: 7rem 0 5rem;
    text-align: center;
}
.cs-index-hero h1 {
    font-size: clamp(2.2rem, 4.5vw, 3.75rem);
    line-height: 1.12;
    margin: 0.75rem 0 1.25rem;
    font-family: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}
.cs-index-hero h1 .fw-light { font-weight: 300; color: #fff; }

@keyframes cs-grad-anim {
    0%, 100% { background-position: 0% 50%; }
    50%       { background-position: 100% 50%; }
}
.cs-grad {
    background: linear-gradient(135deg, #e8184f 0%, #ff5f6d 30%, #ff9f43 60%, #e8184f 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: cs-grad-anim 4s ease infinite;
}
.cs-index-intro {
    max-width: 560px;
    margin: 0 auto;
    font-size: 1.05rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.65;
}

.cs-index-grid {
    padding: 5rem 0 2rem;
    background: #f8f8f8;
}

/* Card */
.cs-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.cs-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.13);
    text-decoration: none;
    color: inherit;
}

.cs-card-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e0e0e0;
}
.cs-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.cs-card:hover .cs-card-img img {
    transform: scale(1.04);
}

.cs-card-body {
    padding: 1.5rem 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.cs-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.85rem;
}
.cs-card-tags span {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #e8184f;
    background: rgba(232,24,79,0.08);
    padding: 0.25em 0.65em;
    border-radius: 2px;
}
.cs-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.6rem;
    font-family: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #111;
}
.cs-card-desc {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 1.1rem;
}
.cs-card-cta {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #e8184f;
}
.cs-card:hover .cs-card-cta {
    text-decoration: underline;
}
.cs-breadcrumb .sep { color: rgba(0,0,0,0.18); }

/* --------------------------------------------------------------------------
   Legal pages (privacy-policy.html, cookie-policy.html)
   -------------------------------------------------------------------------- */
.legal-hero {
    background: #1b1b1b;
    padding: 7rem 0 4rem;
}
.legal-hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0.5rem 0 0;
}
.legal-body {
    background: #fff;
    padding: 5rem 0 6rem;
}
.legal-prose {
    max-width: 760px;
}
.legal-prose p {
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}
.legal-prose h2 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1b1b1b;
    margin: 2.5rem 0 0.75rem;
    letter-spacing: -0.01em;
}
.legal-prose ul {
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
}
.legal-prose ul li {
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 0.35rem;
}
.legal-prose a {
    color: #e62568;
    text-decoration: none;
}
.legal-prose a:hover {
    text-decoration: underline;
}
/* ============================================================
   Web Design Portfolio page
   ============================================================ */

.wport-hero {
    background: #0c1113;
    padding: 10rem 0 6rem;
    text-align: center;
}
.wport-hero-heading {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 1.25rem;
}
.wport-hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.5);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.75;
}

.wport-section { background: #0a0a0a; }

.wport-featured {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    margin-bottom: 3px;
}
.wport-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
}

.wport-card {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}
.wport-card--featured { height: 480px; }
.wport-card--grid     { height: 300px; }

.wport-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wport-card:hover img { transform: scale(1.05); }

.wport-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.75rem 2rem;
}
.wport-card-content {
    transform: translateY(8px);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wport-card:hover .wport-card-content { transform: translateY(0); }

.wport-card-name {
    font-size: clamp(1.1rem, 1.5vw, 1.5rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.3rem;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.wport-card--grid .wport-card-name { font-size: 1rem; }

.wport-card-cat {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #e62568;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.wport-card-cat::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 1px;
    background: #e62568;
    flex-shrink: 0;
}
.wport-visit {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-top: 0.5rem;
    opacity: 0;
    transition: opacity 0.3s ease 0.05s;
}
.wport-card:hover .wport-visit { opacity: 1; }

@media (max-width: 991px) {
    .wport-card--featured { height: 360px; }
    .wport-grid { grid-template-columns: repeat(2, 1fr); }
    .wport-card--grid { height: 260px; }
}
@media (max-width: 575px) {
    .wport-featured,
    .wport-grid { grid-template-columns: 1fr; }
    .wport-card--featured,
    .wport-card--grid { height: 260px; }
    .wport-card-overlay { padding: 1.5rem; }
    .wport-hero { padding: 8rem 0 4rem; }
}


/* ============================================================
   Branding Portfolio page
   ============================================================ */

.bport-hero {
    background: #111;
    padding: 10rem 0 6rem;
    text-align: center;
}
.bport-hero-heading {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin-bottom: 1.25rem;
}
.bport-hero-sub {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.5);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.75;
}

.bport-section { background: #0a0a0a; }

.bport-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
}
.bport-grid-full { grid-column: 1 / -1; }

.bport-card-wrap { position: relative; }

.bport-card {
    display: block;
    position: relative;
    overflow: hidden;
    height: 540px;
    text-decoration: none;
    color: inherit;
}
.bport-card--wide { height: 420px; }

.bport-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bport-card:hover img { transform: scale(1.05); }

.bport-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.15) 45%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.5rem;
}
.bport-card-content {
    transform: translateY(8px);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bport-card:hover .bport-card-content { transform: translateY(0); }

.bport-card-name {
    font-size: clamp(1.6rem, 2.5vw, 2.25rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.4rem;
    letter-spacing: -0.02em;
    line-height: 1;
}
.bport-card-cat {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #e62568;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.bport-card-cat::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 1px;
    background: #e62568;
    flex-shrink: 0;
}

.bport-view-hint {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin-top: 0.75rem;
    opacity: 0;
    transition: opacity 0.3s ease 0.05s;
}
.bport-card:hover .bport-view-hint { opacity: 1; }

.bport-extra { display: none; }

@media (max-width: 767px) {
    .bport-grid { grid-template-columns: 1fr; }
    .bport-card { height: 340px; }
    .bport-card--wide { height: 280px; }
    .bport-card-overlay { padding: 1.75rem; }
    .bport-hero { padding: 8rem 0 4rem; }
}


.legal-company-note {
    font-size: 0.8rem !important;
    color: rgba(0,0,0,0.4) !important;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0,0,0,0.08);
}

/* ============================================================
   Services overview page
   ============================================================ */

.svc-index-hero {
    background: #0d0d0d;
    color: #fff;
    padding: 7rem 0 5rem;
    text-align: center;
}
.svc-index-hero h1 {
    font-size: clamp(2.2rem, 4.5vw, 3.75rem);
    line-height: 1.12;
    margin: 0.75rem 0 1.25rem;
    font-family: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}
.svc-index-hero h1 .fw-light { font-weight: 300; color: #fff; }
.svc-index-intro {
    max-width: 560px;
    margin: 0 auto;
    font-size: 1.05rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.65;
}

.svc-index-grid {
    padding: 5rem 0 3rem;
    background: #f8f8f8;
}

.svc-index-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    padding: 2.25rem 2rem 2rem;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.svc-index-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.13);
    text-decoration: none;
    color: inherit;
}
.svc-index-card-icon {
    font-size: 1.75rem;
    margin-bottom: 1.4rem;
    flex-shrink: 0;
    line-height: 1;
}
.svc-index-card h3 {
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 0.65rem;
    font-family: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #111;
}
.svc-index-card h3 .fw-light { font-weight: 300; }
.svc-index-card h3 .fw-heavy { font-weight: 800; }
.svc-index-card--featured h3 .fw-light { color: #fff; }
.svc-index-card--featured h3 .gradient-masked { color: transparent !important; }
.svc-index-card p {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 1.25rem;
}
.svc-index-card-link {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111;
    transition: color 0.2s ease;
}
.svc-index-card--featured .svc-index-card-link {
    color: rgba(255,255,255,0.6);
}

.svc-accent--green  { background: rgba(147,192,33,0.12);  color: #93c021; }
.svc-accent--yellow { background: rgba(255,166,0,0.12);   color: #ffa600; }
.svc-accent--pink   { background: rgba(232,24,79,0.12);   color: #e8184f; }
.svc-accent--purple { background: rgba(122,102,174,0.12); color: #7a66ae; }
.svc-accent--blue   { background: rgba(24,149,215,0.12);  color: #1895d7; }
.svc-accent--brand  { background: rgba(232,24,79,0.12);   color: #e8184f; }

.svc-index-card:hover .svc-link-green  { color: #93c021; text-decoration: underline; }
.svc-index-card:hover .svc-link-yellow { color: #ffa600; text-decoration: underline; }
.svc-index-card:hover .svc-link-pink   { color: #e8184f; text-decoration: underline; }
.svc-index-card:hover .svc-link-purple { color: #7a66ae; text-decoration: underline; }
.svc-index-card:hover .svc-link-blue   { color: #1895d7; text-decoration: underline; }
.svc-index-card:hover .svc-link-brand  { color: #e8184f; text-decoration: underline; }

@keyframes svc-border-grad {
    0%, 100% { background-position: 0% 0%; }
    50%       { background-position: 0% 100%; }
}
.svc-index-card--featured {
    background: #0d0d0d;
    color: #fff;
    border-left: none;
    position: relative;
}
.svc-index-card--featured::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #e62568, #ff8c42, #e8c840, #7dbb42, #e62568);
    background-size: 100% 300%;
    animation: svc-border-grad 10s ease infinite;
}
.svc-index-card--featured h3 { color: #fff; }
.svc-index-card--featured p  { color: rgba(255,255,255,0.82); }
.svc-index-card--featured .svc-index-card-link { color: rgba(255,255,255,0.82); }
.svc-index-card--featured:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.35); }
