.hero {
    position: relative;
    overflow: hidden;
    padding-top: 42px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: -120px -80px auto auto;
    width: 760px;
    height: 520px;
    background:
        radial-gradient(circle at 44% 48%, rgba(255, 255, 255, 0.88), transparent 10%),
        radial-gradient(circle at 55% 48%, rgba(240, 21, 112, 0.17), transparent 34%),
        conic-gradient(from 65deg, transparent, rgba(240, 21, 112, 0.15), transparent 48%, rgba(255, 197, 221, 0.28), transparent 80%);
    border-radius: 50%;
    filter: blur(2px);
    opacity: 0.85;
    pointer-events: none;
}

.hero::after {
    content: "✦  ✧      ✦     ✧   ✦";
    position: absolute;
    right: 6%;
    top: 84px;
    max-width: 420px;
    color: rgba(240, 21, 112, 0.22);
    font-size: 18px;
    letter-spacing: 20px;
    line-height: 2.8;
    pointer-events: none;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(360px, 0.86fr) minmax(540px, 1.14fr);
    gap: 42px;
    align-items: center;
    min-height: 620px;
}

.hero-copy {
    position: relative;
    z-index: 4;
    max-width: 600px;
}

.eyebrow {
    margin-bottom: 26px;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 13px;
    font-weight: 900;
}

.hero-text {
    max-width: 540px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #51454d;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hero-visual {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.hero-visual::before {
    content: "";
    position: absolute;
    left: -10%;
    right: -3%;
    top: 8%;
    height: 420px;
    z-index: -1;
    background:
        radial-gradient(ellipse at 48% 52%, rgba(255,255,255,0.78), transparent 25%),
        radial-gradient(ellipse at 48% 58%, rgba(240,21,112,0.20), transparent 42%),
        conic-gradient(from 122deg at 50% 50%, transparent, rgba(255, 131, 181, 0.22), transparent 35%, rgba(250, 19, 111, 0.20), transparent 67%, rgba(255, 206, 225, 0.28), transparent);
    border-radius: 50%;
    transform: rotate(-8deg);
    filter: blur(1px);
}

.hero-visual::after {
    content: "";
    position: absolute;
    inset: 16% 3% 10% 4%;
    z-index: -2;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 232, 241, 0.75), transparent 64%);
}

.photographer-site-mockup {
    position: relative;
    z-index: 2;
    width: min(660px, 100%);
    overflow: hidden;
    border-radius: 28px;
    background: #100d0f;
    box-shadow: 0 36px 90px rgba(40, 14, 28, 0.30), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
    transform: translate(34px, -28px);
}

.mockup-header {
    height: 50px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0 24px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    background: linear-gradient(180deg, #080607, #030203);
}

.mockup-logo {
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-weight: 900;
}

.mockup-logo img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.mockup-hero {
    height: 278px;
    position: relative;
    background:
        linear-gradient(90deg, rgba(9, 7, 8, 0.98) 0%, rgba(19, 13, 16, 0.86) 39%, rgba(23, 13, 18, 0.15) 100%),
        radial-gradient(circle at 72% 32%, rgba(255, 188, 213, 0.42), transparent 18%),
        radial-gradient(circle at 76% 52%, rgba(240, 21, 112, 0.18), transparent 24%),
        linear-gradient(135deg, #181214, #77524d 44%, #141014 78%);
}

.mockup-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.38) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.26;
}

.mockup-hero::after {
    content: "";
    position: absolute;
    right: 96px;
    bottom: 0;
    width: 192px;
    height: 250px;
    background:
        radial-gradient(circle at 52% 24%, #f0c1aa 0 20px, transparent 21px),
        radial-gradient(ellipse at 52% 16%, #4f302a 0 48px, transparent 49px),
        linear-gradient(180deg, #221819, #111);
    border-radius: 98px 98px 20px 20px;
    opacity: 0.96;
    filter: saturate(0.98);
}

.mockup-info {
    position: relative;
    z-index: 2;
    padding: 62px 0 0 80px;
    color: #fff;
}

.mockup-info h2 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 8px;
    text-shadow: 0 8px 30px rgba(0,0,0,0.55);
}

.mockup-info p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 20px;
    line-height: 1.45;
}

.mockup-info a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 22px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff2b87, var(--color-primary));
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 16px 30px rgba(240, 21, 112, 0.32);
}

.mockup-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    padding: 8px;
    background: #0c090b;
}

