*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --bg: #030712;
    --bg-elevated: #0a0f1e;
    --bg-card: rgba(255,255,255,0.025);
    --primary: #3b82f6;
    --primary-bright: #60a5fa;
    --accent: #f59e0b;
    --cyan: #22d3ee;
    --text: #f1f5f9;
    --text-muted: #94a3b8;
    --border: rgba(255,255,255,0.06);
    --border-hover: rgba(59, 130, 246, 0.35);
    --gradient-hero: linear-gradient(135deg, #3b82f6 0%, #22d3ee 50%, #f59e0b 100%);
    --gradient-card: linear-gradient(145deg, rgba(59,130,246,0.12), rgba(34,211,238,0.05));
    --shadow-glow: 0 0 80px rgba(59, 130, 246, 0.15);
    --font-display: 'Syne', 'Noto Sans SC', sans-serif;
    --font-body: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, sans-serif;
}
html { scroll-behavior: smooth; overflow-x: clip; width: 100%; }
body {
    font-family: var(--font-body);
    color: var(--text);
    line-height: 1.7;
    background: var(--bg);
    overflow-x: clip;
    width: 100%;
    position: relative;
}
img, video, svg, pre, table { max-width: 100%; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float { 0%, 100% { transform: translate(0,0); } 33% { transform: translate(30px,-30px); } 66% { transform: translate(-20px,20px); } }
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes grid-drift { 0% { transform: perspective(500px) rotateX(60deg) translateY(0); } 100% { transform: perspective(500px) rotateX(60deg) translateY(60px); } }
@keyframes spin-slow { to { transform: rotate(360deg); } }

.reveal { opacity: 0; transform: translateY(48px); transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1), transform 0.9s cubic-bezier(0.16,1,0.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.1s; } .d2 { transition-delay: 0.2s; } .d3 { transition-delay: 0.3s; } .d4 { transition-delay: 0.4s; }

nav {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1000;
    padding: 1.25rem 0;
    transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
    overflow-x: clip;
    box-sizing: border-box;
}
nav.scrolled { padding: 0.75rem 0; background: rgba(3,7,18,0.85); backdrop-filter: blur(24px) saturate(180%); border-bottom: 1px solid var(--border); }
.nav-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}
.brand { display: flex; align-items: center; gap: 0.85rem; text-decoration: none; color: var(--text); min-width: 0; flex-shrink: 1; }
.brand-text { min-width: 0; }
.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(59,130,246,0.4);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; letter-spacing: -0.5px; }
.brand-sub { font-size: 0.65rem; color: var(--text-muted); letter-spacing: 2px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 2.5rem; list-style: none; }
.nav-links a { text-decoration: none; color: var(--text-muted); font-size: 0.9rem; font-weight: 500; transition: color 0.3s; }
.nav-links a:hover { color: var(--text); }
.nav-cta { padding: 0.65rem 1.5rem !important; background: var(--primary); color: #fff !important; border-radius: 8px; font-weight: 600 !important; box-shadow: 0 4px 20px rgba(59,130,246,0.35); transition: all 0.3s !important; }
.nav-cta:hover { background: var(--primary-bright); transform: translateY(-2px); }
.menu-toggle { display: none; background: none; border: 1px solid var(--border); color: var(--text); width: 44px; height: 44px; border-radius: 10px; cursor: pointer; font-size: 1.25rem; }

.hero-bg { position: fixed; inset: 0; pointer-events: none; z-index: -1; overflow: hidden; }
.orb { position: absolute; border-radius: 50%; filter: blur(100px); animation: float 12s ease-in-out infinite; }
.orb-1 { width: 600px; height: 600px; background: rgba(59,130,246,0.18); top: -10%; right: -5%; }
.orb-2 { width: 500px; height: 500px; background: rgba(34,211,238,0.12); bottom: 10%; left: -10%; animation-delay: -4s; }
.orb-3 { width: 400px; height: 400px; background: rgba(245,158,11,0.1); top: 40%; left: 30%; animation-delay: -8s; }
.hero-grid-floor { position: absolute; bottom: 0; left: 0; right: 0; height: 50%; background-image: linear-gradient(rgba(59,130,246,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(59,130,246,0.06) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to top, black, transparent); -webkit-mask-image: linear-gradient(to top, black, transparent); animation: grid-drift 8s linear infinite; }

.hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 4rem;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 8rem 2.5rem 5rem;
    position: relative;
    box-sizing: border-box;
    overflow-x: clip;
}
.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
    animation: fadeUp 0.8s ease-out both;
    max-width: 100%;
    flex-wrap: wrap;
}
.hero-eyebrow-line { width: 40px; height: 2px; background: var(--gradient-hero); flex-shrink: 0; }
.hero-eyebrow span:last-child {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--cyan);
    overflow-wrap: anywhere;
}
.hero h1 {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 8vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 1.75rem;
    animation: fadeUp 0.8s ease-out 0.15s both;
    overflow-wrap: anywhere;
    max-width: 100%;
}
.hero h1 .line-accent { display: block; background: var(--gradient-hero); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: shimmer 6s linear infinite; }
.hero-desc {
    font-size: 1.15rem;
    color: var(--text-muted);
    max-width: 520px;
    margin-bottom: 2.5rem;
    animation: fadeUp 0.8s ease-out 0.3s both;
    overflow-wrap: anywhere;
}
.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: fadeUp 0.8s ease-out 0.45s both;
    max-width: 100%;
}
.btn { display: inline-flex; align-items: center; gap: 0.6rem; padding: 1rem 2rem; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: all 0.35s cubic-bezier(0.16,1,0.3,1); cursor: pointer; border: none; font-family: inherit; }
.btn-fill { background: var(--primary); color: #fff; box-shadow: 0 4px 24px rgba(59,130,246,0.45); }
.btn-fill:hover { background: var(--primary-bright); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(59,130,246,0.55); }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--border); }
.btn-ghost:hover { border-color: var(--border-hover); background: rgba(59,130,246,0.08); transform: translateY(-3px); }
.hero-left { min-width: 0; max-width: 100%; width: 100%; }
.hero-stats {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem 0.75rem;
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
    animation: fadeUp 0.8s ease-out 0.6s both;
}
.hero-stat-item {
    flex: 1 1 0;
    min-width: 0;
    text-align: left;
}
.hero-stat-num {
    font-family: var(--font-display);
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    white-space: nowrap;
}
.hero-stat-num span { color: var(--accent); }
.hero-stat-label {
    font-family: var(--font-body);
    font-size: 0.7rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
    line-height: 1.35;
    white-space: nowrap;
}

