/* =====================================================================
   PRINTINGLIFE — EZHEDNEVNIK NA ZAKAZ (конфигуратор)
   Hero (3D-разворот) → Stripe → Product/Variants/Configurator → Features
   → Materials → Timeline → FAQ + CTA + Modal.
   Токены — из printinglife-header.css. Шапка/футер — partials.
   ===================================================================== */

.pl-crumb {
    padding: 1rem var(--pl-page-px);
    font-size: 0.8125rem;
    color: var(--pl-muted);
    background: var(--pl-bg-soft);
    border-bottom: 1px solid var(--pl-line);
}
.pl-crumb a { color: var(--pl-ink-soft); text-decoration: none; }
.pl-crumb a:hover { color: var(--pl-brand); }
.pl-crumb span { margin: 0 0.4rem; opacity: 0.5; }

/* ============ PAGE HERO (different from Bloknoty: editorial wide) ============ */
.planner-hero {
    padding: 2.5rem var(--pl-page-px) 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    background: linear-gradient(180deg, #fff 0%, #faf6ec 100%);
}
.planner-hero__copy { padding-bottom: 2.5rem; }
.planner-hero__eyebrow {
    display: inline-flex; align-items: center; gap: 0.45rem;
    padding: 0.35rem 0.85rem;
    background: rgba(254, 46, 70, 0.1);
    color: var(--pl-brand);
    border-radius: 999px;
    font-size: 0.75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.08em;
    margin-bottom: 1rem;
}
.planner-hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 800; letter-spacing: -0.025em;
    line-height: 1.05;
    color: var(--pl-ink);
}
.planner-hero h1 em {
    font-style: italic; font-weight: 400;
    color: var(--pl-brand);
    font-family: Georgia, "Times New Roman", serif;
}
.planner-hero p {
    margin: 0 0 1.5rem;
    font-size: 1.0625rem; line-height: 1.55;
    color: var(--pl-ink-soft);
    max-width: 50ch;
}
.planner-hero__rating {
    display: flex; align-items: center; gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.875rem; color: var(--pl-ink-soft);
}
.planner-hero__rating-stars {
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-weight: 700; color: var(--pl-ink);
}
.planner-hero__rating-stars span:first-child { color: #f5b800; letter-spacing: 0.1em; }

/* Planner art — open dated spread */
.planner-hero__art {
    position: relative;
    height: 540px;
    display: flex; align-items: center; justify-content: center;
    perspective: 2000px;
}
.planner-spread {
    position: relative;
    width: 480px; height: 360px;
    transform: rotateX(8deg) rotateY(-12deg);
    transition: transform 600ms cubic-bezier(0.2,0.9,0.3,1);
    transform-style: preserve-3d;
}
.planner-hero__art:hover .planner-spread { transform: rotateX(4deg) rotateY(-6deg); }
.planner-spread__page {
    position: absolute;
    top: 0; height: 100%;
    width: 50%;
    background: #fefcf6;
    box-shadow: 0 28px 56px -16px rgba(15,23,42,0.3);
    padding: 28px 24px;
    overflow: hidden;
}
.planner-spread__page--left {
    left: 0;
    border-radius: 6px 0 0 6px;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.06) 0%, transparent 8%, transparent 100%),
        #fefcf6;
}
.planner-spread__page--right {
    right: 0;
    border-radius: 0 6px 6px 0;
    background:
        linear-gradient(-90deg, rgba(0,0,0,0.06) 0%, transparent 8%, transparent 100%),
        #fefcf6;
}
.planner-spread__date {
    font-size: 0.6rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.18em;
    color: var(--pl-muted);
    margin-bottom: 6px;
}
.planner-spread__day {
    font-family: Georgia, serif;
    font-size: 1.4rem; font-weight: 700;
    color: var(--pl-ink);
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}
.planner-spread__rule {
    border-top: 1px solid var(--pl-line);
    padding-top: 4px;
    display: grid; grid-template-columns: 28px 1fr; gap: 8px;
    align-items: center;
    font-size: 0.55rem; color: var(--pl-muted);
    font-weight: 600;
    height: 22px;
}
.planner-spread__rule--filled {
    background:
        linear-gradient(90deg, var(--pl-brand) 0 50%, transparent 50%);
    background-size: 4px 1px; background-repeat: repeat-x;
    background-position: 36px center;
}
.planner-spread__rule-time { text-align: right; padding-right: 2px; }
.planner-spread__handwritten {
    font-family: "Brush Script MT", "Comic Sans MS", cursive;
    font-size: 0.85rem; color: var(--pl-ink);
    transform: rotate(-2deg);
    line-height: 1.2;
}
.planner-spread__handwritten--red { color: var(--pl-brand); font-weight: 600; }

