:root {
    --cream: #f8f5ef;
    --paper: #ffffff;
    --ink: #1f2722;
    --muted: #667069;
    --coral: #ed624f;
    --coral-dark: #d94c3b;
    --green: #243a30;
    --sage: #7d9168;
    --line: #e5e8e3;
    --outer: #e3e6e2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--outer); }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--outer);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
main, footer, .announcement, .header {
    width: min(100%, 480px);
    margin-inline: auto;
}
main, footer { background: var(--cream); }
.container { width: calc(100% - 32px); margin-inline: auto; }

.announcement {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 10px;
    background: var(--green);
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .04em;
}
.announcement span { opacity: .6; }
.header {
    position: sticky;
    top: 0;
    z-index: 30;
    border-bottom: 1px solid #0000000c;
    background: #fffffff2;
    backdrop-filter: blur(16px);
}
.header-inner {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.brand {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 850;
    text-decoration: none;
}
.brand-logo { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; }
.brand-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-word { font-size: 20px; font-weight: 950; letter-spacing: -.055em; }
.brand-word > span { color: var(--coral); }
.orders-link { padding: 9px 11px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--green); font-size: 10px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.button {
    min-height: 48px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 12px;
    background: var(--coral);
    color: #fff;
    box-shadow: 0 10px 24px #ed624f2c;
    font-weight: 850;
    transition: transform .18s ease, background .18s ease;
}
.button:active { transform: scale(.98); }
.button:hover { background: var(--coral-dark); }
.button-small { min-height: 39px; padding-inline: 15px; border-radius: 11px; font-size: 12px; }

.hero {
    overflow: hidden;
    padding: 32px 0 34px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f5ef 100%);
}
.hero-grid { display: grid; gap: 18px; }
.hero-copy { text-align: center; }
.eyebrow, .section-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 6px 11px;
    border: 1px solid #dfe5dc;
    border-radius: 999px;
    background: #f5f7f3;
    color: #58704f;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
}
.hero h1 {
    margin: 15px 0 11px;
    font-size: clamp(39px, 12vw, 54px);
    line-height: .98;
    letter-spacing: -.052em;
}
.hero h1 span { color: var(--coral); }
.hero-copy > p {
    max-width: 400px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.58;
}
.hero-art { position: relative; }
.hero-art::before { display: none; }
.hero-photo {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #f2f3ef;
    box-shadow: 0 18px 45px #263b3020;
}
.hero-photo > img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: contain;
}
.photo-label {
    position: absolute;
    left: 11px;
    bottom: 11px;
    padding: 9px 11px;
    border: 1px solid #e6e9e4;
    border-radius: 10px;
    background: #fffffff0;
    box-shadow: 0 8px 20px #263b3018;
}
.photo-label small, .photo-label strong { display: block; }
.photo-label small { color: var(--coral); font-size: 9px; font-weight: 950; letter-spacing: .08em; }
.photo-label strong { margin-top: 3px; color: var(--green); font-size: 13px; }
.hero-offer {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px #263b300d;
}
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price-row small { display: block; color: var(--sage); font-size: 9px; font-weight: 950; letter-spacing: .1em; }
.price-row strong { display: block; margin-top: 2px; color: var(--green); font-size: 36px; letter-spacing: -.04em; }
.payment-chip {
    max-width: 142px;
    padding: 9px 10px;
    border-radius: 10px;
    background: #f5f1ec;
    color: var(--green);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
}
.button-main { width: 100%; min-height: 56px; margin-top: 14px; font-size: 14px; }
.trust-row {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-top: 13px;
    color: #5a665f;
    font-size: 10px;
    font-weight: 750;
}
.trust-row span { position: relative; padding-left: 10px; }
.trust-row span::before { content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--sage); transform: translateY(-50%); }

.benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    padding-top: 0;
    padding-bottom: 34px;
}
.benefits article {
    min-width: 0;
    padding: 14px;
    display: grid;
    grid-template-columns: 45px 1fr;
    align-items: center;
    column-gap: 13px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    text-align: left;
    box-shadow: 0 8px 24px #263b300a;
}
.feature-icon, .assembly-icon { position: relative; overflow: hidden; background: #eef2eb; }
.feature-icon { width: 45px; height: 60px; grid-row: 1 / 3; border-radius: 12px; }
.feature-icon img, .assembly-icon img { position: absolute; top: 0; width: 400%; max-width: none; height: 100%; }
.benefits article:nth-child(1) .feature-icon img { left: 0; }
.benefits article:nth-child(2) .feature-icon img { left: -100%; }
.benefits article:nth-child(3) .feature-icon img { left: -200%; }
.benefits h2 { margin: 0 0 4px; font-size: 14px; line-height: 1.2; }
.benefits p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.4; }

