body {
    margin: 0;
    background: #f5f6f7;
    color: #111111;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rev-app-bar {
    background: #050505;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rev-app-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    width: min(100%, 1380px);
    margin: 0 auto;
    padding: 0.7rem 1.5rem;
    box-sizing: border-box;
}

.rev-app-bar__brand,
.rev-nav-items__link,
.rev-nav-items__cta {
    text-decoration: none;
}

.rev-app-bar__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: #ffffff;
}

.rev-app-bar__brand-copy {
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.rev-nav-items {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.rev-nav-items__link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.93rem;
    font-weight: 600;
}

.rev-nav-items__link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.rev-explore-menu {
    position: relative;
    padding-bottom: 0.75rem;
    margin-bottom: -0.75rem;
}

.rev-explore-menu__trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 44px;
    padding: 0.7rem 0.95rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    font: inherit;
    font-size: 0.93rem;
    font-weight: 600;
}

.rev-explore-menu__trigger:hover,
.rev-explore-menu.is-open .rev-explore-menu__trigger {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.rev-explore-menu__chevron {
    font-size: 0.8rem;
    line-height: 1;
}

.rev-explore-menu__panel {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 50;
    display: none;
    width: min(90vw, 980px);
    padding: 1.1rem;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 30px 70px rgba(17, 17, 17, 0.22);
    transform: translateX(-33%);
}

.rev-explore-menu.is-open .rev-explore-menu__panel {
    display: block;
}

.rev-explore-menu__search {
    position: relative;
    margin-bottom: 1rem;
}

.rev-explore-menu__search-icon {
    position: absolute;
    top: 50%;
    left: 0.95rem;
    color: #6b7280;
    transform: translateY(-50%);
}

.rev-explore-menu__search-input {
    width: 100%;
    min-height: 48px;
    padding: 0 1rem 0 2.65rem;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 14px;
    background: #f8f8f8;
    color: #111111;
    font: inherit;
}

.rev-explore-menu__groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.rev-explore-menu__group {
    display: grid;
    gap: 0.9rem;
    min-width: 0;
}

.rev-explore-menu__group-copy {
    display: grid;
    gap: 0.25rem;
}

.rev-explore-menu__group-title {
    margin: 0;
    color: #111111;
    font-size: 0.98rem;
    font-weight: 800;
}

.rev-explore-menu__group-description {
    margin: 0;
    color: #6b7280;
    font-size: 0.88rem;
    line-height: 1.45;
}

.rev-explore-menu__group-links,
.rev-explore-menu__results {
    display: grid;
    gap: 0.7rem;
}

.rev-explore-menu__group-link,
.rev-explore-menu__result {
    display: grid;
    gap: 0.25rem;
    min-height: 5.35rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 14px;
    color: #111111;
    text-decoration: none;
}

.rev-explore-menu__group-link:hover,
.rev-explore-menu__result:hover {
    border-color: rgba(200, 155, 60, 0.55);
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
    transform: translateY(-1px);
}

.rev-explore-menu__group-link strong,
.rev-explore-menu__result strong {
    color: #111111;
    font-size: 0.95rem;
}

.rev-explore-menu__group-link span,
.rev-explore-menu__result span {
    color: #6b7280;
    font-size: 0.88rem;
    line-height: 1.5;
}

.rev-explore-menu__results[hidden],
.rev-explore-menu__groups[hidden],
.rev-explore-menu__result[hidden] {
    display: none;
}

.rev-nav-items__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-left: 0.45rem;
    padding: 0.72rem 1.15rem;
    border-radius: 999px;
    background: #c89b3c;
    color: #111111;
    font-size: 0.93rem;
    font-weight: 800;
}

.rev-mobile-menu {
    display: none;
    position: relative;
}

.rev-mobile-menu summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 0.95rem;
    border-radius: 999px;
    background: #c89b3c;
    color: #111111;
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 800;
    list-style: none;
}

