/* Sakura Solutions v2 Design System */

@property --angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

/* ============================================
   DARK THEME (default)
   ============================================ */
:root, [data-theme="dark"] {
    --bg: #06060f;
    --bg-elevated: #0c0c1a;
    --bg-card: rgba(255,255,255,.025);
    --tooltip-bg: rgba(22,22,35,.95);
    --bg-card-solid: #111122;
    --border: rgba(255,255,255,.06);
    --border-hover: rgba(255,255,255,.12);
    --text: #e8e8f0;
    --text-muted: #8888a8;
    --text-dim: #555570;
    --sakura: #e05d84;
    --sakura-glow: rgba(224,93,132,.15);
    --violet: #8b5cf6;
    --cyan: #06b6d4;
    --emerald: #10b981;
    --amber: #f59e0b;
    --radius: 16px;
    --radius-sm: 10px;
    --radius-xs: 6px;
    /* Theme-specific */
    --nav-bg: rgba(6,6,15,.75);
    --nav-shadow: none;
    --card-hover-shadow: 0 12px 40px rgba(0,0,0,.3);
    --dot-color: rgba(100,116,139,.15);
    --mesh-sakura: rgba(224,93,132,.08);
    --mesh-violet: rgba(139,92,246,.07);
    --mesh-cyan: rgba(6,182,212,.05);
    --stats-bg: rgba(255,255,255,.01);
    --process-bg: transparent;
    --testimonial-bg: transparent;
    --footer-bg: transparent;
    --input-bg: rgba(255,255,255,.04);
    --btn-secondary-bg: transparent;
    --mobile-nav-bg: rgba(6,6,15,.95);
    --tech-icon-bg: linear-gradient(135deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
    --tech-icon-border: rgba(255,255,255,.06);
    --tech-icon-hover-bg: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
    --tech-icon-hover-border: rgba(255,255,255,.1);
    --beam-display: block;
    --petal-display: none;
    color-scheme: dark;
}

/* ============================================
   LIGHT THEME
   ============================================ */
[data-theme="light"] {
    --bg: #fdf5f7;
    --bg-elevated: #fff;
    --bg-card: rgba(255,255,255,.7);
    --tooltip-bg: rgba(255,255,255,.97);
    --bg-card-solid: #fff;
    --border: rgba(180,140,155,.12);
    --border-hover: rgba(180,140,155,.22);
    --text: #1a1020;
    --text-muted: #6b5a6e;
    --text-dim: #9a8a9e;
    --sakura: #d6638a;
    --sakura-glow: rgba(214,99,138,.12);
    --violet: #9b6dd7;
    --cyan: #3da8bf;
    --emerald: #2d9d78;
    --amber: #d4960a;
    --nav-bg: rgba(253,245,247,.85);
    --nav-shadow: 0 1px 12px rgba(180,140,155,.06);
    --card-hover-shadow: 0 12px 40px rgba(180,140,155,.1);
    --dot-color: rgba(180,140,155,.08);
    --mesh-sakura: rgba(214,99,138,.07);
    --mesh-violet: rgba(155,109,215,.05);
    --mesh-cyan: rgba(61,168,191,.04);
    --stats-bg: rgba(255,255,255,.5);
    --process-bg: rgba(255,255,255,.4);
    --testimonial-bg: rgba(255,255,255,.4);
    --footer-bg: rgba(255,255,255,.3);
    --input-bg: #fff;
    --btn-secondary-bg: #fff;
    --mobile-nav-bg: rgba(253,245,247,.95);
    --tech-icon-bg: linear-gradient(135deg, rgba(180,140,155,.06), rgba(180,140,155,.02));
    --tech-icon-border: rgba(180,140,155,.1);
    --tech-icon-hover-bg: linear-gradient(135deg, rgba(180,140,155,.1), rgba(180,140,155,.04));
    --tech-icon-hover-border: rgba(180,140,155,.18);
    --beam-display: none;
    --petal-display: block;
    color-scheme: light;
}

/* Transition for theme switch */
html.theme-transitioning,
html.theme-transitioning *,
html.theme-transitioning *::before,
html.theme-transitioning *::after {
    transition: background-color .35s ease, color .35s ease, border-color .35s ease, box-shadow .35s ease !important;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-weight: 800; letter-spacing: -.02em; line-height: 1.15; }

.section-label {
    display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px;
    background: rgba(224,93,132,.06); border: 1px solid rgba(224,93,132,.12);
    border-radius: 100px; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: .08em;
    color: var(--sakura); margin-bottom: 1.25rem;
}
.section-label::before {
    content: ''; width: 6px; height: 6px; background: var(--sakura); border-radius: 50%;
    box-shadow: 0 0 8px var(--sakura); animation: glow-pulse 2s ease-in-out infinite;
}

.section-title { font-size: clamp(2rem, 4.5vw, 3.2rem); margin-bottom: .75rem; }
.section-subtitle { font-size: 1.05rem; color: var(--text-muted); max-width: 600px; line-height: 1.7; }

.gradient-text {
    background: linear-gradient(135deg, var(--sakura), var(--violet), var(--cyan));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* Hero Word Rotator */
.hero-rotate-wrap { display: inline-block; overflow: hidden; vertical-align: bottom; height: 1.15em; position: relative; }
.hero-rotate-words { display: block; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.hero-rotate-words .gradient-text { display: block; height: 1.15em; line-height: 1.15; white-space: nowrap; }

/* Dot Grid */
.dot-bg {
    background-color: var(--bg);
    background-image:
        radial-gradient(ellipse 800px 500px at 50% 0%, rgba(224,93,132,.04), transparent),
        radial-gradient(circle, var(--dot-color) 1px, transparent 1px);
    background-size: 100% 100%, 24px 24px;
}

/* Mesh */
.mesh-bg { position: relative; overflow: hidden; }
.mesh-bg::before {
    content: ''; position: absolute; top: -40%; left: -30%; width: 160%; height: 180%;
    background:
        radial-gradient(circle at 25% 40%, var(--mesh-sakura), transparent 50%),
        radial-gradient(circle at 75% 20%, var(--mesh-violet), transparent 45%),
        radial-gradient(circle at 50% 75%, var(--mesh-cyan), transparent 50%);
    animation: mesh-drift 20s ease-in-out infinite alternate;
    pointer-events: none; z-index: 0;
}
@keyframes mesh-drift {
    0% { transform: translate(0,0) rotate(0deg) scale(1); }
    100% { transform: translate(-3%,4%) rotate(2deg) scale(1.03); }
}

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: .75rem 0; transition: all .3s ease; }
.nav.scrolled {
    background: var(--nav-bg); backdrop-filter: blur(16px) saturate(150%);
    border-bottom: 1px solid var(--border); box-shadow: var(--nav-shadow);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.nav-logo { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; font-weight: 800; }
.nav-logo-icon {
    width: 34px; height: 34px; border-radius: 10px;
    background: linear-gradient(135deg, var(--sakura), var(--violet));
    display: flex; align-items: center; justify-content: center;
}
.nav-links { display: flex; gap: .9rem; list-style: none; }
.nav-links a { font-size: .82rem; font-weight: 500; color: var(--text-muted); transition: color .2s; position: relative; }
.nav-links a:hover { color: var(--text); }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1.5px; background: var(--sakura); transition: width .25s ease; }
.nav-links a:hover::after { width: 100%; }

.nav-actions { display: flex; align-items: center; gap: .75rem; }
/* Sun/Moon icon: show what you switch TO */
[data-theme="dark"] .icon-sun { display: block; }
[data-theme="dark"] .icon-moon { display: none; }
[data-theme="light"] .icon-sun { display: none; }
[data-theme="light"] .icon-moon { display: block; }

/* Nav Combo Button (Theme + Language) */
.nav-combo {
    display: flex; align-items: center; border-radius: 8px;
    border: 1px solid var(--border); background: var(--bg-card); overflow: hidden;
}
.nav-combo-btn {
    width: 36px; height: 34px; border: none; background: none; color: var(--text-muted);
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: all .2s; text-decoration: none;
}
.nav-combo-btn:hover { color: var(--text); background: rgba(224,93,132,.06); }
.nav-combo-sep { width: 1px; height: 18px; background: var(--border); flex-shrink: 0; }
.nav-lang-text { font-size: .7rem; font-weight: 700; letter-spacing: .04em; }

.nav-cta {
    padding: 8px 20px; background: var(--sakura); color: #fff; border: none;
    border-radius: var(--radius-xs); font-size: .8rem; font-weight: 600; cursor: pointer;
    transition: all .25s; box-shadow: 0 0 20px rgba(224,93,132,.2);
}
.nav-cta:hover { box-shadow: 0 0 30px rgba(224,93,132,.35); transform: translateY(-1px); }
.nav-mobile-toggle { display: none; background: none; border: none; color: var(--text); font-size: 1.5rem; cursor: pointer; }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 8rem 0 6rem; overflow: hidden; }
.hero > .container { position: relative; z-index: 1; }
.hero-content { text-align: center; max-width: 820px; margin: 0 auto; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px;
    background: rgba(224,93,132,.06); border: 1px solid rgba(224,93,132,.1);
    border-radius: 100px; font-size: .72rem; font-weight: 600;
    color: var(--sakura); margin-bottom: 2rem; letter-spacing: .04em;
}
.hero-badge .pulse { width: 7px; height: 7px; background: var(--sakura); border-radius: 50%; animation: glow-pulse 2s ease-in-out infinite; }
.hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); margin-bottom: 1.5rem; line-height: 1.08; }
.hero p { font-size: 1.15rem; color: var(--text-muted); max-width: 580px; margin: 0 auto 2.5rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.btn-primary {
    position: relative; display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 32px; background: var(--sakura); color: #fff; border: none;
    border-radius: var(--radius-sm); font-size: .9rem; font-weight: 600; cursor: pointer;
    transition: all .3s; box-shadow: 0 4px 24px rgba(224,93,132,.25); overflow: hidden;
}
.btn-primary::before {
    content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent);
    transition: left .5s;
}
.btn-primary:hover::before { left: 100%; }
.btn-primary:hover { box-shadow: 0 6px 32px rgba(224,93,132,.4); transform: translateY(-2px); }