.hero-right { position: relative; animation: fadeUp 1s ease-out 0.3s both; min-width: 0; max-width: 100%; width: 100%; overflow: hidden; }
.hero-panel {
    position: relative;
    background: var(--bg-elevated);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 2rem 1.25rem 3.5rem;
    overflow: hidden;
    box-shadow: var(--shadow-glow);
    max-width: 100%;
    box-sizing: border-box;
}
.hero-panel::before { content: ''; position: absolute; inset: 0; background: var(--gradient-card); pointer-events: none; }
.panel-header { display: flex; gap: 0.5rem; margin-bottom: 1.5rem; position: relative; }
.panel-dot { width: 12px; height: 12px; border-radius: 50%; }
.panel-dot:nth-child(1) { background: #ef4444; } .panel-dot:nth-child(2) { background: #f59e0b; } .panel-dot:nth-child(3) { background: #22c55e; }
.code-block {
    font-family: Consolas, Monaco, monospace;
    font-size: clamp(0.65rem, 2.5vw, 0.82rem);
    line-height: 1.7;
    position: relative;
    color: var(--text-muted);
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: anywhere;
    max-width: 100%;
    margin: 0;
    text-align: left;
}
.code-block .kw { color: #c084fc; } .code-block .fn { color: #60a5fa; } .code-block .str { color: #34d399; } .code-block .cm { color: #475569; } .code-block .num { color: #fbbf24; }
.panel-badge {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    left: 0.75rem;
    background: var(--bg);
    border: 1px solid var(--border-hover);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
    max-width: calc(100% - 1.5rem);
    box-sizing: border-box;
}
.badge-icon { width: 48px; height: 48px; background: var(--gradient-hero); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.badge-text strong { display: block; font-size: 1.1rem; font-weight: 700; }
.badge-text small { color: var(--text-muted); font-size: 0.8rem; }
.orbit-ring { display: none; }

.marquee-wrap { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-elevated); padding: 1.5rem 0; overflow: hidden; }
.marquee-track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.marquee-track span { flex-shrink: 0; padding: 0 3rem; font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); white-space: nowrap; }
.marquee-track span::before { content: '◆'; margin-right: 3rem; color: var(--primary); font-size: 0.5rem; vertical-align: middle; }

section, footer, .marquee-wrap, .cta-section {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: clip;
}
section { padding: 7rem 2.5rem; }
.wrap { max-width: 1320px; margin: 0 auto; width: 100%; min-width: 0; }
.sec-head { margin-bottom: 4.5rem; max-width: 100%; }
.sec-head.center { text-align: center; }
.sec-head.center p { margin-left: auto; margin-right: auto; }
.sec-label { display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--cyan); margin-bottom: 1rem; }
.sec-head h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 1rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
    max-width: 100%;
}
.sec-head p { color: var(--text-muted); font-size: 1.1rem; max-width: 560px; line-height: 1.8; overflow-wrap: anywhere; }