.planner-spread__ribbon {
    position: absolute;
    top: -10px; left: 60%;
    width: 12px; height: 280px;
    background: linear-gradient(180deg, var(--pl-brand) 0%, var(--pl-brand-dark) 100%);
    border-radius: 2px;
    box-shadow: 0 8px 20px -4px rgba(254,46,70,0.5);
    transform: translateZ(20px);
}
.planner-spread__ribbon::after {
    content: "";
    position: absolute; bottom: -8px; left: 0;
    width: 12px; height: 16px;
    background: linear-gradient(135deg, var(--pl-brand) 50%, transparent 50%);
}
.planner-spread__binding {
    position: absolute;
    top: 0; bottom: 0; left: 50%;
    width: 4px;
    background: linear-gradient(90deg, rgba(0,0,0,0.15), transparent, rgba(0,0,0,0.15));
    transform: translateX(-50%) translateZ(2px);
}
.planner-spread__cover-edge {
    position: absolute;
    top: -12px; left: -12px; right: -12px; bottom: -12px;
    background: var(--pl-ink);
    border-radius: 6px;
    z-index: -1;
    box-shadow: 0 40px 80px -20px rgba(15,23,42,0.5);
}
.planner-spread__cover-edge::before {
    content: ""; position: absolute; inset: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 4px;
}

/* hero sticker */
.planner-hero__sticker {
    position: absolute;
    bottom: 60px; right: -10px;
    width: 130px; height: 130px;
    border-radius: 50%;
    background: var(--pl-brand);
    color: #fff;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center;
    transform: rotate(-12deg);
    box-shadow: 0 16px 40px -8px rgba(254,46,70,0.5);
    z-index: 5;
    line-height: 1.05;
}
.planner-hero__sticker strong {
    font-size: 1rem; font-weight: 800; letter-spacing: 0.04em;
    text-transform: uppercase;
}
.planner-hero__sticker em {
    display: block;
    font-family: Georgia, serif;
    font-size: 1.5rem; font-style: italic; font-weight: 700;
    margin-top: 4px;
}
.planner-hero__sticker span { font-size: 0.7rem; opacity: 0.85; margin-top: 4px; }

@media (max-width: 980px) {
    .planner-hero { grid-template-columns: 1fr; gap: 1rem; }
    .planner-hero__art { height: 380px; }
    .planner-spread { transform: scale(0.75) rotateX(8deg) rotateY(-12deg); }
}

