@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap');

:root {
    --font-body: "Manrope", "Segoe UI", "Trebuchet MS", sans-serif;
    --font-heading: "Plus Jakarta Sans", "Avenir Next", "Segoe UI", sans-serif;
    --bg-color: #ffffff;
    --brand-green-700: #166534;
    --brand-green-500: #2f8f3f;
    --brand-gold-500: #d4af37;
    --brand-gold-100: #fff8df;
}

html {
    zoom: 0.9;
}

@media (max-width: 768px) {
    html {
        zoom: 1;
    }
}

body {
    font-family: var(--font-body);
    line-height: 1.6;
    color: #1f2937;
    background-color: var(--bg-color);
    margin: 0; padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.signup-page {
    background-color: #e8eef5;
}

body.home-page {
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.08), transparent 22%),
        linear-gradient(180deg, #f8fbff 0%, #f7faf5 18%, #ffffff 40%);
}

.shop-page {
    background: #ffffff;
}

.shop-page .search-page-shell {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 12px 0 0;
}

.signup-page .signup-main {
    background-image: linear-gradient(rgba(255, 255, 255, 0.30), rgba(255, 255, 255, 0.30)), url('assets/fotos/bg_signup.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: calc(100vh - 160px);
}

.signup-page .container {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(203, 213, 225, 0.7);
    border-radius: 14px;
    padding: 20px;
    backdrop-filter: blur(2px);
}

h1, h2, h3 {
    font-family: var(--font-heading);
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: #111827;
}

button,
input,
textarea,
select {
    font: inherit;
}

main {
    padding: 20px; 
    margin-top: 0;
    padding-bottom: 100px;
    flex: 1;
}

.home-shell {
    max-width: 1240px;
    margin: 0 auto;
}

.home-top-strip {
    background:
        radial-gradient(circle at top left, rgba(244, 114, 182, 0.16), rgba(244, 114, 182, 0) 24%),
        linear-gradient(135deg, #eef7ff 0%, #edfdf5 54%, #f8fffc 100%);
    border-top: 0;
    border-bottom: 1px solid rgba(191, 219, 254, 0.55);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home-top-strip-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.home-top-strip p {
    margin: 0;
    color: #334155;
    font-size: 14px;
}

.home-top-strip strong {
    color: #166534;
}

.home-top-strip-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.home-top-strip-links a {
    text-decoration: none;
    color: #14532d;
    border: 1px solid #d7e3f2;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.home-top-strip-links a:hover {
    background: #edf7ea;
}

.home-ad-marquee::before,
.home-ad-marquee::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(10px);
}

.home-ad-marquee::before {
    top: -40px;
    left: 6%;
    width: 180px;
    height: 180px;
    background: rgba(244, 114, 182, 0.28);
}

.home-ad-marquee::after {
    right: 8%;
    bottom: -70px;
    width: 220px;
    height: 220px;
    background: rgba(56, 189, 248, 0.18);
}

.home-ad-marquee-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 6px 20px 14px;
    position: relative;
    z-index: 1;
}

.home-ad-marquee-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.home-ad-marquee-kicker {
    margin: 0;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(191, 219, 254, 0.9);
    color: #4b5563;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-ad-marquee-head h2 {
    margin: 0;
    color: #123a62;
    font-size: clamp(18px, 2vw, 26px);
    line-height: 1.08;
    max-width: 24ch;
}

.home-ad-marquee-head p:last-child {
    margin: 4px 0 0;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.45;
    max-width: 66ch;
}

.home-ad-marquee-window {
    display: block;
}

.home-ad-carousel {
    position: relative;
}

.home-ad-carousel-slides {
    position: relative;
    min-height: 360px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(191, 219, 254, 0.8);
    box-shadow: 0 26px 50px rgba(148, 163, 184, 0.2);
    background: #dbeafe;
}

.home-ad-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.home-ad-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.home-ad-slide-hitarea {
    display: none;
}

.home-ad-slide-media,
.home-ad-slide-media img,
.home-ad-slide-shade {
    position: absolute;
    inset: 0;
}

.home-ad-slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-ad-slide-shade {
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.7) 0%, rgba(15, 23, 42, 0.32) 42%, rgba(15, 23, 42, 0.12) 100%);
}

.home-ad-slide.is-azure .home-ad-slide-shade {
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.76) 0%, rgba(15, 23, 42, 0.34) 40%, rgba(15, 23, 42, 0.12) 100%);
}

.home-ad-slide.is-mint .home-ad-slide-shade {
    background: linear-gradient(90deg, rgba(6, 78, 59, 0.82) 0%, rgba(15, 118, 110, 0.38) 42%, rgba(15, 118, 110, 0.1) 100%);
}

.home-ad-slide.is-sky .home-ad-slide-shade {
    background: linear-gradient(90deg, rgba(30, 64, 175, 0.82) 0%, rgba(59, 130, 246, 0.34) 42%, rgba(96, 165, 250, 0.08) 100%);
}

.home-ad-slide.is-peach .home-ad-slide-shade {
    background: linear-gradient(90deg, rgba(154, 52, 18, 0.82) 0%, rgba(251, 146, 60, 0.3) 42%, rgba(255, 237, 213, 0.06) 100%);
}

.home-ad-slide.is-lilac .home-ad-slide-shade {
    background: linear-gradient(90deg, rgba(91, 33, 182, 0.8) 0%, rgba(167, 139, 250, 0.3) 42%, rgba(237, 233, 254, 0.08) 100%);
}

.home-ad-slide-content {
    position: relative;
    z-index: 1;
    min-height: 360px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 20px;
    padding: 34px 34px 30px;
}

.home-ad-slide-copy {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: min(520px, 100%);
    padding-top: 34px;
}

.home-ad-slide-cta {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    min-width: 170px;
}

.home-ad-slide-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-ad-slide-topline strong {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 11px;
}

.home-ad-slide h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1.02;
    max-width: 12ch;
}

.home-ad-slide p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.6;
    max-width: 46ch;
}

.home-ad-slide-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 142px;
    padding: 11px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.2);
}

@media (max-width: 1100px) {
    .home-ad-slide-content {
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 26px 26px 24px;
    }

    .home-ad-slide-copy {
        max-width: min(560px, 100%);
        padding-top: 28px;
    }

    .home-ad-slide h3 {
        font-size: clamp(24px, 3.8vw, 36px);
        max-width: 13ch;
    }

    .home-ad-slide p {
        font-size: 14px;
        line-height: 1.5;
    }
}

.home-ad-slide-cta a:hover {
    background: #ffffff;
    transform: translateY(-1px);
}

.home-ad-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding-top: 14px;
}

.home-ad-carousel-arrow {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(191, 219, 254, 0.8);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f3d56;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(191, 219, 254, 0.24);
}

.home-ad-carousel-dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-ad-carousel-dot {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.34);
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.home-ad-carousel-dot.is-active {
    width: 34px;
    background: linear-gradient(90deg, #38bdf8 0%, #34d399 100%);
}

.home-ad-carousel-dot:hover,
.home-ad-carousel-arrow:hover {
    transform: translateY(-1px);
}

.home-hero {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 68px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 28px;
    background:
        linear-gradient(90deg, rgba(247, 251, 244, 0.96) 0%, rgba(247, 251, 244, 0.92) 42%, rgba(247, 251, 244, 0.78) 62%, rgba(247, 251, 244, 0.9) 100%),
        url("assets/fotos/banner%202.jpg") center center / cover no-repeat,
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.18), transparent 28%),
        linear-gradient(135deg, #eff8ec 0%, #f7fbf4 44%, #eef5ff 100%);
    border: 1px solid #d9e7d5;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
    gap: 22px;
    align-items: stretch;
}

.home-hero::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -50px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 143, 63, 0.18) 0%, rgba(47, 143, 63, 0) 70%);
    pointer-events: none;
}

.home-hero-copy {
    position: relative;
    z-index: 1;
}

.home-kicker {
    margin: 0 0 8px;
    color: var(--brand-green-500);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    font-weight: 700;
}

.home-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 46px);
    color: #16311f;
    line-height: 1.2;
    max-width: 14ch;
}

.home-subtitle {
    margin: 0;
    color: #334155;
    max-width: 62ch;
    font-size: 17px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.home-hero-search {
    margin-top: 20px;
    max-width: 720px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(216, 230, 212, 0.95);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(6px);
}

.home-hero-search input {
    min-width: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #16311f;
    font-size: 16px;
    padding: 10px 12px;
}

.home-hero-search input::placeholder {
    color: #64748b;
}

.home-hero-search button {
    border: 0;
    border-radius: 12px;
    padding: 12px 18px;
    background: linear-gradient(135deg, var(--brand-green-500) 0%, var(--brand-green-700) 100%);
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-hero-search button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(20, 83, 45, 0.22);
}

.home-hero-search-hints {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-hero-search-hints span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #d9e7d5;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.home-hero-actions {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-cta {
    text-decoration: none;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 14px;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.home-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 14px rgba(15, 23, 42, 0.12);
}

.home-cta-primary {
    background: var(--brand-green-500);
    color: #fff;
}

.home-cta-primary:hover {
    background: var(--brand-green-700);
}

.home-cta-secondary {
    background: var(--brand-gold-100);
    color: #5f4a00;
    border-color: #ebd890;
}

.home-cta-secondary:hover {
    background: #fbeeb8;
}

.home-cta-shop {
    background: #ffffff;
    color: #14532d;
    border-color: #b8d7b1;
}

.home-cta-shop:hover {
    background: #eef8ea;
}

.home-shop-promo {
    max-width: 100%;
    margin: 0 0 22px;
    padding: 30px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.24), transparent 34%),
        linear-gradient(135deg, #174731 0%, #1f5d41 48%, #edf5ff 48%, #ffffff 100%);
    color: #ffffff;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.9fr);
    gap: 22px;
    align-items: stretch;
    box-shadow: 0 26px 60px rgba(20, 83, 45, 0.15);
}

.home-shop-promo .home-kicker,
.home-shop-promo h2,
.home-shop-promo p {
    color: inherit;
}

.home-shop-promo h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.1;
}

.home-shop-promo-copy p:last-of-type {
    max-width: 58ch;
    color: rgba(255, 255, 255, 0.88);
}

.home-shop-promo-panel {
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 255, 0.92) 100%);
    color: #1f2937;
    border: 1px solid rgba(207, 223, 241, 0.9);
    backdrop-filter: blur(6px);
}

.home-shop-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff4cc;
    color: #7c5d00;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-shop-stats {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.home-shop-stat {
    padding: 14px 12px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #d8e7d3;
    text-align: center;
}

.home-shop-stat strong {
    display: block;
    font-size: clamp(24px, 3vw, 30px);
    line-height: 1;
    color: #14532d;
}

.home-shop-stat span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #475569;
}

.home-shop-points {
    margin: 18px 0 0;
    padding-left: 18px;
    color: #334155;
    display: block;
}

.home-shop-points li {
    display: list-item;
}

.home-shop-points li + li {
    margin-top: 8px;
}

.home-metrics {
    margin-top: 18px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-metric-card {
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #d4e4cf;
    background: #fff;
}

.home-metric-value {
    margin: 0;
    font-size: clamp(24px, 3.4vw, 32px);
    font-weight: 800;
    color: var(--brand-green-700);
    line-height: 1.05;
}

.home-metric-label {
    margin: 6px 0 0;
    color: #475569;
    font-size: 14px;
}

.home-topics {
    margin-top: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.home-topics p {
    margin: 0;
    color: #334155;
    font-weight: 600;
}

.home-topics span {
    background: #f6f9ef;
    color: #4f3d00;
    border: 1px solid #eadca2;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.home-hero-trust {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #d8e6d4;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
}

.home-hero-trust span::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--brand-gold-500);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.16);
}

.home-hero-panel {
    position: relative;
    z-index: 1;
    align-self: stretch;
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #d9e4f4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-hero-panel-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #edf5ff;
    color: #1f4d90;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-hero-panel h2 {
    margin: 14px 0 10px;
    font-size: clamp(21px, 2vw, 28px);
    color: #13293d;
}

.home-hero-panel p {
    margin: 0;
    color: #4b5563;
}

.home-hero-mini-metrics {
    margin-top: 18px;
    display: grid;
    gap: 10px;
}

.home-hero-mini-metrics article {
    padding: 14px 16px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #dde7f5;
}

.home-hero-mini-metrics strong {
    display: block;
    font-size: clamp(24px, 3vw, 30px);
    line-height: 1;
    color: #14532d;
}

.home-hero-mini-metrics span {
    display: block;
    margin-top: 6px;
    color: #475569;
    font-size: 14px;
}

.home-hero-panel-footer {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #dde7f5;
}

.home-hero-panel-footer p {
    margin: 0 0 10px;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.home-hero-panel-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-hero-panel-links a {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #d8e7d3;
    color: #14532d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.home-hero-panel-links a:hover {
    background: #eef8ea;
}

.home-stage {
    max-width: 1200px;
    margin: 0 auto 34px;
    padding: 22px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.14), transparent 26%),
        linear-gradient(180deg, #fcfdf9 0%, #f5f9f3 100%);
    border: 1px solid #e1eadb;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.06);
}

.home-stage-head {
    margin-bottom: 18px;
}

.home-stage-label {
    margin: 0 0 8px;
    color: #7c5d00;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    font-weight: 800;
}

.home-stage-head h2 {
    margin: 0 0 8px;
    font-size: clamp(24px, 3vw, 34px);
    color: #16202a;
}

.home-stage-head p {
    margin: 0;
    max-width: 72ch;
    color: #475569;
}

.home-stage-services .home-stage-head p:last-child {
    display: none;
}

