/* components.css: navbar, hero, buttons, sections, cards, footer, responsive — Sasken GenAI site. Generated from the shared design system. */

/* ══════════════════════════════
           NAVBAR
        ══════════════════════════════ */
        .navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; }

.navbar-shell {
            background: rgba(255,251,247,0.93);
            backdrop-filter: blur(28px) saturate(1.8);
            -webkit-backdrop-filter: blur(28px) saturate(1.8);
            border-bottom: 1px solid rgba(52,0,95,.1);
            box-shadow: 0 1px 0 rgba(255,255,255,.9), 0 2px 16px rgba(52,0,95,.05);
        }

.navbar-inner {
            max-width: 1240px;
            margin: 0 auto;
            width: 100%;
            display: flex;
            align-items: center;
            height: 72px;
            padding: 0 40px;
        }

.logo { flex-shrink: 0; display: flex; align-items: center; text-decoration: none; }

.logo img { height: 42px; display: block; }

.nav-spacer { flex: 1; }

.nav-links { display: flex; align-items: center; gap: 16px; list-style: none; flex-shrink: 0; }

.nav-links li { position: relative; }

.nav-links a {
            text-decoration: none;
            font-weight: 600;
            font-size: .87rem;
            font-family: 'Trebuchet MS', sans-serif;
            padding: 9px 16px;
            border-radius: 8px;
            transition: all .2s ease;
            color: var(--text-2);
            display: flex;
            align-items: center;
            gap: 6px;
            letter-spacing: .01em;
        }

.nav-links a:hover { color: var(--sas-orange); background: rgba(249,76,48,.06); }

.nav-cta {
            background: linear-gradient(135deg, var(--sas-orange), var(--sas-orange-dk)) !important;
            color: #fff !important;
            box-shadow: var(--sh-ora) !important;
            border-radius: 9px !important;
            margin-left: 6px;
        }

.nav-cta:hover {
            background: linear-gradient(135deg, var(--sas-orange-dk), #BB3010) !important;
            transform: translateY(-1px) !important;
            box-shadow: 0 14px 28px rgba(249,76,48,.3) !important;
        }

.dropdown-menu {
            position: absolute;
            top: calc(100% + 8px);
            left: 0;
            min-width: 248px;
            background: rgba(255,251,247,.97);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(52,0,95,.1);
            border-radius: 13px;
            padding: 8px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(6px);
            transition: all .22s cubic-bezier(.4,0,.2,1);
            box-shadow: var(--sh-lg);
        }

.nav-links li:hover .dropdown-menu { opacity:1; visibility:visible; transform:translateY(0); }

.dropdown-menu a { display:block; padding:10px 16px; border-radius:7px; font-size:.84rem; color:var(--text-2); white-space:nowrap; }

.dropdown-menu a:hover { background: rgba(249,76,48,.06); color: var(--sas-orange); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; margin-left: auto; }

.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s ease; }

.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }

.nav-toggle.open span:nth-child(2) { opacity: 0; }

.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: rgba(255,255,255,.98); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(52,0,95,.1); padding: 12px 24px 20px; box-shadow: 0 20px 40px rgba(52,0,95,.08); }

.mobile-nav.open { display: block; }

.mobile-nav a { display: block; padding: 12px 8px; border-bottom: 1px solid rgba(52,0,95,.06); font-size: .92rem; font-weight: 600; color: var(--text-2); text-decoration: none; font-family: 'Trebuchet MS', sans-serif; }

.mobile-nav a:hover { color: var(--sas-orange); }