/* ============ STRIP — what makes it different ============ */
.pl-stripe {
    background: var(--pl-ink);
    color: #fff;
    padding: 2rem var(--pl-page-px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.pl-stripe__item {
    display: flex; gap: 0.85rem; align-items: flex-start;
}
.pl-stripe__num {
    flex-shrink: 0;
    font-family: Georgia, serif;
    font-size: 2rem; font-weight: 700;
    color: var(--pl-brand); line-height: 0.9;
    font-style: italic;
}
.pl-stripe__item h4 {
    margin: 0 0 0.2rem;
    font-size: 0.95rem; font-weight: 700;
    color: #fff;
}
.pl-stripe__item p {
    margin: 0; font-size: 0.8125rem; line-height: 1.5;
    color: rgba(255,255,255,0.7);
}
@media (max-width: 900px) { .pl-stripe { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .pl-stripe { grid-template-columns: 1fr; } }

/* ============ MAIN PRODUCT BLOCK ============ */
.product {
    padding: 4rem var(--pl-page-px) 4rem;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 3rem;
}
@media (max-width: 980px) { .product { grid-template-columns: 1fr; gap: 2rem; } }

/* Left rail: variants tiles */
.variants {
    display: flex; flex-direction: column; gap: 0.75rem;
}
.variants__head h3 {
    margin: 0 0 0.4rem;
    font-size: 0.75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.08em;
    color: var(--pl-brand);
}
.variants__head p {
    margin: 0 0 1rem;
    font-size: 1.5rem; font-weight: 800;
    color: var(--pl-ink); letter-spacing: -0.02em;
    line-height: 1.2;
}
.variant-card {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 1.25rem;
    padding: 1rem;
    background: #fff;
    border: 1.5px solid var(--pl-line);
    border-radius: 14px;
    cursor: pointer;
    transition: all 200ms ease;
    text-align: left;
    font-family: inherit;
    align-items: center;
}
.variant-card:hover { border-color: var(--pl-ink-soft); transform: translateX(2px); }
.variant-card.is-active {
    border-color: var(--pl-brand);
    box-shadow: 0 0 0 3px rgba(254,46,70,0.1), 0 8px 22px -8px rgba(254,46,70,0.2);
}
.variant-card__visual {
    position: relative;
    aspect-ratio: 3/4;
    background: var(--variant-bg, var(--pl-ink));
    border-radius: 4px 8px 8px 4px;
    box-shadow: 0 8px 18px -6px rgba(15,23,42,0.3);
}
.variant-card__visual::before {
    content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 8px;
    background: rgba(0,0,0,0.2); border-radius: 4px 0 0 4px;
}
.variant-card__visual::after {
    content: var(--variant-mark, "2025");
    position: absolute;
    bottom: 12px; right: 10px;
    font-family: Georgia, serif;
    font-size: 0.85rem; font-weight: 700;
    color: rgba(255,255,255,0.4);
    letter-spacing: -0.02em;
}
.variant-card__visual--ribbon::before {
    box-shadow: 12px 0 0 var(--pl-brand);
}
.variant-card__name {
    margin: 0 0 0.3rem;
    font-size: 1rem; font-weight: 700;
    color: var(--pl-ink); letter-spacing: -0.01em;
}
.variant-card__meta {
    margin: 0 0 0.4rem;
    font-size: 0.8125rem; line-height: 1.4;
    color: var(--pl-ink-soft);
}
.variant-card__price {
    font-size: 0.9375rem; font-weight: 700;
    color: var(--pl-ink);
}
.variant-card__price small {
    font-size: 0.75rem; font-weight: 500;
    color: var(--pl-muted);
}

/* RIGHT: configurator pane */
.config-pane {
    background: var(--pl-bg-soft);
    border: 1px solid var(--pl-line);
    border-radius: 18px;
    padding: 2rem 2.25rem;
    align-self: start;
    position: sticky;
    top: 100px;
}
@media (max-width: 980px) { .config-pane { position: static; } }

.cp-title {
    margin: 0 0 0.4rem;
    font-size: 1.65rem; font-weight: 800;
    color: var(--pl-ink); letter-spacing: -0.015em;
    line-height: 1.2;
}
.cp-sku {
    font-size: 0.8125rem; color: var(--pl-muted);
    margin-bottom: 1.25rem;
}
.cp-section { margin-top: 1.5rem; }
.cp-section:first-of-type { margin-top: 0; }
.cp-section__label {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 0.65rem;
    font-size: 0.75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.08em;
    color: var(--pl-ink);
}
.cp-section__value {
    font-weight: 600; color: var(--pl-muted);
    text-transform: none; letter-spacing: 0; font-size: 0.8125rem;
}
.cp-options { display: flex; gap: 0.45rem; flex-wrap: wrap; }
.cp-chip {
    padding: 0.55rem 0.95rem;
    border: 1.5px solid var(--pl-line);
    border-radius: 8px;
    background: #fff;
    font-size: 0.875rem; font-weight: 600;
    color: var(--pl-ink);
    cursor: pointer; transition: all 160ms ease;
    font-family: inherit;
}
.cp-chip:hover { border-color: var(--pl-ink-soft); }
.cp-chip.is-active {
    border-color: var(--pl-ink);
    background: var(--pl-ink); color: #fff;
}

/* Material swatches: more textural */
.cp-materials {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.55rem;
}
.cp-material {
    padding: 0.55rem;
    border: 2px solid var(--pl-line);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 160ms ease;
    text-align: center;
    font-family: inherit;
}
.cp-material:hover { border-color: var(--pl-ink-soft); }
.cp-material.is-active {
    border-color: var(--pl-brand);
    box-shadow: 0 0 0 3px rgba(254,46,70,0.1);
}
.cp-material__chip {
    width: 100%; aspect-ratio: 1/1;
    background: var(--m-bg, #41496D);
    border-radius: 6px;
    margin-bottom: 0.35rem;
    background-image: var(--m-tex, none);
    background-size: var(--m-size, auto);
}
.cp-material__name {
    display: block;
    font-size: 0.7rem; font-weight: 600;
    color: var(--pl-ink); line-height: 1.15;
}

/* Add-ons checkbox cards */
.cp-addons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
}
.cp-addon {
    display: flex; align-items: flex-start; gap: 0.6rem;
    padding: 0.75rem 0.85rem;
    border: 1.5px solid var(--pl-line);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: all 160ms ease;
}
.cp-addon:hover { border-color: var(--pl-ink-soft); }
.cp-addon.is-active {
    border-color: var(--pl-brand);
    background: var(--pl-bg-tint);
}
.cp-addon input { display: none; }
.cp-addon__check {
    width: 18px; height: 18px;
    border-radius: 4px;
    border: 1.5px solid var(--pl-line);
    background: #fff;
    flex-shrink: 0; margin-top: 1px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    transition: all 160ms ease;
}
.cp-addon.is-active .cp-addon__check {
    background: var(--pl-brand); border-color: var(--pl-brand);
}
.cp-addon.is-active .cp-addon__check::after {
    content: "✓"; font-size: 0.75rem; font-weight: 800;
}
.cp-addon__body { flex: 1; min-width: 0; }
.cp-addon__name {
    display: block;
    font-size: 0.875rem; font-weight: 700;
    color: var(--pl-ink); line-height: 1.2;
}
.cp-addon__price {
    display: block;
    font-size: 0.75rem; color: var(--pl-muted);
    margin-top: 2px; font-weight: 600;
}

/* Quantity */
.cp-qty {
    display: inline-flex; align-items: center;
    border: 1.5px solid var(--pl-line);
    border-radius: 10px; overflow: hidden;
    background: #fff;
}
.cp-qty button {
    width: 44px; height: 44px;
    border: 0; background: transparent;
    font-size: 1.25rem; font-weight: 600;
    color: var(--pl-ink);
    cursor: pointer; font-family: inherit;
    transition: background 160ms ease;
}
.cp-qty button:hover { background: var(--pl-bg-soft); }
.cp-qty input {
    width: 80px; height: 44px;
    border: 0; outline: none; text-align: center;
    font-size: 1rem; font-weight: 700; color: var(--pl-ink);
    background: transparent; font-family: inherit;
}
.cp-qty-presets { display: inline-flex; gap: 0.4rem; margin-left: 0.5rem; }
.cp-qty-preset {
    padding: 0 0.7rem; height: 44px;
    border: 1.5px solid var(--pl-line);
    border-radius: 8px; background: #fff;
    font-size: 0.8125rem; font-weight: 600;
    color: var(--pl-ink-soft); cursor: pointer;
    transition: all 160ms ease; font-family: inherit;
}
.cp-qty-preset:hover { border-color: var(--pl-ink); color: var(--pl-ink); }

/* Total bar */
.cp-total {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px dashed var(--pl-line);
}
.cp-total__row {
    display: flex; justify-content: space-between;
    margin-bottom: 0.35rem;
    font-size: 0.875rem;
    color: var(--pl-ink-soft);
}
.cp-total__row b { color: var(--pl-ink); font-weight: 700; }
.cp-total__final {
    margin-top: 0.85rem;
    display: flex; justify-content: space-between; align-items: baseline;
    padding-top: 0.85rem;
    border-top: 1px solid var(--pl-line);
}
.cp-total__final-label { font-size: 0.95rem; font-weight: 700; color: var(--pl-ink); }
.cp-total__final-value {
    font-size: 2rem; font-weight: 800;
    color: var(--pl-ink); letter-spacing: -0.025em;
    line-height: 1;
}
.cp-total__final-value small {
    display: block;
    font-size: 0.75rem; font-weight: 500;
    color: var(--pl-muted);
    margin-top: 4px;
    text-align: right;
}
.cp-actions {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
}
.cp-btn-primary {
    padding: 1rem 1.4rem;
    background: var(--pl-brand); color: #fff;
    border: 0; border-radius: 10px;
    font-weight: 700; font-size: 0.9375rem;
    cursor: pointer; font-family: inherit;
    box-shadow: 0 4px 14px rgba(254,46,70,0.28);
    transition: all 200ms ease;
    display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
}
.cp-btn-primary:hover {
    background: var(--pl-brand-dark);
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(254,46,70,0.34);
}
.cp-btn-secondary {
    padding: 1rem;
    background: #fff; color: var(--pl-ink);
    border: 1.5px solid var(--pl-line);
    border-radius: 10px;
    cursor: pointer; font-family: inherit;
    transition: all 160ms ease;
    display: inline-flex; align-items: center; justify-content: center;
}
.cp-btn-secondary:hover { border-color: var(--pl-ink); }

/* ============ FEATURES — editorial ============ */
.features {
    padding: 5rem var(--pl-page-px);
    background: #fff;
    border-top: 1px solid var(--pl-line);
}
.features__head {
    max-width: 720px; margin-bottom: 3rem;
}
.features__head h2 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.65rem, 2.6vw, 2.1rem);
    font-weight: 800; color: var(--pl-ink);
    letter-spacing: -0.02em;
}
.features__head h2 em {
    font-style: italic;
    font-family: Georgia, serif;
    color: var(--pl-brand);
}
.features__head p {
    margin: 0; font-size: 1rem; line-height: 1.55;
    color: var(--pl-ink-soft);
}
.features__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
@media (max-width: 900px) { .features__grid { grid-template-columns: 1fr; } }
.feature {
    padding: 2rem 1.75rem;
    border: 1px solid var(--pl-line);
    border-radius: 14px;
    background: #fff;
    transition: all 240ms ease;
}
.feature:hover {
    border-color: var(--pl-ink);
    transform: translateY(-3px);
    box-shadow: 0 14px 30px -10px rgba(15,23,42,0.1);
}
.feature__num {
    display: inline-block;
    font-family: Georgia, serif;
    font-style: italic; font-weight: 700;
    font-size: 2.5rem;
    color: var(--pl-brand);
    line-height: 0.9;
    margin-bottom: 1rem;
}
.feature h3 {
    margin: 0 0 0.5rem;
    font-size: 1.125rem; font-weight: 700;
    color: var(--pl-ink); letter-spacing: -0.01em;
}
.feature p {
    margin: 0; font-size: 0.9375rem; line-height: 1.55;
    color: var(--pl-ink-soft);
}
.feature__sample {
    margin-top: 1rem;
    padding: 0.6rem 0.85rem;
    background: var(--pl-bg-tint);
    border-radius: 8px;
    font-size: 0.8125rem;
    color: var(--pl-ink);
    font-weight: 600;
}

/* ============ MATERIALS GALLERY ============ */
.mats {
    padding: 5rem var(--pl-page-px);
    background: var(--pl-bg-soft);
    border-top: 1px solid var(--pl-line);
    border-bottom: 1px solid var(--pl-line);
}
.mats__head { max-width: 640px; margin-bottom: 2rem; }
.mats__head h2 {
    margin: 0 0 0.6rem;
    font-size: clamp(1.65rem, 2.6vw, 2.1rem);
    font-weight: 800; color: var(--pl-ink);
    letter-spacing: -0.02em;
}
.mats__head p {
    margin: 0; color: var(--pl-ink-soft);
    font-size: 1rem; line-height: 1.55;
}
.mats__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.85rem;
}
@media (max-width: 900px) { .mats__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 540px) { .mats__grid { grid-template-columns: repeat(2, 1fr); } }

