/*
Theme Name: Guddi Comfort
Description: Bengali direct-response landing theme for Original Guddi Bra combo.
Version: 1.0
*/

:root {
    --ink: #2b1720;
    --muted: #755b66;
    --soft: #fff7f9;
    --soft-2: #ffeef3;
    --rose: #d83f72;
    --rose-dark: #a82450;
    --peach: #ff7a59;
    --cream: #fffaf2;
    --line: rgba(139, 47, 82, 0.16);
    --green: #15803d;
    --danger: #dc2626;
    --headline-gradient: linear-gradient(115deg, #8f1644 0%, #d83f72 36%, #ff7a59 68%, #b97812 100%);
    --radius: 18px;
    --shadow: 0 22px 60px rgba(168, 36, 80, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Hind Siliguri", "Noto Sans Bengali", Arial, sans-serif;
    background: var(--cream);
    color: var(--ink);
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.gradient-text,
.hero h1,
.section-head h2,
.story h2,
.guddi-thank-card h1 {
    color: var(--rose-dark);
    background: var(--headline-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 12px 34px rgba(216, 63, 114, 0.14);
}

.container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.ticker {
    overflow: hidden;
    background: linear-gradient(90deg, var(--rose-dark), var(--rose), var(--peach));
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: guddi-ticker 26s linear infinite;
}

.ticker span {
    white-space: nowrap;
    padding: 10px 28px;
    font-weight: 800;
    font-size: 15px;
}

@keyframes guddi-ticker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 250, 242, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
}

.header-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.brand img {
    width: 220px;
    height: 82px;
    object-fit: contain;
    border-radius: 0;
}

.nav {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--muted);
    font-weight: 700;
    font-size: 15px;
}

.nav a:hover { color: var(--rose-dark); }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    padding: 13px 24px;
    background: linear-gradient(135deg, var(--rose), var(--rose-dark));
    color: #fff;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(216, 63, 114, 0.28);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(216, 63, 114, 0.34); }
.btn.secondary { background: #fff; color: var(--rose-dark); border: 1px solid var(--line); box-shadow: none; }

.hero {
    background:
        radial-gradient(circle at 80% 12%, rgba(255, 122, 89, 0.18), transparent 30%),
        linear-gradient(180deg, #fff7f9 0%, #fffaf2 100%);
    padding: 54px 0 64px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
    gap: 46px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.74);
    color: var(--rose-dark);
    border-radius: 999px;
    padding: 8px 14px;
    font-weight: 800;
    font-size: 14px;
}

.hero h1 {
    margin: 18px 0 14px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.12;
    letter-spacing: 0;
}

.hero-lead {
    margin: 0 0 24px;
    color: var(--muted);
    font-size: clamp(18px, 2vw, 23px);
    max-width: 670px;
}

.rating {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    color: var(--muted);
    margin: 0 0 22px;
    font-weight: 700;
}

.stars { color: #f59e0b; font-size: 20px; letter-spacing: 0; }

.price-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    width: fit-content;
    margin-bottom: 24px;
}

.hero .price-panel:not(.dynamic-price-panel) {
    display: none;
}

.old-price { color: #9c8790; text-decoration: line-through; font-weight: 800; font-size: 22px; }
.new-price { color: var(--rose-dark); font-weight: 900; font-size: 34px; line-height: 1; }
.save-pill {
    background: #fff0f4;
    color: var(--danger);
    border: 1px solid rgba(220, 38, 38, 0.18);
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 900;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.privacy-note {
    color: var(--muted);
    font-weight: 700;
    font-size: 14px;
    margin-top: 16px;
}

.product-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 32px;
    padding: 18px;
    box-shadow: var(--shadow);
}

.slider-track {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    aspect-ratio: 2 / 3;
    background: var(--soft-2);
}

.slider-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: cover;
    transform: scale(1.02);
    transition: opacity 360ms ease, transform 360ms ease;
}

.slider-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.product-card img,
.summary-slider img {
    border-radius: 24px;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    background: var(--soft-2);
}

.slider-logo-mark {
    position: absolute;
    z-index: 4;
    top: 34px;
    left: 34px;
    width: clamp(92px, 18%, 142px);
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
    filter: drop-shadow(0 4px 10px rgba(255,255,255,0.78));
    pointer-events: none;
}

.slider-btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(43, 23, 32, 0.72);
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.slider-prev { left: 28px; }
.slider-next { right: 28px; }

.slider-dots {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 92px;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.slider-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.58);
    cursor: pointer;
    transition: width 180ms ease, background 180ms ease;
}

.slider-dot.is-active {
    width: 24px;
    background: #fff;
}

.product-badge {
    position: absolute;
    left: 28px;
    bottom: 28px;
    right: 28px;
    background: rgba(43, 23, 32, 0.88);
    color: #fff;
    border-radius: 18px;
    padding: 14px 16px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.section {
    padding: 70px 0;
}

.section.alt { background: var(--soft); }
.product-proof { background: #fff; }

.section-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.section-head h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.22;
}

.section-head p {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

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

.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: 0 12px 34px rgba(43, 23, 32, 0.06);
}

.card h3 {
    margin: 0 0 8px;
    font-size: 21px;
}

.card p, .card li {
    color: var(--muted);
    margin: 0;
}

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

.color-showcase {
    background:
        linear-gradient(180deg, #fff7fb 0%, #ffffff 46%, #fff1f6 100%);
}

.color-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 22px;
    align-items: stretch;
}

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

.gallery-item {
    margin: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(43, 23, 32, 0.06);
}

.color-gallery-item {
    position: relative;
    overflow: hidden;
    border-color: rgba(179, 31, 87, 0.18);
    box-shadow: 0 22px 46px rgba(179, 31, 87, 0.13);
}

.color-gallery-item::before {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: 1;
    border-radius: 13px;
    background: linear-gradient(180deg, rgba(255,255,255,0.32), transparent 34%, rgba(43,23,32,0.18));
    pointer-events: none;
}

.gallery-item img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 13px;
    background: var(--soft-2);
}

.color-gallery-item .real-logo-mark {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 24px;
    width: clamp(76px, 28%, 122px);
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
    filter: drop-shadow(0 3px 8px rgba(255,255,255,0.72));
}

.details-highlight {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 28px;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.25), transparent 34%),
        linear-gradient(145deg, #b31f57 0%, #7a143c 52%, #2b1720 100%);
    color: #fff;
    box-shadow: 0 28px 70px rgba(122, 20, 60, 0.26);
}

.details-highlight::after {
    content: "";
    position: absolute;
    right: -52px;
    bottom: -52px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 26px solid rgba(255,255,255,0.09);
}

.highlight-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    color: #fff3b0;
    font-weight: 900;
    margin-bottom: 14px;
}

