/* party-wall-notice.css — Landing page + form */

/* ── Notice vs Agreement explainer (two-column: text + video) ── */
.pwn-explainer {
    background: #fff;
    border-bottom: 1px solid #e0e8e4;
    padding: 2.5rem 0;
}

.pwn-explainer__inner {
    max-width: 1060px;
    margin: 0 auto;
}

.pwn-explainer__cols {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 2.5rem;
    align-items: center;
}

.pwn-explainer__block {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.pwn-explainer__icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: #e8f4ed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    margin-top: 0.15rem;
}

.pwn-explainer__heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0;
    line-height: 1.35;
}

.pwn-explainer__text {
    font-size: 0.92rem;
    color: #444;
    line-height: 1.65;
    margin-bottom: 0.6rem;
}

.pwn-explainer__list {
    margin: 0.5rem 0 0.75rem 0;
    padding-left: 1.2rem;
}

.pwn-explainer__list li {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 0.4rem;
}

/* Video column */
.pwn-explainer__video {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pwn-explainer__video-caption {
    font-size: 0.8rem;
    color: #666;
    text-align: center;
    margin: 0;
}

/* Video facade (shared rules — used inside explainer) */
.pwn-video__facade {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    border-radius: var(--border-radius);
    overflow: hidden;
    background: #000;
    aspect-ratio: 16 / 9;
}

.pwn-video__facade:focus-visible {
    outline: 3px solid var(--color-accent);
    outline-offset: 3px;
}

.pwn-video__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s;
}

.pwn-video__facade:hover .pwn-video__thumb {
    opacity: 0.85;
}

.pwn-video__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.pwn-video__play svg {
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
    transition: transform 0.15s;
}

.pwn-video__facade:hover .pwn-video__play svg {
    transform: scale(1.1);
}

.pwn-video__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 860px) {
    .pwn-explainer__cols {
        grid-template-columns: 1fr;
    }
    .pwn-explainer__video {
        max-width: 560px;
        margin: 0 auto;
        width: 100%;
    }
}


.pwn-guide-promo {
    background: #f0f7f3;
    border-top: 3px solid #2a7a4a;
    border-bottom: 3px solid #2a7a4a;
    padding: 2.5rem 0;
}

.pwn-guide-promo__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto 1fr;
    gap: 0 1.75rem;
    align-items: start;
    position: relative;
}

.pwn-guide-promo__badge {
    grid-column: 1 / -1;
    display: inline-block;
    background: #e8a838;
    color: #1a1a1a;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    margin-bottom: 1rem;
    width: fit-content;
}

.pwn-guide-promo__icon {
    grid-column: 1;
    grid-row: 2;
    color: #1a5632;
    padding-top: 0.25rem;
    flex-shrink: 0;
}

.pwn-guide-promo__content {
    grid-column: 2;
    grid-row: 2;
}

.pwn-guide-promo__cta {
    grid-column: 3;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.25rem;
    min-width: 180px;
}

.pwn-guide-promo__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a5632;
    margin: 0 0 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.pwn-guide-promo__free {
    background: #1a5632;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.2rem 0.55rem;
    border-radius: 3px;
    white-space: nowrap;
}

.pwn-guide-promo__desc {
    font-size: 0.95rem;
    color: #444;
    margin: 0 0 0.85rem;
    line-height: 1.6;
}

.pwn-guide-promo__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem 1.5rem;
}

.pwn-guide-promo__list li {
    font-size: 0.88rem;
    color: #333;
    padding-left: 1.2em;
    position: relative;
}

.pwn-guide-promo__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2a7a4a;
    font-weight: 700;
}

.pwn-guide-promo__btn {
    display: inline-block;
    background: #1a5632;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.65rem 1.25rem;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: background 0.2s;
}

.pwn-guide-promo__btn:hover {
    background: #2a7a4a;
}

.pwn-guide-promo__cta-note {
    font-size: 0.75rem;
    color: #666;
    text-align: center;
    margin: 0;
}