.about { background: var(--bg-elevated); }
.about-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 5rem; align-items: center; }
.about-visual { position: relative; overflow: hidden; min-width: 0; }
.about-img-wrap { aspect-ratio: 4/5; border-radius: 4px; overflow: hidden; position: relative; background: linear-gradient(160deg, #0f172a, #1e3a5f); border: 1px solid var(--border); }
.about-img-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, var(--bg-elevated), transparent 50%); }
.about-img-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 2.5rem; z-index: 1; }
.about-img-content h3 { font-family: var(--font-display); font-size: 1.8rem; font-weight: 800; margin-bottom: 0.5rem; }
.about-img-content p { color: var(--text-muted); font-size: 0.95rem; }
.about-float-card {
    position: absolute;
    top: 2rem;
    right: 0.75rem;
    background: var(--bg);
    border: 1px solid var(--border-hover);
    border-radius: 16px;
    padding: 1.5rem;
    min-width: 0;
    max-width: calc(100% - 1.5rem);
    box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.about-float-card .num { font-family: var(--font-display); font-size: 2.5rem; font-weight: 800; color: var(--accent); }
.about-float-card .lbl { font-size: 0.85rem; color: var(--text-muted); }
.values-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.value-item {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 12px;
    transition: all 0.35s;
    min-width: 0;
}
.value-item:hover { border-color: var(--border-hover); }
.value-item > div:last-child { min-width: 0; }
.value-item p { overflow-wrap: anywhere; }
.value-icon { width: 44px; height: 44px; background: rgba(59,130,246,0.12); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.value-item h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 0.25rem; }
.value-item p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; }

.bento { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; width: 100%; }
.bento-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 2.25rem;
    transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
    position: relative;
    overflow: hidden;
    min-width: 0;
}
.bento-card h3, .bento-card p { overflow-wrap: anywhere; }
.bento-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--gradient-hero); opacity: 0; transition: opacity 0.4s; }
.bento-card:hover { border-color: var(--border-hover); transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,0.35), var(--shadow-glow); }
.bento-card:hover::before { opacity: 1; }
.bento-card.featured { grid-column: span 2; background: linear-gradient(135deg, rgba(59,130,246,0.08), rgba(34,211,238,0.04)); }
.bento-num { font-family: var(--font-display); font-size: 3rem; font-weight: 800; color: rgba(255,255,255,0.04); position: absolute; top: 1rem; right: 1.5rem; line-height: 1; }
.bento-icon { width: 52px; height: 52px; background: rgba(59,130,246,0.15); border: 1px solid rgba(59,130,246,0.25); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.25rem; }
.bento-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.75rem; }
.bento-card p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.75; }
.bento-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.25rem; }
.bento-tags span { font-size: 0.75rem; padding: 0.3rem 0.75rem; background: rgba(59,130,246,0.1); border: 1px solid rgba(59,130,246,0.2); border-radius: 6px; color: var(--primary-bright); }