.gallery-item {
    height: 92px;
    border-radius: 13px;
    display: block;
    background: linear-gradient(135deg, #655a5c, #111);
    border: 1px solid rgba(255,255,255,0.12);
}

.gallery-item.g1 { background: linear-gradient(135deg, #d9c8c2, #1c191a); }
.gallery-item.g2 { background: linear-gradient(135deg, #5d423a, #e5c5ad 55%, #221817); }
.gallery-item.g3 { background: linear-gradient(135deg, #f1dfd1, #8f6a61 55%, #2a2021); }
.gallery-item.g4 { background: linear-gradient(135deg, #21181a, #e0ab62 55%, #0f0c0d); }

.floating-card {
    position: absolute;
    z-index: 5;
    width: 188px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 214, 231, 0.9);
    box-shadow: 0 20px 55px rgba(88, 35, 58, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(18px);
}

.card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: var(--color-heading);
    font-size: 13px;
}

.card-topline span {
    color: var(--color-primary);
}

.floating-card p,
.floating-card small {
    margin: 0 0 10px;
    color: var(--color-muted);
    font-size: 12px;
    line-height: 1.45;
}

.floating-card button {
    width: 100%;
    min-height: 34px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #ff2b87, var(--color-primary));
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(240, 21, 112, 0.22);
}

.request-card {
    top: 54px;
    left: 10px;
}

.mini-client {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
}

.avatar-dot {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd1c1, #2b1d1d);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.65);
}

.mini-client b {
    display: block;
    font-size: 12px;
}

.mini-client small {
    margin: 0;
    display: block;
    font-size: 10px;
}

.survey-card {
    top: 48px;
    right: 0;
    width: 220px;
}

.survey-card > b {
    display: block;
    margin: 3px 0 8px;
    font-size: 17px;
}

.progress {
    height: 5px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: #ffe0ec;
    overflow: hidden;
}

.progress span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #ff7aad, var(--color-primary));
}

.survey-card a,
.review-card a {
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 900;
}

.review-card {
    right: 78px;
    bottom: 70px;
    width: 218px;
}

.stars {
    color: var(--color-primary);
    letter-spacing: 3px;
    margin-bottom: 8px;
}

.review-card a {
    color: var(--color-success);
}

.hero-fox {
    position: absolute;
    z-index: 4;
    left: -34px;
    bottom: 12px;
    width: min(460px, 55vw);
    transform: rotate(-6deg);
    filter: drop-shadow(0 26px 36px rgba(240, 21, 112, 0.26));
    pointer-events: none;
}

.feature-strip {
    position: relative;
    z-index: 6;
}

.strip-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    overflow: hidden;
    padding: 12px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(245, 214, 227, 0.9);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(16px);
}

.strip-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 62px;
    color: var(--color-heading);
    font-size: 14px;
    font-weight: 850;
    border-right: 1px solid rgba(245, 214, 227, 0.72);
}

.strip-item:last-child {
    border-right: 0;
}

.strip-item .icon {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.strip-item .icon::before {
    font-size: 24px;
}

.steps-grid {
    counter-reset: steps;
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}

.step-card {
    counter-increment: steps;
    position: relative;
    min-height: 190px;
    padding: 38px 22px 26px;
    text-align: center;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.80);
    border: 1px solid rgba(245, 214, 227, 0.86);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(14px);
}

.step-card::before {
    content: counter(steps, decimal-leading-zero);
    position: absolute;
    top: 18px;
    left: 20px;
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 950;
}

.step-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 53%;
    right: -23px;
    width: 24px;
    height: 2px;
    border-top: 2px dashed rgba(240, 21, 112, 0.42);
}

.step-card .icon {
    margin-bottom: 16px;
    width: 50px;
    height: 50px;
    border-radius: 16px;
}

.step-card p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.55;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 241, 247, 0.96), rgba(255, 255, 255, 0.86));
    border: 1px solid rgba(245, 214, 227, 0.92);
    box-shadow: var(--shadow-soft);
}

.stat-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 10px 22px;
    border-right: 1px solid rgba(245, 214, 227, 0.86);
}

.stat-card:last-child {
    border-right: 0;
}

.stat-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 28px;
}

.stat-card strong {
    display: block;
    font-size: 34px;
    letter-spacing: 0.04em;
    color: var(--color-heading);
}

.stat-card span:not(.icon) {
    color: var(--color-muted);
    font-size: 14px;
}