.mobile-nav a.mob-cta { background: linear-gradient(135deg, var(--sas-orange), var(--sas-orange-dk)); color: #fff; border-radius: 9px; text-align: center; border: none; margin-top: 12px; padding: 13px; }

/* ══════════════════════════════
           HERO
        ══════════════════════════════ */
        @media (max-width:768px){ :root{ --nav-h: 64px; } }

.hero{
            background: var(--bg-cream);
            position: relative;
            overflow: visible;
            display: flex;
            align-items: flex-start;
            min-height: auto;
            padding-top: calc(var(--nav-h) + clamp(24px, 5vh, 56px));
            padding-bottom: clamp(40px, 6vh, 96px);
        }

.hero-decorations { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }

.hero-amb { position: absolute; inset: 0; background: radial-gradient(ellipse 65% 55% at 85% 50%, rgba(52,0,95,.05) 0%, transparent 60%), radial-gradient(ellipse 50% 45% at 10% 80%, rgba(249,76,48,.06) 0%, transparent 55%), radial-gradient(ellipse 60% 40% at 50% 0%, rgba(255,248,240,.95) 0%, transparent 60%); }

.hero-dots { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(52,0,95,.1) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(ellipse 75% 80% at 75% 50%, black 0%, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 75% 80% at 75% 50%, black 0%, transparent 75%); }

.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; width: 100%; }

.hero-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 7px 16px 7px 12px; background: rgba(255,255,255,.85); border: 1px solid rgba(52,0,95,.12); border-radius: 40px; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--sas-purple); margin-bottom: 24px; box-shadow: var(--sh-pur); animation: fadeUp .8s ease-out both; font-family: 'Trebuchet MS', sans-serif; }

.hero-kicker .pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sas-orange); animation: pulseDot 2s ease-in-out infinite; flex-shrink: 0; }

.hero-h1 { font-size: clamp(2.4rem, 4.2vw, 4.2rem); color: var(--text); margin-bottom: 28px; letter-spacing: -.035em; line-height: 1.25; overflow: visible; animation: fadeUp .8s ease-out .15s both; }

.hero-desc { font-size: 1rem; color: var(--text-2); line-height: 1.85; margin-bottom: 36px; animation: fadeUp .8s ease-out .3s both; }

.hero-btns { display: flex; gap: 12px; margin-bottom: 52px; flex-wrap: wrap; animation: fadeUp .8s ease-out .45s both; }

.btn { display: inline-flex; align-items: center; gap: 10px; padding: 13px 26px; border-radius: 10px; font-weight: 600; font-size: .92rem; font-family: 'Trebuchet MS', sans-serif; text-decoration: none; transition: all .3s cubic-bezier(.4,0,.2,1); letter-spacing: .02em; position: relative; overflow: hidden; white-space: nowrap; }

.btn-primary { background: linear-gradient(135deg, var(--sas-orange), var(--sas-orange-dk)); color: #fff; box-shadow: var(--sh-ora); }

.btn-primary::after { content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent); transition: left .5s ease; }

.btn-primary:hover::after { left: 150%; }

.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(249,76,48,.3); }

.btn-outline { background: rgba(255,255,255,.8); color: var(--sas-purple); border: 1.5px solid rgba(52,0,95,.2); backdrop-filter: blur(8px); }

.btn-outline:hover { border-color: var(--sas-purple); background: rgba(255,255,255,.95); transform: translateY(-2px); box-shadow: var(--sh-pur); }

/* ════════════════════════════════════════════════════
           HERO VISUAL: LIQUID GLASS CASCADE
           ════════════════════════════════════════════════════ */
        .hero-visual { position: relative; width: 100%; display: flex; align-items: center; justify-content: center; animation: fadeUp .8s ease-out .2s both; }

.svg-container { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; }

.cn-1 { top: 32%; left: 26%; }

.cn-2 { top: 32%; left: 74%; }

.cn-3 { top: 50%; left: 18%; }

.cn-4 { top: 50%; left: 82%; }

.cn-5 { top: 68%; left: 26%; }

.cn-6 { top: 68%; left: 74%; }

.cn-7 { top: 86%; left: 50%; }

/* ══════════════════════════════
           INTRO
        ══════════════════════════════ */
        .intro-section { background: var(--surface); position: relative; overflow: hidden; }

.intro-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--sas-purple) 30%, var(--sas-orange) 70%, transparent); }

.intro-section::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 50% 60% at 0% 50%, rgba(52,0,95,.03) 0%, transparent 55%), radial-gradient(ellipse 40% 50% at 100% 50%, rgba(249,76,48,.03) 0%, transparent 50%); }

.intro-wrap { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; position: relative; z-index: 2; }

