:root {
    --rgs-ink: #132238;
    --rgs-navy: #0b1f33;
    --rgs-blue: #174f8c;
    --rgs-orange: #e6532f;
    --rgs-orange-dark: #c83f1f;
    --rgs-green: #167451;
    --rgs-green-light: #e9f7f0;
    --rgs-white: #ffffff;
    --rgs-surface: #f5f7fa;
    --rgs-surface-warm: #fff7f2;
    --rgs-line: #dfe5eb;
    --rgs-muted: #5c6c7d;
    --rgs-danger: #b42318;
    --rgs-shadow: 0 18px 50px rgba(13, 35, 57, 0.12);
    --rgs-container: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    letter-spacing: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 84px;
}

body.rgs-page {
    margin: 0;
    color: var(--rgs-ink);
    background: var(--rgs-white);
    font-family: "Outfit", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

.rgs-page img {
    display: block;
    max-width: 100%;
}

.rgs-page a {
    color: inherit;
}

.rgs-page button,
.rgs-page input,
.rgs-page select,
.rgs-page textarea {
    font: inherit;
}

.rgs-page button,
.rgs-page a {
    -webkit-tap-highlight-color: transparent;
}

.rgs-container {
    width: min(calc(100% - 48px), var(--rgs-container));
    margin: 0 auto;
}

.rgs-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 76px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(19, 34, 56, 0.1);
    backdrop-filter: blur(14px);
}

.rgs-header-inner {
    display: grid;
    grid-template-columns: 200px 1fr auto;
    align-items: center;
    height: 100%;
    gap: 24px;
}

.rgs-brand {
    display: flex;
    align-items: center;
    height: 68px;
    width: 180px;
    overflow: hidden;
}

.rgs-brand img {
    width: 176px;
    height: 58px;
    object-fit: contain;
}

.rgs-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.rgs-desktop-nav a {
    position: relative;
    padding: 8px 0;
    color: #45586b;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.rgs-desktop-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    height: 2px;
    background: var(--rgs-orange);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
}

.rgs-desktop-nav a:hover {
    color: var(--rgs-ink);
}

.rgs-desktop-nav a:hover::after {
    transform: scaleX(1);
}

.rgs-header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rgs-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--rgs-ink);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.rgs-phone-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: var(--rgs-green);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rgs-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.rgs-btn:hover {
    transform: translateY(-2px);
}

.rgs-btn:focus-visible,
.rgs-page a:focus-visible,
.rgs-page summary:focus-visible,
.rgs-page input:focus-visible,
.rgs-page select:focus-visible,
.rgs-page textarea:focus-visible {
    outline: 3px solid rgba(23, 79, 140, 0.28);
    outline-offset: 3px;
}

.rgs-btn-small {
    min-height: 42px;
    padding: 9px 16px;
    background: var(--rgs-orange);
    color: var(--rgs-white) !important;
    font-size: 14px;
}

.rgs-btn-small:hover,
.rgs-btn-primary:hover {
    background: var(--rgs-orange-dark);
    box-shadow: 0 10px 24px rgba(230, 83, 47, 0.25);
}

.rgs-btn-primary {
    background: var(--rgs-orange);
    color: var(--rgs-white) !important;
}

.rgs-btn-light {
    background: var(--rgs-white);
    color: var(--rgs-ink) !important;
    border-color: rgba(255, 255, 255, 0.75);
}

.rgs-btn-light:hover {
    background: #edf3f8;
    border-color: #edf3f8;
}

.rgs-btn-outline {
    border-color: #b9c5d0;
    color: var(--rgs-ink) !important;
    background: var(--rgs-white);
}

.rgs-btn-outline:hover {
    border-color: var(--rgs-blue);
    color: var(--rgs-blue) !important;
}

.rgs-btn-dark {
    background: var(--rgs-navy);
    color: var(--rgs-white) !important;
}

.rgs-btn-back {
    background: transparent;
    border-color: #b9c5d0;
    color: var(--rgs-ink);
}

