:root {
    --bg-primary: #FFFFFF; --bg-secondary: #F7F8FA; --bg-card: #FFFFFF;
    --bg-dark: #0A1128; --bg-dark-soft: #1D2951; --border: #E2E4EA;
    --border-hover: #C8CBD4; --text-primary: #0A1128; --text-secondary: #4A5068;
    --text-muted: #8890A4; --accent-gold: #C4A035; --accent-gold-light: #D4AF37;
    --accent-gold-dim: rgba(196, 160, 53, 0.06); --cta-bg: #0A1128; --cta-bg-hover: #1D2951;
    --font-body: 'Inter', -apple-system, sans-serif; --font-mono: 'JetBrains Mono', monospace;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); background: var(--bg-primary); color: var(--text-primary); line-height: 1.7; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
:focus-visible { outline: 2px solid var(--bg-dark); outline-offset: 3px; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.25rem 2.5rem; display: flex; justify-content: space-between; align-items: center; background: rgba(255,255,255,0.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); }
.logo { font-family: var(--font-mono); font-weight: 500; font-size: 0.9rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-primary); text-decoration: none; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { font-size: 0.78rem; font-weight: 400; letter-spacing: 0.02em; color: var(--text-secondary); text-decoration: none; transition: color 0.3s; }
.nav-links a:hover { color: var(--text-primary); }
.nav-right { display: flex; align-items: center; gap: 1.5rem; }
.lang-switch { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; display: flex; gap: 0.4rem; align-items: center; }
.lang-switch a { color: var(--text-muted); text-decoration: none; transition: color 0.3s; }
.lang-switch a.active { color: var(--text-primary); font-weight: 500; }
.lang-switch a:hover { color: var(--text-primary); }
.lang-switch span { color: var(--border); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 20px; height: 1.5px; background: var(--text-secondary); transition: all 0.3s; }

/* LAYOUT */
section { position: relative; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 2.5rem; }
.gold-line { width: 40px; height: 2px; background: var(--accent-gold); margin-bottom: 2rem; }
.section-header { margin-bottom: 3.5rem; }
.section-label { font-family: var(--font-mono); font-size: 0.65rem; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent-gold); margin-bottom: 0.5rem; }
.founder-label { margin: 0.4rem 0 1.2rem; display: block; }
.section-title { font-size: clamp(1.7rem, 2.8vw, 2.2rem); font-weight: 600; letter-spacing: -0.02em; max-width: 600px; line-height: 1.3; color: var(--bg-dark); }

