:root {
    --blue: #2563eb;
    --cyan: #06b6d4;
    --ink: #15171d;
    --muted: #5d6471;
    --soft: #eef4ff;
    --paper: #fbfaf7;
    --card: rgba(255, 255, 255, 0.86);
    --line: rgba(21, 23, 29, 0.1);
    --shadow: 0 24px 80px rgba(37, 99, 235, 0.12);
    --radius-xl: 36px;
    --radius-md: 20px;
    --copy-emphasis-weight: 500;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 12% 18%, rgba(37, 99, 235, 0.14), transparent 32rem),
        radial-gradient(circle at 86% 8%, rgba(6, 182, 212, 0.16), transparent 28rem),
        linear-gradient(180deg, #ffffff 0%, var(--paper) 42%, #f4f8ff 100%);
    font-family: 'IBM Plex Sans', sans-serif;
    overflow-x: hidden;
}

.copy-emphasis {
    color: var(--ink);
    font-weight: var(--copy-emphasis-weight);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(37, 99, 235, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 99, 235, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent 70%);
}

img {
    max-width: 100%;
    display: block;
}

button, a {
    font: inherit;
}

.container {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.page-glow {
    position: fixed;
    z-index: -2;
    width: 34rem;
    height: 34rem;
    border-radius: 999px;
    filter: blur(80px);
    opacity: 0.28;
    pointer-events: none;
}

.page-glow-one {
    left: -12rem;
    top: 24rem;
    background: var(--blue);
}

.page-glow-two {
    right: -12rem;
    top: 6rem;
    background: var(--cyan);
}

.site-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(21, 23, 29, 0.08);
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(22px);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 86px;
    gap: 1rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    min-width: 178px;
}

.brand-logo {
    width: 176px;
    height: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.7rem;
}

.nav-links a,
.text-link,
.site-footer a {
    color: var(--ink);
    font-weight: 700;
    text-decoration: none;
}

.nav-links a {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #353a45;
}

.nav-links a:hover,
.text-link:hover,
.site-footer a:hover {
    color: var(--blue);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.92rem 1.35rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    background: #fff;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.btn-primary {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    box-shadow: 0 18px 42px rgba(37, 99, 235, 0.28);
}

.btn-ghost {
    background: rgba(255, 255, 255, 0.72);
}

.btn-small {
    min-height: 42px;
    padding: 0.65rem 1rem;
    color: var(--blue);
    border-color: rgba(37, 99, 235, 0.35);
    background: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.section {
    padding: clamp(5rem, 8vw, 8.5rem) 0;
}

.section-panel {
    min-height: calc(100vh - 86px);
    display: flex;
    align-items: center;
    padding: 4.5rem 0 3.5rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 4.5rem);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.1rem;
    padding: 0.42rem 0.75rem;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 999px;
    color: var(--blue);
    background: rgba(255, 255, 255, 0.72);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 810px;
    margin-bottom: 1.4rem;
    font-family: 'IBM Plex Mono', monospace;
    font-size: clamp(2.9rem, 5.7vw, 5.25rem);
    line-height: 1.0;
    letter-spacing: -0.075em;
}