.catalog-section {
    position: relative;
}

.catalog-section::before {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -180px;
    width: 520px;
    height: 520px;
    border-radius: 999px;
    background: rgba(255, 221, 234, 0.42);
    filter: blur(8px);
    pointer-events: none;
    z-index: -1;
}

.two-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 38px;
}

.cards-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.person-card,
.studio-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(245, 214, 227, 0.86);
    box-shadow: 0 16px 42px rgba(73, 40, 55, 0.09);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.person-card:hover,
.studio-card:hover {
    transform: translateY(-4px);
    border-color: rgba(240, 21, 112, 0.32);
    box-shadow: 0 22px 60px rgba(73, 40, 55, 0.13);
}

.portrait,
.studio-photo {
    height: 198px;
    background: linear-gradient(135deg, #ddd, #999);
    position: relative;
    overflow: hidden;
}

.portrait::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 112px;
    height: 145px;
    transform: translateX(-50%);
    border-radius: 66px 66px 18px 18px;
    background: linear-gradient(180deg, #262123, #121011);
    box-shadow: 0 20px 55px rgba(0,0,0,0.16);
}

.portrait::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 48px;
    z-index: 2;
    width: 54px;
    height: 54px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #e4b3a3;
    box-shadow: 0 -16px 0 13px rgba(48, 33, 31, 0.86);
}

