:root{--bg:#f6f8fb;--white:#fff;--text:#101828;--muted:#667085;--line:#e4e7ec;--primary:#155eef;--primary-dark:#004eeb;--orange:#f97316;--green:#16a34a;--soft:#eef4ff;--shadow:0 16px 38px rgba(16,24,40,.08);--radius:18px;--max:1180px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.topbar{background:#101828;color:#e0e7ff;font-size:13px;padding:9px 0}.topbar-inner,.nav,.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}.site-header{background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.nav{min-height:76px}.logo{display:flex;align-items:center;gap:11px;font-size:24px;font-weight:900;letter-spacing:-.05em}.logo span{width:42px;height:42px;border-radius:12px;background:var(--primary);color:white;display:grid;place-items:center;font-size:14px;letter-spacing:0}.menu{display:flex;align-items:center;gap:20px;color:var(--muted);font-size:14px;font-weight:800}.menu a:hover{color:var(--primary)}.cart-count{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:var(--orange);color:white;font-size:12px;margin-left:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--primary);background:var(--primary);color:white;border-radius:12px;padding:12px 18px;font-weight:900;cursor:pointer}.btn:hover{background:var(--primary-dark)}.btn.light{background:white;color:var(--primary);border-color:#c7d7fe}.btn.danger{background:#dc2626;border-color:#dc2626}.btn.small{padding:9px 13px;font-size:13px}.hero{background:linear-gradient(180deg,#fff,#f6f8fb);padding:64px 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}.badge{display:inline-block;background:var(--soft);color:var(--primary);border-radius:999px;padding:8px 12px;font-weight:900;font-size:13px;margin-bottom:18px}h1{font-size:clamp(40px,6vw,66px);line-height:1.02;letter-spacing:-.065em;margin:0}h2{font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-.05em;margin:0 0 12px}.lead{font-size:18px;color:var(--muted);line-height:1.7;max-width:680px}.hero-card,.card,.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-card{padding:26px}.hero-card img{width:100%;height:260px;object-fit:cover;border-radius:14px;margin-bottom:18px}.section{padding:62px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.grid{display:grid;gap:18px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.product-card{background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}.product-card img{width:100%;height:180px;object-fit:cover;background:#eef2f7}.product-body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}.product-body p{color:var(--muted);font-size:14px;margin:0}.price{font-size:26px;font-weight:900;letter-spacing:-.04em;margin-top:auto}.category-card{padding:24px}.category-card p{color:var(--muted)}.product-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:start}.product-image{background:white;border:1px solid var(--line);border-radius:22px;padding:14px;box-shadow:var(--shadow)}.product-image img{width:100%;height:430px;object-fit:cover;border-radius:16px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:grid;gap:8px;margin-bottom:16px}.field.full{grid-column:1/-1}label{font-size:14px;font-weight:900}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px 13px;background:#fbfcff;color:var(--text)}textarea{min-height:110px}.option-list{display:grid;gap:10px;margin:18px 0}.pay-option{display:flex;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:14px;padding:14px;background:#fbfcff}.table{width:100%;border-collapse:collapse;background:white;border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}.table th,.table td{padding:15px;border-bottom:1px solid var(--line);text-align:left}.table th{background:#f9fafb;font-size:13px;color:var(--muted);text-transform:uppercase}.qty{max-width:76px}.cart-summary{max-width:420px;margin-left:auto}.footer{padding:34px 0;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.alert{padding:14px 16px;border-radius:14px;background:#ecfdf3;color:#166534;margin-bottom:18px;font-weight:700}.admin-layout{display:grid;grid-template-columns:230px 1fr;min-height:calc(100vh - 76px)}.sidebar{background:#101828;color:#cbd5e1;padding:22px}.sidebar a{display:block;padding:12px;border-radius:12px;font-weight:800}.sidebar a:hover{background:rgba(255,255,255,.08);color:white}.admin-content{padding:28px}.drag-list{display:grid;gap:10px}.drag-item{display:grid;grid-template-columns:40px 1fr auto;gap:12px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:14px;background:white}.handle{cursor:grab;color:var(--muted);font-weight:900}.muted{color:var(--muted)}@media(max-width:980px){.menu{display:none}.hero-grid,.product-layout,.admin-layout{grid-template-columns:1fr}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.product-image img{height:300px}}@media(max-width:620px){.container{width:min(100% - 24px,var(--max))}.grid-4,.grid-3,.form-grid{grid-template-columns:1fr}.topbar{display:none}.table{display:block;overflow-x:auto}.section-head{display:block}}

.menu {
  display: flex;
  align-items: center;
  gap: 22px;
}

.menu a,
.dropdown-toggle {
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.dropdown {
  position: relative;
  padding: 16px 0;
  margin: -16px 0;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 7px;
}

.dropdown-toggle i {
  font-size: 11px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  padding: 10px;
  display: none;
  z-index: 9999;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 18px;
}

.dropdown:hover .dropdown-menu,
.dropdown:focus-within .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: block;
  padding: 12px 14px;
  border-radius: 10px;
  color: #111;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background: #f2f2f2;
}

.cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 20px !important;
}

