:root {
    --totb-primary: #FF4880;
    --totb-secondary: #4D65F9;
    --totb-light: #FFECF2;
    --totb-dark: #393D72;
    --totb-yellow: #FFE66D;
}

body { overflow-x: hidden; }

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--totb-primary);
    color: #fff;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    box-shadow: 0 8px 20px rgba(255, 72, 128, .28);
}

.brand-name {
    color: var(--totb-dark);
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1.5rem;
}

.site-logo {
    display: block;
    width: auto;
    height: 88px;
    max-width: min(292px, 56vw);
    object-fit: contain;
}

.hero-section {
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 230, 109, .9) 0 8%, transparent 9%),
        radial-gradient(circle at 80% 10%, rgba(77, 101, 249, .16) 0 10%, transparent 11%),
        linear-gradient(135deg, #fff 0%, var(--totb-light) 100%);
    min-height: calc(100vh - 88px);
    padding: 3rem 0 1.5rem;
    display: flex;
    align-items: center;
}

.hero-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 2.25rem;
}

.hero-content {
    max-width: 620px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 999px;
    background: #fff;
    color: var(--totb-secondary);
    padding: .65rem 1rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(57, 61, 114, .08);
    margin-bottom: 1rem;
}

.hero-title {
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: clamp(2.05rem, 2.15vw, 2.55rem);
    line-height: 1.04;
    letter-spacing: 0;
    margin-bottom: 1.2rem;
}

.hero-title-line {
    display: block;
}

.hero-title-line + .hero-title-line {
    margin-top: .2em;
}

@media (min-width: 992px) {
    .hero-title-line {
        white-space: nowrap;
    }
}

.hero-copy {
    font-size: 1.15rem;
    line-height: 1.55;
    margin-bottom: 1.15rem;
}

.hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-bottom: 1.25rem;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: var(--totb-dark);
    font-weight: 700;
    padding: .55rem .9rem;
    box-shadow: 0 8px 18px rgba(57, 61, 114, .07);
}

.hero-actions {
    margin-bottom: .85rem;
}

.hero-actions .btn {
    padding: .75rem 1.8rem !important;
    font-weight: 600;
    box-shadow: none;
}

.hero-actions .btn-primary {
    background: #f85c8b;
    border-color: #f85c8b;
    box-shadow: 0 8px 18px rgba(255, 72, 128, .18);
}

.hero-actions .btn-primary:hover,
.hero-actions .btn-primary:focus {
    background: var(--totb-primary);
    border-color: var(--totb-primary);
    box-shadow: 0 10px 22px rgba(255, 72, 128, .22);
}

.hero-actions .btn-outline-primary {
    background: rgba(255, 255, 255, .68);
    border-color: rgba(255, 72, 128, .46);
    color: #d83e70;
}

.hero-actions .btn-outline-primary:hover,
.hero-actions .btn-outline-primary:focus {
    background: rgba(255, 236, 242, .9);
    border-color: rgba(255, 72, 128, .62);
    color: var(--totb-primary);
}

.hero-copy-secondary {
    font-size: 1rem;
    line-height: 1.55;
    margin-top: -.35rem;
}

.contact-cta-buttons .btn {
    white-space: nowrap;
}

.hero-trust {
    font-size: .98rem;
}

.hero-trust-break {
    display: none;
}

.hero-trust-space {
    display: inline;
}

.hero-card {
    border-radius: 34px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 22px 55px rgba(57, 61, 114, .16);
    max-width: 840px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.hero-card img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(66vh, 660px);
    border-radius: 24px;
    object-fit: contain;
    object-position: center;
    flex: 0 0 auto;
}

@media (min-width: 992px) {
    .hero-row {
        align-items: flex-start !important;
    }

    .hero-row > [class*="col-"] {
        display: flex;
        align-items: flex-start;
    }

    .hero-row > .col-lg-6:first-child {
        flex: 0 0 47%;
        max-width: 47%;
    }

    .hero-row > .col-lg-6:last-child {
        flex: 0 0 53%;
        max-width: 53%;
    }

    .hero-card {
        width: 100%;
    }

    .hero-trust-break {
        display: initial;
    }

    .hero-trust-space {
        display: none;
    }
}

.section-kicker {
    color: var(--totb-primary);
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .85rem;
}

