/* ==========================================================================
   Kode Builder — Website Packages Landing (Google Ads)
   Extends style.css brand tokens
   ========================================================================== */

body.lp-packages {
    padding-bottom: 0;
}

@media (max-width: 899px) {
    body.lp-packages.has-sticky-cta {
        padding-bottom: 4.5rem;
    }

    body.lp-packages.has-sticky-cta .lp-footer {
        padding-bottom: calc(4.5rem + 2rem);
    }
}

/* --- Landing header --- */
.lp-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--color-navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
    min-height: 68px;
}

.lp-nav__logo img {
    height: 40px;
    width: auto;
}

.lp-nav__actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.lp-nav__phone {
    display: none;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.875rem;
    font-weight: 600;
}

.lp-nav__phone:hover {
    color: var(--color-green);
}

.lp-nav .btn {
    padding: 0.65rem 1.15rem;
    font-size: 0.875rem;
    min-height: 44px;
}

.lp-nav .btn--ghost {
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.25);
}

.lp-nav .btn--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.35);
}

@media (min-width: 900px) {
    .lp-nav__phone { display: inline-flex; }
}

/* --- Sections --- */
.lp-section {
    padding: 4rem 0;
}

.lp-section--alt {
    background: var(--color-bg-alt);
}

.lp-section--dark {
    background: var(--gradient-dark);
    color: var(--color-white);
}

.lp-section--dark h2,
.lp-section--dark h3 {
    color: var(--color-white);
}

.lp-section--dark p {
    color: rgba(255, 255, 255, 0.78);
}

.lp-section__head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.5rem;
}

.lp-section__head h2 {
    font-size: clamp(1.5rem, 3.5vw, 2.15rem);
    margin-bottom: 0.75rem;
    color: var(--color-navy);
}

.lp-section--dark .lp-section__head h2 {
    color: var(--color-white);
}

.lp-section__head p {
    color: var(--color-muted);
    font-size: 1.05rem;
}

/* --- Hero --- */
.lp-hero {
    padding: 3rem 0 4rem;
    background:
        radial-gradient(ellipse 80% 60% at 10% 0%, rgba(30, 115, 255, 0.1), transparent 55%),
        radial-gradient(ellipse 60% 50% at 100% 20%, rgba(52, 208, 88, 0.08), transparent 50%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.lp-hero__grid {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 960px) {
    .lp-hero__grid {
        grid-template-columns: 1.05fr 0.95fr;
        gap: 3rem;
    }
}

.lp-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-blue);
    margin-bottom: 1rem;
}

.lp-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.65rem);
    margin-bottom: 1rem;
    color: var(--color-navy);
    line-height: 1.2;
}

.lp-hero__lead {
    font-size: 1.125rem;
    color: var(--color-muted);
    margin-bottom: 1.5rem;
    max-width: 36rem;
}

.lp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.lp-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp-trust li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-text);
}

.lp-trust li::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--gradient-brand);
    flex-shrink: 0;
}

/* --- Hero mockup --- */
.lp-hero-mockup {
    position: relative;
    min-height: 280px;
}

.lp-mockup-stack {
    display: grid;
    gap: 1rem;
    position: relative;
}

.lp-mockup-browser {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.lp-mockup-browser__chrome {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.85rem;
    background: #f1f5f9;
    border-bottom: 1px solid var(--color-border);
}

.lp-mockup-browser__dots {
    display: flex;
    gap: 0.3rem;
}

.lp-mockup-browser__dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}

.lp-mockup-browser__url {
    flex: 1;
    font-size: 0.7rem;
    color: var(--color-muted);
    background: var(--color-white);
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
}

.lp-mockup-browser__body {
    padding: 1rem;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    min-height: 140px;
}

.lp-mockup-site-preview {
    display: grid;
    gap: 0.5rem;
}

.lp-mockup-site-preview__hero {
    height: 48px;
    border-radius: 6px;
    background: var(--gradient-brand);
    opacity: 0.85;
}

.lp-mockup-site-preview__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
}

.lp-mockup-site-preview__row span {
    height: 36px;
    border-radius: 4px;
    background: #e2e8f0;
}

.lp-mockup-phone {
    position: absolute;
    right: 0;
    bottom: -0.5rem;
    width: 38%;
    max-width: 130px;
    background: var(--color-navy);
    border-radius: 16px;
    padding: 0.35rem;
    box-shadow: var(--shadow-lg);
    border: 2px solid #334155;
}