.cart-count {
  position: absolute;
  top: -10px;
  right: -14px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ff2d55;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}






.home-hero {
  padding: 86px 0 70px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 45, 85, 0.10), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(59, 130, 246, 0.10), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #ff2d55;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #0f172a;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: .95;
  letter-spacing: -.06em;
}

.home-lead {
  max-width: 650px;
  color: #64748b;
  font-size: 19px;
  line-height: 1.75;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.home-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.home-benefits div {
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 16px 40px rgba(15,23,42,.05);
}

.home-benefits strong {
  display: block;
  margin-bottom: 6px;
  color: #0f172a;
  font-size: 14px;
}

.home-benefits span {
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

.home-preview {
  position: relative;
}

.preview-card {
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 34px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 30px 80px rgba(15,23,42,.10);
}

.preview-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}

.preview-header span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 8px rgba(34,197,94,.12);
}

.preview-header strong {
  color: #0f172a;
}

.preview-steps {
  display: grid;
  gap: 14px;
}

.preview-steps > div {
  display: flex;
  gap: 16px;
  padding: 18px;
  border: 1px solid #eef2f7;
  border-radius: 22px;
  background: #f8fafc;
}

.preview-steps .active {
  background: #fff;
  border-color: rgba(255,45,85,.18);
}

.preview-steps b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  border-radius: 14px;
  background: #fff1f4;
  color: #ff2d55;
}

.preview-steps strong {
  display: block;
  color: #0f172a;
  margin-bottom: 3px;
}

.preview-steps small {
  color: #64748b;
}

.preview-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff1f4, #eff6ff);
}

.preview-footer small {
  display: block;
  color: #64748b;
}

.preview-footer strong {
  color: #0f172a;
  font-size: 22px;
}

.preview-footer a {
  color: #ff2d55;
  font-weight: 900;
  text-decoration: none;
}

.home-section {
  padding: 72px 0;
}

.soft-bg {
  background: #f8fafc;
}

.reassurance-section {
  padding-top: 42px;
}

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

.reassurance-card {
  padding: 26px;
  border: 1px solid #e5e7eb;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15,23,42,.06);
}

.reassurance-card i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: #fff1f4;
  color: #ff2d55;
  font-size: 19px;
}

.reassurance-card h3,
.workflow-card h3,
.clean-category-card h3,
.clean-product-card h3 {
  color: #0f172a;
}

.reassurance-card p,
.workflow-card p,
.clean-category-card p,
.clean-product-card p,
.section-title p,
.cta-clean p {
  color: #64748b;
  line-height: 1.65;
}

.section-title {
  max-width: 720px;
}

.section-title.center {
  margin: 0 auto 40px;
  text-align: center;
}

.section-title h2 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

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

.workflow-card {
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15,23,42,.06);
}

