:root {    --navy-base: #0B1220;    --navy-deep: #060D18;    --navy-light: #1a2744;    --charcoal: #0F0F10;    --black-rich: #020202;    --black-card: #0A0A0A;    --growth-yellow: #e8d44d;    --growth-yellow-dark: #b3a232;    --growth-yellow-light: #f0e068;    --growth-yellow-soft: rgba(232, 212, 77, 0.12);    --growth-yellow-glow: rgba(232, 212, 77, 0.35);    --white: #ffffff;    --ivory: #FAFAF7;    --slate-50: #f8fafc;    --slate-100: #f1f5f9;    --slate-200: #e2e8f0;    --slate-300: #cbd5e1;    --slate-400: #94a3b8;    --slate-500: #64748b;    --slate-600: #475569;    --slate-700: #334155;    --slate-800: #1e293b;    --text-main: #1e293b;    --text-muted: #64748b;    --radius-sm: 12px;    --radius-md: 16px;    --radius-lg: 24px;    --radius-xl: 32px;    --radius-2xl: 40px;    --radius-pill: 999px;    --shadow-subtle: 0 1px 3px rgba(0, 0, 0, 0.04);    --shadow-soft: 0 4px 20px -5px rgba(0, 0, 0, 0.06);    --shadow-medium: 0 8px 30px -8px rgba(0, 0, 0, 0.1);    --shadow-float: 0 20px 50px -12px rgba(0, 0, 0, 0.12);    --shadow-dramatic: 0 30px 60px -15px rgba(0, 0, 0, 0.2);    --shadow-glow-yellow: 0 0 40px var(--growth-yellow-glow);    --shadow-glass: 0 8px 32px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.08);    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);    --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);    --section-pad: clamp(80px, 12vw, 160px);    --section-pad-sm: clamp(60px, 8vw, 120px);}*,*::before,*::after {    box-sizing: border-box;    margin: 0;    padding: 0;}html {    scroll-behavior: smooth;    font-size: 16px;    overflow-x: hidden;    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;}body {    font-family: 'Outfit', -apple-system, sans-serif;    background-color: var(--white);    color: var(--text-main);    line-height: 1.6;    overflow-x: hidden;}h1,h2,h3,h4,h5 {    font-family: 'DM Serif Display', Georgia, serif;    font-weight: 400;    line-height: 1.08;    color: var(--navy-base);    letter-spacing: -0.02em;}a {    text-decoration: none;    color: inherit;    transition: all 0.3s var(--ease-out-expo);}ul {    list-style: none;}img {    max-width: 100%;    height: auto;}.container {    max-width: 1240px;    margin: 0 auto;    padding: 0 clamp(20px, 4vw, 40px);    width: 100%;}.container-narrow {    max-width: 900px;    margin: 0 auto;    padding: 0 clamp(20px, 4vw, 40px);}.btn {    display: inline-flex;    align-items: center;    justify-content: center;    gap: 10px;    padding: 14px 32px;    border-radius: var(--radius-pill);    font-family: 'Outfit', sans-serif;    font-weight: 600;    font-size: 0.95rem;    cursor: pointer;    transition: all 0.4s var(--ease-out-expo);    letter-spacing: 0.3px;    border: none;    position: relative;    overflow: hidden;}.btn::after {    content: '';    position: absolute;    inset: 0;    border-radius: inherit;    opacity: 0;    transition: opacity 0.3s;}.btn:hover {    transform: translateY(-3px) scale(1.02);}.btn:active {    transform: translateY(-1px) scale(0.99);}.btn-primary {    background: var(--growth-yellow);    color: var(--navy-base);    box-shadow: 0 4px 15px var(--growth-yellow-glow);}.btn-primary:hover {    background: var(--growth-yellow-light);    box-shadow: 0 12px 30px var(--growth-yellow-glow);}.btn-secondary {    background: rgba(255, 255, 255, 0.08);    color: var(--white);    border: 1px solid rgba(255, 255, 255, 0.15);    backdrop-filter: blur(10px);}.btn-secondary:hover {    background: rgba(255, 255, 255, 0.15);    border-color: rgba(255, 255, 255, 0.3);}.btn-outline {    border: 1.5px solid var(--slate-200);    color: var(--text-main);    background: var(--white);}.btn-outline:hover {    border-color: var(--growth-yellow);    box-shadow: var(--shadow-soft);}.btn-large {    padding: 12px 24px;    font-size: 1.05rem;}.btn-icon {    width: 20px;    height: 20px;}.section-header {    text-align: center;    max-width: 760px;    margin: 0 auto 72px auto;}.section-badge {    font-family: 'Outfit', sans-serif;    font-weight: 700;    font-size: 0.75rem;    text-transform: uppercase;    letter-spacing: 2px;    margin-bottom: 20px;    display: inline-flex;    align-items: center;    gap: 8px;    padding: 8px 18px;    border-radius: var(--radius-pill);    background: var(--growth-yellow-soft);    color: var(--growth-yellow-dark);}.section-badge--dark {    background: rgba(255, 255, 255, 0.08);    color: var(--growth-yellow);}.section-title {    font-size: clamp(2.2rem, 5vw, 3.5rem);    margin-bottom: 20px;    letter-spacing: -0.03em;}.section-title--white {    color: var(--white);}.section-subtitle {    font-family: 'Outfit', sans-serif;    font-size: clamp(1.05rem, 2vw, 1.25rem);    color: #64748b;    font-weight: 300;    line-height: 1.6;    max-width: 600px;    margin: 0 auto;}.section-subtitle--light {    color: var(--slate-400);}.gradient-text {    background: linear-gradient(135deg, var(--growth-yellow), var(--growth-yellow-light), #f5d020);    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;    background-clip: text;}.hero {    min-height: 100vh;    padding-top: 120px;    padding-bottom: 120px;    background: var(--black-rich);    position: relative;    overflow: hidden;    display: flex;    align-items: center;}.hero::before {    content: '';    position: absolute;    top: -20%;    right: -10%;    width: 700px;    height: 700px;    background: radial-gradient(circle, var(--growth-yellow-glow), transparent 70%);    filter: blur(100px);    opacity: 0.4;    pointer-events: none;}.hero::after {    content: '';    position: absolute;    bottom: -30%;    left: -15%;    width: 500px;    height: 500px;    background: radial-gradient(circle, rgba(255, 255, 255, 0.05), transparent 70%);    filter: blur(80px);    pointer-events: none;}.hero-grid-overlay {    position: absolute;    inset: 0;    background-image:        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);    background-size: 60px 60px;    pointer-events: none;    z-index: 1;}.services,.commitments,.audience {    background: var(--white);    color: var(--text-main);}.services .section-title,.commitments .section-title,.audience .section-title {    color: var(--navy-base);}.services .section-subtitle,.commitments .section-subtitle,.audience .section-subtitle {    color: var(--slate-500);}.process,.testimonials,.final-cta,.manifesto {    color: var(--black-300);}.process .section-title,.testimonials .section-title,.final-cta h2,.manifesto .manifesto-headline {    color: var(--white);}.process .section-subtitle,.testimonials .section-subtitle {    color: var(--slate-400);}.hero-grid-overlay {    position: absolute;    inset: 0;    background-image:        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);    background-size: 60px 60px;    pointer-events: none;}.hero-inner {    display: grid;    grid-template-columns: 1fr;    gap: 60px;    align-items: center;    position: relative;    z-index: 2;}@media (min-width: 1024px) {    .hero-inner {        grid-template-columns: 1.2fr 0.8fr;    }}.hero-content {    position: relative;}.hero-headline {    font-size: clamp(2.8rem, 12vw, 5rem);    color: var(--white);    margin-bottom: 28px;    line-height: 1.05;    letter-spacing: -0.03em;}.hero-headline .line {    display: block;}.hero-headline .accent {    color: var(--growth-yellow);}.hero-sub {    font-size: clamp(1.1rem, 2vw, 1.35rem);    color: var(--slate-400);    margin-bottom: 40px;    max-width: 520px;    line-height: 1.65;    font-weight: 300;}.hero-ctas {    display: flex;    gap: 16px;    flex-wrap: wrap;    margin-bottom: 48px;}.hero-stats {    display: flex;    gap: 40px;    padding-top: 12px;    margin-bottom: 24px;    border-top: 1px solid rgba(255, 255, 255, 0.08);}.hero-stat-item {    text-align: left;}.hero-stat-val {    font-family: 'DM Serif Display', serif;    font-size: 2.2rem;    color: var(--growth-yellow);    line-height: 1;    margin-bottom: 4px;}.hero-stat-label {    font-size: 0.8rem;    color: var(--slate-400);    text-transform: uppercase;    letter-spacing: 1.5px;    font-weight: 600;}.hero-visual {    position: relative;}.hero-dashboard {    background: rgba(255, 255, 255, 0.04);    backdrop-filter: blur(24px);    border: 1px solid rgba(255, 255, 255, 0.08);    border-radius: var(--radius-xl);    overflow: hidden;    box-shadow: var(--shadow-glass);    position: relative;}.dashboard-header {    display: flex;    align-items: center;    gap: 8px;    padding: 16px 20px;    border-bottom: 1px solid rgba(255, 255, 255, 0.06);}.dashboard-dot {    width: 10px;    height: 10px;    border-radius: 50%;    background: rgba(255, 255, 255, 0.15);}.dashboard-dot--red {    background: #00798a;}.dashboard-dot--yellow {    background: #318d81;}.dashboard-dot--green {    background: #c5ca6a;}.dashboard-body {    padding: 32px;    display: flex;    flex-direction: column;    align-items: center;    gap: 24px;    background: radial-gradient(circle at 50% 30%, rgba(232, 212, 77, 0.06), transparent 60%);}.dashboard-metric {    text-align: center;}.dashboard-metric-icon {    width: 48px;    height: 48px;    color: var(--growth-yellow);    margin-bottom: 12px;}.dashboard-metric-value {    font-family: 'DM Serif Display', serif;    font-size: 3.5rem;    color: var(--white);    line-height: 1;}.dashboard-metric-label {    font-size: 0.8rem;    color: var(--slate-400);    text-transform: uppercase;    letter-spacing: 1.5px;    margin-top: 8px;}.dashboard-bars {    width: 100%;    display: flex;    flex-direction: column;    gap: 12px;}.dashboard-bar {    display: flex;    align-items: center;    gap: 12px;}.dashboard-bar-label {    font-size: 0.75rem;    color: var(--slate-400);    width: 80px;    text-align: right;    flex-shrink: 0;}.dashboard-bar-track {    flex: 1;    height: 6px;    background: rgba(255, 255, 255, 0.06);    border-radius: 3px;    overflow: hidden;}.dashboard-bar-fill {    height: 100%;    border-radius: 3px;    background: linear-gradient(90deg, var(--growth-yellow-dark), var(--growth-yellow));    width: 0%;    transition: width 1.8s var(--ease-out-expo);}.floating-pill {    position: absolute;    background: rgba(255, 255, 255, 0.06);    backdrop-filter: blur(16px);    border: 1px solid rgba(255, 255, 255, 0.1);    padding: 10px 20px;    border-radius: var(--radius-pill);    font-family: 'Outfit', sans-serif;    font-weight: 600;    font-size: 0.85rem;    color: var(--white);    display: flex;    align-items: center;    gap: 8px;    white-space: nowrap;    z-index: 10;    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);}.floating-pill i {    color: var(--growth-yellow);}.manifesto {    padding: var(--section-pad) 0;    background: var(--white);    position: relative;    overflow: hidden;}.manifesto-glow {    position: absolute;    width: 600px;    height: 600px;    border-radius: 50%;    pointer-events: none;    filter: blur(120px);}.manifesto-glow--top {    top: -15%;    right: -5%;    background: radial-gradient(circle, rgba(232, 212, 77, 0.08), transparent 70%);}.manifesto-glow--bottom {    bottom: -20%;    left: -10%;    background: radial-gradient(circle, rgba(59, 130, 246, 0.06), transparent 70%);}.manifesto-header {    text-align: center;    max-width: 800px;    margin: 0 auto clamp(64px, 8vw, 100px);}.manifesto-headline {    font-family: 'DM Serif Display', Georgia, serif;    font-size: clamp(2.4rem, 5vw, 4rem);    color: var(--white);    line-height: 1.1;    letter-spacing: -0.03em;    margin-bottom: 24px;}.manifesto-headline em {    color: var(--growth-yellow);    font-style: italic;}.manifesto-focus-title {    font-size: clamp(1rem, 3rem, 5rem);    padding-bottom: 1rem;}.manifesto-lead {    font-size: clamp(1.05rem, 2vw, 1.2rem);    color: var(--slate-400);    line-height: 1.7;    font-weight: 300;    max-width: 600px;    margin: 0 auto;}.manifesto-narrative {    display: grid;    grid-template-columns: 1fr;    gap: 32px;    align-items: stretch;    margin-bottom: clamp(64px, 8vw, 100px);}@media (min-width: 900px) {    .manifesto-narrative {        grid-template-columns: 1fr 1fr;        gap: 40px;    }}.manifesto-problems,.manifesto-stat-block {    background: var(--ivory);    border: 1px solid rgba(0, 0, 0, 0.04);    border-radius: 24px;    padding: 40px;    height: 100%;    position: relative;    overflow: hidden;    transition: transform 0.4s var(--ease-out-quint), box-shadow 0.4s ease;}.manifesto-problems:hover,.manifesto-stat-block:hover {    transform: translateY(-5px);    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);    border-color: rgba(232, 212, 77, 0.2);}.manifesto-problems-label {    display: inline-flex;    align-items: center;    gap: 8px;    font-size: 0.75rem;    text-transform: uppercase;    letter-spacing: 0.15em;    font-weight: 600;    color: var(--growth-yellow-dark);    margin-bottom: 32px;}.manifesto-problems-label i {    color: var(--growth-yellow);    opacity: 0.7;}.manifesto-problem-list {    display: flex;    flex-direction: column;    gap: 0;    list-style: none;}.manifesto-problem-item {    display: flex;    align-items: flex-start;    gap: 16px;    padding: 20px 0;    border-bottom: 1px solid rgba(0, 0, 0, 0.04);    cursor: default;    transition: all 0.4s var(--ease-out-expo);}.manifesto-problem-item:last-child {    border-bottom: none;}.manifesto-problem-num {    font-family: 'DM Serif Display', serif;    font-size: 1.1rem;    color: var(--growth-yellow);    width: 44px;    flex-shrink: 0;    padding-top: 2px;    text-align: center;    transition: all 0.4s var(--ease-out-expo);    transform-origin: center center;}.manifesto-problem-text {    font-size: 1.05rem;    color: var(--slate-500);    line-height: 1.5;    flex: 1;    transition: color 0.4s var(--ease-out-expo);}.manifesto-problem-item.active .manifesto-problem-num {    transform: scale(1.6);}.manifesto-problem-item.active .manifesto-problem-text {    color: var(--black);}@media (hover: hover) and (pointer: fine) {    .manifesto-problem-item:hover .manifesto-problem-num {        transform: scale(1.6);    }    .manifesto-problem-item:hover .manifesto-problem-text {        color: var(--black);    }}.manifesto-stat-block {    text-align: center;    display: flex;    flex-direction: column;    align-items: center;    justify-content: center;}@keyframes shimmer {    0% {        background-position: -200% center;    }    100% {        background-position: 200% center;    }}@keyframes subtle-pulse {    0%,    100% {        opacity: 1;    }    50% {        opacity: 0.7;    }}@keyframes float {    0%,    100% {        transform: translateY(0);    }    50% {        transform: translateY(-8px);    }}@keyframes pulse-glow {    0%,    100% {        opacity: 0.8;        transform: scale(1);        filter: drop-shadow(0 0 15px var(--growth-yellow-glow));    }    50% {        opacity: 1;        transform: scale(1.05);        filter: drop-shadow(0 0 25px var(--growth-yellow-glow));    }}.float-anim {    animation: float 4s ease-in-out infinite;}.float-anim-delay {    animation: float 4s ease-in-out infinite;    animation-delay: 2s;}.manifesto-divider {    width: 60px;    height: 2px;    background: linear-gradient(90deg, transparent, var(--growth-yellow), transparent);    margin: 0 auto clamp(48px, 6vw, 80px);    opacity: 0.5;}.manifesto-solution-area {    max-width: 1100px;    margin: 0 auto;}.manifesto-solution-header {    padding: 0 20px;    display: grid;    grid-template-columns: 1fr;    gap: 32px;    margin-bottom: 64px;    align-items: center;}@media (min-width: 900px) {    .manifesto-solution-header {        grid-template-columns: 300px 1fr;        gap: 80px;    }}.manifesto-solution-title {    font-family: 'DM Serif Display', Georgia, serif;    font-size: clamp(2.5rem, 5vw, 4rem);    color: var(--black);    line-height: 1;    letter-spacing: -0.03em;}.manifesto-solution-title span {    display: block;    font-family: 'Outfit', sans-serif;    font-weight: 200;    font-size: 0.6em;    text-transform: uppercase;    letter-spacing: 0.1em;    color: var(--slate-400);    margin-bottom: 10px;}.manifesto-solution-lead {    font-size: 1.25rem;    color: var(--slate-500);    line-height: 1.6;    font-weight: 300;    max-width: 600px;}.manifesto-solution-points {    display: grid;    grid-template-columns: 1fr;    gap: 24px;}@media (min-width: 768px) {    .manifesto-solution-points {        grid-template-columns: repeat(2, 1fr);        gap: 32px;    }}.manifesto-point {    display: flex;    align-items: flex-start;    gap: 20px;    padding: 32px;    border-radius: 24px;    background: rgba(255, 255, 255, 0.6);    backdrop-filter: blur(12px);    border: 1px solid rgba(255, 255, 255, 0.4);    box-shadow:        0 4px 6px -1px rgba(0, 0, 0, 0.02),        0 10px 15px -3px rgba(0, 0, 0, 0.02);    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);}.manifesto-point:hover {    background: rgba(255, 255, 255, 0.8);    transform: translateY(-4px);    box-shadow:        0 20px 25px -5px rgba(0, 0, 0, 0.04),        0 10px 10px -5px rgba(0, 0, 0, 0.02);    border-color: var(--growth-yellow);}.manifesto-point-icon {    width: 48px;    height: 48px;    min-width: 48px;    border-radius: 12px;    background: linear-gradient(135deg, rgba(232, 212, 77, 0.2), rgba(232, 212, 77, 0.05));    display: flex;    align-items: center;    justify-content: center;    border: 1px solid rgba(232, 212, 77, 0.2);}.manifesto-point-icon i {    width: 20px;    height: 20px;    color: var(--growth-yellow-dark);}.manifesto-point-content {    display: flex;    flex-direction: column;    gap: 8px;}.manifesto-point-content strong {    font-family: 'Outfit', sans-serif;    font-size: 1.1rem;    font-weight: 600;    color: var(--black);    letter-spacing: -0.01em;}.manifesto-point-content span {    font-size: 0.95rem;    color: var(--slate-500);    line-height: 1.5;}.services {    padding: var(--section-pad) 0;    background: var(--slate-50);    position: relative;}.services::before {    content: '';    position: absolute;    top: 0;    left: 50%;    transform: translateX(-50%);    width: 1px;    height: 80px;    background: linear-gradient(to bottom, var(--growth-yellow), transparent);    opacity: 0.5;}.bento-grid {    display: grid;    grid-template-columns: 1fr;    gap: 24px;}@media(min-width: 768px) {    .bento-grid {        grid-template-columns: 1fr 1fr;    }}@media(min-width: 1200px) {    .bento-grid {        grid-template-columns: 1fr 1fr 1fr;    }}.bento-card {    background: var(--white);    border-radius: var(--radius-lg);    padding: clamp(32px, 4vw, 48px);    position: relative;    overflow: hidden;    transition: all 0.5s var(--ease-out-quint);    border: 1px solid rgba(0, 0, 0, 0.04);    display: flex;    flex-direction: column;}.bento-card::before {    content: '';    position: absolute;    top: 0;    left: 0;    right: 0;    height: 3px;    background: var(--growth-yellow);    transform: scaleX(0);    transform-origin: left;    transition: transform 0.5s var(--ease-out-expo);}.bento-card:hover,.bento-card.active {    transform: translateY(-6px);    box-shadow: var(--shadow-float);    border-color: rgba(232, 212, 77, 0.15);}.bento-card:hover::before,.bento-card.active::before {    transform: scaleX(1);}.bento-card--featured {    grid-column: span 1;}@media(min-width: 768px) {    .bento-card--featured {        grid-column: span 2;    }}.bento-card--dark {    background: var(--black-card);    border-color: rgba(255, 255, 255, 0.06);}.bento-card--dark:hover,.bento-card--dark.active {    border-color: rgba(232, 212, 77, 0.2);}.bento-card--dark h3 {    color: var(--white);}.bento-card--dark p {    color: var(--ivory) !important;}.bento-card--dark .bento-feature {    color: var(--white);}.bento-card--dark .bento-feature i {    color: var(--growth-yellow);}.bento-card-number {    font-family: 'DM Serif Display', serif;    font-size: 4rem;    color: var(--slate-200);    opacity: 1;    position: absolute;    top: 20px;    right: 24px;    line-height: 1;    pointer-events: none;    transition: opacity 0.4s ease, color 0.4s ease;}.bento-card:hover .bento-card-number,.bento-card.active .bento-card-number {    opacity: 1;    color: var(--growth-yellow);}.bento-icon {    width: 56px;    height: 56px;    border-radius: 16px;    background: var(--slate-200);    display: flex;    align-items: center;    justify-content: center;    margin-bottom: 24px;    transition: all 0.4s var(--ease-out-expo);}.bento-icon i {    width: 26px;    height: 26px;    color: var(--growth-yellow-dark);}.bento-card:hover .bento-icon,.bento-card.active .bento-icon {    background: var(--growth-yellow);    transform: scale(1.08) rotate(1deg);}.bento-card:hover .bento-icon i,.bento-card.active .bento-icon i {    color: var(--navy-base);}.bento-card--dark .bento-icon .bento-card-number {    background: var(--slate-50);}.bento-card h3 {    font-size: clamp(1.4rem, 2.5vw, 1.8rem);    margin-bottom: 12px;    line-height: 1.2;}.bento-card>p {    font-size: 1rem;    color: var(--text-main);    line-height: 1.65;    margin-bottom: 28px;    flex-grow: 1;}.bento-features {    display: flex;    flex-direction: column;    gap: 10px;    margin-top: auto;    padding-top: 24px;    border-top: 1px solid var(--slate-100);}.bento-card--dark .bento-features {    border-top-color: rgba(255, 255, 255, 0.06);}.bento-feature {    display: flex;    align-items: center;    gap: 10px;    font-size: 0.92rem;    color: var(--text-main);}.bento-feature i {    width: 16px;    height: 16px;    color: var(--growth-yellow-dark);    flex-shrink: 0;}.bento-featured-inner {    display: grid;    grid-template-columns: 1fr;    gap: 32px;    align-items: center;}@media(min-width: 768px) {    .bento-featured-inner {        grid-template-columns: 1fr 1fr;    }}.bento-visual {    background: var(--slate-50);    border-radius: var(--radius-md);    padding: 24px;    display: flex;    align-items: center;    justify-content: center;    min-height: 200px;    position: relative;    overflow: hidden;}.bento-card--dark .bento-visual {    background: rgba(255, 255, 255, 0.04);}.code-mockup {    font-family: 'JetBrains Mono', monospace;    font-size: 0.8rem;    color: var(--growth-yellow);    line-height: 1.8;    text-align: left;    width: 100%;}.code-mockup .comment {    color: var(--slate-500);}.code-mockup .tag {    color: #7dd3fc;}.code-mockup .attr {    color: #c084fc;}.code-mockup .val {    color: #86efac;}.social-mockup {    display: grid;    grid-template-columns: repeat(3, 1fr);    gap: 4px;    width: 100%;    border-radius: var(--radius-sm);    overflow: hidden;}.social-mockup-tile {    aspect-ratio: 1;    border-radius: 4px;}.process {    background: #050505;    color: var(--white);    padding: 120px 0;}.process-header {    margin-bottom: 120px;    text-align: center;    max-width: 700px;    margin-left: auto;    margin-right: auto;}.process-headline {    color: var(--white);    font-family: 'DM Serif Display', Georgia, serif;    font-size: clamp(2.4rem, 5vw, 4rem);    line-height: 1.1;    letter-spacing: -0.03em;    margin-bottom: 24px;}.process-headline em {    color: var(--growth-yellow);    font-style: italic;}.process-headline-2 {    color: var(--black);    font-family: 'DM Serif Display', Georgia, serif;    font-size: clamp(2.4rem, 5vw, 4rem);    line-height: 1.1;    letter-spacing: -0.03em;    margin-bottom: 24px;}.process-headline-2 em {    color: var(--growth-yellow);    font-style: italic;}.process-lead {    font-size: clamp(1.05rem, 2vw, 1.2rem);    color: var(--slate-400);    line-height: 1.7;    font-weight: 300;    max-width: 520px;    margin: 0 auto;}.process {    background: #050505;    color: var(--white);    padding: 160px 0;    overflow: hidden;    position: relative;}.process::before {    content: '';    position: absolute;    top: 0;    left: 50%;    transform: translateX(-50%);    width: 600px;    height: 600px;    background: radial-gradient(circle, rgba(232, 212, 77, 0.03), transparent 70%);    pointer-events: none;    z-index: 1;}.process-flow {    max-width: 1100px;    margin: 80px auto 0 auto;    position: relative;    padding: 40px 0;}.process-flow-line {    position: absolute;    top: 0;    bottom: 0;    left: 50%;    width: 2px;    background: rgba(255, 255, 255, 0.05);    transform: translateX(-50%);    z-index: 2;}.process-flow-line-progress {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 0%;    background: linear-gradient(to bottom,            transparent,            var(--growth-yellow) 20%,            var(--growth-yellow) 80%,            transparent);    box-shadow: 0 0 15px var(--growth-yellow-glow);    z-index: 3;}.process-item {    position: relative;    width: 44%;    margin-bottom: 30px;    z-index: 4;    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);}.process-item:nth-child(odd) {    margin-right: auto;    text-align: right;}.process-item:nth-child(even) {    margin-left: auto;    text-align: left;}.process-item-content {    padding: 40px;    background: rgba(255, 255, 255, 0.02);    backdrop-filter: blur(20px);    -webkit-backdrop-filter: blur(20px);    border: 1px solid rgba(255, 255, 255, 0.06);    border-radius: 24px;    transition: all 0.6s var(--ease-out-quint);    position: relative;    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.01);}.process-item::after {    content: '';    position: absolute;    top: 50%;    width: 12px;    height: 12px;    background: #050505;    border: 2px solid rgba(255, 255, 255, 0.2);    border-radius: 50%;    z-index: 10;    transform: translate(-50%, -50%);    transition: all 0.5s var(--ease-spring);}.process-item:nth-child(odd)::after {    left: calc(100% + 6% + 1px);}.process-item:nth-child(even)::after {    left: calc(-6% - 1px);}.process-item.active {    transform: scale(1.02);}.process-item.active .process-item-content {    background: rgba(255, 255, 255, 0.04);    border-color: rgba(232, 212, 77, 0.3);    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 0 10px rgba(232, 212, 77, 0.05);}.process-item.active::after {    background: var(--growth-yellow);    border-color: var(--growth-yellow);    box-shadow: 0 0 15px var(--growth-yellow), 0 0 30px var(--growth-yellow-glow);    transform: translate(-50%, -50%) scale(1.2);}.process-item-num {    font-family: 'DM Serif Display', serif;    font-size: 2.8rem;    color: var(--growth-yellow);    opacity: 0.3;    margin-bottom: 12px;    display: block;    transition: opacity 0.4s ease;}.process-item.active .process-item-num {    opacity: 1;    text-shadow: 0 0 20px rgba(232, 212, 77, 0.3);}.process-item-body h3 {    font-size: 1.8rem;    color: var(--white);    margin-bottom: 10px;    letter-spacing: -0.01em;}.process-item-body p {    font-size: 1rem;    color: var(--slate-400);    line-height: 1.6;}@media (max-width: 900px) {    .process-flow {        margin-left: 20px;        padding-left: 30px;    }    .process-flow-line {        left: 0;    }    .process-item {        width: 100% !important;        text-align: left !important;        margin-left: 0 !important;        margin-bottom: 40px;    }    .process-item::after {        left: -30px !important;        transform: translate(-50%, -50%);    }    .process-item-content {        padding: 30px;    }}.commitments {    padding: var(--section-pad) 0;    background: var(--white);    position: relative;}.commitments-border-grid {    display: grid;    grid-template-columns: 1fr;    border-top: 1px solid rgba(0, 0, 0, 0.06);    border-left: 1px solid rgba(0, 0, 0, 0.06);}@media(min-width: 768px) {    .commitments-border-grid {        grid-template-columns: repeat(2, 1fr);    }}@media(min-width: 1024px) {    .commitments-border-grid {        grid-template-columns: repeat(3, 1fr);    }}.commitment-item {    padding: 32px;    border-right: 1px solid rgba(0, 0, 0, 0.06);    border-bottom: 1px solid rgba(0, 0, 0, 0.06);    transition: background-color 0.3s ease;    display: flex;    flex-direction: column;    align-items: flex-start;    gap: 16px;}.commitment-item:hover {    background-color: var(--slate-50);}.commitment-icon {    width: 48px;    height: 48px;    border-radius: 12px;    background: var(--white);    border: 1px solid rgba(0, 0, 0, 0.05);    display: flex;    align-items: center;    justify-content: center;    margin-bottom: 8px;    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);    transition: all 0.4s var(--ease-out-expo);}.commitment-icon i {    width: 22px;    height: 22px;    color: var(--growth-yellow-dark);    transition: color 0.3s;}.commitment-item:hover .commitment-icon {    background: var(--growth-yellow);    transform: scale(1.05) rotate(3deg);    border-color: transparent;}.commitment-item:hover .commitment-icon i {    color: var(--navy-base);}.commitment-item h4 {    font-family: 'DM Serif Display', serif;    font-size: 1.25rem;    color: var(--navy-base);    line-height: 1.2;}.commitment-item p {    font-size: 0.95rem;    color: var(--black);    line-height: 1.6;}.audience {    padding: var(--section-pad) 0;    background: var(--slate-50);}.audience-grid {    display: grid;    grid-template-columns: 1fr;    gap: 24px;}@media (min-width: 768px) {    .audience-grid {        grid-template-columns: repeat(2, 1fr);    }}@media(min-width: 1200px) {    .audience-grid {        grid-template-columns: repeat(4, 1fr);    }}.audience-card {    background: var(--white);    border-radius: var(--radius-lg);    padding: 32px;    border: 1px solid rgba(0, 0, 0, 0.04);    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01), 0 2px 4px -1px rgba(0, 0, 0, 0.01);    transition: all 0.4s var(--ease-out-quint);    display: flex;    flex-direction: column;    height: 100%;}.audience-card:hover {    transform: translateY(-6px);    box-shadow: var(--shadow-float);    border-color: rgba(232, 212, 77, 0.2);}.audience-header {    display: flex;    align-items: center;    gap: 16px;    margin-bottom: 20px;}.audience-icon {    width: 48px;    height: 48px;    border-radius: 12px;    background: var(--slate-50);    display: flex;    align-items: center;    justify-content: center;    flex-shrink: 0;    transition: all 0.4s var(--ease-out-expo);}.audience-icon i {    width: 22px;    height: 22px;    color: var(--slate-600);    transition: color 0.3s;}.audience-card:hover .audience-icon {    background: var(--growth-yellow);}.audience-card:hover .audience-icon i {    color: var(--navy-base);}.audience-card h3 {    font-size: 1.2rem;    color: var(--navy-base);    font-weight: 600;    line-height: 1.2;}.audience-card p {    font-size: 0.92rem;    color: var(--black);    line-height: 1.6;    margin-bottom: 24px;    flex-grow: 1;}.audience-tags {    display: flex;    flex-wrap: wrap;    gap: 8px;}.audience-tag {    font-size: 0.7rem;    padding: 4px 10px;    background: var(--slate-50);    border: 1px solid var(--slate-100);    border-radius: 4px;    color: var(--slate-500);    font-weight: 500;    letter-spacing: 0.01em;    text-transform: uppercase;}.services .section-title {    color: var(--navy-base);}.testimonials {    padding: var(--section-pad) 0;    background: var(--white);    position: relative;    overflow: hidden;}.testimonials::before {    content: '';    position: absolute;    top: 0;    left: 0;    right: 0;    height: 1px;    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);}.testimonials-grid {    display: grid;    grid-template-columns: 1fr;    gap: 24px;}@media(min-width: 768px) {    .testimonials-grid {        grid-template-columns: repeat(3, 1fr);    }}.testimonial-card {    background: rgba(255, 255, 255, 0.02);    border: 1px solid rgba(255, 255, 255, 0.05);    border-radius: var(--radius-lg);    padding: 32px;    position: relative;    transition: all 0.4s var(--ease-out-quint);    display: flex;    flex-direction: column;}.testimonial-card:hover {    transform: translateY(-4px);    background: rgba(255, 255, 255, 0.04);    border-color: rgba(232, 212, 77, 0.15);}.testimonial-stars {    display: flex;    gap: 4px;    margin-bottom: 20px;}.testimonial-stars i {    width: 14px;    height: 14px;    color: var(--growth-yellow);    fill: var(--growth-yellow);}.testimonial-quote-mark {    font-family: 'DM Serif Display', serif;    font-size: 3rem;    color: var(--growth-yellow);    opacity: 0.95;    line-height: 1;    position: absolute;    top: 24px;    right: 24px;}.testimonial-text {    font-size: 0.95rem;    color: var(--black);    line-height: 1.7;    font-style: italic;    margin-bottom: 24px;    flex-grow: 1;}.testimonial-author {    display: flex;    align-items: center;    gap: 12px;    margin-top: auto;}.testimonial-avatar {    width: 40px;    height: 40px;    border-radius: 50%;    background: rgba(232, 212, 77, 0.1);    display: flex;    align-items: center;    justify-content: center;    font-family: 'DM Serif Display', serif;    font-size: 1rem;    color: var(--growth-yellow);    border: 1px solid rgba(232, 212, 77, 0.2);}.testimonial-info h4 {    font-size: 0.95rem;    font-weight: 600;    color: var(--white);    margin-bottom: 2px;}.testimonial-info span {    font-size: 0.8rem;    color: var(--slate-500);    display: block;}.final-cta {    padding: clamp(80px, 12vw, 120px) 0;    background: var(--black-rich);    position: relative;    text-align: center;    overflow: hidden;}.final-cta::before {    content: '';    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);    width: 100%;    max-width: 800px;    aspect-ratio: 1;    background: radial-gradient(circle, rgba(62, 162, 240, 0.08), transparent 70%);    pointer-events: none;}.final-cta-content {    position: relative;    z-index: 2;    max-width: 700px;    margin: 0 auto;}.final-cta .btn-large {    font-size: 1.05rem;    padding: 18px 48px;    box-shadow: 0 10px 30px -10px var(--growth-yellow-glow);}.final-cta-note {    margin-top: 24px;    font-size: 0.85rem;    color: var(--slate-500);    opacity: 0.8;}@keyframes shimmer {    0% {        background-position: -200% center;    }    100% {        background-position: 200% center;    }}@keyframes subtle-pulse {    0%,    100% {        opacity: 1;    }    50% {        opacity: 0.7;    }}@keyframes float {    0%,    100% {        transform: translateY(0);    }    50% {        transform: translateY(-8px);    }}.float-anim {    animation: float 4s ease-in-out infinite;}.float-anim-delay {    animation: float 4s ease-in-out infinite;    animation-delay: 2s;}.gradient-line {    width: 60px;    height: 3px;    background: linear-gradient(90deg, var(--growth-yellow), var(--growth-yellow-light));    border-radius: 2px;    margin: 20px auto 0;}@media(max-width: 768px) {    .hero {        min-height: auto;        padding-top: 100px;        padding-bottom: 60px;    }    .hero-inner {        gap: 32px;        max-width: 92%;        margin: 0 auto;    }    .hero-visual {        margin: 0 5vw 2rem;    }    .hero-stats {        display: grid;        grid-template-columns: repeat(3, 1fr);        gap: 16px;    }    .hero-stat-val {        font-size: 1.6rem;    }    .process-header {        margin-bottom: 70px;    }    .process-flow {        margin-top: 20px;        padding-top: 0px;    }    .floating-pill {        font-size: 0.7rem;        padding: 6px 12px;        gap: 5px;    }    .commitments-grid {        gap: 32px;    }    .bento-card--featured {        grid-column: span 1;    }    .section-header {        margin-bottom: 48px;    }}@media(max-width: 480px) {    .hero-headline {        font-size: clamp(2.8rem, 10vw, 5rem);    }    .hero-ctas {        flex-direction: column;        margin-bottom: 24px;    }    .hero-ctas .btn {        width: 100%;    }    .commitments-grid {        grid-template-columns: 1fr;    }}