.section-intro {
    max-width: 760px;
}

.page-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fff7fb 0%, #fff0f6 55%, #f7f2ff 100%);
    padding: 4.75rem 0 4rem;
}

.page-hero .section-intro {
    position: relative;
    z-index: 1;
}

.page-hero h1,
.page-hero p {
    text-align: center;
}

.page-hero p {
    line-height: 1.58;
}

.request-submitted-hero {
    padding: 3rem 0 2.5rem;
}

.content-band {
    background: linear-gradient(180deg, rgba(255, 236, 242, .58), rgba(255, 255, 255, .94));
}

.feature-card,
.package-card,
.faq-card,
.gallery-card {
    border: 0;
    border-radius: 28px;
    box-shadow: 0 12px 30px rgba(57, 61, 114, .09);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}

.feature-card:hover,
.package-card:hover,
.gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(57, 61, 114, .14);
}

.feature-card p:last-child,
.package-card p:last-child,
.faq-card p:last-child {
    margin-bottom: 0;
}

.faq-page {
    max-width: 1180px;
}

.faq-group + .faq-group {
    margin-top: 3.25rem;
}

.faq-group-header {
    max-width: 760px;
    margin-bottom: 1.35rem;
    margin-inline: auto;
    text-align: center;
}

.faq-group-header h2 {
    color: var(--totb-dark);
}

.faq-card h3 {
    color: var(--totb-dark);
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    margin-bottom: .75rem;
}

.faq-card p {
    color: #60647c;
    line-height: 1.58;
}

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

.packages-v2-group-grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 1.5rem;
}

.packages-v2-group,
.packages-v2-info-card {
    height: 100%;
    border-radius: 30px;
    background: #fff;
    color: var(--totb-dark);
    box-shadow: 0 14px 34px rgba(57, 61, 114, .09);
}

