/* ===== Početna – promo ispod WiFi Mesha ===== */
.home-hosting-promo {
    padding: 4rem 0;
    background: linear-gradient(180deg, #111827 0%, #0f172a 55%, #1e1b4b 100%);
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home-hosting-promo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 55% 45% at 18% 50%, rgba(99, 102, 241, 0.18), transparent 60%);
    pointer-events: none;
}

.home-hosting-promo__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2.5rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.home-hosting-promo__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #a5b4fc;
    margin-bottom: 0.65rem;
}

.home-hosting-promo__title {
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 0.85rem;
}

.home-hosting-promo__text {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    margin-bottom: 1rem;
    max-width: 30rem;
}

.home-hosting-promo__promo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.65rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.88);
}

.home-hosting-promo__promo-tag {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    background: rgba(251, 191, 36, 0.2);
    border: 1px solid rgba(251, 191, 36, 0.45);
    color: #fde68a;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-hosting-promo__prices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.65rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}

.home-hosting-promo__prices strong {
    font-size: 1.35rem;
    color: #fff;
}

.home-hosting-promo__prices-note {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
}

.home-hosting-promo__media {
    display: flex;
    justify-content: center;
}

.home-hosting-promo__visual {
    position: relative;
    width: min(100%, 320px);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hosting-promo__glow {
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.35) 0%, transparent 70%);
    filter: blur(8px);
}

.home-hosting-promo__card {
    position: relative;
    z-index: 1;
    width: 72%;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.home-hosting-promo__card i {
    font-size: 3.5rem;
    color: #a5b4fc;
}

.home-hosting-promo__card-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.home-hosting-promo__badge {
    position: absolute;
    top: 8%;
    right: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.9);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.4);
}

.home-hosting-promo__badge i {
    color: #fde68a;
}

.home-hosting-promo__badge--hr {
    background: rgba(16, 185, 129, 0.92);
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.35);
}

.home-hosting-promo__badge--hr i {
    color: #ecfdf5;
}

.home-hosting-promo__promo-tag--hr {
    background: rgba(16, 185, 129, 0.2);
    border-color: rgba(16, 185, 129, 0.45);
    color: #a7f3d0;
}

.home-hosting-promo__prices-sub {
    margin: -0.75rem 0 1.5rem;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 900px) {
    .home-hosting-promo__grid {
        grid-template-columns: 1fr;
    }

    .home-hosting-promo__media {
        order: -1;
    }

    .home-hosting-promo__visual {
        width: min(100%, 260px);
    }
}

/* ===== Web hosting stranica ===== */

body.page-web-hosting {
    background-color: var(--color-primary);
}

body.page-web-hosting .main-content {
    background: transparent;
    min-height: 0;
}

body.page-web-hosting .wh-hero,
body.page-web-hosting .wh-page-body,
body.page-web-hosting .wh-cta,
body.page-web-hosting .kontakt-form-section--dark,
body.page-web-hosting .wh-features-strip,
body.page-home .home-hosting-promo {
    opacity: 1 !important;
    transform: none !important;
}

body.page-web-hosting .main-footer {
    margin-top: 0;
}

/* Hero */
.wh-hero .container {
    max-width: 1200px;
    text-align: left;
}

.wh-hero .optika-page-title::after {
    margin-left: 0;
    margin-right: auto;
}

.wh-hero__promo {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 1rem 0 1.35rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.22);
    border: 1px solid rgba(99, 102, 241, 0.45);
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.9rem;
}

.wh-hero__promo i {
    color: #fbbf24;
}

.wh-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.wh-hero__btn-outline {
    color: var(--color-text-white);
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
}

.wh-hero__btn-outline:hover {
    color: var(--color-text-white);
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.14);
}

/* Feature strip */
.wh-features-strip {
    background: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.85rem 0 1.1rem;
}

.wh-features-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem 1rem;
}

.wh-features-strip__item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
}

.wh-features-strip__item i {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--color-accent);
    font-size: 0.85rem;
}

/* Body */
.wh-page-body {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
    border-radius: 24px 24px 0 0;
    margin-top: -0.5rem;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.12);
}

.wh-section-head {
    max-width: 44rem;
    margin-bottom: 1.75rem;
}

.wh-section-head__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--color-text);
    margin: 0 0 0.6rem;
}

.wh-section-head__lead {
    margin: 0;
    line-height: 1.6;
    color: var(--color-text-light);
}

.wh-hero__promo--hr {
    background: rgba(16, 185, 129, 0.18);
    border-color: rgba(16, 185, 129, 0.45);
}

.wh-hero__promo--hr i {
    color: #34d399;
}

