﻿:root {
    --wpe-bg: #fdfcf9;
    --wpe-surface: rgba(255,255,255,0.84);
    --wpe-surface-strong: rgba(255,255,255,0.94);
    --wpe-border: rgba(224, 216, 204, 0.18);
    --wpe-border-strong: rgba(208, 196, 180, 0.28);
    --wpe-text: #1f2430;
    --wpe-text-soft: #6f7786;
    --wpe-title: #1f2430;
    --wpe-primary: #9f7a50;
    --wpe-primary-deep: #7f603d;
    --wpe-primary-soft: rgba(181,145,92,0.10);
    --wpe-shadow-sm: 0 12px 32px rgba(74, 60, 42, 0.06);
    --wpe-shadow-md: 0 18px 48px rgba(74, 60, 42, 0.10);
    --wpe-shadow-lg: 0 28px 80px rgba(74, 60, 42, 0.14);
    --wpe-radius-sm: 18px;
    --wpe-radius-md: 24px;
    --wpe-radius-lg: 34px;
    --wpe-transition: 0.35s ease;
}

body {
    background: var(--wpe-bg);
}

.wpe-hero,
.wpe-themes-section,
.wpe-feature-band-section,
.wpe-perspective-grid-section,
.wpe-domain-section,
.wpe-cta-section {
    position: relative;
}

.wpe-container {
    width: 100%;
    max-width: none !important;
    padding-left: clamp(16px, 2vw, 32px);
    padding-right: clamp(16px, 2vw, 32px);
}

/* HERO */
.wpe-hero {
    padding: 72px 0 34px;
    background: radial-gradient(circle at top left, rgba(181,145,92,.10), transparent 24%), radial-gradient(circle at top right, rgba(79,124,255,.06), transparent 24%), linear-gradient(180deg, #fbfaf7 0%, #f3f6fb 100%);
}

.wpe-hero-shell {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: 34px;
    background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(248,250,255,.92) 100%);
    border: 1px solid rgba(181,145,92,.10);
    box-shadow: var(--wpe-shadow-lg);
}

    .wpe-hero-shell::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(circle at 85% 20%, rgba(79,124,255,.08), transparent 20%), radial-gradient(circle at 10% 80%, rgba(181,145,92,.08), transparent 24%);
    }

.wpe-kicker,
.wpe-panel-kicker,
.wpe-feature-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--wpe-primary-soft);
    color: var(--wpe-primary-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1;
}

.wpe-hero-copy,
.wpe-hero-panel,
.wpe-cta-copy {
    position: relative;
    z-index: 2;
}

.wpe-hero-title {
    margin: 18px 0 18px;
    font-size: clamp(3rem, 4vw, 3rem);
    line-height: 1.02;
    font-weight: 900;
    color: var(--wpe-title);
    letter-spacing: -0.045em;
    max-width: none;
}

.wpe-hero-text {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.9;
    color: var(--wpe-text-soft);
    max-width: none;
}

.wpe-hero-actions,
.wpe-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.wpe-btn-primary,
.wpe-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 18px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    transition: transform var(--wpe-transition), box-shadow var(--wpe-transition), background var(--wpe-transition), border-color var(--wpe-transition), color var(--wpe-transition);
}

.wpe-btn-primary {
    background: linear-gradient(135deg, #b48a56, #a2743f);
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 14px 30px rgba(162,116,63,0.22);
}

    .wpe-btn-primary:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 18px 38px rgba(162,116,63,0.30);
    }

.wpe-btn-secondary {
    background: rgba(255,255,255,.92);
    color: var(--wpe-title);
    border: 1px solid rgba(18,32,51,0.10);
    box-shadow: 0 8px 22px rgba(15,23,42,0.04);
}

    .wpe-btn-secondary:hover {
        color: var(--wpe-title);
        transform: translateY(-2px);
        background: #fff;
        border-color: rgba(181,145,92,0.22);
    }

.wpe-panel-main,
.wpe-panel-card {
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(181,145,92,.08);
    border-radius: 24px;
    box-shadow: var(--wpe-shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .wpe-panel-main:hover,
    .wpe-panel-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--wpe-shadow-md);
        border-color: rgba(181,145,92,.16);
    }

.wpe-panel-main {
    padding: 24px;
}

    .wpe-panel-main h3 {
        margin: 14px 0 10px;
        color: var(--wpe-title);
        font-size: 1.42rem;
        line-height: 1.3;
        font-weight: 850;
    }

    .wpe-panel-main p,
    .wpe-panel-card p,
    .wpe-strip-item span,
    .wpe-theme-card p,
    .wpe-feature-copy p,
    .wpe-perspective-card p,
    .wpe-domain-copy p,
    .wpe-domain-card p,
    .wpe-cta-copy p {
        margin: 0;
        color: var(--wpe-text-soft);
        line-height: 1.84;
        font-size: 0.97rem;
        max-width: none;
    }

.wpe-panel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
}

.wpe-panel-card {
    padding: 20px;
}

    .wpe-panel-card h4 {
        margin: 0 0 8px;
        color: var(--wpe-title);
        font-size: 1rem;
        font-weight: 850;
    }