h1::after {
    content: "";
    display: block;
    width: min(260px, 42vw);
    height: 10px;
    margin-top: 1.1rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.hero-copy p,
.section-heading p,
.about-copy p,
.cta-panel p {
    color: var(--muted);
    font-size: clamp(1.04rem, 1.5vw, 1.22rem);
    line-height: 1.72;
}

.hero-copy p {
    max-width: 680px;
    margin-bottom: 2rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.hero-proof,
.service-card,
.case-study,
.price-card,
.addon-grid article,
.about-card,
.faq-list details,
.cta-panel {
    border: 1px solid var(--line);
    background: var(--card);
    box-shadow: 0 18px 70px rgba(21, 23, 29, 0.06);
    backdrop-filter: blur(18px);
}

.hero-proof {
    padding: 1.35rem;
    border-radius: var(--radius-xl);
    transform: rotate(1.2deg);
}

.proof-header {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1rem;
    color: var(--blue);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pulse {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: var(--cyan);
    box-shadow: 0 0 0 8px rgba(6, 182, 212, 0.12);
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
}

.metric-card {
    min-height: 128px;
    padding: 1rem;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #f4f8ff);
}

.metric-card strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--blue);
    font-family: 'IBM Plex Mono', monospace;
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    letter-spacing: -0.08em;
}

.metric-card span,
.proof-note {
    color: #3f4652;
    line-height: 1.45;
}

.proof-note {
    margin: 1rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

.ticker {
    overflow: hidden;
    border-block: 1px solid rgba(37, 99, 235, 0.12);
    background: linear-gradient(90deg, rgba(37,99,235,0.07), rgba(6,182,212,0.07));
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: ticker 28s linear infinite;
}

.ticker-group {
    display: flex;
    flex: 0 0 auto;
    gap: 3rem;
    padding: 1.15rem 1.5rem;
}

.ticker-group span {
    color: #283142;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@keyframes ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.section-heading {
    max-width: 760px;
    margin-bottom: 3.3rem;
}

.section-heading.centered {
    margin-inline: auto;
    text-align: center;
}

.split-heading {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 2rem;
    max-width: none;
    align-items: start;
}

.section-heading h2,
.about-card h2,
.cta-panel h2 {
    margin-bottom: 1rem;
    font-family: 'IBM Plex Mono', monospace;
    font-size: clamp(2.15rem, 4.2vw, 4.2rem);
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.service-grid,
.pricing-grid,
.addon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}

.service-card,
.price-card,
.addon-grid article {
    position: relative;
    padding: clamp(1.35rem, 3vw, 2.2rem);
    border-radius: var(--radius-xl);
}

.service-card::before,
.price-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(140deg, rgba(37, 99, 235, 0.12), transparent 34%);
}

.service-index,
.case-number,
.process-item span {
    color: var(--blue);
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 800;
}

.service-card h3,
.price-card h3,
.addon-grid h3,
.about-copy h3,
.process-item h3,
.case-copy h3 {
    margin: 0.8rem 0 0.75rem;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.service-card p,
.service-card li,
.price-card p,
.price-card li,
.addon-grid p,
.process-item p,
.case-copy p,
.faq-list p {
    color: var(--muted);
    line-height: 1.65;
}

.service-card ul,
.price-card ul {
    display: grid;
    gap: 0.55rem;
    margin: 1.2rem 0 0;
    padding-left: 1.2rem;
}

.price-card ul {
    margin-bottom: 1.25rem;
}

.case-study {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(1.2rem, 4vw, 3rem);
    align-items: center;
    margin-bottom: 1.3rem;
    padding: clamp(1.2rem, 3vw, 2.2rem);
    border-radius: 42px;
    overflow: hidden;
}

.featured-case {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.92), rgba(239,247,255,0.88)),
        radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.22), transparent 24rem);
}

.fitela-case {
    grid-template-columns: 0.76fr 1.24fr;
}

.case-kicker {
    color: var(--blue) !important;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.3rem 0;
}

.case-tags span {
    padding: 0.42rem 0.68rem;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 999px;
    color: #20407a;
    background: rgba(37, 99, 235, 0.08);
    font-size: 0.78rem;
    font-weight: 700;
}

.portfolio-live-btn {
    min-height: 50px;
    margin-top: 0.3rem;
    padding: 0.78rem 1.25rem;
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    box-shadow: 0 18px 42px rgba(37, 99, 235, 0.24);
}

.dual-shots {
    position: relative;
    min-height: 530px;
}

.browser-frame {
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(21, 23, 29, 0.12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 30px 70px rgba(21, 23, 29, 0.14);
}

.browser-bar {
    display: flex;
    align-items: center;
    gap: 0.42rem;
    padding: 0.72rem 0.9rem;
    border-bottom: 1px solid rgba(21, 23, 29, 0.08);
    background: #fff;
}

.browser-bar span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #ff6b6b;
}