@media (max-width: 768px) {
    .pwn-guide-promo__inner {
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto auto;
    }
    .pwn-guide-promo__badge {
        grid-column: 1 / -1;
    }
    .pwn-guide-promo__icon {
        grid-column: 1;
        grid-row: 2;
    }
    .pwn-guide-promo__content {
        grid-column: 2;
        grid-row: 2;
    }
    .pwn-guide-promo__cta {
        grid-column: 1 / -1;
        grid-row: 3;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-top: 1rem;
        min-width: unset;
    }
    .pwn-guide-promo__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .pwn-guide-promo__icon {
        display: none;
    }
    .pwn-guide-promo__content {
        grid-column: 1 / -1;
    }
    .pwn-guide-promo__cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ── Hero ─────────────────────────────────────────────── */
.pwn-hero {
    background:
        linear-gradient(135deg, rgba(13, 59, 34, 0.72) 0%, rgba(26, 86, 50, 0.72) 100%),
        url('/static/images/pwn-hero-bg.jpg') center / cover no-repeat;
    background:
        linear-gradient(135deg, rgba(13, 59, 34, 0.72) 0%, rgba(26, 86, 50, 0.72) 100%),
        url('/static/images/pwn-hero-bg.webp') center / cover no-repeat;
    color: #fff;
    padding: var(--spacing-2xl) 0 var(--spacing-xl);
    text-align: center;
}

.pwn-hero__eyebrow {
    display: inline-block;
    background: rgba(232, 168, 56, 0.25);
    border: 1px solid rgba(232, 168, 56, 0.6);
    color: #f5c842;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    margin-bottom: var(--spacing-md);
}

.pwn-hero h1 {
    font-size: 2.2rem;
    margin-bottom: var(--spacing-md);
    color: #fff;
}

.pwn-hero__lead {
    font-size: 1.1rem;
    max-width: 680px;
    margin: 0 auto var(--spacing-lg);
    opacity: 0.92;
    line-height: 1.65;
}

.pwn-hero__price-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: var(--spacing-md);
    padding: 0.4rem 1.2rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.01em;
}

.pwn-hero__price-pill svg {
    color: var(--color-accent);
}

.pwn-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: var(--spacing-md);
}

.pwn-hero__trust-item {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.82rem;
    padding: 0.3rem 0.9rem;
    border-radius: 20px;
}

/* ── Error banner ─────────────────────────────────────── */
.pwn-error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-left: 4px solid #dc2626;
    border-radius: var(--border-radius);
    padding: var(--spacing-md) var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
    color: #991b1b;
    font-size: 0.95rem;
}

/* ── Main layout ──────────────────────────────────────── */
.pwn-layout {
    padding: var(--spacing-xl) 0 var(--spacing-2xl);
}

.pwn-layout__inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: var(--spacing-xl);
    align-items: start;
}

/* ── Form section header ──────────────────────────────── */
.pwn-form-header {
    margin-bottom: var(--spacing-lg);
}

.pwn-form-header--amber {
    background: #fef9ec;
    border-left: 4px solid #d4900a;
    border-radius: var(--border-radius);
    padding: var(--spacing-md) var(--spacing-lg);
}

.pwn-form-header--amber .pwn-form-header__title {
    color: #7a5a00;
}

.pwn-form-header--amber .pwn-form-header__desc {
    color: #5a4200;
}

.pwn-form-header__title {
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: var(--spacing-sm);
}

.pwn-form-header__desc {
    font-size: 0.97rem;
    color: #555;
    line-height: 1.6;
    max-width: 680px;
}

/* ── Form card ────────────────────────────────────────── */
.pwn-form-card {
    background: #fff;
    border: 2px solid var(--color-accent, #e8a838);
    border-radius: var(--border-radius);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: var(--spacing-xl);
}

.pwn-form-card__title {
    font-size: 1.3rem;
    color: var(--color-primary);
    margin-bottom: var(--spacing-sm);
    padding-bottom: var(--spacing-sm);
    border-bottom: 2px solid var(--color-primary);
}

.pwn-form-card__note {
    font-size: 0.83rem;
    color: #555;
    background: #f0f4f0;
    border-left: 3px solid var(--color-primary);
    padding: 0.6rem 0.85rem;
    border-radius: 0 6px 6px 0;
    margin-bottom: var(--spacing-md);
    line-height: 1.55;
}

/* ── Form sections ────────────────────────────────────── */
.pwn-section {
    margin-bottom: var(--spacing-xl);
}

.pwn-section__title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.85rem;
    margin-bottom: var(--spacing-md);
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #e0e8e4;
}

