:root {
  color-scheme: light;
  --ink: #15233b;
  --muted: #647087;
  --line: #dfe4ec;
  --paper: #ffffff;
  --canvas: #f6f7fa;
  --navy: #112c55;
  --navy-2: #0b203e;
  --blue: #2977ff;
  --coral: #f05a47;
  --green: #18845c;
  --yellow: #ffcf57;
  --shadow: 0 18px 50px rgba(16, 38, 73, .10);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--canvas);
  line-height: 1.5;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--canvas); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, .brand strong { font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; background: var(--paper); border-radius: 8px; }
.skip-link:focus { transform: none; }
.announcement { padding: 7px 16px; background: var(--navy-2); color: #fff; font-size: .84rem; font-weight: 700; text-align: center; letter-spacing: .02em; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(17,44,85,.12); backdrop-filter: blur(12px); }
.header-main { display: grid; grid-template-columns: 230px minmax(280px, 1fr) auto; gap: 28px; align-items: center; min-height: 78px; }
.brand { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px 13px 13px 4px; background: linear-gradient(135deg, var(--coral), #ff8a65); color: #fff; font: 800 1.45rem/1 "Manrope"; box-shadow: 0 7px 16px rgba(240,90,71,.25); }
.brand span:last-child { display: grid; line-height: 1.05; }
.brand strong { font-size: 1.2rem; letter-spacing: -.035em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .69rem; letter-spacing: .11em; text-transform: uppercase; }
.global-search { display: grid; grid-template-columns: 1fr 50px; overflow: hidden; border: 1px solid #cdd5e2; border-radius: 12px; background: #f8f9fc; transition: border-color .2s, box-shadow .2s; }
.global-search:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(41,119,255,.12); background: #fff; }
.global-search input { min-width: 0; padding: 13px 16px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.global-search button { border: 0; background: var(--blue); color: #fff; font-size: 1.7rem; line-height: 1; }
.header-actions { display: flex; gap: 24px; align-items: center; }
.header-action { display: flex; gap: 8px; align-items: center; text-decoration: none; white-space: nowrap; }
.header-action > span:last-child { display: grid; }
.header-action small { color: var(--muted); font-size: .71rem; }
.header-action strong { max-width: 130px; overflow: hidden; font-size: .85rem; text-overflow: ellipsis; }
.action-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #eef3fb; color: var(--navy); font-size: 1.2rem; }
.cart-action .action-icon { background: #fff3ee; color: var(--coral); }
.category-bar { border-top: 1px solid #edf0f5; }
.category-nav { display: flex; gap: 4px; align-items: center; min-height: 46px; overflow: auto hidden; scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav a { display: flex; gap: 7px; align-items: center; padding: 8px 10px; border-radius: 8px; color: #334057; font-size: .82rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.category-nav a:hover { background: #eef3fb; color: var(--blue); }
.category-nav small { color: #97a1b2; font-size: .67rem; }
.category-nav .all-categories { margin-right: 6px; background: #edf3ff; color: var(--navy); }
.category-nav .nav-special { color: var(--coral); }
.nav-skeleton { width: 100px; height: 12px; border-radius: 5px; background: #e5e9ef; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 20px; border: 1px solid var(--blue); border-radius: 10px; background: var(--blue); color: #fff; font-weight: 700; text-decoration: none; box-shadow: 0 8px 18px rgba(41,119,255,.18); transition: transform .15s, box-shadow .15s, background .15s; }
.button:hover { transform: translateY(-1px); background: #1667ea; box-shadow: 0 12px 24px rgba(41,119,255,.22); }
.button.secondary { border-color: #c9d1dd; background: #fff; color: var(--navy); box-shadow: none; }
.button.light { border-color: #fff; background: #fff; color: var(--navy); box-shadow: none; }
.button.wide { width: 100%; }
.button.small { min-height: 38px; padding: 8px 14px; font-size: .84rem; }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.eyebrow { display: block; margin-bottom: 8px; color: var(--coral); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; padding: 22px 0; color: var(--muted); font-size: .82rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--blue); }
.section { padding-block: 70px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
.section-head h2 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.1rem); letter-spacing: -.035em; }
.section-head > a { color: var(--blue); font-weight: 700; text-decoration: none; }

.hero { overflow: hidden; background: linear-gradient(120deg, #eaf2ff 0%, #f6f9ff 55%, #fff2ec 100%); }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 500px; }
.hero-copy { position: relative; z-index: 2; max-width: 620px; padding: 68px 0; }
.hero-copy h1 { max-width: 610px; margin-bottom: 18px; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -.055em; }
.hero-copy p { max-width: 570px; margin-bottom: 28px; color: #506079; font-size: 1.12rem; }
.hero-visual { position: relative; align-self: stretch; min-height: 450px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb.one { top: 40px; right: 15px; width: 380px; height: 380px; background: rgba(255,207,87,.45); }
.hero-orb.two { right: 300px; bottom: 20px; width: 190px; height: 190px; background: rgba(41,119,255,.13); }
.hero-product { position: absolute; top: 62px; right: 0; width: min(480px, 90%); padding: 14px; border: 1px solid rgba(255,255,255,.65); border-radius: 28px; background: rgba(255,255,255,.82); box-shadow: 0 28px 70px rgba(17,44,85,.18); transform: rotate(2deg); backdrop-filter: blur(9px); }
.hero-product img { width: 100%; border-radius: 18px; }
.hero-product span, .hero-product strong { display: block; padding-inline: 8px; }
.hero-product span { margin-top: 13px; color: var(--coral); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.hero-product strong { margin: 3px 0 8px; font-size: 1.35rem; }
.promise-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: -1px; border: 1px solid var(--line); border-radius: 0 0 14px 14px; background: #fff; box-shadow: 0 10px 30px rgba(17,44,85,.05); }
.promise-grid > div { display: flex; gap: 12px; align-items: center; padding: 20px 22px; border-right: 1px solid var(--line); }
.promise-grid > div:last-child { border: 0; }
.promise-grid > div > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: #edf3ff; color: var(--blue); font-weight: 800; }
.promise-grid p { display: grid; margin: 0; }
.promise-grid strong { font-size: .9rem; }
.promise-grid small { color: var(--muted); font-size: .75rem; }
.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.category-grid a { position: relative; min-height: 205px; overflow: hidden; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, var(--accent), #fff 72%); text-decoration: none; transition: transform .18s, box-shadow .18s; }
.category-grid a:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.category-grid a > span { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 22px; border-radius: 14px; background: rgba(255,255,255,.82); font-size: 1.5rem; box-shadow: 0 8px 18px rgba(17,44,85,.08); }
.category-grid h3 { margin-bottom: 6px; font-size: 1.05rem; }
.category-grid p { margin-bottom: 14px; color: var(--muted); font-size: .84rem; }
.category-grid small { color: var(--navy); font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.product-card { display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 5px 18px rgba(17,44,85,.04); transition: transform .18s, box-shadow .18s; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-media { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: #eff2f7; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-media img { transform: scale(1.035); }
.product-badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 9px; border-radius: 999px; background: var(--coral); color: #fff; font-size: .7rem; font-weight: 800; box-shadow: 0 5px 12px rgba(240,90,71,.24); }
.product-copy { padding: 15px 16px 8px; }
.product-category { color: var(--blue); font-size: .71rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
.product-copy h3 { margin: 5px 0 6px; font-size: .98rem; line-height: 1.25; }
.product-copy h3 a { text-decoration: none; }
.product-copy p { min-height: 40px; margin-bottom: 10px; color: var(--muted); font-size: .82rem; line-height: 1.4; }
.rating-line { display: flex; flex-wrap: wrap; gap: 5px; align-items: center; color: var(--muted); font-size: .73rem; }
.stars { color: #f0a500; letter-spacing: -1px; }
.product-buy { display: flex; justify-content: space-between; align-items: end; gap: 10px; padding: 10px 16px 16px; }
.product-buy > div { display: flex; flex-wrap: wrap; gap: 5px 8px; align-items: baseline; }
.product-buy strong { font: 800 1.12rem "Manrope"; }
.product-buy del { color: #8c95a5; font-size: .77rem; }
.product-buy small { width: 100%; color: var(--green); font-size: .7rem; font-weight: 700; }
.icon-button { display: grid; flex: 0 0 42px; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 12px; background: var(--navy); color: #fff; font-size: 1.35rem; transition: background .15s, transform .15s; }
.icon-button:hover { background: var(--blue); transform: scale(1.05); }
.campaign { display: grid; grid-template-columns: 1fr .65fr; min-height: 310px; overflow: hidden; margin-bottom: 70px; border-radius: 22px; background: linear-gradient(125deg, var(--navy-2), var(--navy)); color: #fff; box-shadow: var(--shadow); }
.campaign > div:first-child { padding: 55px; }
.campaign h2 { max-width: 560px; margin-bottom: 12px; font-size: clamp(2rem,4vw,3.1rem); line-height: 1.05; }
.campaign p { margin-bottom: 24px; color: #c8d7ed; }
.campaign-art { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 55%, rgba(255,255,255,.18), transparent 45%); color: var(--yellow); font-size: 8rem; }
.campaign-art::before, .campaign-art::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.campaign-art::before { width: 320px; height: 320px; }
.campaign-art::after { width: 430px; height: 430px; }
.campaign-art span { position: absolute; bottom: 34px; font-size: .73rem; letter-spacing: .25em; text-transform: uppercase; }
.newsletter { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; margin-bottom: 70px; padding: 28px 34px; border: 1px solid #cfe0ff; border-radius: 16px; background: #edf4ff; }
.newsletter > div { display: flex; gap: 18px; align-items: center; }
.newsletter > div > span { font-size: 2rem; }
.newsletter h2 { margin-bottom: 3px; font-size: 1.15rem; }
.newsletter p { margin: 0; color: var(--muted); font-size: .85rem; }
.newsletter form { display: flex; min-width: 420px; }
.newsletter input { flex: 1; min-width: 0; padding: 12px 14px; border: 1px solid #c4d2e7; border-radius: 10px 0 0 10px; outline: 0; }
.newsletter .button { border-radius: 0 10px 10px 0; }

.catalog-page { padding-bottom: 80px; }
.catalog-title { display: flex; justify-content: space-between; align-items: end; min-height: 150px; margin-bottom: 28px; padding: 30px 36px; border-radius: 18px; background: linear-gradient(120deg,#eaf2ff,#fff); }
.catalog-title h1 { margin-bottom: 6px; font-size: clamp(2rem,4vw,3.3rem); letter-spacing: -.045em; }
.catalog-title p { max-width: 680px; margin: 0; color: var(--muted); }
.catalog-layout { display: grid; grid-template-columns: 235px 1fr; gap: 28px; align-items: start; }
.filters { position: sticky; top: 144px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.filters form { display: grid; gap: 22px; }
.filters fieldset { display: grid; gap: 5px; margin: 0; padding: 0 0 20px; border: 0; border-bottom: 1px solid var(--line); }
.filters legend { width: 100%; margin-bottom: 10px; font: 800 .93rem "Manrope"; }
.filters fieldset > a { display: flex; justify-content: space-between; padding: 7px 8px; border-radius: 7px; color: #4f5b70; font-size: .82rem; text-decoration: none; }
.filters fieldset > a:hover, .filters fieldset > a.active { background: #edf3ff; color: var(--blue); font-weight: 700; }
.filters a small { color: #919aa8; }
.price-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.price-fields label { display: grid; gap: 4px; color: var(--muted); font-size: .7rem; }
.price-fields input { width: 100%; padding: 8px; border: 1px solid #cdd4df; border-radius: 7px; }
.check { display: flex !important; grid-column: auto !important; gap: 8px; align-items: center; color: #4f5b70; font-size: .82rem; }
.check input { width: 17px !important; height: 17px; accent-color: var(--blue); }
.catalog-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 17px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.catalog-toolbar p { margin: 0; color: var(--muted); font-size: .85rem; }
.catalog-toolbar label { display: flex; gap: 9px; align-items: center; color: var(--muted); font-size: .8rem; }
.catalog-toolbar select { padding: 8px 30px 8px 10px; border: 1px solid #cdd4df; border-radius: 8px; background: #fff; }

.product-page { padding-bottom: 80px; }
.product-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: 46px; align-items: start; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 35px rgba(17,44,85,.05); }
.gallery { display: grid; grid-template-columns: 86px 1fr; gap: 14px; }
.gallery-thumbs { display: grid; gap: 10px; align-content: start; }
.gallery-thumbs button { overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 11px; background: #f1f4f8; }
.gallery-thumbs button.active { border-color: var(--blue); }
.gallery-thumbs img { aspect-ratio: 1/1; width: 100%; object-fit: cover; }
.gallery-main { position: relative; overflow: hidden; border-radius: 16px; background: #f0f3f8; }
.gallery-main > img { width: 100%; height: 100%; min-height: 490px; object-fit: cover; }
.detail-info { padding: 8px 8px 8px 0; }
.detail-info h1 { margin: 8px 0 8px; font-size: clamp(2rem,4vw,3rem); line-height: 1.04; letter-spacing: -.045em; }
.detail-subtitle { margin-bottom: 10px; color: var(--muted); font-size: 1rem; }
.rating-line.large { margin-bottom: 22px; font-size: .82rem; }
.rating-line.large a { color: var(--blue); }
.detail-price { display: flex; gap: 12px; align-items: baseline; margin-bottom: 18px; }
.detail-price strong { font: 800 1.8rem "Manrope"; }
.detail-price del { color: var(--muted); }
.detail-info > p:not(.detail-subtitle) { color: #536076; }
.stock { margin: 18px 0; padding: 12px; border-radius: 9px; background: #ebf8f2; color: #246448; font-size: .82rem; }
.stock > span { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: #1aae75; }
.buy-box { display: flex; gap: 12px; align-items: end; margin: 18px 0; }
.buy-box label { display: grid; gap: 4px; color: var(--muted); font-size: .72rem; }
.buy-box select { min-height: 46px; padding: 0 35px 0 12px; border: 1px solid #cbd3df; border-radius: 10px; background: #fff; }
.buy-box .grow { flex: 1; }
.delivery-list { display: grid; gap: 0; margin: 20px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.delivery-list li { display: flex; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.delivery-list li > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #eef3fb; color: var(--blue); }
.delivery-list div { display: grid; }
.delivery-list strong { font-size: .82rem; }
.delivery-list small { color: var(--muted); font-size: .72rem; }
.product-panels { display: grid; grid-template-columns: 1fr 300px; gap: 28px; margin-top: 28px; padding: 36px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.product-panels h2 { font-size: 1.7rem; }
.product-panels p { color: var(--muted); }
.spec-table { margin: 24px 0 0; }
.spec-table > div { display: grid; grid-template-columns: 180px 1fr; padding: 10px 0; border-bottom: 1px solid var(--line); }
.spec-table dt { color: var(--muted); }
.spec-table dd { margin: 0; font-weight: 600; }
.product-panels aside { padding: 22px; border-radius: 13px; background: #f2f5fa; }
.product-panels aside ul { display: grid; gap: 9px; padding-left: 20px; color: var(--muted); }
.reviews { padding-bottom: 20px; }
.review-score { display: grid; justify-items: end; }
.review-score strong { font: 800 2rem "Manrope"; }
.review-score small { color: var(--muted); }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.review-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.review-grid article > div { display: flex; justify-content: space-between; }
.review-grid h3 { margin: 12px 0 6px; font-size: 1rem; }
.review-grid p { color: var(--muted); font-size: .88rem; }
.review-grid footer { display: flex; gap: 9px; align-items: center; font-size: .78rem; }
.review-grid footer span { color: var(--green); }

.cart-page { padding-bottom: 80px; }
.cart-page > h1 { margin-bottom: 24px; font-size: 2.4rem; }
.checkout-layout { display: grid; grid-template-columns: minmax(0,1fr) 370px; gap: 26px; align-items: start; }
.cart-list, .order-summary, .checkout-card { border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.cart-list-head { display: flex; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
.cart-list-head a { color: var(--blue); font-weight: 700; text-decoration: none; }
.cart-item { display: grid; grid-template-columns: 130px 1fr 80px 110px; gap: 18px; align-items: center; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.cart-item > a img { aspect-ratio: 4/3; border-radius: 10px; object-fit: cover; }
.cart-item h2 { margin: 3px 0 6px; font-size: 1rem; }
.cart-item h2 a { text-decoration: none; }
.cart-item p { margin: 0 0 8px; color: var(--muted); font-size: .78rem; }
.cart-item button { padding: 0; border: 0; background: none; color: var(--coral); font-size: .76rem; }
.cart-item label { display: grid; gap: 5px; color: var(--muted); font-size: .7rem; }
.cart-item select { padding: 8px; border: 1px solid #cbd3df; border-radius: 8px; }
.cart-item > strong { text-align: right; }
.cart-service { display: flex; gap: 10px; align-items: center; padding: 16px 22px; background: #f7faf9; }
.cart-service > span { color: var(--green); }
.cart-service p { display: grid; margin: 0; }
.cart-service small { color: var(--muted); }
.order-summary { position: sticky; top: 160px; padding: 22px; }
.order-summary h2 { margin-bottom: 18px; font-size: 1.15rem; }
.summary-product { display: grid; grid-template-columns: 55px 1fr auto; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
.summary-product img { aspect-ratio: 1/1; border-radius: 8px; object-fit: cover; }
.summary-product span { display: grid; }
.summary-product small { color: var(--muted); }
.order-summary dl { display: grid; gap: 9px; margin: 18px 0 8px; }
.order-summary dl div { display: flex; justify-content: space-between; }
.order-summary dt { color: var(--muted); }
.order-summary dd { margin: 0; font-weight: 600; }
.order-summary .total { margin-top: 6px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 1.12rem; }
.order-summary > p { margin: 0; color: var(--muted); font-size: .7rem; }
.checkout-button { margin-top: 14px; }
.payment-logos { padding: 14px; color: #798397; font-size: .72rem; font-weight: 800; text-align: center; letter-spacing: .08em; }
.empty-state { display: grid; justify-items: center; max-width: 650px; margin: 40px auto 80px; padding: 70px 30px; border: 1px dashed #bdc7d6; border-radius: 18px; background: #fff; text-align: center; }
.empty-state > span { display: grid; place-items: center; min-width: 70px; height: 70px; margin-bottom: 20px; border-radius: 50%; background: #edf3ff; color: var(--blue); font-size: 1.6rem; font-weight: 800; }
.empty-state h1, .empty-state h2 { margin-bottom: 8px; }
.empty-state p { color: var(--muted); }

.checkout-page { padding: 40px 0 90px; }
.checkout-steps { display: grid; grid-template-columns: repeat(4,1fr); max-width: 760px; margin: 0 auto 38px; padding: 0; list-style: none; }
.checkout-steps li { position: relative; display: grid; justify-items: center; gap: 7px; color: #8a94a5; font-size: .78rem; font-weight: 700; }
.checkout-steps li::before { position: absolute; top: 17px; left: -50%; z-index: -1; width: 100%; height: 2px; background: #d7dee8; content: ""; }
.checkout-steps li:first-child::before { display: none; }
.checkout-steps span { display: grid; place-items: center; width: 36px; height: 36px; border: 2px solid #d2d9e3; border-radius: 50%; background: var(--canvas); }
.checkout-steps .active, .checkout-steps .done { color: var(--navy); }
.checkout-steps .active span, .checkout-steps .done span { border-color: var(--blue); background: var(--blue); color: #fff; }
.checkout-steps .done::before, .checkout-steps .active::before { background: var(--blue); }
.checkout-card { padding: 32px; }
.checkout-card > h1 { margin-bottom: 26px; font-size: 2rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label, .payment-form > label, .contact-card label { display: grid; gap: 6px; color: #4d596c; font-size: .8rem; font-weight: 600; }
.form-grid input, .form-grid select, .payment-form input, .contact-card input, .contact-card select, .contact-card textarea, .login-form input { width: 100%; padding: 12px 13px; border: 1px solid #cbd3df; border-radius: 9px; outline: 0; background: #fff; color: var(--ink); }
.form-grid input:focus, .payment-form input:focus, .contact-card input:focus, .contact-card textarea:focus, .login-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(41,119,255,.11); }
.span-2 { grid-column: 1/-1; }
.form-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; padding-top: 20px; border-top: 1px solid var(--line); }
.delivery-options { display: grid; gap: 12px; }
.delivery-options > label { display: grid; grid-template-columns: auto auto 1fr auto; gap: 12px; align-items: center; padding: 17px; border: 1px solid #cbd3df; border-radius: 11px; cursor: pointer; }
.delivery-options > label:has(input:checked) { border-color: var(--blue); background: #f3f7ff; box-shadow: 0 0 0 2px rgba(41,119,255,.08); }
.delivery-options > label > input { position: absolute; opacity: 0; }
.radio-mark { width: 19px; height: 19px; border: 2px solid #acb6c5; border-radius: 50%; }
.delivery-options label:has(input:checked) .radio-mark { border: 5px solid var(--blue); }
.delivery-options label > span:nth-child(3) { display: grid; }
.delivery-options label small { color: var(--muted); }
.address-preview { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: start; margin: 14px 0; padding: 17px; border-radius: 11px; background: #f2f5fa; }
.address-preview > span { font-size: 1.4rem; }
.address-preview p { margin: 3px 0 0; color: var(--muted); font-size: .82rem; }
.address-preview a { color: var(--blue); font-size: .8rem; font-weight: 700; }
.api-note { margin-top: 14px; color: #8b94a3; font: .7rem ui-monospace, monospace; }
.payment-security { display: flex; gap: 12px; margin-bottom: 20px; padding: 15px; border-radius: 10px; background: #eaf8f2; }
.payment-security > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: #fff; }
.payment-security p { display: grid; margin: 0; }
.payment-security small { color: #547465; }
.payment-form { display: grid; gap: 15px; }
.payment-method { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 15px; border: 1px solid var(--blue); border-radius: 10px; background: #f3f7ff; }
.payment-method span { color: var(--blue); }
.payment-method small { color: var(--muted); }
.form-grid.compact { grid-template-columns: 1fr 1fr; }
.form-error { padding: 12px; border-radius: 8px; background: #fff0ee; color: #a53424; }

.complete-page { padding: 45px 0 90px; }
.complete-card { max-width: 840px; margin: 0 auto; padding: 55px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.success-check { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto 22px; border-radius: 50%; background: var(--green); color: #fff; font-size: 2.2rem; box-shadow: 0 14px 30px rgba(24,132,92,.22); }
.complete-card h1 { margin-bottom: 10px; font-size: 2rem; }
.complete-card > p { color: var(--muted); }
.complete-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 30px 0; padding: 20px 0; border-block: 1px solid var(--line); }
.complete-meta > div { display: grid; padding: 0 15px; border-right: 1px solid var(--line); }
.complete-meta > div:last-child { border: 0; }
.complete-meta small { color: var(--muted); }
.complete-card .button-row { justify-content: center; }
.complete-help { display: flex; gap: 14px; align-items: center; max-width: 840px; margin: 18px auto; padding: 20px 24px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.complete-help > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #edf3ff; color: var(--blue); font-weight: 800; }
.complete-help p { display: grid; flex: 1; margin: 0; }
.complete-help small { color: var(--muted); }
.complete-help a { color: var(--blue); font-weight: 700; text-decoration: none; }

.login-page { display: grid; grid-template-columns: minmax(380px,.9fr) minmax(420px,1.1fr); min-height: 720px; background: #fff; }
.login-art { display: flex; flex-direction: column; justify-content: space-between; padding: 50px max(50px,calc((100vw - 1240px)/2)); padding-right: 60px; background: linear-gradient(145deg,var(--navy-2),#17457f); color: #fff; }
.login-art .brand small { color: #a9bdd8; }
.login-art .brand-mark { background: var(--coral); }
.login-art > div:last-child { max-width: 530px; padding-bottom: 70px; }
.login-art h1 { margin-bottom: 15px; font-size: clamp(3rem,6vw,5rem); letter-spacing: -.06em; }
.login-art p { color: #c4d4e9; font-size: 1.05rem; }
.login-art ul { display: grid; gap: 12px; padding: 0; list-style: none; }
.login-art li::before { margin-right: 10px; color: #70daa9; content: "✓"; }
.login-form-wrap { display: grid; place-items: center; padding: 50px; }
.login-form { display: grid; gap: 15px; width: min(430px,100%); }
.login-form h2 { margin: 0; font-size: 2rem; }
.login-form > p { color: var(--muted); }
.login-form label:not(.check) { display: grid; gap: 6px; color: #4e5b70; font-size: .82rem; font-weight: 600; }
.login-form .button { margin-top: 4px; }
.login-hint { padding: 10px; border-radius: 7px; background: #fff6df; color: #765d18; text-align: center; }
.login-form > a { color: var(--blue); font-size: .8rem; text-align: center; }

.account-page, .order-detail-page { padding-bottom: 90px; }
.account-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; padding: 26px 30px; border-radius: 17px; background: linear-gradient(120deg,var(--navy-2),var(--navy)); color: #fff; }
.account-head > div { display: flex; gap: 17px; align-items: center; }
.avatar { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: #fff; color: var(--navy); font: 800 1.7rem "Manrope"; }
.account-head h1 { margin: 0; font-size: 1.8rem; }
.account-head p { margin: 3px 0 0; color: #c7d7eb; }
.account-head button { border: 0; background: transparent; color: #d2deee; text-decoration: underline; }
.account-layout { display: grid; grid-template-columns: 220px 1fr; gap: 26px; align-items: start; }
.account-nav { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.account-nav a { padding: 12px 15px; border-bottom: 1px solid var(--line); color: #526077; font-size: .84rem; text-decoration: none; }
.account-nav a:last-child { border: 0; }
.account-nav a.active, .account-nav a:hover { background: #edf3ff; color: var(--blue); font-weight: 700; }
.account-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.account-stats article { display: grid; min-height: 145px; padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.account-stats small, .account-stats span { color: var(--muted); }
.account-stats strong { font: 800 1.8rem "Manrope"; }
.account-stats a { align-self: end; color: var(--blue); font-size: .78rem; font-weight: 700; text-decoration: none; }
.account-section { margin-top: 24px; }
.account-section > h2 { margin-bottom: 15px; }
.order-card { overflow: hidden; margin-bottom: 14px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.order-card header, .order-card footer { display: flex; justify-content: space-between; gap: 15px; align-items: center; padding: 16px 20px; }
.order-card header { border-bottom: 1px solid var(--line); }
.order-card header > div { display: flex; flex-wrap: wrap; gap: 6px 12px; align-items: center; }
.order-card h3 { margin: 0; font-size: .95rem; }
.order-card header small { width: 100%; color: var(--muted); }
.status-pill { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #eaf3ff; color: #1d63c7; font-size: .67rem; font-weight: 800; }
.status-pill.delivered { background: #e9f8f1; color: var(--green); }
.status-pill.cancelled { background: #f2f3f5; color: #70798a; }
.order-products { display: flex; gap: 8px; align-items: center; padding: 16px 20px; }
.order-products img { width: 62px; height: 52px; border-radius: 8px; object-fit: cover; }
.order-products p { margin: 0 0 0 8px; color: var(--muted); font-size: .8rem; }
.order-card footer { border-top: 1px solid var(--line); background: #fafbfc; }
.order-card footer > div { display: grid; }
.order-card footer span { color: var(--muted); font-size: .7rem; }
.address-card { display: flex; justify-content: space-between; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.address-card > div { display: flex; gap: 14px; }
.address-card h2 { margin-bottom: 5px; font-size: 1rem; }
.address-card p { margin: 0; color: var(--muted); font-size: .82rem; }
.address-card button { border: 0; background: none; color: var(--blue); font-weight: 700; }
.section-spacer { height: 32px; }
.order-detail-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.order-detail-head h1 { margin: 8px 0 2px; }
.order-detail-head p { margin: 0; color: var(--muted); }
.order-detail-layout { display: grid; grid-template-columns: 1fr 340px; gap: 24px; align-items: start; }
.tracking-card, .order-lines, .order-info { margin-bottom: 20px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.tracking-card h2, .order-lines h2, .order-info h2 { font-size: 1.1rem; }
.tracking-card ol { display: grid; grid-template-columns: repeat(4,1fr); margin: 30px 0 5px; padding: 0; list-style: none; }
.tracking-card li { position: relative; display: grid; justify-items: center; gap: 8px; text-align: center; }
.tracking-card li::before { position: absolute; top: 17px; left: -50%; z-index: 0; width: 100%; height: 3px; background: #dfe4ec; content: ""; }
.tracking-card li:first-child::before { display: none; }
.tracking-card li > span { z-index: 1; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #dfe4ec; color: #fff; }
.tracking-card li.done > span, .tracking-card li.done::before { background: var(--green); }
.tracking-card li div { display: grid; }
.tracking-card small { color: var(--muted); }
.order-lines > div { display: grid; grid-template-columns: 75px 1fr auto; gap: 13px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); }
.order-lines img { aspect-ratio: 4/3; border-radius: 8px; object-fit: cover; }
.order-lines span { display: grid; }
.order-lines small { color: var(--muted); }
.order-info { position: sticky; top: 150px; }
.order-info dl { display: grid; gap: 14px; }
.order-info dl > div { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.order-info dt { color: var(--muted); }
.order-info dd { margin: 0; text-align: right; }
.order-info .total { font-weight: 800; }
.order-info > a { color: var(--blue); font-weight: 700; text-decoration: none; }

.service-hero { padding: 65px 0 75px; background: linear-gradient(125deg,var(--navy-2),#184b87); color: #fff; text-align: center; }
.service-hero h1 { margin-bottom: 8px; font-size: clamp(2.4rem,5vw,4rem); }
.service-hero p { color: #c4d4e8; }
.service-hero form { display: grid; grid-template-columns: 1fr 54px; max-width: 680px; margin: 25px auto 0; overflow: hidden; border-radius: 12px; background: #fff; }
.service-hero input { padding: 15px 18px; border: 0; outline: 0; }
.service-hero button { border: 0; background: var(--coral); color: #fff; font-size: 1.6rem; }
.service-page { padding-bottom: 90px; }
.service-channels { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: -35px; }
.service-channels article { padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 12px 30px rgba(17,44,85,.08); }
.service-channels article > span { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 18px; border-radius: 12px; background: #edf3ff; color: var(--blue); font-size: 1.4rem; }
.service-channels h2 { margin-bottom: 5px; font-size: 1.05rem; }
.service-channels p { color: var(--muted); font-size: .82rem; }
.service-channels button { padding: 0; border: 0; background: none; color: var(--blue); font-size: .8rem; font-weight: 700; }
.topic-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.topic-grid article { display: grid; gap: 8px; padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.topic-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 8px; border-radius: 11px; background: #fff3ee; color: var(--coral); }
.topic-grid h3 { font-size: .95rem; }
.topic-grid a { display: flex; justify-content: space-between; color: var(--muted); font-size: .78rem; text-decoration: none; }
.topic-grid a:hover { color: var(--blue); }
.faq-section { display: grid; grid-template-columns: 320px 1fr; gap: 55px; padding: 60px 0; border-top: 1px solid var(--line); }
.faq-section > div:first-child p { color: var(--muted); }
.faq-list { display: grid; gap: 8px; }
.faq-list details { padding: 16px 18px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.faq-list summary { display: flex; justify-content: space-between; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list p { margin: 12px 0 0; color: var(--muted); }
.contact-card { display: grid; grid-template-columns: 330px 1fr; gap: 50px; padding: 38px; border-radius: 18px; background: #edf3ff; }
.contact-card > div p { color: var(--muted); }
.contact-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-card textarea { resize: vertical; }

.simple-page { padding: 50px 0; }
.page-loading { display: grid; min-height: 430px; place-items: center; align-content: center; gap: 13px; color: var(--muted); }
.spinner { width: 38px; height: 38px; border: 3px solid #d9e0ea; border-top-color: var(--blue); border-radius: 50%; animation: spin .7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 100; max-width: 420px; padding: 14px 18px; border-radius: 11px; background: var(--navy-2); color: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.22); opacity: 0; transform: translateY(20px); pointer-events: none; transition: .2s; }
.toast.show { opacity: 1; transform: none; }
.site-footer { padding: 55px 0 20px; background: var(--navy-2); color: #d5dfed; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; }
.footer-grid section { display: grid; align-content: start; gap: 9px; }
.footer-grid section > p { max-width: 340px; color: #9fb0c8; font-size: .82rem; }
.footer-grid h2 { margin-bottom: 6px; color: #fff; font-size: .88rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid a { color: #b8c7da; font-size: .82rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-brand { margin-bottom: 8px; color: #fff !important; }
.footer-brand small { color: #9fb0c8 !important; }
.footer-grid code { padding: 2px 5px; border-radius: 4px; background: #20395c; color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 42px; padding-top: 18px; border-top: 1px solid #29405f; color: #8498b4; font-size: .72rem; }

@media (max-width: 1080px) {
  .header-main { grid-template-columns: 190px 1fr auto; gap: 15px; }
  .header-action > span:last-child { display: none; }
  .header-actions { gap: 10px; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .category-grid, .topic-grid { grid-template-columns: repeat(2,1fr); }
  .promise-grid { grid-template-columns: repeat(2,1fr); }
  .promise-grid > div:nth-child(2) { border-right: 0; }
  .promise-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .hero-product { top: 90px; }
  .checkout-layout { grid-template-columns: minmax(0,1fr) 320px; }
  .product-detail { gap: 28px; }
  .gallery-main > img { min-height: 400px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3,1fr); gap: 25px; }
}
@media (max-width: 820px) {
  .shell { width: min(100% - 28px, 1240px); }
  .header-main { grid-template-columns: 1fr auto; padding: 10px 0; }
  .global-search { grid-column: 1/-1; grid-row: 2; }
  .site-header { position: static; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 20px; }
  .hero-visual { min-height: 400px; }
  .hero-product { left: 50%; right: auto; transform: translateX(-50%) rotate(1deg); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .catalog-layout, .product-detail, .checkout-layout, .product-panels, .account-layout, .order-detail-layout, .faq-section, .contact-card { grid-template-columns: 1fr; }
  .filters, .order-summary, .order-info { position: static; }
  .filters fieldset:first-child { grid-template-columns: repeat(2,1fr); }
  .filters legend { grid-column: 1/-1; }
  .gallery-main > img { min-height: 360px; }
  .checkout-layout > div:last-child { display: grid; }
  .order-summary { order: 2; }
  .login-page { grid-template-columns: 1fr; }
  .login-art { min-height: 440px; padding: 35px; }
  .login-art > div:last-child { padding: 50px 0 0; }
  .account-nav { display: flex; overflow-x: auto; }
  .account-nav a { white-space: nowrap; }
  .service-channels { grid-template-columns: 1fr; }
  .newsletter { grid-template-columns: 1fr; }
  .newsletter form { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .announcement { font-size: .72rem; }
  .header-main { min-height: auto; }
  .brand small { display: none; }
  .category-nav a:not(.all-categories):nth-of-type(n+6) { display: none; }
  .hero-copy { padding-top: 42px; }
  .hero-copy h1 { font-size: 2.55rem; }
  .hero-visual { min-height: 330px; }
  .hero-product { top: 30px; width: 92%; }
  .promise-grid, .category-grid, .product-grid, .review-grid, .account-stats, .complete-meta, .topic-grid, .footer-grid { grid-template-columns: 1fr; }
  .promise-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .product-card { grid-template-columns: 125px 1fr; grid-template-rows: 1fr auto; }
  .product-media { grid-row: 1/3; aspect-ratio: auto; }
  .product-media img { height: 100%; object-fit: cover; }
  .product-buy { padding-top: 0; }
  .product-copy p { display: none; }
  .campaign { grid-template-columns: 1fr; }
  .campaign > div:first-child { padding: 34px 26px; }
  .campaign-art { min-height: 220px; }
  .newsletter { padding: 22px; }
  .newsletter > div { align-items: start; }
  .newsletter form { display: grid; gap: 8px; }
  .newsletter input, .newsletter .button { border-radius: 9px; }
  .catalog-title { padding: 24px; }
  .filters fieldset:first-child { grid-template-columns: 1fr; }
  .catalog-toolbar { align-items: start; }
  .catalog-toolbar label { display: grid; }
  .product-detail { padding: 14px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-thumbs { grid-row: 2; grid-template-columns: repeat(3,1fr); }
  .gallery-main > img { min-height: 280px; }
  .detail-info { padding: 10px 2px; }
  .product-panels, .checkout-card, .complete-card { padding: 24px; }
  .spec-table > div { grid-template-columns: 120px 1fr; }
  .cart-item { grid-template-columns: 85px 1fr; }
  .cart-item > label, .cart-item > strong { grid-column: 2; }
  .cart-item > strong { text-align: left; }
  .checkout-steps { font-size: .65rem; }
  .checkout-steps li { font-size: .65rem; }
  .form-grid, .contact-card form, .form-grid.compact { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .delivery-options > label { grid-template-columns: auto auto 1fr; }
  .delivery-options > label > b { grid-column: 3; }
  .complete-meta > div { padding: 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .complete-help { align-items: start; }
  .complete-help > a { display: none; }
  .account-head { align-items: start; }
  .account-head button { display: none; }
  .order-card header, .order-card footer { align-items: start; }
  .order-products p { display: none; }
  .tracking-card ol { grid-template-columns: 1fr; gap: 14px; }
  .tracking-card li { grid-template-columns: 40px 1fr; justify-items: start; text-align: left; }
  .tracking-card li::before { top: -50%; left: 17px; width: 3px; height: 100%; }
  .service-hero { padding: 45px 0 60px; }
  .contact-card { padding: 25px; }
  .footer-bottom { display: grid; gap: 7px; }
  .toast { right: 14px; bottom: 14px; left: 14px; }
}