/* HERO */
.hero { min-height: 100vh; display: flex; align-items: center; padding-top: 5rem; position: relative; overflow: hidden; background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(196,160,53,0.04) 0%, transparent 70%), radial-gradient(ellipse 50% 80% at 10% 80%, rgba(29,41,81,0.06) 0%, transparent 60%), var(--bg-primary); }
.hero-visual { position: absolute; right: 0; top: 0; width: 54%; height: 100%; z-index: 0; pointer-events: none; }
.hero-visual::before { content: ''; position: absolute; top: 0; left: 0; width: 55%; height: 100%; background: linear-gradient(to right, var(--bg-primary) 30%, transparent); z-index: 2; }
.hero-visual img { width: 100%; height: 100%; object-fit: contain; object-position: right center; opacity: 0.78; mix-blend-mode: multiply; display: block; }
.hero-content { max-width: 740px; }
.hero-tag { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent-gold); margin-bottom: 2rem; display: flex; align-items: center; gap: 1rem; opacity: 0; animation: fadeUp 0.8s ease forwards 0.2s; }
.hero-tag::before { content: ''; width: 32px; height: 2px; background: var(--accent-gold); }
.hero h1 { font-size: clamp(2rem, 4.2vw, 3.2rem); font-weight: 700; line-height: 1.2; margin-bottom: 1.5rem; letter-spacing: -0.025em; color: var(--bg-dark); opacity: 0; animation: fadeUp 0.8s ease forwards 0.35s; }
.hero h1 em { font-style: normal; color: var(--bg-dark-soft); }
.hero-desc { font-size: 1rem; font-weight: 300; color: var(--text-secondary); max-width: 580px; line-height: 1.85; margin-bottom: 1rem; opacity: 0; animation: fadeUp 0.8s ease forwards 0.5s; }
.hero-desc:last-of-type { margin-bottom: 1.75rem; }
.hero-trust { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 1rem; opacity: 0; animation: fadeUp 0.8s ease forwards 0.65s; }
.hero-trust span { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-secondary); display: flex; align-items: center; gap: 0.4rem; }
.hero-trust span::before { content: '—'; color: var(--accent-gold); }
.hero-tags { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2.5rem; opacity: 0; animation: fadeUp 0.8s ease forwards 0.8s; }
.hero-tags span { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); border: 1px solid var(--border); padding: 0.25rem 0.65rem; border-radius: 2px; }
.hero-cta { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.04em; color: #fff; background: var(--cta-bg); padding: 0.85rem 1.8rem; text-decoration: none; transition: all 0.3s; border-radius: 2px; opacity: 0; animation: fadeUp 0.8s ease forwards 0.95s; }
.hero-cta:hover { background: var(--cta-bg-hover); transform: translateY(-1px); box-shadow: 0 8px 30px rgba(10,17,40,0.12); }
.hero-cta svg { width: 14px; height: 14px; transition: transform 0.3s; }
.hero-cta:hover svg { transform: translateX(3px); }
.hero-grid { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(rgba(10,17,40,0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(10,17,40,0.015) 1px, transparent 1px); background-size: 80px 80px; pointer-events: none; z-index: 0; }
.hero .container { position: relative; z-index: 1; }

/* SUB-HERO */
.sub-hero { padding: 5rem 0; border-top: 1px solid var(--border); }
.sub-hero-title { font-size: clamp(1.4rem, 2.4vw, 1.8rem); font-weight: 600; letter-spacing: -0.02em; max-width: 640px; line-height: 1.35; color: var(--bg-dark); margin-bottom: 2rem; }
.sub-hero-body p { font-size: 0.95rem; font-weight: 300; color: var(--text-secondary); line-height: 1.85; margin-bottom: 1.25rem; max-width: 680px; }
.sub-hero-list { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; max-width: 640px; }
.sub-hero-list li { font-size: 0.88rem; font-weight: 300; color: var(--text-secondary); padding-left: 1.4rem; position: relative; line-height: 1.65; }
.sub-hero-list li::before { content: '—'; position: absolute; left: 0; color: var(--accent-gold); font-family: var(--font-mono); font-size: 0.7rem; }

/* SERVICES */
.services { padding: 7rem 0; background: var(--bg-secondary); border-top: 1px solid var(--border); }
.services-intro { font-size: 0.95rem; font-weight: 300; color: var(--text-secondary); max-width: 620px; line-height: 1.85; margin-top: -1.5rem; margin-bottom: 3rem; }
.services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.25rem; }
.service-card:nth-child(-n+2) { grid-column: span 3; }
.service-card:nth-child(n+3) { grid-column: span 2; }
.service-card { background: var(--bg-card); border: 1px solid var(--border); padding: 2.2rem 2rem; transition: all 0.35s; position: relative; display: flex; flex-direction: column; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--accent-gold); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
.service-card:hover { border-color: var(--border-hover); box-shadow: 0 4px 20px rgba(10,17,40,0.04); transform: translateY(-2px); }
.service-card:hover::before { transform: scaleX(1); }
.service-num { font-family: var(--font-mono); font-size: 0.6rem; font-weight: 300; color: var(--text-muted); letter-spacing: 0.12em; margin-bottom: 1.2rem; }
.service-card h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.7rem; letter-spacing: -0.01em; line-height: 1.35; color: var(--bg-dark); }
.service-card > p { font-size: 0.85rem; font-weight: 300; color: var(--text-secondary); line-height: 1.7; flex: 1; }
.service-outcome { border-top: 1px solid var(--border); padding-top: 1rem; margin-top: 1.25rem; }
.service-outcome-label { font-family: var(--font-mono); font-size: 0.55rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-gold); margin-bottom: 0.35rem; }
.service-outcome p { font-size: 0.82rem; font-weight: 300; color: var(--text-secondary); line-height: 1.6; margin: 0; }
.scope-block { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--border); }
.scope-label { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.65rem; }
.scope-chips { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.scope-chips span { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.06em; color: var(--text-secondary); background: var(--bg-secondary); border: 1px solid var(--border); padding: 0.2rem 0.55rem; border-radius: 2px; line-height: 1.4; }

/* STANDARDS STRIP */
.standards-strip { padding: 1.75rem 0; background: var(--bg-dark); border-top: 1px solid rgba(255,255,255,0.06); }
.standards-text { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.35); text-align: center; }
.standards-text span { color: rgba(255,255,255,0.55); }