.tech { background: var(--bg-elevated); }
.tech-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; width: 100%; }
.tech-col { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 2rem 1.75rem; transition: border-color 0.3s; min-width: 0; }
.tech-col:hover { border-color: var(--border-hover); }
.tech-col h3 { font-size: 0.9rem; font-weight: 700; margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.6rem; }
.tech-col h3::before { content: ''; width: 8px; height: 8px; background: var(--gradient-hero); border-radius: 2px; }
.tech-list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.tech-tag { font-size: 0.8rem; padding: 0.45rem 0.85rem; background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 8px; color: var(--text-muted); transition: all 0.3s; }
.tech-tag:hover { border-color: var(--border-hover); color: var(--text); background: rgba(59,130,246,0.1); }

.filter-bar { display: flex; justify-content: center; gap: 0.6rem; margin-bottom: 3rem; flex-wrap: wrap; width: 100%; max-width: 100%; }
.filter-btn { padding: 0.55rem 1.3rem; border-radius: 8px; border: 1px solid var(--border); background: transparent; color: var(--text-muted); font-size: 0.88rem; font-weight: 500; cursor: pointer; transition: all 0.3s; font-family: inherit; }
.filter-btn:hover, .filter-btn.active { background: rgba(59,130,246,0.15); border-color: var(--primary); color: var(--primary-bright); }
.cases-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; width: 100%; }
.case-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
    min-width: 0;
}
.case-body { min-width: 0; }
.case-body h3, .case-body .desc, .case-result { overflow-wrap: anywhere; }
.case-card:hover { border-color: var(--border-hover); transform: translateY(-8px); box-shadow: 0 30px 70px rgba(0,0,0,0.4); }
.case-card.hidden { display: none; }
.case-thumb { height: 200px; position: relative; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; overflow: hidden; }
.case-thumb .bg { position: absolute; inset: 0; opacity: 0.85; }
.case-thumb .tag { position: absolute; top: 1rem; left: 1rem; z-index: 2; font-size: 0.72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; background: rgba(0,0,0,0.55); backdrop-filter: blur(8px); padding: 0.35rem 0.9rem; border-radius: 6px; border: 1px solid rgba(255,255,255,0.1); }
.case-body { padding: 1.75rem; }
.case-body h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.6rem; line-height: 1.4; }
.case-body .desc { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1rem; }
.case-result { font-size: 0.82rem; color: #4ade80; background: rgba(34,197,94,0.08); border-left: 3px solid #22c55e; padding: 0.65rem 0.9rem; border-radius: 0 8px 8px 0; margin-bottom: 1rem; }
.case-tech { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.case-tech span { font-size: 0.72rem; padding: 0.25rem 0.65rem; background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: 6px; color: var(--text-muted); }

.process { background: var(--bg-elevated); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; }
.process-grid::before { content: ''; position: absolute; top: 36px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, var(--primary), var(--cyan), transparent); }
.process-item { text-align: center; padding: 0 1rem; position: relative; }
.process-step-num { width: 72px; height: 72px; margin: 0 auto 1.5rem; background: var(--bg); border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.5rem; font-weight: 800; color: var(--primary-bright); position: relative; transition: all 0.4s; }
.process-step-num::after { content: ''; position: absolute; inset: -3px; border-radius: 50%; border: 2px solid transparent; background: linear-gradient(135deg, var(--primary), var(--cyan)) border-box; -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity 0.4s; }
.process-item:hover .process-step-num { transform: scale(1.08); border-color: transparent; }
.process-item:hover .process-step-num::after { opacity: 1; }
.process-item h4 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; }
.process-item p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.65; }

#testimonials { overflow-x: clip; }
#testimonials .wrap { min-width: 0; max-width: 100%; }
.quotes-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
}
.quote-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    position: relative;
    transition: all 0.35s;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.quote-card:hover { border-color: var(--border-hover); transform: translateY(-5px); }
.quote-card::before {
    content: '"';
    font-family: Georgia, serif;
    font-size: 5rem;
    line-height: 1;
    color: rgba(59,130,246,0.15);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    pointer-events: none;
}
.quote-stars { color: var(--accent); font-size: 0.9rem; margin-bottom: 1.25rem; letter-spacing: 2px; }
.quote-text {
    font-size: 0.95rem;
    line-height: 1.85;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.quote-author { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.quote-author > div:last-child { min-width: 0; flex: 1; }
.quote-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--gradient-hero); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }
.quote-author h4 { font-size: 0.95rem; font-weight: 700; }
.quote-author p { font-size: 0.82rem; color: var(--text-muted); overflow-wrap: anywhere; }