/* Location tabs */
.wh-location-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.wh-location-tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    padding: 1rem 1.15rem;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background: #f8fafc;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.wh-location-tab:hover {
    border-color: rgba(99, 102, 241, 0.25);
}

.wh-location-tab.is-active {
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.wh-location-tab--hr.is-active {
    border-color: rgba(16, 185, 129, 0.55);
    box-shadow: 0 8px 28px rgba(16, 185, 129, 0.12);
}

.wh-location-tab__label {
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-text);
    letter-spacing: -0.02em;
}

.wh-location-tab__sub {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--color-text-light);
}

.wh-location-tab--hr.is-active .wh-location-tab__sub {
    color: #047857;
}

.wh-location-panel {
    margin-bottom: 2rem;
}

.wh-location-panel:not(.is-active) {
    display: none;
}

.wh-location-callout {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.1rem 1.25rem;
    margin-bottom: 1.25rem;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.wh-location-callout--hr {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(99, 102, 241, 0.06));
    border-color: rgba(16, 185, 129, 0.28);
}

.wh-location-callout__icon {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(16, 185, 129, 0.15);
    color: #047857;
    font-size: 1.1rem;
}

.wh-location-callout__title {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-text);
}

.wh-location-callout__text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--color-text-light);
}

.wh-location-promo {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 1rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(99, 102, 241, 0.28);
    color: var(--color-text);
    font-size: 0.88rem;
}

.wh-location-promo i {
    color: #f59e0b;
}

.wh-packages--hr {
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}

.wh-compare--location {
    margin-top: 1.5rem;
}

/* Segment tabs */
.wh-segment-tabs {
    display: inline-flex;
    gap: 0.35rem;
    padding: 0.35rem;
    margin-bottom: 0.65rem;
    background: #eef0f4;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.wh-segment-tab {
    border: none;
    background: transparent;
    padding: 0.55rem 1.1rem;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #4b5563;
    cursor: pointer;
    transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}

.wh-segment-tab:hover {
    color: var(--color-text);
}

.wh-segment-tab.is-active {
    background: #ffffff;
    color: var(--color-accent);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.wh-price-note {
    margin: 0 0 1rem;
    font-size: 0.82rem;
    color: var(--color-text-light);
}

.wh-shared-perks {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.wh-shared-perks__item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-text);
}

.wh-shared-perks__item i {
    color: var(--color-accent);
    font-size: 0.72rem;
}

/* Packages grid */
.wh-packages {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.wh-package {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.35rem 1.25rem 1.25rem;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.wh-package:hover {
    border-color: rgba(99, 102, 241, 0.25);
    box-shadow: 0 12px 32px rgba(99, 102, 241, 0.1);
    transform: translateY(-2px);
}

.wh-package--featured {
    border-color: rgba(99, 102, 241, 0.35);
    box-shadow: 0 12px 36px rgba(99, 102, 241, 0.14);
}

.wh-package--featured::before {
    content: 'Preporučeno';
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    background: var(--color-accent);
    color: #fff;
}

.wh-package__badge {
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 0.85rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.wh-package__badge--space {
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
}

.wh-package__badge--discount {
    background: rgba(99, 102, 241, 0.12);
    color: var(--color-accent-hover);
}

.wh-package__name {
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 0.35rem;
    color: var(--color-text);
}

.wh-package__tagline {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: var(--color-text-light);
}

.wh-package__head {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.wh-package__specs {
    list-style: none;
    margin: 0 0 1.15rem;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.wh-package__specs li {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.84rem;
    line-height: 1.4;
    color: var(--color-text);
}

.wh-package__specs i {
    flex-shrink: 0;
    margin-top: 0.15rem;
    color: var(--color-success);
    font-size: 0.72rem;
}

.wh-package__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.25rem 0.45rem;
    margin-bottom: 1rem;
}

.wh-package__price-old {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-text-light);
    text-decoration: line-through;
}

.wh-package__price-amount {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--color-accent);
    line-height: 1;
}

.wh-package__price-period {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text-light);
}

.wh-package__cta {
    margin-top: auto;
}

.wh-disclaimer {
    margin: 0 0 2.5rem;
    padding: 1rem 1.1rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.82rem;
    line-height: 1.55;
    color: var(--color-text-light);
}

/* Benefits */
.wh-benefits {
    margin-bottom: 2.5rem;
}

.wh-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}