.packages-v2-group {
    --packages-v2-accent: var(--totb-primary);
    border: 1px solid rgba(255, 72, 128, .14);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.packages-v2-group-personal {
    background: linear-gradient(135deg, #fff 0%, rgba(255, 236, 242, .72) 100%);
}

.packages-v2-group-business {
    --packages-v2-accent: var(--totb-secondary);
    border-color: rgba(77, 101, 249, .18);
    background: linear-gradient(135deg, #fff 0%, rgba(247, 242, 255, .86) 100%);
}

.packages-v2-group-custom {
    --packages-v2-accent: #8b5cf6;
    border-color: rgba(139, 92, 246, .18);
    background: linear-gradient(135deg, #fff 0%, rgba(255, 236, 242, .48) 52%, rgba(247, 242, 255, .82) 100%);
}

.packages-v2-group-upgrades {
    --packages-v2-accent: #f5a623;
    border-color: rgba(245, 166, 35, .22);
    background: linear-gradient(135deg, #fff 0%, rgba(255, 230, 109, .24) 48%, rgba(255, 236, 242, .56) 100%);
}

.packages-v2-group-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.packages-v2-group-mark {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--packages-v2-accent);
    color: #fff;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    box-shadow: 0 10px 22px rgba(57, 61, 114, .12);
}

.packages-v2-group h3,
.packages-v2-info-card h3 {
    color: var(--totb-dark);
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
}

.packages-v2-group p,
.packages-v2-info-card p {
    color: #60647c;
    line-height: 1.55;
}

.packages-v2-group-body {
    margin-bottom: 1rem;
}

.packages-v2-info-card {
    padding: 1.5rem;
}

.packages-v2-list {
    display: grid;
    gap: .72rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.packages-v2-list li {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    color: var(--totb-dark);
    font-weight: 700;
    line-height: 1.35;
}

.packages-v2-list li::before {
    content: '';
    flex: 0 0 auto;
    width: .65rem;
    height: .65rem;
    margin-top: .35rem;
    border-radius: 50%;
    background: var(--packages-v2-accent, var(--totb-primary));
    box-shadow: 0 0 0 4px rgba(255, 72, 128, .12);
}

@media (min-width: 768px) {
    .packages-v2-group-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.included-note,
.contact-note,
.quote-details-panel,
.service-area-panel,
.tip-tile {
    color: var(--totb-dark);
    box-shadow: 0 10px 24px rgba(57, 61, 114, .07);
}

.included-note {
    max-width: 860px;
    border-radius: 999px;
    background: #fff;
    padding: .85rem 1.25rem;
    font-weight: 600;
    text-align: center;
}

.service-area-panel,
.quote-details-panel,
.contact-note {
    border-radius: 28px;
    background: #fff;
}

.service-area-panel {
    border: 1px solid rgba(255, 72, 128, .12);
}

.quote-details-panel,
.contact-note {
    padding: 1.35rem;
}

.quote-details-panel {
    background: rgba(255, 236, 242, .62);
}

.detail-list {
    padding-left: 1.1rem;
}

.detail-list li + li {
    margin-top: .35rem;
}

.tip-tile {
    border-radius: 18px;
    background: #fff;
    font-weight: 700;
    padding: 1rem 1.1rem;
    height: 100%;
}

.occasion-callout {
    border: 1px solid rgba(77, 101, 249, .14);
    border-radius: 28px;
    background: #fff;
    color: var(--totb-dark);
    box-shadow: 0 12px 30px rgba(57, 61, 114, .09);
}

.occasion-callout h3 {
    color: var(--totb-dark);
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
}

.gallery-page {
    background:
        linear-gradient(180deg, #fff 0%, rgba(255, 236, 242, .58) 48%, #fff 100%);
}

.gallery-intro-note {
    max-width: 680px;
    border-radius: 22px;
    background: #fff;
    color: var(--totb-dark);
    font-weight: 600;
    line-height: 1.55;
    padding: .9rem 1.1rem;
    box-shadow: 0 10px 24px rgba(57, 61, 114, .08);
}

.gallery-category-header {
    max-width: 720px;
    margin-bottom: 1.5rem;
}

.gallery-category-header h1 {
    color: var(--totb-dark);
}

.gallery-filter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .65rem;
}

.gallery-filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(255, 72, 128, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .86);
    color: var(--totb-dark);
    font-weight: 700;
    padding: .6rem 1rem;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(57, 61, 114, .06);
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.gallery-filter-chip:hover,
.gallery-filter-chip:focus,
.gallery-filter-chip.is-active {
    background: var(--totb-dark);
    border-color: var(--totb-dark);
    color: #fff;
    transform: translateY(-1px);
}

.gallery-grid-filtered {
    justify-content: center;
}

.gallery-sample-card {
    background: #fff;
    border-radius: 28px;
}

.gallery-image-wrap {
    position: relative;
    background: var(--totb-light);
    overflow: hidden;
}

.gallery-card-img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.gallery-sample-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--totb-primary);
    font-size: .78rem;
    font-weight: 800;
    line-height: 1;
    padding: .55rem .75rem;
    box-shadow: 0 8px 16px rgba(57, 61, 114, .1);
}

.gallery-category-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 999px;
    background: rgba(57, 61, 114, .9);
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1;
    padding: .55rem .75rem;
    box-shadow: 0 8px 16px rgba(57, 61, 114, .14);
}

.gallery-card-body {
    padding: 1.35rem;
}

.gallery-card-body h2 {
    color: var(--totb-dark);
}

.gallery-card-body p {
    color: #60647c;
    line-height: 1.55;
}

.gallery-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    color: var(--totb-secondary);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: .65rem;
    text-transform: uppercase;
}

.gallery-empty {
    max-width: 520px;
    border-radius: 28px;
    background: #fff;
    color: var(--totb-dark);
    margin-top: 2rem;
    padding: 2rem;
    box-shadow: 0 12px 30px rgba(57, 61, 114, .09);
}

.sample-preview-section {
    position: relative;
}

.sample-preview-copy {
    max-width: 720px;
    margin-inline: auto;
}

.sample-preview-carousel {
    position: relative;
}

.sample-preview-viewport {
    overflow: hidden;
    padding: .25rem;
}

.sample-preview-track {
    display: flex;
    gap: 1.25rem;
    will-change: transform;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sample-preview-track::-webkit-scrollbar {
    display: none;
}

.sample-preview-control {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 72, 128, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: var(--totb-primary);
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(57, 61, 114, .16);
    transform: translateY(-50%);
    transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.sample-preview-control:hover,
.sample-preview-control:focus {
    background: var(--totb-primary);
    color: #fff;
    box-shadow: 0 16px 34px rgba(255, 72, 128, .24);
    transform: translateY(-50%) scale(1.04);
}

.sample-preview-control-prev {
    left: .85rem;
}

.sample-preview-control-next {
    right: .85rem;
}

.sample-preview-control span {
    display: block;
    margin-top: -.12em;
}

.sample-preview-card {
    position: relative;
    display: block;
    flex: 0 0 calc((100% - 2.5rem) / 3);
    border-radius: 24px;
    overflow: hidden;
    min-height: 180px;
    background: var(--totb-light);
    box-shadow: 0 12px 30px rgba(57, 61, 114, .09);
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.sample-preview-card:hover,
.sample-preview-card:focus {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(57, 61, 114, .14);
}

.sample-preview-card img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.sample-preview-card span {
    position: absolute;
    left: .85rem;
    bottom: .85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: var(--totb-dark);
    font-size: .8rem;
    font-weight: 800;
    line-height: 1;
    padding: .55rem .7rem;
    box-shadow: 0 8px 16px rgba(57, 61, 114, .1);
}

.icon-bubble {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--totb-light);
    color: var(--totb-primary);
    font-size: 2rem;
}

.package-price {
    color: var(--totb-secondary);
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
}

.cta-band {
    background: linear-gradient(135deg, var(--totb-primary), var(--totb-secondary));
    border-radius: 36px;
    color: #fff;
    overflow: hidden;
}

.final-cta-band {
    padding-block: 2.75rem !important;
    padding-inline: 3rem !important;
}

.quote-form-card {
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(57, 61, 114, .15);
    border: 0;
}

.quote-service-area {
    max-width: 980px;
    margin-inline: auto;
}

.quote-service-chips {
    max-width: 920px;
    margin-inline: auto;
}

.quote-service-note {
    max-width: 760px;
    color: #60647c;
    line-height: 1.55;
}

.request-form-layout {
    position: relative;
    align-items: stretch;
}

.quote-form-band {
    background:
        linear-gradient(180deg, rgba(255, 236, 242, .48), rgba(247, 242, 255, .5));
}

.quote-helper-card,
.quote-confirmation-card,
.quote-confirmation-step {
    color: var(--totb-dark);
    box-shadow: 0 14px 34px rgba(57, 61, 114, .09);
}

.quote-helper-card {
    border: 1px solid rgba(255, 72, 128, .18);
    border-radius: 28px;
    background: #fff;
}

.quote-helper-card p {
    line-height: 1.45;
}

.quote-helper-list {
    display: grid;
    gap: .62rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.quote-helper-list li {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    font-weight: 700;
    line-height: 1.35;
}

.quote-helper-list li::before {
    content: '';
    flex: 0 0 auto;
    width: .65rem;
    height: .65rem;
    margin-top: .35rem;
    border-radius: 50%;
    background: var(--totb-primary);
    box-shadow: 0 0 0 4px rgba(255, 72, 128, .12);
}

.quote-request-form {
    display: grid;
    gap: 1.65rem;
}

.quote-form-section {
    border-top: 1px solid rgba(57, 61, 114, .12);
    padding-top: 1.55rem;
}

.quote-form-section:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.quote-form-section h3 {
    color: var(--totb-dark);
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    font-size: 1.32rem;
}

.quote-form-section-copy {
    color: #60647c;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.quote-confirmation-card {
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 236, 242, .76), rgba(255, 255, 255, .96));
}

.quote-confirmation-step {
    height: 100%;
    border-radius: 24px;
    background: #fff;
    padding: 1.25rem;
}

.quote-confirmation-step p:last-child {
    margin-bottom: 0;
}

.confirmation-next-section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.confirmation-next-card {
    padding: 1.25rem !important;
}

.confirmation-next-card .icon-bubble {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    font-size: 1.45rem;
    margin-bottom: .85rem !important;
}

.confirmation-next-card h3 {
    margin-bottom: .5rem;
}

.confirmation-next-card p {
    line-height: 1.45;
}

.weather-policy-card {
    border: 1px solid rgba(77, 101, 249, .16);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 236, 242, .72), rgba(255, 255, 255, .94));
    color: var(--totb-dark);
    padding: 1.25rem;
    box-shadow: 0 10px 24px rgba(57, 61, 114, .07);
}

.weather-policy-card h2,
.weather-policy-card h3 {
    color: var(--totb-dark);
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
}

.weather-policy-card p {
    line-height: 1.55;
}

.form-control,
.form-select {
    border-radius: 18px;
    padding: .85rem 1rem;
    background-color: #fff;
    border-color: #d8d3e4;
    color: var(--totb-dark);
}

.quote-form-card .form-label {
    color: var(--totb-dark);
    font-weight: 700;
    margin-bottom: .45rem;
}

.quote-form-card .form-control,
.quote-form-card .form-select {
    border-width: 1.5px;
    box-shadow: 0 3px 10px rgba(57, 61, 114, .04);
}

.quote-form-card textarea.form-control {
    line-height: 1.5;
    min-height: 8.5rem;
    resize: vertical;
}

.quote-form-card textarea[rows="3"].form-control {
    min-height: 7rem;
}

.form-control::placeholder {
    color: #85889b;
    opacity: 1;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--totb-primary);
    box-shadow: 0 0 0 .2rem rgba(255, 72, 128, .16);
}