.rgs-btn-whatsapp {
    background: #1e9e5a;
    color: var(--rgs-white) !important;
}

.rgs-btn-whatsapp:hover {
    background: #167b45;
}

.rgs-hero {
    min-height: calc(90svh - 76px);
    max-height: 820px;
    display: flex;
    align-items: center;
    position: relative;
    isolation: isolate;
    padding: 76px 0 82px;
    color: var(--rgs-white);
    background-image: url("../img/recruitment-growth-hero-v2.webp");
    background-size: cover;
    background-position: center center;
}

.rgs-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(5, 19, 33, 0.32);
}

.rgs-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rgs-eyebrow,
.rgs-kicker {
    margin: 0 0 14px;
    color: var(--rgs-orange);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.rgs-hero .rgs-eyebrow {
    color: #ffb09a;
}

.rgs-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: 60px;
    line-height: 1.05;
    font-weight: 800;
}

.rgs-hero-lead {
    max-width: 690px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 20px;
    line-height: 1.55;
}

.rgs-proof-callout {
    max-width: 760px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 26px;
    padding: 14px 18px;
    border-left: 4px solid #4fd19a;
    background: rgba(255, 255, 255, 0.1);
}

.rgs-proof-callout strong {
    flex: 0 0 auto;
    color: #8be8bd;
    font-size: 18px;
}

.rgs-proof-callout span {
    color: rgba(255, 255, 255, 0.83);
    font-size: 14px;
    line-height: 1.45;
}

.rgs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.rgs-hero-note {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
}

.rgs-trust {
    position: relative;
    z-index: 4;
    background: var(--rgs-white);
    border-bottom: 1px solid var(--rgs-line);
}

.rgs-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.rgs-trust-grid > div {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 28px;
    border-right: 1px solid var(--rgs-line);
}

.rgs-trust-grid > div:first-child {
    border-left: 1px solid var(--rgs-line);
}

.rgs-trust-grid strong {
    color: var(--rgs-ink);
    font-size: 19px;
}

.rgs-trust-grid span {
    color: var(--rgs-muted);
    font-size: 13px;
}

.rgs-section {
    padding: 100px 0;
}

.rgs-section-heading {
    max-width: 760px;
    margin: 0 auto 54px;
    text-align: center;
}

.rgs-section-heading h2,
.rgs-why h2,
.rgs-audit-intro h2,
.rgs-faq-heading h2,
.rgs-final-cta h2,
.rgs-case-copy h2 {
    margin: 0;
    color: var(--rgs-ink);
    font-size: 42px;
    line-height: 1.18;
}

.rgs-section-heading > p:last-child,
.rgs-audit-intro > p,
.rgs-faq-heading > p,
.rgs-final-cta > .rgs-container > p,
.rgs-case-copy > p {
    color: var(--rgs-muted);
    font-size: 18px;
}

.rgs-section-heading > p:last-child {
    margin: 16px auto 0;
}

.rgs-heading-wide {
    max-width: 900px;
}

.rgs-heading-left {
    max-width: 780px;
    margin-left: 0;
    text-align: left;
}

.rgs-problem {
    background: var(--rgs-surface);
}

.rgs-problem-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

.rgs-pain-list {
    border-top: 1px solid #cbd4dd;
}

.rgs-pain-list > div {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #cbd4dd;
}

.rgs-pain-list span {
    color: var(--rgs-orange);
    font-size: 13px;
    font-weight: 800;
}

.rgs-pain-list p {
    margin: 0;
    font-weight: 500;
}

.rgs-solution-panel {
    padding: 44px;
    background: var(--rgs-navy);
    color: var(--rgs-white);
    border-radius: 8px;
    box-shadow: var(--rgs-shadow);
}

.rgs-solution-panel h3 {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
}

.rgs-solution-panel > p:not(.rgs-kicker) {
    margin: 16px 0 28px;
    color: rgba(255, 255, 255, 0.72);
}