.browser-bar span:nth-child(2) { background: #ffd166; }
.browser-bar span:nth-child(3) { background: #06d6a0; }
.browser-bar small {
    margin-left: auto;
    color: var(--muted);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.68rem;
}

.large-shot {
    width: 76%;
}

.large-shot img {
    height: 445px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.small-shot {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
}

.small-shot img {
    height: 310px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.portfolio-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
}

.portfolio-strip img {
    height: 340px;
    width: 100%;
    border: 1px solid rgba(21, 23, 29, 0.1);
    border-radius: 24px;
    object-fit: cover;
    object-position: top center;
    box-shadow: 0 20px 45px rgba(21, 23, 29, 0.1);
}

.process-grid,
.about-grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: clamp(1.6rem, 5vw, 4rem);
    align-items: start;
}

.sticky-heading {
    position: sticky;
    top: 120px;
    margin-bottom: 0;
}

.process-list {
    display: grid;
    gap: 1rem;
}

.process-item {
    padding: 2rem;
    border-left: 4px solid var(--blue);
    border-radius: 0 28px 28px 0;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 42px rgba(21, 23, 29, 0.05);
}

.price-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-bottom: clamp(1.75rem, 3.4vw, 2.7rem);
}

.price-card.highlighted {
    border-color: rgba(37, 99, 235, 0.44);
    box-shadow: 0 28px 90px rgba(37, 99, 235, 0.2);
    transform: translateY(-14px);
}

.popular {
    align-self: flex-start;
    margin-bottom: 0.9rem;
    padding: 0.4rem 0.68rem;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.price {
    margin-bottom: 0.8rem;
    color: var(--blue);
    font-family: 'IBM Plex Mono', monospace;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 800;
    letter-spacing: -0.08em;
}

.price-card .btn {
    margin-top: auto;
    margin-bottom: 0.35rem;
}

.btn-card {
    color: var(--blue);
    border-color: rgba(37, 99, 235, 0.24);
}

.addons {
    margin-top: 5rem;
}

.compact-heading {
    margin-bottom: 2rem;
}

.addon-grid article {
    border-radius: 28px;
}

.addon-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 1.1rem;
    color: var(--blue);
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(6, 182, 212, 0.16));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.76), 0 16px 32px rgba(37,99,235,0.12);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.addon-icon-svg {
    width: 34px;
    height: 34px;
    fill: currentColor;
    transition: transform 180ms ease;
}

.addon-grid article:hover .addon-icon {
    transform: scale(1.08);
    border-color: rgba(37, 99, 235, 0.36);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.86), 0 20px 42px rgba(37,99,235,0.18);
}

.addon-grid article:hover .addon-icon-svg {
    transform: scale(1.05);
}

.addon-grid article > strong {
    display: block;
    margin-top: 0.7rem;
    color: var(--blue);
    font-family: 'IBM Plex Mono', monospace;
}

.about-card {
    padding: 1.2rem;
    border-radius: 42px;
}

.profile-photo {
    width: 100%;
    max-height: 460px;
    border-radius:0;
    object-fit: cover;
    object-position: center top;
    margin-bottom: 1.4rem;
}

.about-card > div {
    padding: 0 0.9rem 1rem;
}

.about-copy {
    padding-top: 1rem;
}

.about-copy h3 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2.4rem, 4vw, 4.4rem);
    font-weight: 400;
}

.faq-list {
    display: grid;
    gap: 0.8rem;
    max-width: 880px;
    margin: 0 auto;
}

.faq-list details {
    padding: 1.35rem 1.5rem;
    border-radius: 22px;
}

.faq-list summary {
    cursor: pointer;
    font-weight: 800;
    font-size: 1.05rem;
}

.faq-list p {
    margin: 1rem 0 0;
}

.booking-section {
    position: relative;
    padding-top: 3rem;
}

.booking-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
    gap: clamp(1.2rem, 3vw, 2rem);
    align-items: stretch;
    padding: clamp(1.25rem, 3vw, 1.8rem);
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 46px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.92), rgba(238,244,255,0.82)),
        radial-gradient(circle at 84% 12%, rgba(6, 182, 212, 0.18), transparent 18rem);
    box-shadow: 0 24px 90px rgba(21, 23, 29, 0.08);
    overflow: hidden;
}

.booking-shell::before {
    content: "";
    position: absolute;
    inset: auto -6rem -11rem auto;
    width: 24rem;
    height: 24rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.16), transparent 66%);
    pointer-events: none;
}

.booking-copy,
.calendar-card {
    position: relative;
    z-index: 1;
}

.booking-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 430px;
    padding: clamp(1.35rem, 4vw, 3.2rem);
}

.booking-copy h2 {
    max-width: 820px;
    margin: 0 0 1rem;
    font-family: 'IBM Plex Mono', monospace;
    font-size: clamp(2.35rem, 4.6vw, 4.6rem);
    line-height: 0.98;
    letter-spacing: -0.07em;
}

.booking-copy p {
    max-width: 710px;
    color: var(--muted);
    font-size: clamp(1.04rem, 1.5vw, 1.22rem);
    line-height: 1.72;
}