.footer {
    background: var(--totb-dark);
}

.footer-link {
    display: block;
    color: rgba(255,255,255,.7);
    margin-bottom: .65rem;
}

.footer-link:hover { color: #fff; }

.footer-legal {
    color: rgba(255,255,255,.6);
    font-size: .875rem;
    line-height: 1.5;
    margin-top: .75rem;
    text-align: right;
}

.footer-legal a {
    color: rgba(255,255,255,.78);
    text-decoration: underline;
    text-underline-offset: .18em;
}

.footer-legal a:hover { color: #fff; }

@media (max-width: 767.98px) {
    .footer-legal {
        text-align: center;
    }
}

.sample-yard {
    background: linear-gradient(#bce8ff 0 55%, #6dbd63 55% 100%);
    border-radius: 24px;
    min-height: 360px;
    position: relative;
    overflow: hidden;
}

.sample-sign-letter {
    position: absolute;
    bottom: 94px;
    width: 56px;
    height: 72px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--totb-dark);
    font-family: 'Fredoka', sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    box-shadow: 0 10px 18px rgba(57,61,114,.16);
}

.sample-sign-letter::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 56px;
    background: #5b6174;
    left: 50%;
    top: 72px;
}

.balloon {
    position: absolute;
    width: 54px;
    height: 66px;
    border-radius: 50% 50% 48% 52%;
    background: var(--totb-primary);
    box-shadow: inset -8px -10px 0 rgba(0,0,0,.08);
}

.balloon.blue { background: var(--totb-secondary); }
.balloon.yellow { background: var(--totb-yellow); }

.service-pill {
    border-radius: 999px;
    background: #fff;
    padding: .65rem 1rem;
    box-shadow: 0 8px 20px rgba(57, 61, 114, .08);
    display: inline-flex;
    margin: .25rem;
    font-weight: 600;
}

.admin-page {
    background: linear-gradient(180deg, rgba(255, 236, 242, .52), rgba(255, 255, 255, .96));
    color: var(--totb-dark);
    min-height: 58vh;
}

.admin-container {
    max-width: 1320px;
}

.admin-login-card,
.admin-card {
    border: 1px solid rgba(57, 61, 114, .1);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(57, 61, 114, .08);
}

.admin-login-card {
    max-width: 460px;
    padding: 2rem;
}

.admin-card {
    padding: 1.25rem;
}

.admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.admin-header-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .75rem;
}