.home-stage-services .home-shop-promo,
.home-stage-services .home-hero {
    display: none;
}

.home-service-stage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.home-service-stage-intro {
    margin: 0 0 18px;
    max-width: 68ch;
    color: #4b5d6d;
}

.home-service-banner {
    position: relative;
    min-height: 420px;
    display: block;
    overflow: hidden;
    border-radius: 28px;
    text-decoration: none;
    color: #fff;
    background: #0f172a;
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.16);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.home-service-banner:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
}

.home-service-banner:focus-visible {
    outline: 3px solid rgba(20, 83, 45, 0.35);
    outline-offset: 4px;
}

.home-service-banner-media,
.home-service-banner-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-service-banner-media img {
    object-fit: cover;
    transform: scale(1.02);
}

.home-service-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 19, 31, 0.14) 0%, rgba(7, 19, 31, 0.32) 34%, rgba(7, 19, 31, 0.76) 100%),
        linear-gradient(135deg, rgba(10, 31, 22, 0.18) 0%, rgba(10, 31, 22, 0) 40%);
}

.home-service-banner-copy {
    position: relative;
    z-index: 1;
    min-height: 420px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
}

.home-service-banner-label {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    font-weight: 800;
    color: #ffffff;
    text-shadow:
        -1px -1px 0 rgba(7, 19, 31, 0.75),
        1px -1px 0 rgba(7, 19, 31, 0.75),
        -1px 1px 0 rgba(7, 19, 31, 0.75),
        1px 1px 0 rgba(7, 19, 31, 0.75),
        0 3px 12px rgba(7, 19, 31, 0.5);
}

.home-service-banner-copy h3 {
    margin: 0;
    max-width: 15ch;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.02;
    color: #ffffff;
    text-shadow:
        -1px -1px 0 rgba(7, 19, 31, 0.9),
        1px -1px 0 rgba(7, 19, 31, 0.9),
        -1px 1px 0 rgba(7, 19, 31, 0.9),
        1px 1px 0 rgba(7, 19, 31, 0.9),
        0 4px 18px rgba(7, 19, 31, 0.58);
}

.home-service-banner-copy p:last-of-type {
    margin: 0;
    max-width: 42ch;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    text-shadow:
        -1px -1px 0 rgba(7, 19, 31, 0.82),
        1px -1px 0 rgba(7, 19, 31, 0.82),
        -1px 1px 0 rgba(7, 19, 31, 0.82),
        1px 1px 0 rgba(7, 19, 31, 0.82),
        0 3px 12px rgba(7, 19, 31, 0.45);
}

.home-service-banner-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    text-shadow:
        -1px -1px 0 rgba(7, 19, 31, 0.82),
        1px -1px 0 rgba(7, 19, 31, 0.82),
        -1px 1px 0 rgba(7, 19, 31, 0.82),
        1px 1px 0 rgba(7, 19, 31, 0.82);
}

.home-service-banner-link::after {
    content: "->";
    font-weight: 800;
}

.home-service-stage-footer {
    margin-top: 18px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #e0e9d9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.home-service-stage-footer p {
    margin: 0;
    color: #4b5d6d;
}

.home-service-stage-footer a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #14532d;
    text-decoration: none;
    font-weight: 800;
}

.home-service-stage-footer a::after {
    content: "->";
}

.home-section {
    max-width: 1200px;
    margin: 0 auto 34px;
}

.home-section-heading {
    margin-bottom: 18px;
}

.home-section-heading h2 {
    margin: 0 0 8px;
    font-size: clamp(26px, 3vw, 36px);
    color: #16202a;
}

.home-section-heading p:last-child {
    margin: 0;
    max-width: 70ch;
    color: #475569;
}

.home-results-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 22px;
}

.home-results-header h2 {
    margin: 0 0 8px;
    font-size: clamp(26px, 3vw, 36px);
}

.home-results-header p {
    margin: 0;
    color: #475569;
}

.home-results-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.home-value-grid {
    margin: 0;
    padding: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(20, 83, 45, 0.92) 0%, rgba(23, 71, 49, 0.88) 58%, rgba(17, 24, 39, 0.84) 100%),
        url("assets/fotos/banner%201.jpg") center center / cover no-repeat;
    border: 1px solid rgba(34, 86, 58, 0.35);
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.14);
}

.home-value-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(224, 232, 239, 0.9);
    border-radius: 18px;
    padding: 20px 18px;
    box-shadow: 0 12px 28px rgba(10, 17, 30, 0.08);
}

.home-value-card h2 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #16311f;
}

.home-value-card p {
    margin: 0;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.55;
}

.home-platform-info {
    margin-bottom: 0;
    padding: 28px;
    border: 1px solid #dbe5ef;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(36, 93, 183, 0.08), transparent 28%),
        linear-gradient(180deg, #f9fcff 0%, #f7fbf4 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.home-platform-info h2 {
    margin: 0 0 8px;
    color: #16202a;
}

.home-platform-info p {
    margin: 0 0 12px;
    color: #475569;
}

.home-platform-info .home-metrics {
    margin-top: 22px;
    gap: 14px;
}

.home-platform-info .home-metric-card {
    padding: 18px;
    border-radius: 18px;
    border: 1px solid #dce6f1;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.home-results-section {
    padding: 28px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(47, 143, 63, 0.08), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 1px solid #dce6f1;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

.search-page-shell {
    max-width: 1100px;
    margin: 0 auto 28px;
}

.search-header-card {
    border: 1px solid #dce7d9;
    border-radius: 12px;
    padding: 18px 20px;
    background: #f8fbf7;
    margin-bottom: 16px;
}

.search-header-card h1 {
    margin: 0 0 8px;
    font-size: clamp(20px, 2.3vw, 28px);
    color: #334155;
}

.search-meta-row {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.search-meta-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d8e6d4;
    background: #ffffff;
    color: #334155;
    border-radius: 999px;
    padding: 6px 11px;
    font-size: 13px;
    font-weight: 700;
}

.search-help-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 16px;
    background: #ffffff;
    margin-bottom: 22px;
}

.search-help-card h2 {
    margin: 0 0 8px;
    font-size: 19px;
    color: #374151;
}

.search-help-card ul {
    display: block;
    list-style: disc;
    margin: 0 0 0 20px;
    padding: 0;
}

.search-help-card li {
    display: list-item;
    margin: 0 0 7px;
    color: #4b5563;
}

.search-help-card li:last-child {
    margin-bottom: 0;
}

.search-empty-message {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 16px 18px;
    border: 1px dashed #cdd8e4;
    border-radius: 10px;
    color: #475569;
    background: #f8fafc;
    text-align: center;
}

.search-results-head {
    margin-bottom: 24px;
}

.search-results-head h1 {
    margin: 0 0 10px;
    font-size: clamp(24px, 2.6vw, 32px);
    color: #334155;
}

.search-results-head p {
    margin: 0 0 6px;
    color: #4b5563;
}

.search-results-list {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 26px;
}

.search-result-item {
    border: 1px solid #d9e2ec;
    border-radius: 14px;
    background: #ffffff;
    padding: 20px;
}

.search-result-main {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.search-result-main img {
    width: 92px;
    height: 92px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
}

.search-result-content {
    min-width: 0;
}

.search-result-content h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #1f2937;
}

.search-result-badges,
.shop-item-topline,
.item-verification-row,
.verification-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.search-verification-chip,
.shop-verification-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.search-verification-chip img,
.shop-verification-chip img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.search-verification-chip.is-verified,
.shop-verification-chip.is-verified {
    background: linear-gradient(180deg, #fff7d8 0%, #ffe9a8 100%);
    border-color: #e6c55b;
    color: #6f5100;
}

.search-result-type,
.search-result-desc {
    margin: 0 0 10px;
    color: #374151;
}

.search-result-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
    margin: 12px 0;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f9fbfd;
}

.search-result-meta p {
    margin: 0;
    color: #475569;
    font-size: 14px;
}

.search-result-meta a {
    color: #2f8f3f;
    text-decoration: none;
}

.search-result-meta a:hover {
    text-decoration: underline;
}

.search-result-link {
    display: inline-block;
    margin-top: 4px;
    text-decoration: none;
    font-weight: 700;
    color: #14532d;
}

.search-result-link:hover {
    text-decoration: underline;
}

.shop-page .search-results-list,
.search-page .search-results-list {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 18px;
    align-items: stretch;
    justify-content: center;
}

.shop-page .search-results-list > .shop-item-card,
.search-page .search-results-list > .shop-item-card {
    flex: 0 0 190px;
    width: 190px;
}

.shop-page .search-result-item,
.search-page .search-result-item {
    padding: 0;
    overflow: hidden;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.shop-item-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.shop-page .shop-item-main,
.search-page .shop-item-main {
    flex-direction: column;
    gap: 0;
    height: 100%;
}

.shop-item-image-wrap {
    position: relative;
    width: 100%;
}

.shop-page .shop-item-image-wrap > img:not(.shop-item-photo-badge),
.search-page .shop-item-image-wrap > img:not(.shop-item-photo-badge) {
    width: 100%;
    height: 190px;
    border-radius: 10px;
    border: 1px solid #eef2f7;
    background: transparent;
    object-fit: contain;
    padding: 12px;
    box-sizing: border-box;
}

.shop-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
    padding: 10px 2px 0;
    min-height: 72px;
}

.shop-item-name-badge {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    flex: 0 0 20px !important;
    margin-left: 4px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
}

.shop-item-business {
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.35;
}

.shop-page .shop-item-content h2,
.search-page .shop-item-content h2 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.shop-item-price {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.shop-page .search-result-item:hover,
.search-page .search-result-item:hover {
    transform: translateY(-1px);
    transition: transform 0.2s ease;
}

.search-page .search-page-shell,
.search-page .search-results-list {
    max-width: 1320px;
}

.search-page .search-results-head {
    margin-bottom: 14px;
}

.search-page .search-results-list > .search-results-head {
    flex: 1 0 100%;
    margin: 10px 0 -2px;
}

.search-page .search-results-list > .search-results-head h1 {
    font-size: 20px;
}

.search-page .search-result-type {
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.35;
}

.search-card-action {
    margin: 2px 0 0;
    color: #14532d;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.shop-page .search-header-card {
    padding: 0 0 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.nav-search-extras {
    max-width: 1120px;
    margin: 8px auto 0;
}

.shop-page .shop-filter-stick {
    position: static;
    top: auto;
    z-index: auto;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #dbe5f2;
    border-radius: 16px;
    padding: 14px 16px;
    margin: 0 0 14px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.shop-filter-row {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    padding: 0;
}

.shop-filter-item {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
}

.shop-filter-item span {
    font-size: 11px;
    font-weight: 700;
    color: #245db7;
    line-height: 1.1;
    margin-left: 4px;
}

.shop-filter-item select {
    min-width: 116px;
    max-width: 160px;
    height: 32px;
    border: 1px solid #9bb9e7;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    padding: 0 30px 0 12px;
    background: #fff;
    background-clip: padding-box;
    font-size: 12px;
    color: #1f2937;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #245db7 50%),
        linear-gradient(135deg, #245db7 50%, transparent 50%);
    background-position:
        calc(100% - 14px) 13px,
        calc(100% - 9px) 13px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.shop-filter-actions {
    display: inline-flex;
    align-items: flex-end;
    gap: 10px;
    padding-bottom: 1px;
}

.shop-filter-btn,
.shop-filter-reset {
    height: 32px;
    border-radius: 999px;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.shop-filter-btn {
    border: none;
    color: #fff;
    background: linear-gradient(180deg, #2b7be0 0%, #205fb7 100%);
    box-shadow: 0 6px 14px rgba(26, 76, 147, 0.24);
    cursor: pointer;
}

.shop-filter-btn:hover {
    background: linear-gradient(180deg, #3589f1 0%, #296cc8 100%);
}

.shop-filter-reset {
    border: 1px solid #9bb9e7;
    color: #245db7;
    background: #fff;
}

.shop-filter-reset:hover {
    background: #eff5ff;
}

footer {
    text-align: center; 
    padding: 10px; 
    background-color: #f0f0f0; 
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    z-index: 1000;
}

footer p {
    margin: 0;
}

.site-footer {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 32px;
    padding: 24px 20px 14px;
    background: #f4f7f4;
    border-top: 1px solid #dce6dc;
}

.site-footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    text-align: left;
}

.site-footer h3 {
    margin: 0 0 10px;
    font-size: 17px;
    color: #1f2937;
}

.site-footer section p {
    margin: 0;
    color: #4b5563;
    line-height: 1.55;
    font-size: 14px;
}

.site-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.site-footer-links li {
    display: block;
    color: #4b5563;
    font-size: 14px;
}

.site-footer-links a {
    color: #2f8f3f;
    text-decoration: none;
}

.site-footer-links a:hover {
    text-decoration: underline;
}

.site-footer-legal {
    max-width: 1200px;
    margin: 18px auto 0;
    padding: 14px 16px;
    border: 1px solid #d8e1d8;
    border-radius: 12px;
    background: #ffffff;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
}

.site-footer-legal a {
    color: #2f8f3f;
    text-decoration: none;
}

.site-footer-legal a:hover {
    text-decoration: underline;
}

.site-footer-copy {
    max-width: 1200px;
    margin: 18px auto 0;
    padding-top: 12px;
    border-top: 1px solid #d8e1d8;
    color: #6b7280;
    font-size: 13px;
    text-align: center;
}

header {
    position: relative;
    z-index: 1600;
    background: transparent;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

nav {
    position: relative;
    z-index: 1600;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.nav-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    position: relative;
    z-index: 1601;
    width: 100%;
    padding: 14px 28px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 28%),
        linear-gradient(90deg, #f4fbff 0%, #edf8ff 38%, #eefcf4 100%);
    border: 1px solid rgba(191, 219, 254, 0.75);
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: 0 10px 28px rgba(148, 163, 184, 0.16);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
}

.nav-brand {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 0;
    width: clamp(144px, 16vw, 224px);
    height: 61px;
    flex: 0 0 auto;
}

.nav-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-desktop-search {
    display: none;
    min-width: 0;
    width: 100%;
}

.nav-desktop-search-form {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
    margin: 0;
}

.nav-desktop-search input[type="text"] {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    padding: 0.28rem 0.68rem;
    border: 1px solid rgba(191, 219, 254, 0.95);
    border-radius: 999px;
    font-size: 18px;
    line-height: 1.25;
    color: #1f2937;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(191, 219, 254, 0.24);
}

.nav-desktop-search input[type="text"]:focus {
    outline: none;
    border-color: #93c5fd;
    box-shadow: 0 0 0 3px rgba(147, 197, 253, 0.22);
}

.nav-desktop-search input[type="text"]::placeholder {
    color: #94a3b8;
}

.nav-desktop-search .nav-search-submit {
    flex: 0 0 auto;
    padding: 0.34rem 0.72rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #0f3d56;
    background: linear-gradient(180deg, #ffffff 0%, #dff4e8 100%);
    box-shadow: 0 10px 24px rgba(191, 219, 254, 0.38);
}

.nav-desktop-search .nav-search-submit:hover {
    background: linear-gradient(180deg, #ffffff 0%, #eefbf3 100%);
}

#navMenu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    font-family: var(--font-heading);
}

#navMenu > li > a,
#navMenu > li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    color: #215273;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#navMenu > li > a:hover {
    background: rgba(191, 219, 254, 0.4);
    text-decoration: none;
    transform: translateY(-1px);
}

#navMenu > li > a.nav-active {
    color: #0f3d56;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 20px rgba(191, 219, 254, 0.55);
}

#navMenu > li > a.nav-signup-button {
    color: #ffffff;
    background: #1f7a4f;
    box-shadow: 0 8px 18px rgba(31, 122, 79, 0.22);
}

#navMenu > li > a.nav-signup-button:hover,
#navMenu > li > a.nav-signup-button.nav-active {
    color: #ffffff;
    background: #155c3b;
    box-shadow: 0 10px 22px rgba(31, 122, 79, 0.28);
}

.nav-search-row {
    position: sticky;
    top: 0;
    z-index: 1402;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 8px;
    margin-top: -1px;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    box-sizing: border-box;
}

.nav-search-row form {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    z-index: 1403;
    width: 100%;
    max-width: none;
    padding: 7.5px 21px;
    background:
        linear-gradient(90deg, #edf8ff 0%, #effcf5 100%);
    border: 1px solid rgba(191, 219, 254, 0.75);
    border-top: 1px solid rgba(191, 219, 254, 0.42);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: 0 12px 22px rgba(148, 163, 184, 0.12);
    backdrop-filter: blur(8px);
    box-sizing: border-box;
}

.nav-search-logo-wrap {
    display: none;
}

.nav-search-menu-toggle {
    display: none;
}

.nav-search-row input[type="text"] {
    flex: 0 1 auto;
    width: 45%;
    max-width: 45%;
    padding: 0.21rem 0.59rem;
    border: 1px solid rgba(191, 219, 254, 0.95);
    border-radius: 999px;
    font-size: 19.5px;
    line-height: 1.25;
    color: #1f2937;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(191, 219, 254, 0.24);
}

.nav-search-row input[type="text"]:focus {
    outline: none;
    border-color: #93c5fd;
    box-shadow: 0 0 0 3px rgba(147, 197, 253, 0.22);
}

.nav-search-row input[type="text"]::placeholder {
    color: #94a3b8;
}

.nav-search-row .nav-search-submit {
    padding: 0.315rem 0.5625rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14.625px;
    font-weight: 700;
    color: #0f3d56;
    background: linear-gradient(180deg, #ffffff 0%, #dff4e8 100%);
    box-shadow: 0 10px 24px rgba(191, 219, 254, 0.38);
}

.nav-search-row .nav-search-submit:hover {
    background: linear-gradient(180deg, #ffffff 0%, #eefbf3 100%);
}

@media (min-width: 769px) {
    header {
        position: sticky;
        top: 0;
    }

    .nav-top-row {
        display: grid;
        grid-template-columns: clamp(144px, 16vw, 224px) minmax(220px, 1fr) auto;
        align-items: center;
    }

    .nav-desktop-search {
        display: block;
    }

    #navMenu {
        flex-wrap: nowrap;
        min-width: max-content;
    }

    .nav-search-row {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .nav-top-row {
        grid-template-columns: clamp(132px, 15vw, 176px) minmax(150px, 1fr) auto;
        gap: 8px;
        padding: 12px 18px;
    }

    #navMenu {
        gap: 4px;
    }

    #navMenu > li > a,
    #navMenu > li > span {
        padding: 0.4rem 0.62rem;
        font-size: 12.5px;
    }

    .nav-desktop-search input[type="text"] {
        font-size: 16px;
    }
}

.login-modal {
    position: fixed;
    inset: 0;
    z-index: 2500;
    display: none;
}

.login-modal.is-open {
    display: block;
}

.login-modal:target {
    display: block;
}

.login-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.52);
}

.login-modal-dialog {
    position: relative;
    width: min(620px, calc(100% - 24px));
    margin: 10vh auto 0;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #d6dfd4;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.32);
    padding: 20px 18px 18px;
    color: #14532d;
}

.login-modal-dialog h2 {
    margin: 0 0 12px;
    font-size: 24px;
    color: #14532d;
}

.login-modal-content {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 240px;
    gap: 16px;
    align-items: start;
}

.login-modal-welcome {
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.login-modal-welcome img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #d6dfd4;
}

.login-modal-welcome figcaption {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.45;
    color: #14532d;
}

.login-modal-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #334155;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.login-modal-close:hover {
    background: #f8fafc;
}

.login-modal-form .form-group {
    margin-bottom: 10px;
    width: 30ch;
    margin-left: auto;
    margin-right: auto;
}

.login-modal-form .form-group label {
    margin-bottom: 2px;
    color: #14532d;
}

.login-modal-form .form-group input {
    min-height: 36px;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.2;
    width: 30ch;
    max-width: 100%;
    border: 1px solid #166534;
    box-shadow: 0 0 0 2px rgba(47, 143, 63, 0.1), 0 0 10px rgba(47, 143, 63, 0.16);
}

.login-modal-form .form-group input:focus {
    border-color: #14532d;
    box-shadow: 0 0 0 2px rgba(47, 143, 63, 0.16), 0 0 14px rgba(47, 143, 63, 0.24);
}

.login-modal-form .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    min-height: 36px;
    min-width: 160px;
    padding: 0.4rem 1.1rem;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.2;
}

.login-modal-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0 0;
    color: #14532d;
    font-size: 14px;
    width: 30ch;
    margin-left: auto;
    margin-right: auto;
}

.login-modal-remember input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
}

.login-modal-form .btn-submit {
    margin-left: auto;
    margin-right: auto;
}

.password-toggle-row {
    width: 100%;
    margin: 6px auto 0;
    display: flex;
    justify-content: flex-start;
}

.login-modal-form .password-toggle-row {
    width: 30ch;
    max-width: 100%;
}

.password-toggle-button {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    color: #14532d;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: underline;
    cursor: pointer;
}

.password-toggle-button:hover,
.password-toggle-button:focus-visible {
    color: #0f3f22;
}

@media (max-width: 700px) {
    .login-modal-content {
        grid-template-columns: 1fr;
    }

    .login-modal-welcome {
        order: 2;
    }
}

.nav-notification-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    text-decoration: none;
    color: #ffffff;
    font-size: 15.75px;
    font-weight: 700;
    padding: 0 12px;
}