.rgs-system-flow {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.rgs-system-flow > div {
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.rgs-system-flow span {
    grid-row: 1 / 3;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--rgs-navy);
    background: #7ce0b4;
    font-size: 12px;
    font-weight: 800;
}

.rgs-system-flow strong {
    line-height: 1.2;
}

.rgs-system-flow small {
    color: rgba(255, 255, 255, 0.62);
}

.rgs-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    color: var(--rgs-blue) !important;
    font-weight: 700;
    text-decoration: none;
}

.rgs-solution-panel .rgs-text-link {
    color: #8be8bd !important;
}

.rgs-text-link span {
    transition: transform 180ms ease;
}

.rgs-text-link:hover span {
    transform: translateX(4px);
}

.rgs-case-study {
    background: var(--rgs-white);
}

.rgs-case-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 64px;
    align-items: center;
}

.rgs-case-media {
    margin: 0;
}

.rgs-case-media img {
    width: 100%;
    aspect-ratio: 1.8 / 1;
    object-fit: cover;
    object-position: top;
    border: 1px solid #ccd6e0;
    border-radius: 6px;
    box-shadow: var(--rgs-shadow);
}

.rgs-case-media p {
    margin: 12px 0 0;
    color: var(--rgs-muted);
    font-size: 13px;
}

.rgs-result-number {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: center;
    margin: 28px 0 20px;
    padding: 20px 0;
    border-top: 1px solid var(--rgs-line);
    border-bottom: 1px solid var(--rgs-line);
}

.rgs-result-number strong {
    color: var(--rgs-green);
    font-size: 42px;
    line-height: 1;
}

.rgs-result-number span {
    max-width: 220px;
    font-weight: 600;
    line-height: 1.35;
}

.rgs-check-list {
    display: grid;
    gap: 11px;
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.rgs-check-list li {
    position: relative;
    padding-left: 26px;
    color: #33465b;
    line-height: 1.45;
}

.rgs-check-list li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--rgs-green-light);
    border: 1px solid #85c8a9;
}

.rgs-check-list li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    width: 6px;
    height: 3px;
    border-left: 2px solid var(--rgs-green);
    border-bottom: 2px solid var(--rgs-green);
    transform: rotate(-45deg);
}

.rgs-check-list-dark {
    margin-bottom: 28px;
}

.rgs-packages {
    background: var(--rgs-surface);
}

.rgs-package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.rgs-package-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: var(--rgs-white);
    border: 1px solid #d6dee6;
    border-radius: 8px;
}

.rgs-package-card:hover {
    border-color: #aebdca;
    box-shadow: 0 14px 38px rgba(13, 35, 57, 0.09);
}

.rgs-package-featured {
    border: 2px solid var(--rgs-blue);
}

.rgs-recommended {
    margin: -30px -30px 24px;
    padding: 9px 16px;
    background: var(--rgs-blue);
    color: var(--rgs-white);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.rgs-package-label {
    color: var(--rgs-orange);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.rgs-package-card h3 {
    min-height: 60px;
    margin: 8px 0 12px;
    font-size: 24px;
    line-height: 1.25;
}

.rgs-package-top > p {
    min-height: 78px;
    margin: 0;
    color: var(--rgs-muted);
    font-size: 14px;
}

.rgs-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 24px 0 0;
    padding: 20px 0;
    border-top: 1px solid var(--rgs-line);
    border-bottom: 1px solid var(--rgs-line);
}

.rgs-price strong {
    color: var(--rgs-ink);
    font-size: 30px;
    line-height: 1;
}

.rgs-price span {
    color: var(--rgs-muted);
    font-size: 13px;
}

.rgs-package-card > .rgs-check-list {
    flex: 1 1 auto;
}

.rgs-feature-details {
    margin-bottom: 22px;
    border-top: 1px solid var(--rgs-line);
    border-bottom: 1px solid var(--rgs-line);
}

.rgs-feature-details summary {
    padding: 14px 22px 14px 0;
    color: var(--rgs-blue);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.rgs-feature-details div {
    padding-bottom: 10px;
    color: var(--rgs-muted);
    font-size: 13px;
}

.rgs-feature-details p {
    margin: 0 0 10px;
}

.rgs-package-card > .rgs-btn {
    width: 100%;
}

.rgs-package-note {
    margin: 20px auto 0;
    color: var(--rgs-muted);
    font-size: 13px;
    text-align: center;
}

.rgs-comparison {
    background: var(--rgs-white);
}

.rgs-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--rgs-line);
    border-radius: 6px;
}