.admin-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.admin-filter-link,
.admin-status-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1;
}

.admin-filter-link {
    border: 1px solid rgba(255, 72, 128, .22);
    background: rgba(255, 236, 242, .44);
    color: var(--totb-dark);
    min-height: 38px;
    padding: .55rem .9rem;
    text-decoration: none;
}

.admin-filter-link:hover,
.admin-filter-link:focus,
.admin-filter-link.is-active {
    background: var(--totb-dark);
    border-color: var(--totb-dark);
    color: #fff;
}

.admin-table {
    color: var(--totb-dark);
    margin-bottom: 0;
}

.admin-table thead th {
    border-bottom: 1px solid rgba(57, 61, 114, .18);
    color: #60647c;
    font-size: .78rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.admin-table tbody td {
    border-color: rgba(57, 61, 114, .08);
    vertical-align: top;
}

.admin-status-pill {
    background: rgba(77, 101, 249, .1);
    color: var(--totb-secondary);
    padding: .45rem .65rem;
}

.admin-nowrap {
    white-space: nowrap;
}

.admin-message-preview {
    min-width: 220px;
}

.admin-detail-grid {
    display: grid;
    grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
    gap: .75rem 1.25rem;
    margin-bottom: 0;
}

.admin-detail-grid dt {
    color: #60647c;
    font-weight: 700;
}

.admin-detail-grid dd {
    margin-bottom: 0;
    overflow-wrap: anywhere;
}

.admin-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: .9rem;
}