.btn-secondary {
    display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px;
    background: var(--btn-secondary-bg); color: var(--text); border: 1px solid var(--border);
    border-radius: var(--radius-sm); font-size: .9rem; font-weight: 500; cursor: pointer;
    transition: all .25s;
}
.btn-secondary:hover { border-color: var(--border-hover); background: rgba(255,255,255,.03); }

/* Beam Lines (dark) */
.hero-beams { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; overflow: hidden; display: var(--beam-display); }
.beam-line { position: absolute; width: 1px; height: 100%; background: linear-gradient(to bottom, transparent, var(--border) 30%, var(--border) 70%, transparent); opacity: .3; }
.beam-particle { position: absolute; width: 3px; height: 60px; border-radius: 2px; animation: beam-fall linear infinite; }
.beam-particle.sakura-beam { background: linear-gradient(to bottom, transparent, var(--sakura), transparent); }
.beam-particle.violet-beam { background: linear-gradient(to bottom, transparent, var(--violet), transparent); }
.beam-particle.cyan-beam { background: linear-gradient(to bottom, transparent, var(--cyan), transparent); }
@keyframes beam-fall { 0% { top: -60px; opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { top: 100%; opacity: 0; } }

/* Petals (light) */
.hero-petals { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; overflow: hidden; display: var(--petal-display); }
.petal { position: absolute; width: 12px; height: 12px; border-radius: 50% 0 50% 50%; background: rgba(214,99,138,.08); transform: rotate(45deg); animation: petal-fall linear infinite; }
@keyframes petal-fall {
    0% { top: -20px; opacity: 0; transform: rotate(45deg) translateX(0); }
    10% { opacity: .6; } 90% { opacity: .6; }
    100% { top: 105%; opacity: 0; transform: rotate(225deg) translateX(40px); }
}

/* STATS */
.stats-bar { padding: 3rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--stats-bg); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat-item h3 { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 800; margin-bottom: .25rem; }
.stat-item p { font-size: .78rem; color: var(--text-muted); font-weight: 500; }

/* SERVICES */
.services { padding: 7rem 0; }
.services-header { text-align: center; margin-bottom: 4rem; }
.services-header .section-subtitle { margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.service-card {
    --mx: 50%; --my: 50%;
    position: relative; padding: 2.5rem;
    background: radial-gradient(400px circle at var(--mx) var(--my), rgba(224,93,132,.04), transparent 60%), var(--bg-card);
    border: 1px solid var(--border); border-radius: var(--radius);
    transition: all .35s ease; cursor: default; overflow: hidden;
}
.service-card:hover { border-color: var(--border-hover); transform: translateY(-3px); box-shadow: var(--card-hover-shadow); }
.service-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
.service-icon.web { background: rgba(224,93,132,.08); color: var(--sakura); }
.service-icon.app { background: rgba(139,92,246,.08); color: var(--violet); }
.service-icon.seo { background: rgba(6,182,212,.08); color: var(--cyan); }
.service-icon.ki { background: rgba(16,185,129,.08); color: var(--emerald); }
.service-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: .5rem; }
.service-card p { font-size: .88rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1.25rem; }
.service-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.service-tag { padding: 4px 10px; background: rgba(255,255,255,.04); border: 1px solid var(--border); border-radius: 100px; font-size: .68rem; color: var(--text-muted); font-weight: 500; }

/* PROCESS */
.process { padding: 7rem 0; background: var(--process-bg); }
.process-header { text-align: center; margin-bottom: 4rem; }
.process-header .section-subtitle { margin: 0 auto; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; position: relative; }
.process-step { position: relative; text-align: center; padding: 2rem 1.5rem; }
.step-number {
    width: 52px; height: 52px; border-radius: 50%; background: var(--bg-card-solid);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.25rem; font-size: .9rem; font-weight: 800;
    position: relative; z-index: 1; color: var(--sakura);
}
.step-number::before {
    content: ''; position: absolute; inset: 0; border-radius: 50%; padding: 1.5px;
    background: conic-gradient(from var(--angle, 0deg), transparent 30%, var(--sakura), var(--violet), transparent 70%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    animation: border-spin 5s linear infinite;
}
@keyframes border-spin { to { --angle: 360deg; } }
.step-connector { position: absolute; top: 26px; left: calc(50% + 30px); width: calc(100% - 60px); height: 1px; background: var(--border); z-index: 0; }
.step-connector::after {
    content: ''; position: absolute; top: -1px; left: 0;
    width: 20px; height: 3px; background: var(--sakura); border-radius: 2px;
    animation: connector-flow 3s linear infinite; box-shadow: 0 0 8px var(--sakura);
}
@keyframes connector-flow { 0% { left: 0; opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { left: calc(100% - 20px); opacity: 0; } }
.process-step:last-child .step-connector { display: none; }
.process-step h3 { font-size: 1rem; font-weight: 700; margin-bottom: .4rem; }
.process-step p { font-size: .82rem; color: var(--text-muted); line-height: 1.6; }

/* TECH */
.techstack { padding: 7rem 0; }
.techstack-header { text-align: center; margin-bottom: 4rem; }
.techstack-header .section-subtitle { margin: 0 auto; }
.tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 1rem; max-width: 800px; margin: 0 auto; }
.tech-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 1.5rem 1rem; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-sm); transition: all .3s; }
.tech-item:hover { border-color: var(--border-hover); transform: translateY(-3px); box-shadow: var(--card-hover-shadow); }
.tech-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: var(--tech-icon-bg); border: 1px solid var(--tech-icon-border); border-radius: 10px; }
.tech-icon svg { filter: drop-shadow(0 0 6px rgba(224,93,132,.15)); }
.tech-item:hover .tech-icon { background: var(--tech-icon-hover-bg); border-color: var(--tech-icon-hover-border); }
.tech-item:hover .tech-icon svg { filter: drop-shadow(0 0 10px rgba(224,93,132,.25)); }
.tech-item p { font-size: .72rem; color: var(--text-muted); font-weight: 600; }

/* TESTIMONIALS */
.testimonials { padding: 7rem 0; background: var(--testimonial-bg); }
.testimonials-header { text-align: center; margin-bottom: 4rem; }
.testimonials-header .section-subtitle { margin: 0 auto; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.testimonial-card { position: relative; padding: 2rem; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); isolation: isolate; }
.testimonial-card::before {
    content: ''; position: absolute; inset: 0; border-radius: var(--radius); padding: 1px;
    background: conic-gradient(from var(--angle, 0deg), transparent 50%, rgba(224,93,132,.3), rgba(139,92,246,.2), transparent 80%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    animation: border-spin 6s linear infinite; opacity: 0; transition: opacity .4s;
}
.testimonial-card:hover::before { opacity: 1; }
.testimonial-stars { display: flex; gap: 2px; margin-bottom: 1rem; color: var(--amber); font-size: .85rem; }
.testimonial-card blockquote { font-size: .88rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1.5rem; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: .75rem; }
.testimonial-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--sakura), var(--violet)); display: flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 700; color: #fff; }
.testimonial-name { font-size: .82rem; font-weight: 600; }
.testimonial-role { font-size: .72rem; color: var(--text-dim); }

/* CTA */
.cta-section { padding: 7rem 0; text-align: center; }
.cta-box { position: relative; max-width: 700px; margin: 0 auto; padding: 4rem 3rem; border-radius: var(--radius); background: var(--bg-card); border: 1px solid var(--border); isolation: isolate; overflow: hidden; }
.cta-box::before {
    content: ''; position: absolute; inset: 0; border-radius: var(--radius); padding: 1px;
    background: conic-gradient(from var(--angle, 0deg), transparent 30%, var(--sakura), var(--violet), var(--cyan), transparent 70%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    animation: border-spin 4s linear infinite;
}
.cta-box::after {
    content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle at 30% 50%, rgba(224,93,132,.06), transparent 40%), radial-gradient(circle at 70% 50%, rgba(139,92,246,.05), transparent 40%);
    pointer-events: none; z-index: -1;
}
.cta-box h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: .75rem; }
.cta-box p { color: var(--text-muted); margin-bottom: 2rem; font-size: .95rem; }
.cta-form { display: flex; gap: .75rem; max-width: 460px; margin: 0 auto; }
.cta-form input { flex: 1; padding: 12px 16px; background: var(--input-bg); border: 1px solid var(--border); border-radius: var(--radius-xs); color: var(--text); font-size: .88rem; font-family: inherit; outline: none; transition: border-color .2s; }
.cta-form input:focus { border-color: var(--sakura); }
.cta-form input::placeholder { color: var(--text-dim); }

/* FOOTER */
.footer { padding: 4rem 0 2rem; border-top: 1px solid var(--border); background: var(--footer-bg); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { font-size: .82rem; color: var(--text-muted); margin-top: .75rem; line-height: 1.7; }
.footer-col h4 { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-dim); margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: .5rem; }
.footer-col a { font-size: .82rem; color: var(--text-muted); transition: color .2s; }
.footer-col a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 2rem; border-top: 1px solid var(--border); font-size: .72rem; color: var(--text-dim); }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { color: var(--text-dim); transition: color .2s; }
.footer-legal a:hover { color: var(--text-muted); }
.footer-contact-info { margin-top: .75rem; }
.footer-contact-info a { display: block; color: var(--text-muted); font-size: .85rem; margin-bottom: .25rem; transition: color .2s; text-decoration: none; }
.footer-contact-info a:hover { color: var(--sakura); }
.footer-hours { margin-top: 1rem; }
.footer-hours h5 { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: var(--text-dim); margin-bottom: .4rem; }
.footer-hours p { font-size: .82rem; color: var(--text-muted); margin: 0 0 .15rem; }
.footer-map { margin: 2rem 0; padding-top: 2rem; border-top: 1px solid var(--border); }
.footer-map h5 { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: var(--text-dim); margin-bottom: .75rem; }
.whatsapp-float { position: fixed; bottom: 1.5rem; right: 1.5rem; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(37,211,102,.4); z-index: 998; transition: transform .2s, box-shadow .2s; text-decoration: none; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 6px 20px rgba(37,211,102,.5); }