.wpe-hero-strip {
    position: relative;
    z-index: 2;
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.wpe-strip-item {
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(181,145,92,.08);
    border-radius: 20px;
    padding: 18px 18px;
    box-shadow: 0 14px 34px rgba(8,18,35,.05);
}

    .wpe-strip-item strong {
        display: block;
        margin-bottom: 6px;
        color: var(--wpe-title);
        font-size: 1rem;
        font-weight: 850;
    }

/* SECTION HEAD */
.wpe-section-head {
    margin-bottom: 24px;
}

    .wpe-section-head h2 {
        margin: 16px 0 12px;
        font-size: clamp(2.5rem, 3.2vw, 2.5rem);
        line-height: 1.05;
        letter-spacing: -0.045em;
        font-weight: 900;
        color: var(--wpe-title);
        max-width: none;
    }

    .wpe-section-head p {
        margin: 0;
        color: var(--wpe-text-soft);
        font-size: 1.02rem;
        line-height: 1.9;
        max-width: none;
    }

/* THEMES */
.wpe-themes-section {
    padding: 22px 0 34px;
}

.wpe-theme-card {
    height: 100%;
    padding: 24px 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(181,145,92,.08);
    box-shadow: var(--wpe-shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .wpe-theme-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--wpe-shadow-md);
        border-color: rgba(181,145,92,.16);
    }

.wpe-theme-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #b48a56, #a2743f);
    color: #fff;
    box-shadow: 0 12px 24px rgba(162,116,63,.20);
    font-size: 1.1rem;
}

.wpe-theme-card h3 {
    margin: 0 0 10px;
    color: var(--wpe-title);
    font-size: 1.08rem;
    line-height: 1.35;
    font-weight: 850;
}

/* FEATURE BAND */
.wpe-feature-band-section {
    padding: 18px 0 36px;
}

.wpe-feature-band {
    padding: 28px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(246,249,255,.96) 100%);
    border: 1px solid rgba(181,145,92,.10);
    box-shadow: 0 24px 60px rgba(15,23,42,.07);
}

.wpe-feature-copy h2,
.wpe-domain-copy h2,
.wpe-cta-copy h2 {
    margin: 16px 0 14px;
    font-size: clamp(2.5rem, 3vw, 2.5rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 900;
    color: var(--wpe-title);
    max-width: none !important;
}

.wpe-bullet-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

    .wpe-bullet-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        color: var(--wpe-title);
        line-height: 1.72;
        font-weight: 500;
    }

    .wpe-bullet-list i {
        color: var(--wpe-primary);
        margin-top: 2px;
    }

.wpe-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.wpe-feature-card {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.84);
    border: 1px solid rgba(181,145,92,.08);
    box-shadow: var(--wpe-shadow-sm);
    min-height: 150px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .wpe-feature-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--wpe-shadow-md);
        border-color: rgba(181,145,92,.16);
    }

.wpe-feature-card-lg {
    min-height: 218px;
}

.wpe-feature-card-wide {
    grid-column: 1 / -1;
    min-height: 120px;
}

.wpe-feature-card h3 {
    margin: 14px 0 0;
    color: var(--wpe-title);
    font-size: 1.08rem;
    line-height: 1.45;
    font-weight: 850;
}

/* PERSPECTIVE GRID */
.wpe-perspective-grid-section {
    padding: 10px 0 36px;
}

.wpe-perspective-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.wpe-perspective-card {
    min-height: 210px;
    padding: 24px 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(181,145,92,.08);
    box-shadow: var(--wpe-shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .wpe-perspective-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--wpe-shadow-md);
        border-color: rgba(181,145,92,.16);
    }

    .wpe-perspective-card h3 {
        margin: 0 0 12px;
        color: var(--wpe-title);
        font-size: 1.1rem;
        line-height: 1.42;
        font-weight: 850;
    }

/* DOMAIN */
.wpe-domain-section {
    padding: 8px 0 36px;
}

.wpe-domain-shell {
    padding: 30px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(248,246,242,.96) 100%);
    border: 1px solid rgba(181,145,92,.10);
    box-shadow: 0 24px 60px rgba(15,23,42,.07);
}

.wpe-domain-card {
    height: 100%;
    padding: 22px;
    border-radius: 22px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(181,145,92,.08);
    box-shadow: var(--wpe-shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .wpe-domain-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--wpe-shadow-md);
        border-color: rgba(181,145,92,.16);
    }

    .wpe-domain-card h3 {
        margin: 0 0 8px;
        font-size: 1.05rem;
        font-weight: 850;
        color: var(--wpe-title);
    }

/* CTA */
.wpe-cta-section {
    padding: 6px 0 70px;
}

.wpe-cta-box {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 34px;
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(246,249,255,.96) 100%);
    border: 1px solid rgba(181,145,92,.10);
    box-shadow: 0 24px 60px rgba(15,23,42,.08);
}

    .wpe-cta-box::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: radial-gradient(circle at right, rgba(79,124,255,.08), transparent 30%), radial-gradient(circle at left, rgba(181,145,92,.08), transparent 28%);
    }

.wpe-cta-actions {
    justify-content: flex-end;
}

/* RESPONSIVE */
@media (max-width: 1199.98px) {
    .wpe-hero-title,
    .wpe-feature-copy h2,
    .wpe-domain-copy h2,
    .wpe-cta-copy h2 {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .wpe-panel-grid,
    .wpe-feature-grid,
    .wpe-perspective-grid,
    .wpe-hero-strip {
        grid-template-columns: 1fr 1fr;
    }

    .wpe-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .wpe-hero {
        padding: 58px 0 26px;
    }

    .wpe-hero-shell,
    .wpe-feature-band,
    .wpe-domain-shell,
    .wpe-cta-box {
        padding: 22px;
        border-radius: 24px;
    }

    .wpe-panel-grid,
    .wpe-feature-grid,
    .wpe-perspective-grid,
    .wpe-hero-strip {
        grid-template-columns: 1fr;
    }

    .wpe-feature-card-wide {
        grid-column: auto;
    }

    .wpe-hero-actions,
    .wpe-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .wpe-btn-primary,
    .wpe-btn-secondary {
        width: 100%;
    }

    .wpe-hero-title {
        font-size: clamp(2rem, 8vw, 3rem);
    }
}
