/* SeoArt — Unified Styles (v3) */
:root {
    --bg: #0C0C0E;
    --bg-elevated: #111114;
    --bg-card: #141418;
    --bg-card-hover: #1A1A20;
    --text: #E8E6E1;
    --text-muted: #8A877F;
    --text-dim: #5A5850;
    --accent: #C8A55C;
    --accent-hover: #D4B76E;
    --border: #2A2A30;
    --border-light: #222228;
    --serif: 'Instrument Serif', Georgia, serif;
    --sans: 'DM Sans', -apple-system, sans-serif;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: var(--sans); background: var(--bg); color: var(--text);
    line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
::selection { background: var(--accent); color: var(--bg); }
a { color: inherit; text-decoration: none; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 60px); }

/* SKIP LINK (a11y) */
.skip-link {
    position: absolute; top: -100%; left: 1rem;
    padding: 0.75rem 1.25rem; background: var(--accent); color: var(--bg);
    font-size: 0.875rem; font-weight: 500; border-radius: 0 0 4px 4px;
    z-index: 200; transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 clamp(20px, 4vw, 60px); transition: background 0.4s, backdrop-filter 0.4s; }
nav.scrolled { background: rgba(12,12,14,0.88); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.nav-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 72px; border-bottom: 1px solid transparent; }
nav.scrolled .nav-inner { border-bottom-color: var(--border); }
.logo { font-family: var(--serif); font-size: 1.5rem; letter-spacing: -0.02em; display: inline-flex; align-items: center; }
.logo span { color: var(--accent); }
.logo-sep { display: inline-block; width: 1px; height: 1.1em; background: var(--accent); opacity: 0.5; margin: 0 3px; vertical-align: middle; }
.nav-links { display: flex; gap: 2.25rem; list-style: none; align-items: center; }
.nav-links a { font-size: 0.875rem; font-weight: 400; color: var(--text-muted); transition: color 0.3s; letter-spacing: 0.02em; }
.nav-links a:hover { color: var(--text); }
.nav-cta { font-size: 0.8125rem !important; padding: 9px 22px; border: 1px solid var(--accent); color: var(--accent) !important; border-radius: 2px; transition: all 0.3s !important; }
.nav-cta:hover { background: var(--accent) !important; color: var(--bg) !important; }
.nav-contacts { display: flex; align-items: center; gap: 0.75rem; margin-left: 0.5rem; padding-left: 1.5rem; border-left: 1px solid var(--border); }
.nav-phone { display: inline-flex !important; flex-direction: column; align-items: flex-start; gap: 2px; font-size: 0.8125rem !important; color: var(--text) !important; font-weight: 400; letter-spacing: 0.01em; white-space: nowrap; line-height: 1.3; }
.nav-phone:hover { color: var(--accent) !important; }
.nav-phone:hover .nav-status { color: var(--accent); }
.nav-status { display: flex; align-items: center; gap: 5px; font-size: 0.625rem; color: var(--text-dim); letter-spacing: 0.04em; white-space: nowrap; transition: color 0.3s; }
.nav-tg { display: inline-flex !important; align-items: center; justify-content: center; width: 34px; height: 34px; color: var(--text-muted) !important; border: 1px solid var(--border); border-radius: 50%; transition: all 0.3s !important; padding: 0 !important; }
.nav-tg:hover { color: var(--accent) !important; border-color: var(--accent); background: rgba(200,165,92,0.08) !important; }
.nav-tg svg { flex-shrink: 0; }
.nav-wa { display: inline-flex !important; align-items: center; justify-content: center; width: 34px; height: 34px; color: var(--text-muted) !important; border: 1px solid var(--border); border-radius: 50%; transition: all 0.3s !important; padding: 0 !important; }
.nav-wa:hover { color: var(--accent) !important; border-color: var(--accent); background: rgba(200,165,92,0.08) !important; }
.nav-wa svg { flex-shrink: 0; }
.status-dot { width: 5px; height: 5px; background: #4ade80; border-radius: 50%; flex-shrink: 0; animation: pulse-dot 2s ease-in-out infinite; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.burger span { display: block; width: 22px; height: 1.5px; background: var(--text); transition: all 0.3s; }

/* HERO (homepage) */
.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-top: 72px; position: relative; }
.hero::before { content: ''; position: absolute; top: -10%; right: -15%; width: 55%; height: 55%; background: radial-gradient(ellipse, rgba(200,165,92,0.05) 0%, transparent 70%); pointer-events: none; }
.hero-content { padding: clamp(60px, 10vh, 120px) 0; }
.hero-label { font-size: 0.8125rem; color: var(--accent); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 2rem; font-weight: 500; }
.js .hero-label { opacity: 0; animation: fadeUp 0.8s 0.2s forwards; }
.hero h1 { font-family: var(--serif); font-size: clamp(2.5rem, 5.5vw, 4.25rem); line-height: 1.12; font-weight: 400; max-width: 860px; margin-bottom: 1.75rem; letter-spacing: -0.02em; }
.js .hero h1 { opacity: 0; animation: fadeUp 0.8s 0.4s forwards; }
.hero h1 em { font-style: italic; color: var(--accent); }
.hero-sub { font-size: clamp(1rem, 1.15vw, 1.0625rem); color: var(--text-muted); max-width: 600px; line-height: 1.75; margin-bottom: 2.5rem; }
.js .hero-sub { opacity: 0; animation: fadeUp 0.8s 0.6s forwards; }
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3.5rem; }
.js .hero-buttons { opacity: 0; animation: fadeUp 0.8s 0.8s forwards; }
.hero-meta { display: flex; gap: 2.5rem; flex-wrap: wrap; padding-top: 2rem; border-top: 1px solid var(--border); }
.js .hero-meta { opacity: 0; animation: fadeUp 0.8s 1s forwards; }
.hero-meta-item { font-size: 0.8125rem; color: var(--text-dim); letter-spacing: 0.04em; }
.hero-meta-item span { color: var(--text-muted); }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: var(--accent); color: var(--bg); font-size: 0.9375rem; font-weight: 500; border: none; border-radius: 2px; cursor: pointer; transition: all 0.3s; font-family: var(--sans); }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-1px); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: transparent; color: var(--text); font-size: 0.9375rem; font-weight: 400; border: 1px solid var(--border); border-radius: 2px; cursor: pointer; transition: all 0.3s; font-family: var(--sans); }
.btn-secondary:hover { border-color: var(--text-muted); }

