/* =====================================================================
   rcaieftin.net — stilizare globală (Quartz Asig-Broker)
   Light + dark hero · Bricolage Grotesque (titluri) + Manrope (text)
   ===================================================================== */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: "Manrope", system-ui, -apple-system, sans-serif;
    color: #09090b;
    background: #fafafa;
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }

.font-heading { font-family: "Bricolage Grotesque", "Manrope", sans-serif; letter-spacing: -0.02em; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-emerald { color: #047857; }

/* ---------- Header ---------- */
.header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(255,255,255,0.92); backdrop-filter: blur(12px);
    border-bottom: 1px solid #e4e4e7;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-mark {
    width: 36px; height: 36px; border-radius: 8px;
    background: #047857; display: grid; place-items: center; color: #fff;
}
.logo-mark svg { width: 20px; height: 20px; }
.logo-text { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 18px; letter-spacing: -0.02em; }
.logo-text span { color: #047857; }
.logo-sub { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: #71717a; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 8px 14px; border-radius: 8px; font-size: 14px; font-weight: 500; color: #3f3f46; transition: background 0.15s; }
.nav a:hover, .nav a.active { background: #f4f4f5; color: #047857; }
.header-cta {
    background: #10b981; color: #fff; padding: 10px 18px; border-radius: 8px;
    font-weight: 600; font-size: 14px; transition: all 0.15s;
}
.header-cta:hover { background: #059669; transform: translateY(-1px); }

/* Mobile menu */
.mobile-toggle { display: none; padding: 8px; border-radius: 8px; }
@media (max-width: 900px) {
    .nav { display: none; }
    .mobile-toggle { display: block; }
    .nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 4px; position: absolute; top: 72px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #e4e4e7; padding: 12px 20px; }
    .header-cta-desktop { display: none; }
}

/* ---------- Hero ---------- */
.hero {
    background: #09090b; color: #fff;
    background-image:
        radial-gradient(circle at 80% 30%, rgba(16,185,129,0.18), transparent 60%),
        radial-gradient(circle at 10% 80%, rgba(16,185,129,0.08), transparent 50%);
    position: relative; overflow: hidden;
    padding: 80px 0 100px;
}
.hero-grain::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
    opacity: 0.06; mix-blend-mode: overlay;
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
    padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 500;
    margin-bottom: 22px;
}
.hero-badge svg { width: 16px; height: 16px; color: #34d399; }
.hero h1 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: clamp(40px, 6vw, 80px); font-weight: 700;
    letter-spacing: -0.035em; line-height: 0.95;
}
.hero h1 .accent { color: #34d399; }
.hero p { font-size: 19px; color: #d4d4d8; margin-top: 22px; max-width: 640px; line-height: 1.6; }
.hero-cta-row { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    background: #10b981; color: #09090b; font-weight: 700; padding: 16px 28px; border-radius: 12px;
    box-shadow: 0 12px 30px -8px rgba(16,185,129,0.45);
    transition: all 0.2s; font-size: 16px;
}
.btn-primary:hover { background: #34d399; transform: translateY(-2px); }
.btn-secondary {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.16);
    color: #fff; font-weight: 600; padding: 16px 28px; border-radius: 12px;
    backdrop-filter: blur(6px); transition: background 0.2s;
}
.btn-secondary:hover { background: rgba(255,255,255,0.12); }
.btn-dark {
    display: inline-flex; align-items: center; gap: 8px;
    background: #09090b; color: #fff; font-weight: 700; padding: 16px 28px; border-radius: 12px;
    transition: all 0.2s; font-size: 15px;
}
.btn-dark:hover { background: #27272a; transform: translateY(-2px); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 40px; font-size: 14px; color: #a1a1aa; }
.hero-meta .stars { color: #fbbf24; letter-spacing: 0.05em; }

/* ---------- Sections ---------- */
section { padding: 70px 0; }
.section-tag { display: inline-block; font-size: 12px; letter-spacing: 0.25em; text-transform: uppercase; color: #047857; font-weight: 600; margin-bottom: 14px; }
.section-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: clamp(30px, 4vw, 48px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.05;
}
.section-title .accent { color: #047857; }
.section-lead { font-size: 18px; color: #52525b; margin-top: 18px; max-width: 640px; line-height: 1.65; }

/* ---------- Partners marquee (Animat și Infinit) ---------- */
.partners { 
    background: #fff; 
    border-top: 1px solid #e4e4e7; 
    border-bottom: 1px solid #e4e4e7; 
    padding: 38px 0; 
    overflow: hidden; 
}
.partners-title { 
    text-align: center; 
    font-size: 12px; 
    letter-spacing: 0.25em; 
    text-transform: uppercase; 
    color: #71717a; 
    font-weight: 600; 
    margin-bottom: 24px; 
}
.insurers-carousel-wrapper { 
    overflow: hidden; 
    width: 100%; 
    display: flex; 
    flex-direction: column; 
    gap: 16px; 
}
.insurers-row { 
    display: flex; 
    width: 100%; 
    overflow: hidden; 
    white-space: nowrap; 
}
.insurers-track { 
    display: flex; 
    gap: 16px; 
    width: max-content; 
}

/* Activarea animațiilor fluide */
.insurers-track-left { 
    animation: marquee-left 35s linear infinite; 
}
.insurers-track-right { 
    animation: marquee-right 35s linear infinite; 
}

/* Oprește caruselul când utilizatorul ține mouse-ul pe o siglă */
.insurers-row:hover .insurers-track { 
    animation-play-state: paused; 
}

.insurer-card { 
    flex: 0 0 auto; 
    background: #f8f9fa; 
    border-radius: 8px; 
    padding: 8px 16px; 
    border: 1px solid #e4e4e7; 
    display: grid;
    place-items: center;
}
.insurer-card img { 
    height: 42px; 
    width: auto; 
    opacity: 0.75; 
    filter: grayscale(100%); 
    transition: all 0.2s; 
}
.insurer-card:hover img { 
    opacity: 1; 
    filter: grayscale(0%); 
}

/* Keyframes pentru mișcare continuă fără salturi */
@keyframes marquee-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes marquee-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* ---------- Stats ---------- */
.stats { background: #fafafa; padding: 60px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; text-align: center; }
@media (min-width: 700px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }
.stat-value { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(36px, 4vw, 52px); font-weight: 700; color: #047857; letter-spacing: -0.03em; }
.stat-label { color: #52525b; font-size: 14px; font-weight: 500; margin-top: 4px; }

/* ---------- Benefits / cards ---------- */
.bg-white { background: #fff; }
.bg-zinc { background: #fafafa; }
.bg-dark { background: #09090b; color: #fff; }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 700px) { .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.card {
    background: #fff; padding: 28px; border-radius: 18px;
    border: 1px solid #e4e4e7; transition: all 0.2s;
}
.card:hover { border-color: #6ee7b7; box-shadow: 0 18px 40px -20px rgba(16,185,129,0.25); transform: translateY(-2px); }
.card-icon { width: 48px; height: 48px; border-radius: 12px; background: #d1fae5; display: grid; place-items: center; margin-bottom: 18px; color: #047857; }
.card-icon svg { width: 22px; height: 22px; }
.card h3 { font-family: "Bricolage Grotesque", sans-serif; font-size: 20px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 8px; }
.card p { color: #52525b; font-size: 15px; line-height: 1.6; }

/* Steps */
.steps-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 40px; }
@media (min-width: 700px) { .steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .steps-grid { grid-template-columns: repeat(4, 1fr); } }
.step { background: #fff; padding: 26px; border-radius: 18px; border: 1px solid #e4e4e7; position: relative; }
.step .num-bg { position: absolute; top: 14px; right: 18px; font-family: "Bricolage Grotesque", sans-serif; font-size: 50px; font-weight: 700; color: rgba(4,120,87,0.10); }
.step .num { font-family: "Bricolage Grotesque", sans-serif; font-size: 28px; font-weight: 700; color: #047857; margin-bottom: 8px; }
.step h3 { font-family: "Bricolage Grotesque", sans-serif; font-size: 17px; margin-bottom: 6px; }
.step p { color: #52525b; font-size: 14px; }

/* ---------- Photo lead section ---------- */
.photo-section {
    background: #09090b; color: #fff; position: relative; overflow: hidden;
    background-image:
        radial-gradient(circle at 100% 100%, rgba(16,185,129,0.12), transparent 50%),
        radial-gradient(circle at 0% 30%, rgba(16,185,129,0.08), transparent 40%);
    padding: 90px 0;
}
.photo-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
@media (min-width: 1000px) { .photo-grid { grid-template-columns: 1fr 1fr; gap: 60px; } }
.photo-section h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: clamp(36px, 5vw, 60px); font-weight: 700; letter-spacing: -0.03em; line-height: 0.95;
}
.photo-section h2 .muted { color: #a1a1aa; }
.photo-section p.lead { font-size: 18px; color: #d4d4d8; margin-top: 22px; max-width: 460px; }
.bullets { list-style: none; margin-top: 28px; }
.bullets li { display: flex; align-items: center; gap: 12px; color: #d4d4d8; padding: 5px 0; }
.bullets li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #34d399; }

.photo-form {
    background: rgba(24,24,27,0.5); backdrop-filter: blur(10px);
    border: 1px solid #27272a; border-radius: 24px; padding: 28px;
    box-shadow: 0 30px 80px -30px rgba(0,0,0,0.6);
}
.product-tabs { display: grid; grid-template-columns: 1fr; gap: 6px; background: #09090b; border-radius: 14px; padding: 6px; margin-bottom: 24px; }
.product-tab { padding: 12px; border-radius: 10px; color: #a1a1aa; font-weight: 600; font-size: 14px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.product-tab.active { background: #10b981; color: #09090b; box-shadow: 0 6px 20px -6px rgba(16,185,129,0.5); }

.upload-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
@media (min-width: 560px) { .upload-grid { grid-template-columns: repeat(3, 1fr); } }
.upload-slot {
    border: 2px dashed #3f3f46; border-radius: 16px; padding: 18px;
    background: rgba(9,9,11,0.5); text-align: center; cursor: pointer;
    min-height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center;
    transition: all 0.2s; position: relative;
}
.upload-slot:hover { border-color: #10b981; background: rgba(9,9,11,0.8); }
.upload-slot.filled { border-style: solid; border-color: #10b981; background: rgba(16,185,129,0.08); }
.upload-slot input[type="file"] { display: none; }
.upload-slot .ico { width: 42px; height: 42px; border-radius: 10px; background: #27272a; display: grid; place-items: center; color: #a1a1aa; margin-bottom: 8px; }
.upload-slot.filled .ico { background: #10b981; color: #09090b; }
.upload-slot .ico svg { width: 22px; height: 22px; }
.upload-slot p.t { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 14px; color: #fff; }
.upload-slot p.s { font-size: 11px; color: #71717a; margin-top: 2px; }
.upload-slot .fname { font-size: 11px; color: #34d399; margin-top: 4px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.upload-slot .x { position: absolute; top: 6px; right: 6px; width: 22px; height: 22px; border-radius: 50%; background: #09090b; color: #fff; display: none; align-items: center; justify-content: center; font-size: 14px; }
.upload-slot.filled .x { display: inline-flex; }

.field-label { display: block; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #71717a; font-weight: 600; margin: 18px 0 6px; }
.input, .select {
    width: 100%; padding: 13px 14px; background: #09090b; color: #fff;
    border: 1px solid #27272a; border-radius: 12px; font-size: 14px; outline: 0;
    transition: border 0.15s;
}
.input::placeholder { color: #52525b; }
.input:focus, .select:focus { border-color: #10b981; box-shadow: 0 0 0 3px rgba(16,185,129,0.15); }
.row-2 { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 560px) { .row-2 { grid-template-columns: 1fr 1fr; } }

.radio-row { display: flex; gap: 8px; }
.radio-card {
    flex: 1; display: flex; align-items: center; gap: 10px;
    padding: 12px 14px; border: 1px solid #27272a; border-radius: 12px;
    cursor: pointer; font-size: 14px; color: #fff; font-weight: 500;
    transition: all 0.15s;
}
.radio-card.active { border-color: #10b981; background: rgba(16,185,129,0.08); }
.radio-card input { display: none; }
.radio-dot { width: 16px; height: 16px; border-radius: 50%; border: 2px solid #52525b; display: grid; place-items: center; }
.radio-card.active .radio-dot { border-color: #10b981; }
.radio-card.active .radio-dot::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #10b981; }

.consent { display: flex; gap: 12px; align-items: flex-start; font-size: 12px; color: #a1a1aa; margin-top: 12px; line-height: 1.55; cursor: pointer; }
.consent input { margin-top: 3px; accent-color: #10b981; width: 16px; height: 16px; flex-shrink: 0; }
.consent strong { color: #d4d4d8; }
.consent .open-modal { color: #60a5fa; text-decoration: underline; cursor: pointer; font-weight: 500; }
.consent .open-modal:hover { color: #93c5fd; }

/* Modal overlay */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.75); z-index: 1000; display: none; align-items: flex-start; justify-content: center; padding: 20px; overflow-y: auto; }
.modal-overlay.open { display: flex; }
.modal-box { background: #fff; max-width: 780px; width: 100%; border-radius: 18px; padding: 32px 32px 28px; box-shadow: 0 30px 80px rgba(0,0,0,0.4); position: relative; margin: 20px 0; color: #27272a; }
.modal-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%; background: #f4f4f5; color: #09090b; display: grid; place-items: center; font-size: 22px; line-height: 1; }
.modal-close:hover { background: #e4e4e7; }
.modal-box h2 { font-family: "Bricolage Grotesque", sans-serif; font-size: 24px; font-weight: 700; letter-spacing: -0.02em; color: #09090b; margin-bottom: 8px; padding-right: 40px; }
.modal-box .sub { color: #71717a; font-size: 13px; margin-bottom: 18px; }
.modal-box h3 { font-family: "Bricolage Grotesque", sans-serif; font-size: 17px; font-weight: 600; color: #09090b; margin-top: 18px; margin-bottom: 8px; }
.modal-box p { font-size: 14px; line-height: 1.65; color: #3f3f46; margin-bottom: 10px; }
.modal-box ul { padding-left: 22px; margin: 8px 0 12px; }
.modal-box ul li { font-size: 14px; line-height: 1.6; color: #3f3f46; margin-bottom: 4px; }
.modal-box .modal-foot { margin-top: 24px; text-align: right; }
.modal-box .modal-foot button { background: #10b981; color: #09090b; font-weight: 700; padding: 10px 22px; border-radius: 10px; font-size: 14px; }
.modal-box .modal-foot button:hover { background: #34d399; }
body.no-scroll { overflow: hidden; }

/* Signature */
.sig-wrap { margin-top: 16px; }
.sig-canvas {
    background: #fff; border: 1px solid #27272a; border-radius: 12px; width: 100%; height: 130px;
    touch-action: none; cursor: crosshair;
}
.sig-actions { display: flex; justify-content: space-between; margin-top: 6px; font-size: 12px; color: #71717a; }
.sig-actions button { color: #34d399; font-weight: 600; }

.submit-btn {
    margin-top: 22px; width: 100%; padding: 16px; background: #10b981; color: #09090b;
    font-weight: 700; font-size: 16px; border-radius: 12px;
    box-shadow: 0 16px 40px -12px rgba(16,185,129,0.4); transition: all 0.2s;
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.submit-btn:hover { background: #34d399; transform: translateY(-2px); }
.submit-btn:disabled { background: #047857; color: #d1fae5; cursor: not-allowed; }

/* ---------- Blog cards ---------- */
.blog-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 700px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }
.blog-card { background: #fff; border-radius: 18px; border: 1px solid #e4e4e7; overflow: hidden; transition: all 0.2s; display: flex; flex-direction: column; }
.blog-card:hover { border-color: #6ee7b7; transform: translateY(-2px); box-shadow: 0 22px 50px -25px rgba(16,185,129,0.25); }
.blog-card .cover { aspect-ratio: 16/10; overflow: hidden; background: #f4f4f5; }
.blog-card .cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.blog-card:hover .cover img { transform: scale(1.05); }
.blog-card .body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.blog-card .meta { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; font-size: 12px; }
.blog-card .cat { color: #047857; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
.blog-card .dot { color: #d4d4d8; }
.blog-card .read { color: #71717a; }
.blog-card h2 { font-family: "Bricolage Grotesque", sans-serif; font-size: 18px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.3; margin-bottom: 8px; }
.blog-card:hover h2 { color: #047857; }
.blog-card .excerpt { color: #52525b; font-size: 14px; line-height: 1.55; flex: 1; }
.blog-card .more { color: #047857; font-weight: 600; margin-top: 14px; font-size: 14px; }

/* ---------- Article ---------- */
.article-hero { background: #09090b; color: #fff; padding: 60px 0 90px; position: relative; overflow: hidden;
    background-image: radial-gradient(circle at 80% 30%, rgba(16,185,129,0.15), transparent 60%); }
.crumbs { display: flex; gap: 8px; font-size: 12px; color: #a1a1aa; margin-bottom: 20px; }
.crumbs a:hover { color: #fff; }
.article-cat { display: inline-block; padding: 4px 12px; background: rgba(16,185,129,0.18); color: #34d399; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; border-radius: 999px; margin-bottom: 18px; }
.article-hero h1 { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(28px, 4vw, 48px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; }
.article-hero .lead { font-size: 17px; color: #d4d4d8; margin-top: 18px; max-width: 720px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; color: #a1a1aa; font-size: 13px; margin-top: 22px; }
.article-cover { max-width: 1000px; margin: -50px auto 0; padding: 0 20px; }
.article-cover img { border-radius: 22px; box-shadow: 0 30px 80px -30px rgba(0,0,0,0.45); aspect-ratio: 16/8; object-fit: cover; }
.prose { max-width: 750px; margin: 50px auto 30px; padding: 0 20px; }
.prose h2 { font-family: "Bricolage Grotesque", sans-serif; font-size: 28px; font-weight: 700; letter-spacing: -0.02em; margin-top: 40px; margin-bottom: 14px; line-height: 1.2; }
.prose h3 { font-family: "Bricolage Grotesque", sans-serif; font-size: 21px; font-weight: 600; margin-top: 30px; margin-bottom: 10px; }
.prose p { margin-bottom: 18px; line-height: 1.75; color: #27272a; font-size: 17px; }
.prose ul, .prose ol { margin: 16px 0 20px 22px; }
.prose li { margin-bottom: 6px; line-height: 1.7; color: #27272a; }
.prose strong { color: #09090b; }
.prose a { color: #047857; text-decoration: underline; }
.article-cta-box { max-width: 750px; margin: 30px auto; padding: 0 20px; }
.article-cta-box .inner { background: linear-gradient(135deg, #047857, #064e3b); color: #fff; border-radius: 22px; padding: 36px; text-align: center; position: relative; overflow: hidden; }
.article-cta-box h3 { font-family: "Bricolage Grotesque", sans-serif; font-size: 26px; font-weight: 700; letter-spacing: -0.02em; }
.article-cta-box p { color: #d1fae5; margin-top: 8px; }
.article-cta-box .btn { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; background: #fff; color: #065f46; font-weight: 700; padding: 14px 26px; border-radius: 12px; transition: all 0.2s; }
.article-cta-box .btn:hover { transform: translateY(-2px); }

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid #e4e4e7; border-radius: 14px; margin-bottom: 8px; overflow: hidden; }
.faq-q { width: 100%; text-align: left; padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 16px; color: #09090b; }
.faq-q:hover { color: #047857; }
.faq-q .chev { transition: transform 0.2s; flex-shrink: 0; color: #71717a; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); color: #047857; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; padding: 0 22px; color: #52525b; line-height: 1.65; }
.faq-item.open .faq-a { max-height: 600px; padding: 0 22px 20px; }

/* Search + filter bar */
.toolbar { background: #fff; border-bottom: 1px solid #e4e4e7; padding: 16px 0; position: sticky; top: 72px; z-index: 30; }
.toolbar-inner { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.search { position: relative; flex: 1; min-width: 240px; max-width: 380px; }
.search input { width: 100%; padding: 10px 14px 10px 38px; background: #fafafa; border: 1px solid #e4e4e7; border-radius: 10px; font-size: 14px; outline: 0; }
.search input:focus { border-color: #10b981; }
.search svg { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: #a1a1aa; }
.chip-row { display: flex; gap: 6px; flex-wrap: wrap; }
.chip { padding: 8px 14px; background: #f4f4f5; color: #3f3f46; border-radius: 8px; font-size: 12px; font-weight: 600; white-space: nowrap; cursor: pointer; }
.chip.active { background: #047857; color: #fff; }

/* ---------- Page hero ---------- */
.page-hero { background: #09090b; color: #fff; padding: 60px 0 80px; position: relative; overflow: hidden;
    background-image: radial-gradient(circle at 80% 30%, rgba(16,185,129,0.12), transparent 60%); }
.page-hero h1 { font-family: "Bricolage Grotesque", sans-serif; font-size: clamp(40px, 5vw, 64px); font-weight: 700; letter-spacing: -0.03em; line-height: 0.95; max-width: 800px; }
.page-hero h1 .accent { color: #34d399; }
.page-hero p { font-size: 18px; color: #d4d4d8; margin-top: 20px; max-width: 640px; }
.page-hero .tag { display: inline-block; font-size: 12px; letter-spacing: 0.25em; text-transform: uppercase; color: #34d399; font-weight: 600; margin-bottom: 12px; }

/* ---------- Footer ---------- */
footer { background: #09090b; color: #d4d4d8; padding: 70px 0 30px; margin-top: 80px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 36px; margin-bottom: 40px; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 2fr 1fr 1.4fr; } }
footer h4 { font-family: "Bricolage Grotesque", sans-serif; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; margin-bottom: 18px; font-weight: 600; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 10px; font-size: 14px; }
footer ul li a:hover { color: #34d399; }
.footer-badge { display: inline-flex; align-items: center; gap: 8px; background: #18181b; border: 1px solid #27272a; padding: 8px 12px; border-radius: 10px; font-size: 12px; letter-spacing: 0.1em; margin-top: 18px; }
.footer-badge svg { width: 16px; height: 16px; color: #34d399; }
.footer-contact-row { display: flex; gap: 12px; font-size: 14px; align-items: flex-start; margin-bottom: 12px; color: #a1a1aa; }
.footer-contact-row svg { width: 18px; height: 18px; color: #34d399; flex-shrink: 0; margin-top: 1px; }
.footer-legal { padding-top: 24px; border-top: 1px solid #18181b; font-size: 12px; color: #71717a; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; }

/* ---------- Success page (form submit) ---------- */
.success-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 20px;
    background: linear-gradient(135deg, #047857, #064e3b); }
.success-card { background: #fff; max-width: 600px; padding: 50px 36px; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,0.2); text-align: center; }
.success-check { width: 84px; height: 84px; border-radius: 50%; background: #10b981; margin: 0 auto 20px; display: grid; place-items: center; color: #fff; font-size: 42px; font-weight: 800; }
.success-card h1 { font-family: "Bricolage Grotesque", sans-serif; font-size: 28px; color: #09090b; margin-bottom: 8px; }
.success-card .req { display: inline-block; background: #047857; color: #fff; padding: 8px 18px; border-radius: 999px; font-weight: 600; font-size: 14px; margin: 14px 0 22px; }
.info-block { background: #f4f4f5; border-left: 4px solid #10b981; padding: 20px; border-radius: 10px; text-align: left; margin: 18px 0; }
.info-block h3 { color: #047857; margin-bottom: 8px; font-size: 16px; }
.info-block p { color: #3f3f46; font-size: 14px; line-height: 1.6; margin-bottom: 4px; }
.warn-block { background: #fef3c7; border: 1px solid #fbbf24; padding: 14px 16px; border-radius: 10px; margin-top: 10px; }
.warn-block p { font-size: 13px; color: #92400e; }
.btn-back { display: inline-block; margin-top: 22px; background: #10b981; color: #09090b; font-weight: 700; padding: 14px 26px; border-radius: 12px; }

/* Utilities */
.scroll-x { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.text-center { text-align: center; }
.mt-4 { margin-top: 24px; }
.error-msg { display: none; background: #fee2e2; color: #991b1b; padding: 12px 14px; border-radius: 10px; font-size: 13px; margin-top: 12px; }
.error-msg.show { display: block; }