.intro-left { padding: 72px 56px 72px 0; border-right: 1px solid rgba(52,0,95,.08); display: flex; flex-direction: column; justify-content: center; }

.intro-quote { display: flex; gap: 14px; align-items: stretch; margin-bottom: 28px; padding: 16px 0; border-top: 1px solid rgba(52,0,95,.08); border-bottom: 1px solid rgba(52,0,95,.08); }

.iq-bar { width: 3px; border-radius: 3px; background: linear-gradient(to bottom, var(--sas-orange), var(--sas-purple)); flex-shrink: 0; }

.iq-text { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 1rem; color: var(--text-2); line-height: 1.65; }

.intro-right { padding: 72px 0 72px 56px; display: flex; flex-direction: column; justify-content: center; gap: 32px; }

/* ══════════════════════════════
           OFFERINGS (4x3 CENTERED)
        ══════════════════════════════ */
        .offerings-section { background: var(--bg-warm); padding: 72px 0; position: relative; }

.offerings-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,rgba(52,0,95,.15),transparent); }

.offerings-section::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,rgba(52,0,95,.15),transparent); }

.off-header { margin-bottom: 36px; }

.off-kicker { font-size: .71rem; font-weight: 700; text-transform: uppercase; letter-spacing: 4px; color: var(--sas-purple); margin-bottom: 8px; display: block; font-family: 'Trebuchet MS', sans-serif; }

.off-title { font-size: clamp(1.7rem,2.8vw,2.4rem); color: var(--text); letter-spacing: -.03em; }

.bento-icon { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--sas-orange), var(--sas-orange-lt)); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; color: #fff; margin-bottom: 16px; position: relative; box-shadow: 0 6px 20px rgba(249,76,48,.28); transition: transform .3s ease; flex-shrink: 0; }

.bento-icon::after { content: ''; position: absolute; top: 3px; left: 7px; right: 7px; height: 38%; background: linear-gradient(to bottom,rgba(255,255,255,.22),transparent); border-radius: 7px 7px 0 0; }

.bento-desc { font-size: .82rem; color: var(--text-3); line-height: 1.6; flex: 1; }

.bento-arrow { display: flex; align-items: center; justify-content: flex-end; margin-top: 16px; }

.bento-arrow i { font-size: .75rem; color: rgba(52,0,95,.25); transition: all .3s ease; }

/* ══════════════════════════════
           VIDEO
        ══════════════════════════════ */
        .video-section { background: var(--surface); padding: 0; position: relative; overflow: hidden; }

.video-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,rgba(52,0,95,.15),transparent); }

.vs-wrap { display: grid; grid-template-columns: 1fr 360px; min-height: 540px; }

.vs-media { position: relative; overflow: hidden; }

.vs-media video { width: 100%; height: 100%; display: block; object-fit: cover; }

.vs-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, transparent 50%, rgba(255,251,247,.98)); pointer-events: none; }

.vs-corner { position: absolute; width: 24px; height: 24px; z-index: 3; pointer-events: none; }

.vs-corner.tl { top:14px; left:14px; border-top:2px solid rgba(249,76,48,.5); border-left:2px solid rgba(249,76,48,.5); border-radius:4px 0 0 0; }

.vs-corner.bl { bottom:14px; left:14px; border-bottom:2px solid rgba(249,76,48,.5); border-left:2px solid rgba(249,76,48,.5); border-radius:0 0 0 4px; }

.vs-panel { padding: 56px 44px 56px 36px; background: var(--bg-cream); display: flex; flex-direction: column; justify-content: center; position: relative; }

.vs-panel::before { content: ''; position: absolute; top: 10%; left: 0; height: 80%; width: 1px; background: linear-gradient(to bottom, transparent, rgba(52,0,95,.15), transparent); }

.vs-kicker { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 5px; color: var(--sas-purple); opacity: .7; margin-bottom: 14px; font-family: 'Trebuchet MS', sans-serif; }

.vs-title { font-family: 'DM Serif Display', serif; font-size: 2.4rem; color: var(--text); letter-spacing: -.04em; line-height: 1.25; overflow: visible; margin-bottom: 14px; }

.vs-desc { font-size: .9rem; color: var(--text-2); line-height: 1.8; margin-bottom: 32px; }