.rev-mobile-menu summary::-webkit-details-marker {
    display: none;
}

.rev-mobile-menu__panel {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0;
    z-index: 60;
    display: grid;
    gap: 1rem;
    width: min(92vw, 420px);
    max-height: calc(100dvh - 5.5rem);
    padding: 1rem;
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #050505;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.rev-mobile-menu__actions,
.rev-mobile-menu__quick-links,
.rev-mobile-menu__groups,
.rev-mobile-menu__group-links,
.rev-mobile-menu__results {
    display: grid;
    gap: 0.65rem;
}

.rev-mobile-menu__actions {
    grid-template-columns: 1fr;
}

.rev-mobile-menu__quick-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rev-mobile-menu__cta,
.rev-mobile-menu__action-link,
.rev-mobile-menu__quick-links a,
.rev-mobile-menu__group-link,
.rev-mobile-menu__result {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0.72rem 0.85rem;
    border-radius: 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.rev-mobile-menu__cta {
    justify-content: center;
    background: #c89b3c;
    color: #111111;
    font-weight: 800;
}

.rev-mobile-menu__action-link,
.rev-mobile-menu__quick-links a {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.rev-mobile-menu__explore {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    border-radius: 16px;
    background: #f7f4ee;
}

.rev-mobile-menu__explore-header {
    display: grid;
    gap: 0.25rem;
}

.rev-mobile-menu__explore-header p {
    margin: 0;
    color: #9a6b12;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.rev-mobile-menu__explore-header h2 {
    margin: 0;
    color: #111111;
    font-size: 1.15rem;
    line-height: 1.2;
}

.rev-mobile-menu__search {
    position: relative;
    margin: 0;
}

.rev-mobile-menu__search-icon {
    position: absolute;
    top: 50%;
    left: 0.95rem;
    color: #6b7280;
    transform: translateY(-50%);
}

.rev-mobile-menu__search-input {
    width: 100%;
    min-height: 46px;
    padding: 0 1rem 0 2.65rem;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 12px;
    background: #ffffff;
    color: #111111;
    font: inherit;
}

.rev-mobile-menu__group {
    display: grid;
    gap: 0.75rem;
}

.rev-mobile-menu__group-copy {
    display: grid;
    gap: 0.2rem;
}

.rev-mobile-menu__group-copy strong {
    color: #111111;
    font-size: 0.98rem;
}

.rev-mobile-menu__group-copy span {
    color: #6b7280;
    font-size: 0.88rem;
    line-height: 1.45;
}

.rev-mobile-menu__panel .rev-mobile-menu__group-link,
.rev-mobile-menu__panel .rev-mobile-menu__result {
    display: grid;
    gap: 0.2rem;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: #ffffff;
    color: #111111;
}

.rev-mobile-menu__panel .rev-mobile-menu__group-link,
.rev-mobile-menu__panel .rev-mobile-menu__group-link:visited,
.rev-mobile-menu__panel .rev-mobile-menu__group-link:hover,
.rev-mobile-menu__panel .rev-mobile-menu__result,
.rev-mobile-menu__panel .rev-mobile-menu__result:visited,
.rev-mobile-menu__panel .rev-mobile-menu__result:hover,
.rev-mobile-menu__panel .rev-mobile-menu__result strong {
    color: #111111;
}

.rev-mobile-menu__panel .rev-mobile-menu__result span {
    color: #6b7280;
    font-size: 0.88rem;
    line-height: 1.45;
}

.rev-mobile-menu__groups[hidden],
.rev-mobile-menu__results[hidden],
.rev-mobile-menu__result[hidden] {
    display: none;
}

.homepage-shell {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 3.25rem;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.06), 0 6px 18px rgba(15, 23, 42, 0.04);
}

.home-hero {
    padding: 0 0 1rem;
}

.home-section {
    padding: 3.5rem 0;
}

.home-container {
    max-width: 1180px;
    margin: 0 auto;
}

.layout-footer {
    background: #111111;
    color: #d1d5db;
    padding: 3rem 0 0;
    margin-top: 3rem;
    width: 100%;
}

.hydro-footer-container {
    width: min(100% - 3rem, 1280px);
    margin: 0 auto;
}

.layout-footer .footer-inner {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
}

.layout-footer .footer-brand {
    padding-right: 1rem;
}

.layout-footer .footer-brand-name,
.layout-footer .footer-col-title {
    display: block;
    color: #ffffff;
    font-weight: 800;
}

.layout-footer .footer-brand-name {
    font-size: 1.05rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.layout-footer .footer-brand-desc,
.layout-footer .footer-ul a,
.layout-footer .footer-social a,
.layout-footer .footer-social span,
.layout-footer .footer-copyright {
    color: #9ca3af;
}

.layout-footer .footer-brand-desc {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
}

.layout-footer .footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
}

.layout-footer .footer-social a,
.layout-footer .footer-ul a {
    text-decoration: none;
}

.layout-footer .footer-social a,
.layout-footer .footer-social span,
.layout-footer .footer-ul a {
    font-size: 0.875rem;
}

.layout-footer .footer-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
}

.layout-footer .footer-social-link img {
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    object-fit: contain;
}

.layout-footer .footer-social a,
.layout-footer .footer-col-title {
    font-weight: 700;
}

.layout-footer .footer-col-title {
    font-size: 0.9rem;
    margin-bottom: 0.85rem;
}

.layout-footer .footer-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.layout-footer .footer-ul a:hover,
.layout-footer .footer-social a:hover {
    color: #ffffff;
    opacity: 0.82;
}

.layout-footer .footer-copyright {
    border-top: 1px solid #1f2937;
    padding: 1.25rem 0;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .layout-footer .footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

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

@media (max-width: 480px) {
    .hydro-footer-container {
        width: min(100% - 2rem, 1280px);
    }

    .layout-footer .footer-inner {
        grid-template-columns: 1fr;
    }
}

.hero-surface {
    position: relative;
    overflow: visible;
    padding: clamp(1.6rem, 3vw, 3rem);
    border: 1px solid #d9e0ea;
    background: #ffffff;
    box-shadow: 0 28px 64px rgba(15, 23, 42, 0.08), 0 10px 24px rgba(15, 23, 42, 0.06);
}

.hero-background-image {
    position: absolute;
    inset: 0 0 0 39%;
    overflow: hidden;
    border-radius: inherit;
}

.hero-background-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 18%, rgba(255, 255, 255, 0.55) 42%, rgba(17, 24, 39, 0.18) 100%),
        linear-gradient(180deg, rgba(17, 24, 39, 0.06), rgba(17, 24, 39, 0.24));
}