@keyframes glow-pulse {
    0%, 100% { box-shadow: 0 0 4px rgba(224,93,132,.3); }
    50% { box-shadow: 0 0 12px rgba(224,93,132,.6); }
}

/* WEBCHECK */
.webcheck { padding: 7rem 0; }
.webcheck-header { text-align: center; margin-bottom: 3rem; }
.webcheck-header .section-subtitle { margin: 0 auto; }
.webcheck-demo {
    max-width: 800px; margin: 0 auto;
    background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
    overflow: hidden; position: relative; isolation: isolate;
}
.webcheck-demo::before {
    content: ''; position: absolute; inset: 0; border-radius: var(--radius); padding: 1px; pointer-events: none;
    background: conic-gradient(from var(--angle, 0deg), transparent 40%, var(--sakura), var(--violet), var(--cyan), transparent 60%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    animation: border-spin 6s linear infinite; opacity: .5;
}
.wc-toolbar {
    display: flex; align-items: center; gap: 8px; padding: 12px 16px;
    border-bottom: 1px solid var(--border); background: var(--bg-card);
}
.wc-dot { width: 10px; height: 10px; border-radius: 50%; }
.wc-dot.r { background: #ff5f57; } .wc-dot.y { background: #ffbd2e; } .wc-dot.g { background: #28c840; }
.wc-url-bar {
    flex: 1; margin-left: 8px; padding: 6px 12px;
    background: rgba(255,255,255,.03); border: 1px solid var(--border); border-radius: 6px;
    font-size: .72rem; color: var(--text-dim); font-family: 'Inter', monospace;
}
.wc-body { padding: 2rem; }
.wc-input-row { display: flex; gap: .75rem; margin-bottom: 2rem; }
.wc-input {
    flex: 1; padding: 14px 16px; background: var(--input-bg);
    border: 1px solid var(--border); border-radius: var(--radius-xs);
    color: var(--text); font-size: .9rem; font-family: inherit; outline: none; transition: border-color .2s;
}
.wc-input:focus { border-color: var(--sakura); }
.wc-input::placeholder { color: var(--text-dim); }

/* Inline Tabs */
.wc-tabs { display: flex; gap: 4px; margin-bottom: 1.5rem; background: rgba(255,255,255,.02); border: 1px solid var(--border); border-radius: 10px; padding: 4px; }
.wc-tab {
    flex: 1; padding: 10px 16px; border: none; background: transparent;
    color: var(--text-muted); font-size: .78rem; font-weight: 600; font-family: inherit;
    border-radius: 8px; cursor: pointer; transition: all .25s; display: flex; align-items: center; justify-content: center; gap: 6px;
}
.wc-tab.active { background: var(--sakura); color: #fff; box-shadow: 0 2px 12px rgba(224,93,132,.25); }
.wc-tab:not(.active):hover { background: rgba(255,255,255,.04); color: var(--text); }
.wc-tab svg { width: 16px; height: 16px; }

.wc-tab-content { display: none; }
.wc-tab-content.active { display: block; animation: wcFadeIn .3s ease; }
@keyframes wcFadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spin { to { transform: rotate(360deg); } }
.wc-scan-anim { display: flex; justify-content: center; }
.wc-step-pill { padding: .25rem .6rem; border-radius: 6px; font-size: .75rem; background: rgba(255,255,255,.03); border: 1px solid var(--border); color: var(--text-dim); transition: all .3s ease; }
.wc-step-pill.active { background: rgba(224,93,132,.12); border-color: var(--sakura); color: var(--sakura); }
.wc-step-pill.done { background: rgba(16,185,129,.1); border-color: var(--emerald); color: var(--emerald); }
.wc-meta-badge { display: inline-flex; align-items: center; gap: 4px; padding: .25rem .6rem; border-radius: 6px; font-size: .75rem; font-weight: 500; background: rgba(255,255,255,.03); border: 1px solid var(--border); color: var(--text-muted); }
.wc-meta-badge.green { border-color: var(--emerald); color: var(--emerald); background: rgba(16,185,129,.08); }
.wc-meta-badge.red { border-color: #f87171; color: #f87171; background: rgba(248,113,113,.08); }

.wc-scores { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
/* Main Score — hero-style big ring */
.wc-main-score { display: flex; align-items: center; gap: 1.5rem; padding: 1.5rem; background: linear-gradient(135deg, rgba(224,93,132,.06), rgba(139,92,246,.04)); border: 1px solid rgba(224,93,132,.15); border-radius: 16px; margin-bottom: 1.5rem; }
.wc-main-ring { width: 96px; height: 96px; position: relative; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wc-main-ring svg { transform: rotate(-90deg); }
.wc-main-ring .ring-bg { stroke: var(--border); }
.wc-main-ring .ring-fill { transition: stroke-dashoffset 1.5s ease; filter: drop-shadow(0 0 6px currentColor); }
.wc-main-val { position: absolute; font-size: 1.5rem; font-weight: 800; }
.wc-main-info { flex: 1; }
.wc-main-info h4 { font-size: 1rem; font-weight: 700; color: var(--text); margin: 0 0 .25rem; }
.wc-main-info p { font-size: .8rem; color: var(--text-muted); margin: 0; line-height: 1.4; }
.wc-main-grade { display: inline-block; padding: 2px 10px; border-radius: 6px; font-size: .7rem; font-weight: 700; margin-top: .5rem; }

/* Score Group */
.wc-score-group { margin-bottom: 1.25rem; width: 100%; clear: both; }
.wc-score-group-header { display: flex; align-items: center; gap: .5rem; margin-bottom: .75rem; }
.wc-score-group-icon { width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.wc-score-group-label { font-size: .75rem; font-weight: 700; color: var(--text); letter-spacing: .3px; }
.wc-score-group-total { margin-left: auto; font-size: .75rem; font-weight: 700; padding: 2px 8px; border-radius: 6px; }

/* Horizontal bar scores */
.wc-bar-list { display: flex; flex-direction: column; gap: .5rem; }
.wc-bar-item { display: flex; align-items: center; gap: .75rem; padding: .6rem .75rem; background: rgba(255,255,255,.02); border: 1px solid var(--border); border-radius: 10px; transition: all .2s; position: relative; }
.wc-bar-item:hover { border-color: var(--border-hover); background: rgba(255,255,255,.04); }
.wc-bar-label { font-size: .8rem; font-weight: 600; color: var(--text); min-width: 100px; }
.wc-bar-track { flex: 1; height: 6px; background: var(--border); border-radius: 3px; overflow: hidden; }
.wc-bar-fill { height: 100%; border-radius: 3px; transition: width 1.2s ease; }
.wc-bar-val { font-size: .78rem; font-weight: 700; min-width: 32px; text-align: right; }
.wc-bar-info { width: 18px; height: 18px; border-radius: 50%; border: 1px solid var(--border); color: var(--text-dim); font-size: .6rem; font-weight: 700; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .2s; flex-shrink: 0; }
.wc-bar-info:hover { border-color: var(--sakura); color: var(--sakura); }
.wc-bar-tooltip { display: none; position: absolute; bottom: calc(100% + 6px); right: 0; background: var(--tooltip-bg); border: 1px solid var(--border); border-radius: 8px; padding: .5rem .65rem; font-size: .73rem; color: var(--text); width: 220px; text-align: left; z-index: 10; box-shadow: 0 8px 24px rgba(0,0,0,.4); line-height: 1.4; font-weight: 400; backdrop-filter: blur(12px); }
.wc-bar-item:hover .wc-bar-tooltip { display: block; animation: wcFadeIn .2s ease; }

.wc-features { display: flex; flex-direction: column; gap: .75rem; }
.wc-feat-row { display: flex; align-items: center; gap: 12px; padding: 10px 14px; background: rgba(255,255,255,.02); border: 1px solid var(--border); border-radius: 10px; }
.wc-feat-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wc-feat-icon.pass { background: rgba(16,185,129,.1); color: var(--emerald); }
.wc-feat-icon.warn { background: rgba(245,158,11,.1); color: var(--amber); }
.wc-feat-icon.fail { background: rgba(239,68,68,.1); color: #ef4444; }
.wc-feat-text { font-size: .78rem; color: var(--text-muted); }
.wc-feat-text strong { color: var(--text); display: block; margin-bottom: 1px; }

.wc-bottom { text-align: center; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.wc-bottom p { font-size: .68rem; color: var(--text-dim); }

/* PROJEKT STARTEN */
.projekt { padding: 7rem 0; }
.projekt-header { text-align: center; margin-bottom: 3rem; }
.projekt-header .section-subtitle { margin: 0 auto; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; max-width: 960px; margin: 0 auto 3rem; }
.pricing-card {
    --mx: 50%; --my: 50%;
    position: relative; padding: 2.5rem 2rem; background: var(--bg-card);
    border: 1px solid var(--border); border-radius: var(--radius);
    transition: all .35s; display: flex; flex-direction: column;
}
.pricing-card:hover { border-color: var(--border-hover); transform: translateY(-4px); box-shadow: var(--card-hover-shadow); }
.pricing-card.featured {
    border-color: var(--sakura);
    background: radial-gradient(400px circle at var(--mx) var(--my), rgba(224,93,132,.05), transparent 60%), var(--bg-card);
}
.pricing-card.featured::before {
    content: ''; position: absolute; inset: 0; border-radius: var(--radius); padding: 1px;
    background: conic-gradient(from var(--angle, 0deg), transparent 30%, var(--sakura), var(--violet), transparent 70%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    animation: border-spin 5s linear infinite;
}
.pricing-badge {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    padding: 4px 14px; background: var(--sakura); color: #fff;
    border-radius: 100px; font-size: .65rem; font-weight: 700; white-space: nowrap;
    box-shadow: 0 2px 12px rgba(224,93,132,.3);
}
.pricing-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: .25rem; }
.pricing-desc { font-size: .78rem; color: var(--text-muted); margin-bottom: 1.25rem; }
.pricing-price { font-size: 2.5rem; font-weight: 900; margin-bottom: .25rem; line-height: 1; }
.pricing-price span { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.pricing-note { font-size: .68rem; color: var(--text-dim); margin-bottom: 1.5rem; }
.pricing-features { list-style: none; margin-bottom: 2rem; flex: 1; }
.pricing-features li {
    display: flex; align-items: flex-start; gap: 8px;
    padding: 6px 0; font-size: .8rem; color: var(--text-muted); border-bottom: 1px solid rgba(255,255,255,.03);
}
.pricing-features li:last-child { border-bottom: none; }
.pricing-check { color: var(--sakura); flex-shrink: 0; margin-top: 2px; }

.btn-pricing {
    display: block; width: 100%; padding: 12px; text-align: center;
    border: 1px solid var(--border); border-radius: var(--radius-xs);
    background: transparent; color: var(--text); font-size: .85rem;
    font-weight: 600; font-family: inherit; cursor: pointer; transition: all .25s;
}
.btn-pricing:hover { border-color: var(--sakura); color: var(--sakura); }
.pricing-card.featured .btn-pricing {
    background: var(--sakura); color: #fff; border-color: var(--sakura);
    box-shadow: 0 4px 16px rgba(224,93,132,.2);
}
.pricing-card.featured .btn-pricing:hover { box-shadow: 0 6px 24px rgba(224,93,132,.35); transform: translateY(-1px); }

.pricing-custom { text-align: center; font-size: .85rem; color: var(--text-muted); }
.pricing-custom a { color: var(--sakura); font-weight: 600; transition: opacity .2s; }
.pricing-custom a:hover { opacity: .8; }

/* ═══════════════════════════════════════════════════
   SUBPAGE-SPECIFIC STYLES
   (Problems, Transformation, Features, FAQ, etc.)
   ═══════════════════════════════════════════════════ */

/* ── PROBLEMS ── */
.problems { padding: 7rem 0; }
.problems-header { text-align: center; margin-bottom: 4rem; }
.problems-header .section-subtitle { margin: 0 auto; }
.problems-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 960px; margin: 0 auto; }
.problem-card {
    padding: 2rem 1.75rem; border-radius: var(--radius); background: var(--bg-card);
    border: 1px solid var(--border); transition: all .3s; position: relative; overflow: hidden;
}
.problem-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #f87171, #ef4444); opacity: .6;
}
.problem-card:hover { border-color: rgba(248,113,113,.3); transform: translateY(-4px); box-shadow: 0 8px 32px rgba(248,113,113,.08); }
.problem-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; background: rgba(248,113,113,.08); border: 1px solid rgba(248,113,113,.15); }
.problem-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: .5rem; }
.problem-card p { font-size: .82rem; color: var(--text-muted); line-height: 1.6; margin-bottom: .75rem; }
.problem-stat { display: inline-block; font-size: .7rem; font-weight: 600; color: #f87171; background: rgba(248,113,113,.08); padding: 4px 10px; border-radius: 20px; border: 1px solid rgba(248,113,113,.15); }

/* ── TRANSFORMATION / COMPARISON ── */
.transformation { padding: 7rem 0; }
.transformation-header { text-align: center; margin-bottom: 4rem; }
.transformation-header .section-subtitle { margin: 0 auto; }
.comparison-list { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: 1.5rem; }
.comparison-item { padding: 1.5rem 1.75rem; border-radius: var(--radius); background: var(--bg-card); border: 1px solid var(--border); }
.comparison-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: .75rem; }
.comparison-label h3 { font-size: .9rem; font-weight: 700; }
.comparison-values { display: flex; gap: 1rem; font-size: .72rem; }
.val-before { color: #f87171; font-weight: 600; }
.val-after { color: #10b981; font-weight: 600; }
.comparison-track { position: relative; height: 8px; border-radius: 4px; background: rgba(255,255,255,.06); overflow: hidden; }
.comparison-fill-before { position: absolute; top: 0; left: 0; height: 100%; background: rgba(248,113,113,.3); border-radius: 4px; transition: width .8s ease; }
.comparison-fill-after { position: absolute; top: 0; left: 0; height: 100%; background: linear-gradient(90deg, var(--sakura), var(--sakura-light)); border-radius: 4px; transition: width .8s ease .3s; }

/* ── FEATURES ── */
.features { padding: 7rem 0; }
.features-header { text-align: center; margin-bottom: 4rem; }
.features-header .section-subtitle { margin: 0 auto; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; max-width: 960px; margin: 0 auto; }
.feature-card {
    padding: 2rem 1.75rem; border-radius: var(--radius); background: var(--bg-card);
    border: 1px solid var(--border); transition: all .3s;
}
.feature-card:hover { border-color: var(--border-hover); transform: translateY(-4px); box-shadow: var(--card-hover-shadow); }
.feature-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; background: rgba(224,93,132,.08); border: 1px solid rgba(224,93,132,.15); }
.feature-icon svg { stroke: var(--sakura); }
.feature-card h3 { font-size: .95rem; font-weight: 700; margin-bottom: .4rem; }
.feature-card p { font-size: .82rem; color: var(--text-muted); line-height: 1.6; }

/* ── FAQ ── */
.faq { padding: 7rem 0; }
.faq-header { text-align: center; margin-bottom: 4rem; }
.faq-header .section-subtitle { margin: 0 auto; }
.faq-list { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: .5rem; }
.faq-item { border-radius: var(--radius); background: var(--bg-card); border: 1px solid var(--border); overflow: hidden; transition: border-color .3s; }
.faq-item:hover { border-color: var(--border-hover); }
.faq-item.open { border-color: rgba(224,93,132,.3); }
.faq-question {
    display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem;
    cursor: pointer; font-size: .88rem; font-weight: 600; gap: 1rem; user-select: none;
    width: 100%; text-align: left; background: none; border: none; color: inherit; font-family: inherit; line-height: 1.4;
}
.faq-icon {
    width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; font-weight: 300; color: var(--text-muted); background: rgba(255,255,255,.04);
    border: 1px solid var(--border); flex-shrink: 0; transition: all .3s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); color: var(--sakura); border-color: rgba(224,93,132,.3); background: rgba(224,93,132,.08); }
.faq-chevron { width: 20px; height: 20px; flex-shrink: 0; color: var(--text-muted); transition: transform .3s, color .3s; }
.faq-item.open .faq-chevron { transform: rotate(180deg); color: var(--sakura); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s ease; }
.faq-item.open .faq-answer { max-height: 500px; }
.faq-answer p { padding: 0 1.5rem 1.25rem; font-size: .82rem; color: var(--text-muted); line-height: 1.7; }

/* ── STEP TIME BADGE ── */
.step-time {
    display: inline-block; margin-top: .75rem; padding: 3px 10px; border-radius: 20px;
    font-size: .68rem; font-weight: 600; color: var(--sakura); background: rgba(224,93,132,.08);
    border: 1px solid rgba(224,93,132,.15);
}

/* ── PILLAR / SERVICE GRID (SEO page) ── */
.pillars { padding: 7rem 0; }
.pillars-header { text-align: center; margin-bottom: 4rem; }
.pillars-header .section-subtitle { margin: 0 auto; }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 960px; margin: 0 auto; }
.pillar-card {
    padding: 2rem 1.75rem; border-radius: var(--radius); background: var(--bg-card);
    border: 1px solid var(--border); transition: all .3s; text-align: center;
}
.pillar-card:hover { border-color: var(--border-hover); transform: translateY(-4px); box-shadow: var(--card-hover-shadow); }
.pillar-number { font-size: 2.5rem; font-weight: 900; background: var(--gradient-sakura); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: .5rem; }
.pillar-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: .75rem; }
.pillar-card p { font-size: .82rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 1rem; }
.pillar-features { list-style: none; text-align: left; }
.pillar-features li { font-size: .78rem; color: var(--text-muted); padding: .4rem 0; border-bottom: 1px solid rgba(255,255,255,.04); display: flex; align-items: center; gap: .5rem; }
.pillar-features li:last-child { border-bottom: none; }

/* ── TIMELINE (SEO page) ── */
.timeline { padding: 7rem 0; }
.timeline-header { text-align: center; margin-bottom: 4rem; }
.timeline-header .section-subtitle { margin: 0 auto; }
.timeline-list { max-width: 700px; margin: 0 auto; position: relative; padding-left: 2rem; }
.timeline-list::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--sakura), rgba(224,93,132,.1)); border-radius: 2px; }
.timeline-item { position: relative; padding: 1.5rem 0 1.5rem 1.5rem; }
.timeline-item::before { content: ''; position: absolute; left: -2rem; top: 1.75rem; width: 12px; height: 12px; border-radius: 50%; background: var(--sakura); border: 2px solid var(--bg); box-shadow: 0 0 0 4px rgba(224,93,132,.15); }
.timeline-item h3 { font-size: .95rem; font-weight: 700; margin-bottom: .3rem; }
.timeline-item p { font-size: .82rem; color: var(--text-muted); line-height: 1.6; }
.timeline-item .timeline-phase { display: inline-block; margin-top: .5rem; padding: 3px 10px; border-radius: 20px; font-size: .68rem; font-weight: 600; color: var(--sakura); background: rgba(224,93,132,.08); border: 1px solid rgba(224,93,132,.15); }

/* ── ROI GRID (App/AI pages) ── */
.roi { padding: 7rem 0; }
.roi-header { text-align: center; margin-bottom: 4rem; }
.roi-header .section-subtitle { margin: 0 auto; }
.roi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; max-width: 960px; margin: 0 auto; }
.roi-card { text-align: center; padding: 2rem 1rem; border-radius: var(--radius); background: var(--bg-card); border: 1px solid var(--border); transition: all .3s; }
.roi-card:hover { border-color: var(--border-hover); transform: translateY(-4px); }
.roi-value { font-size: 2rem; font-weight: 900; background: var(--gradient-sakura); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: .25rem; }
.roi-label { font-size: .75rem; color: var(--text-muted); }

