:root {
  --ink: #111827;
  --muted: #5b6472;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --line: #e7e0d3;
  --orange: #f26f3f;
  --green: #147c69;
  --blue: #244f8f;
  --yellow: #f5c451;
  --shadow: 0 22px 70px rgba(17, 24, 39, 0.12);
  --shadow-strong: 0 30px 90px rgba(17, 24, 39, 0.18);
}

/* Swiss Tech Reparation storefront */
.shop-page { --ink:#10231d; --muted:#60706a; --paper:#f4f7f1; --panel:#fff; --line:#dce6df; --orange:#ff6b45; --green:#167858; --lime:#c9f36a; background:var(--paper); }
.shop-page .site-header { min-height:76px; background:rgba(244,247,241,.9); border-color:rgba(16,35,29,.1); }
.repair-brand { display:inline-flex; align-items:center; gap:10px; font-size:1.05rem; font-weight:900; letter-spacing:-.03em; white-space:nowrap; }
.repair-brand small { display:block; color:var(--green); font-size:.67rem; letter-spacing:.16em; line-height:1; text-transform:uppercase; }
.repair-brand-mark { display:grid; place-items:center; width:38px; height:38px; border-radius:12px; color:var(--ink); background:var(--lime); font-size:1.2rem; font-weight:950; transform:rotate(-4deg); }
.repair-brand-mark { font-size:.9rem; letter-spacing:-.06em; }
.language-switcher { display:flex; padding:3px; border:1px solid var(--line); border-radius:999px; background:#fff; }
.lang-button { min-width:34px; height:30px; border:0; border-radius:999px; color:var(--muted); background:transparent; font:800 .72rem/1 inherit; cursor:pointer; }
.lang-button.is-active { color:#fff; background:var(--ink); }
.account-action { background:var(--ink); }
.repair-hero { position:relative; display:grid; grid-template-columns:1.1fr .9fr; align-items:center; gap:clamp(40px,7vw,110px); min-height:690px; padding:clamp(70px,9vw,130px) clamp(24px,7vw,110px); overflow:hidden; }
.repair-hero:before { position:absolute; inset:auto -12% -60% 40%; width:700px; height:700px; border-radius:50%; background:var(--lime); content:""; opacity:.26; filter:blur(6px); }
.repair-hero h1 { max-width:760px; margin:12px 0 24px; font-size:clamp(3rem,6.6vw,6.5rem); line-height:.92; letter-spacing:-.07em; }
.repair-hero .hero-text { max-width:620px; font-size:clamp(1.04rem,1.7vw,1.3rem); line-height:1.65; }
.hero-points { display:flex; flex-wrap:wrap; gap:10px 24px; margin-top:28px; color:var(--green); font-size:.9rem; font-weight:800; }
.phone-visual { position:relative; display:grid; place-items:center; min-height:500px; }
.phone-shell { z-index:2; width:230px; height:465px; padding:10px; border:5px solid #10231d; border-radius:46px; background:#10231d; box-shadow:0 45px 80px rgba(16,35,29,.28); transform:rotate(8deg); }
.phone-screen { position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; height:100%; border-radius:32px; color:#fff; background:linear-gradient(155deg,#1a9470,#0b3b2e); text-align:center; overflow:hidden; }
.phone-screen:after { position:absolute; inset:-50% -80% auto auto; width:260px; height:400px; background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent); content:""; transform:rotate(35deg); }
.phone-screen strong { max-width:160px; font-size:1.25rem; line-height:1.25; }
.phone-status { position:absolute; top:15px; left:22px; font-size:.65rem; font-weight:800; }
.repair-pulse { display:grid; place-items:center; width:78px; height:78px; margin-bottom:25px; border-radius:50%; background:var(--lime); box-shadow:0 0 0 14px rgba(201,243,106,.12),0 0 0 28px rgba(201,243,106,.06); }
.repair-pulse span { color:var(--ink); font-size:2rem; font-weight:900; }
.phone-orbit { position:absolute; border:1px solid rgba(16,35,29,.15); border-radius:50%; }
.orbit-one { width:390px; height:390px; }.orbit-two { width:500px; height:500px; }
.floating-badge { position:absolute; z-index:3; padding:11px 15px; border-radius:12px; background:#fff; box-shadow:0 15px 40px rgba(16,35,29,.14); font-size:.8rem; font-weight:900; }
.badge-warranty { top:95px; right:-10px; }.badge-tested { bottom:75px; left:-10px; }
.shop-trust { display:grid; grid-template-columns:repeat(4,1fr); margin:0 clamp(24px,5vw,80px); border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:0 18px 55px rgba(16,35,29,.07); }
.shop-trust div { display:grid; gap:7px; padding:25px; border-right:1px solid var(--line); }.shop-trust div:last-child { border:0; }.shop-trust strong { font-size:.96rem; }.shop-trust span { color:var(--muted); font-size:.82rem; }
.shop-page .section { padding-top:clamp(90px,11vw,150px); padding-bottom:clamp(90px,11vw,150px); }
.section-heading { max-width:830px; }.section-heading>p:last-child { max-width:650px; color:var(--muted); line-height:1.65; }
.section-heading h2 { font-size:clamp(2.2rem,4.7vw,4.4rem); line-height:1; letter-spacing:-.055em; }
.repair-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:52px; }
.repair-card { display:grid; grid-template-columns:auto 1fr; gap:18px; padding:28px; border:1px solid var(--line); border-radius:18px; background:#fff; transition:transform .2s ease,box-shadow .2s ease; }
.repair-card:hover { transform:translateY(-5px); box-shadow:0 24px 55px rgba(16,35,29,.1); }.repair-card p { color:var(--muted); line-height:1.55; }.repair-card strong { grid-column:2; font-size:1.2rem; }.repair-icon { display:grid; place-items:center; width:46px; height:46px; border-radius:13px; color:var(--green); background:#e8f4ed; font-size:1.5rem; }
.payment-button { grid-column:1/-1; padding:13px 16px; border:0; border-radius:10px; color:#fff; background:var(--ink); font:800 .9rem/1 inherit; cursor:pointer; transition:transform .2s,background .2s; }.payment-button:hover { background:var(--green); transform:translateY(-2px); }
.price-note { margin-top:20px; color:var(--muted); font-size:.85rem; }
.phones-section { padding:clamp(90px,11vw,150px) clamp(24px,7vw,110px); color:#fff; background:#10231d; }.phones-section .eyebrow { color:var(--lime); }.phones-section .section-heading p { color:#b8c8c1; }
.product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:55px; }.phone-card { position:relative; display:grid; padding:28px; border:1px solid rgba(255,255,255,.13); border-radius:20px; background:#17342a; }.phone-card p { color:#b8c8c1; }.phone-card>strong { margin:8px 0 22px; font-size:1.55rem; }.phone-card .payment-button { color:var(--ink); background:var(--lime); }.condition { position:absolute; top:18px; right:18px; padding:7px 10px; border-radius:999px; color:#083a2c; background:#b9efce; font-size:.68rem; font-weight:900; }.condition.good { background:#f6df8a; }
.mini-phone { display:grid; place-items:center; width:105px; height:190px; margin:18px auto 34px; border:5px solid #071b15; border-radius:25px; box-shadow:0 20px 35px rgba(0,0,0,.28); transform:rotate(-5deg); }.mini-phone span { font-size:1.7rem; font-weight:950; opacity:.6; }.mini-phone.blue { background:linear-gradient(145deg,#9bc8d7,#356678); }.mini-phone.graphite { background:linear-gradient(145deg,#9b9b9e,#36363a); }.mini-phone.mint { background:linear-gradient(145deg,#b7dfc7,#4f8d69); }
.process-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; margin-top:60px; }.process-grid article { padding-top:25px; border-top:2px solid var(--ink); }.process-grid span { color:var(--green); font-size:.78rem; font-weight:900; }.process-grid h3 { margin:24px 0 10px; font-size:1.4rem; }.process-grid p { color:var(--muted); line-height:1.6; }
.repair-contact { background:#dff0e5; }.repair-contact .contact-details { display:grid; gap:12px; margin-top:30px; font-weight:800; }.repair-contact .contact-details span { color:var(--muted); }.repair-contact .contact-form { background:#fff; }.repair-footer { color:#fff; background:#10231d; }.repair-footer .repair-brand-mark { color:var(--ink); }.repair-footer p { color:#b8c8c1; }
@media (max-width:1050px) { .shop-page .nav-links{display:none}.repair-hero{grid-template-columns:1fr}.phone-visual{min-height:450px}.shop-trust{grid-template-columns:repeat(2,1fr)}.shop-trust div:nth-child(2){border-right:0}.shop-trust div:nth-child(-n+2){border-bottom:1px solid var(--line)}.repair-grid,.product-grid{grid-template-columns:1fr 1fr}.repair-card:last-child,.phone-card:last-child{grid-column:1/-1}.account-action{display:none} }
@media (max-width:700px) { .shop-page .site-header{gap:10px;padding:11px 16px}.repair-brand>span:last-child{display:none}.language-switcher{margin-left:auto}.cart-button{padding:0 10px}.cart-button>span:not(#cartCount){display:none}.repair-hero{min-height:auto;padding:70px 22px}.repair-hero h1{font-size:clamp(3.2rem,16vw,5rem)}.phone-visual{min-height:420px;transform:scale(.86)}.shop-trust{grid-template-columns:1fr;margin:0 16px}.shop-trust div{border-right:0;border-bottom:1px solid var(--line)!important}.shop-trust div:last-child{border-bottom:0!important}.repair-grid,.product-grid,.process-grid{grid-template-columns:1fr}.repair-card:last-child,.phone-card:last-child{grid-column:auto}.repair-card{padding:22px}.phones-section{padding-left:22px;padding-right:22px}.badge-warranty{right:0}.badge-tested{left:0}.repair-footer{align-items:flex-start}.repair-footer p{display:none} }

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(251, 250, 247, 0.86);
  border-bottom: 1px solid rgba(231, 224, 211, 0.72);
  backdrop-filter: blur(18px);
  animation: headerDrop 720ms ease both;
}

.brand,
.nav-links,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-logo-wrap {
  display: grid;
  gap: 3px;
}

.brand-logo {
  display: block;
  width: clamp(132px, 16vw, 172px);
  height: 46px;
  object-fit: contain;
  object-position: left center;
  border-radius: 6px;
}

.brand-logo-wrap small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.nav-links {
  gap: clamp(16px, 3vw, 34px);
  color: var(--muted);
  font-weight: 700;
  font-size: 0.94rem;
}

.nav-links a:hover,
.site-footer a:hover,
.back-link:hover {
  color: var(--orange);
}

.nav-links a,
.site-footer a,
.back-link,
.header-action,
.button,
.example-link,
.contact-form button,
.login-form button,
.work-card,
.service-list article,
.hero-media,
.interface-preview,
.bloom-preview {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease;
}

.header-action,
.button,
.contact-form button,
.login-form button,
.interface-preview button {
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.header-action {
  max-width: min(260px, 32vw);
  overflow: hidden;
  padding: 12px 16px;
  color: #fff;
  background: var(--green);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-action.is-signed-in {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-button,
.cart-close,
.cart-checkout,
.cart-quantity button,
.cart-remove {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-weight: 850;
}

.cart-button #cartCount {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  font-size: 0.76rem;
}

.cart-button-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-button:hover {
  border-color: var(--green);
  transform: translateY(-2px);
}

.payment-success-notice {
  position: fixed;
  top: 92px;
  left: 50%;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(620px, calc(100% - 32px));
  padding: 18px 18px 18px 22px;
  border: 1px solid rgba(20, 124, 105, 0.35);
  border-radius: 8px;
  color: #fff;
  background: #106b5a;
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.24);
  transform: translateX(-50%);
  animation: paymentNoticeIn 320ms ease both;
}

.payment-success-notice[hidden] {
  display: none;
}

.payment-success-notice > div {
  display: grid;
  gap: 4px;
}

.payment-success-notice strong {
  font-size: 1.02rem;
}

.payment-success-notice span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.payment-success-notice button {
  display: grid;
  flex: 0 0 38px;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font: 400 1.55rem/1 Arial, sans-serif;
  cursor: pointer;
}

@keyframes paymentNoticeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -14px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

body.cart-open {
  overflow: hidden;
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(17, 24, 39, 0.48);
  backdrop-filter: blur(3px);
}

.cart-backdrop[hidden] {
  display: none;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 70;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(460px, 100%);
  height: 100dvh;
  padding: 0;
  background: #fff;
  box-shadow: -24px 0 70px rgba(17, 24, 39, 0.2);
  transform: translateX(105%);
  transition: transform 280ms ease;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 24px;
  border-bottom: 1px solid var(--line);
}

.cart-header .eyebrow {
  margin-bottom: 6px;
}

.cart-header h2 {
  margin: 0;
  font-size: 1.55rem;
}

.cart-close {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  font-size: 1.7rem;
  line-height: 1;
}

.cart-items {
  overflow-y: auto;
  padding: 8px 24px;
}

.cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.cart-item h3 {
  margin: 0 0 7px;
  font-size: 1.02rem;
}

.cart-item-price {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.cart-quantity {
  display: grid;
  grid-template-columns: 34px 32px 34px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

.cart-quantity button {
  height: 34px;
  color: var(--ink);
  background: var(--paper);
  font-size: 1.15rem;
}

.cart-quantity button:hover {
  background: #e9f3ef;
}

.cart-remove {
  padding: 6px 0;
  color: #a33c2d;
  background: transparent;
  font-size: 0.84rem;
  font-weight: 800;
}

.cart-line-total {
  align-self: start;
  white-space: nowrap;
  font-weight: 900;
}

.cart-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(330px, 86%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 42px 32px;
  color: var(--muted);
  text-align: center;
  line-height: 1.6;
}

.cart-empty[hidden] {
  display: none;
}

.cart-footer {
  padding: 22px 24px 26px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.cart-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
}

.cart-total span {
  color: var(--muted);
  font-weight: 800;
}

.cart-total strong {
  font-size: 1.55rem;
}

.cart-checkout {
  width: 100%;
  min-height: 54px;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}

.cart-checkout:hover:not(:disabled) {
  background: #0f6858;
  transform: translateY(-2px);
}

.cart-checkout:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.cart-footer > p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.header-action:hover,
.button:hover,
.example-link:hover,
.contact-form button:hover,
.login-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.16);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(46px, 7vw, 92px) clamp(20px, 5vw, 72px) 36px;
}

.hero-copy {
  max-width: 650px;
  animation: fadeRise 800ms 120ms ease both;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 6vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  letter-spacing: 0;
}

.hero-text,
.feature-copy p,
.contact-section p,
.login-copy p {
  color: var(--muted);
  font-size: clamp(1.04rem, 1.7vw, 1.24rem);
  line-height: 1.7;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
}

.button.primary {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 14px 28px rgba(242, 111, 63, 0.25);
}

.button.secondary {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.hero-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  animation: mediaFloat 900ms 220ms ease both;
}

.hero-media:hover,
.interface-preview:hover,
.bloom-preview:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
}

.hero-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 clamp(20px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.trust-strip div {
  padding: 24px;
  background: #fff;
}

.trust-strip div,
.work-card,
.service-list article {
  position: relative;
  overflow: hidden;
}

.trust-strip div::after,
.work-card::after,
.service-list article::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.trust-strip div:hover::after,
.work-card:hover::after,
.service-list article:hover::after {
  transform: translateX(120%);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span,
.work-card p,
.service-list p,
.form-note,
.login-message {
  color: var(--muted);
  line-height: 1.6;
}

.section {
  padding: clamp(72px, 9vw, 128px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

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

.work-card,
.service-list article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.work-card:hover,
.service-list article:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.work-card span {
  display: inline-flex;
  margin-bottom: 56px;
  color: var(--muted);
  font-weight: 800;
}

.menu-card {
  border-top: 8px solid var(--orange);
}

.booking-card {
  border-top: 8px solid var(--green);
}

.info-card {
  border-top: 8px solid var(--blue);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(420px, 1.12fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  padding: clamp(64px, 8vw, 110px) clamp(20px, 5vw, 72px);
  background: #16231f;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.feature-band::before {
  position: absolute;
  inset: auto -10% -48% 48%;
  width: 460px;
  height: 460px;
  content: "";
  background: radial-gradient(circle, rgba(245, 196, 81, 0.18), transparent 68%);
  transform: rotate(12deg);
}

.feature-copy {
  position: relative;
  max-width: 680px;
  z-index: 1;
}

.feature-copy .eyebrow {
  color: var(--yellow);
}

.feature-copy p {
  color: #d5dfd9;
}

.example-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 18px;
  padding: 0 20px;
  color: #16231f;
  background: var(--yellow);
  border-radius: 8px;
  font-weight: 800;
}

.interface-preview {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #f8f5ee;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.interface-preview button:hover {
  background: #106b5a;
}

.preview-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 10px;
}

.preview-top span,
.preview-search,
.preview-list div,
.dash-header,
.dash-row,
.dash-grid span {
  border-radius: 8px;
}

.preview-top span {
  height: 72px;
  background: #dfe8df;
}

.preview-top span:first-child {
  background: var(--orange);
}

.preview-search {
  height: 48px;
  background: #fff;
  border: 1px solid var(--line);
}

.preview-list {
  display: grid;
  gap: 10px;
}

.preview-list div {
  height: 54px;
  background: #fff;
  border: 1px solid var(--line);
}

.interface-preview button {
  min-height: 58px;
  color: #fff;
  background: var(--green);
}

.bloom-preview {
  position: relative;
  z-index: 1;
  aspect-ratio: 2048 / 1000;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: #101d19;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.bloom-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.bloom-view-button {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 18px 34px rgba(242, 111, 63, 0.26);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.bloom-view-button:hover {
  transform: translateY(-2px);
  background: #e05f36;
  box-shadow: 0 22px 40px rgba(242, 111, 63, 0.32);
}

.service-list article {
  min-height: 220px;
}

.payment-section {
  padding: clamp(72px, 9vw, 128px) clamp(20px, 5vw, 72px);
  background: #f4efe6;
}

.payment-section .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.04rem, 1.7vw, 1.18rem);
  line-height: 1.7;
}

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

.payment-card {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.07);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.payment-card:hover {
  transform: translateY(-8px);
  border-color: rgba(20, 124, 105, 0.32);
  box-shadow: var(--shadow);
}

.featured-payment {
  border-top: 8px solid var(--green);
}

.payment-label {
  align-self: flex-start;
  margin-bottom: 36px;
  padding: 8px 12px;
  color: #16231f;
  background: #d5e7e1;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.payment-card p {
  color: var(--muted);
  line-height: 1.6;
}

.payment-card strong {
  display: block;
  margin-top: auto;
  margin-bottom: 18px;
  font-size: 1.45rem;
}

.payment-button {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.payment-button:hover {
  transform: translateY(-2px);
  background: var(--green);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.16);
}

.payment-button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.payment-message {
  min-height: 28px;
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.checkout-panel {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.checkout-panel[hidden] {
  display: none;
}

.checkout-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}

.checkout-panel-header > div {
  display: grid;
  gap: 8px;
}

.checkout-panel-header .payment-label {
  margin: 0;
}

.checkout-panel-header h3 {
  margin: 0;
  font-size: 1.45rem;
}

.checkout-panel-header button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  color: var(--ink);
  background: #fbfaf7;
  font: 400 1.7rem/1 Arial, sans-serif;
  cursor: pointer;
}

.checkout-layout {
  display: flex;
  justify-content: center;
  min-height: 660px;
}

#checkout {
  width: min(100%, 760px);
  min-width: 0;
  min-height: 660px;
  padding: 24px;
}

.checkout-body {
  min-height: 100vh;
  background: #eef1ed;
}

.checkout-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
  padding: 14px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.checkout-page-header .brand-logo {
  width: clamp(150px, 16vw, 190px);
  height: 52px;
}

.checkout-page {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(500px, 1.28fr);
  width: min(1280px, calc(100% - 40px));
  min-height: calc(100vh - 124px);
  margin: 40px auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.checkout-order-summary {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(34px, 4vw, 56px);
  color: #fff;
  background: var(--ink);
}

.checkout-order-summary .eyebrow {
  color: #91d4c4;
}

.checkout-order-summary h1 {
  margin: 0;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0;
}

.checkout-intro {
  max-width: 460px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
}

.checkout-order-items {
  display: grid;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.checkout-order-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.checkout-order-item h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1rem;
}

.checkout-order-item span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.85rem;
}

.checkout-order-item strong {
  white-space: nowrap;
}

.checkout-order-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
}

.checkout-order-total span {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 800;
}

.checkout-order-total strong {
  font-size: 1.8rem;
}

.checkout-edit-link {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 40px;
  color: #91d4c4;
  font-weight: 850;
}

.checkout-edit-link:hover {
  color: #fff;
}

.checkout-payment-area {
  min-width: 0;
  padding: clamp(28px, 4vw, 52px);
  background: #fff;
}

.checkout-payment-heading {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 0 24px;
}

.checkout-payment-heading h2 {
  margin: 0;
  font-size: 2.45rem;
  letter-spacing: 0;
}

.checkout-payment-heading > p:last-child {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--muted);
}

.checkout-payment-heading > p.is-error {
  color: #a33c2d;
  font-weight: 800;
}

.checkout-payment-form {
  width: min(100%, 760px);
  margin: 8px auto 0;
  padding: 24px;
}

.checkout-fulfillment-step,.checkout-stripe-step { width:min(100%,760px); margin:0 auto; }
.fulfillment-form { display:grid; gap:22px; margin-top:24px; padding:0 24px; }
.fulfillment-options { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.fulfillment-options label { position:relative; display:flex; min-height:130px; padding:20px; border:2px solid var(--line); border-radius:14px; background:#fafbf8; cursor:pointer; transition:border-color .2s ease,background .2s ease,transform .2s ease; }
.fulfillment-options label:has(input:checked) { border-color:var(--green); background:#edf7f1; transform:translateY(-2px); }
.fulfillment-options input { position:absolute; top:18px; right:18px; width:18px; height:18px; accent-color:var(--green); }
.fulfillment-options span { display:grid; align-content:start; gap:8px; padding-right:24px; }
.fulfillment-options strong { font-size:1.1rem; }
.fulfillment-options small { color:var(--muted); font-size:.82rem; line-height:1.5; }
.delivery-address-fields { display:grid; gap:13px; padding:20px; border:1px solid var(--line); border-radius:14px; background:#f7f9f6; }
.delivery-address-fields[hidden] { display:none; }
.delivery-address-fields label { display:grid; gap:7px; color:var(--muted); font-size:.78rem; font-weight:850; }
.delivery-address-fields input,.delivery-address-fields select { width:100%; min-height:46px; padding:10px 12px; border:1px solid var(--line); border-radius:8px; color:var(--ink); background:#fff; font:inherit; }
.checkout-field-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.postal-city-row { grid-template-columns:.7fr 1.3fr; }
.fulfillment-continue { width:100%; min-height:54px; border:0; border-radius:9px; color:#fff; background:var(--green); font:inherit; font-weight:900; cursor:pointer; }
.fulfillment-continue:disabled { cursor:wait; opacity:.55; }
@media (max-width:640px) { .fulfillment-options,.checkout-field-row,.postal-city-row { grid-template-columns:1fr; }.fulfillment-options label { min-height:108px; } }

.checkout-payment-form > button {
  width: 100%;
  min-height: 56px;
  margin-top: 28px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.checkout-payment-form > button:hover:not(:disabled) {
  transform: translateY(-2px);
  background: #0f6858;
  box-shadow: 0 16px 34px rgba(20, 124, 105, 0.22);
}

.checkout-payment-form > button:disabled {
  cursor: wait;
  opacity: 0.5;
}

.checkout-secure-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  padding: clamp(72px, 9vw, 128px) clamp(20px, 5vw, 72px);
  background: #fff;
}

.contact-copy {
  display: grid;
  align-content: start;
}

.contact-info-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.contact-info-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.contact-info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 111, 63, 0.42);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.1);
}

.contact-info-card small,
.contact-info-card strong {
  display: block;
}

.contact-info-card small {
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-info-card strong {
  overflow-wrap: anywhere;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.35;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 14px;
}

.mail-icon {
  background: var(--orange);
}

.phone-icon {
  background: var(--ink);
}

.whatsapp-icon {
  background: #25a865;
}

.instagram-icon {
  background: linear-gradient(135deg, #f5c451, #f26f3f 48%, #8f4bd9);
}

.contact-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.contact-form,
.login-form {
  display: grid;
  gap: 16px;
}

.contact-form {
  margin-top: clamp(138px, 13vw, 190px);
}

label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--ink);
  background: #fbfaf7;
  font: inherit;
}

textarea {
  resize: vertical;
}

.contact-form button,
.login-form button {
  min-height: 52px;
  color: #fff;
  background: var(--ink);
}

.form-note {
  margin: 0;
  font-size: 0.9rem;
}

.site-footer {
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(20px, 5vw, 72px);
  color: #d9e4df;
  background: #101d19;
  font-weight: 700;
}

.footer-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.rights-line {
  display: grid;
  gap: 8px;
}

.footer-logo {
  display: block;
  width: min(176px, 58vw);
  height: 58px;
  object-fit: contain;
  object-position: left center;
  border-radius: 6px;
}

.maker-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 6px 8px 6px 18px;
  color: #f8f5ee;
  background: linear-gradient(115deg, rgba(242, 111, 63, 0.24), rgba(245, 196, 81, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.maker-badge span {
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.maker-badge strong {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 18px;
  color: #16231f;
  background: #fff;
  border-radius: 999px;
}

.motion-ready .reveal-section {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
}

.motion-ready .reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeRise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mediaFloat {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.login-body {
  min-height: 100vh;
  background: #111827;
}

.login-shell {
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr;
  min-height: 100vh;
}

.login-panel {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-items: start;
  align-content: start;
  padding: clamp(28px, 5vw, 64px);
  background: var(--paper);
}

.login-brand {
  align-self: start;
  justify-self: start;
  margin-bottom: 12px;
}

.login-brand .brand-logo {
  width: clamp(190px, 24vw, 280px);
  height: 92px;
}

.login-brand .brand-logo-wrap small {
  font-size: 0.88rem;
}

.login-copy,
.login-form,
.login-message,
.back-link {
  max-width: 430px;
}

.login-copy {
  align-self: start;
  margin-top: 0;
}

.login-copy h1 {
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  max-width: 430px;
  margin: 22px 0 0;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.auth-tab {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.auth-tab.is-active {
  color: #fff;
  background: var(--ink);
}

.login-form {
  margin-top: 28px;
}

.login-message {
  min-height: 28px;
  margin: 16px 0 0;
  font-weight: 700;
}

.back-link {
  margin-top: 28px;
  color: var(--muted);
  font-weight: 800;
}

.login-art {
  display: grid;
  place-items: center;
  padding: clamp(24px, 6vw, 86px);
  background:
    linear-gradient(120deg, rgba(20, 124, 105, 0.82), rgba(242, 111, 63, 0.74)),
    url("assets/web-hero-new.png") center / cover;
}

.dashboard-body {
  min-height: 100vh;
  background: var(--paper);
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(251, 250, 247, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

#logoutButton {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  color: #fff;
  background: var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

#logoutButton:hover {
  background: var(--orange);
  transform: translateY(-2px);
}

.dashboard-shell {
  padding: clamp(48px, 8vw, 92px) clamp(20px, 5vw, 72px);
}

.dashboard-hero {
  max-width: 780px;
  margin-bottom: 34px;
}

.dashboard-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 7vw, 5rem);
}

.dashboard-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.04rem, 1.7vw, 1.2rem);
  line-height: 1.7;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 18px;
}

.client-dashboard {
  grid-template-columns: 0.9fr 1.35fr 0.75fr;
}

.admin-dashboard {
  grid-template-columns: 1.35fr 0.8fr 0.8fr;
}

.dashboard-grid[hidden] {
  display: none;
}

.admin-wide-card {
  min-height: 420px;
}

.dashboard-card {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.07);
}

.dashboard-card > span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--muted);
  font-weight: 900;
}

.dashboard-card h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.dashboard-card p,
.dashboard-list {
  color: var(--muted);
  line-height: 1.6;
}

.dashboard-list {
  display: grid;
  gap: 12px;
}

.dashboard-list-item {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
}

.dashboard-list-item strong {
  color: var(--ink);
}

.dashboard-list-item span {
  color: var(--green);
  font-weight: 900;
}

.dashboard-list-item small {
  color: var(--muted);
  font-weight: 800;
}

.dashboard-list-item p {
  margin: 6px 0 0;
}

.dashboard-order {
  border-top: 1px solid var(--line);
  background: #fff;
}

.dashboard-order:last-child {
  border-bottom: 1px solid var(--line);
}

.dashboard-order summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 34px 18px 0;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.dashboard-order summary::-webkit-details-marker {
  display: none;
}

.dashboard-order summary::after {
  position: absolute;
  right: 4px;
  content: "+";
  color: var(--green);
  font-size: 1.35rem;
  font-weight: 700;
}

.dashboard-order[open] summary::after {
  content: "\2212";
}

.dashboard-order summary > div:first-child {
  display: grid;
  gap: 4px;
}

.dashboard-order summary > div:first-child > span {
  color: var(--muted);
  font-size: 0.82rem;
}

.dashboard-order-summary-meta {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.order-status {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
}

.order-status.is-paid {
  color: #0b5d4e;
  background: #d5e7e1;
}

.order-status.is-processing,
.order-status.is-pending {
  color: #76530b;
  background: #f9e8b9;
}

.order-status.is-cancelled {
  color: #8b3024;
  background: #f7d9d3;
}

.dashboard-order-details {
  padding: 4px 0 22px;
  border-top: 1px dashed var(--line);
}

.dashboard-order-products {
  display: grid;
}

.dashboard-order-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.dashboard-order-product > div {
  display: grid;
  gap: 3px;
}

.dashboard-order-product span {
  color: var(--muted);
  font-size: 0.82rem;
}

.dashboard-order-details dl {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.dashboard-order-details dl > div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
}

.dashboard-order-details dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.dashboard-order-details dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 750;
}

.return-body {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  background: var(--paper);
}

.return-panel {
  width: min(620px, 100%);
  padding: clamp(28px, 6vw, 58px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.return-logo {
  width: min(240px, 72vw);
  height: 86px;
  margin-bottom: 28px;
  object-fit: contain;
  object-position: left center;
}

.return-panel p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.dashboard-preview {
  width: min(480px, 100%);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.dash-header {
  height: 86px;
  margin-bottom: 18px;
  background: var(--ink);
}

.dash-row {
  height: 42px;
  margin-bottom: 12px;
  background: #e8ebe7;
}

.dash-row.short {
  width: 72%;
  background: #f7d9c8;
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.dash-grid span {
  aspect-ratio: 1;
  background: #d5e7e1;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero,
  .feature-band,
  .contact-section,
  .login-shell {
    grid-template-columns: 1fr;
  }

  .checkout-page {
    grid-template-columns: 1fr;
  }

  .checkout-order-summary {
    min-height: 440px;
  }

  .contact-form {
    margin-top: 0;
  }

  .bloom-preview {
    aspect-ratio: 16 / 9;
  }

  .hero {
    min-height: auto;
  }

  .work-grid,
  .service-list,
  .payment-grid,
  .checkout-layout,
  .dashboard-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

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

  .login-art {
    min-height: 360px;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: static;
  }

  .dashboard-order summary {
    grid-template-columns: 1fr;
  }

  .dashboard-order-summary-meta {
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-items: start;
  }

  .dashboard-order-details dl > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .payment-success-notice {
    top: 16px;
    align-items: flex-start;
  }

  .checkout-page-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 18px 18px;
  }

  .checkout-page-header .header-action {
    width: 100%;
    max-width: none;
  }

  .checkout-page {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  .checkout-order-summary,
  .checkout-payment-area {
    padding: 30px 20px;
  }

  .checkout-order-summary {
    min-height: 410px;
  }

  .checkout-order-summary h1 {
    font-size: 2.25rem;
  }

  .checkout-payment-heading h2 {
    font-size: 1.85rem;
  }

  .checkout-payment-heading,
  .checkout-payment-form {
    padding-right: 0;
    padding-left: 0;
  }

  .brand {
    white-space: normal;
  }

  .header-actions {
    width: 100%;
  }

  .header-action,
  .cart-button,
  #logoutButton {
    flex: 1;
    text-align: center;
  }

  .cart-button {
    justify-content: center;
  }

  .hero,
  .section,
  .feature-band,
  .payment-section,
  .contact-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button {
    width: 100%;
  }

  .maker-badge {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    border-radius: 8px;
    padding: 14px;
  }

  .maker-badge strong {
    justify-content: center;
    width: 100%;
  }

  .work-card,
  .service-list article,
  .payment-card,
  .dashboard-card,
  .interface-preview,
  .dashboard-preview {
    padding: 20px;
  }

  .bloom-preview {
    aspect-ratio: 4 / 5;
  }

  .bloom-preview img {
    object-position: 24% top;
  }

  .bloom-view-button {
    left: 18px;
    bottom: 18px;
  }

  .checkout-layout {
    min-height: 0;
  }

  #checkout {
    min-height: 620px;
    padding: 12px;
  }
}

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

  .reveal-section {
    opacity: 1;
    transform: none;
  }
}

/* Final storefront overrides (kept after legacy account/checkout styles). */
.shop-page .section-heading { max-width:830px; }
.shop-page .section-heading h2 { font-size:clamp(2.2rem,4.7vw,4.4rem); line-height:1; letter-spacing:-.055em; }
.shop-page .payment-button { display:block; width:100%; min-height:44px; padding:13px 16px; border:0; border-radius:10px; color:#fff; background:var(--ink); font-size:.9rem; font-weight:800; line-height:1; cursor:pointer; }
.shop-page .repair-contact-button { display:flex; grid-column:1/-1; align-items:center; justify-content:center; width:100%; min-height:44px; padding:13px 16px; border:0; border-radius:10px; color:#fff; background:var(--ink); font-size:.9rem; font-weight:800; line-height:1; text-align:center; text-decoration:none; transition:transform .2s ease,background .2s ease,box-shadow .2s ease; }
.shop-page .repair-contact-button:hover { color:#fff; background:var(--green); box-shadow:0 12px 26px rgba(16,35,29,.16); transform:translateY(-2px); }
.shop-page .phone-card .payment-button { color:var(--ink); background:var(--lime); }
.shop-page .repair-contact { background:#dff0e5; }
.shop-page .repair-footer { color:#fff; background:#10231d; }
.shop-page .lang-button { font-family:inherit; font-size:.72rem; font-weight:800; line-height:1; }
.header-brand-group { display:flex; align-items:center; gap:10px; flex:0 0 auto; }
.brand-divider { width:1px; height:34px; margin-left:3px; background:var(--line); }
.brand-by { color:var(--muted); font-size:.57rem; font-weight:900; letter-spacing:.12em; }
.header-mwa-link { display:grid; place-items:center; width:102px; height:36px; padding:4px 7px; border:1px solid #24312d; border-radius:8px; background:#050706; transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.header-mwa-link:hover { border-color:var(--green); box-shadow:0 8px 20px rgba(16,35,29,.1); transform:translateY(-2px); }
.header-mwa-link img { width:100%; height:100%; object-fit:contain; }
.repair-footer { gap:clamp(28px,5vw,70px); }
.footer-shop { display:flex; align-items:center; gap:24px; }
.footer-shop p { margin:0; }
.mwa-credit { display:flex; align-items:center; gap:12px; margin-left:auto; padding:10px 14px; border:1px solid rgba(255,255,255,.15); border-radius:12px; color:#aebdb7; font-size:.7rem; font-weight:700; letter-spacing:.04em; text-transform:uppercase; }
.mwa-credit img { width:112px; height:28px; object-fit:contain; object-position:left center; }
.footer-copyright { color:#83958e; font-size:.75rem; white-space:nowrap; }
@media (max-width:800px) { .repair-footer { align-items:flex-start; flex-direction:column; }.footer-shop { align-items:flex-start; flex-direction:column; gap:14px; }.mwa-credit { margin-left:0; }.footer-copyright { white-space:normal; } }
@media (max-width:520px) { .header-brand-group { gap:7px; }.brand-divider { height:30px; margin-left:0; }.brand-by { display:none; }.header-mwa-link { width:70px; height:32px; padding:4px; }.shop-page .language-switcher { display:none; } }
.shop-page .shared-studio-footer { display:flex; flex-wrap:wrap; align-items:center; justify-content:flex-start; gap:14px 22px; min-height:0; padding:28px clamp(20px,5vw,72px); color:#fff; background:#10231d; }
.shared-footer-rights { font-size:1rem; letter-spacing:0; white-space:nowrap; }
.shared-mwa-badge { display:inline-flex; align-items:center; gap:9px; min-width:0; padding:7px 18px; border:1px solid rgba(255,255,255,.18); border-radius:999px; color:#fff; background:linear-gradient(135deg,rgba(228,86,100,.28),rgba(240,185,66,.18)),rgba(255,255,255,.08); box-shadow:none; transition:transform .2s ease,box-shadow .2s ease; }
.shared-mwa-badge:hover { color:#fff; box-shadow:0 14px 32px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.12); transform:translateY(-3px); }
.shared-mwa-badge span { color:rgba(255,255,255,.72); font-size:.8rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; white-space:nowrap; }
.shared-mwa-badge img { width:auto; height:34px; max-width:130px; object-fit:contain; }
@media (max-width:620px) { .shop-page .shared-studio-footer { align-items:flex-start; flex-direction:column; }.shared-footer-rights { white-space:normal; } }
.shop-page.login-body { min-height:100vh; background:linear-gradient(145deg,#eef4ee 0%,#f8f7f1 48%,#e1efe6 100%); }
.login-site-header { width:100%; }
.centered-login-shell { display:grid; grid-template-columns:minmax(0,560px); place-content:center; min-height:calc(100vh - 76px); padding:clamp(42px,7vw,88px) 20px; }
.centered-login-shell .login-panel { display:block; width:100%; padding:clamp(28px,5vw,52px); border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.94); box-shadow:0 28px 80px rgba(16,35,29,.14); }
.centered-login-shell .login-copy,.centered-login-shell .login-form,.centered-login-shell .login-message,.centered-login-shell .back-link,.centered-login-shell .auth-tabs { max-width:none; }
.centered-login-shell .login-copy h1 { font-size:clamp(2.25rem,5vw,3.65rem); letter-spacing:-.055em; }
.login-current-page { cursor:default; }
.login-cart-link #loginCartCount { display:grid; place-items:center; min-width:24px; height:24px; padding:0 6px; border-radius:999px; color:#fff; background:var(--orange); font-size:.76rem; }
@media (max-width:1050px) { .shop-page .login-site-header .nav-links { display:flex; order:3; width:100%; justify-content:flex-start; overflow-x:auto; padding:4px 0 2px; scrollbar-width:none; }.login-site-header .nav-links::-webkit-scrollbar { display:none; } }
@media (max-width:700px) { .login-site-header .login-current-page { display:none; }.shop-page.login-body .login-site-header .language-switcher { display:flex; }.centered-login-shell { min-height:calc(100vh - 64px); padding:30px 16px; }.centered-login-shell .login-panel { padding:26px 20px; } }
.admin-product-form { display:grid; gap:12px; margin:20px 0 28px; }
.admin-product-form label { display:grid; gap:7px; color:var(--muted); font-size:.8rem; font-weight:800; }
.admin-product-form input,.admin-product-form select,.admin-product-form textarea { width:100%; padding:12px; border:1px solid var(--line); border-radius:8px; color:var(--ink); background:#fff; font:inherit; }
.admin-form-row { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.admin-product-form button { min-height:44px; border:0; border-radius:8px; color:#fff; background:var(--green); font:inherit; font-weight:900; cursor:pointer; }
.admin-product-form button:disabled { cursor:wait; opacity:.6; }
.admin-product-list { padding-top:20px; border-top:1px solid var(--line); }
.admin-open-product-button { width:100%; min-height:46px; margin:18px 0 24px; padding:0 18px; border:0; border-radius:9px; color:#fff; background:var(--green); font:inherit; font-weight:900; cursor:pointer; transition:transform .2s ease,box-shadow .2s ease; }
.admin-open-product-button:hover { box-shadow:0 12px 28px rgba(22,120,88,.2); transform:translateY(-2px); }
.database-phone { background:linear-gradient(145deg,#c6d7ce,#426455); }
.database-phone-card .condition.is-sold { color:#fff; background:#b8322a; }
.database-phone-card .payment-button.is-sold { color:#fff; background:#78827e; cursor:not-allowed; opacity:.85; transform:none; }
.database-phone-card { cursor:pointer; transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease; }
.database-phone-card:hover { border-color:rgba(201,243,106,.65); box-shadow:0 28px 58px rgba(4,22,16,.32); transform:translateY(-9px); }
.database-phone-card:hover .database-phone-image { transform:scale(1.025); }
.database-phone-image { transition:transform .24s ease; }
.phone-details-button { align-self:flex-start; margin:2px 0 18px; padding:0 0 4px; border:0; border-bottom:1px solid currentColor; color:var(--lime); background:transparent; font:inherit; font-size:.8rem; font-weight:850; cursor:pointer; }
.phone-details-button:hover { color:#fff; }
.database-phone-card:focus-visible { outline:3px solid var(--lime); outline-offset:4px; }
.phone-detail-dialog { width:min(920px,calc(100% - 28px)); max-height:calc(100dvh - 32px); padding:0; border:0; border-radius:22px; color:var(--ink); background:#fff; box-shadow:0 36px 110px rgba(8,28,22,.36); }
.phone-detail-dialog::backdrop { background:rgba(7,25,19,.68); backdrop-filter:blur(6px); }
.phone-detail-shell { position:relative; display:grid; grid-template-columns:minmax(280px,.9fr) minmax(300px,1.1fr); min-height:520px; }
.phone-detail-close { position:absolute; top:16px; right:16px; z-index:2; display:grid; place-items:center; width:40px; height:40px; padding:0; border:1px solid var(--line); border-radius:10px; color:var(--ink); background:rgba(255,255,255,.94); font-size:1.55rem; cursor:pointer; }
.phone-detail-gallery { display:grid; grid-template-rows:minmax(0,1fr) auto; min-width:0; padding:28px; background:#eef3ee; }
.phone-detail-gallery>img { width:100%; height:380px; border-radius:16px; background:#fff; object-fit:contain; }
.phone-detail-thumbnails { display:flex; gap:9px; margin-top:16px; overflow-x:auto; padding-bottom:3px; }
.phone-detail-thumbnails button { flex:0 0 58px; width:58px; height:58px; padding:3px; border:2px solid transparent; border-radius:10px; background:#fff; cursor:pointer; }
.phone-detail-thumbnails button.is-active { border-color:var(--green); }
.phone-detail-thumbnails img { width:100%; height:100%; border-radius:6px; object-fit:cover; }
.phone-detail-copy { display:flex; align-items:flex-start; flex-direction:column; justify-content:center; padding:clamp(34px,5vw,64px); }
.phone-detail-copy .condition { position:static; margin-bottom:20px; }
.phone-detail-copy .condition.is-sold { color:#fff; background:#b8322a; }
.phone-detail-copy h2 { margin:0 0 14px; font-size:clamp(2rem,4vw,3.4rem); line-height:1; letter-spacing:-.045em; }
.phone-detail-copy>p { color:var(--muted); line-height:1.65; }
.phone-detail-specs { margin:0 0 12px; color:var(--green)!important; font-weight:850; }
.phone-detail-price { margin:18px 0 24px; font-size:1.75rem; }
.phone-detail-copy .payment-button { margin-top:auto; }
.phone-detail-copy .payment-button.is-sold { background:#78827e; cursor:not-allowed; opacity:.85; }
@media (max-width:720px) { .phone-detail-shell { grid-template-columns:1fr; }.phone-detail-gallery { padding:20px; }.phone-detail-gallery>img { height:300px; }.phone-detail-copy { padding:30px 22px; }.phone-detail-copy .payment-button { margin-top:12px; } }
.database-products-note { margin-top:20px; color:#b8c8c1; }
.admin-image-field small { color:var(--muted); font-size:.72rem; font-weight:600; }
.admin-product-thumb { width:64px; height:64px; margin-bottom:8px; border-radius:10px; object-fit:cover; }
.database-phone-image { width:100%; height:245px; margin:18px 0 28px; border-radius:16px; background:#fff; object-fit:contain; }
.database-phone-gallery { display:flex; gap:7px; margin:-18px 0 24px; overflow-x:auto; }
.database-phone-gallery button { flex:0 0 44px; width:44px; height:44px; padding:2px; border:2px solid transparent; border-radius:8px; background:#fff; cursor:pointer; }
.database-phone-gallery button.is-active { border-color:var(--lime); }
.database-phone-gallery img { width:100%; height:100%; border-radius:5px; object-fit:cover; }
.phones-section .product-grid { grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); }
.phones-section .database-phone-card:last-child { grid-column:auto; }
.admin-product-item { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:14px; }
.admin-product-item .admin-product-thumb { margin:0; }
.admin-product-copy { display:grid; gap:4px; min-width:0; }
.admin-product-actions { display:flex; gap:7px; }
.admin-product-actions button { min-height:34px; padding:0 11px; border:1px solid var(--line); border-radius:7px; color:var(--ink); background:#fff; font:inherit; font-size:.76rem; font-weight:850; cursor:pointer; }
.admin-product-actions button:hover { border-color:var(--green); color:var(--green); }
.admin-product-actions button.is-danger:hover { border-color:#b33b31; color:#b33b31; }
.product-edit-dialog { width:min(620px,calc(100% - 28px)); max-height:calc(100dvh - 32px); padding:0; border:0; border-radius:20px; color:var(--ink); background:#fff; box-shadow:0 35px 100px rgba(16,35,29,.3); }
.product-edit-dialog::backdrop { background:rgba(16,35,29,.62); backdrop-filter:blur(5px); }
.edit-product-form { margin:0; padding:clamp(22px,4vw,38px); overflow-y:auto; }
.edit-dialog-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; margin-bottom:8px; }
.edit-dialog-heading h2 { margin:0; font-size:clamp(1.8rem,4vw,2.8rem); }
.edit-dialog-close { display:grid; flex:0 0 38px; place-items:center; width:38px; height:38px; padding:0; border:1px solid var(--line)!important; border-radius:9px!important; color:var(--ink)!important; background:#fff!important; font-size:1.5rem!important; box-shadow:none!important; }
.product-active-toggle { display:flex!important; grid-template-columns:none; align-items:center; gap:9px!important; }
.product-active-toggle input { width:18px; height:18px; margin:0; }
.admin-field-label { display:block; margin-bottom:8px; color:var(--muted); font-size:.8rem; font-weight:800; }
.edit-image-preview { display:flex; gap:8px; min-height:58px; overflow-x:auto; }
.edit-image-preview img { flex:0 0 58px; width:58px; height:58px; border:1px solid var(--line); border-radius:9px; object-fit:cover; }
@media (max-width:620px) { .admin-product-item { grid-template-columns:auto 1fr; }.admin-product-actions { grid-column:1/-1; }.admin-product-actions button { flex:1; } }
.repair-contact .contact-channel-grid { display:grid; grid-template-columns:1fr; gap:12px; margin-top:28px; }
.shop-page .repair-contact { grid-template-columns:minmax(380px,500px) minmax(460px,640px); align-items:stretch; justify-content:center; gap:clamp(34px,4vw,56px); padding-right:clamp(28px,4vw,72px); padding-left:clamp(28px,4vw,72px); }
.repair-contact .contact-copy { width:100%; max-width:500px; }
.repair-contact .contact-copy h2 { min-height:2em; font-size:clamp(2.2rem,3.8vw,3.5rem); text-wrap:balance; }
.repair-contact .contact-form { grid-template-rows:auto auto minmax(180px,1fr) auto auto; width:100%; max-width:640px; margin-top:72px; padding:0; background:transparent; box-shadow:none; }
.repair-contact .contact-message-field { grid-template-rows:auto minmax(0,1fr); min-height:0; }
.repair-contact .contact-message-field textarea { height:100%; min-height:180px; background:rgba(255,255,255,.72); }
.repair-contact .contact-form input { background:rgba(255,255,255,.72); }
.repair-contact .contact-line { display:grid; grid-template-columns:auto minmax(0,1fr); gap:12px; align-items:center; min-height:82px; padding:14px; border:1px solid var(--line); border-radius:16px; background:rgba(255,253,247,.86); transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease; }
.repair-contact .contact-hover { cursor:pointer; }
.repair-contact .contact-hover:hover { border-color:rgba(22,120,88,.3); background:#fff; box-shadow:0 16px 36px rgba(16,47,42,.12); transform:translateY(-3px); }
.repair-contact .contact-hover:hover .contact-icon { box-shadow:0 10px 22px rgba(16,47,42,.18); transform:scale(1.08) rotate(-3deg); }
.repair-contact .contact-line div>span { display:block; margin-bottom:3px; color:var(--muted); font-size:.72rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.repair-contact .contact-line strong { display:block; overflow-wrap:anywhere; font-size:.86rem; line-height:1.35; }
.repair-contact .contact-icon { display:grid; width:42px; height:42px; place-items:center; border-radius:14px; color:#fff; background:#163d32; transition:transform .16s ease,box-shadow .16s ease; }
.repair-contact .contact-icon.whatsapp-icon { background:#1fa463; }
.repair-contact .contact-icon.mail-icon { background:#e45664; }
.repair-contact .contact-icon.instagram-icon { background:linear-gradient(135deg,#f9ce34,#ee2a7b 48%,#6228d7); }
.repair-contact .contact-icon.tiktok-icon { background:linear-gradient(135deg,#121212 55%,#25f4ee); }
.repair-contact .contact-icon.phone-channel-icon { background:#2673b8; }
.repair-contact .contact-icon svg { width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
@media (max-width:580px) { .repair-contact .contact-channel-grid { grid-template-columns:1fr; } }
@media (max-width:920px) { .shop-page .repair-contact { grid-template-columns:minmax(0,560px); }.repair-contact .contact-copy,.repair-contact .contact-form { max-width:560px; }.repair-contact .contact-form { margin-top:0; } }
.checkout-order-actions { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:10px; width:100%; margin-top:auto; padding-top:40px; }
.checkout-order-actions .checkout-edit-link { display:inline-flex; align-items:center; min-height:42px; margin:0; padding-top:0; line-height:1; }
.checkout-cancel-link { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 15px; border:1px solid #b8322a; border-radius:8px; color:#fff; background:#b8322a; font-size:.88rem; font-weight:850; transition:transform .2s ease,background .2s ease,box-shadow .2s ease; }
.checkout-cancel-link:hover { color:#fff; background:#94251f; box-shadow:0 10px 24px rgba(184,50,42,.24); transform:translateY(-2px); }
.shop-page #repairs { position:relative; width:min(1420px,calc(100% - 32px)); margin:clamp(60px,8vw,110px) auto; padding-right:clamp(24px,6vw,88px); padding-left:clamp(24px,6vw,88px); border:1px solid rgba(22,120,88,.16); border-radius:32px; background:#fff; box-shadow:0 30px 90px rgba(16,35,29,.12); overflow:hidden; }
.shop-page #repairs::before { position:absolute; top:0; left:clamp(24px,6vw,88px); width:90px; height:5px; border-radius:0 0 999px 999px; background:var(--lime); content:""; }
.shop-page #repairs .repair-card:last-child { grid-column:auto; }
.shop-page .process-section { position:relative; margin:0 clamp(16px,3vw,48px) clamp(70px,9vw,130px); padding-right:clamp(24px,5vw,72px); padding-left:clamp(24px,5vw,72px); border-radius:30px; background:linear-gradient(145deg,#e2f1e7,#f4f7f1 72%); overflow:hidden; }
.process-section::after { position:absolute; right:-110px; bottom:-160px; width:360px; height:360px; border:70px solid rgba(201,243,106,.28); border-radius:50%; content:""; pointer-events:none; }
.process-section .section-heading { position:relative; z-index:1; }
.process-section .process-grid { position:relative; z-index:1; gap:20px; margin-top:54px; }
.process-section .process-grid::before { position:absolute; top:36px; right:16%; left:16%; height:2px; background:linear-gradient(90deg,var(--green),var(--lime),var(--green)); content:""; opacity:.45; }
.process-section .process-grid article { position:relative; min-height:275px; padding:26px; border:1px solid rgba(22,120,88,.15); border-radius:20px; background:rgba(255,255,255,.88); box-shadow:0 18px 45px rgba(16,35,29,.08); transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; }
.process-section .process-grid article:hover { border-color:rgba(22,120,88,.35); box-shadow:0 26px 55px rgba(16,35,29,.14); transform:translateY(-7px); }
.process-step-top { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.process-section .process-number { display:grid; place-items:center; width:72px; height:72px; border:7px solid #e9f4ec; border-radius:50%; color:#fff; background:var(--green); box-shadow:0 0 0 1px rgba(22,120,88,.18); font-size:.82rem; font-weight:950; }
.process-step-icon { display:grid; place-items:center; width:48px; height:48px; border-radius:14px; color:var(--green); background:var(--lime); }
.process-step-icon svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.process-section .process-grid h3 { margin:28px 0 10px; font-size:1.5rem; }
.process-section .process-grid p { margin:0; color:var(--muted); line-height:1.65; }
@media (max-width:900px) { .process-section .process-grid { grid-template-columns:1fr; }.process-section .process-grid::before { top:10%; bottom:10%; left:35px; width:2px; height:auto; }.process-section .process-grid article { min-height:0; }.process-section .process-number { position:relative; z-index:1; } }
.admin-card-intro { color:var(--muted); line-height:1.55; }
.admin-repair-service-list { display:grid; gap:14px; margin-top:20px; }
.admin-repair-service-panel { overflow:hidden; border:1px solid var(--line); border-radius:12px; background:#f8faf7; }
.admin-repair-service-panel summary { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:16px 18px; cursor:pointer; list-style:none; }
.admin-repair-service-panel summary::-webkit-details-marker { display:none; }
.admin-repair-service-panel summary span { display:grid; place-items:center; width:28px; height:28px; border-radius:50%; color:#fff; background:var(--green); font-size:1.2rem; transition:transform .2s ease; }
.admin-repair-service-panel[open] summary span { transform:rotate(45deg); }
.admin-repair-service-form { padding:16px; border-top:1px solid var(--line); background:#fff; }
.admin-service-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:14px; }
.admin-service-heading span { color:var(--green); font-weight:900; white-space:nowrap; }
.admin-service-fields { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.admin-service-fields label { display:grid; gap:7px; color:var(--muted); font-size:.78rem; font-weight:800; }
.admin-service-fields label:nth-last-child(-n+2) { grid-column:1/-1; }
.admin-service-fields input,.admin-service-fields textarea { width:100%; padding:11px; border:1px solid var(--line); border-radius:8px; color:var(--ink); background:#fff; font:inherit; }
.admin-service-save-row { display:flex; align-items:center; gap:12px; margin-top:12px; }
.admin-service-save-row button { min-height:40px; padding:0 16px; border:0; border-radius:8px; color:#fff; background:var(--green); font:inherit; font-size:.8rem; font-weight:900; cursor:pointer; }
.admin-service-save-row button:disabled { cursor:wait; opacity:.6; }
.admin-service-save-row .form-note { color:var(--muted); font-size:.75rem; }
@media (max-width:620px) { .admin-service-fields { grid-template-columns:1fr; }.admin-service-fields label { grid-column:1!important; }.admin-service-save-row { align-items:flex-start; flex-direction:column; } }
.shop-page .phones-section .product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); width:min(1180px,calc(100% - clamp(16px,6vw,90px))); margin-right:auto; margin-left:auto; }
@media (max-width:1100px) { .shop-page .phones-section .product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width:820px) { .shop-page .phones-section .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:580px) { .shop-page .phones-section .product-grid { grid-template-columns:1fr; width:100%; } }
@media (max-width:1050px) { .shop-page .account-action { display:inline-flex; align-items:center; justify-content:center; } }
@media (max-width:520px) { .shop-page .account-action { min-height:38px; padding:0 11px; font-size:.72rem; white-space:nowrap; }.shop-page .header-actions { gap:6px; } }