.nav-notification-link:hover {
    background: rgba(255, 255, 255, 0.22);
    text-decoration: none;
}

.nav-notification-link.nav-active {
    color: #0f2f66;
    border-color: rgba(15, 47, 102, 0.35);
}

.nav-bell {
    color: inherit;
}

.nav-profile-dropdown {
    position: relative;
    display: inline-flex;
}

.nav-profile-avatar-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 58px;
    min-height: 42px;
    padding: 3px 10px 3px 5px;
    border: 1px solid rgba(191, 219, 254, 0.85);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: #215273;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(148, 163, 184, 0.12);
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.nav-profile-avatar-link:hover,
.nav-profile-avatar-link.nav-active {
    background: #ffffff;
    border-color: rgba(15, 47, 102, 0.28);
    box-shadow: 0 10px 22px rgba(148, 163, 184, 0.18);
    transform: translateY(-1px);
}

.nav-profile-avatar {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.94);
    background: #e7f0ff;
    box-shadow: 0 4px 10px rgba(31, 77, 144, 0.14);
}

.nav-profile-avatar-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f4d90;
    font-size: 14px;
    font-weight: 900;
}

.nav-profile-caret {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    opacity: 0.75;
    transition: transform 0.16s ease, opacity 0.16s ease;
}

.nav-profile-dropdown.is-open .nav-profile-caret {
    transform: translateY(2px) rotate(225deg);
    opacity: 1;
}

.nav-profile-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 1700;
    min-width: 190px;
    padding: 8px;
    border: 1px solid rgba(207, 224, 251, 0.95);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.nav-profile-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 28px;
    width: 12px;
    height: 12px;
    border-left: 1px solid rgba(207, 224, 251, 0.95);
    border-top: 1px solid rgba(207, 224, 251, 0.95);
    background: rgba(255, 255, 255, 0.98);
    transform: rotate(45deg);
}

.nav-profile-dropdown.is-open .nav-profile-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-profile-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 10px;
    color: #215273;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.nav-profile-menu a:hover,
.nav-profile-menu a.is-active {
    background: #eef7ff;
    color: #0f3d56;
}

.nav-about-dropdown {
    position: relative;
}

.nav-about-dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1699;
    display: none;
    width: min(720px, calc(100vw - 48px));
    height: 18px;
    transform: translateX(-50%);
    pointer-events: none;
}

.nav-about-dropdown > a[aria-haspopup="true"]::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    opacity: 0.75;
    transition: transform 0.16s ease, opacity 0.16s ease;
}

.nav-about-dropdown.is-open > a[aria-haspopup="true"]::after,
.nav-about-dropdown:hover > a[aria-haspopup="true"]::after,
.nav-about-dropdown:focus-within > a[aria-haspopup="true"]::after {
    transform: translateY(2px) rotate(225deg);
    opacity: 1;
}

.nav-about-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 1700;
    min-width: 168px;
    padding: 8px;
    border: 1px solid rgba(207, 224, 251, 0.95);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.nav-about-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 28px;
    width: 12px;
    height: 12px;
    border-left: 1px solid rgba(207, 224, 251, 0.95);
    border-top: 1px solid rgba(207, 224, 251, 0.95);
    background: rgba(255, 255, 255, 0.98);
    transform: rotate(45deg);
}

.nav-about-dropdown.is-open .nav-about-menu,
.nav-about-dropdown:hover .nav-about-menu,
.nav-about-dropdown:focus-within .nav-about-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-about-menu a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 8px;
    color: #215273;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.nav-about-menu a:hover,
.nav-about-menu a.is-active {
    background: #eef7ff;
    color: #0f3d56;
}

.nav-about-menu-main,
.nav-about-menu-preview,
.nav-about-menu-side {
    display: contents;
}