/* ── USECASE / SOLUTION CARDS (AI page) ── */
.usecases { padding: 7rem 0; }
.usecases-header { text-align: center; margin-bottom: 4rem; }
.usecases-header .section-subtitle { margin: 0 auto; }
.usecases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 960px; margin: 0 auto; }
.usecase-card {
    padding: 2rem 1.75rem; border-radius: var(--radius); background: var(--bg-card);
    border: 1px solid var(--border); transition: all .3s;
}
.usecase-card:hover { border-color: var(--border-hover); transform: translateY(-4px); box-shadow: var(--card-hover-shadow); }
.usecase-card h3 { font-size: .95rem; font-weight: 700; margin-bottom: .5rem; }
.usecase-card p { font-size: .82rem; color: var(--text-muted); line-height: 1.6; margin-bottom: .75rem; }
.usecase-tags { display: flex; flex-wrap: wrap; gap: .35rem; }
.usecase-tags span { font-size: .65rem; padding: 3px 8px; border-radius: 20px; background: rgba(224,93,132,.08); color: var(--sakura); border: 1px solid rgba(224,93,132,.12); }

/* ── BENEFITS GRID (App page) ── */
.benefits { padding: 7rem 0; }
.benefits-header { text-align: center; margin-bottom: 4rem; }
.benefits-header .section-subtitle { margin: 0 auto; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; max-width: 960px; margin: 0 auto; }
.benefit-card {
    padding: 2rem 1.75rem; border-radius: var(--radius); background: var(--bg-card);
    border: 1px solid var(--border); transition: all .3s;
}
.benefit-card:hover { border-color: var(--border-hover); transform: translateY(-4px); box-shadow: var(--card-hover-shadow); }
.benefit-card h3 { font-size: .95rem; font-weight: 700; margin-bottom: .4rem; }
.benefit-card p { font-size: .82rem; color: var(--text-muted); line-height: 1.6; }