.hero-background-image picture,
.hero-background-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.03);
}

.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.9fr);
    gap: 2rem;
    align-items: center;
}

.hero-copy {
    padding: 0.4rem 0.5rem 0.4rem 0;
}

.hero-eyebrow {
    margin: 0 0 0.75rem;
    color: #7a5b00;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 0;
    color: #111111;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1;
    font-weight: 700;
}

.hero-description {
    max-width: 34rem;
    margin: 1rem 0 0;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.hero-button,
.hero-match-button,
.comparison-button,
.latest-news-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 1.15rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
}

.hero-button-primary,
.hero-match-button {
    border: 1px solid #111111;
    background: #111111;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(17, 17, 17, 0.18);
}

.hero-button-secondary,
.comparison-button,
.latest-news-link {
    border: 1px solid rgba(17, 17, 17, 0.16);
    background: rgba(255, 255, 255, 0.84);
    color: #111111;
}

.hero-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.35rem;
}

.hero-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #374151;
    font-size: 0.92rem;
}

.hero-trust-icon {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    background: #111111;
    display: inline-grid;
    place-items: center;
    box-shadow: 0 0 0 4px rgba(200, 155, 60, 0.18);
}

.hero-trust-icon::before {
    content: "\2713";
    color: #ffffff;
    font-size: 0.55rem;
    font-weight: 700;
    line-height: 1;
}

