:root {
  --isa-ink: #1f1a14;
  --isa-navy: #2a2118;
  --isa-navy-soft: #3b3020;
  --isa-cream: #f7f2e9;
  --isa-paper: #fffdf9;
  --isa-gold: #b8923a;
  --isa-gold-light: #e3c97a;
  --isa-gold-dark: #8b6a26;
  --isa-gold-soft: #f6efdc;
  --isa-btn-text: #2a2118;
  --isa-wine: #5b263d;
  --isa-muted: #6d6d73;
  --isa-line: rgba(42, 33, 24, 0.14);
  --isa-success: #167347;
  --isa-radius: 24px;
  --isa-shadow: 0 24px 80px rgba(42, 33, 24, 0.12);
}

html { scroll-behavior: smooth; }
body.isa-samara-page { margin: 0; background: var(--isa-paper); }
body.isa-samara-page.admin-bar .isa-header { top: 32px; }
.isa-samara, .isa-samara * { box-sizing: border-box; }
.isa-samara {
  min-width: 0;
  color: var(--isa-ink);
  background: var(--isa-paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow: clip;
  text-rendering: optimizeLegibility;
}
.isa-samara img { display: block; max-width: 100%; height: auto; }
.isa-samara button, .isa-samara input, .isa-samara textarea { font: inherit; }
.isa-samara button, .isa-samara a { -webkit-tap-highlight-color: transparent; }
.isa-samara a { color: inherit; text-decoration: none; }
.isa-samara h1, .isa-samara h2, .isa-samara h3, .isa-samara p { margin-top: 0; }
.isa-samara h1, .isa-samara h2, .isa-samara h3 {
  color: var(--isa-navy);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
}
.isa-samara :focus-visible { outline: 3px solid rgba(184, 146, 58, 0.7); outline-offset: 3px; }
.isa-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.isa-skip-link { position: fixed; top: 10px; left: 10px; z-index: 999999; padding: 10px 16px; color: #fff; background: var(--isa-navy); transform: translateY(-150%); }
.isa-skip-link:focus { transform: none; }

.isa-announcement { position: relative; z-index: 50; color: #fff; background: #1b1510; font-size: 12px; letter-spacing: 0.04em; }
.isa-announcement__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.isa-announcement a { color: var(--isa-gold-light); font-weight: 700; }
.isa-live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #d5b36e; box-shadow: 0 0 0 5px rgba(213, 179, 110, .12); }

.isa-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid transparent; background: rgba(255, 253, 249, .86); backdrop-filter: blur(18px); transition: box-shadow .25s, border-color .25s; }
.isa-header.is-scrolled { border-color: var(--isa-line); box-shadow: 0 8px 30px rgba(42, 33, 24, .07); }
.isa-header__inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.isa-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--isa-navy); }
.isa-samara .isa-brand__logo { display: block; width: auto; height: 70px; max-width: 160px; object-fit: contain; }
.isa-samara .isa-brand--footer .isa-brand__logo { height: 78px; max-width: 190px; filter: drop-shadow(0 0 1px rgba(255,255,255,.25)); }
.isa-brand__mark { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--isa-gold); border-radius: 50%; font: 700 12px/1 Georgia, serif; letter-spacing: .08em; }
.isa-brand__name { display: flex; flex-direction: column; font: 600 18px/1 Georgia, serif; letter-spacing: .11em; }
.isa-brand__name small { margin-top: 5px; color: var(--isa-muted); font: 600 8px/1.1 Inter, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.isa-nav { display: flex; align-items: center; gap: clamp(22px, 3.2vw, 46px); margin-left: auto; }
.isa-nav a { position: relative; color: #4a3f33; font-size: 14px; font-weight: 600; }
.isa-nav a::after { position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; content: ""; background: var(--isa-gold); transition: right .2s; }
.isa-nav a:hover::after { right: 0; }

.isa-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 999px; padding: 0 25px; color: var(--isa-btn-text); background: linear-gradient(135deg, #e6cf82 0%, #c9a34b 55%, #b08a34 100%); font-weight: 750; line-height: 1; text-decoration: none; cursor: pointer; box-shadow: 0 10px 24px rgba(184, 146, 58, .28); transition: transform .2s, box-shadow .2s, filter .2s; }
.isa-btn:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 14px 30px rgba(184, 146, 58, .38); }
/* Kunci warna teks tombol agar tidak tertimpa warna link tema WordPress */
.isa-samara .isa-btn, .isa-samara a.isa-btn, .isa-samara a.isa-btn:visited, .isa-samara a.isa-btn:hover, .isa-samara a.isa-btn:focus, .isa-samara a.isa-btn:active { color: var(--isa-btn-text); text-decoration: none; }
.isa-btn--small { min-height: 42px; padding-inline: 20px; font-size: 13px; }
.isa-btn--primary { background: linear-gradient(135deg, #ead585 0%, #c9a34b 55%, #ad8730 100%); box-shadow: 0 13px 28px rgba(184, 146, 58, .32); }
.isa-btn--light { background: linear-gradient(135deg, #f3e4a8, #d9b95f); }
.isa-text-link { display: inline-flex; align-items: center; color: var(--isa-navy); border-bottom: 1px solid rgba(42, 33, 24, .42); font-weight: 700; }

.isa-hero { position: relative; padding: clamp(52px, 7vw, 98px) 0 0; background: radial-gradient(circle at 12% 16%, rgba(189, 153, 84, .12), transparent 28%), linear-gradient(180deg, #fbf8f2 0%, #f7f2e9 100%); }
.isa-hero__glow { position: absolute; width: 520px; height: 520px; right: -190px; top: 120px; border: 1px solid rgba(189, 153, 84, .22); border-radius: 50%; box-shadow: 0 0 0 76px rgba(189, 153, 84, .045), 0 0 0 152px rgba(189, 153, 84, .025); pointer-events: none; }
.isa-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr); align-items: center; gap: clamp(44px, 8vw, 112px); }
.isa-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: #77613b; font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.isa-eyebrow i { width: 28px; height: 1px; background: var(--isa-gold); }
.isa-hero h1 { max-width: 700px; margin-bottom: 25px; font-size: clamp(48px, 6.3vw, 82px); font-weight: 500; line-height: .99; }
.isa-hero__lead { max-width: 620px; margin-bottom: 31px; color: #566070; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.72; }
.isa-hero__actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.isa-hero__facts { display: grid; grid-template-columns: .7fr .8fr 1.5fr; gap: 24px; margin-top: 46px; padding-top: 25px; border-top: 1px solid var(--isa-line); }
.isa-hero__facts div { display: flex; flex-direction: column; gap: 3px; }
.isa-hero__facts strong { color: var(--isa-navy); font: 600 23px/1.2 Georgia, serif; }
.isa-hero__facts div:last-child strong { font-family: Inter, sans-serif; font-size: 15px; letter-spacing: -.01em; }
.isa-hero__facts span { color: var(--isa-muted); font-size: 11px; font-weight: 650; letter-spacing: .03em; }
.isa-hero__visual { position: relative; max-width: 500px; justify-self: end; }
.isa-hero__frame { position: relative; padding: 10px; border: 1px solid rgba(189, 153, 84, .42); border-radius: 230px 230px 28px 28px; background: rgba(255,255,255,.65); box-shadow: var(--isa-shadow); }
.isa-hero__frame > img { width: 100%; height: auto; aspect-ratio: 4 / 5.25; object-fit: cover; object-position: center 46%; border-radius: 220px 220px 20px 20px; }
.isa-photo-label { position: absolute; right: 25px; bottom: 25px; display: flex; align-items: center; gap: 11px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.45); border-radius: 14px; color: #fff; background: rgba(20, 15, 10, .72); backdrop-filter: blur(12px); }
.isa-photo-label > span { color: var(--isa-gold-light); font: 600 18px/1 Georgia, serif; }
.isa-photo-label div { display: flex; flex-direction: column; }
.isa-photo-label strong { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.isa-photo-label small { opacity: .75; font-size: 9px; }
.isa-price-float { position: absolute; left: -74px; top: 24%; display: flex; flex-direction: column; min-width: 150px; padding: 18px 20px; border: 1px solid #ebe2d2; border-radius: 17px; background: #fff; box-shadow: 0 18px 40px rgba(42, 33, 24,.14); }
.isa-price-float small, .isa-price-float span { color: var(--isa-muted); font-size: 10px; }
.isa-price-float strong { color: var(--isa-navy); font: 600 22px/1.4 Georgia, serif; }

.isa-countdown { position: relative; z-index: 2; margin-top: clamp(50px, 7vw, 88px); min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 22px clamp(22px, 3vw, 40px); color: #fff; background: var(--isa-navy); border-radius: 22px 22px 0 0; box-shadow: 0 20px 50px rgba(42, 33, 24,.18); }
.isa-countdown__title, .isa-countdown__note { display: flex; align-items: center; gap: 14px; }
.isa-countdown__title small, .isa-countdown__note small { display: block; color: #d3c6a3; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.isa-countdown__title strong, .isa-countdown__note strong { display: block; margin-top: 2px; color: #fff; font-size: 13px; }
.isa-icon-circle { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(221,197,142,.4); border-radius: 50%; }
.isa-countdown__numbers { display: flex; align-items: center; gap: 14px; }
.isa-countdown__numbers div { min-width: 45px; text-align: center; }
.isa-countdown__numbers strong { display: block; color: #fff; font: 500 27px/1 Georgia, serif; font-variant-numeric: tabular-nums; }
.isa-countdown__numbers span { color: #9ca7bb; font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.isa-countdown__numbers i { color: var(--isa-gold); font-style: normal; }
.isa-countdown__note { justify-self: end; padding-left: 30px; border-left: 1px solid rgba(255,255,255,.16); }
.isa-countdown.is-ended .isa-countdown__numbers { opacity: .55; }

.isa-proof { border-bottom: 1px solid var(--isa-line); background: #fff; }
.isa-proof__grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.isa-proof__grid > div { min-height: 52px; display: flex; align-items: center; gap: 13px; padding: 0 24px; border-right: 1px solid var(--isa-line); }
.isa-proof__grid > div:first-child { padding-left: 0; }
.isa-proof__grid > div:last-child { padding-right: 0; border-right: 0; }
.isa-proof__grid > div > span { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; color: #8d703c; border: 1px solid rgba(189,153,84,.42); border-radius: 50%; font: 700 10px/1 Georgia,serif; }
.isa-proof__grid p { display: flex; flex-direction: column; margin: 0; }
.isa-proof__grid strong { color: var(--isa-navy); font-size: 12px; }
.isa-proof__grid small { color: var(--isa-muted); font-size: 10px; }

.isa-section { padding: clamp(80px, 10vw, 132px) 0; }
.isa-section-head { margin-bottom: 50px; }
.isa-section-head--split { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); align-items: end; gap: 50px; }
.isa-section-head--center { max-width: 720px; margin-inline: auto; text-align: center; }
.isa-kicker { display: block; margin-bottom: 14px; color: #92743e; font-size: 10px; font-weight: 850; letter-spacing: .2em; }
.isa-section-head h2, .isa-faq__intro h2, .isa-final-cta h2 { margin-bottom: 0; font-size: clamp(38px, 5vw, 62px); font-weight: 500; line-height: 1.05; }
.isa-section-head p, .isa-faq__intro > p { margin-bottom: 0; color: var(--isa-muted); line-height: 1.75; }

.isa-collection { background: #fff; }
.isa-color-tabs { display: flex; gap: 10px; margin-bottom: 28px; overflow-x: auto; scrollbar-width: none; }
.isa-color-tabs::-webkit-scrollbar { display: none; }
.isa-color-tab { flex: 0 0 auto; min-height: 42px; display: inline-flex; align-items: center; gap: 9px; padding: 0 16px; color: #5b6270; border: 1px solid var(--isa-line); border-radius: 999px; background: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.isa-color-tab i { width: 14px; height: 14px; border: 2px solid #fff; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 1px rgba(42, 33, 24,.2); }
.isa-color-tab.is-active { color: var(--isa-btn-text); border-color: var(--isa-gold); background: linear-gradient(135deg, #ead585, #c9a34b); }
.isa-gallery { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: repeat(2, 300px); gap: 18px; }
.isa-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 24px; background: #ece8e0; }
.isa-gallery__main { grid-row: 1 / span 2; }
.isa-gallery img { width: 100%; height: 100%; object-fit: cover; transition: opacity .18s, transform .6s; }
.isa-gallery figure:hover img { transform: scale(1.025); }
.isa-gallery__main img { object-position: center 44%; }
.isa-gallery figure:nth-child(2) img { object-position: center 25%; }
.isa-gallery figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 15px; border-radius: 12px; color: #fff; background: rgba(10,17,31,.69); backdrop-filter: blur(10px); }
.isa-gallery figcaption span { color: var(--isa-gold-light); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.isa-gallery figcaption strong { font-size: 12px; }

.isa-builder-section { background: linear-gradient(180deg, #f6f0e6 0%, #fbf9f4 100%); }
.isa-order-shell { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(370px, .7fr); align-items: start; gap: 26px; }
.isa-configurator, .isa-order-card { border: 1px solid rgba(42, 33, 24,.1); border-radius: var(--isa-radius); background: #fff; box-shadow: 0 18px 50px rgba(42, 33, 24,.07); }
.isa-configurator { padding: clamp(22px, 3vw, 38px); }
.isa-order-card { position: sticky; top: 100px; overflow: hidden; }
.isa-step-heading, .isa-order-card__head { display: flex; align-items: center; gap: 14px; }
.isa-step-heading > span, .isa-step-number { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--isa-navy); font: 600 16px/1 Georgia, serif; }
.isa-step-heading div { display: flex; flex-direction: column; }
.isa-step-heading strong { color: var(--isa-navy); font-size: 15px; }
.isa-step-heading small { color: var(--isa-muted); font-size: 11px; }
.isa-segment-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 25px 0 28px; padding: 6px; border-radius: 14px; background: #f3efe6; }
.isa-segment-tabs button { min-height: 43px; padding: 0 10px; color: #6b6259; border: 0; border-radius: 10px; background: transparent; font-size: 12px; font-weight: 750; cursor: pointer; }
.isa-segment-tabs button.is-active { color: var(--isa-btn-text); background: #fff; box-shadow: inset 0 0 0 1px var(--isa-gold), 0 4px 12px rgba(42,33,24,.09); }
.isa-product-workspace { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(330px, 1.28fr); gap: 30px; }
.isa-product-preview { min-width: 0; }
.isa-product-preview__media { position: relative; margin-bottom: 18px; overflow: hidden; border-radius: 18px; background: #ece7de; }
.isa-product-preview__media img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 24%; }
.isa-product-preview__media > span { position: absolute; left: 12px; bottom: 12px; padding: 6px 10px; color: #fff; border-radius: 999px; background: rgba(15,24,44,.72); backdrop-filter: blur(8px); font-size: 10px; font-weight: 750; }
.isa-product-segment { color: #90733f; font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.isa-product-preview h3 { margin: 4px 0 7px; font-size: 27px; font-weight: 500; }
.isa-product-preview p { margin-bottom: 0; color: var(--isa-muted); font-size: 12px; line-height: 1.6; }
.isa-option-group { margin-bottom: 21px; }
.isa-option-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 9px; }
.isa-option-label strong { color: var(--isa-navy); font-size: 12px; }
.isa-option-label small, .isa-option-label a { color: var(--isa-muted); font-size: 10px; }
.isa-option-label a { border-bottom: 1px solid #aab0ba; }
.isa-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.isa-choice-grid--products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.isa-choice { min-height: 40px; padding: 8px 10px; color: #5e554b; border: 1px solid var(--isa-line); border-radius: 10px; background: #fff; font-size: 10px; font-weight: 750; cursor: pointer; }
.isa-choice:hover { border-color: rgba(42, 33, 24,.4); }
.isa-choice.is-active { color: var(--isa-navy); border-color: var(--isa-gold); background: #f8f1de; box-shadow: inset 0 0 0 1px var(--isa-gold); }
.isa-swatch-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.isa-swatch { width: 31px; height: 31px; padding: 3px; border: 1px solid transparent; border-radius: 50%; background: transparent; cursor: pointer; }
.isa-swatch i { display: block; width: 100%; height: 100%; border: 2px solid #fff; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 1px rgba(42, 33, 24,.18); }
.isa-swatch.is-active { border-color: var(--isa-gold); }
.isa-size-grid { display: flex; flex-wrap: wrap; gap: 7px; }
.isa-size { min-width: 40px; height: 36px; padding: 0 9px; color: #555e6c; border: 1px solid var(--isa-line); border-radius: 9px; background: #fff; font-size: 10px; font-weight: 750; cursor: pointer; }
.isa-size.is-active { color: var(--isa-btn-text); border-color: var(--isa-gold); background: linear-gradient(135deg, #ead585, #c9a34b); font-weight: 750; }
.isa-samara .isa-segment-tabs button.is-active, .isa-samara .isa-choice.is-active, .isa-samara .isa-size.is-active { color: #2a2118 !important; }
.isa-add-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding-top: 18px; border-top: 1px solid var(--isa-line); }
.isa-quantity { height: 42px; display: flex; align-items: center; border: 1px solid var(--isa-line); border-radius: 11px; overflow: hidden; }
.isa-quantity button { width: 33px; height: 100%; color: var(--isa-navy); border: 0; background: #f8f5ee; cursor: pointer; }
.isa-quantity input { width: 34px; height: 100%; padding: 0; border: 0; background: #fff; text-align: center; -moz-appearance: textfield; }
.isa-quantity input::-webkit-inner-spin-button { -webkit-appearance: none; }
.isa-live-price { display: flex; flex-direction: column; min-width: 92px; }
.isa-live-price small { color: var(--isa-muted); font-size: 9px; }
.isa-live-price strong { color: var(--isa-navy); font: 600 18px/1.3 Georgia, serif; }
.isa-add-btn { min-height: 42px; padding-inline: 18px; font-size: 11px; }
.isa-builder-message { min-height: 18px; margin: 9px 0 0; color: var(--isa-success); font-size: 10px; text-align: right; }

.isa-order-card__head { padding: 23px 24px; color: #fff; background: var(--isa-navy); }
.isa-order-card__head .isa-step-number { border: 1px solid rgba(221,197,142,.5); color: var(--isa-gold-light); }
.isa-order-card__head h3 { margin: 0; color: #fff; font-family: Inter, sans-serif; font-size: 15px; font-weight: 750; letter-spacing: -.01em; }
.isa-order-card__head p { margin: 3px 0 0; color: #d3c6a3; font-size: 10px; }
.isa-cart { padding: 18px 22px 0; }
.isa-cart-empty { padding: 19px 10px; border: 1px dashed #d8d3c9; border-radius: 12px; text-align: center; }
.isa-cart-empty > span { display: block; margin-bottom: 6px; font-size: 21px; }
.isa-cart-empty strong { display: block; color: var(--isa-navy); font-size: 11px; }
.isa-cart-empty p { margin: 3px 0 0; color: var(--isa-muted); font-size: 9px; }
.isa-cart-items { display: grid; gap: 9px; }
.isa-cart-item { position: relative; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 10px; padding: 9px; border: 1px solid var(--isa-line); border-radius: 12px; }
.isa-cart-item img { width: 48px; height: 59px; object-fit: cover; border-radius: 8px; }
.isa-cart-item__copy { min-width: 0; }
.isa-cart-item__copy strong { display: block; overflow: hidden; color: var(--isa-navy); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.isa-cart-item__copy small { display: block; color: var(--isa-muted); font-size: 8px; line-height: 1.4; }
.isa-cart-item__price { text-align: right; }
.isa-cart-item__price strong { display: block; color: var(--isa-navy); font-size: 10px; }
.isa-cart-item__price button { padding: 2px 0; color: #9a4040; border: 0; background: transparent; font-size: 8px; cursor: pointer; }
.isa-cart-total { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--isa-line); }
.isa-cart-total span { color: var(--isa-muted); font-size: 11px; }
.isa-cart-total strong { color: var(--isa-navy); font: 600 19px/1 Georgia,serif; }
.isa-order-form { padding: 18px 22px 23px; }
.isa-payment-box { min-width: 0; margin: 0 0 17px; padding: 14px; border: 1px solid rgba(184,146,58,.34); border-radius: 14px; background: #fffaf0; }
.isa-payment-box legend { padding: 0 6px; color: var(--isa-navy); font-size: 11px; font-weight: 800; }
.isa-payment-options { display: grid; gap: 8px; }
.isa-payment-option { min-width: 0; display: flex; align-items: flex-start; gap: 10px; padding: 11px; color: var(--isa-ink); border: 1px solid #ded7ca; border-radius: 11px; background: #fff; cursor: pointer; }
.isa-payment-option:has(input:checked) { border-color: var(--isa-gold); background: #f8f1de; box-shadow: inset 0 0 0 1px rgba(184,146,58,.25); }
.isa-payment-option input { flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--isa-gold-dark); }
.isa-payment-option > span { min-width: 0; display: grid; gap: 2px; }
.isa-payment-option strong { color: var(--isa-navy); font-size: 11px; overflow-wrap: anywhere; }
.isa-payment-option small { color: #6d6256; font-size: 9px; line-height: 1.45; }
.isa-installment-plan { display: grid; gap: 8px; margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(42,33,24,.11); }
.isa-installment-plan[hidden] { display: none; }
.isa-installment-plan > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 9px; border-radius: 9px; background: #fff; }
.isa-installment-plan > div > span { min-width: 0; display: grid; gap: 1px; }
.isa-installment-plan strong, .isa-installment-plan b { color: var(--isa-navy); font-size: 10px; }
.isa-installment-plan small { color: var(--isa-muted); font-size: 8px; }
.isa-installment-plan b { flex: 0 0 auto; }
.isa-installment-plan p { margin: 2px 1px 0; color: #6d6256; font-size: 8px; line-height: 1.5; }
.isa-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.isa-field { display: grid; gap: 5px; }
.isa-field--full { grid-column: 1 / -1; }
.isa-field span { color: #515a68; font-size: 9px; font-weight: 700; }
.isa-field input, .isa-field textarea { width: 100%; min-height: 39px; padding: 9px 11px; color: var(--isa-ink); border: 1px solid var(--isa-line); border-radius: 9px; outline: 0; background: #fcfbf8; font-size: 11px; resize: vertical; transition: border-color .2s, box-shadow .2s; }
.isa-field input:focus, .isa-field textarea:focus { border-color: var(--isa-gold); box-shadow: 0 0 0 3px rgba(189,153,84,.12); }
.isa-field [aria-invalid="true"] { border-color: #b84444; background: #fff8f8; }
.isa-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.isa-form-alert { margin-top: 12px; padding: 9px 11px; color: #8a2828; border-radius: 8px; background: #fce9e9; font-size: 10px; }
.isa-btn--whatsapp { width: 100%; min-height: 51px; margin-top: 14px; padding: 0 17px; background: #19784b; box-shadow: 0 12px 24px rgba(25,120,75,.18); }
.isa-samara .isa-btn--whatsapp, .isa-samara .isa-btn--whatsapp:hover { color: #fff; }
.isa-btn--whatsapp span { width: 28px; height: 28px; display: grid; place-items: center; margin-right: auto; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; font-size: 8px; }
.isa-btn--whatsapp b { font-size: 11px; }
.isa-btn--whatsapp i { margin-left: auto; font-style: normal; }
.isa-btn--whatsapp[disabled] { opacity: .65; cursor: wait; }
.isa-order-fineprint { margin: 9px 4px 0; color: #818690; font-size: 8px; line-height: 1.5; text-align: center; }

.isa-size-section { background: #fff; }
.isa-size-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 28px; }
.isa-accordion-list { border-top: 1px solid var(--isa-line); }
.isa-accordion-list details { border-bottom: 1px solid var(--isa-line); }
.isa-accordion-list summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 21px 3px; color: var(--isa-navy); font-weight: 750; cursor: pointer; list-style: none; }
.isa-accordion-list summary::-webkit-details-marker { display: none; }
.isa-accordion-list summary span { color: var(--isa-muted); font-size: 11px; font-weight: 600; }
.isa-accordion-list details[open] summary { color: #92743e; }
.isa-table-scroll { padding: 0 0 22px; overflow-x: auto; }
.isa-table-scroll table { width: 100%; border-collapse: collapse; font-size: 12px; }
.isa-table-scroll th, .isa-table-scroll td { padding: 9px 12px; border: 1px solid #e4e1da; text-align: center; white-space: nowrap; }
.isa-table-scroll thead th { color: #fff; background: var(--isa-navy); }
.isa-table-scroll tbody th { color: var(--isa-navy); background: #f7f2e6; }
.isa-size-tip { position: sticky; top: 105px; padding: 30px; border-radius: 22px; color: #fff; background: linear-gradient(145deg, #33291c, #1e1711); box-shadow: var(--isa-shadow); }
.isa-size-tip > span { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 38px; color: var(--isa-gold-light); border: 1px solid rgba(221,197,142,.35); border-radius: 50%; }
.isa-size-tip h3 { margin-bottom: 11px; color: #fff; font-size: 26px; font-weight: 500; }
.isa-size-tip p { color: #b8c0cf; font-size: 13px; line-height: 1.7; }
.isa-size-tip a { color: var(--isa-gold-light); border-bottom: 1px solid rgba(221,197,142,.45); font-size: 12px; font-weight: 700; }

.isa-process { background: var(--isa-cream); }
.isa-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.isa-process-grid li { min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid rgba(42, 33, 24,.11); border-radius: 20px; background: rgba(255,255,255,.65); }
.isa-process-grid li > span { color: #a78548; font: 500 25px/1 Georgia,serif; }
.isa-process-grid h3 { margin-bottom: 9px; font-size: 21px; font-weight: 500; }
.isa-process-grid p { margin-bottom: 0; color: var(--isa-muted); font-size: 12px; line-height: 1.65; }
.isa-notice { display: grid; grid-template-columns: 150px 1fr; gap: 25px; margin-top: 24px; padding: 22px 25px; border-left: 3px solid var(--isa-gold); background: rgba(255,255,255,.68); }
.isa-notice strong { color: var(--isa-navy); }
.isa-notice p { margin: 0; color: var(--isa-muted); font-size: 12px; }

.isa-faq { background: #fff; }
.isa-faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: clamp(60px, 9vw, 125px); }
.isa-faq__intro { position: sticky; top: 110px; }
.isa-faq__intro h2 { margin-bottom: 20px; }
.isa-faq__intro .isa-text-link { margin-top: 21px; font-size: 12px; }
.isa-faq__list { border-top: 1px solid var(--isa-line); }
.isa-faq__list details { border-bottom: 1px solid var(--isa-line); }
.isa-faq__list summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 24px 0; color: var(--isa-navy); font-weight: 750; cursor: pointer; list-style: none; }
.isa-faq__list summary::-webkit-details-marker { display: none; }
.isa-faq__list summary span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--isa-line); border-radius: 50%; font-weight: 400; transition: transform .2s; }
.isa-faq__list details[open] summary span { transform: rotate(45deg); }
.isa-faq__list details p { max-width: 650px; margin: -4px 45px 24px 0; color: var(--isa-muted); font-size: 13px; line-height: 1.75; }

.isa-final-cta { position: relative; padding: 95px 0; color: #fff; background: var(--isa-navy); overflow: hidden; }
.isa-final-cta__image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(27,21,16,.97) 0%, rgba(27,21,16,.88) 53%, rgba(27,21,16,.36) 100%), url('../images/gallery/black-family.webp') center 38% / cover no-repeat; opacity: .92; }
.isa-final-cta__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.isa-final-cta h2 { max-width: 650px; margin-bottom: 17px; color: #fff; }
.isa-final-cta p { max-width: 620px; margin-bottom: 0; color: #dccfb6; }
.isa-final-cta .isa-btn { flex: 0 0 auto; }

.isa-footer { padding: 31px 0; color: #cabfa9; background: #171209; }
.isa-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.isa-brand--footer { color: #fff; }
.isa-footer p { margin: 0; font-size: 11px; }
.isa-footer__inner > div:last-child { display: flex; gap: 22px; font-size: 10px; font-weight: 700; }
.isa-mobile-cta { display: none; }
.isa-toast { position: fixed; right: 20px; bottom: 20px; z-index: 90; max-width: 340px; padding: 13px 18px; color: #fff; border-radius: 12px; background: var(--isa-navy); box-shadow: 0 16px 40px rgba(0,0,0,.2); font-size: 12px; transform: translateY(160%); opacity: 0; transition: .25s; }
.isa-toast.is-visible { transform: none; opacity: 1; }
.isa-noscript { position: fixed; z-index: 100; left: 20px; right: 20px; bottom: 20px; padding: 14px; color: #fff; background: #851f1f; text-align: center; }

.isa-policy { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; margin-top: 18px; padding: 20px 24px; border: 1px solid rgba(184,146,58,.45); border-radius: 18px; background: var(--isa-gold-soft); }
.isa-policy > span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--isa-btn-text); border-radius: 50%; background: linear-gradient(135deg, #ead585, #c9a34b); font-size: 15px; font-weight: 800; }
.isa-policy strong { display: block; margin-bottom: 4px; color: var(--isa-navy); font-size: 14px; }
.isa-policy p { margin: 0; color: #5e554b; font-size: 13px; line-height: 1.6; white-space: pre-line; }
.isa-policy-badge { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; padding: 7px 12px; color: var(--isa-gold-dark); border: 1px solid rgba(184,146,58,.4); border-radius: 999px; background: #fff; font-size: 11px; font-weight: 750; letter-spacing: .02em; }
.isa-policy-badge i { width: 6px; height: 6px; border-radius: 50%; background: var(--isa-gold); }
.isa-order-fineprint b { color: var(--isa-gold-dark); }
.isa-footer__policy { margin: 6px 0 0; font-size: 10px; color: #a89d88; }
.isa-footer__inner > div:last-child a:hover { color: var(--isa-gold-light); }

.isa-video-section { padding-top: 0; }
.isa-video-track { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(200px, 17vw, 236px); gap: 16px; margin-inline: -6px; padding: 6px 6px 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: rgba(184,146,58,.5) transparent; -webkit-overflow-scrolling: touch; }
.isa-video-card { position: relative; margin: 0; aspect-ratio: 9 / 16; border-radius: 20px; overflow: hidden; background: #1b1510; box-shadow: 0 16px 36px rgba(42,33,24,.16); scroll-snap-align: start; }
.isa-video-card video { width: 100%; height: 100%; object-fit: cover; display: block; }
.isa-video-card figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; flex-direction: column; gap: 2px; padding: 10px 12px; color: #fff; border-radius: 12px; background: rgba(20,15,10,.62); backdrop-filter: blur(8px); pointer-events: none; }
.isa-video-card figcaption strong { font-size: 12px; }
.isa-video-card figcaption small { color: #d3c6a3; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.isa-video-play { position: absolute; inset: 0; display: grid; place-items: center; border: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.15)); cursor: pointer; }
.isa-video-play span { position: relative; width: 56px; height: 56px; display: block; border-radius: 50%; background: linear-gradient(135deg, #ead585, #c9a34b); box-shadow: 0 10px 26px rgba(0,0,0,.35); transition: transform .2s; }
.isa-video-play span::after { content: ""; position: absolute; left: 22px; top: 17px; border-style: solid; border-width: 11px 0 11px 18px; border-color: transparent transparent transparent #2a2118; }
.isa-video-play:hover span { transform: scale(1.06); }
.isa-video-card.is-playing .isa-video-play { display: none; }
.isa-video-card.is-playing figcaption { opacity: 0; transition: opacity .3s; }
.isa-video-card.is-autoplaying .isa-video-play { background: none; }
.isa-video-card.is-autoplaying .isa-video-play span { width: 44px; height: 44px; opacity: .92; }
.isa-video-card.is-autoplaying .isa-video-play span::after { left: 17px; top: 13px; border-width: 9px 0 9px 14px; }
.isa-video-card.is-autoplaying .isa-video-play span::before { content: "\1F507"; position: absolute; right: -6px; top: -6px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #2a2118; color: #fff; font-size: 10px; }
@media (max-width: 1040px) {
  .isa-hero__grid { grid-template-columns: 1fr .8fr; gap: 50px; }
  .isa-price-float { left: -35px; }
  .isa-order-shell { grid-template-columns: 1fr; }
  .isa-order-card { position: static; display: grid; grid-template-columns: .8fr 1.2fr; }
  .isa-order-card__head { grid-column: 1 / -1; }
  .isa-cart { padding-bottom: 22px; border-right: 1px solid var(--isa-line); }
  .isa-product-workspace { grid-template-columns: 250px 1fr; }
}

@media (max-width: 782px) {
  .isa-header { position: static; }
  body.isa-samara-page.admin-bar .isa-header { top: 46px; }
  .isa-container { width: min(100% - 28px, 720px); }
  .isa-announcement__inner { justify-content: center; text-align: center; }
  .isa-announcement a { display: none; }
	.isa-header__inner { position: relative; min-height: 66px; justify-content: center; }
	.isa-nav { display: none; }
	.isa-header .isa-btn { display: none; }
	.isa-header .isa-brand { margin-inline: auto; justify-content: center; }
  .isa-samara .isa-brand__logo { height: 50px; max-width: 124px; }
  .isa-samara .isa-brand--footer .isa-brand__logo { height: 66px; }
  .isa-brand__mark { width: 38px; height: 38px; }
  .isa-brand__name { font-size: 15px; }
  .isa-hero { padding-top: 45px; }
  .isa-hero__grid { grid-template-columns: 1fr; gap: 42px; }
  .isa-hero__copy { text-align: center; }
  .isa-eyebrow, .isa-hero__actions { justify-content: center; }
  .isa-hero h1 { margin-inline: auto; font-size: clamp(44px, 12vw, 66px); }
  .isa-hero__lead { margin-inline: auto; font-size: 16px; }
  .isa-hero__facts { max-width: 530px; margin-inline: auto; text-align: left; }
  .isa-hero__visual { max-width: 520px; justify-self: center; }
  .isa-price-float { left: -8px; top: 19%; }
  .isa-countdown { grid-template-columns: 1fr; gap: 18px; padding-block: 25px; text-align: center; border-radius: 20px 20px 0 0; }
  .isa-countdown__title, .isa-countdown__note { justify-content: center; }
  .isa-countdown__numbers { justify-content: center; }
  .isa-countdown__note { justify-self: stretch; padding: 17px 0 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .isa-proof__grid { grid-template-columns: repeat(2, 1fr); padding-block: 15px; }
  .isa-proof__grid > div { padding: 15px; border-bottom: 1px solid var(--isa-line); }
  .isa-proof__grid > div:nth-child(2) { border-right: 0; }
  .isa-proof__grid > div:nth-child(n+3) { border-bottom: 0; }
  .isa-proof__grid > div:first-child { padding-left: 15px; }
  .isa-section-head--split { grid-template-columns: 1fr; gap: 20px; }
  .isa-video-track { grid-auto-columns: min(62vw, 250px); gap: 12px; }
  .isa-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: minmax(470px, 70vh) 260px; }
  .isa-gallery__main { grid-column: 1 / -1; grid-row: auto; }
  .isa-product-workspace { grid-template-columns: 1fr; }
  .isa-product-preview { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 18px; }
  .isa-product-preview__media { margin-bottom: 0; }
  .isa-order-card { display: block; }
  .isa-cart { border-right: 0; }
  .isa-size-layout { grid-template-columns: 1fr; }
  .isa-size-tip { position: static; }
  .isa-process-grid { grid-template-columns: repeat(2, 1fr); }
  .isa-process-grid li { min-height: 190px; }
  .isa-faq__grid { grid-template-columns: 1fr; gap: 45px; }
  .isa-faq__intro { position: static; }
  .isa-final-cta__inner { align-items: flex-start; flex-direction: column; }
  .isa-footer__inner { flex-direction: column; text-align: center; }
}

@media (max-width: 560px) {
  .isa-samara { padding-bottom: 70px; }
  .isa-container { width: calc(100% - 24px); }
  .isa-announcement { font-size: 10px; }
  .isa-header__inner { min-height: 62px; }
  .isa-hero { padding-top: 34px; }
  .isa-eyebrow { gap: 8px; font-size: 8px; }
  .isa-eyebrow i { width: 17px; }
  .isa-hero h1 { font-size: clamp(42px, 14vw, 58px); }
  .isa-hero__lead { font-size: 14px; }
  .isa-hero__actions { flex-direction: column; gap: 17px; }
  .isa-hero__actions .isa-btn { width: 100%; }
  .isa-hero__facts { grid-template-columns: 1fr 1fr; gap: 17px; }
  .isa-hero__facts div:last-child { grid-column: 1 / -1; }
  .isa-hero__visual { width: calc(100% - 12px); }
  .isa-price-float { left: -5px; top: 17%; min-width: 130px; padding: 13px 15px; }
  .isa-price-float strong { font-size: 18px; }
  .isa-countdown { margin-top: 45px; }
  .isa-countdown__numbers { gap: 7px; }
  .isa-countdown__numbers div { min-width: 40px; }
  .isa-countdown__numbers strong { font-size: 23px; }
  .isa-proof__grid { grid-template-columns: 1fr; }
  .isa-proof__grid > div, .isa-proof__grid > div:nth-child(n) { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--isa-line); }
  .isa-proof__grid > div:last-child { border-bottom: 0; }
  .isa-section { padding-block: 78px; }
  .isa-section-head { margin-bottom: 34px; }
  .isa-section-head h2, .isa-faq__intro h2, .isa-final-cta h2 { font-size: 39px; }
  .isa-section-head p { font-size: 13px; }
  .isa-color-tabs { margin-right: -12px; padding-right: 12px; }
  .isa-gallery { grid-template-rows: 450px 200px; gap: 9px; }
  .isa-gallery figure { border-radius: 16px; }
  .isa-gallery figcaption { left: 9px; right: 9px; bottom: 9px; padding: 9px 10px; }
  .isa-gallery figcaption span { font-size: 8px; }
  .isa-gallery figcaption strong { font-size: 9px; }
  .isa-configurator { padding: 17px 14px; border-radius: 17px; }
  .isa-segment-tabs { grid-template-columns: repeat(4, minmax(65px,1fr)); margin-inline: -2px; overflow-x: auto; }
  .isa-product-preview { grid-template-columns: 116px 1fr; gap: 13px; }
  .isa-product-preview h3 { font-size: 23px; }
  .isa-product-preview p { font-size: 10px; }
  .isa-choice-grid--products { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .isa-add-row { grid-template-columns: auto 1fr; }
  .isa-add-btn { grid-column: 1 / -1; width: 100%; }
  .isa-builder-message { text-align: center; }
  .isa-order-card { border-radius: 17px; }
  .isa-order-card__head { padding-inline: 18px; }
  .isa-cart, .isa-order-form { padding-left: 15px; padding-right: 15px; }
  .isa-form-grid { grid-template-columns: 1fr; }
  .isa-field, .isa-field--full { grid-column: 1; }
  .isa-process-grid { grid-template-columns: 1fr; }
  .isa-process-grid li { min-height: 160px; }
  .isa-notice { grid-template-columns: 1fr; gap: 8px; }
  .isa-final-cta { padding-block: 76px; }
  .isa-final-cta__image { background-position: 62% 38%; }
  .isa-mobile-cta { position: fixed; z-index: 80; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 9px 11px 9px 17px; color: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(30,24,17,.96); box-shadow: 0 15px 35px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
  .isa-mobile-cta > span { display: flex; flex-direction: column; }
  .isa-mobile-cta small { color: #d3c6a3; font-size: 8px; }
  .isa-mobile-cta strong { color: #fff; font: 600 16px/1.2 Georgia, serif; }
    .isa-mobile-cta b { padding: 12px 15px; border-radius: 12px; color: var(--isa-btn-text); background: linear-gradient(135deg, #ead585, #c9a34b); font-size: 10px; }
  .isa-policy { grid-template-columns: 1fr; gap: 10px; padding: 16px; }
  .isa-policy > span { width: 34px; height: 34px; font-size: 13px; }
  .isa-samara .isa-brand__logo { height: 52px; max-width: 124px; }
  .isa-header__inner { gap: 12px; }
  .isa-announcement__inner { min-height: 34px; padding-block: 6px; line-height: 1.4; }
  .isa-toast { left: 16px; right: 16px; bottom: 82px; max-width: none; text-align: center; }
}

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