.rgs-table-wrap table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.rgs-table-wrap th,
.rgs-table-wrap td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--rgs-line);
    text-align: center;
}

.rgs-table-wrap th:first-child,
.rgs-table-wrap td:first-child {
    width: 40%;
    text-align: left;
}

.rgs-table-wrap th {
    color: var(--rgs-white);
    background: var(--rgs-navy);
    font-size: 14px;
}

.rgs-table-wrap th span {
    color: #9de4c4;
    font-size: 12px;
}

.rgs-table-wrap td {
    color: #30445a;
    font-size: 14px;
}

.rgs-table-wrap tbody tr:nth-child(even) {
    background: #f8fafc;
}

.rgs-table-wrap tbody tr:last-child td {
    border-bottom: 0;
}

.rgs-center-action {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.rgs-ads {
    background: var(--rgs-surface-warm);
}

.rgs-ad-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.rgs-ad-card {
    padding: 28px;
    background: var(--rgs-white);
    border: 1px solid #eadfd7;
    border-radius: 8px;
}

.rgs-ad-title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.rgs-channel-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    border-radius: 6px;
    color: var(--rgs-white);
    font-weight: 800;
}

.rgs-google {
    background: #4285f4;
}

.rgs-meta {
    background: #1769e0;
}

.rgs-linkedin {
    background: #0a66c2;
}

.rgs-ad-title h3,
.rgs-ad-title p {
    margin: 0;
}

.rgs-ad-title h3 {
    font-size: 20px;
}

.rgs-ad-title p {
    color: var(--rgs-muted);
    font-size: 13px;
}

.rgs-ad-price {
    margin: 22px 0;
    padding: 16px 0;
    border-top: 1px solid var(--rgs-line);
    border-bottom: 1px solid var(--rgs-line);
}

.rgs-ad-price strong {
    font-size: 25px;
}

.rgs-ad-price span {
    color: var(--rgs-muted);
}

.rgs-ad-card .rgs-check-list {
    min-height: 172px;
}

.rgs-channel-guide {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
    padding: 24px 28px;
    background: var(--rgs-white);
    border: 1px solid #eadfd7;
    border-radius: 8px;
}

.rgs-channel-guide > div {
    display: flex;
    flex-direction: column;
}

.rgs-channel-guide span {
    color: var(--rgs-muted);
    font-size: 12px;
}

.rgs-channel-guide strong {
    font-size: 14px;
}

.rgs-process {
    background: var(--rgs-navy);
    color: var(--rgs-white);
}

.rgs-process .rgs-section-heading h2 {
    color: var(--rgs-white);
}

.rgs-process-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    list-style: none;
}

.rgs-process-list li {
    min-height: 210px;
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 32px 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.rgs-process-list li:nth-child(3n + 1) {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.rgs-process-list > li > span {
    color: #8be8bd;
    font-size: 14px;
    font-weight: 800;
}

.rgs-process-list h3 {
    margin: 0 0 10px;
    font-size: 19px;
}

.rgs-process-list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 14px;
}

.rgs-fit {
    background: var(--rgs-white);
}

.rgs-fit-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 74px;
    align-items: start;
}

.rgs-why-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
    margin-top: 32px;
    border-top: 1px solid var(--rgs-line);
}

.rgs-why-list > div {
    padding: 22px 0;
    border-bottom: 1px solid var(--rgs-line);
}

.rgs-why-list strong {
    display: block;
    margin-bottom: 6px;
}

.rgs-why-list p {
    margin: 0;
    color: var(--rgs-muted);
    font-size: 14px;
}