.wh-benefit-card {
    padding: 1.25rem;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.wh-benefit-card:hover {
    border-color: rgba(99, 102, 241, 0.2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.wh-benefit-card__icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(99, 102, 241, 0.1);
    color: var(--color-accent);
    font-size: 1rem;
    margin-bottom: 0.85rem;
}

.wh-benefit-card__title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
    color: var(--color-text);
}

.wh-benefit-card__text {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.5;
    color: var(--color-text-light);
}

/* Sitejet block */
.wh-sitejet {
    margin-bottom: 2.5rem;
}

.wh-sitejet__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 55%, #312e81 100%);
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.wh-sitejet__inner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.08) 1px, transparent 0);
    background-size: 24px 24px;
    opacity: 0.5;
    pointer-events: none;
}

.wh-sitejet__copy {
    position: relative;
    z-index: 1;
}

.wh-sitejet__eyebrow {
    display: inline-block;
    margin-bottom: 0.65rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.wh-sitejet__title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0 0 0.75rem;
    line-height: 1.2;
}

.wh-sitejet__text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
    max-width: 36rem;
}

.wh-sitejet__visual {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.wh-sitejet__mock {
    width: min(100%, 280px);
    aspect-ratio: 4 / 3;
    padding: 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    gap: 0.65rem;
    grid-template-rows: auto 1fr 1fr;
}

.wh-sitejet__mock-bar {
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
}

.wh-sitejet__mock-block {
    border-radius: 10px;
    background: rgba(99, 102, 241, 0.35);
}

.wh-sitejet__mock-block--1 { grid-column: 1; }
.wh-sitejet__mock-block--2 { background: rgba(16, 185, 129, 0.35); }
.wh-sitejet__mock-block--3 { background: rgba(139, 92, 246, 0.35); }

/* Comparison table */
.wh-compare__details {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
}

.wh-compare__summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    cursor: pointer;
    font-weight: 700;
    color: var(--color-text);
    user-select: none;
}

.wh-compare__summary::-webkit-details-marker {
    display: none;
}

.wh-compare__summary span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.wh-compare__summary i.fa-table {
    color: var(--color-accent);
}

.wh-compare__chevron {
    transition: transform 0.2s;
    color: var(--color-text-light);
    font-size: 0.85rem;
}

.wh-compare__details[open] .wh-compare__chevron {
    transform: rotate(180deg);
}

.wh-compare__body {
    padding: 0 1.15rem 1.15rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.wh-compare__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1.25rem;
}

.wh-compare__table {
    width: 100%;
    min-width: 42rem;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.wh-compare__table th,
.wh-compare__table td {
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    text-align: left;
}

.wh-compare__table thead th {
    background: #f8fafc;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-text-light);
}

.wh-compare__table tbody th {
    font-weight: 600;
    color: var(--color-text);
    background: #fafbfc;
    min-width: 11rem;
}

.wh-compare__table tbody tr:hover td {
    background: rgba(99, 102, 241, 0.04);
}

.wh-included__title {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
}

.wh-included__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    gap: 0.4rem 0.75rem;
}

.wh-included__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: var(--color-text);
}

.wh-included__list i {
    flex-shrink: 0;
    margin-top: 0.12rem;
    color: var(--color-success);
    font-size: 0.68rem;
}

.wh-compare__foot {
    margin: 1rem 0 0;
    font-size: 0.82rem;
    color: var(--color-text-light);
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

/* CTA */
.wh-cta {
    margin-top: 0;
}

.wh-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
}

.wh-cta__btn-outline {
    color: var(--color-text-white);
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
}

.wh-cta__btn-outline:hover {
    color: var(--color-text-white);
    background: rgba(255, 255, 255, 0.14);
}

/* Responsive */
@media (max-width: 1024px) {
    .wh-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wh-features-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .wh-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .wh-hero__actions .btn {
        width: 100%;
        justify-content: center;
    }

    .wh-segment-tabs {
        display: flex;
        width: 100%;
    }

    .wh-location-tabs {
        grid-template-columns: 1fr;
    }

    .wh-location-callout {
        flex-direction: column;
    }

    .wh-segment-tab {
        flex: 1;
        text-align: center;
        padding: 0.55rem 0.5rem;
        font-size: 0.78rem;
    }

    .wh-packages {
        grid-template-columns: 1fr;
    }

    .wh-package--featured::before {
        top: auto;
        bottom: 0.85rem;
        right: 0.85rem;
    }

    .wh-benefits__grid {
        grid-template-columns: 1fr;
    }

    .wh-sitejet__inner {
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }

    .wh-features-strip__grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.55rem;
    }

    .wh-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .wh-cta__actions .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .wh-features-strip__grid {
        grid-template-columns: 1fr;
    }

    .wh-page-body {
        padding-top: 1.5rem;
    }
}