.vs-facts { display: flex; flex-direction: column; border-top: 1px solid rgba(52,0,95,.1); padding-top: 24px; }

.vs-fact { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(52,0,95,.05); }

.vs-fact:last-child { border-bottom: none; }

.vsf-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(249,76,48,.08); border: 1px solid rgba(249,76,48,.15); display: flex; align-items: center; justify-content: center; color: var(--sas-orange); font-size: .78rem; flex-shrink: 0; }

.vsf-body strong { display: block; font-size: .81rem; font-weight: 700; color: var(--text); }

.vsf-body span { font-size: .72rem; color: var(--text-3); }

/* ══════════════════════════════════════
           ABOUT / ECOSYSTEM SECTION
        ══════════════════════════════════════ */
        .about-section { background: var(--bg); padding: 0; position: relative; }

.about-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,rgba(52,0,95,.15),transparent); }

.about-wrap { display: grid; grid-template-columns: 1.2fr 1fr; min-height: 500px; }

.about-anchor { padding: 64px 52px 90px 0; border-right: 1px solid rgba(52,0,95,.08); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: visible; }

.about-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; position: relative; z-index: 2; }

.ab-kicker-line { width: 28px; height: 2px; background: linear-gradient(to right, var(--sas-orange), var(--sas-purple)); border-radius: 2px; }

.ab-kicker-text { font-size: .71rem; font-weight: 700; text-transform: uppercase; letter-spacing: 4px; color: var(--sas-purple); font-family: 'Trebuchet MS', sans-serif; }

.about-headline { font-size: clamp(2.6rem, 4.5vw, 4rem); letter-spacing: -.04em; line-height: 1.25; color: var(--text); margin-bottom: 24px; overflow: visible; position: relative; z-index: 2; }

.about-desc { font-size: .95rem; line-height: 1.8; color: var(--text-2); margin-bottom: 28px; position: relative; z-index: 2; }

.about-pills { display: flex; gap: 9px; flex-wrap: wrap; position: relative; z-index: 2; }

.about-pill { display: flex; align-items: center; gap: 7px; padding: 6px 13px; border-radius: 8px; background: rgba(255,255,255,.85); border: 1px solid rgba(52,0,95,.1); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--sas-purple); box-shadow: var(--sh-sm); font-family: 'Trebuchet MS', sans-serif; }

.about-pill i { font-size: .7rem; color: var(--sas-orange); }

.about-cards-col { display: flex; flex-direction: column; }

.story-card { flex: 1; display: flex; text-decoration: none; color: var(--text); border-bottom: 1px solid rgba(52,0,95,.08); position: relative; overflow: hidden; transition: background .35s ease; min-height: 250px; }

.story-card:last-child { border-bottom: none; }

.story-card:hover { background: rgba(255,255,255,.8); }

.story-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(to bottom, var(--sas-orange), var(--sas-purple)); transform: scaleY(0); transform-origin: top; transition: transform .35s cubic-bezier(.4,0,.2,1); }

.story-card:hover::before { transform: scaleY(1); }

.sc-body { flex: 1; padding: 40px 36px; display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 2; }

.sc-tag { font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--text-3); font-family: 'Trebuchet MS', sans-serif; }

.sc-icon-row { display: flex; align-items: center; gap: 14px; }

.sc-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.1); transition: transform .35s ease; position: relative; flex-shrink: 0; }

.sc-icon::after { content: ''; position: absolute; top: 3px; left: 6px; right: 6px; height: 38%; background: linear-gradient(to bottom,rgba(255,255,255,.25),transparent); border-radius: 7px 7px 0 0; }

.sc-icon.journey { background: linear-gradient(135deg, var(--sas-purple), var(--sas-purple-lt)); }

.sc-icon.testimonial { background: linear-gradient(135deg, var(--sas-orange), var(--sas-orange-lt)); }

.story-card:hover .sc-icon { transform: scale(1.08) rotate(-5deg); }

.sc-desc { font-size: .9rem; line-height: 1.75; color: var(--text-2); }

.sc-cta { display: flex; align-items: center; gap: 10px; padding-top: 16px; border-top: 1px solid rgba(52,0,95,.08); }