/* SECTIONS */
section { padding: clamp(60px, 10vh, 120px) 0; }
.section-label { font-size: 0.75rem; color: var(--accent); letter-spacing: 0.15em; text-transform: uppercase; font-weight: 500; margin-bottom: 1.25rem; }
.section-title { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 2.75rem); line-height: 1.15; font-weight: 400; letter-spacing: -0.02em; margin-bottom: 1rem; }
.section-subtitle { font-size: 1rem; color: var(--text-muted); max-width: 560px; line-height: 1.7; margin-bottom: 3rem; }
.divider { border: none; border-top: 1px solid var(--border-light); margin: 0; }
.bg-elevated { background: var(--bg-elevated); }

/* TRUST LOGOS */
.trust-logos { padding: clamp(40px, 6vh, 72px) 0; border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); background: linear-gradient(180deg, rgba(255,255,255,0.01), transparent); }
.trust-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.trust-eyebrow { font-size: 0.6875rem; color: var(--text-dim); letter-spacing: 0.14em; text-transform: uppercase; }
.trust-subtitle { font-size: 0.9375rem; color: var(--text-muted); font-weight: 400; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust-card { min-height: 96px; display: flex; align-items: center; justify-content: center; padding: 24px 20px; border: 1px solid var(--border); border-radius: 16px; background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)); transition: border-color 0.3s, transform 0.3s, background 0.3s; overflow: hidden; position: relative; }
.trust-card:hover { border-color: rgba(200,165,92,0.3); background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(200,165,92,0.04)); transform: translateY(-2px); }
.trust-card img { max-width: 140px; max-height: 32px; width: auto; height: auto; object-fit: contain; opacity: 0.85; filter: grayscale(1) brightness(1.2); transition: opacity 0.3s, filter 0.3s; }
.trust-card:hover img { opacity: 1; filter: grayscale(0.2) brightness(1.1); }
.trust-fallback { position: absolute; inset: 0; display: none; align-items: center; justify-content: center; font-size: 0.9rem; color: var(--text-muted); letter-spacing: 0.04em; }
.trust-card.no-img img { display: none; }
.trust-card.no-img .trust-fallback { display: flex; }
.trust-note { margin-top: 1.25rem; font-size: 0.8125rem; color: var(--text-dim); font-style: italic; }

/* MANIFESTO (2-col sticky) */
.manifesto-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; }
.manifesto-left { position: sticky; top: 120px; height: fit-content; }
.manifesto-right { display: flex; flex-direction: column; gap: 2rem; }
.manifesto-text { font-size: clamp(1.1rem, 1.4vw, 1.3rem); line-height: 1.8; color: var(--text); font-weight: 300; letter-spacing: -0.01em; }
.manifesto-text strong { color: var(--accent); font-weight: 400; }