.details-highlight h3 {
    position: relative;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.12;
}

.details-highlight .check-list {
    position: relative;
    gap: 14px;
    margin-bottom: 22px;
}

.details-highlight .check-list li {
    min-height: 48px;
    padding: 13px 14px 13px 44px;
    border-radius: 16px;
    background: rgba(255,255,255,0.11);
    color: rgba(255,255,255,0.9);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}

.details-highlight .check-list li::before {
    left: 14px;
    top: 17px;
    background: #22c55e;
    box-shadow: 0 0 0 6px rgba(34,197,94,0.18);
}

.details-highlight .check-list strong {
    color: #fff;
}

.details-highlight .btn {
    position: relative;
    width: 100%;
    background: #fff;
    color: var(--rose-dark);
    box-shadow: 0 18px 34px rgba(0,0,0,0.18);
}

.review-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 420px));
    justify-content: center;
    align-items: start;
    gap: 20px;
}

.review-shot {
    position: relative;
    margin: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 12px;
    box-shadow: var(--shadow);
}

.review-shot img {
    width: 100%;
    border-radius: 14px;
    background: #fff;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.check-list li {
    position: relative;
    padding-left: 30px;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: inset 0 0 0 5px #dcfce7;
}

.selector-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 28px;
    box-shadow: var(--shadow);
}

.selector-grid {
    display: grid;
    gap: 16px;
}

.select-row {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.select-row strong {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    background: var(--soft-2);
    color: var(--rose-dark);
    font-size: 27px;
    line-height: 1;
}

.picker-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 12px;
}

.field-mini {
    min-width: 0;
}

.field-mini span {
    display: block;
    margin: 0 0 6px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 900;
}