.workflow-card span {
  display: inline-flex;
  margin-bottom: 26px;
  color: rgba(255,45,85,.28);
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -.08em;
}

.clean-category-card {
  position: relative;
  min-height: 240px;
  padding: 28px;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(15,23,42,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.clean-category-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,45,85,.25);
  box-shadow: 0 26px 70px rgba(15,23,42,.10);
}

.category-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 16px;
  background: #f1f5f9;
  color: #0f172a;
}

.clean-category-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #ff2d55;
}

.clean-product-card {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15,23,42,.06);
}

.product-visual {
  display: block;
  aspect-ratio: 4 / 3;
  background: #f8fafc;
  overflow: hidden;
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.clean-product-card:hover .product-visual img {
  transform: scale(1.04);
}

.product-content {
  padding: 22px;
}

.product-content small {
  color: #ff2d55;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.product-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
}

.price {
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
}

.cta-clean {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 46px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(255,45,85,.12), transparent 30%),
    linear-gradient(135deg, #ffffff, #f8fafc);
  border: 1px solid #e5e7eb;
  box-shadow: 0 24px 70px rgba(15,23,42,.08);
}

.cta-clean h2 {
  max-width: 760px;
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

@media (max-width: 1100px) {
  .home-hero-grid,
  .home-benefits,
  .reassurance-grid,
  .workflow-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .home-hero {
    padding: 56px 0;
  }

  .home-hero-grid,
  .home-benefits,
  .reassurance-grid,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .home-actions,
  .product-line,
  .cta-clean {
    flex-direction: column;
    align-items: flex-start;
  }

  .preview-card,
  .cta-clean {
    padding: 26px;
    border-radius: 26px;
  }
}






.product-hero-section {
  padding: 34px 0 55px;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 45, 85, 0.06), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.product-modern-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 30px;
  align-items: flex-start;
}

.product-media-area {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 14px;
}

.product-main-image {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, .06);
}

.product-main-image img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.demo-card {
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, .05);
}

.demo-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.demo-head .eyebrow {
  margin-bottom: 4px;
  font-size: 11px;
}

.demo-head h3 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  letter-spacing: -.03em;
}

.demo-head i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #fff1f4;
  color: #ff2d55;
  font-size: 20px;
}

.soundcloud-embed {
  overflow: hidden;
  border-radius: 16px;
  background: #f8fafc;
}

.soundcloud-embed iframe {
  display: block;
  height: 120px;
  border: 0;
}

.product-reassurance {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.product-reassurance > div {
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 12px;
  padding: 13px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}

.product-reassurance i {
  grid-row: span 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #f1f5f9;
  color: #0f172a;
}

.product-reassurance strong {
  color: #0f172a;
  font-size: 14px;
}

.product-reassurance span {
  color: #64748b;
  font-size: 13px;
  line-height: 1.35;
}

.product-order-panel {
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.product-category {
  display: inline-flex;
  margin-bottom: 10px;
  color: #ff2d55;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-heading h1 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1;
  letter-spacing: -.05em;
}

.product-heading p {
  margin: 0;
  max-height: 210px;
  overflow-y: auto;
  padding-right: 8px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.65;
}

.product-heading p::-webkit-scrollbar {
  width: 6px;
}

.product-heading p::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 20px;
}

.product-price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff1f4, #eff6ff);
}

.product-price-box small,
.order-summary-box small {
  display: block;
  margin-bottom: 3px;
  color: #64748b;
  font-size: 12px;
}

.product-price-box strong,
.order-summary-box strong {
  display: block;
  color: #0f172a;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.product-price-box span {
  color: #64748b;
  font-size: 13px;
}

.product-form {
  display: grid;
  gap: 16px;
}

.form-block {
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #fff;
}

.form-block-title {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.form-block-title > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  border-radius: 13px;
  background: #fff1f4;
  color: #ff2d55;
  font-weight: 900;
}