.booking-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.2rem;
}

.booking-note {
    margin: 1.1rem 0 0;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.78rem !important;
    line-height: 1.55 !important;
}

.calendar-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 430px;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 20% 12%, rgba(255,255,255,0.2), transparent 10rem),
        linear-gradient(145deg, #1d4ed8 0%, #2563eb 48%, #06b6d4 120%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.34), 0 20px 64px rgba(37, 99, 235, 0.22);
    overflow: hidden;
}

.calendar-card-top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.booking-badge,
.calendar-stamp {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.62rem 0.82rem;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.calendar-orbit {
    position: relative;
    width: min(250px, 68vw);
    aspect-ratio: 1;
    margin: 1.3rem auto;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 999px;
}

.calendar-orbit::before {
    content: "";
    position: absolute;
    inset: 21%;
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: inherit;
}

.calendar-orbit::after {
    content: "";
    position: absolute;
    inset: 38%;
    border-radius: inherit;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 0 42px rgba(255,255,255,0.5);
}

.calendar-orbit span {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(21, 23, 29, 0.16);
}

.calendar-orbit span:nth-child(1) {
    top: 10%;
    right: 24%;
}

.calendar-orbit span:nth-child(2) {
    left: 12%;
    bottom: 30%;
    width: 16px;
    height: 16px;
}

.calendar-orbit span:nth-child(3) {
    right: 12%;
    bottom: 18%;
    width: 13px;
    height: 13px;
}

.booking-steps {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: booking-step;
}

.booking-steps li {
    position: relative;
    padding: 0.95rem 1rem 0.95rem 3.1rem;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 20px;
    background: rgba(255,255,255,0.13);
}

.booking-steps li::before {
    counter-increment: booking-step;
    content: counter(booking-step);
    position: absolute;
    left: 0.9rem;
    top: 0.95rem;
    display: grid;
    place-items: center;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 999px;
    color: var(--blue);
    background: #fff;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.78rem;
    font-weight: 900;
}

.booking-steps strong,
.booking-steps span {
    display: block;
}

.booking-steps strong {
    margin-bottom: 0.25rem;
}

.booking-steps span {
    color: rgba(255,255,255,0.82);
    line-height: 1.55;
}

.final-cta {
    padding-top: 2rem;
}

.cta-panel {
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: 46px;
    text-align: center;
    background:
        radial-gradient(circle at 18% 20%, rgba(6, 182, 212, 0.16), transparent 20rem),
        radial-gradient(circle at 85% 24%, rgba(37, 99, 235, 0.18), transparent 22rem),
        rgba(255,255,255,0.88);
}

.cta-panel h2 {
    max-width: 900px;
    margin-inline: auto;
}

.centered-actions {
    justify-content: center;
    margin: 2rem 0 1rem;
}

.cta-panel small {
    color: var(--muted);
    font-family: 'IBM Plex Mono', monospace;
}

.social-proof {
    position: fixed;
    right: 22px;
    bottom: 88px;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: min(330px, calc(100% - 44px));
    padding: 0.85rem 1rem;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 18px;
    color: #20324b;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 18px 50px rgba(21, 23, 29, 0.14);
    backdrop-filter: blur(18px);
}

.social-proof.is-hidden {
    display: none;
}

.social-proof span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    color: #fff;
    background: var(--blue);
    font-weight: 800;
}

.social-proof-dismiss {
    flex: 0 0 28px;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 10px;
    color: #43607d;
    background: rgba(37, 99, 235, 0.09);
    cursor: pointer;
    font: 800 1.05rem/1 'IBM Plex Sans', sans-serif;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.social-proof-dismiss:hover,
.social-proof-dismiss:focus-visible {
    color: #fff;
    background: var(--blue);
    transform: scale(1.06);
    outline: none;
}

.social-proof p,
.cookie-bar p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.35;
}

.cookie-bar {
    position: fixed;
    right: 22px;
    bottom: 18px;
    z-index: 40;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: min(540px, calc(100% - 44px));
    padding: 0.85rem 0.9rem 0.85rem 1.1rem;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(21, 23, 29, 0.14);
}

.cookie-bar.is-hidden {
    display: none;
}

.cookie-bar button {
    margin-left: auto;
    border: 0;
    border-radius: 999px;
    padding: 0.62rem 0.9rem;
    color: #fff;
    background: var(--blue);
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}