/* ── Which notice do I need? helper ──────────────────── */
.pwn-notice-helper {
    margin-bottom: var(--spacing-md);
    border: 1px solid #d4e4db;
    border-radius: var(--border-radius);
    background: #f7fbf8;
}

.pwn-notice-helper__trigger {
    cursor: pointer;
    list-style: none;
    padding: 0.6rem var(--spacing-md);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-primary);
    user-select: none;
}

.pwn-notice-helper__trigger::-webkit-details-marker {
    display: none;
}

.pwn-notice-helper[open] .pwn-notice-helper__trigger {
    border-bottom: 1px solid #d4e4db;
}

.pwn-notice-helper__body {
    padding: var(--spacing-sm) var(--spacing-md) var(--spacing-md);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.pwn-notice-helper__row {
    display: grid;
    grid-template-columns: 11rem 1fr;
    gap: 0.5rem var(--spacing-md);
    align-items: start;
    font-size: 0.82rem;
    line-height: 1.45;
}

.pwn-notice-helper__type {
    font-weight: 700;
    color: var(--color-primary);
    padding-top: 0.05rem;
}

.pwn-notice-helper__desc {
    color: #444;
}

.pwn-notice-helper__footer {
    font-size: 0.78rem;
    color: #777;
    margin: 0;
    padding-top: 0.25rem;
    border-top: 1px solid #e0eae4;
}

@media (max-width: 600px) {
    .pwn-notice-helper__row {
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }
}

/* ── Notice type radio cards ──────────────────────────── */
.pwn-notice-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-md);
}

.pwn-notice-type {
    position: relative;
}

.pwn-notice-type input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.pwn-notice-type__label {
    display: block;
    cursor: pointer;
    border: 2px solid #dde5e0;
    border-radius: var(--border-radius);
    padding: var(--spacing-sm) var(--spacing-md);
    transition: border-color 0.15s, background 0.15s;
}

.pwn-notice-type__label:hover {
    border-color: var(--color-secondary);
}

.pwn-notice-type input[type="radio"]:checked + .pwn-notice-type__label {
    border-color: var(--color-primary);
    background: #f4f7f5;
}

.pwn-notice-type__name {
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--color-primary);
    margin-bottom: 0.2rem;
}

.pwn-notice-type__desc {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.4;
}

/* ── Form fields ──────────────────────────────────────── */
.pwn-field {
    margin-bottom: var(--spacing-md);
}

.pwn-field label {
    display: block;
    font-weight: 600;
    font-size: 0.88rem;
    color: #333;
    margin-bottom: 0.3rem;
}

.pwn-field label .required {
    color: #c53030;
    margin-left: 0.2rem;
}

.pwn-field input[type="text"],
.pwn-field input[type="email"],
.pwn-field input[type="tel"],
.pwn-field input[type="date"],
.pwn-field input[type="number"],
.pwn-field select,
.pwn-field textarea {
    width: 100%;
    padding: 0.6rem 0.85rem;
    border: 1.5px solid #c8d8ce;
    border-radius: 6px;
    font-size: 0.95rem;
    color: #333;
    transition: border-color 0.15s;
    font-family: inherit;
}

.pwn-field input:focus,
.pwn-field select:focus,
.pwn-field textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(26, 86, 50, 0.12);
}

.pwn-field textarea {
    min-height: 100px;
    resize: vertical;
}

.pwn-field__hint {
    font-size: 0.78rem;
    color: #888;
    margin-top: 0.25rem;
}

/* ── Works examples collapsible ──────────────────────── */
.pwn-works-examples {
    border: 1px solid #d0ddd5;
    border-radius: var(--border-radius);
    background: #f8fbf9;
    margin-top: var(--spacing-sm);
}

.pwn-works-examples__toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-primary);
    list-style: none;
}
.pwn-works-examples__toggle::-webkit-details-marker { display: none; }
.pwn-works-examples__toggle::after {
    content: '▸';
    margin-left: auto;
    font-size: 0.75rem;
    transition: transform 0.2s;
}
details[open] .pwn-works-examples__toggle::after {
    transform: rotate(90deg);
}

.pwn-works-examples__body {
    padding: 0 1rem 1rem;
    border-top: 1px solid #d0ddd5;
}