.sc-cta-label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; transition: color .3s; font-family: 'Trebuchet MS', sans-serif; }

.story-card.journey-card .sc-cta-label { color: var(--sas-purple); }

.story-card.testimonial-card .sc-cta-label { color: var(--sas-orange); }

.sc-arrow { width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid rgba(52,0,95,.18); display: flex; align-items: center; justify-content: center; font-size: .68rem; color: var(--sas-purple); transition: all .3s ease; }

.story-card:hover .sc-arrow { background: var(--sas-orange); border-color: var(--sas-orange); color: #fff; transform: translateX(4px); }

/* ══════════════════════════════
           FOOTER
        ══════════════════════════════ */
        .contact-section { background: linear-gradient(135deg, var(--bg-cream), rgba(52,0,95,.03)); padding: 32px 0; border-top: 1px solid rgba(52,0,95,.1); border-bottom: 1px solid rgba(52,0,95,.1); }

.contact-inner { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }

.contact-inner i { color: var(--sas-orange); font-size: 1rem; }

.contact-inner p { font-size: .97rem; color: var(--text-2); }

.contact-inner a { color: var(--sas-orange); text-decoration: none; font-weight: 700; }

.contact-inner a:hover { color: var(--sas-orange-dk); text-decoration: underline; }

footer { background: var(--sas-purple); color: rgba(255,255,255,.8); padding: 40px 0 24px; position: relative; overflow: hidden; }

footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--sas-orange), #FF8C6A, var(--sas-orange), transparent); }

footer::after { content: ''; position: absolute; bottom: -40px; right: -40px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(249,76,48,.08) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }

.footer-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 18px; position: relative; z-index: 2; }

.footer-logo img { height: 32px; filter: brightness(0) invert(1); }

.footer-social { display: flex; gap: 9px; }

.footer-social a { width: 36px; height: 36px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 9px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); transition: all .3s; text-decoration: none; }

.footer-social a:hover { background: var(--sas-orange); border-color: var(--sas-orange); color: #fff; transform: translateY(-2px); }

.footer-bottom { display: flex; justify-content: space-between; font-size: .78rem; color: rgba(255,255,255,.35); position: relative; z-index: 2; }

.footer-bottom a { color: rgba(249,76,48,.7); text-decoration: none; }

.footer-bottom a:hover { color: var(--sas-orange-lt); }

/* ══════════════════════════════
           RESPONSIVE
        ══════════════════════════════ */
        @media(max-width:1100px) {
            .hero-content { grid-template-columns:1fr; gap:40px; }
            .hero-visual { order:-1; max-width:540px; margin:0 auto; width:100%; }
            .hero-h1 { font-size: clamp(2.4rem,6vw,3.6rem); }
            .intro-wrap { grid-template-columns:1fr; }
            .intro-left { border-right:none; border-bottom:1px solid rgba(52,0,95,.08); padding:56px 0 44px; }
            .intro-right { padding:44px 0 56px; }
            .vs-wrap { grid-template-columns:1fr; }
            .vs-media { min-height:300px; }
            .vs-panel { padding:44px 32px; }
            .vs-media::after { background:linear-gradient(to top,rgba(255,251,247,.97),transparent 60%); }
            .about-wrap { grid-template-columns:1fr; }
            .about-anchor { border-right:none; border-bottom:1px solid rgba(52,0,95,.08); padding:52px 0 80px; }
            .navbar-inner { padding:0 32px; }
        }

@media(max-width:768px) {
            .container { padding:0 20px; }
            .nav-links { display:none; }
            .nav-toggle { display:flex; }
            .navbar-inner { padding:0 20px; height:64px; }
            .mobile-nav { top:64px; }
            .hero{ padding-top: calc(var(--nav-h) + 28px); padding-bottom: 56px; }
            .hero-content { gap:32px; }
            .hero-h1 { font-size:clamp(2rem,8vw,3rem); letter-spacing:-.025em; }
            .hero-desc { font-size:.95rem; }
            .hero-btns { flex-direction:column; align-items:flex-start; gap:10px; margin-bottom:40px; }
            .btn { width:100%; justify-content:center; }
            .intro-left { padding:44px 0 36px; }
            .intro-right { padding:36px 0 44px; }
            .vs-media { min-height:240px; }
            .vs-panel { padding:36px 20px; }
            .about-anchor { padding:44px 0 80px; }
            .about-headline { font-size:clamp(2.2rem,7vw,3.2rem); }
            .sc-body { padding:28px 24px; }
            .footer-top { flex-direction:column; gap:16px; text-align:center; }
            .footer-bottom { flex-direction:column; gap:10px; text-align:center; }
        }

@media(max-width:480px) {
            .container { padding:0 16px; }
            .hero-h1 { font-size:clamp(1.9rem,9vw,2.6rem); }
        }

/* ═══════ IMPORTED SECTION STYLES (wwd / ecosystem / why) ═══════ */
/* ═══════ SECTION COMMONS ═══════ */
        .svc-section { padding: 72px 0; position: relative; overflow: hidden; }

.svc-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,rgba(52,0,95,.12),transparent); }