@media (min-width: 769px) {
    .nav-about-dropdown::after {
        display: block;
        position: fixed;
        top: 56px;
        left: 0;
        width: calc(100vw / 0.9);
        height: 30px;
        transform: none;
    }

    .nav-about-dropdown.is-open::after,
    .nav-about-dropdown:hover::after,
    .nav-about-dropdown:focus-within::after {
        pointer-events: auto;
    }

    .nav-about-menu {
        position: fixed;
        top: 74px;
        left: 0;
        right: 0;
        display: grid;
        grid-template-columns: minmax(430px, 500px) minmax(340px, 520px) minmax(260px, 320px);
        justify-content: center;
        gap: 0;
        width: calc(100vw / 0.9);
        min-width: 0;
        min-height: 360px;
        padding: 0;
        overflow: hidden;
        border-left: 0;
        border-right: 0;
        border-color: rgba(207, 224, 251, 0.9);
        border-radius: 0 0 8px 8px;
        background:
            linear-gradient(90deg, #ffffff 0%, #f8fbff 36%, #f6fbff 66%, rgba(232, 247, 237, 0.9) 88%, rgba(232, 247, 237, 0.28) 100%);
        box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
        transform: translateY(-8px);
    }

    .nav-about-menu::after {
        content: "";
        position: absolute;
        inset: 0 0 0 auto;
        width: clamp(80px, 12vw, 180px);
        background: linear-gradient(90deg, rgba(232, 247, 237, 0), rgba(232, 247, 237, 0.86));
        pointer-events: none;
    }

    .nav-about-menu::before {
        display: none;
    }

    .nav-about-dropdown.is-open .nav-about-menu,
    .nav-about-dropdown:hover .nav-about-menu,
    .nav-about-dropdown:focus-within .nav-about-menu {
        transform: translateY(0);
    }

    .nav-about-menu-main {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        align-content: start;
        padding: 38px 52px 38px clamp(46px, 5.4vw, 82px);
        background: linear-gradient(90deg, #ffffff 0%, #f8fbff 62%, #f6fbff 100%);
    }

    .nav-about-menu-preview {
        display: grid;
        position: relative;
        min-height: 360px;
        padding: 56px 40px;
        background:
            radial-gradient(circle at top right, rgba(47, 143, 63, 0.12), transparent 34%),
            linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    }

    .nav-about-menu-side {
        display: grid;
        position: relative;
        z-index: 1;
        align-content: start;
        gap: 16px;
        min-height: 360px;
        padding: 46px 34px;
        background: linear-gradient(180deg, rgba(232, 247, 237, 0.88) 0%, rgba(214, 242, 221, 0.76) 100%);
        border-left: 1px solid rgba(190, 220, 198, 0.45);
    }

    .nav-about-menu-side p {
        margin: 0 0 12px;
        color: #166534;
        font-size: 15px;
        font-weight: 900;
    }

    .nav-about-menu a {
        align-items: flex-start;
        gap: 14px;
        min-height: 78px;
        padding: 20px;
        border-radius: 8px;
        color: #0f3d56;
        line-height: 1.35;
    }

    .nav-about-menu-main a {
        align-items: center;
        width: 100%;
        padding: 18px 24px 18px 18px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }

    .nav-about-menu-main a:first-child {
        border-top: 0;
    }

    .nav-about-menu-main a.is-active {
        background: transparent;
        color: #0f3d56;
        box-shadow: none;
    }

    .nav-about-menu-main a:hover,
    .nav-about-menu-main a:focus-visible {
        position: relative;
        z-index: 1;
        background: transparent;
        box-shadow: none;
    }

    .nav-about-menu-main a > span:last-child {
        transition: transform 0.22s ease;
    }

    .nav-about-menu-main a:hover > span:last-child,
    .nav-about-menu-main a:focus-visible > span:last-child {
        transform: translateX(4ch);
    }

    .nav-about-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        width: 48px;
        height: 48px;
        border: 1px solid #bfdbfe;
        border-radius: 999px;
        color: #166534;
        background: #ffffff;
        font-size: 16px;
        font-weight: 900;
        box-shadow: 0 8px 18px rgba(191, 219, 254, 0.22);
    }

    .nav-about-menu a strong {
        display: block;
        color: #0f2f66;
        font-size: 18px;
        font-weight: 900;
    }

    .nav-about-menu a small {
        display: block;
        margin-top: 6px;
        color: #2563eb;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.35;
    }

    .nav-about-preview-card {
        grid-area: 1 / 1;
        align-self: center;
        justify-self: center;
        max-width: 500px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    }

    .nav-about-preview-card.is-active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nav-about-preview-label {
        width: fit-content;
        margin: 0 0 14px;
        padding: 7px 12px;
        border: 1px solid rgba(22, 101, 52, 0.22);
        border-radius: 999px;
        background: #effaf1;
        color: #166534;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .nav-about-preview-card h3 {
        max-width: 15ch;
        margin: 0;
        color: #0f2f66;
        font-size: clamp(28px, 3.1vw, 42px);
        line-height: 1.06;
    }

    .nav-about-preview-card p:last-child {
        max-width: 46ch;
        margin: 16px 0 0;
        color: #334155;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.6;
    }

    .nav-about-menu-side a {
        min-height: 0;
        padding: 9px 0;
        color: #075985;
        background: transparent;
        font-size: 14px;
    }

    .nav-about-menu-side a:hover,
    .nav-about-menu-side a.is-active {
        background: transparent;
        color: #064e3b;
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}

.nav-menu-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
}

.nav-bell-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    padding: 0 4px;
    font-weight: 700;
}

.menu-btn,
.menu-toggle {
    display: none;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 10px;
    font-size: 1.35rem;
    cursor: pointer;
    color: #ffffff;
    line-height: 1;
}

ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
    display: flex; 
    gap: 20px;
}

ul li {
    display: inline;
}

.cards-container {
    display: flex; 
    flex-wrap: wrap; 
    gap: 44px; 
    justify-content: center;
    perspective: 1200px;
}

.cards-container-home {
    max-width: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.cards-container-home .card {
    width: 100%;
    border-radius: 24px;
    padding: 16px 18px;
    color: #2f343a;
    align-items: center;
    border-width: 1px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.cards-container-home .card h3 {
    font-size: 18px;
    color: #16311f;
}

.cards-container-home .card p,
.cards-container-home .card small {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.45;
}
.card {
    width: clamp(154px, 17.9vw, 192px);
    border: 2px solid #ccc;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    box-sizing: border-box;
    overflow: hidden;
    min-width: 0;
    display: flex;
    flex-direction: row;
    gap: 6px;
    padding: 6px;
    align-items: flex-start;
    --scroll-shift: 0px;
    --hover-lift: 0px;
    --hover-rotate-x: 0deg;
    --hover-rotate-y: 0deg;
    transform: translateY(calc(var(--scroll-shift) + var(--hover-lift))) rotateX(var(--hover-rotate-x)) rotateY(var(--hover-rotate-y));
    transform-style: preserve-3d;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    opacity: 0;
    animation: card-fly-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(var(--stagger, 0) * 80ms);
}

.card:hover {
    --hover-lift: -8px;
    --hover-rotate-x: 4deg;
    --hover-rotate-y: -4deg;
    box-shadow: 0 18px 30px rgba(212, 175, 55, 0.42);
}

@keyframes card-fly-in {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, -120px) rotateX(20deg) scale(0.92);
    }
    to {
        opacity: 1;
        transform: translateY(calc(var(--scroll-shift) + var(--hover-lift))) rotateX(var(--hover-rotate-x)) rotateY(var(--hover-rotate-y));
    }
}
.card img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    flex-shrink: 0;
    order: -1;
}
.card h3 {
    margin: 0 0 5px 0;
    font-size: 13px;
    line-height: 1.2;
}
.card p {
    margin: 0;
    font-size: 11px;
    line-height: 1.35;
}
.card-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}
.card-text {
    flex: 1;
}