.pwn-works-examples__group {
    margin-top: 0.9rem;
}
.pwn-works-examples__group h4 {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0 0 0.2rem;
}
.pwn-works-examples__sub {
    font-size: 0.78rem;
    color: #666;
    margin: 0 0 0.4rem;
}
.pwn-works-examples__group ul {
    margin: 0;
    padding-left: 1.2rem;
}
.pwn-works-examples__group li {
    font-size: 0.82rem;
    color: #444;
    margin-bottom: 0.4rem;
    line-height: 1.5;
}
.pwn-works-examples__note {
    margin-top: 0.9rem;
    padding: 0.6rem 0.85rem;
    background: #fff8e6;
    border: 1px solid #f0d080;
    border-radius: 6px;
    font-size: 0.8rem;
    color: #5a4200;
    line-height: 1.5;
}

/* ── Two-column field row ─────────────────────────────── */
.pwn-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-md);
}

.pwn-field-row--3 {
    grid-template-columns: 2fr 2fr 1fr;
}

/* ── Excavation conditional section ──────────────────── */
.pwn-excavation {
    background: #f8fbe8;
    border: 1px solid #c8d880;
    border-radius: var(--border-radius);
    padding: var(--spacing-md);
    margin-bottom: var(--spacing-md);
    display: none;
}

.pwn-excavation.pwn-excavation--visible {
    display: block;
}

.pwn-excavation__title {
    font-weight: 700;
    font-size: 0.88rem;
    color: #4a5e00;
    margin-bottom: var(--spacing-sm);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ── Adjoining owners ─────────────────────────────────── */
.pwn-adjoining-list {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.pwn-adjoining-owner {
    background: #f9fbf9;
    border: 1px solid #c8dbd0;
    border-radius: var(--border-radius);
    padding: var(--spacing-md);
}

.pwn-adjoining-owner__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--spacing-sm);
}

.pwn-adjoining-owner__title {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--color-primary);
}

.pwn-adjoining-owner__remove {
    background: none;
    border: 1px solid #f0a0a0;
    color: #c53030;
    font-size: 0.8rem;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s;
}

.pwn-adjoining-owner__remove:hover {
    background: #fef2f2;
}

.pwn-add-owner {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    margin-top: var(--spacing-md);
}

.pwn-add-owner__btn {
    background: #f4f7f5;
    border: 1.5px dashed var(--color-primary);
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.55rem 1.2rem;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s;
}

.pwn-add-owner__btn:hover {
    background: #e8f0eb;
}

.pwn-add-owner__hint {
    font-size: 0.78rem;
    color: #888;
}

/* ── Submit section ───────────────────────────────────── */
.pwn-submit {
    border-top: 1px solid #e0e8e4;
    padding-top: var(--spacing-lg);
    margin-top: var(--spacing-md);
}

.pwn-submit__btn {
    display: block;
    width: 100%;
    background: var(--color-primary);
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0.9rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s;
    text-align: center;
}

.pwn-submit__btn:hover {
    background: var(--color-secondary);
}

.pwn-submit__price {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-accent);
    margin-left: 0.5rem;
}

.pwn-submit__note {
    font-size: 0.78rem;
    color: #888;
    text-align: center;
    margin-top: 0.6rem;
}