.site-footer {
    padding: 3rem 0 7rem;
    border-top: 1px solid rgba(21, 23, 29, 0.08);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--muted);
}

.footer-logo {
    width: 150px;
}

.reveal {
    animation: rise 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.delay-1 { animation-delay: 120ms; }
.delay-2 { animation-delay: 240ms; }

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 980px) {
    .nav-links {
        display: none;
    }

    .hero-grid,
    .split-heading,
    .case-study,
    .fitela-case,
    .process-grid,
    .about-grid,
    .booking-shell {
        grid-template-columns: 1fr;
    }

    .booking-copy,
    .calendar-card {
        min-height: auto;
    }

    .hero-proof {
        transform: none;
    }

    .service-grid,
    .pricing-grid,
    .addon-grid {
        grid-template-columns: 1fr;
    }

    .price-card.highlighted {
        transform: none;
    }

    .sticky-heading {
        position: static;
    }

    .dual-shots {
        min-height: auto;
    }

    .large-shot,
    .small-shot {
        position: static;
        width: 100%;
    }

    .small-shot {
        margin-top: 1rem;
    }

    .portfolio-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .container {
        width: min(100% - 28px, 1160px);
    }

    .nav-inner {
        min-height: 74px;
    }

    .brand {
        min-width: 0;
    }

    .brand-logo {
        width: 138px;
    }

    .btn-small {
        min-height: 38px;
        padding-inline: 0.75rem;
        font-size: 0.68rem;
    }

    .section-panel {
        min-height: auto;
        padding-top: 4rem;
    }

    h1 {
        font-size: clamp(2.35rem, 12vw, 3.85rem);
    }

    .hero-actions,
    .centered-actions,
    .booking-actions {
        display: grid;
    }

    .metric-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2,
    .about-card h2,
    .cta-panel h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .service-card,
    .case-study,
    .price-card,
    .about-card,
    .cta-panel,
    .booking-shell,
    .calendar-card {
        border-radius: 26px;
    }

    .booking-copy {
        padding: 1.25rem 0.8rem 0.4rem;
    }

    .booking-copy h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .calendar-card {
        padding: 1rem;
    }

    .calendar-card-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .large-shot img,
    .small-shot img,
    .portfolio-strip img {
        height: 280px;
    }

    .footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .social-proof {
        display: none;
    }

    .cookie-bar {
        right: 14px;
        bottom: 14px;
        width: calc(100% - 28px);
        align-items: stretch;
        flex-direction: column;
        border-radius: 22px;
    }

    .cookie-bar button {
        width: 100%;
        margin-left: 0;
    }
}


/* Job 27 follow-up refinements */
.btn,
.text-button {
    cursor: pointer;
}

.text-button {
    border: 0;
    padding: 0;
    background: transparent;
}

.services .split-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 880px;
    margin-inline: auto;
    text-align: center;
}

.services .split-heading h2 {
    max-width: 820px;
    margin-inline: auto;
}

.service-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 1.1rem;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(6, 182, 212, 0.16));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.76), 0 16px 32px rgba(37,99,235,0.12);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: var(--blue);
    stroke-width: 2.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
}

.service-icon svg.icon-filled {
    fill: var(--blue);
    stroke: none;
}

.service-card:hover .service-icon {
    transform: scale(1.08);
    border-color: rgba(37, 99, 235, 0.36);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.86), 0 20px 42px rgba(37,99,235,0.18);
}

.service-card:hover .service-icon svg {
    transform: scale(1.05);
}

.portfolio-strip picture {
    display: block;
}

.process-item span {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -0.08em;
}

.proof-footnote {
    margin: 0.45rem 0 0;
    color: var(--muted);
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 0.72rem;
    line-height: 1.35;
}

.btn-addon {
    width: fit-content;
    min-height: 40px;
    margin-top: 1rem;
    padding: 0.62rem 1rem;
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-card h2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

.whatsapp-float {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    transition: transform 180ms ease, box-shadow 180ms ease;
    overflow: hidden;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.48);
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.social-proof {
    right: auto;
    left: 1.5rem;
    bottom: 1.5rem;
    z-index: 9998;
    width: min(390px, calc(100% - 7rem));
}

.social-proof span {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 10px;
}

.cookie-bar {
    right: 92px;
    bottom: 20px;
    width: min(500px, calc(100% - 124px));
}

.lead-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    place-items: center;
    padding: 1.2rem;
}

.lead-modal.is-open {
    display: grid;
}