.admin-summary-grid > div {
    border: 1px solid rgba(57, 61, 114, .08);
    border-radius: 16px;
    background: rgba(248, 249, 255, .72);
    padding: .85rem;
}

.admin-detail-label,
.admin-detail-value {
    display: block;
}

.admin-detail-label {
    color: #60647c;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.admin-detail-value {
    color: var(--totb-dark);
    font-weight: 600;
    overflow-wrap: anywhere;
}

.admin-pre-wrap {
    white-space: pre-wrap;
}

.admin-notes-list {
    display: grid;
    gap: .85rem;
}

.admin-note {
    border: 1px solid rgba(57, 61, 114, .1);
    border-radius: 16px;
    background: rgba(255, 236, 242, .34);
    padding: .9rem;
}

.admin-note-date {
    color: #60647c;
    font-size: .82rem;
    font-weight: 700;
    margin-bottom: .45rem;
}

.booking-confirmation-hero {
    padding: 4rem 0 3.5rem;
}

.booking-confirmation-page {
    background: linear-gradient(180deg, #fff, rgba(248, 249, 255, .84));
}

.booking-confirmation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.confirmation-card,
.confirmation-message-card {
    border: 1px solid rgba(57, 61, 114, .1);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(57, 61, 114, .08);
}

.confirmation-card {
    padding: 1.25rem;
}

.confirmation-message-card {
    max-width: 720px;
    padding: 2rem;
}

.confirmation-detail-list {
    display: grid;
    grid-template-columns: minmax(130px, 190px) minmax(0, 1fr);
    gap: .7rem 1rem;
    margin-bottom: 0;
}

.confirmation-detail-list dt {
    color: #60647c;
    font-weight: 700;
}

.confirmation-detail-list dd {
    margin-bottom: 0;
    overflow-wrap: anywhere;
}

.agreement-policy-list {
    display: grid;
    gap: 1rem;
}

.agreement-policy-list article {
    border-bottom: 1px solid rgba(57, 61, 114, .08);
    padding-bottom: 1rem;
}

.agreement-policy-list article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.agreement-policy-list p:last-child {
    margin-bottom: 0;
}

.booking-acceptance-form {
    display: grid;
    gap: 1rem;
}

@media (min-width: 1200px) {
    .gallery-grid-filtered.gallery-count-4 {
        max-width: 960px;
        margin-inline: auto;
    }

    .gallery-grid-filtered.gallery-count-4 > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-grid-filtered.gallery-count-5 {
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .request-helper-column {
        align-self: stretch;
    }

    .quote-helper-sticky {
        position: sticky;
        top: calc(var(--site-header-height, 110px) + 24px);
        align-self: flex-start;
    }
}

@media (max-width: 991.98px) {
    .hero-section { min-height: auto; padding: 5rem 0; }
    .page-hero { padding: 3.75rem 0 3.25rem; }
    .request-submitted-hero { padding: 3rem 0 2.5rem; }
    .hero-title { font-size: 2.55rem; }
    .hero-card { margin-left: 0; }
    .site-logo { height: 66px; max-width: min(240px, 58vw); }
    .brand-name { font-size: 1.1rem; }
    .gallery-card-img { height: 240px; }
    .sample-preview-card { flex-basis: calc((100% - 1.25rem) / 2); }
    .sample-preview-card img { height: 260px; }

    .quote-helper-sticky {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .gallery-filter-list {
        justify-content: flex-start;
    }

    .gallery-filter-chip {
        flex: 1 1 calc(50% - .65rem);
        padding-inline: .75rem;
    }

    .gallery-card-img {
        height: 230px;
    }

    .gallery-card-body {
        padding: 1.1rem;
    }

    .site-logo {
        height: 56px;
        max-width: min(204px, 62vw);
    }

    .hero-card {
        padding: 12px;
        border-radius: 24px;
    }

    .hero-card img {
        border-radius: 16px;
    }

    .sample-preview-card {
        border-radius: 18px;
        flex-basis: 100%;
        min-height: 140px;
    }

    .sample-preview-card img {
        height: 230px;
    }

    .sample-preview-control {
        width: 42px;
        height: 42px;
        font-size: 2rem;
    }

    .sample-preview-control-prev {
        left: .55rem;
    }

    .sample-preview-control-next {
        right: .55rem;
    }

    .packages-v2-group,
    .packages-v2-info-card {
        border-radius: 24px;
        padding: 1.15rem;
    }

    .packages-v2-group-header {
        gap: .85rem;
    }

    .packages-v2-group-mark {
        width: 46px;
        height: 46px;
        border-radius: 16px;
        font-size: 1.15rem;
    }

    .final-cta-band {
        padding: 2rem !important;
    }

    .admin-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-header-actions {
        justify-content: flex-start;
        width: 100%;
    }

    .admin-detail-grid {
        grid-template-columns: 1fr;
        gap: .35rem;
    }

    .admin-detail-grid dd + dt {
        margin-top: .65rem;
    }
}

.marketing-preview-hero {
    padding-bottom: 3.5rem;
}

.marketing-preview-note {
    max-width: 620px;
    border-radius: 999px;
    background: #fff;
    color: var(--totb-dark);
    font-weight: 700;
    padding: .85rem 1.1rem;
    box-shadow: 0 10px 24px rgba(57, 61, 114, .08);
}

.marketing-preview-page {
    background:
        linear-gradient(180deg, #fff 0%, rgba(255, 236, 242, .56) 44%, rgba(247, 242, 255, .55) 100%);
    color: var(--totb-dark);
}

.marketing-review-toolbar {
    position: sticky;
    top: calc(var(--site-header-height, 90px) + .75rem);
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem;
    border: 1px solid rgba(255, 72, 128, .16);
    border-radius: 24px;
    background: rgba(255, 255, 255, .92);
    padding: 1rem;
    box-shadow: 0 14px 34px rgba(57, 61, 114, .1);
    backdrop-filter: blur(8px);
}

.marketing-review-toolbar-bottom {
    position: static;
    margin-top: 3rem;
}

.marketing-section {
    padding-top: 3.5rem;
}

.marketing-section-heading {
    max-width: 760px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.marketing-section-heading h2,
.social-preview-body h3,
.paid-ad-body h3 {
    color: var(--totb-dark);
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
}

.marketing-overview-card,
.social-preview-card,
.paid-ad-card {
    border: 1px solid rgba(57, 61, 114, .1);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(57, 61, 114, .09);
}

.marketing-overview-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(220px, .7fr);
    gap: 1.35rem;
    padding: 1.5rem;
}

.marketing-overview-main {
    grid-column: span 2;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 236, 242, .82), rgba(247, 242, 255, .86));
    padding: 1.25rem;
}

.marketing-overview-card p {
    color: #60647c;
    line-height: 1.55;
    margin-bottom: 0;
}

.marketing-overview-label {
    display: block;
    color: var(--totb-primary);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .07em;
    margin-bottom: .45rem;
    text-transform: uppercase;
}

.marketing-check-list {
    display: grid;
    gap: .55rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.marketing-check-list li {
    color: var(--totb-dark);
    font-weight: 700;
    line-height: 1.35;
    padding-left: 1.2rem;
    position: relative;
}

.marketing-check-list li::before {
    content: '';
    position: absolute;
    top: .45rem;
    left: 0;
    width: .52rem;
    height: .52rem;
    border-radius: 50%;
    background: var(--totb-secondary);
    box-shadow: 0 0 0 4px rgba(77, 101, 249, .12);
}

.marketing-post-grid,
.marketing-ad-grid,
.story-preview-grid {
    display: grid;
    gap: 1.25rem;
}

.marketing-post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marketing-ad-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-preview-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.social-preview-card,
.paid-ad-card {
    overflow: hidden;
}

.social-preview-label {
    background: rgba(57, 61, 114, .06);
    color: var(--totb-secondary);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    padding: .8rem 1.1rem;
    text-transform: uppercase;
}

.social-preview-header,
.paid-ad-account {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.social-preview-header {
    padding: 1rem 1.1rem;
}

.social-preview-avatar {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--totb-primary), var(--totb-secondary));
    color: #fff;
    font-family: 'Fredoka', sans-serif;
    font-size: .88rem;
    font-weight: 800;
}

.social-preview-header strong,
.paid-ad-account strong {
    display: block;
    color: var(--totb-dark);
}

.social-preview-header span,
.paid-ad-account span {
    display: block;
    color: #60647c;
    font-size: .86rem;
    font-weight: 600;
}

.social-preview-card > img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.social-preview-body,
.paid-ad-body {
    padding: 1.15rem;
}

.social-preview-body p,
.paid-ad-body p {
    color: #60647c;
    line-height: 1.52;
}

.social-preview-hashtags {
    color: var(--totb-secondary) !important;
    font-size: .9rem;
    font-weight: 800;
}

.marketing-cta-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--totb-primary);
    color: #fff !important;
    font-weight: 800;
    line-height: 1;
    padding: .65rem .9rem;
}