.cta-section {
    padding: 0 2.5rem 7rem;
    overflow-x: clip;
    max-width: 100%;
    box-sizing: border-box;
}
.cta-box {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(59,130,246,0.15), rgba(34,211,238,0.08));
    border: 1px solid var(--border-hover);
    border-radius: 32px;
    padding: 5rem 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 0;
    box-sizing: border-box;
}
.cta-box::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: min(500px, 120%);
    height: min(500px, 120%);
    background: radial-gradient(circle, rgba(59,130,246,0.2), transparent 70%);
    pointer-events: none;
}
.cta-box h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 4vw, 2.8rem);
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
    overflow-wrap: anywhere;
}
.cta-box > p {
    color: var(--text-muted);
    font-size: 1.1rem;
    max-width: 500px;
    margin: 0 auto 2.5rem;
    position: relative;
    padding: 0 0.5rem;
    overflow-wrap: anywhere;
}
.contact-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}
.contact-chip {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: rgba(0,0,0,0.3);
    border: 1px solid var(--border);
    border-radius: 12px;
    font-size: 0.9rem;
    min-width: 0;
    max-width: 100%;
    flex: 1 1 200px;
    box-sizing: border-box;
    text-align: left;
}
.chip-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
}
.contact-chip > div { min-width: 0; flex: 1; }
.contact-chip strong { display: block; font-size: 0.95rem; }
.contact-chip small {
    display: block;
    color: var(--text-muted);
    font-size: 0.78rem;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.cta-box .btn-fill { max-width: 100%; box-sizing: border-box; white-space: normal; text-align: center; justify-content: center; }

.contact-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    position: relative;
    text-align: left;
}
.contact-main {
    flex: 1 1 320px;
    min-width: 0;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
}
.contact-main .contact-row { margin-bottom: 0; }
.contact-main .btn-fill { align-self: flex-start; }
.contact-link {
    color: var(--primary-bright);
    text-decoration: none;
    transition: color 0.2s;
}
.contact-link:hover { color: var(--cyan); }
.contact-chip small a.contact-link { display: inline; }