/* DIFFERENTIATOR */
.differentiator { padding: 7rem 0; background: var(--bg-dark); border-top: 1px solid rgba(255,255,255,0.06); }
.differentiator .section-title { color: #fff; margin-bottom: 2.5rem; }
.differentiator .gold-line { opacity: 0.6; }
.diff-content { max-width: 680px; }
.diff-body p { font-size: 0.92rem; font-weight: 300; color: rgba(255,255,255,0.65); line-height: 1.85; margin-bottom: 1.1rem; }
.diff-questions { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; margin: 0.5rem 0 1.25rem; }
.diff-questions li { font-size: 1rem; font-weight: 400; color: rgba(255,255,255,0.9); padding-left: 1.5rem; position: relative; line-height: 1.5; }
.diff-questions li::before { content: '→'; position: absolute; left: 0; color: var(--accent-gold); font-family: var(--font-mono); font-size: 0.78rem; line-height: 1.5; }
.diff-closing { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.75rem; margin-top: 1.75rem; }
.diff-closing p { font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.85; margin-bottom: 0.5rem; }
.diff-closing p:last-child { margin-bottom: 0; }
.diff-closing em { font-style: normal; color: rgba(255,255,255,0.9); font-weight: 400; }

/* PRODUCTS */
.products { padding: 7rem 0; border-top: 1px solid var(--border); }
.products-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.product-card { background: var(--bg-secondary); border: 1px solid var(--border); padding: 2.5rem; }
.product-tag { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent-gold); margin-bottom: 0.5rem; }
.product-card h3 { font-size: 1.15rem; font-weight: 600; color: var(--bg-dark); margin-bottom: 1.25rem; letter-spacing: -0.01em; line-height: 1.3; }
.product-card p { font-size: 0.88rem; font-weight: 300; color: var(--text-secondary); line-height: 1.75; margin-bottom: 1.25rem; }
.product-features { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; margin-bottom: 1.5rem; }
.product-features li { font-size: 0.85rem; font-weight: 300; color: var(--text-secondary); padding-left: 1.4rem; position: relative; line-height: 1.55; }
.product-features li::before { content: '—'; position: absolute; left: 0; color: var(--accent-gold); font-family: var(--font-mono); font-size: 0.7rem; }
.product-status { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); border: 1px solid var(--border); padding: 0.3rem 0.75rem; display: inline-block; border-radius: 2px; background: var(--bg-card); }

/* HOW I WORK */
.process { padding: 7rem 0; background: var(--bg-secondary); border-top: 1px solid var(--border); }
.process-intro { font-size: 0.95rem; font-weight: 300; color: var(--text-secondary); max-width: 680px; line-height: 1.85; margin-bottom: 3.5rem; }
.process-phases { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-bottom: 2.5rem; }
.process-phase { background: var(--bg-card); border: 1px solid var(--border); padding: 2rem 1.75rem; display: flex; flex-direction: column; }
.phase-num { font-family: var(--font-mono); font-size: 2.8rem; font-weight: 300; letter-spacing: -0.02em; color: rgba(10,17,40,0.08); margin-bottom: 0.5rem; line-height: 1; }
.phase-name { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-gold); font-weight: 500; margin-bottom: 0.75rem; }
.process-phase > p { font-size: 0.82rem; font-weight: 300; color: var(--text-secondary); line-height: 1.7; margin-bottom: 1rem; flex: 1; }
.phase-effect { border-top: 1px solid var(--border); padding-top: 1rem; margin-top: auto; }
.phase-effect-label { font-family: var(--font-mono); font-size: 0.55rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-gold); margin-bottom: 0.35rem; }
.phase-effect p { font-size: 0.78rem; font-weight: 300; color: var(--text-secondary); line-height: 1.6; margin: 0; }
.process-closing { background: var(--bg-dark); padding: 2.5rem; }
.process-closing p { font-size: 1rem; font-weight: 300; color: rgba(255,255,255,0.65); line-height: 1.85; margin-bottom: 0.25rem; }
.process-closing p:last-child { margin-bottom: 0; }
.process-closing em { font-style: normal; color: #fff; font-weight: 400; }

/* RESULTS */
.results { padding: 7rem 0; border-top: 1px solid var(--border); }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.result-card { background: var(--bg-secondary); border: 1px solid var(--border); padding: 2rem; transition: all 0.35s; }
.result-card:hover { border-color: var(--border-hover); box-shadow: 0 4px 20px rgba(10,17,40,0.04); }
.result-sector { font-family: var(--font-mono); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent-gold); margin-bottom: 0.6rem; }
.result-headline { font-size: 0.98rem; font-weight: 600; color: var(--bg-dark); margin-bottom: 0.75rem; line-height: 1.4; }
.result-card p { font-size: 0.84rem; font-weight: 300; color: var(--text-secondary); line-height: 1.7; }