.section { padding: 52px 0; }
.white-section { background: #fff; }
.section-heading { text-align: center; }
.section-heading small, .installation small, .final-cta small {
    color: var(--sage);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .12em;
}
.section-heading h2, .colors-grid h2, .installation h2, .final-cta h2 {
    margin: 9px 0;
    font-size: 32px;
    line-height: 1.04;
    letter-spacing: -.045em;
}
.section-heading p, .colors-grid > div > p, .installation p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}
.process-visual { margin: 24px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 14px 34px #263b3010; }
.process-visual img { display: block; width: 100%; height: auto; }
.process-visual figcaption { padding: 13px 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.5; }

.colors-grid { display: grid; gap: 25px; }
.dimensions {
    margin-top: 19px;
    padding: 19px;
    border-radius: 19px;
    background: var(--green);
    color: #fff;
}
.dimensions small, .dimensions strong, .dimensions span { display: block; }
.dimensions small { color: #ffffffa9; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.dimensions strong { margin: 5px 0; font-size: 31px; letter-spacing: -.035em; }
.dimensions span { color: #ffffffbd; font-size: 12px; }
.color-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.color-card {
    appearance: none;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    color: var(--ink);
    text-align: left;
    box-shadow: 0 10px 28px #263b300c;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.color-card:active { transform: scale(.985); }
.color-card:focus-visible { outline: 3px solid #7d91684a; outline-offset: 3px; }
.color-card[aria-pressed="true"] { border-color: var(--green); box-shadow: 0 0 0 2px var(--green), 0 12px 30px #263b3018; }
.color-preview { height: 158px; padding: 8px; display: grid; place-items: center; background: #f5f6f3; }
.color-cards img { display: block; width: 100%; height: 100%; object-fit: contain; }
.color-cards span { display: flex; align-items: center; gap: 8px; padding: 12px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 850; }
.color-card span::after { content: ""; margin-left: auto; color: var(--sage); font-size: 9px; font-weight: 900; letter-spacing: .05em; }
.color-card[aria-pressed="true"] span::after { content: "SEÇİLDİ"; }
.color-cards i, .color-choice i { display: block; width: 13px; height: 13px; border: 1px solid #0002; border-radius: 50%; background: var(--swatch); }

.installation { background: var(--green); color: #fff; }
.shipping-note {
    margin-bottom: 28px;
    padding: 17px;
    display: flex;
    align-items: center;
    gap: 13px;
    border: 1px solid #f9cd7e52;
    border-radius: 16px;
    background: #fff8e9;
    color: var(--ink);
    box-shadow: 0 14px 35px #0000001a;
}
.assembly-icon { flex: 0 0 48px; width: 48px; height: 64px; border-radius: 13px; }
.assembly-icon img { left: -300%; }
.shipping-note small, .shipping-note strong, .shipping-note p { display: block; }
.shipping-note small { color: var(--coral); }
.shipping-note strong { margin-top: 4px; font-size: 18px; line-height: 1.2; }
.shipping-note p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.installation-head { display: grid; gap: 15px; }
.installation small { color: #b7ca9a; }
.installation p { color: #ffffffb8; }
.install-chip {
    width: max-content;
    max-width: 100%;
    padding: 11px 13px;
    border: 1px solid #ffffff15;
    border-radius: 12px;
    background: #ffffff12;
    font-size: 12px;
    font-weight: 900;
}
.installation-visual { border-color: #ffffff2a; box-shadow: 0 16px 36px #00000024; }
.installation-visual figcaption { border-top-color: #e7e9e5; background: #fff; color: #657069; }
.final-section { padding-bottom: 45px; }
.final-cta {
    padding: 35px 18px;
    border-radius: 20px;
    background: var(--green);
    color: #fff;
    text-align: center;
    box-shadow: 0 22px 50px #243a3038;
}
.final-cta small { color: #ffffffc5; }
.final-cta p { margin: 0; color: #ffffffd8; font-size: 14px; line-height: 1.5; }
.selected-color { display: inline-flex; margin-top: 18px; padding: 7px 11px; border: 1px solid #ffffff24; border-radius: 999px; background: #ffffff0f; color: #ffffffc9; font-size: 11px; }
.selected-color b { margin-left: 4px; color: #fff; }
.final-price { display: block; margin-top: 10px; font-size: 38px; letter-spacing: -.04em; }
.button-white { width: 100%; margin-top: 17px; background: var(--coral); color: #fff; box-shadow: 0 14px 28px #0000002b; }
.button-white:hover { background: var(--coral-dark); color: #fff; }
.button.attention { animation: orderAttention .7s ease 2; }
@keyframes orderAttention { 50% { transform: scale(1.035); box-shadow: 0 0 0 7px #ffffff35, 0 16px 35px #491e1845; } }
.order-redirect {
    position: fixed;
    inset: 0;
    z-index: 100;
    padding: 22px;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 50% 18%, #ffffff 0, #f4f1e9 45%, #e4e9e2 100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease;
}
.order-redirect[hidden] { display: none !important; }
.order-redirect.open { opacity: 1; visibility: visible; pointer-events: auto; }
.redirect-card { width: min(100%, 390px); padding: 28px 24px; border: 1px solid #dce3db; border-radius: 26px; background: #fff; box-shadow: 0 28px 75px #183d3124; text-align: center; }
.redirect-brand { display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--green); font-size: 18px; font-weight: 950; letter-spacing: -.05em; }
.redirect-brand img { width: 36px; height: 36px; object-fit: contain; }
.redirect-brand strong { color: var(--coral); }
.redirect-check { position: relative; width: 72px; height: 72px; margin: 25px auto 18px; border-radius: 50%; background: #e4eddc; box-shadow: 0 0 0 9px #f3f7ef; }
.redirect-check::after { content: ""; position: absolute; left: 25px; top: 18px; width: 17px; height: 29px; border-right: 5px solid #537043; border-bottom: 5px solid #537043; transform: rotate(43deg); }
.redirect-card > small { color: var(--coral); font-size: 9px; font-weight: 950; letter-spacing: .13em; }
.redirect-card h2 { margin: 8px 0 13px; color: var(--ink); font-size: 29px; line-height: 1.08; letter-spacing: -.04em; }
.redirect-card p { margin: 5px 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.redirect-card p strong { color: var(--green); }
.redirect-order { margin: 20px 0 17px; padding: 13px; border: 1px solid #e4ded3; border-radius: 13px; background: #faf6ef; }
.redirect-order span, .redirect-order b { display: block; }
.redirect-order span { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.redirect-order b { margin-top: 4px; color: var(--green); font-size: 16px; }
.redirect-progress { height: 5px; overflow: hidden; border-radius: 99px; background: #e6ebe5; }
.redirect-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--coral); }
.redirect-progress i.run { animation: redirectProgress 4.35s linear forwards; }
.redirect-note { display: block; margin-top: 10px; color: #8a928c; font-size: 10px; }
@keyframes redirectProgress { to { width: 100%; } }
.site-footer {
    padding: 30px 22px calc(35px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: #fff;
    color: #667069;
}
.footer-brand { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--green); }
.footer-brand .brand-logo { width: 42px; height: 42px; }
.site-footer > p { max-width: 340px; margin: 12px auto 18px; font-size: 11px; line-height: 1.6; text-align: center; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 13px; }
.footer-links a { color: var(--green); font-size: 10px; font-weight: 800; text-decoration: none; }
.footer-contact { margin-top: 18px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; color: var(--muted); font-size: 10px; }
.site-footer > small { display: block; margin-top: 17px; color: #8c918d; font-size: 9px; text-align: center; }
.privacy-note a { color: var(--green); font-weight: 800; }
.agreement { padding: 12px; display:flex; align-items:flex-start; gap:9px; border:1px solid var(--line); border-radius:12px; background:#fafbf8; }
.agreement input { flex:0 0 auto; width:17px; height:17px; margin:1px 0 0; accent-color:var(--green); }
.agreement span { color:var(--muted); font-size:10px; line-height:1.5; }
.agreement a { color:var(--green); font-weight:850; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.drawer-brand { margin-bottom: 5px; display: flex; align-items: center; gap: 6px; color: var(--green); font-size: 11px; font-weight: 950; letter-spacing: -.02em; }
.drawer-brand img { width: 22px; height: 22px; object-fit: contain; }

.whatsapp-neon {
    position: fixed;
    right: max(14px, calc((100vw - 480px) / 2 + 14px));
    bottom: calc(16px + env(safe-area-inset-bottom));
    z-index: 41;
    width: 54px;
    height: 54px;
    padding: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    text-decoration: none;
    animation: whatsapp-pulse 1.65s infinite;
}
.whatsapp-neon img { display: block; width: 36px; height: 36px; object-fit: contain; }
.whatsapp-neon span { display: none; }

.overlay {
    position: fixed;
    inset: 0;
    z-index: 49;
    visibility: hidden;
    background: #0009;
    opacity: 0;
    transition: opacity .24s ease;
}
.overlay.open { visibility: visible; opacity: 1; }
.drawer {
    position: fixed;
    top: 0;
    right: max(0px, calc((100vw - 480px) / 2));
    bottom: 0;
    z-index: 50;
    width: min(100%, 480px);
    overflow: auto;
    background: var(--paper);
    box-shadow: -12px 0 45px #0003;
    transform: translateX(105%);
    transition: transform .28s ease;
}
.drawer.open { transform: translateX(0); }
.drawer-head {
    position: sticky;
    top: 0;
    z-index: 3;
    min-height: 76px;
    padding: 16px 17px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid var(--line);
    background: #fffdf9f2;
    backdrop-filter: blur(14px);
}
.drawer-head h2 { margin: 0; font-size: 21px; letter-spacing: -.03em; }
.drawer-head p { margin: 4px 0 0; color: var(--coral); font-size: 10px; font-weight: 850; }
.close { align-self: flex-start; border: 0; background: transparent; color: var(--ink); font-size: 31px; line-height: 1; }
.order-form { padding: 17px 17px 35px; display: grid; gap: 19px; }
.product-summary {
    padding: 9px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
}
.product-summary img { width: 78px; height: 78px; border-radius: 11px; object-fit: cover; }
.product-summary strong, .product-summary span, .product-summary b { display: block; }
.product-summary strong { font-size: 12px; }
.product-summary span { margin: 4px 0; color: #77736a; font-size: 10px; }
.product-summary b { color: var(--coral); font-size: 21px; }
fieldset { margin: 0; padding: 0; border: 0; }
legend, .field > span { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 900; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.choice-grid input, .payment-choices input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span {
    min-height: 48px;
    padding: 9px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: #fff;
    font-size: 10px;
    font-weight: 900;
}
.choice-grid input:checked + span, .payment-choices input:checked + span { border-color: var(--coral); background: #fff0ec; }
.color-choice i { width: 21px; height: 21px; }
.field input, .field select, .field textarea {
    display: block;
    width: 100%;
    border: 1px solid #ddd2c4;
    border-radius: 12px;
    background: #fff;
    outline: none;
}
.field input, .field select { height: 48px; padding: 0 12px; }
.field textarea { min-height: 104px; padding: 12px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px #ef5b4920; }
.two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.location-fields { align-items: start; }
.location-picker { min-width: 0; display: grid; gap: 8px; }
.location-search input {
    padding-left: 36px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23707a73' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");
    background-position: 11px center;
    background-repeat: no-repeat;
}
.location-search input:disabled { background-color: #f2f3f0; color: #949b96; cursor: not-allowed; }
.payment-choices { display: grid; gap: 8px; }
.payment-choices label > span {
    padding: 13px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #fff;
}
.payment-choices small { color: #77736a; font-size: 10px; }
.cod-notice { padding: 13px; border-radius: 13px; background: #e7eddc; color: #435039; font-size: 11px; font-weight: 850; line-height: 1.55; }
.privacy-note { margin: 0; color: #77736a; font-size: 9px; line-height: 1.55; }
.order-form > .button { width: 100%; margin: 0; }
.checkout-success { min-height: 75vh; padding: 60px 28px; text-align: center; }
.success-icon { width: 70px; height: 70px; margin: auto; display: grid; place-items: center; border-radius: 50%; background: #dfe8d2; color: #50623b; font-size: 36px; }
.checkout-success h3 { margin: 22px 0 8px; font-size: 30px; }
.checkout-success p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.order-number { margin: 20px 0; padding: 16px; border-radius: 14px; background: #f5eee4; }
.order-number small, .order-number strong { display: block; }
.order-number strong { margin-top: 5px; font-size: 18px; }
.toast {
    position: fixed;
    top: 15px;
    left: 50%;
    z-index: 80;
    width: min(calc(100% - 28px), 440px);
    padding: 12px 15px;
    border-radius: 12px;
    background: var(--green);
    color: #fff;
    box-shadow: 0 14px 35px #0003;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -15px);
    transition: .23s ease;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast.error { background: #b63d32; }

@keyframes whatsapp-pulse {
    0%, 100% { box-shadow: 0 0 0 0 #19c96c85, 0 0 16px #19c96c8c; }
    50% { box-shadow: 0 0 0 11px #19c96c00, 0 0 28px #19c96ce8; }
}

@media (max-width: 370px) {
    .brand-word { font-size: 18px; }
    .hero h1 { font-size: 38px; }
    .price-row strong { font-size: 32px; }
    .two-cols { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; }
    .whatsapp-neon { animation: none; }
    .redirect-progress i.run { animation: none; width: 100%; }
}