.rgs-eligibility {
    padding: 38px;
    background: var(--rgs-green-light);
    border-left: 5px solid var(--rgs-green);
    border-radius: 0 8px 8px 0;
}

.rgs-eligibility h3 {
    margin: 0 0 12px;
    font-size: 25px;
    line-height: 1.25;
}

.rgs-eligibility h4 {
    margin: 0 0 8px;
    color: var(--rgs-danger);
    font-size: 15px;
}

.rgs-eligibility p {
    margin: 0 0 18px;
    color: #3b5d50;
}

.rgs-eligibility > strong {
    display: block;
    color: var(--rgs-green);
    font-size: 14px;
}

.rgs-eligibility-rule {
    height: 1px;
    margin: 24px 0;
    background: #b6dbc9;
}

.rgs-audit-section {
    background: var(--rgs-surface);
}

.rgs-audit-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
    gap: 68px;
    align-items: start;
}

.rgs-audit-intro {
    position: sticky;
    top: 112px;
}

.rgs-audit-intro > p {
    margin: 18px 0 0;
}

.rgs-audit-benefits {
    margin-top: 30px;
    border-top: 1px solid #cbd4dd;
}

.rgs-audit-benefits > div {
    padding: 16px 0;
    border-bottom: 1px solid #cbd4dd;
}

.rgs-audit-benefits strong,
.rgs-audit-benefits span {
    display: block;
}

.rgs-audit-benefits span {
    color: var(--rgs-muted);
    font-size: 13px;
}

.rgs-whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: var(--rgs-green) !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.rgs-whatsapp-link svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.rgs-form-shell {
    min-height: 600px;
    padding: 36px;
    background: var(--rgs-white);
    border: 1px solid #d8e0e8;
    border-radius: 8px;
    box-shadow: var(--rgs-shadow);
}