/* SERVICES GRID */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border-light); }
.service-card { background: var(--bg); padding: clamp(28px, 3vw, 48px); transition: background 0.3s, transform 0.3s; position: relative; overflow: hidden; display: block; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: var(--accent); transition: height 0.4s ease; }
.service-card:hover { background: var(--bg-card); transform: translateX(4px); }
.service-card:hover::before { height: 100%; }
.service-num { font-size: 0.75rem; color: var(--text-dim); letter-spacing: 0.1em; margin-bottom: 1.5rem; }
.service-card h3 { font-family: var(--serif); font-size: clamp(1.375rem, 2vw, 1.875rem); font-weight: 400; margin-bottom: 0.75rem; letter-spacing: -0.02em; }
.service-card p { color: var(--text-muted); line-height: 1.7; max-width: 420px; margin-bottom: 1.25rem; font-size: 0.9375rem; }
.service-link { display: inline-flex; align-items: center; gap: 8px; font-size: 0.875rem; color: var(--accent); letter-spacing: 0.02em; transition: gap 0.3s; }
.service-card:hover .service-link { gap: 12px; }

/* WHY GRID */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border-light); }
.why-item { background: var(--bg-elevated); padding: 2.5rem; border: 1px solid transparent; transition: border-color 0.3s; }
.why-item:hover { border-color: var(--border); }
.why-item h3 { font-size: 1.0625rem; font-weight: 400; margin-bottom: 0.6rem; }
.why-item p { color: var(--text-muted); line-height: 1.7; font-size: 0.9375rem; }

/* PROCESS STEPS */
.process-steps { display: grid; gap: 1px; background: var(--border-light); }
.process-step { display: grid; grid-template-columns: 120px 1fr 1fr; gap: 3rem; padding: 2.5rem 0; background: var(--bg); align-items: start; }
.step-number { font-family: var(--serif); font-size: 3rem; color: var(--text-dim); line-height: 1; }
.step-title h3 { font-size: 1.125rem; font-weight: 400; margin-bottom: 0.4rem; }
.step-title p { color: var(--text-muted); line-height: 1.7; font-size: 0.9375rem; }
.step-desc { color: var(--text-muted); line-height: 1.7; font-size: 0.9375rem; }

/* CASES GRID */
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.case-card { background: var(--bg-card); border: 1px solid var(--border); padding: clamp(24px, 2.5vw, 40px); transition: all 0.3s; display: flex; flex-direction: column; }
.case-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.case-tag { font-size: 0.6875rem; color: var(--accent); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; font-weight: 500; }
.case-card h3 { font-size: 1.125rem; font-weight: 400; margin-bottom: 0.75rem; line-height: 1.4; }
.case-task { font-size: 0.8125rem; color: var(--text-dim); margin-bottom: 0.75rem; line-height: 1.6; }
.case-card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 1.25rem; flex-grow: 1; }
.case-result { padding-top: 1rem; border-top: 1px solid var(--border-light); font-size: 0.875rem; color: var(--text-dim); }
.case-result strong { color: var(--text); font-weight: 500; }
.cases-more { margin-top: 2rem; text-align: center; }
.cases-more a { font-size: 0.875rem; color: var(--accent); display: inline-flex; align-items: center; gap: 6px; transition: gap 0.3s; }
.cases-more a:hover { gap: 10px; }

/* AUDIENCE */
.audience-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.audience-card { background: var(--bg-card); border: 1px solid var(--border-light); padding: clamp(24px, 2.5vw, 32px); transition: border-color 0.3s, transform 0.3s; display: flex; flex-direction: column; gap: 1rem; }
.audience-card:hover { border-color: var(--border); transform: translateY(-2px); }
.audience-icon { flex-shrink: 0; }
.audience-icon svg { display: block; }
.audience-card-text h3 { font-size: 1.0625rem; font-weight: 400; margin-bottom: 0.4rem; }
.audience-card-text p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; }
.audience-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: start; }
.audience-list { list-style: none; display: flex; flex-direction: column; gap: 0; }
.audience-list li { padding: 1.25rem 0; border-bottom: 1px solid var(--border-light); font-size: 1.0625rem; color: var(--text); }
.audience-list li span { display: block; font-size: 0.875rem; color: var(--text-muted); margin-top: 0.35rem; line-height: 1.6; font-weight: 300; }
.audience-note { background: var(--bg-card); padding: 2rem; border-left: 2px solid var(--accent); }
.audience-note p { color: var(--text-muted); line-height: 1.7; font-size: 0.9375rem; }

