.page-wts-home {
    background: #f4f7fb;
    --maps-ui-primary: var(--primary-color, #1b91e0);
    --maps-ui-primary-hover: #157dc4;
    --maps-ui-primary-pressed: #117fc8;
    --maps-ui-primary-soft-bg: var(--bg-color-primary, #f1f6ff);
    --maps-ui-primary-border: rgba(27, 145, 224, 0.22);
    --maps-ui-primary-text: #0f73b4;
}

.wts-home {
    color: #0f172a;
    font-family: 'Open Sans', sans-serif;
}

.page-wts-home .wts-home .container-wrapper {
    flex-direction: column;
    align-items: stretch;
}

.wts-home__hero {
    position: relative;
    z-index: 2;
    overflow: visible;
    padding: 80px 0 72px;
    background: linear-gradient(145deg, var(--bg-color-secondary, #0467aa) 0%, var(--maps-ui-primary) 42%, var(--secondary-color, #27aae1) 100%);
    color: #fff;
}

.wts-home__hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.wts-home__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.wts-home__title {
    margin: 0 0 14px;
    font-family: 'Overpass', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.wts-home__intro {
    margin: 0 0 32px;
    max-width: 36rem;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}

.wts-home__search {
    position: relative;
    width: 100%;
    max-width: 620px;
}

.wts-home__search-form {
    display: flex;
    align-items: stretch;
    gap: 8px;
    padding: 10px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.2);
}

.wts-home__search-field {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.wts-home__search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    pointer-events: none;
}

.wts-home__search-input {
    width: 100%;
    min-height: 52px;
    padding: 0 14px 0 42px;
    border: 0;
    border-radius: 12px;
    background: #f8fafc;
    color: #10374c;
    font-size: 16px;
    font-weight: 600;
    outline: none;
}

.wts-home__search-input::placeholder {
    color: #a3b1b8;
    font-weight: 400;
}

.wts-home__search-input:focus {
    box-shadow: inset 0 0 0 2px var(--maps-ui-primary);
    background: #fff;
}

.wts-home__search-btn {
    flex: 0 0 auto;
    min-height: 52px;
    padding: 0 22px;
    border: 0;
    border-radius: 12px;
    background: var(--bg-color-btn, var(--maps-ui-primary));
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.wts-home__search-btn:hover {
    background: var(--maps-ui-primary-hover);
}

.wts-home__search-suggestions {
    position: absolute;
    z-index: 100;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    margin: 0;
    padding: 8px;
    list-style: none;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
    max-height: 280px;
    overflow: auto;
}

.wts-home__search-suggestions[hidden] {
    display: none;
}

.wts-home__search-suggestion {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #0f172a;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
}

.wts-home__search-suggestion:hover,
.wts-home__search-suggestion.is-active {
    background: var(--maps-ui-primary-soft-bg);
}

.wts-home__search-suggestion-meta {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #64748b;
    font-weight: 400;
}

.wts-home__quick-cities {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.wts-home__quick-city {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.wts-home__quick-city:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.wts-home__quick-city--soon {
    opacity: 0.72;
    cursor: default;
    pointer-events: none;
}

.wts-home__section {
    padding: 64px 0;
}

.wts-home__section--alt {
    background: #fff;
}

.wts-home__section-head {
    margin: 0 auto 32px;
    max-width: 42rem;
    text-align: center;
}

.wts-home__section-title {
    margin: 0 0 8px;
    font-family: 'Overpass', sans-serif;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 800;
    color: #02121f;
}

.wts-home__section-lead {
    margin: 0 auto;
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
}

.wts-home__hub-subtitle {
    max-width: 56rem; /* ~max-w-4xl */
    margin: 0 auto;
    text-align: center;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
    text-wrap: pretty;
}

.wts-home__hub-subtitle + .wts-home__section-head {
    margin-top: 4rem; /* ~mt-16 */
}

.wts-home__city-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 18px;
    width: 100%;
}

.wts-home__city-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.wts-home__city-card:hover {
    transform: translateY(-2px);
    border-color: var(--maps-ui-primary-border);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.wts-home__city-card--soon {
    opacity: 0.82;
    cursor: default;
    pointer-events: none;
    background: #f8fafc;
}

.wts-home__city-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
}

.wts-home__city-name {
    margin: 0;
    font-family: 'Overpass', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #02121f;
    line-height: 1.2;
}

.wts-home__city-tag {
    display: inline-block;
    max-width: 100%;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--maps-ui-primary-soft-bg);
    color: var(--maps-ui-primary-text);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
    white-space: normal;
}

.wts-home__city-tag--soon {
    background: #f1f5f9;
    color: #64748b;
}

.wts-home__city-hint {
    margin: 0 0 14px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.5;
}

.wts-home__city-price {
    margin: -6px 0 14px;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
}

.wts-home__city-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
    color: var(--maps-ui-primary-text);
}

.wts-home__explainer {
    background: #eef3fb;
    padding: var(--gap-section, 64px) 0;
}

.wts-home__explainer > .container-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.wts-home__explainer-header {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: center;
}

.wts-home__explainer-title {
    margin: 0;
    padding: 0;
    color: var(--text-color-secondary, #02121f);
    font-family: 'Overpass', sans-serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -0.5px;
    text-align: center;
    text-wrap: balance;
}

.wts-home__explainer-subtitle {
    margin: 14px auto 0;
    color: var(--color-gray-600, #64748b);
    font-family: 'Open Sans', sans-serif;
    font-size: var(--font-size-base, 16px);
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    text-wrap: pretty;
}

.wts-home__explainer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 32px;
}

.wts-home__explainer-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.wts-home__explainer-num {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    margin: 0 0 10px;
    padding: 0;
    border-radius: 999px;
    background: rgba(27, 145, 224, 0.12);
    color: var(--color-skyBlue, #1b91e0);
    line-height: 0;
}

.wts-home__explainer-num-label {
    display: block;
    font-family: 'Overpass', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    font-feature-settings: 'tnum' 1;
    font-variant-numeric: tabular-nums;
    transform: translateY(1px);
}

.wts-home__explainer-item-title {
    margin: 0 0 8px;
    color: var(--color-tealBlue, #10374c);
    font-family: 'Overpass', sans-serif;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.01em;
    text-wrap: balance;
}

.wts-home__explainer-item-text {
    margin: 0;
    color: var(--color-gray-600, #4b5563);
    font-family: 'Open Sans', sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.6;
    text-wrap: pretty;
}

.wts-home__destinations {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wts-home__destination-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid var(--maps-ui-primary-border);
    background: #fff;
    color: var(--maps-ui-primary-text);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.wts-home__destination-link:hover {
    background: var(--maps-ui-primary-soft-bg);
    color: var(--maps-ui-primary-hover);
}

.wts-home__methodology {
    padding: 48px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.wts-home__methodology-inner {
    max-width: 960px;
    margin: 0 auto;
}

.wts-home__methodology-title {
    margin: 0 0 12px;
    font-family: 'Overpass', sans-serif;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
    text-align: center;
    text-wrap: balance;
}

.wts-home__methodology-lead {
    margin: 0 auto 32px;
    max-width: 42rem;
    text-align: center;
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

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

.wts-home__methodology-item {
    margin: 0;
    padding: 20px 22px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e8edf3;
}

.wts-home__methodology-item-title {
    margin: 0 0 8px;
    font-family: 'Overpass', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    color: #10374c;
}

.wts-home__methodology-item-text {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.65;
}

.wts-home__methodology-item-text strong {
    color: #475569;
    font-weight: 700;
}

/* FAQ — reuse global .faq / .accordion styles; restore two-column layout overridden by .container-wrapper above */
.wts-home__faq-section {
    background: #fff;
}

.page-wts-home .wts-home .faq .container-wrapper {
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
}

@media (min-width: 719px) {
    .page-wts-home .wts-home .faq .container-wrapper {
        flex-direction: row;
        align-items: flex-start;
    }

    .page-wts-home .wts-home .faq .faq-header {
        align-items: flex-start;
    }

    .page-wts-home .wts-home .faq .faq-header-title,
    .page-wts-home .wts-home .faq .faq-header-subtitle {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .page-wts-home .wts-home .faq .container-wrapper {
        gap: 60px;
    }

    .page-wts-home .wts-home .faq .faq-details {
        flex: 0 0 600px;
    }
}

@media (max-width: 991px) {
    .wts-home__explainer-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }
}

@media (max-width: 575px) {
    .wts-home__explainer-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .wts-home__explainer-item-title {
        font-size: 16px;
    }

    .wts-home__explainer-item-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .wts-home__hero {
        padding: 56px 0 48px;
    }

    .wts-home__search-form {
        flex-direction: column;
    }

    .wts-home__methodology-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .wts-home__hub-subtitle {
        font-size: 15px;
    }

    .wts-home__hub-subtitle + .wts-home__section-head {
        margin-top: 3rem; /* ~mt-12 */
    }

    .wts-home__about-guides {
        margin-top: 36px;
        padding-top: 24px;
    }
}