.lp-mockup-phone__screen {
    background: var(--color-white);
    border-radius: 12px;
    padding: 0.5rem;
    min-height: 100px;
}

.lp-mockup-phone__bar {
    height: 6px;
    width: 40%;
    background: #e2e8f0;
    border-radius: 3px;
    margin-bottom: 0.4rem;
}

.lp-mockup-phone__block {
    height: 28px;
    background: var(--gradient-brand-soft);
    border-radius: 4px;
    margin-bottom: 0.35rem;
}

.lp-mockup-float {
    position: absolute;
    left: 0;
    bottom: 1rem;
    display: grid;
    gap: 0.5rem;
    max-width: 55%;
}

.lp-mockup-email {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 0.65rem 0.85rem;
    box-shadow: var(--shadow-md);
    font-size: 0.75rem;
}

.lp-mockup-email strong {
    display: block;
    color: var(--color-navy);
    font-size: 0.7rem;
    margin-bottom: 0.2rem;
}

.lp-mockup-email span {
    color: var(--color-muted);
}

.lp-mockup-notify {
    background: var(--color-green);
    color: var(--color-white);
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.45rem 0.75rem;
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-md);
    text-align: center;
}

@media (min-width: 960px) {
    .lp-hero-mockup { min-height: 320px; }
    .lp-mockup-phone { max-width: 150px; }
}

/* --- Cards / problems --- */
.lp-problems {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.lp-card {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 1.25rem 1.35rem;
    box-shadow: var(--shadow-sm);
}

.lp-card h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--color-navy);
}

.lp-card p,
.lp-card li {
    font-size: 0.92rem;
    color: var(--color-muted);
}

.lp-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.5rem;
}

.lp-card ul li {
    position: relative;
    padding-left: 1.25rem;
}

.lp-card ul li::before {
    content: "×";
    position: absolute;
    left: 0;
    color: #ef4444;
    font-weight: 700;
}

.lp-solution {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    background: var(--gradient-brand-soft);
    border: 1px solid rgba(30, 115, 255, 0.2);
    border-radius: var(--radius-lg);
    text-align: center;
    font-size: 1.05rem;
    color: var(--color-navy);
    font-weight: 500;
}

/* --- Pricing --- */
.lp-pricing-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .lp-pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1100px) {
    .lp-pricing-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.lp-price-card {
    position: relative;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 1.5rem 1.25rem;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    transition: box-shadow var(--transition), border-color var(--transition);
}

.lp-price-card:hover {
    box-shadow: var(--shadow-md);
}

.lp-price-card.is-popular {
    border-color: var(--color-blue);
    box-shadow: var(--shadow-glow);
}

.lp-price-card__badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient-brand);
    color: var(--color-white);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.35rem 0.85rem;
    border-radius: var(--radius-full);
    white-space: nowrap;
}

.lp-price-card h3 {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
    color: var(--color-navy);
}

.lp-price-card__setup {
    font-size: 0.9rem;
    color: var(--color-muted);
    margin-bottom: 0.15rem;
}

.lp-price-card__setup strong {
    color: var(--color-text);
    font-size: 1.05rem;
}

.lp-price-card__monthly {
    margin-bottom: 0.75rem;
}

.lp-price-card__monthly strong {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--color-blue);
    font-family: var(--font-display);
}

.lp-price-card__monthly span {
    font-size: 0.9rem;
    color: var(--color-muted);
    font-weight: 500;
}

.lp-price-card__best {
    font-size: 0.85rem;
    color: var(--color-muted);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-border);
}

.lp-price-card__includes-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-navy);
    margin-bottom: 0.5rem;
}

.lp-price-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    flex: 1;
    display: grid;
    gap: 0.4rem;
}

.lp-price-card ul li {
    font-size: 0.82rem;
    color: var(--color-muted);
    padding-left: 1.1rem;
    position: relative;
    line-height: 1.45;
}

.lp-price-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color-green);
}

.lp-price-card .btn {
    width: 100%;
    justify-content: center;
    min-height: 44px;
}

.lp-pricing-notes {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    background: var(--color-bg-alt);
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
}

.lp-pricing-notes p {
    font-size: 0.82rem;
    color: var(--color-muted);
    margin-bottom: 0.5rem;
    line-height: 1.55;
}