.svc-section.bg-cream { background: var(--bg-cream); }

.sec-header { margin-bottom: 40px; position: relative; z-index: 2; }

.sec-header.center { text-align: center; }

.sec-kicker { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: .71rem; font-weight: 700; text-transform: uppercase; letter-spacing: 4px; color: var(--sas-purple); margin-bottom: 8px; font-family: 'Trebuchet MS', sans-serif; }

.sec-kicker-line { width: 22px; height: 2px; background: linear-gradient(to right, var(--sas-orange), var(--sas-purple)); border-radius: 2px; flex-shrink: 0; }

.sec-title { font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--text); letter-spacing: -.03em; margin-bottom: 12px; }

.sec-sub { font-size: .95rem; color: var(--text-2); max-width: 800px; margin: 0 auto; line-height: 1.7; }

/* ═══════ WHAT WE DO (VARIATION 1: RICH PASTEL GRADIENTS) ═══════ */
        .wwd { padding: 72px 0 100px; background: var(--bg); position: relative; z-index: 1; }

.wwd::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 10%, rgba(52,0,95,.08) 50%, transparent 90%); }

.wwd::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 10%, rgba(52,0,95,.08) 50%, transparent 90%); }

.wwd .sec-header { margin-bottom: 60px; }

.wwd-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

/* The Cards - Distinctly Colored Gradients */
        .wwd-card {
            border-radius: 24px; padding: 50px 44px 46px; position: relative; overflow: hidden;
            transition: all .5s cubic-bezier(.23,1,.32,1); z-index: 1;
        }