.select-row select,
.order-form input,
.order-form textarea,
.order-form select {
    width: 100%;
    min-height: 76px;
    border: 1px solid rgba(117, 91, 102, 0.28);
    border-radius: 24px;
    background: #fff;
    color: var(--ink);
    padding: 14px 24px;
    outline: none;
    font-size: 24px;
    appearance: auto;
}

.select-row select:focus, .order-form input:focus, .order-form textarea:focus {
    border-color: var(--rose);
    box-shadow: 0 0 0 4px rgba(216, 63, 114, 0.12);
}

.order-form input,
.order-form textarea,
.order-form select {
    min-height: 50px;
    border-radius: 14px;
    font-size: 16px;
    padding: 12px 14px;
}

.guddi-hp-field {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.select-row .size-mini select {
    font-size: 21px;
    padding-left: 18px;
    padding-right: 14px;
}

.swatch-picker {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 2px 2px 0;
}

.swatch {
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--swatch);
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(117, 91, 102, 0.24);
}

.swatch.is-active {
    box-shadow: 0 0 0 3px rgba(216, 63, 114, 0.32);
    border-color: #fff;
}

.delivery-options {
    display: grid;
    gap: 10px;
    margin: 20px 0;
}

.delivery-options label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 54px;
    padding: 14px 16px;
    border: 1.5px solid rgba(179, 31, 87, 0.16);
    border-radius: 16px;
    background: #fff8fb;
    color: var(--ink);
    font-weight: 900;
}

.delivery-options input {
    width: 18px;
    height: 18px;
    accent-color: var(--rose-dark);
}

.delivery-options strong {
    color: var(--rose-dark);
    font-size: 20px;
}

.comparison-section {
    background:
        linear-gradient(180deg, #fffaf2 0%, #fff7fb 100%);
}

.comparison {
    width: min(980px, 100%);
    margin: 0 auto;
    display: block;
    overflow: hidden;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #fff8fb 100%);
    border: 1px solid rgba(216, 63, 114, 0.14);
    box-shadow: 0 22px 54px rgba(168, 36, 80, 0.11);
}

.comparison thead,
.comparison tbody {
    display: block;
}

.comparison tr {
    display: grid;
    grid-template-columns: 0.82fr 1.14fr 1fr;
    align-items: stretch;
}

.comparison th,
.comparison td {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    border: 0;
    text-align: left;
    vertical-align: middle;
    font-size: clamp(16px, 1.45vw, 19px);
}

.comparison th {
    min-height: 70px;
    background: #b72a5e;
    color: #fff;
    font-size: clamp(17px, 1.55vw, 21px);
    font-weight: 900;
    letter-spacing: 0;
}

.comparison th:nth-child(2) {
    background: #a82450;
}

.comparison tbody tr {
    margin: 0 16px 12px;
    overflow: hidden;
    border: 1px solid rgba(216, 63, 114, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(43, 23, 32, 0.045);
}

.comparison tbody tr:first-child {
    margin-top: 16px;
}

.comparison tbody tr:last-child {
    margin-bottom: 16px;
}

.comparison td:first-child {
    color: var(--ink);
    font-weight: 900;
    background: #fff;
    border-right: 1px solid rgba(216, 63, 114, 0.08);
}

.comparison td:nth-child(2) {
    background: #f0fdf6;
}

.comparison td:nth-child(3) {
    background: #fff1f2;
}

.good,
.bad {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    max-width: 100%;
    padding: 8px 16px;
    border-radius: 12px;
    font-weight: 900;
    line-height: 1.18;
    box-shadow: none;
}

.good {
    color: #047857;
    background: transparent;
    border: 0;
}

.bad {
    color: #dc2626;
    background: transparent;
    border: 0;
}

.trust-section {
    background:
        radial-gradient(circle at 10% 12%, rgba(216, 63, 114, 0.1), transparent 28%),
        linear-gradient(180deg, #fff8fb 0%, #fffaf2 100%);
}

.trust-showcase {
    max-width: 1040px;
    margin: 0 auto;
}

.trust-visual {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(216, 63, 114, 0.16);
    box-shadow: 0 24px 64px rgba(168, 36, 80, 0.15);
    background: #fff;
}

.trust-visual img {
    width: 100%;
    aspect-ratio: 16 / 6;
    object-fit: cover;
    object-position: center;
}

.trust-visual-badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(43, 23, 32, 0.84);
    color: #fff;
    font-weight: 900;
    backdrop-filter: blur(8px);
}

.trust-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: -34px;
    padding: 0 22px;
    position: relative;
    z-index: 2;
}

.trust-step {
    margin: 0;
    min-height: 178px;
    padding: 22px;
    border: 1px solid rgba(216, 63, 114, 0.14);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(43, 23, 32, 0.08);
}

.trust-step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff0f4;
    color: var(--rose-dark);
    font-weight: 900;
    margin-bottom: 14px;
}