.hero-visual {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 360px;
}

.hero-match-card {
    position: absolute;
    top: 0;
    right: 0;
    width: min(100%, 360px);
    padding: 1rem;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.18);
    box-sizing: border-box;
}

.hero-match-header h2 {
    margin: 0;
}

.hero-match-header p {
    margin: 0.25rem 0 0;
    color: #6b7280;
    font-size: 0.84rem;
}

.hero-match-control {
    display: block;
    margin-top: 0.65rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    background: #ffffff;
    font-size: 0.88rem;
}

.hero-match-control > span {
    color: #6b7280;
    font-weight: 700;
}

.hero-match-control > strong {
    float: right;
    color: #111827;
}

.hero-match-control input[type="range"] {
    display: block;
    width: 100%;
    margin-top: 0.55rem;
    accent-color: #C89B3C;
}

.hero-match-select-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

.hero-match-select-control select {
    display: block;
    width: auto;
    min-width: 150px;
    padding: 0.5rem 0.65rem;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    background: #F9FAFB;
    color: #111827;
    font: inherit;
    font-weight: 700;
}

.hero-match-select-label {
    flex: 0 0 auto;
}

.hero-match-button {
    margin-top: 0.85rem;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    font: inherit;
}

.section-heading.compact {
    margin-bottom: 1rem;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(1.7rem, 2.5vw, 2.3rem);
    font-weight: 700;
}

.how-grid,
.trust-grid,
.latest-news-grid,
.comparison-grid,
.top-picks-grid {
    display: grid;
    gap: 1rem;
}

.how-grid,
.trust-grid,
.latest-news-grid,
.comparison-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.top-picks-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.how-card {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 0.8rem 0.35rem;
}

.how-step {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    background: rgba(200, 155, 60, 0.12);
    color: #C89B3C;
    font-size: 0.88rem;
    font-weight: 700;
}

.how-copy h3,
.how-copy p {
    margin: 0;
}

.how-copy h3 {
    font-size: 1rem;
    font-weight: 700;
}

.how-copy p {
    margin-top: 0.35rem;
    color: #6b7280;
    line-height: 1.6;
}

.pick-card,
.comparison-card,
.latest-news-card {
    overflow: hidden;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}

.pick-card {
    display: block;
}

.pick-card-image picture {
    display: block;
}

.pick-card-image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.pick-card-body,
.comparison-body,
.latest-news-card-body {
    padding: 1rem;
}

.pick-card-body h3,
.comparison-body h3 {
    margin: 0;
}

.pick-card-body p {
    margin: 0.4rem 0 0;
    color: #6b7280;
    line-height: 1.6;
}

.comparison-images {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    aspect-ratio: 16 / 6.3;
}

.comparison-images picture {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0.75rem;
}

.comparison-images picture + picture {
    border-left: 1px solid #eef2f4;
}

.comparison-images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.comparison-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.88);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.comparison-prices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 0.85rem;
}

.comparison-prices span {
    color: #6b7280;
    font-size: 0.88rem;
}

.comparison-prices strong {
    display: block;
    margin-top: 0.2rem;
}

.comparison-button {
    margin-top: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.latest-news-section {
    border-top: 1px solid #eef2f4;
}

.latest-news-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.latest-news-heading p {
    margin: 0 0 0.35rem;
    color: #156f5b;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.latest-news-heading h2 {
    margin: 0;
    color: #17212b;
    font-size: clamp(1.7rem, 2.5vw, 2.3rem);
    font-weight: 700;
    line-height: 1.12;
}

.latest-news-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-color: #d9e2e7;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.latest-news-card:hover {
    border-color: #1f8f75;
    box-shadow: 0 12px 28px rgba(20, 38, 52, 0.12);
    transform: translateY(-2px);
}