.paid-ad-media {
    position: relative;
    background: var(--totb-light);
}

.paid-ad-media > img,
.paid-ad-carousel-preview img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.paid-ad-media > span {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: var(--totb-dark);
    font-size: .78rem;
    font-weight: 800;
    padding: .55rem .7rem;
    box-shadow: 0 8px 16px rgba(57, 61, 114, .1);
}

.paid-ad-carousel-preview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .3rem;
}

.paid-ad-carousel-preview img {
    height: 138px;
}

.paid-ad-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 18px;
    background: rgba(247, 242, 255, .9);
    margin-top: 1rem;
    padding: .9rem;
}

.paid-ad-domain,
.utm-preview span {
    display: block;
    color: #60647c;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.utm-preview {
    border-top: 1px solid rgba(57, 61, 114, .1);
    margin-top: 1rem;
    padding-top: .9rem;
}

.utm-preview code {
    display: block;
    border-radius: 14px;
    background: rgba(255, 236, 242, .64);
    color: var(--totb-dark);
    margin-top: .35rem;
    padding: .65rem .75rem;
    white-space: normal;
    overflow-wrap: anywhere;
}

.story-preview-card {
    position: relative;
    aspect-ratio: 9 / 16;
    border-radius: 30px;
    overflow: hidden;
    background: var(--totb-dark);
    box-shadow: 0 16px 38px rgba(57, 61, 114, .16);
}