.trust-step h3 {
    margin: 0 0 8px;
    font-size: clamp(20px, 2vw, 25px);
}

.trust-step p {
    margin: 0;
    color: var(--muted);
    font-weight: 700;
}

.trust-note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 14px;
    margin: 18px auto 0;
    width: fit-content;
    max-width: 100%;
    padding: 14px 20px;
    border-radius: 18px;
    background: var(--ink);
    color: #fff;
    box-shadow: 0 16px 38px rgba(43, 23, 32, 0.18);
}

.trust-note strong {
    color: #fff3b0;
    font-size: 20px;
}

.trust-note span {
    color: rgba(255,255,255,0.8);
    font-weight: 800;
}

.story {
    max-width: 1040px;
    margin: 0 auto;
    background:
        radial-gradient(circle at top right, rgba(216, 63, 114, 0.12), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fff8fb 100%);
    border: 1px solid var(--line);
    border-radius: 30px;
    padding: clamp(24px, 5vw, 46px);
    box-shadow: var(--shadow);
}

.story h2 {
    max-width: 900px;
    margin: 18px 0 16px;
    font-size: clamp(30px, 4.6vw, 52px);
    line-height: 1.18;
}

.story p {
    margin: 0 0 18px;
    color: #4b3340;
    font-size: 18px;
}

.story-lead {
    max-width: 860px;
    font-size: clamp(18px, 2vw, 22px) !important;
    color: var(--muted) !important;
}

.story blockquote {
    margin: 26px 0;
    padding: 20px 24px;
    border-left: 6px solid var(--rose);
    background: #fff;
    border-radius: 0 22px 22px 0;
    color: var(--rose-dark);
    font-size: clamp(21px, 2.3vw, 28px);
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(43, 23, 32, 0.07);
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 22px;
}

.story-panel {
    border-radius: 22px;
    padding: 22px;
    border: 1px solid rgba(216, 63, 114, 0.12);
    background: #fff;
}

.story-panel h3 {
    margin: 0 0 14px;
    font-size: 22px;
}

.story-panel ul {
    list-style: none;
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.story-panel li {
    position: relative;
    padding-left: 28px;
    color: var(--muted);
    font-weight: 700;
}

.story-panel li::before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
}

.story-panel.pain {
    background: #fff1f2;
}

.story-panel.pain h3 {
    color: #dc2626;
}

.story-panel.pain li::before {
    content: "!";
    color: #fff;
    background: #ef4444;
}

.story-panel.solution {
    background: #f0fdf6;
}

.story-panel.solution h3 {
    color: #047857;
}

.story-panel.solution li::before {
    content: "";
    background: #16a34a;
    box-shadow: inset 0 0 0 6px #dcfce7;
}

.story-offer {
    display: grid;
    gap: 6px;
    margin: 0 0 20px;
    padding: 18px 20px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--rose), var(--rose-dark));
    color: #fff;
    box-shadow: 0 16px 36px rgba(216, 63, 114, 0.22);
}

.story-offer strong {
    font-size: clamp(19px, 2.3vw, 26px);
    line-height: 1.25;
}

.story-offer span {
    color: rgba(255,255,255,0.84);
    font-weight: 800;
}

.order-shell {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 22px;
    align-items: start;
}

