/* =====================================================================
   SAHABATAPI.ID — LIGHT PREMIUM DESIGN SYSTEM
   Build: 2026-09-19 v11-auth | namespace: sa- | font: Inter
   Tema terang premium selaras Mekari: netral slate + blok plum + 4 hijau disiplin
   (#10b981 tombol/ikon, #34d399 aksen-gelap, #047857 teks, #ddf3e7 tint) + tombol flat.
   Blok gelap disisakan hanya sebagai aksen: mock dashboard, HP,
   kartu FAQ samping, CTA, footer.
   CATATAN: semua teks aksen SOLID (tanpa background-clip:text) agar
   terbaca di semua browser.
   ===================================================================== */

.sa-main { background: #ffffff; }

.sa-wrap {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #ffffff;
    color: #232933;
    overflow: clip;
    -webkit-font-smoothing: antialiased;
}
.sa-wrap h1, .sa-wrap h2, .sa-wrap h3, .sa-wrap h4,
.sa-wrap p, .sa-wrap ul, .sa-wrap figure { margin: 0; }
.sa-wrap ul { padding: 0; list-style: none; }
.sa-wrap img { max-width: 100%; }
.sa-wrap a { text-decoration: none; }

.sa-container { width: 100%; max-width: 1200px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

.sa-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11.5px; font-weight: 800; letter-spacing: 2.4px; text-transform: uppercase;
    color: #047857;
    border: 1px solid rgba(16, 185, 129, 0.35);
    background: rgba(16, 185, 129, 0.10);
    padding: 7px 16px; border-radius: 999px;
}
.sa-eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.18); }
.sa-eyebrow--gold { color: #9a6b0f; border-color: rgba(217, 169, 59, 0.45); background: rgba(217, 169, 59, 0.10); }
.sa-eyebrow--gold::before { background: #d9a93b; box-shadow: 0 0 0 4px rgba(217, 169, 59, 0.20); }

.sa-h2 {
    font-size: clamp(30px, 4.4vw, 52px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08;
    color: #232933; margin: 20px 0 0;
}
.sa-h2 .grad { background: none; color: #047857; }
.sa-lead { color: #626b79; font-size: 17px; line-height: 1.7; margin: 16px 0 0; }
.sa-center { text-align: center; }
.sa-center .sa-lead { max-width: 640px; margin-left: auto; margin-right: auto; }

/* ---------- announcement ---------- */
.sa-announce {
    background: #2e1624;
    color: #d7f5e8; font-size: 13px; font-weight: 600; text-align: center; padding: 10px 16px;
}
.sa-announce a { color: #e8c468; font-weight: 800; margin-left: 8px; white-space: nowrap; }
.sa-announce a:hover { color: #fff; }

/* ---------- header ---------- */
.sa-header { position: sticky; top: 0; z-index: 60; background: rgba(255, 255, 255, 0.88); -webkit-backdrop-filter: blur(18px) saturate(160%); backdrop-filter: blur(18px) saturate(160%); border-bottom: 1px solid #e9eaeb; }
.sa-header__in { display: flex; align-items: center; gap: 28px; height: 72px; }
.sa-brand { display: inline-flex; align-items: center; gap: 11px; color: #232933; font-weight: 800; font-size: 18px; letter-spacing: -0.02em; }
.sa-brand img { height: 34px; width: auto; }
.sa-brand__mark { width: 36px; height: 36px; border-radius: 11px; background: #10b981; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; font-size: 18px; color: #04120c; box-shadow: 0 8px 22px -8px rgba(16, 185, 129, 0.7); }
.sa-nav { display: flex; gap: 4px; margin-left: 12px; }
.sa-nav a { color: #334155; font-size: 14.5px; font-weight: 600; padding: 9px 14px; border-radius: 10px; }
.sa-nav a:hover { color: #047857; background: rgba(16, 185, 129, 0.08); }
.sa-header__act { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.sa-link { color: #334155; font-size: 14.5px; font-weight: 700; padding: 10px 14px; }
.sa-link:hover { color: #047857; }
.sa-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    font-weight: 800; font-size: 14.5px; padding: 13px 24px; border-radius: 13px; border: 0; cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.sa-btn--glow { background: #10b981; color: #04120c; box-shadow: 0 16px 34px -14px rgba(16, 185, 129, 0.75); }
.sa-btn--glow:hover { transform: translateY(-2px); background: #047857; color: #fff; box-shadow: 0 22px 44px -14px rgba(4, 120, 87, 0.55); }
.sa-btn--ghost { background: #ffffff; color: #232933; border: 1px solid #e9eaeb; }
.sa-btn--ghost:hover { border-color: rgba(16, 185, 129, 0.6); color: #047857; transform: translateY(-2px); }
.sa-btn--gold { background: linear-gradient(135deg, #f0d48a, #d9a93b); color: #241a05; box-shadow: 0 18px 38px -14px rgba(217, 169, 59, 0.65); }
.sa-btn--gold:hover { transform: translateY(-2px); color: #241a05; }
.sa-burger { display: none; margin-left: auto; background: #f2f4f7; border: 1px solid #e9eaeb; color: #232933; width: 44px; height: 44px; border-radius: 12px; font-size: 19px; cursor: pointer; }
.sa-mobile { display: none; border-top: 1px solid #e9eaeb; padding: 10px 24px 20px; background: #ffffff; }
.sa-mobile.open { display: block; }
.sa-mobile a { display: block; color: #334155; font-weight: 700; font-size: 15px; padding: 12px 4px; border-bottom: 1px solid #eef0f2; }
@media (max-width: 900px) { .sa-nav, .sa-header__act .sa-link { display: none; } .sa-burger { display: inline-flex; align-items: center; justify-content: center; } .sa-header__act { margin-left: 0; } }

/* ---------- hero ---------- */
.sa-hero { position: relative; padding: 88px 0 0; overflow: hidden; background: linear-gradient(180deg, #f8f8fb 0%, #ffffff 100%); }
.sa-hero::before {
    content: ""; position: absolute; inset: 0;
    background:
        radial-gradient(820px 420px at 85% -5%, rgba(16, 185, 129, 0.14), transparent 62%),
        radial-gradient(700px 420px at 8% 22%, rgba(217, 169, 59, 0.14), transparent 60%),
        radial-gradient(1000px 600px at 50% 115%, rgba(16, 185, 129, 0.08), transparent 65%);
    pointer-events: none;
}
.sa-hero::after {
    content: ""; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(35, 41, 51, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 41, 51, 0.06) 1px, transparent 1px);
    background-size: 44px 44px;
    -webkit-mask-image: radial-gradient(760px 380px at 50% 0%, #000 25%, transparent 78%);
    mask-image: radial-gradient(760px 380px at 50% 0%, #000 25%, transparent 78%);
    pointer-events: none;
}
.sa-hero__in { position: relative; z-index: 1; text-align: center; }
.sa-hero h1 { font-size: clamp(40px, 6.4vw, 76px); font-weight: 900; letter-spacing: -0.035em; line-height: 1.02; color: #232933; margin: 24px auto 0; max-width: 900px; }
.sa-hero h1 .grad { background: none; color: #047857; }
.sa-hero__sub { color: #626b79; font-size: clamp(16px, 2vw, 19px); line-height: 1.7; max-width: 640px; margin: 20px auto 0; }
.sa-hero__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 34px; }
.sa-hero__cta .sa-btn { padding: 16px 32px; font-size: 15.5px; border-radius: 15px; }
.sa-proof { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.sa-avatars { display: flex; }
.sa-avatars span { width: 38px; height: 38px; border-radius: 50%; border: 3px solid #ffffff; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; color: #04120c; background: #10b981; }
.sa-avatars span + span { margin-left: -11px; }
.sa-avatars span:nth-child(2) { background: linear-gradient(135deg, #f0d48a, #d9a93b); }
.sa-avatars span:nth-child(3) { background: linear-gradient(135deg, #7dd3fc, #0369a1); color: #fff; }
.sa-avatars span:nth-child(4) { background: linear-gradient(135deg, #f0abfc, #a21caf); color: #fff; }
.sa-proof__txt { text-align: left; font-size: 13.5px; color: #626b79; }
.sa-proof__txt strong { color: #232933; }
.sa-stars { color: #d9a93b; letter-spacing: 3px; font-size: 13px; }

/* dashboard mock — sengaja gelap sebagai showcase produk */
.sa-dash { position: relative; z-index: 1; max-width: 980px; margin: 56px auto 0; background: linear-gradient(180deg, #2e1624, #1d0e17); border: 1px solid #2e1624; border-radius: 22px 22px 0 0; border-bottom: 0; box-shadow: 0 -30px 120px -40px rgba(42, 20, 32, 0.5), 0 40px 100px -40px rgba(42, 20, 32, 0.55); overflow: hidden; }
.sa-dash__bar { display: flex; align-items: center; gap: 7px; padding: 14px 18px; border-bottom: 1px solid rgba(148, 184, 164, 0.12); background: rgba(255, 255, 255, 0.02); }
.sa-dash__bar i { width: 11px; height: 11px; border-radius: 50%; background: #2a3a4d; }
.sa-dash__bar i:nth-child(1) { background: #ff7062; } .sa-dash__bar i:nth-child(2) { background: #ffb84d; } .sa-dash__bar i:nth-child(3) { background: #34d399; }
.sa-dash__url { margin-left: 10px; font-family: ui-monospace, monospace; font-size: 12px; color: #8fa0ad; background: rgba(255,255,255,0.05); border: 1px solid rgba(148,184,164,0.12); padding: 5px 14px; border-radius: 8px; }
.sa-dash__live { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 800; letter-spacing: 1.6px; color: #34d399; }
.sa-dash__live::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 4px rgba(16,185,129,0.18); animation: saPulse 2s infinite; }
@keyframes saPulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(16,185,129,0.18); } 50% { box-shadow: 0 0 0 8px rgba(16,185,129,0.06); } }
.sa-dash__body { display: grid; grid-template-columns: 200px 1fr; min-height: 400px; text-align: left; }
.sa-dash__side { border-right: 1px solid rgba(148,184,164,0.1); padding: 20px 14px; display: flex; flex-direction: column; gap: 6px; }
.sa-dash__logo { display: flex; align-items: center; gap: 9px; color: #fff; font-weight: 800; font-size: 14px; padding: 4px 10px 16px; }
.sa-dash__logo b { width: 28px; height: 28px; border-radius: 9px; background: #10b981; color: #04120c; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; }
.sa-dash__nav { display: flex; align-items: center; gap: 10px; color: #8fa0ad; font-size: 13px; font-weight: 600; padding: 10px 12px; border-radius: 10px; }
.sa-dash__nav.on { background: rgba(16, 217, 160, 0.12); color: #34d399; box-shadow: inset 0 0 0 1px rgba(16,185,129,0.25); }
.sa-dash__main { padding: 22px; display: flex; flex-direction: column; gap: 16px; background: radial-gradient(600px 260px at 80% 0%, rgba(16,185,129,0.07), transparent 65%); }
.sa-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.sa-kpi { background: rgba(255,255,255,0.035); border: 1px solid rgba(148,184,164,0.13); border-radius: 14px; padding: 14px 16px; }
.sa-kpi small { display: block; font-size: 10px; font-weight: 800; letter-spacing: 1.8px; color: #8fa0ad; margin-bottom: 6px; }
.sa-kpi strong { font-size: 23px; font-weight: 800; letter-spacing: -0.02em; color: #fff; }
.sa-kpi strong em { font-style: normal; font-size: 12px; color: #34d399; margin-left: 6px; }
.sa-panels { display: grid; grid-template-columns: 1.2fr 1fr; gap: 12px; flex: 1; }
.sa-chart { background: rgba(255,255,255,0.03); border: 1px solid rgba(148,184,164,0.13); border-radius: 14px; padding: 16px; }
.sa-chart h5 { font-size: 11px; font-weight: 800; letter-spacing: 1.6px; color: #8fa0ad; margin: 0 0 12px; }
.sa-bars { display: flex; align-items: flex-end; gap: 8px; height: 110px; }
.sa-bars i { flex: 1; border-radius: 6px 6px 3px 3px; background: #10b981; min-height: 10%; }
.sa-bars i.gold { background: linear-gradient(180deg, #f0d48a, #b8860b); }
.sa-chat { background: rgba(16,185,129,0.06); border: 1px solid rgba(16,185,129,0.2); border-radius: 14px; padding: 14px; }
.sa-chat h5 { font-size: 11px; font-weight: 800; letter-spacing: 1.6px; color: #34d399; margin: 0 0 10px; }
.sa-bubble { font-size: 12.5px; line-height: 1.5; padding: 9px 13px; border-radius: 13px; max-width: 92%; margin-bottom: 8px; background: rgba(255,255,255,0.07); color: #e6eeea; border: 1px solid rgba(255,255,255,0.08); }
.sa-bubble.me { background: #10b981; color: #04120c; font-weight: 600; margin-left: auto; border: 0; }
@media (max-width: 760px) { .sa-dash__body { grid-template-columns: 1fr; } .sa-dash__side { display: none; } .sa-panels { grid-template-columns: 1fr; } .sa-kpis { grid-template-columns: 1fr 1fr; } }

/* stat band */
.sa-band { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 980px; margin: -1px auto 0; background: #ffffff; border: 1px solid #e9eaeb; border-top: 0; border-radius: 0 0 22px 22px; padding: 26px 30px; box-shadow: 0 30px 60px -40px rgba(35, 41, 51, 0.12); }
.sa-band div { text-align: center; }
.sa-band strong { display: block; font-size: clamp(22px, 3vw, 30px); font-weight: 800; letter-spacing: -0.02em; background: none; color: #047857; }
.sa-band span { font-size: 10.5px; font-weight: 800; letter-spacing: 1.8px; color: #758195; text-transform: uppercase; }
@media (max-width: 640px) { .sa-band { grid-template-columns: repeat(2, 1fr); } }

/* ---------- marquee ---------- */
.sa-marquee { border-top: 1px solid #e9eaeb; border-bottom: 1px solid #e9eaeb; padding: 26px 0; margin-top: 72px; overflow: hidden; background: #f8f8fb; }
.sa-marquee p { text-align: center; font-size: 11px; font-weight: 800; letter-spacing: 2.6px; color: #758195; margin: 0 0 18px; }
.sa-track { display: flex; gap: 14px; width: max-content; animation: saSlide 28s linear infinite; }
.sa-track span { border: 1px solid #e9eaeb; background: #ffffff; color: #334155; font-weight: 700; font-size: 14px; padding: 11px 22px; border-radius: 999px; white-space: nowrap; }
.sa-track span b { color: #047857; margin-right: 8px; }
@keyframes saSlide { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.sa-sec { padding: 104px 0; position: relative; }
/* anchor offset: jangan sampai judul ketutup header sticky 72px */
.sa-sec[id], #harga { scroll-margin-top: 88px; }
.sa-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 56px; }
@media (max-width: 900px) { .sa-grid2 { grid-template-columns: 1fr; } }

/* bento */
.sa-bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 56px; }
.sa-card {
    background: #ffffff;
    border: 1px solid #e9eaeb; border-radius: 20px; padding: 30px;
    position: relative; overflow: hidden; transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 16px 36px -28px rgba(35, 41, 51, 0.16);
}
.sa-card:hover { transform: translateY(-5px); border-color: rgba(16, 185, 129, 0.55); box-shadow: 0 28px 60px -28px rgba(35, 41, 51, 0.2); }
.sa-card--lg { grid-column: span 3; }
.sa-card--sm { grid-column: span 2; }
@media (max-width: 900px) { .sa-card--lg, .sa-card--sm { grid-column: span 6; } }
.sa-ico { width: 52px; height: 52px; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; font-size: 24px; color: #ffffff; background: #047857; box-shadow: 0 12px 26px -10px rgba(7,94,84,0.6); margin-bottom: 20px; }
.sa-ico.gold { background: linear-gradient(135deg, #f0d48a, #d9a93b); color: #241a05; box-shadow: 0 12px 26px -10px rgba(217,169,59,0.6); }
.sa-ico.blue { background: linear-gradient(135deg, #38bdf8, #0369a1); color: #fff; box-shadow: 0 12px 26px -10px rgba(3,105,161,0.35); }
.sa-ico.violet { background: linear-gradient(135deg, #a78bfa, #6d28d9); color: #fff; box-shadow: 0 12px 26px -10px rgba(109,40,217,0.4); }
.sa-ico.pink { background: linear-gradient(135deg, #f9a8d4, #be185d); color: #fff; box-shadow: 0 12px 26px -10px rgba(190,24,93,0.35); }
.sa-ico.orange { background: linear-gradient(135deg, #fdba74, #c2410c); color: #fff; box-shadow: 0 12px 26px -10px rgba(194,65,12,0.35); }
.sa-card h3 { font-size: 20px; font-weight: 800; letter-spacing: -0.02em; color: #232933; margin: 0 0 10px; }
.sa-card p { font-size: 14.5px; line-height: 1.65; color: #626b79; margin: 0; }
.sa-card ul { margin: 18px 0 0; display: grid; gap: 9px; }
.sa-card li { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; font-weight: 600; color: #232933; }
.sa-card li i { color: #047857; margin-top: 3px; }

/* steps */
.sa-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; counter-reset: sa; }
@media (max-width: 900px) { .sa-steps { grid-template-columns: 1fr; } }
.sa-step { background: #ffffff; border: 1px solid #e9eaeb; border-radius: 20px; padding: 32px 28px; position: relative; box-shadow: 0 16px 36px -28px rgba(35, 41, 51, 0.14); }
.sa-step__n { font-size: 64px; font-weight: 900; letter-spacing: -0.04em; line-height: 1; background: none; color: #b9c9dd; }
.sa-step h3 { font-size: 19px; font-weight: 800; color: #232933; margin: 16px 0 10px; letter-spacing: -0.01em; }
.sa-step p { font-size: 14.5px; line-height: 1.65; color: #626b79; margin: 0; }
.sa-step__time { display: inline-block; margin-top: 18px; font-size: 11px; font-weight: 800; letter-spacing: 1.6px; color: #9a6b0f; border: 1px solid rgba(217,169,59,0.45); background: rgba(217,169,59,0.10); padding: 6px 13px; border-radius: 999px; }

/* channels */
.sa-chan { background: linear-gradient(180deg, #f2f4f7, #ffffff 60%); border-top: 1px solid #e9eaeb; border-bottom: 1px solid #e9eaeb; }
.sa-chan__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
@media (max-width: 760px) { .sa-chan__cards { grid-template-columns: 1fr; } }
.sa-chan__card { border-radius: 20px; padding: 30px; border: 1px solid #e9eaeb; background: #ffffff; }
.sa-chan__card--wa { background: #e9f9f1; border-color: #bfe6d2; }
.sa-chan__card--tg { background: #eaf4fb; border-color: #bcd9ef; }
.sa-chan__card h3 { color: #232933; font-size: 20px; font-weight: 800; margin: 16px 0 8px; }
.sa-chan__card p { color: #626b79; font-size: 14.5px; line-height: 1.65; margin: 0; }
.sa-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.sa-metric { text-align: center; background: #ffffff; border: 1px solid #e9eaeb; border-radius: 16px; padding: 20px 10px; }
.sa-metric strong { display: block; font-size: 28px; font-weight: 800; color: #232933; letter-spacing: -0.02em; }
.sa-metric span { font-size: 10.5px; font-weight: 800; letter-spacing: 1.6px; color: #758195; text-transform: uppercase; }

/* phone — sengaja gelap sebagai showcase */
.sa-phone { width: 300px; margin: 0 auto; background: #2e1c27; border: 1px solid #e9eaeb; border-radius: 46px; padding: 12px; box-shadow: 0 50px 100px -50px rgba(42,20,32,0.55), 0 0 80px -40px rgba(217,169,59,0.28); }
.sa-phone__scr { background: #211019; border-radius: 36px; overflow: hidden; padding: 18px 14px; min-height: 480px; display: flex; flex-direction: column; }
.sa-phone__head { text-align: center; padding-bottom: 14px; border-bottom: 1px solid rgba(148,184,164,0.12); }
.sa-phone__head h5 { color: #fff; font-size: 13.5px; font-weight: 800; margin: 0 0 3px; }
.sa-phone__head p { color: #34d399; font-size: 11px; font-weight: 600; margin: 0; }
.sa-phone__chats { display: flex; flex-direction: column; gap: 9px; margin-top: 14px; }
.sa-msg { font-size: 12px; line-height: 1.5; padding: 9px 13px; border-radius: 14px; max-width: 82%; background: rgba(255,255,255,0.07); color: #e6eeea; align-self: flex-start; border-bottom-left-radius: 4px; }
.sa-msg.me { background: #10b981; color: #04120c; font-weight: 600; align-self: flex-end; border-bottom-right-radius: 4px; border-bottom-left-radius: 14px; }
.sa-msg time { display: block; font-size: 9px; opacity: 0.6; text-align: right; margin-top: 3px; }
.sa-phone__cta { margin-top: auto; padding-top: 14px; }
.sa-phone__cta span { display: block; text-align: center; background: #10b981; color: #04120c; font-weight: 800; font-size: 12.5px; padding: 12px; border-radius: 13px; }

/* pricing */
.sa-pricing { background: #f2f4f7; color: #232933; border-radius: 32px; margin: 0 16px; padding: 96px 0; }
.sa-pricing .sa-h2 { color: #232933; }
.sa-pricing .sa-h2 .grad { color: #047857; }
.sa-pricing .sa-lead { color: #626b79; }
.sa-billing { display: inline-flex; background: #fff; border: 1px solid #e9eaeb; border-radius: 999px; padding: 5px; margin-top: 30px; box-shadow: 0 10px 24px -14px rgba(7,94,84,0.3); }
.sa-billing button { border: 0; background: transparent; font-family: inherit; font-size: 13.5px; font-weight: 800; color: #626b79; padding: 10px 26px; border-radius: 999px; cursor: pointer; }
.sa-billing button.on { background: #047857; color: #fff; box-shadow: 0 8px 18px -8px rgba(7,94,84,0.6); }
.sa-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; align-items: stretch; }
@media (max-width: 900px) { .sa-plans { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }
.sa-plan { background: #fff; border: 1.5px solid #e9eaeb; border-radius: 24px; padding: 36px 30px; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.sa-plan:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(7,94,84,0.4); }
.sa-plan--hot { background: linear-gradient(165deg, #2e1624, #1a0c15); border-color: transparent; color: #fff; transform: scale(1.03); box-shadow: 0 36px 70px -28px rgba(42, 20, 32, 0.6); }
@media (max-width: 900px) { .sa-plan--hot { transform: none; } }
.sa-plan__tag { font-size: 11px; font-weight: 800; letter-spacing: 2px; color: #047857; }
.sa-plan--hot .sa-plan__tag { color: #e8c468; }
.sa-plan h3 { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; margin: 10px 0 0; color: #232933; }
.sa-plan--hot h3 { color: #fff; }
.sa-plan__d { font-size: 14px; color: #758195; margin: 8px 0 0; line-height: 1.6; }
.sa-plan--hot .sa-plan__d { color: rgba(255,255,255,0.75); }
.sa-plan__price { margin: 20px 0 4px; display: flex; align-items: baseline; gap: 7px; }
.sa-plan__price b { font-size: 46px; font-weight: 800; letter-spacing: -0.03em; }
.sa-plan__price span { font-size: 13.5px; font-weight: 600; color: #758195; }
.sa-plan--hot .sa-plan__price span { color: rgba(255,255,255,0.6); }
.sa-plan ul { margin: 22px 0 28px; display: grid; gap: 10px; flex: 1; }
.sa-plan li { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; font-weight: 600; color: #232933; }
.sa-plan--hot li { color: rgba(255,255,255,0.88); }
.sa-plan li i { width: 21px; height: 21px; border-radius: 50%; background: #ddf3e7; color: #047857; font-size: 10px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.sa-plan li.off { color: #9db0a6; }
.sa-plan li.off i { background: #eef2f0; color: #9db0a6; }
.sa-plan--hot li i { background: rgba(232,196,104,0.2); color: #e8c468; }
.sa-plan__cta { display: block; text-align: center; font-weight: 800; font-size: 14.5px; padding: 15px; border-radius: 14px; border: 1.5px solid #10b981; color: #047857; }
.sa-plan__cta:hover { background: #047857; color: #fff; }
.sa-plan--hot .sa-plan__cta { background: linear-gradient(135deg, #f0d48a, #d9a93b); border: 0; color: #241a05; }
.sa-plan__badge { display: inline-block; font-size: 10.5px; font-weight: 800; letter-spacing: 1.6px; background: linear-gradient(135deg, #f0d48a, #d9a93b); color: #241a05; padding: 6px 14px; border-radius: 999px; margin-bottom: 14px; }

/* faq */
.sa-faq__grid { display: grid; grid-template-columns: 5fr 7fr; gap: 20px; margin-top: 56px; }
@media (max-width: 900px) { .sa-faq__grid { grid-template-columns: 1fr; } }
.sa-faq__side { background: linear-gradient(160deg, #311828, #1c0d16); border: 1px solid rgba(232,196,104,0.3); border-radius: 22px; padding: 44px 36px; }
.sa-faq__side h3 { color: #fff; font-size: 25px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 12px; }
.sa-faq__side p { color: rgba(255,255,255,0.75); font-size: 14.5px; line-height: 1.65; margin: 0 0 24px; }
.sa-faq__item { border: 1px solid #e9eaeb; border-radius: 16px; margin-bottom: 12px; background: #ffffff; overflow: hidden; transition: border-color 0.25s ease; box-shadow: 0 12px 28px -24px rgba(35, 41, 51, 0.16); }
.sa-faq__item.open { border-color: rgba(16,185,129,0.55); }
.sa-faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: transparent; border: 0; color: #232933; font-family: inherit; font-size: 15px; font-weight: 700; text-align: left; padding: 20px 22px; cursor: pointer; }
.sa-faq__q i { flex-shrink: 0; width: 30px; height: 30px; border-radius: 9px; background: #ddf3e7; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; color: #047857; transition: transform 0.3s ease, background 0.3s ease; font-style: normal; }
.sa-faq__item.open .sa-faq__q i { transform: rotate(45deg); background: #047857; color: #ffffff; }
.sa-faq__a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.sa-faq__a div { padding: 0 22px 22px; color: #626b79; font-size: 14.5px; line-height: 1.7; }

/* testimonials */
.sa-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
@media (max-width: 900px) { .sa-quotes { grid-template-columns: 1fr; } }
.sa-quote { background: #ffffff; border: 1px solid #e9eaeb; border-radius: 20px; padding: 28px; display: flex; flex-direction: column; transition: transform 0.3s ease, border-color 0.3s ease; box-shadow: 0 16px 36px -28px rgba(35, 41, 51, 0.14); }
.sa-quote:hover { transform: translateY(-5px); border-color: rgba(217,169,59,0.55); }
.sa-quote__stars { color: #d9a93b; letter-spacing: 3px; font-size: 14px; margin-bottom: 14px; }
.sa-quote p { color: #232933; font-size: 14.5px; line-height: 1.7; margin: 0 0 22px; flex: 1; }
.sa-quote__who { display: flex; align-items: center; gap: 12px; border-top: 1px solid #eef0f2; padding-top: 18px; }
.sa-quote__av { width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; color: #ffffff; background: #047857; flex-shrink: 0; }
.sa-quote__who b { display: block; color: #232933; font-size: 14px; }
.sa-quote__who span { font-size: 12px; color: #758195; }

/* blog */
.sa-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
@media (max-width: 900px) { .sa-posts { grid-template-columns: 1fr; } }
.sa-post { background: #ffffff; border: 1px solid #e9eaeb; border-radius: 20px; overflow: hidden; transition: transform 0.3s ease; box-shadow: 0 16px 36px -28px rgba(35, 41, 51, 0.14); }
.sa-post:hover { transform: translateY(-5px); }
.sa-post__img { aspect-ratio: 16/9; overflow: hidden; background: #eef0f2; display: block; }
.sa-post__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.sa-post:hover .sa-post__img img { transform: scale(1.05); }
.sa-post__body { padding: 22px 24px 26px; }
.sa-post__date { font-size: 11px; font-weight: 800; letter-spacing: 1.6px; color: #047857; }
.sa-post h3 { margin: 10px 0 0; font-size: 17px; font-weight: 800; line-height: 1.45; letter-spacing: -0.01em; }
.sa-post h3 a { color: #232933; }
.sa-post h3 a:hover { color: #047857; }
.sa-post__more { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; font-size: 13px; font-weight: 800; color: #047857; }

/* cta — blok gelap sebagai penegas akhir */
.sa-cta { margin: 0 16px 96px; background: radial-gradient(700px 340px at 85% 0%, rgba(232,196,104,0.2), transparent 60%), radial-gradient(800px 420px at 10% 100%, rgba(16,185,129,0.22), transparent 60%), linear-gradient(150deg, #2e1624, #1c0d16); border: 1px solid rgba(232,196,104,0.35); border-radius: 32px; padding: 88px 24px; text-align: center; position: relative; overflow: hidden; }
.sa-cta h2 { font-size: clamp(30px, 4.6vw, 54px); font-weight: 900; letter-spacing: -0.03em; color: #fff; margin: 22px auto 0; max-width: 720px; line-height: 1.08; }
.sa-cta h2 .grad { background: none; color: #34d399; }
.sa-cta p { color: rgba(255,255,255,0.75); font-size: 17px; margin: 18px auto 0; max-width: 560px; line-height: 1.65; }
.sa-cta__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }
.sa-cta .sa-btn--ghost { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.22); }
.sa-cta .sa-btn--ghost:hover { border-color: rgba(52, 211, 153, 0.7); color: #34d399; }
.sa-cta small { display: block; margin-top: 26px; color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 600; }

/* footer — abu terang netral sebagai bingkai bawah */
.sa-footer { border-top: 1px solid #e9eaeb; background: #f8f8fb; padding: 72px 0 0; }
.sa-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; }
@media (max-width: 900px) { .sa-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .sa-footer__grid { grid-template-columns: 1fr; } }
.sa-footer .sa-brand { color: #232933; }
.sa-footer p { color: #626b79; font-size: 14px; line-height: 1.65; margin: 16px 0 0; max-width: 300px; }
.sa-footer h4 { color: #232933; font-size: 12px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; margin: 0 0 18px; }
.sa-footer li { margin-bottom: 11px; }
.sa-footer li a { color: #626b79; font-size: 14px; }
.sa-footer li a:hover { color: #047857; }
.sa-news { display: flex; gap: 8px; margin-top: 18px; }
.sa-news input { flex: 1; background: #ffffff; border: 1px solid #e9eaeb; border-radius: 12px; padding: 12px 15px; color: #232933; font-family: inherit; font-size: 13.5px; min-width: 0; }
.sa-news input::placeholder { color: #8b95a5; }
.sa-news button { background: #10b981; border: 0; color: #04120c; font-weight: 800; font-size: 13.5px; font-family: inherit; padding: 12px 20px; border-radius: 12px; cursor: pointer; }
.sa-footer__bottom { border-top: 1px solid #e9eaeb; margin-top: 56px; padding: 22px 0; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.sa-footer__bottom p { margin: 0; font-size: 13px; }

/* reveal */
.sa-reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
.sa-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .sa-reveal { opacity: 1; transform: none; transition: none; } .sa-track { animation: none; } }

/* =====================================================================
   GUARD: menangkan perang specificity melawan landing-force.css yang
   memaksa "body main section h2/p { color: ... !important }".
   Tanpa ini, judul + paragraf tertimpa (kasus: hanya terbaca saat teks
   di-blok). Selektor di bawah sengaja lebih spesifik (0,1,3+).
   Base = tema terang; pengecualian untuk blok gelap setelahnya.
   ===================================================================== */
body main .sa-wrap h1 { color: #232933 !important; }
body main .sa-wrap h2 { color: #232933 !important; }
body main .sa-wrap p { color: #626b79 !important; }
body main .sa-wrap .sa-h2 .grad,
body main .sa-wrap .sa-hero h1 .grad { color: #047857 !important; background: none !important; }
/* blok gelap: teks terang kembali */
body main .sa-wrap .sa-cta h2 { color: #ffffff !important; }
body main .sa-wrap .sa-cta h2 .grad { color: #34d399 !important; background: none !important; }
body main .sa-wrap .sa-cta p { color: rgba(255,255,255,0.75) !important; }
body main .sa-wrap .sa-faq__side h3 { color: #ffffff !important; }
body main .sa-wrap .sa-faq__side p { color: rgba(255,255,255,0.75) !important; }
body main .sa-wrap .sa-phone__head p { color: #34d399 !important; }
body main .sa-wrap .sa-footer p { color: #626b79 !important; }
body main .sa-wrap .sa-plan--hot p { color: rgba(255,255,255,0.75) !important; }
body main .sa-wrap .sa-prose p { color: #3a4653 !important; }
body main .sa-wrap .sa-side__cta p { color: rgba(255,255,255,0.75) !important; }
body main .sa-wrap .sa-auth__info-side h2 { color: #ffffff !important; }
body main .sa-wrap .sa-auth__info-side p { color: rgba(255,255,255,0.75) !important; }

/* ---------- artikel / blog ---------- */
.sa-article-sec { padding-top: 72px; }
.sa-back { display: inline-flex; align-items: center; gap: 8px; color: #047857; font-weight: 800; font-size: 14px; margin-bottom: 22px; }
.sa-back:hover { color: #232933; }
.sa-article__grid { display: grid; grid-template-columns: minmax(0, 8fr) minmax(0, 4fr); gap: 28px; align-items: start; }
@media (max-width: 900px) { .sa-article__grid { grid-template-columns: 1fr; } }
.sa-article__main { background: #ffffff; border: 1px solid #e9eaeb; border-radius: 24px; overflow: hidden; box-shadow: 0 24px 48px -32px rgba(35, 41, 51, 0.2); }
.sa-article__cover img { width: 100%; display: block; max-height: 440px; object-fit: cover; }
.sa-prose { padding: 38px 42px 12px; }
.sa-prose p { font-size: 17px; line-height: 1.85; margin: 0 0 20px; }
.sa-prose h3 { color: #232933; font-size: 24px; font-weight: 800; letter-spacing: -0.01em; margin: 36px 0 14px; line-height: 1.35; }
.sa-prose strong { color: #232933; }
.sa-prose a { color: #047857; font-weight: 700; }
.sa-prose a:hover { text-decoration: underline; }
.sa-prose ul { margin: 0 0 24px; display: grid; gap: 12px; padding: 0; list-style: none; }
.sa-prose ul li { position: relative; padding-left: 30px; font-size: 16.5px; line-height: 1.7; color: #3a4653; }
.sa-prose ul li::before { content: "✔"; position: absolute; left: 0; top: 1px; color: #047857; font-weight: 900; }
.sa-prose blockquote { margin: 6px 0 26px; padding: 20px 24px; border-left: 4px solid #d9a93b; background: #fbf7ea; border-radius: 0 16px 16px 0; color: #626b79; font-size: 17px; font-style: italic; line-height: 1.7; }
.sa-share { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; border-top: 1px solid #e9eaeb; margin: 10px 42px 0; padding: 24px 0 38px; }
.sa-share__t { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; color: #232933; margin-right: 6px; }
.sa-share__btn { width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.sa-share__btn:hover { transform: translateY(-3px); color: #fff; }
.sa-share__btn--wa { background: #25d366; box-shadow: 0 12px 24px -12px rgba(37, 211, 102, 0.7); }
.sa-share__btn--fb { background: #1877f2; box-shadow: 0 12px 24px -12px rgba(24, 119, 242, 0.7); }
.sa-share__btn--x { background: #000000; box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.5); }
.sa-share__btn--in { background: #0a66c2; box-shadow: 0 12px 24px -12px rgba(10, 102, 194, 0.7); }
.sa-article__side { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 100px; }
@media (max-width: 900px) { .sa-article__side { position: static; } }
.sa-side__card { background: #ffffff; border: 1px solid #e9eaeb; border-radius: 20px; padding: 26px; box-shadow: 0 16px 36px -28px rgba(35, 41, 51, 0.14); }
.sa-side__card > h4 { font-size: 13px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; color: #232933; margin: 0 0 18px; }
.sa-side__list { display: grid; gap: 16px; }
.sa-side__item { display: flex; gap: 12px; align-items: flex-start; }
.sa-side__item img { width: 72px; height: 72px; border-radius: 12px; object-fit: cover; flex-shrink: 0; background: #eef0f2; }
.sa-side__item h6 { font-size: 14px; font-weight: 700; line-height: 1.5; color: #232933; margin: 0 0 4px; }
.sa-side__item:hover h6 { color: #047857; }
.sa-side__item span { font-size: 12px; color: #758195; }
.sa-side__cta { background: linear-gradient(160deg, #311828, #1c0d16); border: 1px solid rgba(232,196,104,0.3); border-radius: 20px; padding: 32px 26px; text-align: center; }
.sa-side__cta h4 { color: #fff; font-size: 20px; font-weight: 800; letter-spacing: -0.01em; margin: 16px 0 10px; }
.sa-side__cta p { color: rgba(255,255,255,0.75); font-size: 14px; line-height: 1.65; margin: 0 0 22px; }
@media (max-width: 640px) { .sa-prose { padding: 26px 22px 8px; } .sa-share { margin: 6px 22px 0; } }

/* ---------- hero ramping halaman dalam ---------- */
.sa-pagehero { background: linear-gradient(180deg, #f8f8fb, #ffffff); border-bottom: 1px solid #e9eaeb; padding: 64px 0 40px; }
.sa-pagehero .sa-h2 { font-size: clamp(28px, 4vw, 44px); }

/* ---------- kontak ---------- */
.sa-contact__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .sa-contact__grid { grid-template-columns: 1fr; } }
.sa-contact__card { text-align: left; }
.sa-contact__link { display: inline-block; margin-top: 16px; font-weight: 800; font-size: 15px; color: #047857; }
.sa-contact__link:hover { text-decoration: underline; }
.sa-contact__side .sa-lead { margin-bottom: 26px; }
.sa-contact__soc { display: flex; gap: 10px; flex-wrap: wrap; }
.sa-contact__soc a { width: 44px; height: 44px; border-radius: 50%; background: #ffffff; border: 1px solid #e9eaeb; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; color: #047857; transition: transform 0.25s ease, border-color 0.25s ease; }
.sa-contact__soc a:hover { transform: translateY(-3px); border-color: rgba(16, 185, 129, 0.6); }
.sa-contact__form { background: #ffffff; border: 1px solid #e9eaeb; border-radius: 24px; padding: 36px 32px; box-shadow: 0 24px 48px -32px rgba(35, 41, 51, 0.2); }
.sa-field { margin-bottom: 16px; }
.sa-field__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .sa-field__row { grid-template-columns: 1fr; } }
.sa-field label { display: block; font-size: 13px; font-weight: 800; color: #232933; margin-bottom: 8px; }
.sa-field input, .sa-field textarea { width: 100%; background: #f8f8fb; border: 1px solid #e9eaeb; border-radius: 12px; padding: 13px 15px; font-family: inherit; font-size: 14.5px; color: #232933; transition: border-color 0.25s ease, box-shadow 0.25s ease; }
.sa-field textarea { min-height: 130px; resize: vertical; }
.sa-field input:focus, .sa-field textarea:focus { outline: none; border-color: #10b981; box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.15); background: #ffffff; }
.sa-field input::placeholder, .sa-field textarea::placeholder { color: #8b95a5; }
.sa-map { border: 1px solid #e9eaeb; border-radius: 24px; overflow: hidden; box-shadow: 0 24px 48px -32px rgba(35, 41, 51, 0.2); }
.sa-map iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ---------- auth (login / register) ---------- */
.sa-auth { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; background: #ffffff; }
.sa-auth__info-side { order: -1; }
.sa-auth__form-side { display: flex; align-items: center; justify-content: center; padding: 56px 24px; background: #ffffff; }
.sa-auth__box { width: 100%; max-width: 430px; }
.sa-auth__brand { margin-bottom: 30px; }
.sa-auth__box h1 { font-size: clamp(26px, 3vw, 34px); font-weight: 800; letter-spacing: -0.02em; color: #232933; margin: 0 0 8px; }
.sa-auth__sub { color: #626b79; font-size: 15px; margin: 0 0 28px; }
.sa-auth__or { display: flex; align-items: center; gap: 12px; margin: 22px 0; color: #8b95a5; font-size: 11px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.sa-auth__or::before, .sa-auth__or::after { content: ""; flex: 1; height: 1px; background: #e9eaeb; }
.sa-auth__row { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 6px 0 22px; font-size: 13.5px; }
.sa-auth__row a { color: #047857; font-weight: 700; }
.sa-auth__row a:hover { text-decoration: underline; }
.sa-check { display: inline-flex; gap: 8px; align-items: center; color: #626b79; font-weight: 600; cursor: pointer; margin: 0; }
.sa-check input { width: 16px; height: 16px; accent-color: #10b981; margin: 0; }
.sa-pass { position: relative; }
.sa-pass input { padding-right: 48px; }
.sa-pass .password-show-hide { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); cursor: pointer; color: #8b95a5; font-size: 15px; }
.sa-auth__submit { width: 100%; padding: 15px; font-size: 15.5px; }
.sa-auth__swap { text-align: center; margin: 22px 0 0; color: #626b79; font-size: 14px; }
.sa-auth__swap a { color: #047857; font-weight: 800; }
.sa-auth__swap a:hover { text-decoration: underline; }
.sa-auth__info-side { position: relative; overflow: hidden; display: flex; align-items: center; padding: 60px 56px 60px 76px; background: radial-gradient(600px 300px at 85% 10%, rgba(232,196,104,0.16), transparent 60%), radial-gradient(700px 380px at 10% 100%, rgba(16,185,129,0.16), transparent 60%), linear-gradient(160deg, #311828, #1c0d16); }
.sa-auth__info-in { position: relative; z-index: 1; width: 100%; max-width: 520px; margin: 0 auto; }
.sa-auth__info-in h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; color: #fff; margin: 20px 0 0; }
.sa-auth__lead { font-size: 15.5px; line-height: 1.65; margin: 14px 0 0; }
.sa-auth__points { display: grid; gap: 20px; margin: 32px 0 0; padding: 0; list-style: none; }
.sa-auth__points li { display: flex; gap: 14px; align-items: flex-start; }
.sa-auth__tick { flex-shrink: 0; width: 36px; height: 36px; border-radius: 12px; background: rgba(232,196,104,0.14); border: 1px solid rgba(232,196,104,0.3); color: #e8c468; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; }
.sa-auth__points b { display: block; color: #fff; font-size: 15.5px; margin-bottom: 3px; }
.sa-auth__points span { font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,0.7); }
.sa-auth__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.12); }
.sa-auth__stats strong { display: block; font-size: 26px; font-weight: 800; letter-spacing: -0.02em; color: #e8c468; }
.sa-auth__stats span { font-size: 10.5px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.sa-auth__quote { margin-top: 24px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 18px 20px; }
.sa-auth__quote p { font-style: italic; font-size: 14.5px; line-height: 1.65; margin: 0 0 12px; }
.sa-auth__quote span { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: rgba(255,255,255,0.65); }
.sa-auth__quote b { width: 30px; height: 30px; border-radius: 50%; background: #10b981; color: #04120c; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; }
.sa-auth__guarantee { display: flex; align-items: center; gap: 8px; margin: 22px 0 0; font-size: 13px; font-weight: 700; color: #34d399; }
@media (max-width: 960px) {
    .sa-auth { grid-template-columns: 1fr; }
    .sa-auth__info-side { padding: 48px 24px; }
    .sa-auth__info-in { max-width: 560px; margin: 0 auto; }
}