.rgs-form-head {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.rgs-form-head > div:first-child {
    display: flex;
    flex-direction: column;
}

.rgs-form-head span {
    color: var(--rgs-blue);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.rgs-form-head strong {
    font-size: 18px;
}

.rgs-form-progress {
    height: 6px;
    overflow: hidden;
    background: #e9eef3;
    border-radius: 6px;
}

.rgs-form-progress span {
    display: block;
    width: 33.333%;
    height: 100%;
    background: var(--rgs-green);
    border-radius: 6px;
    transition: width 240ms ease;
}

.rgs-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.rgs-form-step {
    display: none;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.rgs-form-step.is-active {
    display: block;
}

.rgs-form-step legend {
    width: 100%;
    margin-bottom: 22px;
    padding: 0;
    color: var(--rgs-ink);
    font-size: 23px;
    font-weight: 700;
}

.rgs-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.rgs-field {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.rgs-field > span {
    color: #34485c;
    font-size: 13px;
    font-weight: 600;
}

.rgs-field-full {
    grid-column: 1 / -1;
}

.rgs-field input,
.rgs-field select,
.rgs-field textarea {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 11px 13px;
    color: var(--rgs-ink);
    background: var(--rgs-white);
    border: 1px solid #b9c5d0;
    border-radius: 5px;
}

.rgs-field textarea {
    min-height: 110px;
    resize: vertical;
}

.rgs-field input::placeholder,
.rgs-field textarea::placeholder {
    color: #8a98a6;
}

.rgs-field input:focus,
.rgs-field select:focus,
.rgs-field textarea:focus {
    border-color: var(--rgs-blue);
    box-shadow: 0 0 0 3px rgba(23, 79, 140, 0.1);
    outline: 0;
}

.rgs-field input.is-invalid,
.rgs-field select.is-invalid,
.rgs-field textarea.is-invalid,
.rgs-consent.is-invalid {
    border-color: var(--rgs-danger);
}

.rgs-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: var(--rgs-muted);
    font-size: 12px;
    line-height: 1.45;
}

.rgs-consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin: 1px 0 0;
    accent-color: var(--rgs-green);
}

.rgs-consent a {
    color: var(--rgs-blue);
}

.rgs-form-actions {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 26px;
}

.rgs-form-actions > span {
    margin-right: auto;
    color: var(--rgs-muted);
    font-size: 12px;
}

.rgs-submit-btn {
    min-width: 300px;
}

.rgs-submit-btn:disabled {
    cursor: wait;
    opacity: 0.7;
    transform: none;
}

.rgs-form-error {
    display: none;
    margin: 16px 0 0;
    padding: 10px 12px;
    color: var(--rgs-danger);
    background: #fff1f0;
    border-left: 3px solid var(--rgs-danger);
    font-size: 13px;
}

.rgs-form-error.is-visible {
    display: block;
}

.rgs-form-privacy {
    margin: 8px 0 0;
    color: #8492a0;
    font-size: 11px;
    text-align: right;
}

.rgs-form-success {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rgs-form-success[hidden] {
    display: none;
}

.rgs-success-icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--rgs-white);
    background: var(--rgs-green);
    font-size: 28px;
    font-weight: 800;
}

.rgs-form-success h3 {
    max-width: 440px;
    margin: 22px 0 10px;
    font-size: 28px;
    line-height: 1.25;
}

.rgs-form-success p {
    max-width: 480px;
    margin: 0;
    color: var(--rgs-muted);
}

.rgs-reference {
    margin: 22px 0;
    padding: 10px 16px;
    background: var(--rgs-surface);
    border: 1px solid var(--rgs-line);
    border-radius: 5px;
}

.rgs-faq {
    background: var(--rgs-white);
}

.rgs-faq-grid {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 80px;
    align-items: start;
}

.rgs-faq-heading {
    position: sticky;
    top: 112px;
}

.rgs-faq-heading > p {
    margin: 18px 0 0;
}

.rgs-faq-heading a {
    color: var(--rgs-blue);
    font-weight: 700;
}

.rgs-faq-list {
    border-top: 1px solid var(--rgs-line);
}

.rgs-faq-list details {
    border-bottom: 1px solid var(--rgs-line);
}

.rgs-faq-list summary {
    position: relative;
    padding: 20px 44px 20px 0;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.rgs-faq-list summary::-webkit-details-marker {
    display: none;
}

.rgs-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 13px;
    right: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rgs-blue);
    border: 1px solid #b9c5d0;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 400;
}

.rgs-faq-list details[open] summary::after {
    content: "-";
}

.rgs-faq-list details p {
    margin: -4px 44px 20px 0;
    color: var(--rgs-muted);
}

.rgs-final-cta {
    padding: 96px 0;
    color: var(--rgs-white);
    background: var(--rgs-navy);
}

.rgs-final-inner {
    text-align: center;
}

.rgs-final-cta h2 {
    max-width: 880px;
    margin: 0 auto;
    color: var(--rgs-white);
}

.rgs-final-cta p:not(.rgs-kicker) {
    max-width: 740px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

.rgs-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.rgs-footer {
    padding: 68px 0 22px;
    color: rgba(255, 255, 255, 0.72);
    background: #071522;
}

.rgs-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 70px;
}

.rgs-footer-brand img {
    width: 200px;
    height: 66px;
    margin: 0 0 10px;
    object-fit: contain;
}

.rgs-footer p {
    max-width: 380px;
    margin: 0;
    font-size: 14px;
}

.rgs-footer h3 {
    margin: 0 0 14px;
    color: var(--rgs-white);
    font-size: 14px;
}

.rgs-footer-grid > div:not(:first-child) {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rgs-footer a {
    font-size: 14px;
    text-decoration: none;
}

.rgs-footer a:hover {
    color: var(--rgs-white);
}

.rgs-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 46px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 12px;
}

.rgs-mobile-bar {
    display: none;
}