/* Purple Card Gradient */
        .wwd-card.v-purple {
            background: linear-gradient(145deg, #F5EDFA 0%, #E6D8F2 100%);
            border: 1px solid rgba(89, 45, 138, 0.15);
            box-shadow: 0 8px 32px rgba(52,0,95,.06), 0 2px 8px rgba(52,0,95,.03);
        }

/* Orange Card Gradient */
        .wwd-card.v-orange {
            background: linear-gradient(145deg, #FFF1ED 0%, #FFDFD6 100%);
            border: 1px solid rgba(249, 76, 48, 0.15);
            box-shadow: 0 8px 32px rgba(249,76,48,.06), 0 2px 8px rgba(249,76,48,.03);
        }

/* Hover Lift & Shadow Amplification */
        .wwd-card:hover { transform: translateY(-10px) scale(1.01); }

.wwd-card.v-purple:hover { box-shadow: 0 20px 56px rgba(52,0,95,.15), 0 6px 16px rgba(52,0,95,.08); border-color: rgba(89,45,138,.3); }

.wwd-card.v-orange:hover { box-shadow: 0 20px 56px rgba(249,76,48,.15), 0 6px 16px rgba(249,76,48,.08); border-color: rgba(249,76,48,.3); }

/* Large Number Watermark - Adjusted for contrast against pastel */
        .wwd-watermark {
            position: absolute; top: -18px; right: 16px; font-family: "DM Serif Display", serif; font-size: 11rem; line-height: 1;
            pointer-events: none; z-index: -1; user-select: none; letter-spacing: -.06em; transition: all .5s ease;
        }

.wwd-card.v-purple .wwd-watermark { color: rgba(89, 45, 138, 0.05); }

.wwd-card.v-orange .wwd-watermark { color: rgba(249, 76, 48, 0.05); }

.wwd-card:hover .wwd-watermark { transform: scale(1.04) rotate(-2deg); }

.wwd-card.v-purple:hover .wwd-watermark { color: rgba(89, 45, 138, 0.08); }

.wwd-card.v-orange:hover .wwd-watermark { color: rgba(249, 76, 48, 0.08); }

.wwd-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; position: relative; z-index: 2; }

/* Step Badge - White Frosted base so it pops off the color */
        .wwd-step {
            font-family: "Trebuchet MS", sans-serif; font-size: .62rem; font-weight: 800; letter-spacing: 3px; text-transform: uppercase;
            background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(4px); padding: 6px 14px; border-radius: 6px;
        }

.wwd-card.v-purple .wwd-step { color: var(--sas-purple); border: 1px solid rgba(89,45,138,.1); }

.wwd-card.v-orange .wwd-step { color: var(--sas-orange-dk); border: 1px solid rgba(249,76,48,.1); }

/* Icons - Brilliant solid white base with colored icons to pop out */
        .wwd-icon {
            width: 56px; height: 56px; border-radius: 16px; background: #ffffff;
            display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; transition: transform .4s cubic-bezier(.23,1,.32,1);
        }

.wwd-card.v-purple .wwd-icon { color: var(--sas-purple); box-shadow: 0 6px 16px rgba(89,45,138,.12); border: 1px solid rgba(89,45,138,.08); }

.wwd-card.v-orange .wwd-icon { color: var(--sas-orange); box-shadow: 0 6px 16px rgba(249,76,48,.12); border: 1px solid rgba(249,76,48,.08); }

.wwd-card:hover .wwd-icon { transform: scale(1.08) rotate(-4deg); }

/* Typography - Absolute sharp contrast */
        .wwd-card h3 { font-family: "DM Serif Display", serif; font-size: 1.6rem; color: #1A1210; letter-spacing: -.02em; line-height: 1.25; margin-bottom: 16px; position: relative; z-index: 2; }

.wwd-line { width: 48px; height: 3px; border-radius: 2px; margin-bottom: 22px; position: relative; z-index: 2; }

.wwd-card.v-purple .wwd-line { background: var(--sas-purple); opacity: 0.6; }

.wwd-card.v-orange .wwd-line { background: var(--sas-orange); opacity: 0.6; }

.wwd-bullets { list-style: none; margin-bottom: 28px; position: relative; z-index: 2; }

.wwd-bullets li { font-size: .92rem; line-height: 1.6; color: #3A332C; margin-bottom: 14px; padding-left: 20px; position: relative; font-weight: 500;}

.wwd-bullets li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 50%; }

.wwd-card.v-purple .wwd-bullets li::before { background: var(--sas-purple); opacity: 0.8; }

.wwd-card.v-orange .wwd-bullets li::before { background: var(--sas-orange); opacity: 0.8; }

/* CTA Buttons - Outlined turning to solid on hover */
        .wwd-cta {
            display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .82rem; font-family: "Trebuchet MS",sans-serif;
            letter-spacing: .06em; text-transform: uppercase; text-decoration: none; padding: 10px 22px; border-radius: 10px;
            background: rgba(255,255,255,0.6); transition: all .3s ease; position: relative; z-index: 2;
        }

.wwd-card.v-purple .wwd-cta { color: var(--sas-purple); border: 1.5px solid var(--sas-purple); }

.wwd-card.v-orange .wwd-cta { color: var(--sas-orange-dk); border: 1.5px solid var(--sas-orange); }

.wwd-card.v-purple .wwd-cta:hover { background: var(--sas-purple); color: #fff; box-shadow: 0 8px 20px rgba(89,45,138,.25); transform: translateX(4px); }

.wwd-card.v-orange .wwd-cta:hover { background: var(--sas-orange); color: #fff; box-shadow: 0 8px 20px rgba(249,76,48,.25); transform: translateX(4px); }

.wwd-cta i { font-size: .65rem; transition: transform .3s ease; }

.wwd-cta:hover i { transform: translateX(4px); }

/* ═══════ TECH PARTNERSHIP & ECOSYSTEM ═══════ */
        .alliance-logo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 16px; }

.partner-card { background: #FFFFFF; border: 1px solid rgba(52,0,95,.08); border-radius: 12px; height: 100px; display: flex; align-items: center; justify-content: center; padding: 20px; box-shadow: var(--sh-sm); transition: all .3s ease; }

.partner-card img { max-width: 100%; max-height: 50px; object-fit: contain; }

.partner-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: rgba(52,0,95,.15); }

/* ═══════ WHY KEN-AI ═══════ */
        .bg-clean-step { background: #ffffff; padding: 72px 0 120px; position: relative; }

.bg-clean-step::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,0,0,0.08), transparent); }

.step-title-area { text-align: center; margin-bottom: 80px; }

.step-kicker { display: inline-block; font-size: 0.71rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: var(--sas-purple); margin-bottom: 16px; font-family: 'Trebuchet MS', sans-serif; }

.step-main-title { font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--text); letter-spacing: -.03em; font-family: "DM Serif Display", serif; }