.summary-card {
    background: linear-gradient(160deg, var(--rose-dark), #5d1832);
    color: #fff;
    border-radius: 26px;
    padding: 28px;
    position: sticky;
    top: 94px;
}

.summary-card img {
    border-radius: 18px;
    margin-bottom: 18px;
}

.summary-slider {
    position: relative;
    margin-bottom: 18px;
}

.summary-slider .slider-track {
    border-radius: 18px;
}

.summary-slider .slider-btn {
    width: 38px;
    height: 38px;
    font-size: 28px;
}

.summary-slider .slider-prev { left: 10px; }
.summary-slider .slider-next { right: 10px; }

.summary-slider .slider-dots {
    bottom: 12px;
}

.summary-card h3 {
    margin: 0 0 8px;
    font-size: 27px;
    line-height: 1.25;
}

.summary-card p { color: rgba(255,255,255,0.82); margin: 0 0 16px; }
.summary-row { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,0.16); font-weight: 800; }
.summary-row.total { font-size: 22px; color: #fff3b0; }

.order-form {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 28px;
    box-shadow: var(--shadow);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.field.full { grid-column: 1 / -1; }
.field label {
    display: block;
    margin-bottom: 7px;
    font-weight: 900;
    color: var(--ink);
}

.order-form textarea {
    min-height: 108px;
    resize: vertical;
}

.faq {
    display: grid;
    gap: 12px;
    max-width: 850px;
    margin: 0 auto;
}

.faq details {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px 20px;
}

.faq summary {
    cursor: pointer;
    font-weight: 900;
    color: var(--rose-dark);
}

.faq p {
    margin: 12px 0 0;
    color: var(--muted);
}

.guddi-thank-you {
    min-height: calc(100vh - 120px);
    display: grid;
    align-items: center;
    padding: clamp(44px, 8vw, 92px) 0 clamp(70px, 10vw, 130px);
    background:
        radial-gradient(circle at 86% 6%, rgba(216, 63, 114, 0.16), transparent 28%),
        radial-gradient(circle at 8% 92%, rgba(14, 123, 93, 0.11), transparent 26%),
        linear-gradient(180deg, #fff8fb 0%, #fffaf2 100%);
}

.guddi-thank-card {
    max-width: 860px;
    margin: 0 auto;
    padding: clamp(30px, 5vw, 58px);
    text-align: center;
    border: 1px solid rgba(216, 63, 114, 0.18);
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.9)),
        #fff;
    box-shadow: 0 28px 80px rgba(49, 22, 33, 0.13);
}

.guddi-thank-icon {
    width: 88px;
    height: 88px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0e7b5d, #19b879);
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 18px 42px rgba(14, 123, 93, 0.28);
}

.guddi-thank-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 16px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(14, 123, 93, 0.1);
    color: #0e7b5d;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.guddi-thank-card h1 {
    max-width: 720px;
    margin: 0 auto 16px;
    color: var(--rose-dark);
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.08;
}

.guddi-thank-card p {
    max-width: 680px;
    margin: 0 auto 28px;
    color: var(--muted);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.65;
    font-weight: 700;
}

.guddi-thank-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 30px 0;
}

.guddi-thank-summary div {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
    border: 1px solid rgba(216, 63, 114, 0.16);
    border-radius: 22px;
    background: #fff8fb;
}

.guddi-thank-summary span {
    display: block;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.guddi-thank-summary strong {
    color: var(--ink);
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 900;
    line-height: 1.25;
}

.guddi-thank-next {
    display: grid;
    gap: 6px;
    max-width: 680px;
    margin: 0 auto 28px;
    padding: 18px 22px;
    border-left: 5px solid #0e7b5d;
    border-radius: 20px;
    text-align: left;
    background: rgba(14, 123, 93, 0.08);
}

.guddi-thank-next strong {
    color: #0e7b5d;
    font-size: 18px;
    font-weight: 900;
}

.guddi-thank-next span {
    color: var(--ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
}

.guddi-thank-btn {
    min-width: 220px;
    justify-content: center;
}

.floating-call, .floating-wa {
    position: fixed;
    right: 18px;
    z-index: 60;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(0,0,0,0.2);
}

.floating-call svg, .floating-wa svg {
    width: 27px;
    height: 27px;
    fill: currentColor;
}

.floating-call { bottom: 92px; background: #2563eb; }
.floating-wa { bottom: 156px; background: #16a34a; }

.price-order-bar {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 54;
    width: min(760px, calc(100% - 36px));
    transform: translateX(-50%);
    pointer-events: none;
}

.price-order-inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 26px;
    border: 1.5px solid rgba(216, 63, 114, 0.42);
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255, 247, 249, 0.98), rgba(255, 238, 243, 0.96));
    color: #fff;
    box-shadow: 0 24px 56px rgba(168, 36, 80, 0.22);
    backdrop-filter: blur(12px);
    pointer-events: auto;
}

.price-order-copy {
    display: flex;
    align-items: baseline;
    gap: 12px;
    min-width: 0;
}

.price-order-old {
    color: rgba(117, 91, 102, 0.7);
    font-size: clamp(18px, 2.8vw, 26px);
    font-weight: 800;
    text-decoration: line-through;
}

.price-order-new {
    color: var(--rose-dark);
    font-size: clamp(30px, 4.6vw, 48px);
    font-weight: 900;
    line-height: 1;
}

.price-order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    border-radius: 20px;
    padding: 14px 34px;
    background: linear-gradient(135deg, var(--rose), var(--rose-dark));
    color: #fff;
    font-size: clamp(18px, 2.5vw, 28px);
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(216, 63, 114, 0.3);
    white-space: nowrap;
}