@media (max-width: 1060px) {
    .rgs-desktop-nav {
        display: none;
    }

    .rgs-header-inner {
        grid-template-columns: 1fr auto;
    }

    .rgs-hero h1 {
        font-size: 52px;
    }

    .rgs-trust-grid > div {
        padding: 18px;
    }

    .rgs-problem-layout,
    .rgs-case-grid,
    .rgs-fit-grid,
    .rgs-faq-grid {
        gap: 42px;
    }

    .rgs-package-grid,
    .rgs-ad-grid {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin: 0 auto;
    }

    .rgs-package-card h3,
    .rgs-package-top > p,
    .rgs-ad-card .rgs-check-list {
        min-height: 0;
    }

    .rgs-channel-guide {
        grid-template-columns: repeat(3, 1fr);
    }

    .rgs-channel-guide .rgs-btn {
        grid-column: 1 / -1;
    }

    .rgs-audit-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .rgs-audit-intro,
    .rgs-faq-heading {
        position: static;
    }

    .rgs-audit-intro {
        max-width: 760px;
    }
}

@media (max-width: 800px) {
    html {
        scroll-padding-top: 72px;
    }

    .rgs-container {
        width: min(calc(100% - 32px), var(--rgs-container));
    }

    .rgs-header {
        height: 68px;
    }

    .rgs-brand {
        width: 132px;
        height: 64px;
    }

    .rgs-brand img {
        width: 132px;
        height: 44px;
        object-fit: contain;
    }

    .rgs-phone-link {
        width: 42px;
        height: 42px;
        justify-content: center;
        overflow: hidden;
        border: 1px solid var(--rgs-line);
        border-radius: 50%;
        color: transparent;
        font-size: 0;
    }

    .rgs-phone-link svg {
        flex: 0 0 18px;
    }

    .rgs-btn-small {
        display: none;
    }

    .rgs-hero {
        min-height: 700px;
        max-height: none;
        padding: 76px 0 84px;
        background-position: 68% center;
    }

    .rgs-hero::before {
        background: rgba(5, 19, 33, 0.74);
    }

    .rgs-hero h1 {
        font-size: 42px;
    }

    .rgs-hero-lead {
        font-size: 18px;
    }

    .rgs-proof-callout {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .rgs-hero-actions {
        width: 100%;
    }

    .rgs-hero-actions .rgs-btn {
        width: 100%;
    }

    .rgs-trust-grid {
        grid-template-columns: 1fr 1fr;
    }

    .rgs-trust-grid > div {
        min-height: 94px;
        border-bottom: 1px solid var(--rgs-line);
    }

    .rgs-section {
        padding: 76px 0;
    }

    .rgs-section-heading h2,
    .rgs-why h2,
    .rgs-audit-intro h2,
    .rgs-faq-heading h2,
    .rgs-final-cta h2,
    .rgs-case-copy h2 {
        font-size: 34px;
    }

    .rgs-problem-layout,
    .rgs-case-grid,
    .rgs-fit-grid,
    .rgs-faq-grid {
        grid-template-columns: 1fr;
    }

    .rgs-case-copy {
        order: -1;
    }

    .rgs-process-list {
        grid-template-columns: 1fr 1fr;
    }

    .rgs-process-list li:nth-child(3n + 1) {
        border-left: 0;
    }

    .rgs-process-list li:nth-child(2n + 1) {
        border-left: 1px solid rgba(255, 255, 255, 0.18);
    }

    .rgs-footer-grid {
        grid-template-columns: 1.3fr 1fr;
        gap: 44px;
    }

    .rgs-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    body.rgs-page {
        padding-bottom: 62px;
    }

    .rgs-header-actions {
        gap: 8px;
    }

    .rgs-hero {
        min-height: 720px;
        padding: 56px 0 72px;
    }

    .rgs-hero h1 {
        font-size: 36px;
        line-height: 1.08;
    }

    .rgs-hero-lead {
        margin-top: 18px;
        font-size: 16px;
    }

    .rgs-proof-callout {
        margin-top: 20px;
        padding: 12px 14px;
    }

    .rgs-proof-callout strong {
        font-size: 16px;
    }

    .rgs-proof-callout span {
        font-size: 12px;
    }

    .rgs-hero-actions {
        margin-top: 22px;
    }

    .rgs-trust-grid > div {
        padding: 14px 12px;
    }

    .rgs-trust-grid strong {
        font-size: 16px;
    }

    .rgs-trust-grid span {
        font-size: 12px;
    }

    .rgs-section {
        padding: 64px 0;
    }

    .rgs-section-heading {
        margin-bottom: 36px;
        text-align: left;
    }

    .rgs-section-heading h2,
    .rgs-why h2,
    .rgs-audit-intro h2,
    .rgs-faq-heading h2,
    .rgs-final-cta h2,
    .rgs-case-copy h2 {
        font-size: 30px;
    }

    .rgs-section-heading > p:last-child,
    .rgs-audit-intro > p,
    .rgs-faq-heading > p,
    .rgs-case-copy > p,
    .rgs-final-cta p:not(.rgs-kicker) {
        font-size: 16px;
    }

    .rgs-solution-panel,
    .rgs-package-card,
    .rgs-ad-card,
    .rgs-eligibility,
    .rgs-form-shell {
        padding: 24px;
    }

    .rgs-solution-panel h3 {
        font-size: 26px;
    }

    .rgs-result-number {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .rgs-result-number strong {
        font-size: 36px;
    }

    .rgs-recommended {
        margin: -24px -24px 22px;
    }

    .rgs-price strong {
        font-size: 27px;
    }

    .rgs-table-wrap {
        margin-right: -16px;
        border-radius: 6px 0 0 6px;
    }

    .rgs-channel-guide {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 22px;
    }

    .rgs-channel-guide .rgs-btn {
        grid-column: auto;
    }

    .rgs-process-list {
        grid-template-columns: 1fr;
    }

    .rgs-process-list li,
    .rgs-process-list li:nth-child(2n + 1) {
        min-height: 0;
        padding: 24px 18px;
        border-left: 1px solid rgba(255, 255, 255, 0.18);
    }

    .rgs-why-list {
        grid-template-columns: 1fr;
    }

    .rgs-audit-grid {
        gap: 34px;
    }

    .rgs-form-shell {
        min-height: 640px;
        margin-right: -8px;
        margin-left: -8px;
    }

    .rgs-form-head {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .rgs-field-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .rgs-field-full {
        grid-column: auto;
    }

    .rgs-form-step legend {
        font-size: 20px;
    }

    .rgs-form-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .rgs-form-actions > span {
        margin: 0;
        text-align: center;
    }

    .rgs-form-actions .rgs-btn,
    .rgs-submit-btn {
        width: 100%;
        min-width: 0;
    }

    .rgs-form-privacy {
        text-align: left;
    }

    .rgs-final-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .rgs-footer {
        padding-top: 52px;
    }

    .rgs-footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .rgs-footer-brand {
        grid-column: auto;
    }

    .rgs-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .rgs-mobile-bar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1200;
        height: 62px;
        display: grid;
        grid-template-columns: 68px 92px 1fr;
        background: var(--rgs-white);
        border-top: 1px solid var(--rgs-line);
        box-shadow: 0 -8px 24px rgba(13, 35, 57, 0.12);
    }

    .rgs-mobile-bar a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 2px;
        color: var(--rgs-ink);
        border-right: 1px solid var(--rgs-line);
        font-size: 10px;
        font-weight: 700;
        text-decoration: none;
    }

    .rgs-mobile-bar svg {
        width: 19px;
        height: 19px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .rgs-mobile-bar a:nth-child(2) {
        color: var(--rgs-green);
    }

    .rgs-mobile-bar a:nth-child(2) svg {
        fill: currentColor;
        stroke: none;
    }

    .rgs-mobile-bar .rgs-mobile-audit {
        flex-direction: row;
        gap: 12px;
        color: var(--rgs-white);
        background: var(--rgs-orange);
        border-right: 0;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .rgs-btn,
    .rgs-text-link span,
    .rgs-form-progress span {
        transition: none;
    }
}