.mat-card {
    background: #fff;
    border: 1px solid var(--pl-line);
    border-radius: 12px;
    padding: 1rem;
    cursor: pointer;
    transition: all 200ms ease;
}
.mat-card:hover { border-color: var(--pl-ink); transform: translateY(-2px); }
.mat-card__swatch {
    aspect-ratio: 1/1;
    border-radius: 8px;
    margin-bottom: 0.6rem;
    background: var(--m-bg);
    background-image: var(--m-tex, none);
    background-size: var(--m-size, auto);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}
.mat-card__name {
    font-size: 0.8125rem; font-weight: 700;
    color: var(--pl-ink);
    line-height: 1.25;
}
.mat-card__price {
    font-size: 0.7rem; color: var(--pl-muted);
    margin-top: 2px;
}

/* ============ TIMELINE ============ */
.timeline {
    padding: 5rem var(--pl-page-px);
    background: #fff;
}
.timeline__head { max-width: 640px; margin-bottom: 3rem; }
.timeline__head h2 {
    margin: 0 0 0.6rem;
    font-size: clamp(1.65rem, 2.6vw, 2.1rem);
    font-weight: 800; color: var(--pl-ink);
    letter-spacing: -0.02em;
}
.timeline__head p {
    margin: 0; color: var(--pl-ink-soft);
    font-size: 1rem; line-height: 1.55;
}
.timeline__track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
}
.timeline__track::before {
    content: "";
    position: absolute;
    top: 22px; left: 5%; right: 5%;
    height: 2px;
    background: repeating-linear-gradient(90deg,
        var(--pl-line) 0 6px, transparent 6px 12px);
    z-index: 0;
}
.timeline__step { position: relative; z-index: 1; }
.timeline__dot {
    width: 44px; height: 44px;
    background: #fff;
    border: 2px solid var(--pl-ink);
    color: var(--pl-ink);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: Georgia, serif;
    font-size: 1rem; font-weight: 700; font-style: italic;
    margin-bottom: 0.85rem;
}
.timeline__step--active .timeline__dot {
    background: var(--pl-brand); color: #fff; border-color: var(--pl-brand);
    box-shadow: 0 0 0 4px rgba(254,46,70,0.2);
}
.timeline__step h4 {
    margin: 0 0 0.3rem;
    font-size: 0.95rem; font-weight: 700;
    color: var(--pl-ink);
}
.timeline__step p {
    margin: 0; font-size: 0.8125rem; line-height: 1.45;
    color: var(--pl-ink-soft);
}
.timeline__step time {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.7rem; font-weight: 700;
    color: var(--pl-brand);
    text-transform: uppercase; letter-spacing: 0.08em;
}
@media (max-width: 900px) {
    .timeline__track { grid-template-columns: 1fr; gap: 1.5rem; }
    .timeline__track::before { display: none; }
}