/* FORMATS */
.formats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--border-light); }
.format-card { background: var(--bg-elevated); padding: 2.5rem; border: 1px solid transparent; transition: border-color 0.3s, background 0.3s; }
.format-card:hover { border-color: var(--border); background: var(--bg-card); }
.format-type { font-size: 0.6875rem; color: var(--accent); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 0.9rem; font-weight: 500; }
.format-card h3 { font-family: var(--serif); font-size: clamp(1.375rem, 2vw, 1.75rem); font-weight: 400; letter-spacing: -0.02em; margin-bottom: 0.75rem; }
.format-card p { color: var(--text-muted); line-height: 1.7; margin-bottom: 1rem; font-size: 0.9375rem; }
.format-note { font-size: 0.8125rem; color: var(--text-dim); }

/* CONTACT (2-col) */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.contact-info h3 { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 400; margin-bottom: 1rem; letter-spacing: -0.02em; }
.contact-info > p { color: var(--text-muted); line-height: 1.8; margin-bottom: 2rem; max-width: 460px; font-size: 0.9375rem; }
.contact-details { display: flex; flex-direction: column; gap: 1rem; }
.contact-detail { font-size: 0.9375rem; color: var(--text-muted); }
.contact-detail strong { color: var(--text); font-weight: 400; }

/* PAGE HERO (inner pages) */
.page-hero { padding-top: calc(72px + clamp(48px, 8vh, 96px)); padding-bottom: clamp(48px, 8vh, 96px); }
.page-hero .section-label { margin-bottom: 1.5rem; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(2.25rem, 4.5vw, 3.5rem); line-height: 1.12; font-weight: 400; letter-spacing: -0.02em; margin-bottom: 1.25rem; max-width: 800px; }
.page-hero h1 em { font-style: italic; color: var(--accent); }
.page-hero .hero-desc { font-size: clamp(1rem, 1.15vw, 1.0625rem); color: var(--text-muted); max-width: 600px; line-height: 1.75; margin-bottom: 2rem; }
.page-hero .hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }

/* CONTENT BLOCKS */
.content-block { max-width: 760px; }
.content-block h2 { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 400; margin-bottom: 1.25rem; letter-spacing: -0.01em; }
.step-icon { display: block; margin-bottom: 0.75rem; opacity: 0.85; }
.content-block h3 { font-size: 1.0625rem; font-weight: 500; margin-bottom: 0.5rem; margin-top: 1.5rem; }
.content-block p { font-size: 0.9375rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 1rem; }
.content-block ul { list-style: none; margin-bottom: 1.5rem; }
.content-block ul li { font-size: 0.9375rem; color: var(--text-muted); line-height: 1.7; padding: 0.35rem 0 0.35rem 1.25rem; position: relative; }
.content-block ul li::before { content: '\2014'; position: absolute; left: 0; color: var(--accent); }

/* GRID CARDS */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card { background: var(--bg-card); border: 1px solid var(--border-light); padding: clamp(24px, 2.5vw, 36px); transition: all 0.4s; display: flex; flex-direction: column; }
.card:hover { background: var(--bg-card-hover); border-color: var(--text-dim); transform: translateY(-2px); }
.card-tag { font-size: 0.6875rem; color: var(--accent); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; font-weight: 500; }
.card h3 { font-family: var(--serif); font-size: 1.3125rem; font-weight: 400; margin-bottom: 0.75rem; line-height: 1.3; }
.card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; }
.card-link { margin-top: auto; padding-top: 1rem; font-size: 0.8125rem; color: var(--accent); display: inline-flex; align-items: center; gap: 6px; transition: gap 0.3s; }
.card:hover .card-link { gap: 10px; }
.card-icon { display: block; margin-bottom: 1rem; opacity: 0.85; transition: opacity 0.3s; }
.card:hover .card-icon { opacity: 1; }