.card h3,
.card p,
.card small,
.card a {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.card small {
    font-size: 11px;
    line-height: 1.35;
}

@media (max-width: 768px) {
    .site-footer-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .site-footer {
        padding: 20px 16px 12px;
    }

    .home-top-strip-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 16px;
    }

    .home-ad-marquee-shell {
        padding: 18px 16px 20px;
    }

    .home-ad-marquee-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 14px;
    }

    .home-ad-marquee-head h2 {
        max-width: 13ch;
    }

    .home-ad-carousel-slides,
    .home-ad-slide-content {
        min-height: 300px;
    }

    .home-ad-slide-content {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        gap: 14px;
        padding: 22px 22px 24px;
    }

    .home-ad-slide-copy {
        padding-top: 0;
    }

    .home-ad-slide h3 {
        font-size: clamp(22px, 5vw, 32px);
        line-height: 1.05;
        max-width: 11ch;
    }

    .home-ad-slide-cta {
        justify-content: flex-start;
        min-width: 0;
    }

    .home-shell {
        max-width: 100%;
    }

    .home-stage {
        padding: 16px;
        border-radius: 22px;
    }

    .home-service-stage-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .home-service-banner,
    .home-service-banner-copy {
        min-height: 340px;
    }

    .home-service-banner-copy {
        padding: 18px;
        gap: 10px;
    }

    .home-service-banner-copy h3 {
        max-width: 16ch;
        font-size: clamp(24px, 8vw, 34px);
    }

    .home-service-banner-copy p:last-of-type {
        font-size: 14px;
    }

    .home-service-stage-footer {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }

    .home-hero {
        padding: 20px;
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .home-hero-search {
        grid-template-columns: 1fr;
    }

    .home-hero-search button {
        width: 100%;
    }

    .home-hero-actions {
        flex-direction: column;
    }

    .home-cta {
        text-align: center;
    }

    .home-metrics {
        grid-template-columns: 1fr;
    }

    .home-section,
    .home-shop-promo,
    .home-hero,
    .home-stage {
        margin-left: 0;
        margin-right: 0;
    }

    .home-section-heading h2,
    .home-results-header h2 {
        font-size: clamp(24px, 7vw, 32px);
    }

    .home-hero h1 {
        max-width: none;
        font-size: clamp(28px, 8vw, 38px);
    }

    .home-subtitle {
        font-size: 16px;
    }

    .home-shop-promo {
        padding: 20px;
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .home-results-section,
    .home-platform-info {
        padding: 20px;
        border-radius: 20px;
    }

    .home-shop-stats {
        grid-template-columns: 1fr;
    }

    .home-value-grid {
        grid-template-columns: 1fr;
        padding: 18px;
        border-radius: 20px;
    }

    .home-results-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-results-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .search-header-card,
    .search-help-card {
        padding: 14px;
    }

    .search-result-main {
        flex-direction: column;
    }

    .search-result-main img {
        width: 80px;
        height: 80px;
    }

    .shop-page .search-results-list,
    .search-page .search-results-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .shop-page .search-results-list > .shop-item-card,
    .search-page .search-results-list > .shop-item-card {
        flex: initial;
        width: auto;
    }

    .search-page .search-results-list > .search-results-head {
        grid-column: 1 / -1;
    }

    .shop-page .shop-item-image-wrap > img:not(.shop-item-photo-badge),
    .search-page .shop-item-image-wrap > img:not(.shop-item-photo-badge) {
        width: 100%;
        height: 150px;
        padding: 10px;
    }

    .search-result-content h2 {
        font-size: 20px;
    }

    .shop-page .shop-item-content h2,
    .search-page .shop-item-content h2 {
        font-size: 15px;
    }

    .shop-item-content {
        min-height: 70px;
        padding: 10px 2px 0;
    }

    .search-result-meta {
        grid-template-columns: 1fr;
    }

    .cards-container-home {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .card {
        width: clamp(134px, 28.2vw, 166px);
    }
    .card img {
        width: 64px;
        height: 64px;
    }

    .card h3 {
        font-size: 11px;
    }

    .card p,
    .card small {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .card {
        width: min(100%, 269px);
    }
    .card img {
        width: 90px;
        height: 90px;
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .cards-container-home {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    #navMenu[hidden] {
        display: none !important;
    }

    nav {
        padding: 0;
    }

    .nav-top-row {
        flex-wrap: nowrap;
        gap: 8px;
        padding: 10px 12px;
        border-radius: 0;
    }

    .nav-brand {
        width: auto;
        height: 42px;
        flex: 1 1 auto;
    }

    .nav-logo {
        width: min(51vw, 176px);
        height: 100%;
    }

    #navMenu {
        position: absolute;
        top: 100%;
        left: max(8px, env(safe-area-inset-left));
        right: max(8px, env(safe-area-inset-right));
        width: auto;
        max-width: calc(100vw - 16px);
        z-index: 1200;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: linear-gradient(180deg, #f8fcff 0%, #eefaf4 100%);
        border: 1px solid rgba(191, 219, 254, 0.8);
        border-top: 0;
        border-radius: 0 0 14px 14px;
        box-shadow: 0 14px 24px rgba(148, 163, 184, 0.14);
        padding: 0;
        display: flex;
        max-height: none;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        overflow-x: hidden;
        box-sizing: border-box;
        pointer-events: none;
        transform: translateY(-4px);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    }

    #navMenu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    #navMenu > li {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    #navMenu > li > a,
    #navMenu > li > span,
    .nav-notification-link {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        justify-content: flex-start;
        border-radius: 0;
        min-height: 42px;
        padding: 0 14px;
    }

    .nav-profile-dropdown {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    #navMenu > li > .nav-profile-avatar-link {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        justify-content: flex-start;
        border-radius: 0;
        min-height: 42px;
        padding: 4px 14px;
        box-shadow: none;
    }

    .nav-profile-menu {
        position: static;
        display: none;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 6px 10px 10px 24px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
    }

    .nav-profile-dropdown.is-open .nav-profile-menu {
        display: block;
    }

    .nav-profile-menu::before {
        display: none;
    }

    .nav-profile-menu a {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        min-height: 36px;
        border-radius: 10px;
        color: #215273;
    }

    .nav-about-menu {
        position: static;
        display: none;
        gap: 4px;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding: 6px 10px 10px 24px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
    }

    .nav-about-dropdown.is-open .nav-about-menu {
        display: grid;
    }

    .nav-about-menu::before {
        display: none;
    }

    .nav-about-dropdown::after,
    .nav-about-icon,
    .nav-about-menu a small,
    .nav-about-menu-preview,
    .nav-about-menu-side {
        display: none;
    }

    .nav-about-menu-main {
        display: grid;
        gap: 4px;
        width: 100%;
    }

    .nav-about-menu a {
        width: 100%;
        box-sizing: border-box;
        min-height: 36px;
    }

    .nav-about-menu a span {
        display: inline;
    }

    .nav-about-menu a strong {
        color: inherit;
        font: inherit;
    }

    #navMenu > li + li {
        border-top: 1px solid rgba(191, 219, 254, 0.65);
    }

    #navMenu > li > a:hover,
    #navMenu > li > a.nav-active,
    #navMenu .nav-notification-link:hover,
    #navMenu .nav-notification-link.nav-active {
        background: rgba(191, 219, 254, 0.35);
        color: #0f3d56;
        box-shadow: none;
    }

    .nav-search-row {
        top: 0;
        padding: 0;
        margin-top: -1px;
        z-index: 991;
        overflow-x: clip;
        max-width: 100vw;
    }

    .nav-search-row form {
        gap: 6px;
        justify-content: center;
        position: relative;
        z-index: 992;
        padding: 7px 9px;
        border-radius: 0;
        box-shadow: 0 10px 18px rgba(148, 163, 184, 0.1);
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .nav-search-row input[type="text"] {
        flex: 1 1 0;
        width: auto;
        max-width: none;
        min-width: 88px;
        font-size: 21px;
        padding: 0.375rem 0.615rem;
        box-sizing: border-box;
    }

    .nav-search-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        width: 31px;
        height: 31px;
        padding: 0;
        margin: 0;
        border: 1px solid rgba(191, 219, 254, 0.95);
        border-radius: 12px;
        background: #ffffff;
        color: #215273;
        font-size: 1.74rem;
        line-height: 1;
        box-shadow: 0 8px 18px rgba(191, 219, 254, 0.26);
        cursor: pointer;
    }

    .nav-search-menu-toggle:hover {
        background: #f8fbff;
    }

    .nav-search-row .nav-search-submit {
        flex: 0 0 auto;
        padding: 0.28125rem 0.495rem;
        font-size: 15.75px;
    }

    .home-ad-marquee-shell {
        padding: 2px 12px 10px;
    }

    .home-ad-marquee-head {
        gap: 8px;
        margin-bottom: 8px;
    }

    .home-ad-marquee-head p:last-child {
        display: none;
    }

    .home-ad-carousel-slides,
    .home-ad-slide-content {
        min-height: 280px;
    }

    .home-ad-slide-content {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        padding: 18px 16px;
    }

    .home-ad-slide-copy {
        gap: 10px;
        padding-top: 0;
        max-width: 100%;
    }

    .home-ad-slide-topline {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-ad-slide h3 {
        font-size: clamp(18px, 7vw, 28px);
        line-height: 1.06;
        max-width: 10ch;
    }

    .home-ad-slide p {
        font-size: 13px;
        line-height: 1.5;
        max-width: 100%;
    }

    .home-ad-slide-cta {
        display: none;
    }

    .home-ad-slide-hitarea {
        display: block;
        position: absolute;
        inset: 0;
        z-index: 2;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        min-width: 0;
        padding: 0;
    }

    .home-ad-carousel-controls {
        gap: 10px;
    }

    .home-ad-carousel-arrow {
        width: 38px;
        height: 38px;
    }
}

.profile-container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
}

.profile-header {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.profile-image {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #ddd;
    flex-shrink: 0;
    background: #fafafa;
}

.profile-title h1 {
    margin: 0 0 8px 0;
}

.profile-type {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 14px;
    color: #111;
    background: #f5f5f5;
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
}

.profile-item strong {
    display: block;
    margin-bottom: 4px;
}

.profile-item p {
    margin: 0;
    word-break: break-word;
}

.profile-description {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.profile-offers {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.offerings-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.offering-card {
    position: relative;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.offering-card-hitarea {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 10px;
    text-decoration: none;
}

.offering-card:hover,
.offering-card:focus-within {
    transform: translateY(-2px);
    border-color: #93c5fd;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.12);
}

.offering-card-hitarea:focus-visible {
    outline: 2px solid rgba(59, 130, 246, 0.45);
    outline-offset: 3px;
}

.offering-card img {
    width: 100%;
    max-height: 140px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.offering-card h4 {
    margin: 0 0 6px 0;
}

.offering-type {
    font-size: 13px;
    color: #4b5563;
    text-transform: capitalize;
}

.offering-price {
    font-weight: 700;
}

.message-box {
    max-width: 900px;
    margin: 0 auto;
    background: #fff3f3;
    color: #9a0000;
    border: 1px solid #f2c6c6;
    border-radius: 8px;
    padding: 16px;
}

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

.register-title {
    margin: 0 0 10px 0;
    font-size: 32px;
    line-height: 1.2;
}

.register-intro {
    margin: 0 0 22px 0;
    color: #4c4c4c;
    line-height: 1.6;
}

.register-info {
    margin: 0 0 20px 0;
    padding: 12px 14px;
    border: 1px solid #dce7d9;
    border-radius: 10px;
    background: #f8fbf7;
}

.register-info p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}

.register-form {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group-full {
    grid-column: 1 / -1;
}

.form-group label {
    font-weight: 600;
    color: #242424;
}

.form-group input:not([type="checkbox"]):not([type="radio"]),
.form-group select,
.form-group textarea {
    width: 100%;
    box-sizing: border-box;
    min-height: 38px;
    padding: 0.45rem 0.85rem;
    border: 1px solid #166534;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.25;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(47, 143, 63, 0.08), 0 0 10px rgba(47, 143, 63, 0.12);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-group input:not([type="checkbox"]):not([type="radio"]):focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #14532d;
    box-shadow: 0 0 0 2px rgba(47, 143, 63, 0.16), 0 0 14px rgba(47, 143, 63, 0.24);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
    border-radius: 14px;
    line-height: 1.45;
}

.messages-select {
    border: 1px solid #166534;
    border-radius: 999px;
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(47, 143, 63, 0.08), 0 0 10px rgba(47, 143, 63, 0.12);
    min-height: 38px;
    padding: 0.4rem 0.85rem;
}

.form-group select,
.messages-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 2rem;
    background-image:
        linear-gradient(45deg, transparent 50%, #14532d 50%),
        linear-gradient(135deg, #14532d 50%, transparent 50%);
    background-position:
        calc(100% - 14px) 52%,
        calc(100% - 9px) 52%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.messages-select:focus {
    outline: none;
    border-color: #14532d;
    box-shadow: 0 0 0 2px rgba(47, 143, 63, 0.16), 0 0 14px rgba(47, 143, 63, 0.24);
}

.form-help {
    margin: 0;
    color: #676767;
    font-size: 13px;
    line-height: 1.4;
}

.btn-submit {
    margin-top: 22px;
    padding: 12px 18px;
    min-width: 170px;
    border: none;
    border-radius: 8px;
    background: #2f8f3f;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.btn-submit:hover:enabled {
    background: #277734;
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.signup-section-title {
    margin: 10px 0 12px;
}

.signup-legal-check {
    margin-top: 14px;
    margin-bottom: 4px;
}

.signup-legal-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
    font-size: 14px;
    line-height: 1.5;
}

.signup-legal-label input[type="checkbox"] {
    margin-top: 2px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.signup-legal-label a {
    color: #2f8f3f;
    text-decoration: none;
    font-weight: 600;
}

.signup-legal-label a:hover {
    text-decoration: underline;
}

.signup-billing-box,
.signup-invoice-card,
.signup-payment-card {
    margin-top: 18px;
    border: 1px solid #dfe7f2;
    border-radius: 16px;
    background: #fbfdff;
    padding: 16px;
}

.signup-billing-options,
.signup-payment-methods {
    display: grid;
    gap: 10px;
}

.signup-billing-option,
.signup-payment-method {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid #d9e3ef;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
}

.signup-billing-option input,
.signup-payment-method input {
    flex-shrink: 0;
}

.signup-billing-option span,
.signup-payment-method span {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.signup-billing-option small {
    color: #64748b;
}

.signup-billing-option.is-selected,
.signup-payment-method.is-selected {
    border-color: #2f8f3f;
    box-shadow: 0 0 0 3px rgba(47, 143, 63, 0.12);
    background: #f4fbf5;
}

.signup-checkout-shell {
    margin-top: 22px;
    display: grid;
    gap: 16px;
    grid-template-columns: 1.2fr .8fr;
}

.signup-invoice-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.signup-invoice-kicker {
    margin: 0 0 6px;
    color: #15803d;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.signup-invoice-status {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff7ed;
    color: #b45309;
    font-weight: 700;
    font-size: 12px;
}

.signup-invoice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 16px;
}

.signup-invoice-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 0;
}

.signup-invoice-table th,
.signup-invoice-table td {
    padding: 10px 8px;
    border-bottom: 1px solid #e5ebf2;
    text-align: left;
}

.signup-invoice-table tfoot td {
    font-weight: 700;
}

.signup-invoice-note,
.signup-payment-placeholder {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f8fafc;
    color: #475569;
}

.signup-cancel-form {
    margin-top: 12px;
}

.signup-success {
    max-width: 900px;
    margin: 0 auto 14px;
    background: #effaf1;
    color: #0a6b1d;
    border: 1px solid #bfe8c7;
    border-radius: 8px;
    padding: 14px 16px;
}

.hidden {
    display: none !important;
}

.content-panel {
    margin-bottom: 16px;
}

@media (min-width: 769px) {
    .content-panel {
        width: min(100%, 50%);
    }
}

@media (max-width: 900px) {
    .signup-checkout-shell {
        grid-template-columns: 1fr;
    }

    .signup-invoice-grid {
        grid-template-columns: 1fr;
    }
}

.subtle-text {
    color: #4b5563;
}

.item-detail-page {
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.12), transparent 34%),
        linear-gradient(180deg, #f7fbf8 0%, #ffffff 24%, #f9fbff 100%);
}

.item-detail-shell {
    max-width: 1160px;
    margin: 0 auto;
    padding-bottom: 56px;
}

.item-hero-card,
.item-story-card,
.item-business-card,
.item-order-section {
    border: 1px solid #dfe8dc;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.item-hero-card {
    padding: 22px;
    margin-bottom: 22px;
}

.item-back-link {
    display: inline-flex;
    margin-bottom: 16px;
    text-decoration: none;
    color: #245db7;
    font-weight: 700;
}

.item-hero-grid {
    display: grid;
    grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.item-media-frame {
    border-radius: 20px;
    border: 1px solid #e4ebe1;
    background: linear-gradient(145deg, rgba(255, 248, 223, 0.75), rgba(236, 245, 255, 0.9));
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px;
}

.item-media-frame img {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
}

.item-kicker {
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    font-weight: 800;
    color: #2f8f3f;
}

.item-summary-panel h1,
.item-story-card h2,
.item-business-card h2,
.item-order-section h2 {
    margin: 0 0 12px;
}

.item-summary-panel h1 {
    font-size: clamp(32px, 4vw, 46px);
}

.item-meta-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.item-meta-pills span {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid #dae6d5;
    background: #f8fbf4;
    color: #3f4c5f;
    font-size: 13px;
    font-weight: 700;
}

.item-price-display {
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    color: #0f172a;
}

.item-summary-text {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.item-summary-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.item-primary-link,
.item-secondary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

.item-primary-link {
    color: #fff;
    background: linear-gradient(180deg, #2f8f3f 0%, #166534 100%);
    box-shadow: 0 10px 24px rgba(22, 101, 52, 0.24);
}

.item-secondary-link {
    color: #245db7;
    background: #fff;
    border: 1px solid #cfe0fb;
}

.item-secondary-link-block {
    width: 100%;
    box-sizing: border-box;
}

.item-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
    gap: 22px;
    margin-bottom: 22px;
}

.item-story-card,
.item-business-card {
    padding: 22px;
}

.verification-badge-card,
.verification-warning-card {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    max-width: 100%;
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid #d7dee8;
    box-sizing: border-box;
    overflow: hidden;
}

.verification-badge-card {
    background: linear-gradient(135deg, rgba(255, 247, 216, 0.95), rgba(255, 255, 255, 0.98));
    border-color: #e9cd74;
    box-shadow: 0 14px 30px rgba(214, 177, 69, 0.16);
}

.verification-warning-card {
    background: linear-gradient(135deg, rgba(249, 250, 251, 0.96), rgba(255, 255, 255, 0.98));
    border-color: #d7dee8;
}

.verification-badge-card img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

.verification-badge-card strong,
.verification-warning-card strong {
    display: block;
    color: #111827;
    font-size: 14px;
    margin-bottom: 2px;
}

.verification-badge-card span,
.verification-warning-card span,
.verification-inline-note {
    color: #475569;
    font-size: 13px;
    line-height: 1.45;
}

.verification-badge-card-compact {
    padding: 10px 12px;
}

.verification-badge-card-compact img {
    width: 38px;
    height: 38px;
}

.verification-badge-card-inline {
    width: 100%;
    margin: 8px 0 14px;
}

.verification-inline-note {
    margin: 8px 0 14px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #d7dee8;
}

.item-story-card p,
.item-business-card p,
.item-service-panel p,
.item-order-copy p {
    color: #475569;
    line-height: 1.75;
}

.item-info-grid {
    margin-top: 20px;
    display: grid;
    gap: 12px;
}

.item-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f8fbf7;
    border: 1px solid #e4ece2;
}

.item-info-row span {
    color: #64748b;
    font-size: 14px;
}

.item-info-row strong {
    text-align: right;
    color: #0f172a;
}

.item-business-name {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
}

.item-business-list {
    margin: 16px 0 22px;
    display: grid;
    gap: 10px;
}

.item-business-list p {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf2f7;
}

.item-order-section {
    padding: 22px;
}

.item-order-copy {
    max-width: 720px;
    margin-bottom: 16px;
}

.item-inline-message {
    max-width: none;
    margin: 14px 0 0;
}

.item-order-form {
    margin-top: 0;
}

.item-order-total {
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border: 1px dashed #c7d8c4;
    border-radius: 999px;
    background: #f8fbf4;
    font-weight: 700;
    color: #166534;
}

.item-service-panel {
    max-width: 760px;
}

.booking-view {
    display: none;
}

.booking-view.is-active {
    display: block;
}

@media (max-width: 768px) {
    .item-hero-grid,
    .item-detail-grid {
        grid-template-columns: 1fr;
    }

    .item-hero-card,
    .item-story-card,
    .item-business-card,
    .item-order-section {
        border-radius: 18px;
        padding: 18px;
    }

    .item-media-frame {
        min-height: 260px;
        padding: 20px;
    }

    .item-summary-panel h1 {
        font-size: 30px;
    }

    .item-summary-actions {
        flex-direction: column;
    }

    .item-primary-link,
    .item-secondary-link {
        width: 100%;
        box-sizing: border-box;
    }

    .item-info-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .item-info-row strong {
        text-align: left;
    }

    .profile-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .profile-grid {
        grid-template-columns: 1fr;
    }

    .register-form {
        padding: 18px;
    }

    .register-title {
        font-size: 27px;
    }

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

    .offerings-grid {
        grid-template-columns: 1fr;
    }
}

.about-hero {
    max-width: 900px;
    margin: 0 auto 20px auto;
    padding: 24px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f7fbf8 0%, #eef6ff 100%);
    border: 1px solid #dde9e2;
}

.about-hero h1 {
    margin: 0 0 10px 0;
}

.about-hero p {
    margin: 0;
    line-height: 1.6;
}

.about-grid {
    max-width: 900px;
    margin: 0 auto 20px auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.about-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 18px;
}

.about-card h2 {
    margin: 0 0 8px 0;
    font-size: 18px;
}

.about-card p {
    margin: 0;
    line-height: 1.55;
}

.about-support-media {
    max-width: 900px;
    margin: 0 auto 20px auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-support-card {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d9e2d4;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.about-support-card img {
    display: block;
    width: 100%;
    height: clamp(190px, 28vw, 280px);
    object-fit: cover;
    object-position: center;
}

.about-block {
    max-width: 900px;
    margin: 0 auto 18px auto;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 22px 24px;
}

.about-block h2 {
    margin: 0 0 12px 0;
}

.about-block p {
    margin: 0 0 12px 0;
    line-height: 1.7;
}

.about-block p:last-child {
    margin-bottom: 0;
}

.about-hero p {
    margin: 0 0 12px 0;
}

.about-hero p:last-child {
    margin-bottom: 0;
}

.about-block ul {
    display: block;
    list-style: disc;
    margin: 0 0 14px 20px;
    padding: 0;
}

.about-block li {
    display: list-item;
    margin: 0 0 8px 0;
    line-height: 1.6;
}

.about-block li:last-child {
    margin-bottom: 0;
}

.about-legal-links a {
    color: #2f8f3f;
    text-decoration: none;
    font-weight: 600;
}

.about-legal-links a:hover {
    text-decoration: underline;
}

.cookie-policy-page {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px 28px;
}

.cookie-policy-hero {
    position: relative;
    max-width: 980px;
    margin: 0 auto 24px;
    padding: 32px 30px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(47, 143, 63, 0.14), transparent 34%),
        linear-gradient(135deg, #fbfdf9 0%, #edf7f0 48%, #eef6ff 100%);
    border: 1px solid #d8e8db;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.cookie-policy-hero::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(47, 143, 63, 0.08);
}

.cookie-policy-hero h1 {
    position: relative;
    margin: 0 0 12px;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.05;
}

.cookie-policy-hero p {
    position: relative;
    margin: 0;
    max-width: 720px;
    color: #475569;
    line-height: 1.75;
    font-size: 16px;
}

.cookie-policy-stack {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

.cookie-policy-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 248, 0.98));
    border: 1px solid #dde7de;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.cookie-policy-card h2 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.2;
    color: #0f172a;
}

.cookie-policy-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.3;
    color: #14532d;
}

.cookie-policy-card p {
    margin: 0 0 12px;
    color: #334155;
    line-height: 1.75;
}

.cookie-policy-card p:last-child {
    margin-bottom: 0;
}

.cookie-policy-subcard {
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e3ece4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.cookie-policy-subcard + .cookie-policy-subcard {
    margin-top: 14px;
}

.cookie-policy-label {
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 700;
}

.cookie-policy-token {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eff8f0;
    border: 1px solid #d6e9d8;
    color: #166534;
    font-weight: 700;
    font-family: Consolas, "Courier New", monospace;
    font-size: 14px;
}

.cookie-policy-list {
    margin: 0 0 14px 18px;
    padding: 0;
    color: #334155;
}

.cookie-policy-list li {
    margin: 0 0 8px;
    line-height: 1.7;
}

.cookie-policy-list li:last-child {
    margin-bottom: 0;
}

.cookie-policy-definitions {
    margin: 0;
    display: grid;
    gap: 12px;
}

.cookie-policy-definitions div {
    display: grid;
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e3ece4;
}

.cookie-policy-definitions dt {
    font-weight: 700;
    color: #0f172a;
}

.cookie-policy-definitions dd {
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .cookie-policy-hero {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .cookie-policy-card {
        padding: 20px 18px;
        border-radius: 18px;
    }

    .cookie-policy-card h2 {
        font-size: 21px;
    }

    .cookie-policy-subcard {
        padding: 16px;
        border-radius: 16px;
    }

    .cookie-policy-definitions div {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

.messages-page {
    max-width: 1600px;
    margin: 24px auto 40px;
    padding: 0 16px;
}

.messages-section {
    width: 100%;
}

.messages-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
    min-width: 0;
}

.messages-tabs {
    display: flex;
    gap: 4px;
    align-items: end;
    margin-bottom: -1px;
    padding-left: 4px;
}

.messages-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    border: 1px solid #d9e0e7;
    border-bottom: 0;
    background: #ffffff;
    color: #334155;
    border-radius: 10px 10px 0 0;
    padding: 5px 11px 6px;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: 1px;
}

.messages-tab.is-active {
    background: #ffffff;
    border-color: #2f8f3f;
    color: #166534;
    z-index: 2;
    box-shadow: none;
}

.messages-list-panels {
    min-height: 0;
}

.messages-list-panel {
    display: none;
}

.messages-list-panel.is-active {
    display: block;
}

.messages-list,
.messages-detail {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px;
    height: min(576px, calc(100vh - 296px));
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.messages-list {
    display: flex;
    flex-direction: column;
    padding-top: 0;
}

.messages-list-panel,
.messages-detail {
    overflow: auto;
}

.messages-list-panels {
    flex: 1 1 auto;
    min-height: 0;
}

.messages-list-panel {
    height: 100%;
    overflow: auto;
}

.messages-list-item {
    display: block;
    padding: 12px 2px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #e5e7eb;
}

.messages-list-item:last-child {
    border-bottom: 0;
}

.messages-list-item strong,
.messages-list-item span {
    display: block;
}

.messages-list-item span {
    margin-top: 4px;
    color: #64748b;
    font-size: 13px;
}

.messages-list-item.is-unread strong {
    color: #0f172a;
}

.messages-list-item.is-selected {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px #2f8f3f;
}

.messages-list-item.is-selected strong {
    color: #166534;
}

.messages-list-item.is-selected span {
    color: #166534;
}

.messages-list-panel {
    border-radius: 6px;
}

.messages-empty {
    margin: 0;
    color: #64748b;
}

.messages-select {
    width: 100%;
    min-height: 38px;
    padding: 0.4rem 0.85rem;
    border: 1px solid #166534;
    border-radius: 999px;
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(47, 143, 63, 0.08), 0 0 10px rgba(47, 143, 63, 0.12);
}

.messages-meta {
    color: #4b5563;
    font-size: 13px;
}

.messages-detail h2 {
    margin: 0 0 8px;
}

.messages-detail {
    min-width: 0;
}

.messages-letter {
    white-space: pre-wrap;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
    margin-top: 14px;
}

body.profile-page {
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.08), transparent 20%),
        linear-gradient(180deg, #f8fbff 0%, #f7faf5 18%, #ffffff 42%);
}

body.profile-page .messages-page {
    max-width: 1240px;
    margin: 24px auto 48px;
}

.profile-page-hero {
    margin-bottom: 22px;
    padding: 28px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.18), transparent 28%),
        linear-gradient(135deg, #eff8ec 0%, #f7fbf4 44%, #eef5ff 100%);
    border: 1px solid #d9e7d5;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.8fr);
    gap: 20px;
    align-items: stretch;
}

.profile-page-hero-copy h1 {
    margin: 0 0 10px;
    font-size: clamp(30px, 4vw, 44px);
    color: #16311f;
}

.profile-page-hero-copy p:last-child {
    margin: 0;
    max-width: 62ch;
    color: #334155;
    font-size: 16px;
}

.profile-page-hero-panel {
    padding: 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #d9e4f4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.profile-page-hero-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    background: #edf5ff;
    color: #1f4d90;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.profile-page-hero-panel strong {
    font-size: 24px;
    line-height: 1.1;
    color: #16311f;
}

.profile-page-hero-panel span {
    color: #475569;
}

.profile-overview-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.2fr);
    gap: 18px;
    margin-bottom: 24px;
}

.profile-summary-card,
.profile-upload-card,
body.profile-page .messages-section {
    border-radius: 24px;
    border: 1px solid #dce6f1;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

.profile-summary-card {
    padding: 22px;
}

.profile-summary-top {
    display: flex;
    gap: 16px;
    align-items: center;
}

.profile-summary-avatar {
    width: 104px;
    height: 104px;
    object-fit: cover;
    border-radius: 999px;
    border: 4px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 30px rgba(36, 93, 183, 0.16);
    background: #eef4ff;
    flex-shrink: 0;
}

.profile-summary-avatar-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 800;
    color: #1f4d90;
    background: linear-gradient(135deg, #e7f0ff 0%, #f6f9ef 100%);
}

.profile-summary-text h2 {
    margin: 0 0 8px;
    font-size: 28px;
    color: #16311f;
}

.profile-summary-text p {
    margin: 0;
    color: #475569;
}

.profile-summary-text p + p {
    margin-top: 4px;
}

.profile-summary-stats {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.profile-summary-stats article {
    padding: 14px 12px;
    border-radius: 16px;
    border: 1px solid #dde7f5;
    background: #ffffff;
    text-align: center;
}

.profile-summary-stats strong {
    display: block;
    font-size: 28px;
    line-height: 1;
    color: #14532d;
}

.profile-summary-stats span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #475569;
}

.profile-dashboard-link {
    display: inline-flex;
    width: fit-content;
    text-decoration: none;
}

.profile-upload-card {
    padding: 24px;
}

.profile-section-head {
    margin-bottom: 16px;
}

.profile-section-head h2 {
    margin: 0 0 8px;
    font-size: clamp(24px, 3vw, 34px);
    color: #16202a;
}

.profile-section-head p:last-child {
    margin: 0;
    color: #475569;
    max-width: 62ch;
}

.profile-upload-form {
    border-radius: 20px;
    border-color: #dce6f1;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: none;
}

.profile-upload-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.profile-page .messages-section {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: min(720px, calc(100vh - 32px));
    min-height: min(420px, calc(100vh - 32px));
    overflow: hidden;
}

body.profile-page .messages-section * {
    box-sizing: border-box;
}

body.profile-page .messages-section > .profile-section-head {
    flex: 0 0 auto;
}

body.profile-page .messages-layout {
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
    gap: 0;
    flex: 1 1 auto;
    align-items: stretch;
    height: 100%;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

body.profile-page .messages-tabs {
    gap: 8px;
    margin-bottom: 12px;
    padding-left: 0;
}

body.profile-page .messages-tab {
    min-height: 38px;
    border: 1px solid #d9e4f4;
    background: #ffffff;
    color: #334155;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 0.92rem;
    top: 0;
}

body.profile-page .messages-tab.is-active {
    background: linear-gradient(180deg, #2b7be0 0%, #205fb7 100%);
    border-color: #205fb7;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(32, 95, 183, 0.2);
}

body.profile-page .messages-list,
body.profile-page .messages-detail {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #dce6f1;
    padding: 18px;
    height: auto;
    min-height: 0;
    overflow: hidden;
}

body.profile-page .messages-list {
    border-radius: 20px 0 0 20px;
    min-height: 0;
}

body.profile-page .messages-detail {
    border-left: 0;
    border-radius: 0 20px 20px 0;
    overflow: auto;
    transition: opacity 0.18s ease;
}

body.profile-page .messages-detail[aria-busy="true"] {
    opacity: 0.62;
}

body.profile-page .messages-list-panels {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

body.profile-page .messages-list-panel {
    min-width: 0;
    padding-right: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #9bb9e7 transparent;
}

body.profile-page .messages-list-item {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 14px 14px;
    border: 1px solid transparent;
    border-bottom: 1px solid #edf2f7;
    border-radius: 14px;
    overflow-wrap: anywhere;
    transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

body.profile-page .messages-list-item:hover {
    background: #f8fbff;
    border-color: #d9e7f8;
    transform: translateY(-1px);
}

body.profile-page .messages-detail,
body.profile-page .messages-detail * {
    overflow-wrap: anywhere;
}

body.profile-page .messages-list-item.is-selected {
    background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
    box-shadow: inset 0 0 0 1px #9bb9e7;
}

body.profile-page .messages-list-item.is-selected strong,
body.profile-page .messages-list-item.is-selected span {
    color: #1f4d90;
}

body.profile-page .messages-meta {
    color: #475569;
    font-size: 14px;
}

body.profile-page .messages-letter {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #dde7f5;
    border-radius: 14px;
    padding: 14px;
}

.messages-actions {
    margin-top: 14px;
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

body.profile-page .messages-actions .btn-submit {
    width: auto;
    min-width: 0;
    margin-top: 0;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
}

.messages-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid #e5edf7;
}

.messages-delete-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    width: auto;
    min-width: 0;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 10px 14px;
    background: #fff7f7;
    color: #b42318;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.messages-delete-button:hover {
    background: #dc2626;
    border-color: #dc2626;
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 900px) {
    .profile-page-hero,
    .profile-overview-grid,
    body.profile-page .messages-layout {
        grid-template-columns: 1fr;
        gap: 14px;
        overflow: visible;
    }

    body.profile-page .messages-list,
    body.profile-page .messages-detail {
        border: 1px solid #dce6f1;
        border-radius: 18px;
        min-height: 0;
    }

    body.profile-page .messages-section {
        height: auto;
        min-height: 0;
        max-height: none;
    }

    body.profile-page .messages-layout {
        height: auto;
    }

    body.profile-page .messages-list {
        max-height: 420px;
    }

    body.profile-page .messages-detail {
        max-height: none;
    }

    .profile-summary-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .profile-page-hero,
    .profile-summary-card,
    .profile-upload-card,
    body.profile-page .messages-section {
        padding: 18px;
        border-radius: 20px;
    }

    body.profile-page .messages-list,
    body.profile-page .messages-detail {
        padding: 12px;
    }

    body.profile-page .messages-list-item {
        padding: 12px;
        border-radius: 12px;
    }

    body.profile-page .messages-actions .btn-submit {
        width: auto;
        max-width: 100%;
        padding: 9px 12px;
        font-size: 12px;
    }

    .messages-delete-button {
        padding: 9px 12px;
        font-size: 12px;
    }

    .profile-summary-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-summary-text h2 {
        font-size: 24px;
    }

    .profile-section-head h2 {
        font-size: clamp(22px, 7vw, 30px);
    }
}

.orders-shell {
    display: grid;
    gap: 22px;
}

.orders-panel {
    padding: 24px;
    border: 1px solid #dce6f1;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

.orders-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.orders-panel-head h2 {
    margin: 0;
    color: #16202a;
    font-size: clamp(24px, 3vw, 34px);
}

.orders-filter-bar {
    display: grid;
    grid-template-columns: minmax(150px, 0.8fr) minmax(170px, 0.9fr) minmax(240px, 1.4fr) auto auto;
    gap: 12px;
    align-items: end;
    margin: 0 0 20px;
    padding: 14px;
    border: 1px solid #dde7f5;
    border-radius: 18px;
    background: #f8fbff;
}

.orders-filter-bar label {
    display: grid;
    gap: 6px;
    margin: 0;
}

.orders-filter-bar label span {
    color: #475569;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.orders-filter-bar select,
.orders-filter-bar input {
    width: 100%;
    min-height: 42px;
    border: 1px solid #cfe0fb;
    border-radius: 12px;
    padding: 0 12px;
    background: #ffffff;
    color: #16202a;
    font: inherit;
}

.orders-filter-bar select:focus,
.orders-filter-bar input:focus {
    outline: 0;
    border-color: #8bb7ef;
    box-shadow: 0 0 0 3px rgba(47, 123, 224, 0.12);
}

.orders-filter-bar .btn-submit {
    min-height: 42px;
    margin: 0;
    padding: 0 16px;
    border-radius: 12px;
}

.orders-reset-link,
.orders-contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    color: #245db7;
    font-weight: 800;
    text-decoration: none;
}

.orders-result-count {
    margin: 0 0 14px;
    color: #475569;
    font-size: 13px;
    font-weight: 800;
}

.orders-list {
    display: grid;
    gap: 14px;
}

.orders-card {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
    border: 1px solid #dde7f5;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.05);
}

.orders-card.is-hidden,
.orders-empty.is-hidden {
    display: none;
}

.orders-card-media {
    width: 104px;
    height: 104px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #e7f0ff 0%, #f6f9ef 100%);
    border: 1px solid #dce6f1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f4d90;
    font-size: 32px;
    font-weight: 900;
}

.orders-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 22px;
}

.profile-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid #d7e2da;
    border-radius: 8px;
    color: #14583a;
    background: #f7fbf8;
    font-weight: 800;
    text-decoration: none;
}

.profile-tabs a:hover {
    border-color: #14583a;
    background: #eef7f0;
}

.profile-security-section,
.profile-receipts-section {
    margin: 26px 0;
    padding: 24px;
    border: 1px solid #d7e2da;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.profile-empty-state {
    padding: 24px;
    border: 1px dashed #b8c8bd;
    border-radius: 12px;
    color: #59655e;
    background: #f8fbf8;
}

.profile-empty-state h3 {
    margin: 0 0 8px;
    color: #17211b;
}

.profile-empty-state p {
    margin: 0;
}

.profile-receipts-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.profile-receipts-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.profile-receipts-table th,
.profile-receipts-table td {
    padding: 13px 12px;
    border-bottom: 1px solid #e4ece6;
    text-align: left;
    vertical-align: top;
}

.profile-receipts-table th {
    color: #56625a;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0;
    background: #f7faf7;
}

.profile-receipt-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #14583a;
    background: #e9f6ed;
    font-weight: 800;
}

.profile-receipt-action {
    color: #14583a;
    font-weight: 900;
    text-decoration: none;
}

.profile-receipt-muted {
    color: #7b877f;
}

.orders-card-body {
    min-width: 0;
}

.orders-card-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.orders-card-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 7px;
}

.orders-card-kicker span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: #eef7ff;
    color: #1f4d90;
    font-size: 12px;
    font-weight: 800;
}

.orders-card h3 {
    margin: 0;
    color: #16202a;
    font-size: 22px;
}

.orders-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    white-space: nowrap;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.orders-status.is-active {
    color: #1f4d90;
    background: #edf5ff;
    border: 1px solid #cfe0fb;
}

.orders-status.is-completed {
    color: #166534;
    background: #eff8ec;
    border: 1px solid #bfe3c5;
}

.orders-status.is-cancelled {
    color: #b42318;
    background: #fff4f4;
    border: 1px solid #fecaca;
}

.orders-detail-grid,
.orders-business-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.orders-detail-grid div,
.orders-business-row > div {
    min-width: 0;
    padding: 12px;
    border: 1px solid #edf2f7;
    border-radius: 14px;
    background: #fbfdff;
}

.orders-detail-grid span,
.orders-business-row span {
    display: block;
    margin-bottom: 5px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.orders-detail-grid strong,
.orders-business-row strong,
.orders-business-row small {
    display: block;
    min-width: 0;
    color: #16202a;
    overflow-wrap: anywhere;
}

.orders-business-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 10px;
}

.orders-business-row small {
    margin-top: 4px;
    color: #64748b;
}

.orders-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 14px;
}

.orders-actions .item-primary-link,
.orders-actions .item-secondary-link {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
}

.orders-empty {
    padding: 28px;
    border: 1px dashed #cfe0fb;
    border-radius: 18px;
    background: #f8fbff;
    text-align: center;
}

.orders-empty h3 {
    margin: 0 0 8px;
    color: #16202a;
    font-size: 24px;
}

.orders-empty p {
    margin: 0 auto 16px;
    max-width: 58ch;
    color: #475569;
}

.chat-shell {
    display: grid;
    gap: 18px;
}

.chat-conversation-list {
    display: grid;
    gap: 12px;
}

.chat-conversation-card {
    position: relative;
    display: grid;
    gap: 5px;
    padding: 16px;
    border: 1px solid #dde7f5;
    border-radius: 16px;
    background: #ffffff;
    color: #16202a;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.chat-conversation-card:hover {
    border-color: #9bb9e7;
    transform: translateY(-1px);
}

.chat-conversation-card.is-unread {
    border-color: #245db7;
    background: #f4f8ff;
    box-shadow: 0 16px 34px rgba(36, 93, 183, 0.14);
}

.chat-conversation-card.is-unread::before {
    content: "";
    position: absolute;
    inset: 12px auto 12px 0;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: #245db7;
}

.chat-conversation-card.is-unread .chat-conversation-main strong {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    color: #123f7d;
}

.chat-unread-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #245db7;
    box-shadow: 0 0 0 4px rgba(36, 93, 183, 0.16);
}

.chat-unread-label {
    display: inline-flex;
    padding: 3px 8px;
    border-radius: 999px;
    background: #245db7;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
}

.chat-conversation-main {
    display: grid;
    gap: 5px;
    color: inherit;
    text-decoration: none;
}

.chat-conversation-type {
    color: #1f4d90;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.chat-status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.chat-conversation-card em {
    justify-self: start;
    padding: 4px 9px;
    border-radius: 999px;
    background: #fff4f4;
    color: #b42318;
    font-style: normal;
    font-size: 12px;
    font-weight: 900;
}

.chat-conversation-card em.chat-status-badge {
    background: #eef7ff;
    color: #245db7;
}

.chat-conversation-card em.chat-unread-badge {
    background: #245db7;
    color: #ffffff;
}

.chat-conversation-actions,
.chat-thread-actions,
.chat-message-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.chat-conversation-actions {
    padding-top: 8px;
    border-top: 1px solid #edf3fb;
}

.chat-conversation-actions button,
.chat-thread-actions button,
.chat-message-actions button {
    min-height: 36px;
    border: 1px solid #cfe0fb;
    border-radius: 10px;
    padding: 8px 12px;
    background: #ffffff;
    color: #1f4d90;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
}

.chat-conversation-actions button:hover,
.chat-thread-actions button:hover,
.chat-message-actions button:hover {
    border-color: #9bb9e7;
    background: #f5f9ff;
}

.chat-conversation-actions button.is-danger,
.chat-thread-actions button.is-danger,
.chat-message-actions button.is-danger {
    border-color: #fecaca;
    color: #b42318;
}

.chat-management-panel {
    display: grid;
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #dde7f5;
}

.chat-management-panel h3 {
    margin: 0;
    color: #16202a;
    font-size: 20px;
}

.chat-thread-actions {
    margin: 14px 0 10px;
}

.chat-message-actions {
    margin-top: 10px;
}

.chat-thread {
    display: grid;
    gap: 12px;
    margin: 18px 0;
}

.chat-message {
    max-width: min(720px, 88%);
    padding: 14px;
    border: 1px solid #dde7f5;
    border-radius: 16px;
    background: #ffffff;
}

.chat-message.is-mine {
    justify-self: end;
    background: #eef7ff;
    border-color: #cfe0fb;
}

.chat-message.is-unread {
    border-color: #245db7;
    background: #f6faff;
    box-shadow: 0 12px 28px rgba(36, 93, 183, 0.16);
}

.chat-message.is-unread:not(.is-mine) {
    border-left: 5px solid #245db7;
}

.chat-message-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #64748b;
    font-size: 12px;
}

.chat-message-meta span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.chat-message-new {
    display: inline-flex;
    padding: 2px 7px;
    border-radius: 999px;
    background: #245db7;
    color: #ffffff;
    font-style: normal;
    font-weight: 900;
}

.chat-message p {
    margin: 8px 0 0;
    white-space: pre-wrap;
}

.chat-attachment-link {
    display: inline-flex;
    margin-top: 10px;
    color: #245db7;
    font-weight: 800;
}

.chat-compose {
    display: grid;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid #dde7f5;
}

.chat-compose label {
    color: #475569;
    font-size: 13px;
    font-weight: 900;
}

.chat-compose textarea,
.chat-compose input[type="file"] {
    width: 100%;
    border: 1px solid #cfe0fb;
    border-radius: 12px;
    padding: 10px 12px;
    background: #ffffff;
    box-sizing: border-box;
    font: inherit;
}

@media (max-width: 980px) {
    .orders-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .orders-filter-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .orders-filter-search {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .orders-filter-bar,
    .orders-detail-grid,
    .orders-business-row {
        grid-template-columns: 1fr;
    }

    .orders-panel {
        padding: 18px;
        border-radius: 20px;
    }

    .orders-panel-head,
    .orders-card-top {
        flex-direction: column;
        align-items: stretch;
    }

    .orders-card {
        grid-template-columns: 1fr;
    }

    .orders-card-media {
        width: 100%;
        height: 150px;
    }
}

@media (min-width: 768px) {
    .messages-layout {
        grid-template-columns: minmax(240px, 1fr) minmax(0, 3fr);
        align-items: start;
        width: 100%;
    }

    .messages-list,
    .messages-detail {
        min-height: 520px;
    }
}

@media (max-width: 900px) {
    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-support-media {
        grid-template-columns: 1fr;
    }

    .shop-filter-row {
        gap: 10px 8px;
        padding: 4px 0 6px;
    }

    .shop-filter-item select {
        min-width: 108px;
        max-width: 148px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .card {
        animation: none;
        opacity: 1;
        transition: none;
        transform: none;
    }
}

/* Restored page-specific styles after the stylesheet backup. */
.about-main {
    width: min(1040px, calc(100% - 32px));
    margin: 0 auto;
    padding: 42px 0 56px;
}

.about-muted {
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 700;
}

body.about-page {
    background:
        radial-gradient(circle at top left, rgba(47, 143, 63, 0.12), transparent 26%),
        linear-gradient(180deg, #f8fbf7 0%, #ffffff 36%, #f7fbff 100%);
}

.wiwroko-about {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 22px 0 64px;
}

.wiwroko-about-hero {
    position: relative;
    min-height: min(560px, calc(100vh - 150px));
    overflow: hidden;
    border: 1px solid #d8e7d3;
    border-radius: 8px;
    background: #102a1c;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.wiwroko-about-hero img,
.wiwroko-about-hero-shade {
    position: absolute;
    inset: 0;
}

.wiwroko-about-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wiwroko-about-hero-shade {
    background:
        linear-gradient(90deg, rgba(12, 41, 26, 0.82) 0%, rgba(12, 41, 26, 0.52) 38%, rgba(12, 41, 26, 0.08) 100%),
        linear-gradient(0deg, rgba(12, 41, 26, 0.42) 0%, rgba(12, 41, 26, 0) 48%);
}

.wiwroko-about-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: min(560px, calc(100vh - 150px));
    max-width: 720px;
    padding: clamp(28px, 6vw, 72px);
    color: #ffffff;
}

.wiwroko-about-kicker {
    width: fit-content;
    margin: 0 0 12px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wiwroko-about-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 7vw, 82px);
    line-height: 0.98;
}

.wiwroko-about-hero-content p:last-child {
    max-width: 42ch;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 800;
    line-height: 1.35;
}

.wiwroko-about-intro,
.wiwroko-about-section,
.wiwroko-about-feature,
.wiwroko-about-mission-grid {
    margin-top: 18px;
}

.wiwroko-about-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 22px;
    align-items: stretch;
    padding: clamp(24px, 4vw, 44px);
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.wiwroko-about-intro figure,
.wiwroko-about-photo-card,
.wiwroko-about-closing {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #eaf2ec;
}

.wiwroko-about-intro figure {
    min-height: 420px;
}

.wiwroko-about-intro img,
.wiwroko-about-photo-card img,
.wiwroko-about-feature img,
.wiwroko-about-closing img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wiwroko-about-intro h2,
.wiwroko-about-section h2,
.wiwroko-about-feature h2,
.wiwroko-about-mission-grid h2 {
    margin: 0 0 16px;
    color: #12351f;
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.05;
}

.wiwroko-about-intro p,
.wiwroko-about-section p,
.wiwroko-about-feature p,
.wiwroko-about-mission-grid p {
    margin: 0;
    color: #334155;
    font-size: 16px;
    line-height: 1.75;
}

.wiwroko-about-intro p + p,
.wiwroko-about-section p + p,
.wiwroko-about-feature p + p,
.wiwroko-about-mission-grid p + p {
    margin-top: 14px;
}

.wiwroko-about-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
    gap: 18px;
    align-items: stretch;
}

.wiwroko-about-section-alt {
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
}

.wiwroko-about-section-copy,
.wiwroko-about-mission-grid article {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid #dce8f3;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.wiwroko-about-photo-card {
    min-height: 420px;
    border: 1px solid #d8e7d3;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.wiwroko-about-feature {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #d8e7d3;
    background: #102a1c;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12);
}

.wiwroko-about-feature > img {
    position: absolute;
    inset: 0;
}

.wiwroko-about-feature::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(12, 41, 26, 0.84) 0%, rgba(12, 41, 26, 0.58) 42%, rgba(12, 41, 26, 0.1) 100%);
}

.wiwroko-about-feature div {
    position: relative;
    z-index: 1;
    max-width: 720px;
    padding: clamp(28px, 6vw, 64px);
}

.wiwroko-about-feature h2,
.wiwroko-about-feature p {
    color: #ffffff;
}

.wiwroko-about-feature p {
    color: rgba(255, 255, 255, 0.9);
}

.wiwroko-about-mission-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.wiwroko-about-mission-grid article {
    background:
        radial-gradient(circle at top right, rgba(47, 143, 63, 0.1), transparent 34%),
        #ffffff;
}

.wiwroko-about-local-belief article:last-child {
    display: grid;
    align-content: center;
    gap: 14px;
    background:
        linear-gradient(135deg, rgba(22, 101, 52, 0.94), rgba(18, 80, 45, 0.94)),
        #166534;
}

.wiwroko-about-local-belief article:last-child p {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.12;
}

.wiwroko-about-closing {
    height: clamp(260px, 36vw, 440px);
    margin-top: 18px;
    border: 1px solid #d8e7d3;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

@media (max-width: 980px) {
    .wiwroko-about {
        width: min(100% - 24px, 1180px);
        padding-top: 16px;
    }

    .wiwroko-about-intro,
    .wiwroko-about-section,
    .wiwroko-about-section-alt,
    .wiwroko-about-mission-grid {
        grid-template-columns: 1fr;
    }

    .wiwroko-about-section-alt .wiwroko-about-photo-card {
        order: 2;
    }

    .wiwroko-about-intro figure,
    .wiwroko-about-photo-card {
        min-height: 320px;
    }
}

@media (max-width: 640px) {
    .wiwroko-about {
        width: min(100% - 18px, 1180px);
        padding-top: 12px;
        padding-bottom: 42px;
    }

    .wiwroko-about-hero,
    .wiwroko-about-hero-content {
        min-height: 470px;
    }

    .wiwroko-about-hero-content {
        padding: 24px;
    }

    .wiwroko-about-hero-shade {
        background:
            linear-gradient(0deg, rgba(12, 41, 26, 0.88) 0%, rgba(12, 41, 26, 0.38) 72%, rgba(12, 41, 26, 0.14) 100%);
    }

    .wiwroko-about-intro,
    .wiwroko-about-section-copy,
    .wiwroko-about-mission-grid article {
        padding: 20px;
    }

    .wiwroko-about-intro h2,
    .wiwroko-about-section h2,
    .wiwroko-about-feature h2,
    .wiwroko-about-mission-grid h2 {
        font-size: clamp(25px, 8vw, 34px);
    }

    .wiwroko-about-intro p,
    .wiwroko-about-section p,
    .wiwroko-about-feature p,
    .wiwroko-about-mission-grid p {
        font-size: 15px;
        line-height: 1.68;
    }

    .wiwroko-about-feature {
        min-height: 560px;
    }

    .wiwroko-about-feature::after {
        background: linear-gradient(0deg, rgba(12, 41, 26, 0.9) 0%, rgba(12, 41, 26, 0.62) 64%, rgba(12, 41, 26, 0.18) 100%);
    }

    .wiwroko-about-feature div {
        padding: 24px;
    }

    .wiwroko-about-intro figure,
    .wiwroko-about-photo-card {
        min-height: 250px;
    }
}

body.download-page {
    background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}

.download-file-card {
    border-color: #b7d6c2;
}

.download-main {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0 52px;
}

.download-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px;
    border: 1px solid #d8e2ec;
    border-radius: 8px;
    background: #ffffff;
    color: #16202a;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.download-kicker {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 6px;
    padding: 3px 8px;
    border: 1px solid #c9ded0;
    border-radius: 999px;
    background: #f3faf5;
    color: #166534;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.download-hero h1 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.06;
}

.download-hero p:not(.download-kicker) {
    max-width: 660px;
    margin: 8px 0 0;
    color: #52606f;
    font-size: 0.96rem;
    line-height: 1.55;
}

.download-release-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(96px, 1fr));
    gap: 0;
    min-width: min(420px, 100%);
    margin: 0;
    overflow: hidden;
    border: 1px solid #dde7ef;
    border-radius: 8px;
    background: #f8fafc;
}

.download-release-summary div {
    min-width: 0;
    padding: 10px 12px;
    border-left: 1px solid #dde7ef;
}

.download-release-summary div:first-child {
    border-left: 0;
}

.download-release-summary dt {
    margin: 0 0 2px;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.download-release-summary dd {
    margin: 0;
    color: #16202a;
    font-size: 0.94rem;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.download-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 14px;
    margin-top: 14px;
}

.download-card {
    position: relative;
    padding: 18px;
    border: 1px solid #d8e2ec;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.download-card-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.download-card h2 {
    margin: 0;
    color: #16202a;
    font-family: var(--font-heading);
    font-size: 1.18rem;
    line-height: 1.18;
}

.download-card h3 {
    margin: 18px 0 8px;
    color: #16202a;
    font-size: 0.95rem;
}

.download-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    margin: 0;
    border-radius: 999px;
    background: #eef7ff;
    color: #1d4f95;
    font-size: 0.82rem;
    font-weight: 900;
}

.download-file-box {
    display: grid;
    gap: 4px;
    margin-bottom: 12px;
    padding: 12px 14px;
    border: 1px solid #d8e7f6;
    border-radius: 8px;
    background: #f8fbff;
}

.download-file-box strong {
    color: #16202a;
    font-size: 1rem;
}

.download-file-box span {
    color: #5b6b7d;
    font-size: 0.86rem;
    font-weight: 700;
}

.download-primary-button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 8px;
    background: #166534;
    color: #ffffff;
    font-weight: 900;
    font-size: 0.92rem;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(22, 101, 52, 0.16);
    transition: background-color 0.16s ease, box-shadow 0.16s ease;
}