.lead-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(12px);
}

.lead-modal-panel {
    position: relative;
    width: min(720px, 100%);
    max-height: calc(100vh - 2.4rem);
    overflow: auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 34px;
    background:
        radial-gradient(circle at 10% 0%, rgba(6, 182, 212, 0.13), transparent 17rem),
        #fff;
    box-shadow: 0 28px 90px rgba(15, 23, 42, 0.28);
}

.lead-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(37, 99, 235, 0.18);
    border-radius: 50%;
    color: var(--ink);
    background: rgba(255,255,255,0.88);
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
}

.lead-modal-panel h2 {
    max-width: 560px;
    margin-bottom: 0.75rem;
    font-family: 'IBM Plex Mono', monospace;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    letter-spacing: -0.06em;
}

.lead-modal-panel p {
    color: var(--muted);
    line-height: 1.6;
}

.analysis-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.4rem;
}

.analysis-form label {
    display: grid;
    gap: 0.45rem;
    color: #253047;
    font-weight: 800;
}

.analysis-form span {
    font-size: 0.82rem;
}

.analysis-form input,
.analysis-form textarea {
    width: 100%;
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 18px;
    padding: 0.9rem 1rem;
    color: var(--ink);
    background: rgba(248, 251, 255, 0.9);
    font: inherit;
    outline: none;
}

.analysis-form input:focus,
.analysis-form textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.full-field,
.analysis-form .btn,
.form-status {
    grid-column: 1 / -1;
}

.form-status {
    min-height: 1.35rem;
    margin: 0;
    font-weight: 700;
}

.form-status.is-success {
    color: #087f5b;
}

.form-status.is-error {
    color: #c92a2a;
}

@media (max-width: 980px) {
    .services .split-heading {
        align-items: flex-start;
        text-align: left;
    }

    .ticker-track {
        animation: ticker 22s linear infinite !important;
        will-change: transform;
    }

    .ticker-group {
        min-width: max-content;
    }
}

@media (max-width: 620px) {
    .hero-copy > .eyebrow {
        display: none;
    }

    .metric-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .metric-card {
        min-height: 112px;
        padding: 0.8rem;
    }

    .metric-card strong {
        font-size: clamp(1.7rem, 9vw, 2.25rem);
    }

    .analysis-form {
        grid-template-columns: 1fr;
    }

    .whatsapp-float {
        right: 1rem;
        bottom: 1rem;
    }

    .cookie-bar {
        right: 84px;
        width: calc(100% - 100px);
        border-radius: 24px;
    }

    .social-proof {
        display: flex;
        left: 1rem;
        right: auto;
        bottom: 1rem;
        width: calc(100% - 6.5rem);
        max-width: 320px;
        padding: 0.74rem 0.82rem;
    }
}

/* Job 27 batch 2 refinements */
.ticker-track {
    min-width: max-content;
    animation: ticker 24s linear infinite !important;
    will-change: transform;
}

.ticker-group {
    min-width: max-content;
}

.about-analysis-btn {
    margin-top: 0.5rem;
}

@media (min-width: 981px) {
    .featured-case .large-shot {
        width: min(650px, 88%);
        aspect-ratio: 16 / 10;
    }

    .featured-case .large-shot img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top center;
    }
}

/* Redesigned Booking Journey */
.booking-journey-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.2rem, 3vw, 2.2rem);
    margin: 3.5rem 0 3rem;
}

.journey-card {
    position: relative;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 28px;
    background: linear-gradient(135deg, #fff, rgba(238, 244, 255, 0.4));
    box-shadow: 0 16px 48px rgba(21, 23, 29, 0.03);
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.journey-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 64px rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.25);
}

.journey-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    margin-bottom: 1.2rem;
}

.journey-num {
    font-family: 'IBM Plex Mono', monospace;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    color: var(--blue);
    opacity: 0.85;
    margin-bottom: 1rem;
    line-height: 1;
}

.journey-card h3 {
    font-family: 'IBM Plex Mono', monospace;
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--blue);
}

.journey-card p {
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.6;
}

.booking-cta-block {
    margin-top: 2rem;
}

.booking-note-v2 {
    max-width: 620px;
    margin: 1.5rem auto 0;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.6;
}

.centered {
    text-align: center;
    justify-content: center;
}

/* Mobile responsive adjustments */
@media (max-width: 980px) {
    .booking-journey-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
}