/* FAQ */
.faq-list { max-width: 760px; }
.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-question { width: 100%; background: none; border: none; padding: 1.5rem 0; font-family: var(--sans); font-size: 1rem; font-weight: 500; color: var(--text); text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: color 0.3s; }
.faq-question:hover { color: var(--accent); }
.faq-icon { font-size: 1.25rem; font-weight: 300; color: var(--text-dim); flex-shrink: 0; transition: transform 0.3s; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-item.active .faq-answer { max-height: 300px; }
.faq-answer p { padding-bottom: 1.5rem; font-size: 0.9375rem; color: var(--text-muted); line-height: 1.7; }

/* CTA SECTION */
.cta-section { padding: clamp(80px, 12vh, 140px) 0; text-align: center; }
.cta-section .section-title { max-width: 580px; margin: 0 auto 1rem; }
.cta-section .section-subtitle { max-width: 480px; margin: 0 auto 2.5rem; }

/* FORM */
.contact-form { background: var(--bg-card); padding: clamp(24px, 3vw, 40px); border: 1px solid var(--border); display: flex; flex-direction: column; gap: 0.875rem; }
.form-group { margin-bottom: 0; }
.form-group label { display: block; font-size: 0.8125rem; color: var(--text-dim); margin-bottom: 0.5rem; letter-spacing: 0.04em; }
.form-group input, .form-group textarea { width: 100%; padding: 13px 16px; background: var(--bg); border: 1px solid var(--border); color: var(--text); font-family: var(--sans); font-size: 0.9375rem; transition: border-color 0.3s; outline: none; border-radius: 0; -webkit-appearance: none; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--accent); }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-dim); }
.form-group textarea { min-height: 100px; resize: vertical; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 0.8125rem; color: var(--text-dim); line-height: 1.5; cursor: pointer; }
.form-consent input[type="checkbox"] { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--accent); flex-shrink: 0; cursor: pointer; }
.form-consent a { color: var(--text-muted); text-decoration: underline; }
.contact-form .btn-primary { width: 100%; justify-content: center; margin-top: 0.5rem; }

/* FOOTER */
footer { padding: clamp(48px, 7vh, 72px) 0 clamp(32px, 4vh, 48px); border-top: 1px solid var(--border-light); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2rem 3rem; margin-bottom: 3rem; }
.footer-logo { font-family: var(--serif); font-size: 1.25rem; margin-bottom: 0.75rem; display: inline-flex; align-items: center; }
.footer-logo span { color: var(--accent); }
.footer-logo .logo-sep { display: inline-block; width: 1px; height: 1em; background: var(--accent); opacity: 0.5; margin: 0 2px; }
.footer-desc { font-size: 0.8125rem; color: var(--text-dim); line-height: 1.65; max-width: 280px; }
.footer-col h4 { font-size: 0.6875rem; color: var(--text-dim); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; font-weight: 500; }
.footer-col a { display: block; font-size: 0.875rem; color: var(--text-muted); margin-bottom: 0.6rem; transition: color 0.3s; }
.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-light); flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 0.75rem; color: var(--text-dim); }
.footer-legal a { font-size: 0.75rem; color: var(--text-dim); transition: color 0.3s; }
.footer-legal a:hover { color: var(--text-muted); }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.fade-in { opacity: 1; transform: translateY(0); }
.js .fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.8s ease, transform 0.8s ease; }
.js .fade-in.visible { opacity: 1; transform: translateY(0); }
.reveal { opacity: 1; transform: translateY(0); }
.js .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .manifesto-grid, .audience-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
    .audience-cards { grid-template-columns: repeat(2, 1fr); }
    .manifesto-left { position: static; }
    .services-grid, .why-grid, .formats-grid { grid-template-columns: 1fr; }
    .cases-grid { grid-template-columns: 1fr; }
    .process-step { grid-template-columns: 100px 1fr; gap: 2rem; }
    .step-desc { grid-column: 2; }
    .trust-grid { grid-template-columns: repeat(3, 1fr); }
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .nav-links {
        display: none; position: absolute; top: 72px; left: 20px; right: 20px;
        background: rgba(17,17,20,0.96); backdrop-filter: blur(24px);
        padding: 1.5rem; flex-direction: column; border: 1px solid var(--border);
        align-items: stretch;
    }
    .nav-links.active { display: flex; }
    .nav-contacts { border-left: none; padding-left: 0; margin-left: 0; padding-top: 1rem; margin-top: 0.5rem; border-top: 1px solid var(--border); flex-wrap: wrap; gap: 0.75rem; }
    .nav-phone { font-size: 0.9375rem !important; }
    .nav-tg, .nav-wa { width: 40px; height: 40px; }
    .burger { display: flex; }
    .process-step { grid-template-columns: 1fr; gap: 1rem; }
    .step-desc { grid-column: 1; }
    .hero-buttons { flex-direction: column; align-items: stretch; }
    .btn-primary, .btn-secondary { justify-content: center; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .trust-card { min-height: 84px; padding: 20px 16px; border-radius: 14px; }
    .trust-card img { max-width: 120px; max-height: 28px; }
    .hero-meta { flex-direction: column; gap: 0.5rem; }
    .grid-2, .grid-3 { grid-template-columns: 1fr; }
    .audience-cards { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
    .trust-head { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
}

/* GRAIN */
body::after { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 9999; opacity: 0.4; }