.latest-news-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.latest-news-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.latest-news-kicker {
    margin-bottom: 0.5rem;
    color: #156f5b;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.latest-news-card h3 {
    margin: 0;
    color: #182631;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.24;
}

.latest-news-card p {
    flex: 1;
    margin: 0.65rem 0 1rem;
    color: #4f5d66;
    font-size: 0.95rem;
    line-height: 1.55;
}

.latest-news-meta {
    color: #62717c;
    font-size: 0.85rem;
    line-height: 1.45;
}

.trust-strip {
    padding: 1.6rem;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.trust-heading {
    margin-bottom: 1rem;
}

.trust-card {
    padding: 0.75rem 0;
}

.trust-card h3 {
    margin: 0 0 0.45rem;
    color: #111111;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 700;
}

.trust-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.55;
}

.email-capture {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.email-capture-copy {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.email-capture-copy p {
    margin: 0;
    color: #374151;
    font-weight: 500;
}

.trust-icon {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    background: #16A34A;
    box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.16);
}

.email-capture-form {
    display: flex;
    gap: 0.75rem;
    width: min(100%, 480px);
}

.email-capture-form input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0.9rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font: inherit;
}

.email-capture-form button {
    padding: 0.9rem 1rem;
    border: 0;
    border-radius: 10px;
    background: #C89B3C;
    color: #111111;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.email-capture-placeholder {
    margin: 0.75rem 0 0;
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.45;
}

.email-capture-placeholder--success {
    color: #15803d;
}

.email-capture-placeholder--error {
    color: #b91c1c;
}

@media (max-width: 1320px) {
    .homepage-shell {
        margin-inline: 1rem;
    }

    .home-container {
        max-width: calc(100% - 2rem);
    }
}

@media (max-width: 980px) {
    .rev-nav-items {
        display: none;
    }

    .rev-mobile-menu {
        display: block;
    }

    .hero-background-image {
        inset: 45% 0 0 0;
    }

    .hero-background-image::after {
        background:
            linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 18%, rgba(255, 255, 255, 0.5) 44%, rgba(17, 24, 39, 0.2) 100%),
            linear-gradient(180deg, rgba(17, 24, 39, 0.06), rgba(17, 24, 39, 0.24));
    }

    .hero-grid,
    .how-grid,
    .trust-grid {
        grid-template-columns: 1fr;
    }

    .top-picks-grid,
    .comparison-grid,
    .latest-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-visual {
        min-height: 0;
        justify-content: flex-start;
    }

    .hero-match-card {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 360px;
        margin-left: auto;
    }

    .email-capture {
        flex-direction: column;
        align-items: stretch;
    }

    .email-capture-form {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .rev-app-bar__inner {
        padding: 0.7rem 1rem;
    }

    .rev-app-bar__brand-copy {
        font-size: 0.8rem;
        letter-spacing: 0.08em;
    }

    .homepage-shell {
        margin: 0 0.75rem 0.75rem;
        border-radius: 8px;
        box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
    }

    .home-hero {
        padding-top: 0.75rem;
    }

    .hero-surface {
        padding: 1.2rem;
    }

    .hero-copy h1 {
        max-width: none;
        font-size: clamp(1.85rem, 9vw, 2.45rem);
    }

    .hero-description {
        font-size: 0.98rem;
    }

    .hero-trust-list {
        gap: 0.75rem;
    }

    .hero-trust-item {
        width: 100%;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .hero-background-image {
        inset: 54% 0 0 0;
    }

    .top-picks-grid,
    .comparison-grid,
    .latest-news-grid {
        grid-template-columns: 1fr;
    }

    .latest-news-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .email-capture-form {
        display: grid;
        grid-template-columns: 1fr;
    }
}