/* ============ FAQ + CTA ============ */
.bottom-section {
    padding: 5rem var(--pl-page-px);
    background: var(--pl-ink);
    color: #fff;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 3.5rem;
}
@media (max-width: 980px) { .bottom-section { grid-template-columns: 1fr; gap: 2.5rem; } }
.bottom-faq h2 {
    margin: 0 0 1.5rem;
    font-size: clamp(1.5rem, 2.4vw, 1.85rem);
    font-weight: 800; color: #fff;
    letter-spacing: -0.02em;
}
.bottom-faq__item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.bottom-faq__q {
    width: 100%;
    padding: 1.1rem 0;
    background: transparent; border: 0;
    text-align: left; font-family: inherit;
    font-size: 0.9375rem; font-weight: 600;
    color: #fff; cursor: pointer;
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem;
}
.bottom-faq__q::after {
    content: "+";
    font-size: 1.5rem; color: var(--pl-brand);
    line-height: 1; transition: transform 200ms ease;
}
.bottom-faq__item.is-open .bottom-faq__q::after { transform: rotate(45deg); }
.bottom-faq__a {
    max-height: 0; overflow: hidden;
    transition: max-height 280ms ease, padding 280ms ease;
    color: rgba(255,255,255,0.7); font-size: 0.875rem; line-height: 1.55;
}
.bottom-faq__item.is-open .bottom-faq__a {
    max-height: 240px; padding: 0 0 1.1rem;
}