/* ── ABOUT PAGE ── */
.story { padding: 7rem 0; }
.story-header { text-align: center; margin-bottom: 4rem; }
.story-header .section-subtitle { margin: 0 auto; }
.story-content { max-width: 700px; margin: 0 auto; }
.story-content.story-split { max-width: 1100px; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.story-text-col { }
.story-image-col { border-radius: var(--radius); overflow: hidden; }
.story-image-col img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); display: block; }
.story-content p { font-size: .9rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 1.25rem; }

.values { padding: 7rem 0; }
.values-header { text-align: center; margin-bottom: 4rem; }
.values-header .section-subtitle { margin: 0 auto; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; max-width: 700px; margin: 0 auto; }
.value-card {
    padding: 2rem 1.75rem; border-radius: var(--radius); background: var(--bg-card);
    border: 1px solid var(--border); transition: all .3s;
}
.value-card:hover { border-color: var(--border-hover); transform: translateY(-4px); }
.value-card h3 { font-size: .95rem; font-weight: 700; margin-bottom: .4rem; }
.value-card p { font-size: .82rem; color: var(--text-muted); line-height: 1.6; }

.team { padding: 7rem 0; }
.team-header { text-align: center; margin-bottom: 4rem; }
.team-header .section-subtitle { margin: 0 auto; }
.team-card { max-width: 500px; margin: 0 auto; text-align: center; padding: 2.5rem 2rem; border-radius: var(--radius); background: var(--bg-card); border: 1px solid var(--border); }
.team-avatar { width: 100px; height: 100px; border-radius: 50%; margin: 0 auto 1rem; background: linear-gradient(135deg, rgba(224,93,132,.15), rgba(168,85,247,.15)); display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: 800; color: var(--sakura); border: 2px solid rgba(224,93,132,.2); }
.team-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: .25rem; }
.team-role { font-size: .8rem; color: var(--sakura); font-weight: 600; margin-bottom: .75rem; }
.team-card p { font-size: .82rem; color: var(--text-muted); line-height: 1.6; }

/* ── REFERENCES PAGE ── */
.references-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; max-width: 600px; margin: 2rem auto 0; }
.ref-stat { text-align: center; }
.ref-stat-value { font-size: 1.8rem; font-weight: 900; background: var(--gradient-sakura); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ref-stat-label { font-size: .72rem; color: var(--text-muted); }

.project-card {
    max-width: 800px; margin: 0 auto 3rem; padding: 2.5rem; border-radius: var(--radius);
    background: var(--bg-card); border: 1px solid var(--border);
}
.project-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: .25rem; }
.project-client { font-size: .78rem; color: var(--sakura); font-weight: 600; margin-bottom: .75rem; }
.project-desc { font-size: .85rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1.25rem; }
.project-badges { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.25rem; }
.project-badges span { font-size: .65rem; padding: 3px 10px; border-radius: 20px; background: rgba(16,185,129,.08); color: #10b981; border: 1px solid rgba(16,185,129,.15); font-weight: 600; }
.project-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 1.25rem; padding: 1rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.project-stat { text-align: center; }
.project-stat-value { font-size: 1.3rem; font-weight: 800; color: var(--sakura); }
.project-stat-label { font-size: .68rem; color: var(--text-muted); }
.project-tags { display: flex; flex-wrap: wrap; gap: .35rem; }
.project-tags span { font-size: .65rem; padding: 3px 8px; border-radius: 20px; background: rgba(224,93,132,.08); color: var(--sakura); border: 1px solid rgba(224,93,132,.12); }

.coming-soon { max-width: 500px; margin: 0 auto; text-align: center; padding: 3rem 2rem; border-radius: var(--radius); background: var(--bg-card); border: 1px dashed var(--border); }
.coming-soon h3 { font-size: 1rem; font-weight: 700; margin-bottom: .4rem; }
.coming-soon p { font-size: .82rem; color: var(--text-muted); }

/* ── SUBPAGE RESPONSIVE ── */
@media (max-width: 1024px) {
    .problems-grid { grid-template-columns: 1fr 1fr; }
    .features-grid { grid-template-columns: 1fr 1fr; }
    .pillars-grid { grid-template-columns: 1fr 1fr; }
    .usecases-grid { grid-template-columns: 1fr 1fr; }
    .benefits-grid { grid-template-columns: 1fr 1fr; }
    .roi-grid { grid-template-columns: repeat(2, 1fr); }
    .project-stats { grid-template-columns: repeat(2, 1fr); }
    .timeline-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .problems-grid { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: 1fr; }
    .pillars-grid { grid-template-columns: 1fr; }
    .timeline-steps { grid-template-columns: 1fr; max-width: 400px; }
    .usecases-grid { grid-template-columns: 1fr; }
    .benefits-grid { grid-template-columns: 1fr; }
    .roi-grid { grid-template-columns: 1fr 1fr; }
    .values-grid { grid-template-columns: 1fr; }
    .references-hero-stats { grid-template-columns: 1fr; gap: .75rem; }
    .project-stats { grid-template-columns: repeat(2, 1fr); }
    .comparison-label { flex-direction: column; align-items: flex-start; gap: .25rem; }
}

/* ═══════════════════════════════════════════════════
   GENERIC CARD SYSTEM (used across subpages)
   ═══════════════════════════════════════════════════ */

/* ── Cards Section (reusable wrapper) ── */
.cards-section { padding: 7rem 0; }
.cards-header { text-align: center; margin-bottom: 4rem; }
.cards-header .section-subtitle { margin: 0 auto; }
.cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; max-width: 960px; margin: 0 auto; }
.cards-grid.three-col { grid-template-columns: repeat(3, 1fr); }
.cards-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cards-grid.four-col { grid-template-columns: repeat(4, 1fr); }