.lp-pricing-notes p:last-child {
    margin-bottom: 0;
}

/* --- Add-ons --- */
.lp-addon-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.lp-addon-card {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 1.15rem;
    transition: border-color var(--transition);
}

.lp-addon-card:hover {
    border-color: var(--color-blue);
}

.lp-addon-card h3 {
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
    color: var(--color-navy);
}

.lp-addon-card__price {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--color-blue);
    margin-bottom: 0.65rem;
}

.lp-addon-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.3rem;
}

.lp-addon-card ul li {
    font-size: 0.8rem;
    color: var(--color-muted);
}

.lp-quotation-list {
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    background: var(--color-bg-alt);
    border-radius: var(--radius-md);
    border: 1px dashed var(--color-border);
}

.lp-quotation-list h4 {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: var(--color-navy);
}

.lp-quotation-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp-quotation-list li {
    font-size: 0.82rem;
    color: var(--color-muted);
}

/* --- Comparison table --- */
.lp-compare-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-white);
}

.lp-compare {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.lp-compare th,
.lp-compare td {
    padding: 0.85rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--color-border);
}

.lp-compare th {
    background: var(--color-bg-alt);
    font-weight: 600;
    color: var(--color-navy);
}

.lp-compare td:last-child {
    color: var(--color-blue);
    font-weight: 600;
}

.lp-compare tr:last-child td {
    border-bottom: none;
}

/* --- Steps --- */
.lp-steps {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.lp-step {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 1.35rem;
    position: relative;
}

.lp-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--gradient-brand);
    color: var(--color-white);
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}

.lp-step h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: var(--color-navy);
}

.lp-step p {
    font-size: 0.9rem;
    color: var(--color-muted);
}

/* --- Mockup CTA band --- */
.lp-mockup-band {
    text-align: center;
    padding: 3rem 1.5rem;
    background: var(--gradient-brand-soft);
    border: 1px solid rgba(30, 115, 255, 0.15);
    border-radius: var(--radius-xl);
}

.lp-mockup-band h2 {
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    margin-bottom: 0.75rem;
    color: var(--color-navy);
}

.lp-mockup-band p {
    color: var(--color-muted);
    max-width: 640px;
    margin: 0 auto 1rem;
}

.lp-mockup-band ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 1.5rem;
    max-width: 520px;
    display: grid;
    gap: 0.4rem;
    text-align: left;
}

.lp-mockup-band ul li {
    font-size: 0.9rem;
    color: var(--color-muted);
    padding-left: 1.25rem;
    position: relative;
}

.lp-mockup-band ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--color-blue);
    font-weight: 700;
}

/* --- Industries --- */
.lp-industries {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.lp-industry-tile {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-md);
    padding: 0.85rem 1rem;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

/* --- Why list --- */
.lp-why-list {
    display: grid;
    gap: 0.65rem;
    max-width: 720px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.lp-why-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.95rem;
    color: var(--color-text);
}

.lp-why-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gradient-brand);
    flex-shrink: 0;
    margin-top: 0.45em;
}

/* --- FAQ --- */
.lp-faq {
    max-width: 760px;
    margin: 0 auto;
    display: grid;
    gap: 0.5rem;
}

.lp-faq__item {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-white);
}

.lp-faq__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-navy);
    text-align: left;
    cursor: pointer;
    min-height: 44px;
}

.lp-faq__btn:focus-visible {
    outline: 2px solid var(--color-blue);
    outline-offset: 2px;
}

.lp-faq__icon {
    width: 20px;
    height: 20px;
    position: relative;
    flex-shrink: 0;
}

.lp-faq__icon::before,
.lp-faq__icon::after {
    content: "";
    position: absolute;
    background: var(--color-muted);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lp-faq__icon::before {
    width: 12px;
    height: 2px;
}

.lp-faq__icon::after {
    width: 2px;
    height: 12px;
    transition: opacity 0.2s ease;
}

.lp-faq__item.is-open .lp-faq__icon::after {
    opacity: 0;
}

.lp-faq__panel {
    display: none;
    padding: 0 1.25rem 1.15rem;
}

.lp-faq__item.is-open .lp-faq__panel {
    display: block;
}

.lp-faq__panel p {
    color: var(--color-muted);
    font-size: 0.95rem;
    margin: 0;
}

/* --- Form --- */
.lp-lead {
    scroll-margin-top: 5rem;
}

.lp-form-panel {
    max-width: 720px;
    margin: 0 auto;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 2rem 1.5rem;
    box-shadow: var(--shadow-md);
}

@media (min-width: 640px) {
    .lp-form-panel { padding: 2.5rem; }
}

.lp-form-panel .form-row {
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .lp-form-panel .form-row {
        grid-template-columns: 1fr 1fr;
    }
}

.lp-form-panel .form-group {
    margin-bottom: 1rem;
}

.lp-form-panel .form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--color-navy);
}