.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; align-items: start; }

@media (min-width: 1101px) {
            .step-col:nth-child(2) { margin-top: 60px; }
            .step-col:nth-child(3) { margin-top: 120px; }
        }

.step-col {
            background: #fff; padding: 44px 36px; display: flex; flex-direction: column;
            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            border: 1px solid rgba(52, 0, 95, 0.08); border-radius: 20px;
            box-shadow: 0 4px 20px rgba(52, 0, 95, 0.03); position: relative; overflow: hidden;
        }

.step-col::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--sas-orange), var(--sas-purple)); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }

.step-col:hover { transform: translateY(-8px); box-shadow: 0 16px 40px rgba(52, 0, 95, 0.08); border-color: rgba(52,0,95,.12); }

.step-col:hover::after { transform: scaleX(1); }

.step-header-box { display: flex; align-items: flex-end; gap: 20px; margin-bottom: 32px; padding-bottom: 24px; border-bottom: 3px solid var(--text); position: relative; }

.step-header-box::before { content: ""; position: absolute; top: -20px; left: 0; width: 40px; height: 3px; background: var(--sas-orange); }

.step-num { font-family: "DM Serif Display", serif; font-size: 4rem; line-height: 0.8; color: var(--sas-orange); }

.step-title { font-family: "Trebuchet MS", sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--text); line-height: 1.3; text-transform: uppercase; letter-spacing: 0.02em; }

.step-intro { font-size: 0.95rem; color: var(--text); font-weight: 600; line-height: 1.6; margin-bottom: 24px; }

.step-list { list-style: none; margin: 0; padding: 0; }

.step-list li { font-size: 0.9rem; color: var(--text-2); line-height: 1.6; margin-bottom: 16px; padding-left: 16px; position: relative; }

.step-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; background: var(--sas-purple); border-radius: 1px; }

/* ═══════ RESPONSIVE (imported sections) ═══════ */
        @media (max-width:1100px) {
            .wwd-grid { grid-template-columns: 1fr 1fr; }
            .step-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
            .step-col:nth-child(3) { grid-column: 1 / -1; max-width: 50%; margin: 0 auto; }
        }

@media (min-width: 1101px) {
            .step-col:nth-child(2) { margin-top: 60px; }
            .step-col:nth-child(3) { margin-top: 120px; }
        }

@media (max-width:768px) {
            .wwd-grid { grid-template-columns: 1fr; }
            .wwd { padding: 80px 0 90px; }
            .wwd-card { padding: 40px 32px 36px; }
            .step-grid { grid-template-columns: 1fr; gap: 48px; }
            .step-col:nth-child(3) { max-width: 100%; }
            .bg-clean-step { padding: 80px 0 100px; }
        }

@media (max-width:480px) {
            .wwd-card { padding: 32px 24px 28px; }
            .step-col { padding: 32px 24px; }
            .alliance-logo-grid { grid-template-columns: 1fr; }
        }