.download-primary-button:hover {
    background: #11522a;
    box-shadow: 0 10px 22px rgba(22, 101, 52, 0.20);
}

.download-notes,
.download-install-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 20px;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.5;
}

.download-notes li,
.download-install-list li {
    padding-left: 4px;
}

.download-muted {
    margin: 14px 0 0;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.5;
}

body.orders-page {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

body.chat-page {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.chat-notice {
    border-color: #bfe3c5;
    background: #eff8ec;
    color: #166534;
}

.home-benefits-section {
    border-color: rgba(47, 143, 63, 0.14);
}

.home-service-banner-medical .home-service-banner-overlay {
    background: linear-gradient(135deg, rgba(10, 45, 70, 0.58), rgba(18, 85, 110, 0.22));
}

.home-service-banner-gardening .home-service-banner-overlay {
    background: linear-gradient(135deg, rgba(18, 70, 38, 0.60), rgba(47, 143, 63, 0.24));
}

.receipt-page {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.receipt-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 42px 0 64px;
}

.receipt-hero-card {
    padding: 34px;
    border: 1px solid #dce8f3;
    border-radius: 26px;
    background: linear-gradient(135deg, #ffffff 0%, #f5fbff 100%);
    box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08);
}

.receipt-hero-card h1 {
    max-width: 820px;
    margin: 6px 0 12px;
    color: #16202a;
    font-family: var(--font-heading);
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
}

.receipt-hero-text {
    max-width: 720px;
    margin: 0;
    color: #475569;
    font-size: 1.02rem;
}

.receipt-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.receipt-hero-meta div,
.receipt-summary-table div {
    min-width: 0;
    padding: 14px;
    border: 1px solid #e0ebf7;
    border-radius: 16px;
    background: #ffffff;
}

.receipt-hero-meta span,
.receipt-summary-table span {
    display: block;
    margin-bottom: 5px;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.receipt-hero-meta strong,
.receipt-summary-table strong {
    display: block;
    min-width: 0;
    color: #16202a;
    overflow-wrap: anywhere;
}

.receipt-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.receipt-card {
    padding: 24px;
    border: 1px solid #dce8f3;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.receipt-card h2 {
    margin: 0 0 16px;
    color: #16202a;
    font-family: var(--font-heading);
    font-size: 1.35rem;
}

.receipt-summary-table {
    display: grid;
    gap: 10px;
}

.receipt-note-card {
    display: grid;
    align-content: start;
    gap: 14px;
}

.receipt-note-card p {
    margin: 0;
    color: #475569;
}

.receipt-print-button {
    width: fit-content;
    margin-top: 4px;
    cursor: pointer;
    font: inherit;
}

.item-media-panel {
    min-width: 0;
}

.verification-warning-card-compact {
    grid-template-columns: 1fr;
    padding: 10px 12px;
}

.nav-search-logo {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

body.contact-page {
    background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}

.contact-main {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: 32px 0 56px;
}

.contact-hero {
    padding: 24px;
    border: 1px solid #d8e2ec;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 244, 0.96)),
        url("assets/fotos/bg_shop.jpg") center/cover;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.contact-kicker {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 8px;
    padding: 4px 9px;
    border: 1px solid #c8dece;
    border-radius: 999px;
    background: #f2faf4;
    color: #166534;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.contact-hero h1 {
    margin: 0;
    color: #132318;
    font-family: var(--font-heading);
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1;
}

.contact-hero p:not(.contact-kicker) {
    max-width: 660px;
    margin: 12px 0 0;
    color: #475569;
    font-size: 1rem;
    line-height: 1.55;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 18px;
    margin-top: 18px;
}

.contact-card,
.contact-info-card {
    border: 1px solid #d8e2ec;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.contact-form {
    padding: 22px;
}

.contact-form-head h2,
.contact-info-card h2 {
    margin: 0 0 10px;
    color: #16202a;
    font-family: var(--font-heading);
    font-size: 1.35rem;
}

.contact-type-select {
    margin: 16px 0;
}

.contact-type-select select {
    max-width: 360px;
    min-height: 42px;
    padding: 0 44px 0 16px;
    border: 1px solid #cfe0d6;
    border-radius: 999px;
    background-color: #eaf7ee;
    color: #14532d;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(22, 101, 52, 0.12);
}

.contact-type-select select:hover,
.contact-type-select select:focus {
    border-color: #166534;
    background-color: #f3fbf5;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.contact-submit {
    margin-top: 18px;
}

.contact-side {
    display: grid;
    gap: 14px;
    align-content: start;
}

.contact-info-card {
    padding: 18px;
}

.contact-info-card p,
.contact-info-card li {
    color: #475569;
    line-height: 1.55;
}

.contact-info-card p,
.contact-info-card ul {
    margin: 0;
}

.contact-info-card ul {
    padding-left: 20px;
}

.contact-hidden-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 900px) {
    .download-grid,
    .receipt-grid,
    .contact-hero,
    .contact-layout,
    .receipt-hero-meta {
        grid-template-columns: 1fr;
    }

    .download-hero {
        align-items: stretch;
        flex-direction: column;
    }

    .download-main,
    .receipt-shell,
    .contact-main,
    .about-main {
        width: min(100% - 24px, 1120px);
        padding-top: 24px;
    }

    .download-hero {
        padding: 18px;
        border-radius: 8px;
    }

    .receipt-hero-card {
        padding: 24px;
        border-radius: 22px;
    }
}

@media (max-width: 560px) {
    .download-card {
        padding: 16px;
        border-radius: 8px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .contact-type-select select {
        max-width: 100%;
    }

    .receipt-card {
        padding: 20px;
        border-radius: 18px;
    }

    .download-release-summary {
        grid-template-columns: 1fr;
    }

    .download-release-summary div {
        border-top: 1px solid #dde7ef;
        border-left: 0;
    }

    .download-release-summary div:first-child {
        border-top: 0;
    }

    .download-primary-button {
        width: 100%;
    }
}