.story-preview-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08);
}

.story-preview-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: .85rem;
    background: linear-gradient(180deg, rgba(57, 61, 114, .04) 0%, rgba(57, 61, 114, .78) 100%);
    color: #fff;
    padding: 1.2rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .28);
}

.story-preview-overlay span {
    align-self: flex-start;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: var(--totb-dark);
    font-size: .76rem;
    font-weight: 800;
    line-height: 1;
    padding: .55rem .7rem;
    text-shadow: none;
}

.story-preview-overlay strong {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.65rem;
    line-height: 1.02;
}

.story-preview-overlay em {
    align-self: flex-start;
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 999px;
    background: rgba(255, 72, 128, .84);
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    padding: .6rem .75rem;
}

@media (max-width: 1199.98px) {
    .marketing-post-grid,
    .marketing-ad-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .story-preview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
        margin-inline: auto;
    }
}

@media (max-width: 767.98px) {
    .marketing-overview-card,
    .marketing-post-grid,
    .marketing-ad-grid,
    .story-preview-grid {
        grid-template-columns: 1fr;
    }

    .marketing-overview-main {
        grid-column: auto;
    }

    .marketing-review-toolbar {
        position: static;
    }

    .paid-ad-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .story-preview-grid {
        max-width: 360px;
    }
}

@media print {
    .no-print,
    header,
    footer,
    .back-to-top {
        display: none !important;
    }

    .page-hero,
    .marketing-preview-page {
        background: #fff !important;
    }

    .marketing-section,
    .marketing-overview-card,
    .social-preview-card,
    .paid-ad-card,
    .story-preview-card {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .marketing-section {
        padding-top: 1.5rem;
    }

    .social-preview-card,
    .paid-ad-card,
    .marketing-overview-card {
        box-shadow: none;
    }
}