/* ABOUT */
.about { padding: 7rem 0; background: var(--bg-secondary); border-top: 1px solid var(--border); }
.founder-quote { border-left: 2px solid var(--accent-gold); padding: 1.5rem 2rem; margin-bottom: 3.5rem; background: var(--accent-gold-dim); }
.founder-quote blockquote { font-size: 1.1rem; font-weight: 300; color: var(--bg-dark); line-height: 1.75; font-style: italic; margin-bottom: 0.75rem; }
.founder-quote cite { font-family: var(--font-mono); font-size: 0.65rem; color: var(--text-muted); letter-spacing: 0.08em; font-style: normal; }
.linkedin-link { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.08em; color: var(--accent-gold); text-decoration: none; }
.about-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 4.5rem; align-items: start; }
.about-text p { font-size: 0.95rem; font-weight: 300; color: var(--text-secondary); margin-bottom: 1.3rem; line-height: 1.85; }
.about-text strong { color: var(--text-primary); font-weight: 500; }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.stat { background: var(--bg-card); border: 1px solid var(--border); padding: 1.8rem 1.5rem; text-align: center; }
.stat-num { font-family: var(--font-mono); font-size: 1.4rem; font-weight: 500; color: var(--bg-dark); line-height: 1; margin-bottom: 0.5rem; }
.stat-label { font-size: 0.65rem; font-weight: 400; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.4; }