.lp-form-panel .form-group input,
.lp-form-panel .form-group select,
.lp-form-panel .form-group textarea {
    width: 100%;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    font-family: inherit;
    font-size: 1rem;
    background: var(--color-white);
    color: var(--color-text);
    min-height: 44px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lp-form-panel .form-group textarea {
    min-height: 110px;
    resize: vertical;
}

.lp-form-panel .form-group input:focus,
.lp-form-panel .form-group select:focus,
.lp-form-panel .form-group textarea:focus {
    outline: none;
    border-color: var(--color-blue);
    box-shadow: 0 0 0 4px rgba(30, 115, 255, 0.12);
}

.lp-form-panel .form-group input.is-invalid,
.lp-form-panel .form-group select.is-invalid,
.lp-form-panel .form-group textarea.is-invalid {
    border-color: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

.lp-form-panel .turnstile-wrap {
    margin: 1rem 0 1.25rem;
}

.lp-form-panel .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
}

.lp-form-panel .form-status {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    display: none;
}

.lp-form-panel .form-status.is-visible {
    display: block;
    background: rgba(30, 115, 255, 0.08);
    color: var(--color-text);
}

.lp-form-privacy {
    margin-top: 1rem;
    font-size: 0.8rem;
    color: var(--color-muted);
    text-align: center;
}

/* --- Contact block --- */
.lp-contact-block {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}

.lp-contact-block h2 {
    margin-bottom: 1rem;
    color: var(--color-navy);
}

.lp-contact-block p {
    margin-bottom: 0.35rem;
    color: var(--color-text);
}

.lp-contact-block a {
    font-weight: 600;
}

.lp-contact-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.25rem;
    margin-top: 1rem;
}

/* --- Footer --- */
.lp-footer {
    background: var(--color-navy);
    color: rgba(255, 255, 255, 0.75);
    padding: 2.5rem 0 1.5rem;
    font-size: 0.875rem;
}

.lp-footer__grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .lp-footer__grid {
        grid-template-columns: 1.5fr 1fr;
        align-items: start;
    }
}

.lp-footer__brand img {
    height: 36px;
    margin-bottom: 0.75rem;
}

.lp-footer__brand p {
    font-size: 0.85rem;
    line-height: 1.55;
    max-width: 360px;
}

.lp-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.lp-footer__links a {
    color: rgba(255, 255, 255, 0.8);
}

.lp-footer__links a:hover {
    color: var(--color-green);
}

.lp-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
    text-align: center;
    font-size: 0.8rem;
}

/* --- Sticky mobile CTA --- */
.lp-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    display: flex;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    background: var(--color-white);
    border-top: 1px solid var(--color-border);
    box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.1);
}

.lp-sticky-cta[hidden] {
    display: none !important;
}

.lp-sticky-cta .btn {
    flex: 1;
    justify-content: center;
    min-height: 44px;
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
}

@media (min-width: 900px) {
    .lp-sticky-cta {
        display: none !important;
    }
}

/* --- Simple thank-you page --- */
.lp-simple-page {
    padding: 4rem 0;
    min-height: 50vh;
}

.lp-simple-page__card {
    max-width: 640px;
    margin: 0 auto;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    box-shadow: var(--shadow-md);
    text-align: center;
}

.lp-simple-page__card h1 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 1rem;
    color: var(--color-navy);
}

.lp-simple-page__card p {
    color: var(--color-muted);
    margin-bottom: 1rem;
}

.lp-simple-page__card .btn {
    margin-top: 0.5rem;
}

@media (max-width: 640px) {
    .lp-hero__actions {
        flex-direction: column;
    }

    .lp-hero__actions .btn {
        width: 100%;
        justify-content: center;
    }
}