/* ── Generic Card ── */
.card {
    padding: 2rem 1.75rem; border-radius: var(--radius); background: var(--bg-card);
    border: 1px solid var(--border); transition: all .3s; position: relative; overflow: hidden;
}
.card:hover { border-color: var(--border-hover); transform: translateY(-4px); box-shadow: var(--card-hover-shadow); }
.card h3 { font-size: 1rem; font-weight: 700; margin-bottom: .5rem; }
.card p { font-size: .82rem; color: var(--text-muted); line-height: 1.6; margin-bottom: .75rem; }
.card-icon {
    width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
    margin-bottom: 1rem; background: rgba(224,93,132,.08); border: 1px solid rgba(224,93,132,.15);
}
.card-icon svg { stroke: var(--sakura); }
.card-icon.sakura { background: rgba(224,93,132,.08); border-color: rgba(224,93,132,.15); }
.card-icon.sakura svg { stroke: var(--sakura); }
.card-icon.violet { background: rgba(168,85,247,.08); border-color: rgba(168,85,247,.15); }
.card-icon.violet svg { stroke: #a855f7; }
.card-icon.cyan { background: rgba(6,182,212,.08); border-color: rgba(6,182,212,.15); }
.card-icon.cyan svg { stroke: #06b6d4; }
.card-icon.emerald { background: rgba(16,185,129,.08); border-color: rgba(16,185,129,.15); }
.card-icon.emerald svg { stroke: #10b981; }
.card-icon.amber { background: rgba(245,158,11,.08); border-color: rgba(245,158,11,.15); }
.card-icon.amber svg { stroke: #f59e0b; }
.card-icon.red { background: rgba(248,113,113,.08); border-color: rgba(248,113,113,.15); }
.card-icon.red svg { stroke: #f87171; }
.card-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .5rem; }
.card-tag { font-size: .65rem; padding: 3px 8px; border-radius: 20px; background: rgba(224,93,132,.08); color: var(--sakura); border: 1px solid rgba(224,93,132,.12); }
.stat-highlight { display: inline-block; font-size: .7rem; font-weight: 600; color: var(--sakura); background: rgba(224,93,132,.08); padding: 4px 10px; border-radius: 20px; border: 1px solid rgba(224,93,132,.15); margin-top: .25rem; }

/* ── Hero Trust Line ── */
.hero-trust { font-size: .72rem; color: var(--text-dim); margin-top: 1rem; letter-spacing: .02em; }

/* ── Benefits Section (list style) ── */
.benefits-section { padding: 7rem 0; }
.benefit-item { display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.04); }
.benefit-item:last-child { border-bottom: none; }
.benefit-icon {
    width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; background: rgba(224,93,132,.08); border: 1px solid rgba(224,93,132,.15);
}
.benefit-icon svg { stroke: var(--sakura); }
.benefit-text h3, .benefit-text h4 { font-size: .9rem; font-weight: 700; margin-bottom: .25rem; }
.benefit-text p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; }

/* ── Transformation Grid (before/after) ── */
.transform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 960px; margin: 0 auto; }
.transform-card { padding: 1.5rem; border-radius: var(--radius); background: var(--bg-card); border: 1px solid var(--border); }
.transform-card h4 { font-size: .85rem; font-weight: 700; margin-bottom: .75rem; text-align: center; }
.transform-before, .transform-after { padding: .75rem; border-radius: 8px; font-size: .78rem; color: var(--text-muted); line-height: 1.5; }
.transform-before { background: rgba(248,113,113,.06); border: 1px solid rgba(248,113,113,.12); margin-bottom: .5rem; }
.transform-after { background: rgba(16,185,129,.06); border: 1px solid rgba(16,185,129,.12); }
.transform-arrow { text-align: center; padding: .25rem 0; font-size: 1.2rem; color: var(--text-dim); }

/* ── Tools Grid ── */
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 700px; margin: 0 auto; }
.tool-item { display: flex; align-items: center; gap: .75rem; padding: 1rem; border-radius: var(--radius); background: var(--bg-card); border: 1px solid var(--border); transition: all .3s; }
.tool-item:hover { border-color: var(--border-hover); }
.tool-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: rgba(224,93,132,.08); border: 1px solid rgba(224,93,132,.15); flex-shrink: 0; }
.tool-icon svg { stroke: var(--sakura); }
.tool-item p { font-size: .78rem; font-weight: 600; }

/* ── Timeline Steps (alternative to timeline-list) ── */
.timeline-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: 960px; margin: 0 auto; }
.timeline-step { display: flex; flex-direction: column; text-align: center; padding: 1.5rem 1rem; border-radius: var(--radius); background: var(--bg-card); border: 1px solid var(--border); transition: all .3s; position: relative; }
.timeline-step:hover { border-color: var(--border-hover); transform: translateY(-4px); box-shadow: var(--card-hover-shadow); }
.timeline-step .step-number { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 800; color: var(--sakura); background: rgba(224,93,132,.08); border: 1px solid rgba(224,93,132,.15); margin: 0 auto .75rem; }
.timeline-step .step-connector { height: 2px; background: linear-gradient(90deg, transparent, var(--sakura), transparent); margin: 0 auto .75rem; width: 40px; }
.timeline-step h3 { font-size: .9rem; font-weight: 700; margin-bottom: .35rem; }
.timeline-step p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; }
.timeline-grid { max-width: 700px; margin: 0 auto; position: relative; padding-left: 2rem; }
.timeline-grid::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--sakura), rgba(224,93,132,.1)); border-radius: 2px; }