.qrcode-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    flex: 0 1 auto;
    min-width: 0;
}
.qrcode-card {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1.25rem 1.25rem 1rem;
    text-align: center;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s, transform 0.3s;
}
.qrcode-card:hover {
    border-color: var(--border-hover);
    transform: translateY(-4px);
}
.qrcode-img-wrap {
    width: 160px;
    height: 160px;
    max-width: 100%;
    margin: 0 auto 0.85rem;
    padding: 0.5rem;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.qrcode-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.qrcode-title {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}
.qrcode-desc {
    font-size: 0.78rem;
    color: var(--text-muted);
}

footer { border-top: 1px solid var(--border); padding: 4rem 2.5rem 2.5rem; background: var(--bg-elevated); }
.footer-grid {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
    width: 100%;
}
.footer-brand .brand { max-width: 100%; }
.footer-brand p { color: var(--text-muted); font-size: 0.9rem; margin-top: 1rem; max-width: 280px; line-height: 1.8; overflow-wrap: anywhere; }
.footer-col h4 { font-size: 0.8rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 1.25rem; }
.footer-col a { display: block; color: var(--text); text-decoration: none; font-size: 0.9rem; margin-bottom: 0.75rem; opacity: 0.7; transition: opacity 0.3s; overflow-wrap: anywhere; }
.footer-col a:hover { opacity: 1; color: var(--primary-bright); }
.footer-bottom {
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    overflow-wrap: anywhere;
}
.footer-bottom p { font-size: 0.85rem; color: var(--text-muted); }

@media (max-width: 1100px) {
    .hero { grid-template-columns: 1fr; text-align: center; padding-top: 7rem; min-width: 0; }
    .hero-desc { margin-left: auto; margin-right: auto; }
    .hero-actions { justify-content: center; }
    .hero-stats {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem 2.5rem;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 2.5rem;
    }
    .hero-stat-item {
        flex: 0 1 auto;
        text-align: center;
        min-width: 4.5rem;
    }
    .hero-stat-num { font-size: 2rem; }
    .hero-stat-label { font-size: 0.78rem; }
    .hero-right { max-width: 560px; margin: 0 auto; }
    .bento { grid-template-columns: 1fr 1fr; }
    .bento-card.featured { grid-column: span 2; }
    .cases-grid { grid-template-columns: 1fr 1fr; }
    .tech-grid { grid-template-columns: 1fr 1fr; }
    .process-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .process-grid::before { display: none; }
    .quotes-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .nav-links { display: none; }
    .menu-toggle { display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    section { padding: 5rem 1rem; }
    .nav-inner { padding: 0 1rem; }
    .brand-sub { display: none; }
    .brand-name { font-size: 1rem; }
    .values-grid { grid-template-columns: 1fr; }
    .about-layout { gap: 2.5rem; }
    .about-float-card { right: 0.5rem; top: 1rem; padding: 1rem; }
    .bento-card, .case-card, .quote-card { padding: 1.5rem 1.25rem; }
    .bento-card:hover, .case-card:hover, .quote-card:hover { transform: none; }
    footer { padding: 3rem 1rem 2rem; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .hero {
        padding: 6rem 1rem 4rem;
        overflow-x: clip;
        gap: 2rem;
        width: 100%;
        max-width: 100%;
    }
    .hero-left { width: 100%; }
    .hero-eyebrow { justify-content: center; }
    .hero-eyebrow span:last-child { font-size: 0.65rem; letter-spacing: 1px; }
    .hero-desc { font-size: 1rem; padding: 0 0.25rem; }
    .hero-actions { flex-direction: column; align-items: stretch; width: 100%; }
    .hero-actions .btn { width: 100%; justify-content: center; box-sizing: border-box; }
    .hero-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 1rem;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 2rem;
        margin-top: 2.5rem;
    }
    .hero-stat-item {
        min-width: 0;
        text-align: center;
        white-space: normal;
    }
    .hero-stat-num { font-size: 1.65rem; white-space: nowrap; }
    .hero-stat-label {
        font-size: 0.75rem;
        white-space: normal;
        overflow-wrap: anywhere;
    }
    .hero-right { width: 100%; max-width: 100%; }
    .hero-panel { padding: 1.25rem 1rem 4.5rem; }
    .panel-badge { left: 0.75rem; right: 0.75rem; bottom: 0.75rem; max-width: none; }
    .orb-1 { width: 240px; height: 240px; }
    .orb-2 { width: 200px; height: 200px; }
    .orb-3 { width: 180px; height: 180px; }
    .about-layout { grid-template-columns: 1fr; }
    .bento, .cases-grid, .quotes-grid, .tech-grid { grid-template-columns: 1fr; }
    .bento-card.featured { grid-column: span 1; }
    .quote-card { padding: 2rem 1.25rem; }
    .quote-card::before { font-size: 3.5rem; right: 0.75rem; }
    #testimonials { padding-left: 1rem; padding-right: 1rem; }
    .cta-section { padding: 0 1rem 4rem; }
    .cta-box { padding: 2.5rem 1rem; border-radius: 20px; }
    .cta-box > p { font-size: 0.95rem; padding: 0; }
    .contact-layout { flex-direction: column; gap: 2rem; text-align: center; }
    .contact-main { max-width: 100%; align-items: center; }
    .contact-main .btn-fill { align-self: stretch; width: 100%; }
    .contact-row { flex-direction: column; align-items: stretch; gap: 0.75rem; }
    .contact-chip { flex: 1 1 auto; width: 100%; max-width: 100%; }
    .qrcode-row { width: 100%; }
    .qrcode-img-wrap { width: 140px; height: 140px; }
    .cta-box .btn-fill { width: 100%; padding: 0.9rem 1.25rem; }
    .footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem 0.5rem;
    }
    .footer-brand {
        grid-column: 1 / -1;
        text-align: center;
    }
    .footer-brand .brand {
        justify-content: center;
    }
    .footer-brand p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-col {
        text-align: center;
        min-width: 0;
    }
    .footer-col h4 {
        font-size: 0.7rem;
        letter-spacing: 1px;
        margin-bottom: 0.65rem;
    }
    .footer-col a {
        font-size: 0.72rem;
        margin-bottom: 0.45rem;
        line-height: 1.5;
    }
}