/* ── Sidebar ──────────────────────────────────────────── */
.pwn-sidebar {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.pwn-sidebar__card {
    background: #fff;
    border: 1px solid #dde5e0;
    border-radius: var(--border-radius);
    padding: var(--spacing-md);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.pwn-sidebar__card-title {
    font-weight: 700;
    font-size: 0.92rem;
    color: var(--color-primary);
    margin-bottom: var(--spacing-sm);
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #e0e8e4;
}

.pwn-sidebar__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pwn-sidebar__list li {
    font-size: 0.88rem;
    color: #444;
    padding: 0.35rem 0;
    border-bottom: 1px solid #f0f4f2;
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}

.pwn-sidebar__list li:last-child {
    border-bottom: none;
}

.pwn-sidebar__list-icon {
    color: var(--color-primary);
    font-weight: 700;
    min-width: 1rem;
}

.pwn-sidebar__link {
    display: block;
    text-align: center;
    font-size: 0.88rem;
    color: var(--color-primary);
    text-decoration: none;
    border-top: 1px solid #e0e8e4;
    padding-top: var(--spacing-sm);
    margin-top: var(--spacing-sm);
}

.pwn-sidebar__link:hover {
    text-decoration: underline;
}

/* ── Act References card ─────────────────────────────── */
.pwn-sidebar__card--refs {
    background: #f6faf7;
    border-color: #b8d4c0;
}

.pwn-sidebar__refs-intro {
    font-size: 0.8rem;
    color: #555;
    margin-bottom: 0.5rem;
}

.pwn-sidebar__refs {
    list-style: none;
    padding: 0;
    margin: 0 0 0.5rem;
}

.pwn-sidebar__refs li {
    font-size: 0.8rem;
    color: #444;
    padding: 0.25rem 0;
    border-bottom: 1px solid #ddeae2;
    line-height: 1.4;
}

.pwn-sidebar__refs li:last-child {
    border-bottom: none;
}

.pwn-sidebar__ref-link {
    color: var(--color-primary);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.pwn-sidebar__ref-link:hover {
    text-decoration: underline;
}

/* ── Why section ─────────────────────────────────────── */
.pwn-why {
    background: linear-gradient(180deg, #0d3b22 0%, #1a5632 100%);
    padding: 4rem 0 3.5rem;
    position: relative;
    overflow: hidden;
}

/* Subtle pattern overlay */
.pwn-why::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.03) 0%, transparent 60%),
                      radial-gradient(circle at 80% 20%, rgba(232,168,56,0.06) 0%, transparent 50%);
    pointer-events: none;
}

.pwn-why .container {
    position: relative;
    z-index: 1;
}

.pwn-why__intro {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 3rem;
}

.pwn-why__eyebrow {
    display: inline-block;
    background: rgba(232, 168, 56, 0.2);
    border: 1px solid rgba(232, 168, 56, 0.5);
    color: #f5c842;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.pwn-why__heading {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 0.75rem;
    line-height: 1.2;
    font-weight: 800;
}

.pwn-why__subheading {
    font-size: 1rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.7;
}

/* Stats */
.pwn-why__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.pwn-why__stat {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 1.5rem 1rem;
    text-align: center;
    backdrop-filter: blur(4px);
    transition: background 0.2s;
}

.pwn-why__stat:hover {
    background: rgba(255,255,255,0.12);
}

.pwn-why__stat-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #f5c842;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.pwn-why__stat-label {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.5;
}

/* Divider */
.pwn-why__divider {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin: 0 0 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.pwn-why__divider::before,
.pwn-why__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.15);
}

/* Two paths */
.pwn-why__paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

.pwn-why__path {
    border-radius: 10px;
    padding: 1.75rem;
}

.pwn-why__path--hard {
    background: rgba(180, 30, 30, 0.18);
    border: 1px solid rgba(255, 140, 140, 0.25);
}

.pwn-why__path--easy {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(100, 220, 140, 0.3);
}

.pwn-why__path-icon {
    font-size: 2rem;
    margin-bottom: 0.6rem;
    display: block;
}

.pwn-why__path-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #fff;
}

.pwn-why__path--hard .pwn-why__path-title {
    color: #ffaaaa;
}

.pwn-why__path--easy .pwn-why__path-title {
    color: #7effa0;
}

.pwn-why__path-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pwn-why__path-list li {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.82);
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    line-height: 1.5;
    display: flex;
    gap: 0.5rem;
}

.pwn-why__path-list li:last-child {
    border-bottom: none;
}

.pwn-why__path--hard .pwn-why__path-list li::before {
    content: '✗';
    color: #ff8888;
    font-weight: 700;
    flex-shrink: 0;
}

.pwn-why__path--easy .pwn-why__path-list li::before {
    content: '✓';
    color: #7effa0;
    font-weight: 700;
    flex-shrink: 0;
}