/* ── Projects Section (references) ── */
.projects { padding: 7rem 0; }
.project-label { display: inline-block; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--sakura); background: rgba(224,93,132,.08); padding: 4px 12px; border-radius: 20px; border: 1px solid rgba(224,93,132,.15); margin-bottom: 1rem; }
.project-badge { display: inline-block; font-size: .65rem; padding: 3px 10px; border-radius: 20px; background: rgba(16,185,129,.08); color: #10b981; border: 1px solid rgba(16,185,129,.15); font-weight: 600; }
.project-link { display: inline-flex; align-items: center; gap: .4rem; font-size: .78rem; color: var(--sakura); font-weight: 600; text-decoration: none; margin-top: .75rem; transition: opacity .2s; }
.project-link:hover { opacity: .7; }
.project-result { text-align: center; }
.project-result-value, .project-result .project-stat-value { font-size: 1.3rem; font-weight: 800; color: var(--sakura); }
.project-result-label, .project-result .project-stat-label { font-size: .68rem; color: var(--text-muted); }
.project-results { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 1.25rem; padding: 1rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.project-tag { font-size: .65rem; padding: 3px 8px; border-radius: 20px; background: rgba(224,93,132,.08); color: var(--sakura); border: 1px solid rgba(224,93,132,.12); }

/* ── Hero Stats (references page) ── */
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; max-width: 600px; margin: 2rem auto 0; }
.hero-stat { text-align: center; }
.hero-stat .ref-stat-value, .hero-stat h3, .hero-stat .val { font-size: 1.8rem; font-weight: 900; background: var(--gradient-sakura); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-stat p, .hero-stat .ref-stat-label, .hero-stat .lbl { font-size: .72rem; color: var(--text-muted); }

/* ── Hero Metric Cards (modern glassmorphism stats) ── */
.hero-metric-cards { display: flex; justify-content: center; gap: 1.25rem; margin-top: 2.5rem; flex-wrap: wrap; }
.hero-metric {
    display: flex; flex-direction: column; align-items: center; gap: .4rem;
    padding: 1.25rem 2rem; border-radius: var(--radius);
    background: rgba(255,255,255,.03); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.06);
    transition: all .35s cubic-bezier(.4,0,.2,1); min-width: 140px;
}
.hero-metric:hover {
    background: rgba(255,255,255,.06); border-color: rgba(224,93,132,.2);
    transform: translateY(-4px); box-shadow: 0 8px 32px rgba(224,93,132,.1);
}
.hero-metric-icon {
    width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, rgba(224,93,132,.1), rgba(139,92,246,.1));
    border: 1px solid rgba(224,93,132,.15); margin-bottom: .25rem;
}
.hero-metric-value {
    font-size: 1.6rem; font-weight: 900; letter-spacing: -.02em;
    background: linear-gradient(135deg, var(--sakura), var(--violet));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-metric-label { font-size: .72rem; font-weight: 500; color: var(--text-muted); text-transform: uppercase; letter-spacing: .06em; }
.project-result .val { font-size: 1.1rem; font-weight: 800; }
.project-result .lbl { font-size: .72rem; color: var(--text-muted); display: block; margin-top: .15rem; }

/* ── About Page extras ── */
.story-text p { font-size: .9rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 1.25rem; }
.team-info { text-align: center; }
.value-icon {
    width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
    margin-bottom: 1rem; background: rgba(224,93,132,.08); border: 1px solid rgba(224,93,132,.15);
}
.value-icon svg { stroke: var(--sakura); }
.value-icon.quality { background: rgba(16,185,129,.08); border-color: rgba(16,185,129,.15); }
.value-icon.quality svg { stroke: #10b981; }
.value-icon.partner { background: rgba(168,85,247,.08); border-color: rgba(168,85,247,.15); }
.value-icon.partner svg { stroke: #a855f7; }
.value-icon.innovation { background: rgba(6,182,212,.08); border-color: rgba(6,182,212,.15); }
.value-icon.innovation svg { stroke: #06b6d4; }
.value-icon.transparent { background: rgba(245,158,11,.08); border-color: rgba(245,158,11,.15); }
.value-icon.transparent svg { stroke: #f59e0b; }

/* ── FAQ alternate classes ── */
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; cursor: pointer; font-size: .88rem; font-weight: 600; gap: 1rem; user-select: none; width: 100%; background: none; border: none; color: var(--text); text-align: left; font-family: inherit; }
.faq-q svg { flex-shrink: 0; color: var(--text-muted); transition: transform .3s, color .3s; }
.faq-item.open .faq-q svg { transform: rotate(45deg); color: var(--sakura); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-item.open .faq-a { max-height: 500px; }
.faq-a-inner, .faq-answer-inner { padding: 0 1.5rem 1.25rem; font-size: .82rem; color: var(--text-muted); line-height: 1.7; }

/* ── Generic Responsive for new card system ── */
@media (max-width: 1024px) {
    .cards-grid { grid-template-columns: 1fr 1fr; }
    .cards-grid.three-col, .cards-grid.cols-3 { grid-template-columns: 1fr 1fr; }
    .cards-grid.four-col { grid-template-columns: 1fr 1fr; }
    .transform-grid { grid-template-columns: 1fr 1fr; }
    .tools-grid { grid-template-columns: 1fr 1fr; }
    .project-results { grid-template-columns: repeat(2, 1fr); }
    .hero-stats { grid-template-columns: 1fr 1fr 1fr; }
    .story-content.story-split { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
    .cards-grid, .cards-grid.three-col, .cards-grid.cols-3, .cards-grid.four-col { grid-template-columns: 1fr; }
    .story-content.story-split { grid-template-columns: 1fr; }
    .story-image-col { max-height: 300px; }
    .transform-grid { grid-template-columns: 1fr; }
    .tools-grid { grid-template-columns: 1fr; }
    .hero-stats { grid-template-columns: 1fr; gap: .75rem; }
    .project-results { grid-template-columns: repeat(2, 1fr); }
    .benefit-item { flex-direction: column; gap: .5rem; }
}

/* SVG Gradients per theme */
[data-theme="dark"] .tech-grad-light { display: none; }
[data-theme="dark"] .tech-grad-dark { display: block; }
[data-theme="light"] .tech-grad-dark { display: none; }
[data-theme="light"] .tech-grad-light { display: block; }
[data-theme="light"] .hero-metric { background: rgba(0,0,0,.02); border-color: rgba(0,0,0,.08); }
[data-theme="light"] .hero-metric:hover { background: rgba(0,0,0,.04); border-color: rgba(224,93,132,.25); box-shadow: 0 8px 32px rgba(224,93,132,.08); }
[data-theme="light"] .hero-metric-icon { background: linear-gradient(135deg, rgba(224,93,132,.08), rgba(139,92,246,.08)); border-color: rgba(224,93,132,.12); }

@media (max-width: 1024px) {
    .services-grid { grid-template-columns: 1fr 1fr; }
    .process-steps { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    .step-connector { display: none; }
    .testimonials-grid { grid-template-columns: 1fr 1fr; }
    .pricing-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-mobile-toggle { display: block; }
    .hero h1 { font-size: clamp(2rem, 8vw, 3rem); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    .services-grid { grid-template-columns: 1fr; }
    .process-steps { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .cta-form { flex-direction: column; }
    .wc-scores { grid-template-columns: 1fr; gap: .75rem; }
    .wc-tabs { flex-wrap: wrap; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 400px; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
}
/* ── Legal Pages (Impressum, Datenschutz, AGB) ── */
.legal-page { padding: calc(7rem + 80px) 0 5rem; min-height: 100vh; }
.legal-content { max-width: 800px; margin: 0 auto; }
.legal-content h1 { font-size: 2.2rem; font-weight: 900; margin-bottom: 2rem; }
.legal-content h2 { margin-top: 2.5rem; margin-bottom: 1rem; font-size: 1.15rem; font-weight: 700; color: var(--sakura); }
.legal-content h3 { margin-top: 1.5rem; margin-bottom: .5rem; font-size: .95rem; font-weight: 700; }
.legal-content p, .legal-content li { font-size: .85rem; color: var(--text-muted); line-height: 1.8; margin-bottom: .75rem; }
.legal-content ul { padding-left: 1.5rem; margin-bottom: 1rem; }
.legal-content a { color: var(--sakura); transition: color .2s; }
.legal-content a:hover { color: var(--text); }
.legal-content address { font-style: normal; line-height: 1.8; font-size: .85rem; color: var(--text-muted); }
.legal-content strong { color: var(--text); }
.legal-date { margin-top: 3rem; font-size: .78rem; color: var(--text-dim); }
.legal-nav { display: flex; gap: .75rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.legal-nav a {
    padding: .5rem 1.25rem; border-radius: var(--radius-sm); font-size: .82rem; font-weight: 600;
    color: var(--text-muted); background: var(--bg-card); border: 1px solid var(--border);
    transition: all .2s; text-decoration: none;
}
.legal-nav a:hover { border-color: var(--border-hover); color: var(--text); }
.legal-nav a.active { border-color: var(--sakura); color: var(--sakura); background: rgba(224,93,132,.06); }

/* ============================================
   COOKIE BANNER v2
   ============================================ */
@keyframes cb2SlideUp { from { opacity:0; transform:translateY(30px) scale(.97); } to { opacity:1; transform:translateY(0) scale(1); } }
@keyframes cb2FadeIn { from { opacity:0; } to { opacity:1; } }

.cb2 { position:fixed; inset:0; z-index:99999; display:flex; align-items:center; justify-content:center; animation:cb2FadeIn .3s ease-out; }
.cb2-overlay { position:absolute; inset:0; background:rgba(6,6,15,.7); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); }

.cb2-card {
    position:relative; max-width:500px; width:100%; max-height:88vh; overflow-y:auto; margin:20px;
    background:var(--bg-elevated); border:1px solid var(--border); border-radius:20px;
    box-shadow:0 32px 80px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.03) inset, 0 0 80px rgba(224,93,132,.06);
    animation:cb2SlideUp .45s cubic-bezier(.16,1,.3,1);
}
.cb2-card::-webkit-scrollbar { width:5px; }
.cb2-card::-webkit-scrollbar-track { background:transparent; }
.cb2-card::-webkit-scrollbar-thumb { background:rgba(224,93,132,.2); border-radius:3px; }

.cb2-header { padding:1.75rem 1.75rem 1.25rem; text-align:center; }
.cb2-icon {
    width:48px; height:48px; margin:0 auto .75rem; border-radius:14px; display:flex; align-items:center; justify-content:center;
    background:linear-gradient(135deg, rgba(224,93,132,.12), rgba(139,92,246,.08));
    border:1px solid rgba(224,93,132,.15);
}
.cb2-header h3 { margin:0 0 .4rem; color:var(--text); font-size:1.2rem; font-weight:700; letter-spacing:-.02em; }
.cb2-header p { margin:0; color:var(--text-muted); font-size:.85rem; line-height:1.5; }

.cb2-categories { padding:0 1.25rem .5rem; display:flex; flex-direction:column; gap:.5rem; }
.cb2-cat {
    display:flex; align-items:center; justify-content:space-between; gap:1rem;
    padding:.875rem 1rem; border-radius:var(--radius-sm); border:1px solid var(--border);
    background:var(--bg-card); transition:border-color .2s, background .2s;
}
.cb2-cat:hover { border-color:var(--border-hover); background:rgba(255,255,255,.035); }
.cb2-cat--locked { background:rgba(224,93,132,.04); border-color:rgba(224,93,132,.1); }

.cb2-cat-info { flex:1; min-width:0; }
.cb2-cat-head { display:flex; align-items:center; gap:.4rem; margin-bottom:.2rem; }
.cb2-cat-head svg { color:var(--text-dim); flex-shrink:0; }
.cb2-cat--locked .cb2-cat-head svg { color:var(--sakura); }
.cb2-cat-info h4 { margin:0; color:var(--text); font-size:.85rem; font-weight:600; }
.cb2-cat-info p { margin:0; color:var(--text-muted); font-size:.75rem; line-height:1.4; }

.cb2-badge {
    padding:.1rem .45rem; border-radius:20px; font-size:.6rem; font-weight:600; text-transform:uppercase; letter-spacing:.5px;
    background:rgba(224,93,132,.1); color:var(--sakura); border:1px solid rgba(224,93,132,.2); white-space:nowrap;
}

/* Toggle */
.cb2-toggle { position:relative; display:inline-block; width:44px; height:24px; flex-shrink:0; }
.cb2-toggle input { opacity:0; width:0; height:0; }
.cb2-toggle-track {
    position:absolute; cursor:pointer; inset:0; border-radius:24px;
    background:rgba(255,255,255,.06); border:1px solid var(--border); transition:all .3s cubic-bezier(.4,0,.2,1);
}
.cb2-toggle-track::before {
    content:''; position:absolute; width:18px; height:18px; left:2px; bottom:2px; border-radius:50%;
    background:var(--text-dim); transition:all .3s cubic-bezier(.4,0,.2,1);
}
.cb2-toggle input:checked + .cb2-toggle-track {
    background:linear-gradient(135deg, var(--sakura), var(--violet)); border-color:rgba(224,93,132,.4);
    box-shadow:0 0 14px rgba(224,93,132,.25);
}
.cb2-toggle input:checked + .cb2-toggle-track::before { transform:translateX(20px); background:#fff; box-shadow:0 2px 6px rgba(0,0,0,.25); }
.cb2-toggle input:disabled + .cb2-toggle-track { cursor:not-allowed; background:linear-gradient(135deg, var(--sakura), var(--violet)); border-color:rgba(224,93,132,.4); box-shadow:0 0 14px rgba(224,93,132,.25); }
.cb2-toggle input:disabled + .cb2-toggle-track::before { transform:translateX(20px); background:#fff; box-shadow:0 2px 6px rgba(0,0,0,.25); }

/* Buttons */
.cb2-actions { padding:1rem 1.25rem; display:flex; flex-direction:column; gap:.4rem; }
.cb2-actions-row { display:flex; gap:.4rem; }
.cb2-btn {
    padding:.7rem 1rem; border-radius:var(--radius-sm); font-weight:600; font-size:.85rem; border:none; cursor:pointer;
    transition:all .25s cubic-bezier(.4,0,.2,1); display:flex; align-items:center; justify-content:center;
}
.cb2-btn--accept {
    width:100%; padding:.8rem; font-size:.9rem; color:#fff; position:relative; overflow:hidden;
    background:linear-gradient(135deg, var(--sakura), var(--violet));
}
.cb2-btn--accept::before {
    content:''; position:absolute; top:0; left:-100%; width:200%; height:100%;
    background:linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent); transition:left .5s;
}
.cb2-btn--accept:hover::before { left:100%; }
.cb2-btn--accept:hover { transform:translateY(-1px); box-shadow:0 8px 24px rgba(224,93,132,.3); }

.cb2-btn--save { flex:1; background:var(--bg-card); color:var(--text); border:1px solid var(--border) !important; }
.cb2-btn--save:hover { border-color:var(--border-hover) !important; background:rgba(255,255,255,.05); }
.cb2-btn--reject { flex:1; background:transparent; color:var(--text-muted); border:1px solid var(--border) !important; }
.cb2-btn--reject:hover { color:var(--text); border-color:var(--border-hover) !important; }

.cb2-footer { padding:.6rem 1.25rem 1rem; display:flex; align-items:center; justify-content:center; gap:.6rem; }
.cb2-dot { width:3px; height:3px; border-radius:50%; background:var(--text-dim); }
.cb2-footer a { color:var(--text-dim); text-decoration:none; font-size:.72rem; transition:color .2s; }
.cb2-footer a:hover { color:var(--sakura); }

/* Settings button */
.cb2-settings-btn {
    position:fixed; bottom:24px; left:24px; z-index:9999;
    width:46px; height:46px; border-radius:14px; border:1px solid var(--border); cursor:pointer;
    background:var(--bg-elevated); color:var(--text-muted); display:flex; align-items:center; justify-content:center;
    box-shadow:0 4px 20px rgba(0,0,0,.3); transition:all .3s cubic-bezier(.4,0,.2,1);
    backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);
}
.cb2-settings-btn:hover { border-color:var(--sakura); color:var(--sakura); transform:scale(1.08); box-shadow:0 8px 30px rgba(224,93,132,.15); }

/* Light theme adjustments */
[data-theme="light"] .cb2-overlay { background:rgba(253,245,247,.6); }
[data-theme="light"] .cb2-card { box-shadow:0 32px 80px rgba(100,50,70,.12), 0 0 0 1px rgba(255,255,255,.8) inset; }
[data-theme="light"] .cb2-cat:hover { background:rgba(255,255,255,.8); }
[data-theme="light"] .cb2-settings-btn { box-shadow:0 4px 20px rgba(100,50,70,.1); }

@media (max-width:768px) {
    .cb2-card { margin:12px; max-height:94vh; border-radius:16px; }
    .cb2-header { padding:1.25rem 1.25rem 1rem; }
    .cb2-categories { padding:0 1rem .5rem; }
    .cb2-actions { padding:.75rem 1rem; }
    .cb2-actions-row { flex-direction:column; }
    .cb2-settings-btn { bottom:16px; left:16px; width:40px; height:40px; border-radius:12px; }
    .cb2-settings-btn svg { width:18px; height:18px; }
}

/* ============================================
   MOBILE NAV DRAWER
   ============================================ */
.mobile-nav { position: fixed; inset: 0; z-index: 10000; pointer-events: none; visibility: hidden; }
.mobile-nav.open { pointer-events: auto; visibility: visible; }
.mobile-nav-overlay {
    position: absolute; inset: 0; background: rgba(6,6,15,.6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    opacity: 0; transition: opacity .3s ease;
}
.mobile-nav.open .mobile-nav-overlay { opacity: 1; }
.mobile-nav-drawer {
    position: absolute; top: 0; right: 0; width: 300px; max-width: 85vw; height: 100%;
    background: var(--mobile-nav-bg); border-left: 1px solid var(--border);
    display: flex; flex-direction: column; padding: 1.25rem;
    transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1);
    overflow-y: auto;
}
.mobile-nav.open .mobile-nav-drawer { transform: translateX(0); }
.mobile-nav-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border); }
.mobile-nav-close { background: none; border: none; color: var(--text); font-size: 2rem; cursor: pointer; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; line-height: 1; }
.mobile-nav-links { list-style: none; display: flex; flex-direction: column; gap: .25rem; flex: 1; }
.mobile-nav-links a {
    display: block; padding: .85rem 1rem; border-radius: var(--radius-sm); font-size: .9rem; font-weight: 500;
    color: var(--text-muted); transition: all .2s;
}
.mobile-nav-links a:hover { background: rgba(224,93,132,.06); color: var(--text); }
.mobile-nav-cta {
    display: block; text-align: center; padding: .85rem; margin-top: 1rem;
    background: var(--sakura); color: #fff; border-radius: var(--radius-sm);
    font-size: .9rem; font-weight: 600; text-decoration: none;
    box-shadow: 0 4px 16px rgba(224,93,132,.25); transition: all .25s;
}
.mobile-nav-cta:hover { box-shadow: 0 6px 24px rgba(224,93,132,.35); transform: translateY(-1px); }
.mobile-nav-toggles { display: flex; gap: .5rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--border); }
.mobile-nav-toggle-btn {
    flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem;
    padding: .75rem; border-radius: var(--radius-sm); border: 1px solid var(--border);
    background: var(--bg-card); color: var(--text-muted); font-size: .78rem; font-weight: 600;
    cursor: pointer; transition: all .2s; text-decoration: none; font-family: inherit;
}
.mobile-nav-toggle-btn:hover { border-color: var(--border-hover); color: var(--text); }

/* ============================================
   COMPREHENSIVE MOBILE RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    /* ── Global spacing ── */
    .hero { min-height: auto; padding: 6rem 0 3rem; }
    .hero p { font-size: 1rem; margin-bottom: 1.5rem; }
    .hero-badge { margin-bottom: 1.25rem; }
    .hero-actions { gap: .75rem; }
    .btn-primary, .btn-secondary { padding: 12px 24px; font-size: .85rem; width: 100%; justify-content: center; }

    .section-title { font-size: clamp(1.6rem, 6vw, 2.2rem); }
    .section-subtitle { font-size: .9rem; }

    /* ── Reduce section padding ── */
    .services, .process, .techstack, .testimonials, .webcheck, .projekt,
    .problems, .transformation, .features, .faq, .pillars, .timeline,
    .roi, .usecases, .benefits, .story, .values, .team, .projects,
    .cards-section, .benefits-section, .cta-section { padding: 4rem 0; }

    .services-header, .process-header, .techstack-header, .testimonials-header,
    .webcheck-header, .projekt-header, .problems-header, .transformation-header,
    .features-header, .faq-header, .pillars-header, .timeline-header,
    .roi-header, .usecases-header, .benefits-header, .story-header,
    .values-header, .team-header, .cards-header { margin-bottom: 2rem; }

    .stats-bar { padding: 2rem 0; }

    /* ── Nav adjustments ── */
    .nav-cta { display: none; }
    .nav-inner { padding: 0 1rem; }
    .nav-logo span { font-size: .95rem; }

    /* ── Service cards ── */
    .service-card { padding: 1.5rem; }
    .service-card h3 { font-size: 1.05rem; }
    .service-card p { font-size: .82rem; }

    /* ── Process ── */
    .process-step { padding: 1.25rem 1rem; }

    /* ── Tech grid ── */
    .tech-grid { grid-template-columns: repeat(3, 1fr); gap: .75rem; }
    .tech-item { padding: 1rem .75rem; }
    .tech-item p { font-size: .65rem; }

    /* ── Testimonials ── */
    .testimonial-card { padding: 1.5rem; }
    .testimonial-card blockquote { font-size: .82rem; }

    /* ── CTA Box ── */
    .cta-box { padding: 2.5rem 1.5rem; }
    .cta-box h2 { font-size: clamp(1.3rem, 5vw, 1.8rem); }

    /* ── Webcheck ── */
    .wc-body { padding: 1.25rem; }
    .wc-input-row { flex-direction: column; gap: .5rem; }
    .wc-input { font-size: .85rem; padding: 12px 14px; }
    #wcStartBtn { width: 100%; justify-content: center; }
    .wc-main-score { flex-direction: column; text-align: center; padding: 1.25rem; }
    .wc-main-info { text-align: center; }
    .wc-bar-label { min-width: 70px; font-size: .72rem; }
    .wc-bar-val { font-size: .72rem; }
    .wc-bar-tooltip { width: 180px; }

    /* ── Pricing ── */
    .pricing-card { padding: 2rem 1.5rem; }
    .pricing-price { font-size: 2rem; }

    /* ── Footer ── */
    .footer { padding: 3rem 0 1.5rem; }
    .footer-map iframe { height: 200px !important; }

    /* ── Legal pages ── */
    .legal-page { padding: calc(5rem + 60px) 0 3rem; }
    .legal-content h1 { font-size: 1.6rem; }

    /* ── WhatsApp float ── */
    .whatsapp-float { width: 48px; height: 48px; bottom: 1rem; right: 1rem; }

    /* ── Project cards (references) ── */
    .project-card { padding: 1.5rem; }
    .project-stats { grid-template-columns: repeat(2, 1fr); gap: .75rem; }

    /* ── ROI grid ── */
    .roi-grid { grid-template-columns: repeat(2, 1fr); }
    .roi-value { font-size: 1.5rem; }

    /* ── Hero metric cards ── */
    .hero-metric-cards { gap: .75rem; }
    .hero-metric { padding: 1rem 1.25rem; min-width: 110px; }
    .hero-metric-value { font-size: 1.3rem; }

    /* ── References hero stats ── */
    .references-hero-stats { grid-template-columns: repeat(3, 1fr); gap: .75rem; }
    .ref-stat-value { font-size: 1.3rem; }
}

@media (max-width: 480px) {
    .container { padding: 0 1rem; }
    .hero h1 { font-size: clamp(1.7rem, 7vw, 2.4rem); }
    .hero { padding: 5rem 0 2.5rem; }
    .stats-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
    .stat-item h3 { font-size: clamp(1.4rem, 5vw, 1.8rem); }
    .tech-grid { grid-template-columns: repeat(2, 1fr); }
    .roi-grid { grid-template-columns: 1fr 1fr; }
    .hero-metric-cards { flex-direction: column; align-items: stretch; }
    .hero-metric { min-width: 0; }
    .references-hero-stats { grid-template-columns: 1fr; }
    .wc-toolbar { padding: 8px 12px; }
    .wc-url-bar { font-size: .65rem; padding: 4px 8px; }
    .cta-box { padding: 2rem 1.25rem; }
    .pricing-custom { font-size: .78rem; }
    .faq-question { padding: 1rem 1.25rem; font-size: .82rem; }
    .faq-answer p { padding: 0 1.25rem 1rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