.sticky-order {
    position: fixed;
    left: 12px;
    bottom: 12px;
    z-index: 55;
    width: min(480px, calc(100% - 96px));
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: rgba(43, 23, 32, 0.94);
    color: #fff;
    border-radius: 18px;
    padding: 10px 12px;
    box-shadow: 0 16px 36px rgba(0,0,0,0.28);
}

.sticky-price span { display: block; line-height: 1.15; }
.sticky-price .was { color: rgba(255,255,255,0.55); text-decoration: line-through; font-size: 13px; }
.sticky-price .now { color: #fff3b0; font-weight: 900; font-size: 20px; }
.sticky-order .btn { min-height: 44px; padding: 10px 14px; box-shadow: none; }

.xoo-wsc-basket,
.xoo-wsc-modal,
.xoo-wsc-container,
.xoo-wsc-cart-trigger,
[class*="xoo-wsc"][class*="basket"],
[class*="xoo-wsc"][class*="cart"],
.woofc-area,
.woofc-count,
.floating-cart,
.floating-cart-button,
.site-floating-cart,
.cart-floating,
[class*="floating"][class*="cart"],
[class*="cart"][class*="floating"],
.wc-floating-cart,
.woocommerce-floating-cart,
.added_to_cart.wc-forward {
    display: none !important;
}

.purchase-toast {
    position: fixed;
    left: 18px;
    bottom: 112px;
    z-index: 58;
    width: min(440px, calc(100% - 104px));
    min-height: 92px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 40px;
    align-items: center;
    gap: 14px;
    padding: 12px 12px 12px 14px;
    border: 1px solid rgba(255,255,255,0.34);
    border-radius: 24px;
    background:
        radial-gradient(circle at 10% 10%, rgba(255,255,255,0.18), transparent 28%),
        linear-gradient(135deg, rgba(55, 38, 38, 0.94), rgba(112, 73, 57, 0.9));
    color: #fff;
    box-shadow: 0 22px 56px rgba(43, 23, 32, 0.32);
    backdrop-filter: blur(14px);
    transform: translateY(14px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 260ms ease, transform 260ms ease;
}

.purchase-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.purchase-toast-icon {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(255,255,255,0.18);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.14);
}

.purchase-toast-icon svg {
    width: 36px;
    height: 36px;
    fill: #bcff47;
}

.purchase-toast-copy {
    min-width: 0;
}

.purchase-toast-copy strong,
.purchase-toast-copy span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.purchase-toast-copy strong {
    font-size: clamp(18px, 3.8vw, 25px);
    line-height: 1.2;
    font-weight: 900;
}

.purchase-toast-copy span {
    margin-top: 3px;
    font-size: clamp(15px, 3vw, 20px);
    line-height: 1.15;
    font-weight: 800;
}

.purchase-toast-close {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.82);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.footer {
    padding: 34px 0 132px;
    background: var(--ink);
    color: rgba(255,255,255,0.78);
    text-align: center;
}

@media (max-width: 920px) {
    .hero-grid, .order-shell, .color-layout { grid-template-columns: 1fr; }
    .summary-card { position: static; }
    .grid-3 { grid-template-columns: 1fr 1fr; }
    .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .color-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .trust-visual img { aspect-ratio: 16 / 8; }
    .trust-steps { grid-template-columns: 1fr; margin-top: 14px; padding: 0; }
    .nav a:not(.btn) { display: none; }
}

@media (max-width: 640px) {
    .container { width: min(100% - 24px, 1120px); }
    .header-inner { min-height: 86px; justify-content: center; }
    .brand img { width: 214px; height: 76px; }
    .nav { display: none; }
    .hero { padding: 34px 0 46px; }
    .hero-grid { gap: 28px; }
    .hero-actions .btn, .hero-actions .btn.secondary { width: 100%; }
    .price-panel { width: 100%; }
    .section { padding: 52px 0; }
    .grid-3, .grid-2, .form-grid { grid-template-columns: 1fr; }
    .gallery-grid, .color-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .review-image-grid { grid-template-columns: 1fr; }
    .story-grid { grid-template-columns: 1fr; }
    .story-panel { padding: 18px; border-radius: 18px; }
    .story blockquote { padding: 16px 18px; border-radius: 0 18px 18px 0; }
    .guddi-thank-you { min-height: auto; padding: 34px 0 86px; }
    .guddi-thank-card { border-radius: 24px; }
    .guddi-thank-icon { width: 72px; height: 72px; font-size: 40px; }
    .guddi-thank-summary { grid-template-columns: 1fr; }
    .guddi-thank-summary div { min-height: 92px; }
    .guddi-thank-next { text-align: center; border-left: 0; border-top: 5px solid #0e7b5d; }
    .guddi-thank-btn { width: 100%; }
    .details-highlight { padding: 22px; border-radius: 20px; }
    .comparison {
        border-radius: 20px;
        overflow: hidden;
    }
    .comparison tr {
        grid-template-columns: 1fr;
    }
    .comparison thead {
        display: none;
    }
    .comparison tbody tr {
        margin: 0 10px 10px;
        border-radius: 16px;
    }
    .comparison tbody tr:first-child {
        margin-top: 10px;
    }
    .comparison tbody tr:last-child {
        margin-bottom: 10px;
    }
    .comparison td {
        min-height: auto;
        padding: 12px 14px;
        font-size: 16px;
    }
    .comparison td:first-child {
        min-width: 0;
        background: #fff;
        border-right: 0;
        border-bottom: 1px solid rgba(216, 63, 114, 0.08);
        color: var(--rose-dark);
    }
    .comparison td:nth-child(2),
    .comparison td:nth-child(3) {
        min-width: 0;
    }
    .comparison td:nth-child(2)::before,
    .comparison td:nth-child(3)::before {
        display: inline-flex;
        width: 86px;
        flex: 0 0 86px;
        color: var(--muted);
        font-size: 13px;
        font-weight: 900;
    }
    .comparison td:nth-child(2)::before {
        content: "আমাদেরটা";
    }
    .comparison td:nth-child(3)::before {
        content: "অন্যান্য";
    }
    .good, .bad { padding: 0; white-space: normal; }
    .select-row { grid-template-columns: 58px minmax(0, 1fr); gap: 10px; }
    .select-row strong { width: 58px; height: 58px; border-radius: 18px; font-size: 22px; }
    .picker-row { grid-template-columns: 1fr; }
    .select-row select { min-height: 58px; border-radius: 18px; font-size: 20px; }
    .select-row .size-mini select { font-size: 20px; }
    .comparison { display: block; overflow-x: hidden; }
    .product-badge { position: static; margin-top: 12px; }
    .floating-call, .floating-wa { right: 12px; width: 48px; height: 48px; }
    .floating-call { bottom: 88px; }
    .floating-wa { bottom: 144px; }
    .price-order-bar { display: none; }
    .sticky-order { display: flex; }
    .purchase-toast {
        left: 8px;
        bottom: 92px;
        width: calc(100% - 86px);
        min-height: 72px;
        grid-template-columns: 52px minmax(0, 1fr) 34px;
        gap: 10px;
        padding: 9px 8px 9px 10px;
        border-radius: 18px;
    }
    .purchase-toast-icon { width: 48px; height: 48px; border-radius: 14px; }
    .purchase-toast-icon svg { width: 28px; height: 28px; }
    .purchase-toast-copy strong { font-size: 17px; }
    .purchase-toast-copy span { font-size: 14px; }
    .purchase-toast-close { width: 32px; height: 32px; font-size: 21px; }
    .delivery-options label {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 8px;
        padding: 12px;
        font-size: 15px;
    }
    .delivery-options strong { font-size: 17px; }
    body { padding-bottom: 82px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