/* Bottom CTA strip */
.pwn-why__cta {
    background: var(--color-accent, #e8a838);
    border-radius: 10px;
    padding: 2rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    box-shadow: 0 4px 24px rgba(232,168,56,0.35);
}

.pwn-why__cta-text {
    color: rgba(0,0,0,0.85);
    font-size: 0.98rem;
    line-height: 1.7;
    flex: 1;
}

.pwn-why__cta-text strong {
    color: #000;
    font-size: 1.05rem;
}

.pwn-why__cta-btn {
    display: inline-block;
    background: #0d3b22;
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0.85rem 2rem;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.pwn-why__cta-btn:hover {
    background: #1a5632;
    transform: translateY(-2px);
}

/* ── Under construction modal ────────────────────────── */
.pwn-construction-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: var(--spacing-md);
}

.pwn-construction-overlay.pwn-construction-overlay--hidden {
    display: none;
}

.pwn-construction-modal {
    background: #fff;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
    animation: pwn-modal-in 0.2s ease;
}

@keyframes pwn-modal-in {
    from { opacity: 0; transform: scale(0.95); }
    to   { opacity: 1; transform: scale(1); }
}

.pwn-construction-icon {
    font-size: 3rem;
    margin-bottom: 0.75rem;
}

.pwn-construction-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.75rem;
}

.pwn-construction-body {
    font-size: 0.97rem;
    color: #444;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}

.pwn-construction-body a {
    color: var(--color-primary);
    font-weight: 600;
}

.pwn-construction-btn {
    display: inline-block;
    background: var(--color-accent, #e8a838);
    color: #1a3a2a;
    font-weight: 700;
    font-size: 0.97rem;
    padding: 0.75rem 1.75rem;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.pwn-construction-btn:hover {
    background: #d4942a;
    transform: translateY(-1px);
}

/* ── Hero CTA button ──────────────────────────────────── */
.pwn-hero__cta-btn {
    display: inline-block;
    margin-top: var(--spacing-lg);
    background: var(--color-accent, #e8a838);
    color: #1a3a2a;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 0.85rem 2.2rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.pwn-hero__cta-btn:hover {
    background: #f5c00a;
    transform: translateY(-2px);
}

/* ── Form card spacing ────────────────────────────────── */
.pwn-form-card + .pwn-form-card,
.pwn-form-card--mt {
    margin-top: var(--spacing-md);
}

.pwn-form-card__owner-desc {
    font-size: 0.88rem;
    color: #666;
    margin-bottom: var(--spacing-md);
}

.pwn-field--mt {
    margin-top: var(--spacing-md);
}

/* ── Same as works address ────────────────────────────── */
.pwn-same-as-works {
    background: #f0f7f4;
    border: 1px solid #b8d8c8;
    border-radius: 6px;
    padding: 0.65rem 1rem;
    margin-bottom: var(--spacing-md);
}

.pwn-same-as-works__label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-primary);
    cursor: pointer;
}

.pwn-same-as-works__checkbox {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    accent-color: var(--color-primary);
}

/* ── Progress indicator ───────────────────────────────── */
.pwn-progress {
    display: flex;
    align-items: center;
    margin-bottom: var(--spacing-lg);
    overflow-x: auto;
    padding-bottom: 2.25rem;
}

.pwn-progress__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    flex-shrink: 0;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #e0e8e4;
    color: #888;
    font-size: 0.85rem;
    font-weight: 700;
    justify-content: center;
    position: relative;
    transition: background 0.2s, color 0.2s;
}

.pwn-progress__step span {
    position: absolute;
    top: 2.4rem;
    white-space: nowrap;
    font-size: 0.7rem;
    font-weight: 600;
    color: #aaa;
    text-align: center;
}

.pwn-progress__step--active {
    background: var(--color-primary);
    color: #fff;
}

.pwn-progress__step--active span {
    color: var(--color-primary);
}

.pwn-progress__step--done {
    background: var(--color-secondary);
    color: #fff;
}

.pwn-progress__connector {
    flex: 1;
    height: 2px;
    background: #e0e8e4;
    min-width: 1.5rem;
    margin-bottom: 1.2rem;
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 780px) {
    .pwn-layout__inner {
        grid-template-columns: 1fr;
    }

    .pwn-sidebar {
        order: -1;
    }

    .pwn-notice-types {
        grid-template-columns: 1fr;
    }

    .pwn-field-row,
    .pwn-field-row--3 {
        grid-template-columns: 1fr;
    }

    .pwn-hero h1 {
        font-size: 1.6rem;
    }

    .pwn-why__stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .pwn-why__paths {
        grid-template-columns: 1fr;
    }

    .pwn-why__heading {
        font-size: 1.35rem;
    }

    .pwn-why__cta {
        flex-direction: column;
        text-align: center;
    }
}