.bottom-cta {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 2rem;
    align-self: start;
}
.bottom-cta h3 {
    margin: 0 0 0.5rem;
    font-size: 1.35rem; font-weight: 800;
    color: #fff; letter-spacing: -0.015em;
    line-height: 1.2;
}
.bottom-cta h3 em {
    font-style: italic;
    font-family: Georgia, serif;
    color: var(--pl-brand);
    font-weight: 700;
}
.bottom-cta p {
    margin: 0 0 1.25rem;
    color: rgba(255,255,255,0.7); font-size: 0.9375rem; line-height: 1.5;
}
.bottom-cta__form {
    display: flex; flex-direction: column; gap: 0.55rem;
}
.bottom-cta__form input {
    padding: 0.85rem 1rem;
    border: 1.5px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.06);
    border-radius: 10px;
    font-size: 0.9375rem;
    color: #fff;
    font-family: inherit;
}
.bottom-cta__form input::placeholder { color: rgba(255,255,255,0.5); }
.bottom-cta__form input:focus {
    outline: none; border-color: var(--pl-brand);
    background: rgba(255,255,255,0.1);
}
.bottom-cta__form button {
    margin-top: 0.35rem;
    padding: 0.95rem;
    background: var(--pl-brand); color: #fff;
    border: 0; border-radius: 10px;
    font-weight: 700; font-size: 0.9375rem;
    cursor: pointer; font-family: inherit;
    transition: background 160ms ease;
}
.bottom-cta__form button:hover { background: var(--pl-brand-dark); }
.bottom-cta__note {
    margin: 0.6rem 0 0;
    font-size: 0.7rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.4;
}
/* ============ MODAL ============ */
.modal {
    position: fixed; inset: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    z-index: 250; display: none;
    align-items: center; justify-content: center;
    padding: 1.5rem;
}
.modal.is-open { display: flex; }
.modal__panel {
    background: #fff; border-radius: 18px;
    width: min(560px, 100%);
    max-height: 90vh; overflow-y: auto;
    padding: 2.5rem; position: relative;
    box-shadow: 0 24px 60px -10px rgba(15,23,42,0.4);
}
.modal__close {
    position: absolute; top: 1rem; right: 1rem;
    width: 36px; height: 36px;
    background: var(--pl-bg-soft); color: var(--pl-ink);
    border: 0; border-radius: 50%; cursor: pointer;
    font-family: inherit; font-size: 1.1rem;
    display: flex; align-items: center; justify-content: center;
}
.modal__title {
    margin: 0 0 0.4rem;
    font-size: 1.5rem; font-weight: 800;
    color: var(--pl-ink); letter-spacing: -0.015em;
}
.modal__sub {
    margin: 0 0 1.5rem;
    font-size: 0.9375rem; line-height: 1.5;
    color: var(--pl-ink-soft);
}
.modal__summary {
    background: var(--pl-bg-soft);
    border-radius: 12px;
    padding: 1rem 1.15rem;
    margin-bottom: 1.25rem;
    font-size: 0.875rem; line-height: 1.55;
    color: var(--pl-ink);
}
.modal__summary b { color: var(--pl-ink); font-weight: 700; }
.modal__summary .total {
    margin-top: 0.55rem; padding-top: 0.55rem;
    border-top: 1px solid var(--pl-line);
    display: flex; justify-content: space-between;
    font-weight: 700;
}
.modal__summary .total-value {
    color: var(--pl-brand); font-size: 1.125rem;
}
.modal__form { display: flex; flex-direction: column; gap: 0.85rem; }
.modal__form input, .modal__form textarea {
    padding: 0.85rem 1rem;
    border: 1.5px solid var(--pl-line);
    border-radius: 10px;
    font-size: 0.95rem; font-family: inherit;
    color: var(--pl-text); width: 100%;
}
.modal__form textarea { resize: vertical; min-height: 80px; }
.modal__form input:focus, .modal__form textarea:focus {
    outline: none; border-color: var(--pl-ink);
    box-shadow: 0 0 0 3px rgba(65,73,109,0.08);
}
.modal__submit {
    padding: 0.95rem 1.5rem;
    background: var(--pl-brand); color: #fff;
    border: 0; border-radius: 10px;
    font-weight: 700; font-size: 0.9375rem;
    cursor: pointer; font-family: inherit;
    margin-top: 0.5rem;
}
.modal__success { text-align: center; padding: 1rem 0; }
.modal__success-icon {
    width: 72px; height: 72px;
    border-radius: 50%; background: #16a34a; color: #fff;
    margin: 0 auto 1rem;
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem;
}