.portrait-anna { background: radial-gradient(circle at 56% 28%, rgba(255,255,255,0.72), transparent 16%), linear-gradient(135deg, #1d2b33, #d8c0b0); }
.portrait-igor { background: radial-gradient(circle at 48% 28%, rgba(255,255,255,0.72), transparent 15%), linear-gradient(135deg, #292929, #f0e2d5); }
.portrait-maria { background: radial-gradient(circle at 49% 28%, rgba(255,255,255,0.62), transparent 15%), linear-gradient(135deg, #f0d9ca, #5b3b34); }
.portrait-dmytro { background: radial-gradient(circle at 49% 28%, rgba(255,255,255,0.42), transparent 15%), linear-gradient(135deg, #1f1d1e, #7b7d80); }

.studio-photo::before,
.studio-photo::after {
    content: "";
    position: absolute;
    inset: 24px 22px auto;
    height: 60px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 70px 0 -24px rgba(255, 255, 255, 0.50), 0 0 0 1px rgba(255,255,255,0.28) inset;
}

.studio-light { background: linear-gradient(135deg, #e7e3dc, #b0aaa2); }
.studio-white { background: linear-gradient(135deg, #f7f7f4, #b8b5ad); }
.studio-loft { background: linear-gradient(135deg, #76513d, #dfc4a8); }
.studio-cy { background: linear-gradient(135deg, #f6f6f3, #cbc4bc); }

.catalog-body {
    padding: 17px 18px 20px;
}

.catalog-body h3 {
    font-size: 16px;
    margin-bottom: 4px;
}

.catalog-body p {
    min-height: 41px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 1.45;
}

.rating {
    color: var(--color-primary);
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 8px;
}

.rating span {
    color: var(--color-muted);
    font-weight: 650;
}

.catalog-body strong {
    font-size: 14px;
    color: var(--color-heading);
}

.prep-card {
    position: relative;
    display: grid;
    grid-template-columns: 360px 1fr auto;
    align-items: center;
    gap: 34px;
    min-height: 248px;
    padding: 34px 58px;
    border-radius: 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 50%, rgba(255,255,255,0.80), transparent 14%),
        radial-gradient(circle at 72% 32%, rgba(255,255,255,0.76), transparent 18%),
        linear-gradient(135deg, #fff4f9, #ffddec);
    border: 1px solid rgba(240, 21, 112, 0.22);
    box-shadow: var(--shadow-soft);
}

.prep-card::before,
.trial-card::before {
    content: "✦ ✧ ✦ ✧ ✦";
    position: absolute;
    color: rgba(240, 21, 112, 0.22);
    letter-spacing: 26px;
    pointer-events: none;
}

.prep-card::before {
    right: 34px;
    top: 34px;
}

.prep-card::after {
    content: "";
    position: absolute;
    left: 5%;
    right: 10%;
    top: 46%;
    height: 130px;
    border-radius: 50%;
    background: conic-gradient(from 80deg, transparent, rgba(240, 21, 112, 0.18), transparent 45%, rgba(255,255,255,0.50), transparent 70%);
    filter: blur(3px);
    transform: rotate(-4deg);
    pointer-events: none;
}

.prep-fox {
    position: relative;
    z-index: 2;
    width: 360px;
    max-width: none;
    margin-left: -30px;
    transform: rotate(-4deg);
    filter: drop-shadow(0 28px 38px rgba(240, 21, 112, 0.24));
}

.prep-content,
.prep-card .btn {
    position: relative;
    z-index: 3;
}

.prep-content h2 {
    margin-bottom: 16px;
}

.prep-content p {
    max-width: 700px;
    margin-bottom: 22px;
}

.prep-points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.prep-points span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 850;
    color: #463840;
}

.prep-points .icon {
    width: 28px;
    height: 28px;
    border-radius: 10px;
}

.prep-points .icon::before {
    font-size: 15px;
}

.pricing-title-row {
    align-items: flex-end;
}

.pricing-title-row .section-heading {
    width: 100%;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: stretch;
}

.price-card,
.trial-card {
    position: relative;
    min-height: 392px;
    padding: 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(245, 214, 227, 0.88);
    box-shadow: 0 16px 44px rgba(73, 40, 55, 0.09);
    backdrop-filter: blur(14px);
}

.price-card {
    display: flex;
    flex-direction: column;
}

.price-card.popular {
    border-color: var(--color-primary);
    box-shadow: 0 24px 70px rgba(240, 21, 112, 0.15);
}

.popular-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 8px 13px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff4b98, var(--color-primary));
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    box-shadow: 0 12px 26px rgba(240, 21, 112, 0.26);
}

.price-card h3,
.trial-card h3 {
    font-family: var(--font-display);
    font-size: 29px;
    margin-bottom: 6px;
}

.price-card > p {
    min-height: 40px;
    margin-bottom: 18px;
    font-size: 13px;
}

.price {
    margin-bottom: 18px;
    color: var(--color-heading);
}

.price strong {
    font-size: 34px;
    letter-spacing: 0.02em;
}

.price span {
    color: var(--color-muted);
}

.price-card ul,
.trial-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.price-card li,
.trial-card li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #443740;
}

.price-card li::before,
.trial-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-weight: 950;
}

.price-card .btn {
    width: 100%;
    margin-top: auto;
}

.trial-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 72%, rgba(240, 21, 112, 0.18), transparent 32%),
        linear-gradient(135deg, #fff8fb, #fff0f6);
}

.trial-card h3 span {
    color: var(--color-primary);
}

.trial-card::before {
    right: 30px;
    top: 88px;
}

.trial-card img {
    position: absolute;
    width: 210px;
    right: -16px;
    bottom: -34px;
    transform: rotate(3deg);
    filter: drop-shadow(0 20px 34px rgba(240, 21, 112, 0.25));
}

.trial-card .btn {
    width: max-content;
    z-index: 2;
}

@media (max-width: 1240px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hero-copy {
        max-width: 760px;
    }

    .hero-visual {
        min-height: 580px;
    }

    .photographer-site-mockup {
        transform: translate(60px, -20px);
    }

    .hero-fox {
        left: 6%;
        width: min(430px, 48vw);
    }

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

    .prep-card {
        grid-template-columns: 260px 1fr;
    }

    .prep-fox {
        width: 292px;
    }

    .prep-card .btn {
        grid-column: 2;
        width: max-content;
    }

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

@media (max-width: 1040px) {
    .strip-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .strip-item {
        border-right: 0;
        border-bottom: 1px solid rgba(245, 214, 227, 0.66);
    }

    .strip-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .steps-grid,
    .stats-grid,
    .cards-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .step-card:not(:last-child)::after {
        display: none;
    }

    .stat-card:nth-child(2) {
        border-right: 0;
    }

    .stat-card:nth-child(-n+2) {
        border-bottom: 1px solid rgba(245, 214, 227, 0.86);
    }
}

@media (max-width: 740px) {
    .hero-grid {
        gap: 16px;
        min-height: auto;
    }

    .hero-text {
        font-size: 16px;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-visual {
        min-height: 660px;
        align-items: flex-start;
        margin-top: -8px;
    }

    .photographer-site-mockup {
        margin-top: 102px;
        transform: none;
        border-radius: 22px;
    }

    .mockup-header {
        gap: 12px;
        padding: 0 14px;
    }

    .mockup-header span:not(.mockup-logo):nth-child(n+4) {
        display: none;
    }

    .mockup-info {
        padding: 54px 20px 0 30px;
    }

    .mockup-hero::after {
        right: 24px;
        opacity: 0.66;
    }

    .request-card {
        top: 0;
        left: 0;
    }

    .survey-card {
        top: 350px;
        right: 0;
    }

    .review-card {
        left: 18px;
        right: auto;
        bottom: 24px;
    }

    .hero-fox {
        width: 260px;
        left: 50%;
        top: 18px;
        bottom: auto;
        transform: translateX(-26%) rotate(-6deg);
    }

    .strip-grid {
        grid-template-columns: 1fr 1fr;
    }

    .strip-item:nth-last-child(-n+2) {
        border-bottom: 1px solid rgba(245, 214, 227, 0.66);
    }

    .strip-item:last-child {
        grid-column: 1 / -1;
        border-bottom: 0;
    }

    .steps-grid,
    .stats-grid,
    .cards-row,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .stat-card {
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid rgba(245, 214, 227, 0.86);
    }

    .stat-card:last-child {
        border-bottom: 0;
    }

    .prep-card {
        grid-template-columns: 1fr;
        padding: 26px;
    }

    .prep-fox {
        width: 260px;
        margin-left: -28px;
    }

    .prep-card .btn {
        grid-column: auto;
        width: 100%;
    }

    .prep-points {
        grid-template-columns: 1fr;
    }

    .trial-card .btn {
        width: 100%;
    }
}

@media (max-width: 440px) {
    .strip-grid {
        grid-template-columns: 1fr;
    }

    .strip-item,
    .strip-item:nth-last-child(-n+2),
    .strip-item:last-child {
        grid-column: auto;
        border-bottom: 1px solid rgba(245, 214, 227, 0.66);
    }

    .strip-item:last-child {
        border-bottom: 0;
    }

    .floating-card {
        width: 168px;
        padding: 14px;
    }

    .survey-card {
        width: 188px;
    }

    .portrait,
    .studio-photo {
        height: 172px;
    }
}

/* LysaFrame redesign fix: the hero mascot must decorate the mockup, not cover the page. */
.photographer-site-mockup {
    z-index: 3;
    width: min(620px, 100%);
    transform: translate(58px, -18px);
}

.hero-fox {
    z-index: 2;
    left: auto;
    right: -82px;
    top: 30px;
    bottom: auto;
    width: min(500px, 34vw);
    max-width: 500px;
    transform: rotate(6deg);
    opacity: 0.95;
}

@media (max-width: 1240px) {
    .photographer-site-mockup {
        transform: translate(40px, -10px);
    }

    .hero-fox {
        right: -20px;
        top: 38px;
        width: min(420px, 48vw);
    }
}

@media (max-width: 740px) {
    .photographer-site-mockup {
        margin-top: 118px;
        transform: none;
    }

    .hero-fox {
        width: 280px;
        left: auto;
        right: -24px;
        top: 10px;
        bottom: auto;
        transform: rotate(6deg);
    }
}


/* Fix: make the hero fox clearly visible and slightly smaller. */
.hero-visual { overflow: visible; }
.hero-fox {
    z-index: 2;
    right: -34px;
    top: 98px;
    width: min(370px, 28vw);
    max-width: 370px;
    transform: rotate(4deg);
    opacity: 0.98;
}
.survey-card {
    right: 18px;
    top: 56px;
}
.review-card {
    right: 96px;
}
@media (max-width: 1240px) {
    .hero-fox { right: -18px; top: 110px; width: min(320px, 33vw); }
    .survey-card { right: 0; }
}
@media (max-width: 980px) {
    .hero-fox { right: -10px; top: 112px; width: min(280px, 40vw); }
}
@media (max-width: 740px) {
    .hero-fox { width: 240px; right: -16px; top: 26px; }
}

/* Final hero and mobile adaptation fix. */
.hero {
    overflow: hidden;
}

.hero-grid {
    grid-template-columns: minmax(330px, 0.82fr) minmax(560px, 1.18fr);
    gap: clamp(18px, 2.4vw, 34px);
    min-height: 590px;
}

.hero-copy {
    max-width: 520px;
}

.hero-text {
    max-width: 430px;
    font-size: 17px;
    line-height: 1.62;
    margin-bottom: 26px;
}

.hero-visual {
    min-height: 520px;
    overflow: visible;
    justify-content: flex-start;
}

.photographer-site-mockup {
    width: min(570px, 100%);
    transform: translate(22px, -10px);
    z-index: 3;
}

/* The fox is smaller, visible, and above the mockup instead of being hidden under it. */
.hero-fox {
    z-index: 6;
    left: auto;
    right: -22px;
    top: 18px;
    bottom: auto;
    width: min(300px, 22vw);
    max-width: 300px;
    transform: rotate(5deg);
    opacity: 0.98;
    filter: drop-shadow(0 24px 34px rgba(240, 21, 112, 0.24));
    pointer-events: none;
}

.request-card {
    top: 58px;
    left: -8px;
    z-index: 7;
}

.survey-card {
    top: 72px;
    right: 8px;
    z-index: 7;
}

.review-card {
    right: 112px;
    bottom: 52px;
    z-index: 7;
}

@media (max-width: 1320px) {
    .hero-grid {
        grid-template-columns: minmax(320px, 0.86fr) minmax(520px, 1.14fr);
    }

    .photographer-site-mockup {
        width: min(535px, 100%);
        transform: translate(8px, -4px);
    }

    .hero-fox {
        width: min(270px, 23vw);
        right: -18px;
        top: 24px;
    }

    .survey-card {
        right: -2px;
    }

    .review-card {
        right: 80px;
    }
}

@media (max-width: 1180px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        min-height: auto;
    }

    .hero-copy {
        max-width: 680px;
    }

    .hero-text {
        max-width: 560px;
    }

    .hero-visual {
        min-height: 520px;
        justify-content: center;
    }

    .photographer-site-mockup {
        width: min(620px, 100%);
        transform: translate(0, 0);
    }

    .hero-fox {
        top: -10px;
        right: max(18px, calc(50% - 330px));
        width: 250px;
        max-width: 250px;
    }

    .request-card {
        left: max(0px, calc(50% - 330px));
        top: 34px;
    }

    .survey-card {
        right: max(0px, calc(50% - 330px));
        top: 60px;
    }

    .review-card {
        right: max(34px, calc(50% - 240px));
        bottom: 28px;
    }
}

@media (max-width: 740px) {
    h1 {
        font-size: clamp(46px, 15vw, 68px);
        line-height: 0.93;
    }

    .hero {
        padding-top: 28px;
    }

    .hero-grid {
        gap: 10px;
    }

    .hero-copy,
    .hero-text {
        max-width: 100%;
    }

    .eyebrow {
        margin-bottom: 18px;
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    .hero-text {
        font-size: 16px;
        line-height: 1.58;
    }

    .hero-actions {
        gap: 10px;
    }

    .hero-visual {
        min-height: 610px;
        justify-content: center;
        margin-top: 8px;
    }

    .photographer-site-mockup {
        width: 100%;
        max-width: 520px;
        margin-top: 116px;
        transform: none;
        border-radius: 22px;
    }

    .hero-fox {
        top: 6px;
        right: 6px;
        width: 210px;
        max-width: 48vw;
        transform: rotate(6deg);
    }

    .floating-card {
        width: 160px;
        padding: 13px;
        border-radius: 16px;
    }

    .request-card {
        top: 16px;
        left: 0;
    }

    .survey-card {
        top: 330px;
        right: 0;
        width: 190px;
    }

    .review-card {
        left: 10px;
        right: auto;
        bottom: 18px;
        width: 190px;
    }

    .mockup-hero {
        height: 238px;
    }

    .mockup-info {
        padding: 46px 16px 0 22px;
    }

    .mockup-info h2 {
        font-size: 28px;
    }

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

    .gallery-item {
        height: 78px;
    }

    .prep-card {
        padding: 24px 18px;
        overflow: hidden;
    }

    .prep-fox {
        width: min(250px, 78vw);
        margin: -10px auto 0;
        transform: rotate(-4deg);
    }

    .trial-card {
        min-height: 360px;
        padding-bottom: 170px;
    }

    .trial-card img {
        width: 190px;
        right: -8px;
        bottom: -26px;
    }
}

@media (max-width: 480px) {
    .container {
        width: min(100% - 22px, var(--container));
    }

    h1 {
        font-size: clamp(42px, 15.5vw, 58px);
    }

    .btn-large {
        min-height: 52px;
        padding: 0 20px;
    }

    .hero-visual {
        min-height: 580px;
    }

    .photographer-site-mockup {
        margin-top: 106px;
    }

    .hero-fox {
        width: 180px;
        top: 8px;
        right: -4px;
    }

    .request-card {
        top: 14px;
        left: 0;
    }

    .survey-card {
        top: 312px;
        right: -2px;
        width: 176px;
    }

    .review-card {
        bottom: 12px;
        width: 176px;
    }

    .floating-card p,
    .floating-card small {
        font-size: 11px;
        line-height: 1.35;
    }

    .floating-card button {
        min-height: 30px;
    }

    .mockup-header {
        height: 44px;
        gap: 10px;
    }

    .mockup-logo img {
        width: 17px;
        height: 17px;
    }

    .mockup-info h2 {
        font-size: 25px;
    }

    .mockup-info p {
        font-size: 13px;
    }

    .mockup-info a {
        min-height: 34px;
        padding: 0 16px;
    }
}

@media (max-width: 380px) {
    .hero-visual {
        min-height: 600px;
    }

    .hero-fox {
        width: 158px;
    }

    .floating-card {
        width: 154px;
        padding: 12px;
    }

    .survey-card {
        top: 320px;
        width: 166px;
    }

    .review-card {
        width: 166px;
    }
}


/* Final requested fix: remove fox from hero and trial card; keep only a compact fox in the client-prep banner. */
.hero-fox,
.trial-card img {
    display: none !important;
}

/* Hero without mascot: compact, readable and stable on desktop. */
.hero {
    overflow: hidden;
    padding-top: 38px;
}

.hero-grid {
    grid-template-columns: minmax(330px, 0.82fr) minmax(560px, 1.18fr);
    gap: clamp(22px, 3vw, 48px);
    align-items: center;
    min-height: 560px;
}

.hero-copy {
    max-width: 540px;
}

.hero-text {
    max-width: 440px;
    font-size: 17px;
    line-height: 1.62;
    margin-bottom: 26px;
}

.hero-visual {
    min-height: 500px;
    overflow: visible;
    justify-content: center;
}

.photographer-site-mockup {
    width: min(620px, 100%);
    transform: translate(28px, -10px);
    z-index: 3;
}

.request-card {
    top: 60px;
    left: 2px;
    z-index: 7;
}

.survey-card {
    top: 64px;
    right: -2px;
    z-index: 7;
}

.review-card {
    right: 92px;
    bottom: 44px;
    z-index: 7;
}

/* Client-prep fox: smaller, fully inside the banner and not taller than the block. */
.prep-card {
    grid-template-columns: 240px minmax(0, 1fr) auto;
    gap: 30px;
    min-height: 244px;
    padding: 30px 52px;
    overflow: hidden;
}

.prep-fox {
    width: 230px;
    height: 220px;
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
    object-position: center;
    margin: 0 0 0 -8px;
    transform: rotate(-3deg);
    align-self: center;
}

.prep-content p {
    max-width: 690px;
}

/* Trial card stays clean without the fox image. */
.trial-card {
    justify-content: space-between;
    background: linear-gradient(135deg, #fff8fb, #fff0f6);
}

.trial-card .btn {
    position: relative;
    z-index: 2;
    width: max-content;
}

@media (max-width: 1320px) {
    .hero-grid {
        grid-template-columns: minmax(320px, 0.86fr) minmax(500px, 1.14fr);
    }

    .photographer-site-mockup {
        width: min(570px, 100%);
        transform: translate(8px, -4px);
    }

    .request-card {
        left: -8px;
    }

    .survey-card {
        right: -8px;
    }

    .review-card {
        right: 62px;
    }

    .prep-card {
        grid-template-columns: 210px minmax(0, 1fr) auto;
        gap: 24px;
        padding: 28px 40px;
    }

    .prep-fox {
        width: 205px;
        height: 205px;
        max-height: 205px;
    }
}

@media (max-width: 1180px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: auto;
    }

    .hero-copy {
        max-width: 720px;
    }

    .hero-text {
        max-width: 580px;
    }

    .hero-visual {
        min-height: 520px;
        justify-content: center;
    }

    .photographer-site-mockup {
        width: min(650px, 100%);
        transform: none;
    }

    .request-card {
        top: 26px;
        left: max(0px, calc(50% - 340px));
    }

    .survey-card {
        top: 48px;
        right: max(0px, calc(50% - 340px));
    }

    .review-card {
        right: max(36px, calc(50% - 270px));
        bottom: 22px;
    }

    .prep-card {
        grid-template-columns: 190px 1fr;
        gap: 24px;
    }

    .prep-card .btn {
        grid-column: 2;
        width: max-content;
    }

    .prep-fox {
        width: 185px;
        height: 190px;
        max-height: 190px;
        margin-left: -4px;
    }
}

@media (max-width: 900px) {
    .hero-visual {
        min-height: 510px;
    }

    .photographer-site-mockup {
        width: 100%;
        max-width: 620px;
        margin-top: 82px;
        border-radius: 24px;
    }

    .request-card {
        top: 0;
        left: 0;
    }

    .survey-card {
        top: 32px;
        right: 0;
    }

    .review-card {
        right: 42px;
        bottom: 8px;
    }

    .prep-card {
        grid-template-columns: 1fr;
        padding: 28px 24px;
        text-align: left;
    }

    .prep-fox {
        width: min(220px, 68vw);
        height: 170px;
        max-height: 170px;
        margin: -6px auto 0;
        transform: rotate(-4deg);
    }

    .prep-card .btn {
        grid-column: auto;
        width: 100%;
    }

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

@media (max-width: 740px) {
    .hero {
        padding-top: 26px;
    }

    h1 {
        font-size: clamp(44px, 15vw, 66px);
        line-height: 0.94;
    }

    .hero-grid {
        gap: 10px;
    }

    .hero-copy,
    .hero-text {
        max-width: 100%;
    }

    .hero-text {
        font-size: 16px;
        line-height: 1.58;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-visual {
        min-height: 610px;
        margin-top: 8px;
        justify-content: center;
    }

    .photographer-site-mockup {
        width: 100%;
        max-width: 520px;
        margin-top: 92px;
        transform: none;
        border-radius: 22px;
    }

    .floating-card {
        width: 160px;
        padding: 13px;
        border-radius: 16px;
    }

    .request-card {
        top: 14px;
        left: 0;
    }

    .survey-card {
        top: 330px;
        right: 0;
        width: 188px;
    }

    .review-card {
        left: 10px;
        right: auto;
        bottom: 16px;
        width: 188px;
    }

    .mockup-hero {
        height: 238px;
    }

    .mockup-info {
        padding: 46px 16px 0 22px;
    }

    .mockup-info h2 {
        font-size: 28px;
    }

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

    .gallery-item {
        height: 78px;
    }

    .prep-card {
        padding: 24px 18px;
    }

    .prep-fox {
        width: min(210px, 70vw);
        height: 155px;
        max-height: 155px;
        margin: -2px auto 4px;
        object-fit: contain;
    }

    .prep-points {
        grid-template-columns: 1fr;
    }

    .trial-card {
        min-height: 392px;
        padding-bottom: 28px;
    }

    .trial-card .btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .container {
        width: min(100% - 22px, var(--container));
    }

    h1 {
        font-size: clamp(40px, 15vw, 56px);
    }

    .btn-large {
        min-height: 52px;
        padding: 0 20px;
    }

    .hero-visual {
        min-height: 580px;
    }

    .photographer-site-mockup {
        margin-top: 92px;
    }

    .request-card {
        top: 12px;
        left: 0;
    }

    .survey-card {
        top: 306px;
        right: -2px;
        width: 174px;
    }

    .review-card {
        bottom: 12px;
        width: 174px;
    }

    .floating-card p,
    .floating-card small {
        font-size: 11px;
        line-height: 1.35;
    }

    .floating-card button {
        min-height: 30px;
    }

    .mockup-header {
        height: 44px;
        gap: 10px;
        padding: 0 12px;
    }

    .mockup-logo img {
        width: 17px;
        height: 17px;
    }

    .mockup-info h2 {
        font-size: 25px;
    }

    .mockup-info p {
        font-size: 13px;
    }

    .mockup-info a {
        min-height: 34px;
        padding: 0 16px;
    }

    .prep-fox {
        width: min(185px, 66vw);
        height: 138px;
        max-height: 138px;
    }
}

@media (max-width: 380px) {
    .hero-visual {
        min-height: 600px;
    }

    .floating-card {
        width: 154px;
        padding: 12px;
    }

    .survey-card {
        top: 318px;
        width: 166px;
    }

    .review-card {
        width: 166px;
    }

    .prep-fox {
        width: 165px;
        height: 122px;
        max-height: 122px;
    }
}