/* TRUST BLOCK */
.trust { padding: 7rem 0; border-top: 1px solid var(--border); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.trust-item { background: var(--bg-secondary); border: 1px solid var(--border); padding: 1.75rem 1.5rem; }
.trust-item p { font-size: 0.88rem; font-weight: 300; color: var(--text-secondary); line-height: 1.65; padding-left: 1.4rem; position: relative; margin: 0; }
.trust-item p::before { content: '—'; position: absolute; left: 0; color: var(--accent-gold); font-family: var(--font-mono); font-size: 0.7rem; }

/* CONTACT */
.contact { padding: 7rem 0; background: var(--bg-dark); color: #fff; border-top: 1px solid rgba(255,255,255,0.06); }
.contact .section-label { color: var(--accent-gold-light); }
.contact .section-title { color: #fff; margin-bottom: 1.5rem; }
.contact .gold-line { opacity: 0.6; }
.contact-note { font-family: var(--font-mono); font-size: 0.65rem; letter-spacing: 0.08em; color: rgba(255,255,255,0.35); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4.5rem; }
.contact-info p, p.contact-info { font-size: 0.92rem; font-weight: 300; color: rgba(255,255,255,0.6); margin-bottom: 2.5rem; line-height: 1.8; }
.contact-detail { margin-bottom: 1.5rem; }
.contact-detail-label { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 0.3rem; }
.contact-detail-value { font-size: 0.92rem; color: rgba(255,255,255,0.85); }
.contact-detail-value a { color: rgba(255,255,255,0.85); text-decoration: none; transition: color 0.3s; }
.contact-detail-value a:hover { color: var(--accent-gold-light); }
.contact .form-group label { display: block; font-size: 0.75rem; font-weight: 400; color: rgba(255,255,255,0.5); margin-bottom: 0.4rem; }
.contact .form-group .req { color: var(--accent-gold-light); margin-left: 2px; }
.contact .form-group input, .contact .form-group textarea { width: 100%; padding: 0.8rem 0.9rem; font-family: var(--font-body); font-size: 0.9rem; font-weight: 300; color: #fff; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 2px; outline: none; transition: border-color 0.3s; }
.contact .form-group input:focus, .contact .form-group textarea:focus { border-color: var(--accent-gold); }
.contact .form-group input::placeholder, .contact .form-group textarea::placeholder { color: rgba(255,255,255,0.25); }
.contact .form-group textarea { min-height: 130px; resize: vertical; }
.ohnohoney { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden; }
.contact .form-submit { font-family: var(--font-body); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.04em; color: var(--bg-dark); background: #fff; border: none; border-radius: 2px; padding: 0.85rem 2rem; cursor: pointer; transition: all 0.3s; width: 100%; }
.contact .form-submit:hover { background: rgba(255,255,255,0.9); transform: translateY(-1px); box-shadow: 0 8px 30px rgba(0,0,0,0.2); }
.contact .form-submit:disabled { opacity: 0.5; cursor: not-allowed; transform: none; box-shadow: none; }
.form-group { margin-bottom: 1.3rem; }
.form-status { margin-top: 0.8rem; font-size: 0.78rem; text-align: center; min-height: 1.5em; }
.form-status.success { color: var(--accent-gold-light); }
.form-status.error { color: #EF4444; }
.recaptcha-notice { font-size: 0.58rem; color: rgba(255,255,255,0.25); margin-top: 0.8rem; line-height: 1.5; }
.recaptcha-notice a { color: rgba(255,255,255,0.3); text-decoration: underline; }
.form-group-checkbox { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1.3rem; }
.form-group-checkbox input[type="checkbox"] { appearance: none; -webkit-appearance: none; width: 16px; height: 16px; min-width: 16px; border: 1px solid rgba(255,255,255,0.2); border-radius: 2px; background: rgba(255,255,255,0.05); cursor: pointer; margin-top: 2px; transition: border-color 0.3s, background 0.3s; }
.form-group-checkbox input[type="checkbox"]:checked { background: var(--accent-gold); border-color: var(--accent-gold); background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l3 3 5-6' stroke='%230A1128' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 10px; }
.form-group-checkbox input[type="checkbox"]:focus-visible { outline: 2px solid var(--accent-gold); outline-offset: 2px; }
.form-group-checkbox label { font-size: 0.75rem; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.55; cursor: pointer; }
.form-group-checkbox label a { color: rgba(255,255,255,0.6); text-decoration: underline; transition: color 0.3s; }
.form-group-checkbox label a:hover { color: var(--accent-gold-light); }

/* FOOTER */
footer { padding: 2rem 2.5rem; background: var(--bg-dark); border-top: 1px solid rgba(255,255,255,0.06); display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; font-size: 0.65rem; color: rgba(255,255,255,0.3); letter-spacing: 0.03em; }
.footer-brand { display: flex; flex-direction: column; gap: 0.4rem; }
.footer-logo { color: rgba(255,255,255,0.5); font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; }
.footer-tagline { font-size: 0.6rem; color: rgba(255,255,255,0.2); max-width: 380px; line-height: 1.5; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(24px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
    .reveal { opacity: 1; transform: none; }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    nav { padding: 1.1rem 1.5rem; }
    .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; background: rgba(255,255,255,0.97); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); padding: 1.5rem 2rem; gap: 1.2rem; }
    .nav-links.open { display: flex; }
    .hamburger { display: flex; }
    .services-grid, .products-grid, .results-grid { grid-template-columns: 1fr; gap: 1rem; }
    .services-grid .service-card { grid-column: span 1; }
    .process-phases { grid-template-columns: 1fr; }
    .trust-grid { grid-template-columns: 1fr; }
    .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .hero { padding-top: 6rem; }
    .hero-visual { display: none; }
    .container { padding: 0 1.5rem; }
    footer { padding: 1.5rem; flex-direction: column; gap: 1rem; }
    .footer-tagline { max-width: 100%; }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-visual { width: 46%; }
    .hero-visual::before { width: 60%; }
}
@media (min-width: 481px) and (max-width: 768px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .process-phases { grid-template-columns: repeat(2, 1fr); }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .results-grid { grid-template-columns: repeat(2, 1fr); }
}