.form-block-title h3 {
  margin: 0 0 3px;
  color: #0f172a;
  font-size: 19px;
}

.form-block-title p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.4;
}

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

.field.full {
  grid-column: 1 / -1;
}

.field label {
  display: block;
  margin-bottom: 6px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
}

.field label em {
  color: #ff2d55;
  font-style: normal;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  background: #f8fafc;
  padding: 11px 13px;
  color: #0f172a;
  font-family: inherit;
  font-size: 14px;
  outline: none;
}

.field textarea {
  min-height: 105px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(255,45,85,.45);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,45,85,.08);
}

.modern-option-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.modern-pay-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px;
  border: 1px solid #e5e7eb;
  border-radius: 17px;
  background: #f8fafc;
  cursor: pointer;
}

.modern-pay-option > span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.modern-pay-option input {
  width: 17px;
  height: 17px;
  accent-color: #ff2d55;
}

.modern-pay-option strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
}

.modern-pay-option small {
  display: block;
  margin-top: 2px;
  color: #64748b;
  font-size: 12px;
}

.modern-pay-option b {
  color: #ff2d55;
  white-space: nowrap;
  font-size: 14px;
}

.order-summary-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-radius: 22px;
  background: #0f172a;
  color: #fff;
}

.order-summary-box strong {
  color: #fff;
}

.order-summary-box span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
}

.order-summary-box .btn {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .product-modern-layout {
    grid-template-columns: 1fr;
  }

  .product-media-area {
    position: static;
  }

  .product-heading p {
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 680px) {
  .product-hero-section {
    padding: 28px 0 50px;
  }

  .product-order-panel,
  .form-block,
  .demo-card,
  .order-summary-box {
    padding: 18px;
    border-radius: 22px;
  }

  .modern-form-grid,
  .paid-select-grid {
    grid-template-columns: 1fr;
  }

  .product-price-box,
  .order-summary-box,
  .modern-pay-option {
    flex-direction: column;
    align-items: flex-start;
  }
}












.cart-page {
  padding: 44px 0 80px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.cart-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.cart-header h1 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -.055em;
}

.cart-header p {
  margin: 0;
  color: #64748b;
  font-size: 17px;
}

.cart-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 15px 18px;
  border: 1px solid rgba(34, 197, 94, .2);
  border-radius: 18px;
  background: #f0fdf4;
  color: #166534;
  font-weight: 800;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 26px;
  align-items: flex-start;
}

.cart-items {
  display: grid;
  gap: 18px;
}

.cart-item-card,
.cart-summary-box,
.empty-cart {
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, .06);
}

.cart-item-card {
  padding: 22px;
  border-radius: 28px;
}

.cart-item-main {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cart-item-image {
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 22px;
  background: #f8fafc;
  color: #ff2d55;
  font-size: 26px;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-info h3 {
  margin: 0 0 7px;
  color: #0f172a;
  font-size: 22px;
  letter-spacing: -.03em;
}

.cart-price-base {
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.cart-details-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
  margin-top: 18px;
}

.cart-detail-box {
  padding: 16px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
}

.cart-detail-box h4 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.cart-detail-list {
  display: grid;
  gap: 9px;
}

.cart-detail-list p {
  margin: 0;
}

.cart-detail-list strong {
  display: block;
  margin-bottom: 3px;
  color: #0f172a;
  font-size: 13px;
}

.cart-detail-list span {
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
}

.cart-options-list {
  display: grid;
  gap: 9px;
}

.cart-options-list div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #64748b;
  font-size: 14px;
}

.cart-options-list strong {
  color: #ff2d55;
  white-space: nowrap;
}

.cart-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #eef2f7;
}

