/* SD CORE Business Growth Hub, Audit and Privacy pages */
.growth-page,
.audit-page,
.privacy-page {
    --growth-navy: #071b33;
    --growth-navy-2: #0d2a48;
    --growth-teal: #0aa6a6;
    --growth-teal-dark: #087f86;
    --growth-green: #22c55e;
    --growth-cyan: #5eead4;
    --growth-ink: #172033;
    --growth-muted: #667085;
    --growth-line: #dfe7ee;
    --growth-soft: #f3f8fa;
    --growth-white: #ffffff;
    color: var(--growth-ink);
    font-family: Inter, sans-serif;
}

.growth-page *, .audit-page *, .privacy-page * { box-sizing: border-box; }
.growth-page a, .audit-page a, .privacy-page a { text-decoration: none; }
.growth-page .container, .audit-page .container, .privacy-page .container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.growth-announcement { background: linear-gradient(90deg, #071b33, #0b4256); color: #fff; border-top: 1px solid rgba(255,255,255,.08); }
.growth-announcement-inner { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 28px; font-size: 13px; letter-spacing: .01em; }
.growth-announcement-inner a { color: #7df6d2; font-weight: 800; border-bottom: 1px solid currentColor; }

.growth-hero { position: relative; overflow: hidden; padding: 88px 0 86px; background: radial-gradient(circle at 12% 15%, rgba(10,166,166,.18), transparent 30%), radial-gradient(circle at 88% 15%, rgba(34,197,94,.12), transparent 28%), linear-gradient(145deg, #06182e 0%, #0a263f 58%, #073946 100%); color: #fff; }
.growth-grid-bg { position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000, transparent 94%); }
.growth-hero::after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(94,234,212,.16); border-radius: 50%; right: -230px; top: -210px; box-shadow: 0 0 0 70px rgba(94,234,212,.035), 0 0 0 140px rgba(94,234,212,.02); }
.growth-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); gap: 66px; align-items: start; }
.growth-hero-copy { padding-top: 30px; }
.growth-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #bcece9; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.growth-eyebrow span { width: 25px; height: 2px; background: var(--growth-cyan); box-shadow: 0 0 14px rgba(94,234,212,.9); }
.growth-hero h1 { max-width: 680px; margin: 20px 0 22px; color: #fff; font-family: Sora, Inter, sans-serif; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; letter-spacing: -.045em; }
.growth-hero h1 em { color: #77ead5; font-style: normal; }
.growth-lead { max-width: 650px; margin: 0; color: #c9d7e2; font-size: 18px; line-height: 1.78; }
.growth-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.growth-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border-radius: 10px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.growth-btn:hover { transform: translateY(-2px); }
.growth-btn-primary { color: #fff; background: linear-gradient(135deg, var(--growth-teal), #0d8e9a); box-shadow: 0 14px 28px rgba(4,154,164,.28); }
.growth-btn-primary:hover { box-shadow: 0 18px 34px rgba(4,154,164,.38); }
.growth-btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.06); }
.growth-btn-light { color: #072038; background: #fff; box-shadow: 0 14px 28px rgba(0,0,0,.16); }
.growth-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 640px; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.growth-trust-row div { display: flex; flex-direction: column; gap: 5px; }
.growth-trust-row strong { color: #fff; font-size: 15px; }
.growth-trust-row span { color: #9fb4c5; font-size: 12px; }

.growth-form-shell { background: #fff; border: 1px solid rgba(255,255,255,.35); border-radius: 18px; box-shadow: 0 34px 85px rgba(0,0,0,.36); color: var(--growth-ink); overflow: hidden; }
.growth-form-top { display: flex; align-items: flex-start; gap: 11px; padding: 18px 22px; background: #f8fcfc; border-bottom: 1px solid var(--growth-line); }
.growth-live-dot { width: 10px; height: 10px; margin-top: 5px; border-radius: 50%; background: var(--growth-green); box-shadow: 0 0 0 5px rgba(34,197,94,.13); flex: 0 0 auto; }
.growth-form-top strong { display: block; color: var(--growth-navy); font-size: 14px; }
.growth-form-top small { display: block; margin-top: 4px; color: var(--growth-muted); font-size: 12px; line-height: 1.45; }
.growth-progress { padding: 16px 22px 12px; background: #fff; }
.growth-progress-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 9px; font-size: 11px; font-weight: 800; color: var(--growth-teal-dark); text-transform: uppercase; letter-spacing: .06em; }
.growth-progress-head span:last-child { color: var(--growth-muted); font-weight: 700; }
.growth-progress-track { height: 5px; border-radius: 99px; background: #e9eef2; overflow: hidden; }
.growth-progress-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--growth-teal), var(--growth-green)); transition: width .3s ease; }
.growth-progress-dots { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 9px; }
.growth-progress-dots span { position: relative; justify-self: center; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #d6e0e7; background: #fff; color: #84909c; font-size: 10px; font-weight: 800; }
.growth-progress-dots span.is-active { color: #fff; border-color: var(--growth-teal); background: var(--growth-teal); box-shadow: 0 0 0 5px rgba(10,166,166,.1); }
.growth-progress-dots span.is-complete { color: #fff; border-color: var(--growth-green); background: var(--growth-green); }

.growth-form { padding: 8px 22px 22px; }
.growth-form-step { display: none; animation: growthFade .22s ease; }
.growth-form-step.is-active { display: block; }
@keyframes growthFade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.growth-step-heading { display: flex; align-items: flex-start; gap: 13px; padding: 8px 0 18px; }
.growth-step-heading > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: #e8f8f6; color: var(--growth-teal-dark); font-size: 11px; font-weight: 900; }
.growth-step-heading h2 { margin: 0; color: var(--growth-navy); font-family: Sora, Inter, sans-serif; font-size: 18px; line-height: 1.3; }
.growth-step-heading p { margin: 3px 0 0; color: var(--growth-muted); font-size: 12px; line-height: 1.45; }
.growth-field { margin-bottom: 15px; }
.growth-field label, .growth-field legend { display: block; margin-bottom: 7px; color: #283447; font-size: 12px; font-weight: 800; }
.growth-field label span, .growth-field legend span { color: var(--growth-muted); font-weight: 500; }
.growth-field b, .growth-choice-field b { color: #dc2626; }
.growth-field input[type="text"], .growth-field input[type="email"], .growth-field input[type="tel"], .growth-field select, .growth-field textarea, .audit-form-card input, .audit-form-card select, .audit-form-card textarea { width: 100%; border: 1px solid #d9e1e7; border-radius: 9px; background: #fbfcfd; color: var(--growth-ink); font: inherit; font-size: 13px; outline: none; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.growth-field input[type="text"], .growth-field input[type="email"], .growth-field input[type="tel"], .growth-field select, .audit-form-card input, .audit-form-card select { height: 44px; padding: 0 12px; }
.growth-field textarea, .audit-form-card textarea { padding: 11px 12px; resize: vertical; }
.growth-field input:focus, .growth-field select:focus, .growth-field textarea:focus, .audit-form-card input:focus, .audit-form-card select:focus, .audit-form-card textarea:focus { border-color: var(--growth-teal); background: #fff; box-shadow: 0 0 0 4px rgba(10,166,166,.1); }
.growth-field .is-invalid { border-color: #dc2626 !important; box-shadow: 0 0 0 3px rgba(220,38,38,.08) !important; }
.growth-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.growth-phone-row { display: grid; grid-template-columns: auto 1fr; gap: 7px; }
.growth-phone-row > span { height: 44px; display: flex; align-items: center; padding: 0 11px; border: 1px solid #c9e9e4; border-radius: 9px; background: #eefbf8; color: var(--growth-teal-dark); font-size: 12px; font-weight: 800; }
.growth-help { display: block; margin-top: 4px; color: #85919d; font-size: 10px; line-height: 1.4; }
.growth-error { display: none; margin-top: 5px; color: #dc2626; font-size: 10px; font-weight: 700; }
.growth-error.is-visible { display: block; }
.growth-choice-field { padding: 0; border: 0; }
.growth-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.growth-choice-grid-3 { grid-template-columns: repeat(3, 1fr); }
.growth-choice-list { display: grid; gap: 7px; }
.growth-choice-grid label, .growth-choice-list label { position: relative; margin: 0; cursor: pointer; }
.growth-choice-grid input, .growth-choice-list input { position: absolute; opacity: 0; pointer-events: none; }
.growth-choice-grid label span, .growth-choice-list label span { min-height: 42px; display: flex; align-items: center; padding: 8px 10px; border: 1px solid #dce4ea; border-radius: 9px; background: #fbfcfd; color: #405064; font-size: 11px; font-weight: 700; line-height: 1.35; transition: .16s ease; }
.growth-choice-list label span { min-height: 39px; }
.growth-choice-grid label:hover span, .growth-choice-list label:hover span { border-color: #76cfc9; background: #f1fbfa; }
.growth-choice-grid input:checked + span, .growth-choice-list input:checked + span { border-color: var(--growth-teal); background: #eaf9f7; color: #08737c; box-shadow: inset 0 0 0 1px var(--growth-teal); }
.growth-consent { position: relative; display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; margin: 10px 0 0; padding: 11px; border: 1px solid #dfe7ec; border-radius: 9px; background: #f8fbfc; color: #5b6878; font-size: 10.5px; line-height: 1.55; cursor: pointer; }
.growth-consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--growth-teal); }
.growth-consent a { color: var(--growth-teal-dark); font-weight: 800; text-decoration: underline; }
.growth-consent-optional { margin-top: 7px; background: #fff; }
.growth-form-next, .growth-form-submit, .audit-submit { width: 100%; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 9px; background: linear-gradient(135deg, var(--growth-teal), #098a96); color: #fff; font: inherit; font-size: 13px; font-weight: 900; cursor: pointer; box-shadow: 0 10px 22px rgba(10,166,166,.22); transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease; }
.growth-form-next:hover, .growth-form-submit:hover, .audit-submit:hover { transform: translateY(-1px); box-shadow: 0 14px 26px rgba(10,166,166,.3); }
.growth-form-next:disabled, .growth-form-submit:disabled, .audit-submit:disabled { opacity: .65; cursor: wait; }
.growth-form-nav { display: grid; grid-template-columns: auto 1fr; gap: 8px; margin-top: 17px; }
.growth-back { min-height: 46px; padding: 0 14px; border: 1px solid #d9e2e8; border-radius: 9px; background: #fff; color: #637081; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.growth-submit-status { display: none; margin-top: 10px; padding: 9px 11px; border-radius: 8px; font-size: 11px; line-height: 1.5; }
.growth-submit-status.is-error { display: block; color: #991b1b; background: #fef2f2; border: 1px solid #fecaca; }
.growth-submit-status.is-info { display: block; color: #075985; background: #f0f9ff; border: 1px solid #bae6fd; }
.submit-loader { display: none; width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.42); border-top-color: #fff; border-radius: 50%; animation: growthSpin .7s linear infinite; }
.is-submitting .submit-label { opacity: .85; }
.is-submitting .submit-loader { display: inline-block; }
@keyframes growthSpin { to { transform: rotate(360deg); } }
.growth-security-note { padding: 13px 22px; border-top: 1px solid var(--growth-line); background: #fbfdfd; color: #7a8794; font-size: 10px; text-align: center; }
.growth-security-note a { color: var(--growth-teal-dark); font-weight: 800; }

.growth-success { padding: 33px 25px 29px; text-align: center; }
.growth-success-icon { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 50%; background: linear-gradient(135deg, var(--growth-green), var(--growth-teal)); color: #fff; font-size: 27px; font-weight: 900; box-shadow: 0 13px 30px rgba(34,197,94,.25); }
.growth-success-kicker { display: block; color: var(--growth-teal-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.growth-success h2 { margin: 8px 0; color: var(--growth-navy); font-family: Sora, Inter, sans-serif; font-size: 25px; }
.growth-success > p { margin: 0 auto 18px; max-width: 420px; color: var(--growth-muted); font-size: 13px; line-height: 1.65; }
.growth-whatsapp-join { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 10px; background: #20bd5a; color: #fff; font-size: 14px; font-weight: 900; box-shadow: 0 13px 25px rgba(32,189,90,.25); }
.growth-success-steps { display: grid; gap: 8px; margin: 22px 0 15px; text-align: left; }
.growth-success-steps div { display: grid; grid-template-columns: 25px 1fr; gap: 9px; align-items: start; padding: 10px; border-radius: 8px; background: #f3faf8; border: 1px solid #dceee9; color: #5c6978; font-size: 11px; line-height: 1.48; }
.growth-success-steps b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--growth-teal); color: #fff; }
.growth-audit-link { color: var(--growth-teal-dark); font-size: 11px; font-weight: 900; text-decoration: underline !important; }

.growth-value-strip { background: #fff; border-bottom: 1px solid #e2e9ee; }
.growth-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.growth-value-grid article { min-height: 144px; display: grid; grid-template-columns: 35px 1fr; gap: 12px; align-items: center; padding: 25px 25px 25px 0; border-right: 1px solid #e4eaef; }
.growth-value-grid article:last-child { border-right: 0; }
.growth-value-grid article > span { color: #0c9b9f; font-family: Sora, sans-serif; font-size: 13px; font-weight: 900; }
.growth-value-grid h3 { margin: 0 0 5px; color: var(--growth-navy); font-size: 17px; }
.growth-value-grid p { margin: 0; color: var(--growth-muted); font-size: 12px; line-height: 1.55; }

.growth-section { padding: 92px 0; background: #fff; }
.growth-section:nth-of-type(even) { background: #f7fafb; }
.growth-section-head { max-width: 800px; margin: 0 auto 40px; text-align: center; }
.growth-section-head-left { margin-left: 0; text-align: left; }
.growth-section-tag { display: inline-block; color: var(--growth-teal-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.growth-section-head h2, .growth-agenda-copy h2, .growth-proof-grid h2, .growth-final-inner h2 { margin: 12px 0 14px; color: var(--growth-navy); font-family: Sora, Inter, sans-serif; font-size: clamp(30px, 4vw, 45px); line-height: 1.17; letter-spacing: -.03em; }
.growth-section-head p, .growth-agenda-copy p, .growth-proof-grid p { margin: 0; color: var(--growth-muted); font-size: 16px; line-height: 1.75; }
.growth-audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.growth-audience-grid article { padding: 28px 24px; border: 1px solid #dfe8ed; border-radius: 14px; background: #fff; box-shadow: 0 14px 35px rgba(15,41,61,.055); transition: transform .2s ease, border-color .2s ease; }
.growth-audience-grid article:hover { transform: translateY(-5px); border-color: #9bd9d5; }
.growth-audience-grid article > div { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: #eef9f7; font-size: 22px; }
.growth-audience-grid h3 { margin: 18px 0 9px; color: var(--growth-navy); font-size: 18px; }
.growth-audience-grid p { min-height: 106px; margin: 0 0 16px; color: var(--growth-muted); font-size: 13px; line-height: 1.65; }
.growth-audience-grid a { color: var(--growth-teal-dark); font-size: 12px; font-weight: 900; }

.growth-section-dark { position: relative; overflow: hidden; background: linear-gradient(135deg, #071b33, #0b3548) !important; color: #fff; }
.growth-section-dark::before { content: ""; position: absolute; width: 500px; height: 500px; left: -250px; top: -230px; border-radius: 50%; background: radial-gradient(circle, rgba(10,166,166,.22), transparent 68%); }
.growth-agenda-grid { position: relative; display: grid; grid-template-columns: .84fr 1.16fr; gap: 78px; align-items: center; }
.growth-section-dark .growth-section-tag { color: #6ee7d6; }
.growth-agenda-copy h2 { color: #fff; }
.growth-agenda-copy p { color: #b9cad7; }
.growth-agenda-copy .growth-btn { margin-top: 28px; }
.growth-agenda-list { display: grid; gap: 11px; }
.growth-agenda-list article { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 21px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.055); backdrop-filter: blur(9px); }
.growth-agenda-list b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: rgba(94,234,212,.12); color: #7ef5df; font-size: 12px; }
.growth-agenda-list h3 { margin: 0 0 5px; color: #fff; font-size: 16px; }
.growth-agenda-list p { margin: 0; color: #abc0ce; font-size: 12px; line-height: 1.55; }

.growth-case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.growth-case-grid article { position: relative; overflow: hidden; padding: 30px; border: 1px solid #dce6eb; border-radius: 15px; background: linear-gradient(145deg, #fff, #f8fbfc); }
.growth-case-grid article::after { content: ""; position: absolute; width: 140px; height: 140px; border-radius: 50%; right: -70px; bottom: -70px; background: rgba(10,166,166,.07); }
.growth-case-grid article > span { color: var(--growth-teal-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.growth-case-grid h3 { max-width: 520px; margin: 10px 0 17px; color: var(--growth-navy); font-size: 20px; line-height: 1.42; }
.growth-case-grid ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.growth-case-grid li { position: relative; padding-left: 20px; color: var(--growth-muted); font-size: 13px; }
.growth-case-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--growth-teal); font-weight: 900; }

.growth-process-section { background: #f3f7f9 !important; }
.growth-process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.growth-process-grid article { padding: 24px 19px; border-radius: 13px; background: #fff; border: 1px solid #dde7ec; }
.growth-process-grid b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--growth-navy); color: #fff; font-size: 11px; }
.growth-process-grid h3 { margin: 17px 0 8px; color: var(--growth-navy); font-size: 16px; }
.growth-process-grid p { margin: 0; color: var(--growth-muted); font-size: 12px; line-height: 1.62; }

.growth-proof-section { background: #fff !important; }
.growth-proof-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; }
.growth-proof-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.growth-proof-cards article { padding: 22px; border: 1px solid #dce6eb; border-radius: 13px; background: #fbfdfd; }
.growth-proof-cards strong { display: block; margin-bottom: 6px; color: var(--growth-navy); font-size: 15px; }
.growth-proof-cards span { color: var(--growth-muted); font-size: 12px; line-height: 1.5; }
.growth-final-cta { padding: 54px 0; background: linear-gradient(135deg, #071b33, #0a3c4d); color: #fff; }
.growth-final-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.growth-final-inner > div:first-child > span { color: #83e7db; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.growth-final-inner h2 { margin: 8px 0 0; color: #fff; font-size: 30px; }
.growth-final-inner > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }

/* Business audit */
.audit-hero { padding: 96px 0 88px; background: radial-gradient(circle at 10% 10%, rgba(10,166,166,.15), transparent 30%), linear-gradient(145deg, #071b33, #0a3047); color: #fff; }
.audit-hero-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 75px; align-items: center; }
.audit-copy .growth-section-tag { color: #7feadd; }
.audit-copy h1 { margin: 17px 0 20px; max-width: 660px; color: #fff; font-family: Sora, Inter, sans-serif; font-size: clamp(40px, 5vw, 62px); line-height: 1.08; letter-spacing: -.04em; }
.audit-copy > p { max-width: 650px; margin: 0; color: #c1d1dc; font-size: 17px; line-height: 1.75; }
.audit-copy ul { display: grid; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.audit-copy li { position: relative; padding-left: 27px; color: #e2edf2; font-size: 13px; }
.audit-copy li::before { content: "✓"; position: absolute; left: 0; color: #66e7ce; font-weight: 900; }
.audit-form-card { padding: 26px; border-radius: 18px; background: #fff; color: var(--growth-ink); box-shadow: 0 35px 75px rgba(0,0,0,.32); }
.audit-form-head { display: flex; gap: 12px; align-items: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #e1e8ed; }
.audit-form-head > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 11px; background: var(--growth-navy); color: #fff; font-family: Sora, sans-serif; font-size: 13px; font-weight: 900; }
.audit-form-head h2 { margin: 0; color: var(--growth-navy); font-size: 19px; }
.audit-form-head p { margin: 3px 0 0; color: var(--growth-muted); font-size: 11px; }
.audit-submit { margin-top: 17px; }
.audit-success { padding: 22px 5px 5px; text-align: center; }
.audit-success > div { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 50%; background: var(--growth-green); color: #fff; font-size: 24px; font-weight: 900; }
.audit-success h2 { color: var(--growth-navy); font-size: 23px; }
.audit-success p { color: var(--growth-muted); font-size: 13px; line-height: 1.65; }
.audit-success a { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; margin-top: 10px; padding: 0 20px; border-radius: 9px; background: #20bd5a; color: #fff; font-weight: 900; }
.audit-next-section { padding: 84px 0; background: #f5f8fa; }
.audit-process-grid { grid-template-columns: repeat(3, 1fr); max-width: 900px; margin-inline: auto; }

/* Privacy */
.privacy-page { padding: 76px 0 95px; background: #f6f9fa; }
.privacy-container { max-width: 1050px; }
.privacy-hero { padding: 45px; border-radius: 19px; background: linear-gradient(135deg, #071b33, #0b4150); color: #fff; }
.privacy-hero .growth-section-tag { color: #7ce8db; }
.privacy-hero h1 { margin: 11px 0; color: #fff; font-family: Sora, sans-serif; font-size: 44px; }
.privacy-hero p { max-width: 760px; margin: 0; color: #c7d7df; line-height: 1.7; }
.privacy-hero small { display: block; margin-top: 17px; color: #98afbd; }
.privacy-layout { display: grid; grid-template-columns: 220px 1fr; gap: 25px; margin-top: 25px; align-items: start; }
.privacy-nav { position: sticky; top: 100px; display: grid; padding: 14px; border: 1px solid #dde6eb; border-radius: 13px; background: #fff; }
.privacy-nav a { padding: 10px 11px; border-radius: 8px; color: #516171; font-size: 12px; font-weight: 700; }
.privacy-nav a:hover { color: var(--growth-teal-dark); background: #eef8f7; }
.privacy-content { padding: 34px 38px; border: 1px solid #dfe7ec; border-radius: 16px; background: #fff; }
.privacy-content section { scroll-margin-top: 110px; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #e7ecef; }
.privacy-content section:last-of-type { border-bottom: 0; }
.privacy-content h2 { margin: 0 0 11px; color: var(--growth-navy); font-size: 19px; }
.privacy-content p { margin: 0 0 10px; color: #5d6b79; font-size: 14px; line-height: 1.78; }
.privacy-content a { color: var(--growth-teal-dark); font-weight: 800; }
.privacy-note { padding: 16px 18px; border-radius: 10px; background: #eff8f7; color: #49616a; font-size: 12px; line-height: 1.6; }

@media (max-width: 1100px) {
    .growth-hero-grid { grid-template-columns: 1fr 440px; gap: 38px; }
    .growth-audience-grid { grid-template-columns: repeat(2, 1fr); }
    .growth-process-grid { grid-template-columns: repeat(3, 1fr); }
    .growth-process-grid article:nth-last-child(-n+2) { grid-column: span 1; }
    .audit-hero-grid { gap: 40px; }
}

@media (max-width: 900px) {
    .growth-announcement-inner { justify-content: space-between; }
    .growth-hero { padding: 66px 0; }
    .growth-hero-grid, .growth-agenda-grid, .growth-proof-grid, .audit-hero-grid { grid-template-columns: 1fr; }
    .growth-hero-copy { padding-top: 0; }
    .growth-hero-copy, .growth-lead { max-width: none; }
    .growth-form-shell { max-width: 620px; }
    .growth-value-grid { grid-template-columns: 1fr 1fr; }
    .growth-value-grid article:nth-child(2) { border-right: 0; }
    .growth-value-grid article:nth-child(-n+2) { border-bottom: 1px solid #e4eaef; }
    .growth-process-grid { grid-template-columns: repeat(2, 1fr); }
    .growth-final-inner { align-items: flex-start; flex-direction: column; }
    .audit-form-card { max-width: 650px; }
    .privacy-layout { grid-template-columns: 1fr; }
    .privacy-nav { position: static; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
    .growth-page .container, .audit-page .container, .privacy-page .container { width: min(100% - 26px, 1180px); }
    .growth-announcement-inner { min-height: 52px; flex-direction: column; justify-content: center; gap: 3px; padding: 8px 0; text-align: center; font-size: 11px; }
    .growth-hero { padding: 50px 0 56px; }
    .growth-hero h1 { font-size: 39px; }
    .growth-lead { font-size: 15px; line-height: 1.7; }
    .growth-hero-actions { flex-direction: column; }
    .growth-btn { width: 100%; }
    .growth-trust-row { grid-template-columns: 1fr; gap: 13px; }
    .growth-trust-row div { display: grid; grid-template-columns: 95px 1fr; align-items: center; }
    .growth-form-shell { border-radius: 14px; }
    .growth-form { padding-inline: 15px; }
    .growth-form-top, .growth-progress { padding-inline: 15px; }
    .growth-two-col, .growth-choice-grid, .growth-choice-grid-3, .growth-case-grid, .growth-proof-cards { grid-template-columns: 1fr; }
    .growth-form-nav { grid-template-columns: 1fr; }
    .growth-back { order: 2; }
    .growth-value-grid, .growth-audience-grid, .growth-process-grid, .audit-process-grid { grid-template-columns: 1fr; }
    .growth-value-grid article { min-height: 112px; padding: 20px 8px 20px 0; border-right: 0; border-bottom: 1px solid #e4eaef; }
    .growth-value-grid article:last-child { border-bottom: 0; }
    .growth-section { padding: 66px 0; }
    .growth-section-head { text-align: left; }
    .growth-section-head h2, .growth-agenda-copy h2, .growth-proof-grid h2 { font-size: 31px; }
    .growth-audience-grid p { min-height: auto; }
    .growth-agenda-grid { gap: 35px; }
    .growth-case-grid article { padding: 23px; }
    .growth-final-inner > div:last-child { width: 100%; }
    .audit-hero { padding: 60px 0; }
    .audit-copy h1 { font-size: 39px; }
    .audit-form-card { padding: 19px 15px; }
    .privacy-page { padding: 45px 0 70px; }
    .privacy-hero { padding: 30px 22px; }
    .privacy-hero h1 { font-size: 35px; }
    .privacy-nav { grid-template-columns: 1fr 1fr; }
    .privacy-content { padding: 25px 20px; }
}