.cart-qty-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-qty-form label {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.cart-qty-form .qty {
  width: 78px;
  min-height: 42px;
  border: 1px solid #dbe3ee;
  border-radius: 14px;
  padding: 8px 10px;
  font-weight: 800;
  text-align: center;
}

.cart-line-total small {
  display: block;
  color: #64748b;
  font-size: 12px;
}

.cart-line-total strong {
  display: block;
  color: #0f172a;
  font-size: 21px;
  font-weight: 900;
}

.cart-remove-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 14px;
  padding: 11px 14px;
  background: #fff1f2;
  color: #e11d48;
  font-family: inherit;
  font-weight: 900;
  cursor: pointer;
}

.cart-summary-box {
  position: sticky;
  top: 96px;
  padding: 26px;
  border-radius: 28px;
}

.cart-summary-box h2 {
  margin: 0 0 22px;
  color: #0f172a;
  font-size: 28px;
  letter-spacing: -.04em;
}

.summary-lines {
  display: grid;
  gap: 14px;
}

.summary-lines > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef2f7;
}

.summary-lines span {
  color: #64748b;
}

.summary-lines strong {
  color: #0f172a;
}

.summary-total {
  align-items: center;
  padding: 18px 0 0 !important;
  border-bottom: 0 !important;
}

.summary-total span {
  color: #0f172a;
  font-weight: 900;
}

.summary-total strong {
  color: #ff2d55;
  font-size: 27px;
  font-weight: 900;
}

.checkout-btn {
  width: 100%;
  justify-content: center;
  margin-top: 24px;
}

.summary-note {
  margin: 16px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.empty-cart {
  padding: 54px 28px;
  border-radius: 32px;
  text-align: center;
}

.empty-cart-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 24px;
  background: #fff1f4;
  color: #ff2d55;
  font-size: 28px;
}

.empty-cart h2 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 32px;
  letter-spacing: -.04em;
}

.empty-cart p {
  margin: 0 auto 24px;
  max-width: 460px;
  color: #64748b;
}

@media (max-width: 980px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-summary-box {
    position: static;
  }

  .cart-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .cart-item-main,
  .cart-item-footer,
  .cart-details-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-details-grid {
    display: grid;
  }

  .cart-item-image {
    width: 100%;
    height: 180px;
    flex-basis: auto;
  }

  .cart-line-total {
    width: 100%;
  }
}

.cart-items {
  display: grid;
  gap: 12px;
}

/* Carte produit compacte */

.cart-item-card {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15,23,42,.05);
}

/* Ligne principale */

.cart-item-main {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 12px;
  align-items: center;
}

/* Image plus petite */

.cart-item-image {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 14px;
  overflow: hidden;
  background: #f8fafc;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Titre plus compact */

.cart-item-info h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
}

.cart-price-base {
  font-size: 12px;
  color: #64748b;
}

/* Grille compacte */

.cart-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

/* Bloc compact */

.cart-detail-box {
  padding: 10px 12px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
}

/* Titres compacts */

.cart-detail-box h4 {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0f172a;
}

/* Liste compacte */

.cart-detail-list {
  display: grid;
  gap: 5px;
}

.cart-detail-list strong {
  font-size: 11px;
  color: #0f172a;
}

.cart-detail-list span {
  font-size: 12px;
  color: #64748b;
  line-height: 1.3;
}

/* Options compactes */

.cart-options-list {
  display: grid;
  gap: 4px;
}

.cart-options-list div {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #64748b;
}

.cart-options-list strong {
  font-size: 12px;
  color: #ff2d55;
}

/* Footer compact */

.cart-item-footer {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eef2f7;
}

/* Quantité compacte */

.cart-qty-form {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart-qty-form label {
  font-size: 11px;
  color: #64748b;
}

.cart-qty-form .qty {
  width: 60px;
  height: 34px;
  border-radius: 10px;
  font-size: 13px;
}

/* Total ligne */

.cart-line-total small {
  font-size: 11px;
}

.cart-line-total strong {
  font-size: 16px;
}

/* Bouton supprimer compact */

.cart-remove-btn {
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 10px;
}

/* Responsive */

@media (max-width: 980px) {

  .cart-details-grid {
    grid-template-columns: 1fr;
  }

  .cart-item-footer {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

}