/*
Theme Name: Clearaura
Author: Vaibhav Sharma
Description: Custom theme for Clearaura
Version: 1.0
*/


  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    :root {
    --sage: #388890;        /* logo anchor — brand teal */
    --sage-light: #7bc0c8;
    --sage-pale: #d9eef1;
    --moss: #1f6e75;        /* deep logo-hue teal — buttons/links (AA on white) */
    --earth: #1f6e75;
    --earth-light: #58a0a8; /* logo mid teal */
    --cream: #eef7f8;
    --warm-white: #e3f1f2;
    --bark: #14535a;        /* darkest teal — button hover */
    --leaf: #388890;
    --mist: #d4ebec;
    --teal-dark: #1f6e75;
    --text-dark: #143a3e;
    --text-mid: #4a6e73;
    --text-light: #84a8ad;
  }
  html { scroll-behavior: smooth; scroll-padding-top: 90px; }
  section[id] { scroll-margin-top: 88px; }
  a[data-scroll] { cursor: pointer; }
  body { font-family: 'Heebo', sans-serif; background: var(--cream); color: var(--text-dark); overflow-x: hidden; -webkit-font-smoothing: antialiased; letter-spacing: -0.01em; }

  /* ── NAV ── */
  nav {
    background: rgba(244,250,250,0.96);
    backdrop-filter: blur(10px);
    padding: 18px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d2e4e5;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .nav-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
  .nav-logo-icon { height: 40px; width: auto; display: block; }
  .nav-logo-word { height: 21px; width: auto; display: block; }
  .nav-logo span { color: var(--earth); }
  .nav-links { display: flex; gap: 36px; list-style: none; }
  .nav-links a { font-size: 13.5px; color: var(--text-mid); text-decoration: none; letter-spacing: 0.2px; transition: color 0.2s; }
  .nav-links a:hover { color: var(--moss); }
  .nav-cta { background: var(--moss); color: #fff; border: none; padding: 10px 24px; border-radius: 50px; font-family: 'Heebo', sans-serif; font-size: 13px; font-weight: 500; cursor: pointer; transition: background 0.2s; }
  .nav-cta:hover { background: var(--bark); }

  /* ── HERO ── */
  .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 88vh;
    background: radial-gradient(circle at 82% 16%, rgba(255,255,255,0.12), transparent 46%), linear-gradient(135deg, #1a8088 0%, #126a71 48%, #0a4f56 100%);
    position: relative;
  }
  .hero-left {
    padding: 64px 48px 64px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.14);
    color: #e8f7f8;
    font-size: 11px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 26px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    width: fit-content;
    border: 1px solid rgba(255,255,255,0.28);
  }
  .badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #7fe0e6; box-shadow: 0 0 0 4px rgba(127,224,230,0.25); }
  .hero-title { font-family: 'Heebo', sans-serif; font-size: 54px; font-weight: 500; line-height: 1.12; color: #ffffff; margin-bottom: 20px; }
  .hero-title em { font-style: italic; color: #9fe1e6; }
  .hero-sub { font-size: 15px; color: rgba(255,255,255,0.84); line-height: 1.75; max-width: 400px; margin-bottom: 36px; font-weight: 400; }
  .hero-actions { display: flex; gap: 14px; align-items: center; margin-bottom: 48px; }
  .btn-primary { background: var(--moss); color: #fff; border: none; padding: 13px 30px; border-radius: 50px; font-family: 'Heebo', sans-serif; font-size: 14px; font-weight: 500; cursor: pointer; transition: background 0.2s; }
  .btn-primary:hover { background: var(--bark); }
  .btn-outline { background: transparent; color: var(--moss); border: 1.5px solid var(--sage-light); padding: 12px 28px; border-radius: 50px; font-family: 'Heebo', sans-serif; font-size: 14px; cursor: pointer; transition: border-color 0.2s, color 0.2s; }
  .btn-outline:hover { border-color: var(--moss); color: var(--bark); }
  .hero-actions .btn-primary { background: #ffffff; color: #0f6a71; }
  .hero-actions .btn-primary:hover { background: #e9fafb; }
  .hero-actions .btn-outline { color: #ffffff; border-color: rgba(255,255,255,0.55); }
  .hero-actions .btn-outline:hover { border-color: #ffffff; color: #ffffff; background: rgba(255,255,255,0.12); }
  .hero-stats { display: flex; gap: 0; }
  .hero-stat { padding-right: 32px; margin-right: 32px; border-right: 1px solid rgba(255,255,255,0.22); }
  .hero-stat:last-child { border-right: none; padding-right: 0; margin-right: 0; }
  .stat-num { font-family: 'Heebo', sans-serif; font-size: 28px; font-weight: 500; color: #ffffff; }
  .stat-label { font-size: 12px; color: rgba(255,255,255,0.7); margin-top: 2px; }

  .hero-right {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 36px;
    position: relative;
    overflow: hidden;
  }
  .hero-leaf { position: absolute; opacity: 0.22; }
  .hl1 { top: 18px; right: 18px; width: 90px; }
  .hl2 { bottom: 28px; left: 14px; width: 60px; }
  .hl3 { top: 44%; right: 6px; width: 42px; }
  .hero-cards { display: flex; flex-direction: column; gap: 14px; width: 100%; max-width: 340px; position: relative; z-index: 2; }
  .hcard-main { background: rgba(255,255,255,0.97); border-radius: 20px; padding: 20px 22px; display: flex; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,0.6); box-shadow: 0 18px 40px rgba(5,42,47,0.22); }
  .hcard-icon-wrap { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 26px; flex-shrink: 0; }
  .hcard-main-name { font-size: 15px; font-weight: 500; color: #243a3c; margin-bottom: 3px; }
  .hcard-main-desc { font-size: 12px; color: #5c7274; font-weight: 400; }
  .hcard-badge { display: inline-block; background: #e0f0f1; color: #2f7d84; font-size: 10px; font-weight: 500; padding: 3px 10px; border-radius: 50px; margin-top: 6px; border: 1px solid #b6dcdf; }
  .hcard-price { margin-left: auto; font-family: 'Heebo', sans-serif; font-size: 17px; font-weight: 500; color: var(--moss); }
  .hcard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .hcard-small { background: rgba(255,255,255,0.97); border-radius: 20px; padding: 18px 16px; border: 1px solid rgba(255,255,255,0.6); box-shadow: 0 14px 32px rgba(5,42,47,0.2); }
  .hcard-small-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 12px; }
  .hcard-small-name { font-size: 13px; font-weight: 500; color: #243a3c; margin-bottom: 3px; }
  .hcard-small-desc { font-size: 11px; color: #5c7274; font-weight: 400; margin-bottom: 10px; }
  .hcard-small-price { font-family: 'Heebo', sans-serif; font-size: 15px; font-weight: 500; }
  .hcard-trust { background: rgba(8,62,68,0.55); border-radius: 16px; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,0.15); }
  .hcard-trust-icon { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 14px; }
  .hcard-trust-title { font-size: 12px; font-weight: 500; color: #e4f4f5; }
  .hcard-trust-sub { font-size: 11px; color: rgba(255,255,255,0.55); font-weight: 400; }
  .hcard-trust-pill { font-size: 11px; color: rgba(255,255,255,0.65); background: rgba(255,255,255,0.12); padding: 4px 12px; border-radius: 50px; }

  /* ── ABOUT ── */
  .section-about { padding: 100px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; background: #ffffff; }
  .about-visual { background: var(--sage-pale); border-radius: 32px; height: 480px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; padding: 24px; }
  .about-tile { border-radius: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 13px; font-weight: 500; color: #fff; padding: 20px; text-align: center; gap: 10px; }
  .at1 { background: var(--moss); grid-column: 1 / 3; font-family: 'Heebo', sans-serif; font-size: 18px; color: #e4f4f5; line-height: 1.5; }
  .at2 { background: var(--earth); }
  .at3 { background: var(--leaf); }
  .tile-icon { font-size: 26px; }
  .section-tag { display: inline-block; font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: var(--sage); margin-bottom: 16px; border-left: 3px solid var(--sage-light); padding-left: 12px; }
  .section-title { font-family: 'Heebo', sans-serif; font-size: 42px; font-weight: 500; line-height: 1.2; color: var(--text-dark); margin-bottom: 20px; }
  .section-title em { font-style: italic; color: var(--sage); }
  .section-text { font-size: 15px; color: var(--text-mid); line-height: 1.8; margin-bottom: 16px; font-weight: 400; }
  .about-pillars { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
  .pillar { display: flex; align-items: flex-start; gap: 14px; padding: 14px 18px; background: var(--sage-pale); border-radius: 14px; border: 1px solid #c6e4e6; }
  .pillar-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--sage); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 17px; }
  .pillar h4 { font-size: 13.5px; font-weight: 500; color: var(--bark); margin-bottom: 3px; }
  .pillar p { font-size: 12.5px; color: var(--text-mid); font-weight: 400; line-height: 1.5; }

  /* ── PRODUCTS ── */
  .section-products { padding: 100px 80px; background: var(--cream); }
  .section-header { text-align: center; margin-bottom: 56px; }
  .section-header .section-tag { border-left: none; border-bottom: 2px solid var(--sage-light); padding: 0 0 8px; display: inline-block; margin-bottom: 16px; }
  .section-header .section-title { font-size: 46px; }
  .section-header .section-text { max-width: 460px; margin: 0 auto; }
  .products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)); gap: 24px; }
  .product-card { background: #fff; border-radius: 24px; overflow: hidden; border: 1px solid #d8e8e9; transition: transform 0.25s ease; }
  .product-card:hover { transform: translateY(-5px); }
  .product-card-img { height: 150px; display: flex; align-items: center; justify-content: center; position: relative; }
  .product-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
  .pc1 .product-card-img { background: linear-gradient(145deg, #cfe6e8, #88c4cc); }
  .pc2 .product-card-img { background: linear-gradient(145deg, #cfe6e8, #94c2c8); }
  .pc3 .product-card-img { background: linear-gradient(145deg, #d2ecec, #a0cfd2); }
  .prod-bottle { display: flex; flex-direction: column; align-items: center; }
  .pb-cap { width: 22px; height: 14px; border-radius: 5px 5px 0 0; background: rgba(255,255,255,0.6); }
  .pb-neck { width: 18px; height: 18px; background: rgba(255,255,255,0.5); }
  .pb-body { width: 54px; height: 92px; border-radius: 8px 8px 14px 14px; background: rgba(255,255,255,0.55); display: flex; align-items: center; justify-content: center; }
  .pb-label { width: 38px; height: 52px; border-radius: 5px; background: rgba(255,255,255,0.82); display: flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 500; color: var(--moss); text-align: center; line-height: 1.3; padding: 4px; }
  .product-card-body { padding: 20px 22px 24px; }
  .product-tag { display: inline-block; font-size: 11px; font-weight: 500; padding: 3px 11px; border-radius: 50px; margin-bottom: 10px; }
  .pt-green { background: var(--sage-pale); color: var(--moss); border: 1px solid #bbdfe2; }
  .pt-earth { background: var(--sage-pale); color: #1f6e75; border: 1px solid #cfe6e8; }
  .pt-teal { background: var(--sage-pale); color: #1f6e75; border: 1px solid #cfe6e8; }
  .product-name { font-family: 'Heebo', sans-serif; font-size: 20px; font-weight: 500; color: var(--text-dark); margin-bottom: 8px; }
  .product-desc { font-size: 13px; color: var(--text-mid); line-height: 1.6; margin-bottom: 16px; font-weight: 400; }
  .product-footer { display: flex; align-items: center; justify-content: space-between; }
  .product-price { font-size: 18px; font-weight: 500; font-family: 'Heebo', sans-serif; }
  .product-btn { border: none; color: #fff; padding: 9px 20px; border-radius: 50px; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'Heebo', sans-serif; }

  /* ── HOW IT WORKS ── */
  .section-how { padding: 100px 80px; background: #0b464d; position: relative; overflow: hidden; }
  .how-circle { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.04); }
  .hc1 { width: 500px; height: 500px; top: -200px; right: -100px; }
  .hc2 { width: 300px; height: 300px; bottom: -120px; left: 80px; }
  .how-header { text-align: center; margin-bottom: 64px; position: relative; }
  .how-tag { font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: var(--sage-light); margin-bottom: 16px; display: block; }
  .how-title { font-family: 'Heebo', sans-serif; font-size: 44px; font-weight: 500; color: #e4f4f5; line-height: 1.2; margin-bottom: 14px; }
  .how-title em { font-style: italic; color: var(--sage-light); }
  .how-sub { font-size: 15px; color: rgba(255,255,255,0.58); font-weight: 400; max-width: 440px; margin: 0 auto; line-height: 1.7; }
  .steps-wrap { position: relative; }
  .step-line { position: absolute; top: 40px; left: calc(12.5% + 20px); width: calc(75% - 40px); height: 1px; background: rgba(255,255,255,0.12); z-index: 0; }
  .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; z-index: 1; }
  .step-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.11); border-radius: 20px; padding: 28px 22px; text-align: center; transition: background 0.2s; }
  .step-card:hover { background: rgba(255,255,255,0.11); }
  .step-num-ring { width: 56px; height: 56px; border-radius: 50%; background: rgba(138,170,122,0.2); border: 1px solid var(--sage-light); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
  .step-num { font-family: 'Heebo', sans-serif; font-size: 22px; font-weight: 600; color: var(--sage-light); }
  .step-icon { font-size: 26px; margin-bottom: 12px; }
  .step-title { font-size: 14.5px; font-weight: 500; color: #e4f4f5; margin-bottom: 10px; }
  .step-desc { font-size: 13px; color: rgba(255,255,255,0.52); font-weight: 400; line-height: 1.6; }
  .features-bar { margin-top: 56px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 26px 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
  .feat-num { font-family: 'Heebo', sans-serif; font-size: 32px; font-weight: 500; color: var(--sage-light); }
  .feat-label { font-size: 12px; color: rgba(255,255,255,0.48); margin-top: 4px; letter-spacing: 0.3px; }

  /* ── CONTACT ── */
  .section-contact { padding: 100px 80px; background: linear-gradient(150deg, #15737a 0%, #0c545b 100%); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .contact-tag { font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: #bfeef0; margin-bottom: 16px; border-left: 3px solid rgba(255,255,255,0.45); padding-left: 12px; }
  .contact-title { font-family: 'Heebo', sans-serif; font-size: 44px; font-weight: 500; color: #ffffff; line-height: 1.2; margin-bottom: 16px; }
  .contact-title em { font-style: italic; color: #9fe1e6; }
  .contact-desc { font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.8; font-weight: 400; margin-bottom: 36px; }
  .contact-details { display: flex; flex-direction: column; gap: 18px; }
  .cdi { display: flex; align-items: flex-start; gap: 14px; }
  .cdi-icon { width: 42px; height: 42px; background: rgba(255,255,255,0.14); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; border: 1px solid rgba(255,255,255,0.25); }
  .cdi-label { font-size: 11px; color: rgba(255,255,255,0.65); letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 2px; }
  .cdi-value { font-size: 14px; color: #ffffff; }
  .contact-form { background: #fff; border-radius: 28px; padding: 44px 40px; border: 1px solid #d2e4e5; }
  .form-title { font-family: 'Heebo', sans-serif; font-size: 26px; font-weight: 500; color: var(--text-dark); margin-bottom: 28px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
  .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
  .form-group label { font-size: 11px; font-weight: 500; color: var(--text-mid); letter-spacing: 0.5px; text-transform: uppercase; }
  .form-group input,
  .form-group textarea,
  .form-group select { border: 1px solid #d2e4e5; border-radius: 10px; padding: 11px 14px; font-family: 'Heebo', sans-serif; font-size: 14px; color: var(--text-dark); background: var(--cream); outline: none; width: 100%; transition: border-color 0.2s, background 0.2s; }
  .form-group input:focus,
  .form-group textarea:focus,
  .form-group select:focus { border-color: var(--sage-light); background: #fff; }
  .form-group textarea { height: 90px; resize: none; }
  .form-submit { width: 100%; background: var(--moss); color: #fff; border: none; padding: 15px; border-radius: 50px; font-family: 'Heebo', sans-serif; font-size: 15px; font-weight: 500; cursor: pointer; margin-top: 4px; transition: background 0.2s; }
  .form-submit:hover { background: var(--bark); }

  /* ── FOOTER ── */
  footer { background: #08373d; color: rgba(255,255,255,0.7); padding: 56px 80px 40px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
  .footer-logo { font-family: 'Heebo', sans-serif; font-size: 22px; font-weight: 500; color: #fff; margin-bottom: 12px; }
  .footer-logo span { color: var(--earth-light); }
  .footer-desc { font-size: 13px; line-height: 1.7; font-weight: 400; max-width: 220px; margin-bottom: 22px; }
  .footer-badges { display: flex; gap: 10px; flex-wrap: wrap; }
  .footer-badge { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.65); font-size: 11px; padding: 5px 12px; border-radius: 50px; }
  .footer-col-title { font-size: 11px; font-weight: 500; color: #fff; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 16px; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-links a { color: rgba(255,255,255,0.52); font-size: 13px; text-decoration: none; font-weight: 400; transition: color 0.2s; }
  .footer-links a:hover { color: rgba(255,255,255,0.9); }
  .footer-bottom { background: #1c4a4e; padding: 18px 80px; display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.38); }

  /* ── NAV CART ── */
  .nav-actions { display: flex; align-items: center; gap: 14px; }
  .cart-toggle { position: relative; background: var(--sage-pale); border: 1px solid #bbdfe2; width: 42px; height: 42px; border-radius: 50%; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
  .cart-toggle:hover { background: #d8e8d8; }
  .cart-count { position: absolute; top: -4px; right: -4px; background: var(--earth); color: #fff; font-family: 'Heebo', sans-serif; font-size: 11px; font-weight: 600; min-width: 19px; height: 19px; border-radius: 50px; display: flex; align-items: center; justify-content: center; padding: 0 5px; border: 2px solid var(--cream); }

  /* ── SIZE SELECTOR ── */
  .size-row { display: flex; gap: 7px; margin-bottom: 16px; }
  .size-btn { flex: 1; background: #fff; border: 1px solid #d2e4e5; border-radius: 9px; padding: 7px 4px; font-family: 'Heebo', sans-serif; font-size: 12.5px; font-weight: 500; color: var(--text-mid); cursor: pointer; transition: all 0.15s; }
  .size-btn:hover { border-color: var(--sage-light); }
  .size-btn.active { background: var(--moss); border-color: var(--moss); color: #fff; }

  /* ── CART DRAWER ── */
  .cart-overlay { position: fixed; inset: 0; background: rgba(42,42,31,0.4); opacity: 0; visibility: hidden; transition: opacity 0.25s; z-index: 998; }
  .cart-overlay.open { opacity: 1; visibility: visible; }
  .cart-drawer { position: fixed; top: 0; right: 0; height: 100%; width: 400px; max-width: 90vw; background: var(--cream); box-shadow: -8px 0 40px rgba(0,0,0,0.12); transform: translateX(100%); transition: transform 0.3s cubic-bezier(0.4,0,0.2,1); z-index: 999; display: flex; flex-direction: column; }
  .cart-drawer.open { transform: translateX(0); }
  .cart-head { display: flex; align-items: center; justify-content: space-between; padding: 24px 26px; border-bottom: 1px solid #d2e4e5; }
  .cart-head h3 { font-family: 'Heebo', sans-serif; font-size: 22px; font-weight: 500; color: var(--text-dark); }
  .cart-close, .checkout-close { background: none; border: none; font-size: 26px; line-height: 1; color: var(--text-light); cursor: pointer; padding: 0; width: 32px; height: 32px; }
  .cart-close:hover, .checkout-close:hover { color: var(--text-dark); }
  .cart-items { flex: 1; overflow-y: auto; padding: 18px 26px; }
  .cart-empty { text-align: center; color: var(--text-light); font-size: 14px; padding: 60px 20px; }
  .cart-item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid #dcebec; }
  .ci-thumb { width: 52px; height: 52px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #fff; }
  .ci-mid { flex: 1; min-width: 0; }
  .ci-name { font-size: 14px; font-weight: 600; color: var(--text-dark); margin-bottom: 2px; }
  .ci-size { font-size: 12px; color: var(--text-light); margin-bottom: 8px; }
  .ci-qty { display: inline-flex; align-items: center; gap: 0; border: 1px solid #d2e4e5; border-radius: 8px; overflow: hidden; }
  .ci-qty button { width: 26px; height: 26px; background: #fff; border: none; cursor: pointer; font-size: 15px; color: var(--text-mid); }
  .ci-qty button:hover { background: var(--sage-pale); }
  .ci-qty span { min-width: 30px; text-align: center; font-size: 13px; font-weight: 500; }
  .ci-right { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
  .ci-price { font-family: 'Heebo', sans-serif; font-size: 15px; font-weight: 500; color: var(--moss); }
  .ci-remove { background: none; border: none; color: var(--text-light); font-size: 12px; cursor: pointer; text-decoration: underline; }
  .ci-remove:hover { color: var(--earth); }
  .cart-foot { padding: 22px 26px; border-top: 1px solid #d2e4e5; background: #fff; }
  .cart-subtotal { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
  .cart-subtotal .cs-label { font-size: 14px; color: var(--text-mid); }
  .cart-subtotal .cs-val { font-family: 'Heebo', sans-serif; font-size: 26px; font-weight: 500; color: var(--text-dark); }
  .cart-checkout-btn { width: 100%; background: var(--moss); color: #fff; border: none; padding: 15px; border-radius: 50px; font-family: 'Heebo', sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: background 0.2s; }
  .cart-checkout-btn:hover { background: var(--bark); }
  .cart-checkout-btn:disabled { background: #c8c0b4; cursor: not-allowed; }

  /* ── CHECKOUT MODAL ── */
  .checkout-overlay { position: fixed; inset: 0; background: rgba(42,42,31,0.5); opacity: 0; visibility: hidden; transition: opacity 0.25s; z-index: 1000; display: flex; align-items: flex-start; justify-content: center; padding: 40px 20px; overflow-y: auto; }
  .checkout-overlay.open { opacity: 1; visibility: visible; }
  .checkout-modal { background: var(--cream); border-radius: 24px; width: 560px; max-width: 100%; padding: 36px 38px; position: relative; }
  .checkout-modal h2 { font-family: 'Heebo', sans-serif; font-size: 28px; font-weight: 500; color: var(--text-dark); margin-bottom: 6px; }
  .checkout-modal .co-sub { font-size: 13.5px; color: var(--text-mid); margin-bottom: 24px; }
  .checkout-close { position: absolute; top: 20px; right: 22px; }
  .co-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .co-grid .full { grid-column: 1 / 3; }
  .co-field { display: flex; flex-direction: column; gap: 6px; }
  .co-field label { font-size: 11px; font-weight: 600; color: var(--text-mid); letter-spacing: 0.4px; text-transform: uppercase; }
  .co-field input, .co-field textarea { border: 1px solid #d2e4e5; border-radius: 10px; padding: 11px 13px; font-family: 'Heebo', sans-serif; font-size: 14px; color: var(--text-dark); background: #fff; outline: none; width: 100%; }
  .co-field input:focus, .co-field textarea:focus { border-color: var(--sage-light); }
  .co-field textarea { height: 64px; resize: none; }
  .co-summary { background: #fff; border: 1px solid #d8e8e9; border-radius: 14px; padding: 16px 18px; margin: 22px 0; }
  .co-summary-row { display: flex; justify-content: space-between; font-size: 13px; color: var(--text-mid); padding: 4px 0; }
  .co-summary-total { display: flex; justify-content: space-between; font-size: 16px; font-weight: 600; color: var(--text-dark); border-top: 1px solid #dcebec; margin-top: 8px; padding-top: 10px; }
  .place-order-btn { width: 100%; background: var(--moss); color: #fff; border: none; padding: 15px; border-radius: 50px; font-family: 'Heebo', sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: background 0.2s; }
  .place-order-btn:hover { background: var(--bark); }
  .co-error { color: #b4503c; font-size: 13px; margin-top: 10px; min-height: 16px; }
  .order-success { text-align: center; padding: 24px 10px; }
  .order-success .os-check { width: 64px; height: 64px; border-radius: 50%; background: var(--sage-pale); color: var(--moss); font-size: 32px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; border: 1px solid #bbdfe2; }
  .order-success h2 { margin-bottom: 8px; }
  .order-success p { font-size: 14px; color: var(--text-mid); line-height: 1.6; margin-bottom: 6px; }
  .order-success .os-id { font-family: 'Heebo', sans-serif; font-size: 18px; color: var(--moss); margin: 14px 0 22px; }

  /* ── PROBLEMS SOLVED ── */
  .section-solve { padding: 100px 80px; background: #0a4248; }
  .solve-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }
  .solve-card { background: #fff; border: 1px solid #d8e8e9; border-radius: 20px; padding: 26px 24px; cursor: pointer; display: flex; flex-direction: column; transition: transform 0.25s ease, box-shadow 0.25s ease; }
  .solve-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(47,125,132,0.1); }
  .solve-icon { width: 50px; height: 50px; border-radius: 14px; background: var(--sage-pale); border: 1px solid #cfe6e8; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 16px; }
  .solve-problem { font-family: 'Heebo', sans-serif; font-size: 19px; font-weight: 500; color: var(--text-dark); margin-bottom: 8px; }
  .solve-rec { font-size: 13px; font-weight: 600; color: var(--moss); margin-bottom: 6px; }
  .solve-tip { font-size: 13.5px; color: var(--text-mid); line-height: 1.6; font-weight: 400; margin-bottom: 18px; flex: 1; }
  .solve-link { font-size: 13px; font-weight: 600; color: var(--moss); text-decoration: none; align-self: flex-start; border-bottom: 1px solid transparent; transition: border-color 0.2s; }
  .solve-link:hover { border-color: var(--moss); }

  /* ── TIPS & ADVICE ── */
  .section-tips { padding: 100px 80px; background: var(--cream); }
  .tips-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 22px; }
  .tip-card { background: #fff; border: 1px solid #d8e8e9; border-radius: 20px; padding: 28px 24px; }
  .tip-tag { display: inline-block; font-size: 10.5px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--moss); background: var(--sage-pale); border: 1px solid #cfe6e8; padding: 4px 11px; border-radius: 50px; margin-bottom: 14px; }
  .tip-title { font-family: 'Heebo', sans-serif; font-size: 19px; font-weight: 500; color: var(--text-dark); margin-bottom: 10px; line-height: 1.25; }
  .tip-text { font-size: 13.5px; color: var(--text-mid); line-height: 1.7; font-weight: 400; }

  /* ── PRODUCT FILTERS ── */
  .product-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: -16px 0 44px; }
  .filter-tab { background: #fff; border: 1px solid #d2e4e5; color: var(--text-mid); padding: 9px 22px; border-radius: 50px; font-family: 'Heebo', sans-serif; font-size: 13.5px; font-weight: 500; cursor: pointer; transition: background 0.18s, border-color 0.18s, color 0.18s; }
  .filter-tab:hover { border-color: var(--sage-light); color: var(--moss); }
  .filter-tab.active { background: var(--moss); border-color: var(--moss); color: #fff; }

  /* ── PROBLEM FILTER NOTE ── */
  .filter-note { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px; margin: -20px 0 36px; font-size: 14px; color: var(--text-mid); }
  .filter-note[hidden] { display: none; }
  .filter-note strong { color: var(--moss); font-weight: 600; }
  .filter-note-clear { background: var(--sage-pale); border: 1px solid #cfe6e8; color: var(--moss); padding: 6px 16px; border-radius: 50px; font-family: 'Heebo', sans-serif; font-size: 12.5px; font-weight: 600; cursor: pointer; transition: background 0.18s; }
  .filter-note-clear:hover { background: #d4ecee; }

  /* ── MESSAGE SENT POPUP ── */
  .msg-overlay { position: fixed; inset: 0; background: rgba(31,58,61,0.5); opacity: 0; visibility: hidden; transition: opacity 0.25s; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; }
  .msg-overlay.open { opacity: 1; visibility: visible; }
  .msg-modal { background: var(--cream); border-radius: 24px; width: 420px; max-width: 100%; padding: 16px 36px 32px; position: relative; }

  /* ── INTERACTIVE CARDS ── */
  .hcard-main, .hcard-small { cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .hcard-main:hover, .hcard-small:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(31,58,61,0.12); }
  .about-tile[data-scroll] { cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .about-tile[data-scroll]:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(31,58,61,0.18); }

  /* ── FAQ ── */
  .section-faq { padding: 100px 80px; background: #ffffff; }
  .faq-list { max-width: 760px; margin: 0 auto; }
  .faq-item { border: 1px solid #d2e4e5; border-radius: 14px; background: var(--cream); margin-bottom: 12px; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; }
  .faq-item.open { border-color: var(--sage-light); box-shadow: 0 8px 22px rgba(21,113,121,0.08); }
  .faq-q { width: 100%; text-align: left; background: none; border: none; padding: 19px 22px; font-family: 'Heebo', sans-serif; font-size: 15.5px; font-weight: 600; color: var(--text-dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
  .faq-icon { color: var(--moss); font-size: 24px; line-height: 1; transition: transform 0.25s ease; flex-shrink: 0; }
  .faq-item.open .faq-icon { transform: rotate(45deg); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
  .faq-item.open .faq-a { max-height: 320px; }
  .faq-a-inner { padding: 0 22px 20px; font-size: 14px; color: var(--text-mid); line-height: 1.75; font-weight: 400; }

  .co-field input.invalid, .co-field textarea.invalid { border-color: #d98a8a; box-shadow: 0 0 0 3px rgba(217,138,138,0.18); }

  /* ── DEPTH / POLISH ── */
  .product-card { box-shadow: 0 10px 28px rgba(12,86,93,0.08); }
  .product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(12,86,93,0.15); }
  .solve-card { box-shadow: 0 8px 22px rgba(12,86,93,0.06); }
  .contact-form { box-shadow: 0 24px 55px rgba(6,46,51,0.30); border-color: transparent; }

  /* ── MOTION ── */
  .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s cubic-bezier(.22,.61,.36,1), transform 0.7s cubic-bezier(.22,.61,.36,1); }
  .reveal.in { opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) { .reveal, .reveal.in { opacity: 1; transform: none; transition: none; } }

  /* ── CTA POLISH ── */
  .nav-cta, .cart-checkout-btn, .place-order-btn, .form-submit { background: linear-gradient(135deg, #1a8088 0%, #0f6a71 100%); box-shadow: 0 8px 20px rgba(12,86,93,0.22); }
  .nav-cta:hover, .cart-checkout-btn:hover, .place-order-btn:hover, .form-submit:hover { background: linear-gradient(135deg, #157179 0%, #0a565d 100%); }
  .product-btn { box-shadow: 0 6px 16px rgba(12,86,93,0.18); }

  /* ── dark-band header text (Problem Solver) ── */
  .section-solve .section-tag { color: #8fdde3; border-bottom-color: rgba(143,221,227,0.45); }
  .section-solve .section-title { color: #ffffff; }
  .section-solve .section-title em { color: #9fe1e6; }
  .section-solve .section-text { color: rgba(255,255,255,0.8); }

  /* ── RESPONSIVE ── */
  @media (max-width: 720px) {
    nav { padding: 14px 20px; }
    .nav-links { display: none; }
    .hero { grid-template-columns: 1fr; }
    .hero-left { padding: 40px 24px; }
    .hero-right { padding: 30px 20px; }
    .section-about, .section-products, .section-how, .section-contact, .section-solve, .section-tips, .section-faq { padding: 60px 24px; }
    .section-about, .section-contact { grid-template-columns: 1fr; gap: 40px; }
    .steps-grid { grid-template-columns: 1fr 1fr; }
    .features-bar { grid-template-columns: 1fr 1fr; }
    footer { grid-template-columns: 1fr 1fr; gap: 32px; padding: 48px 24px 32px; }
    .footer-bottom { padding: 16px 24px; flex-direction: column; gap: 6px; text-align: center; }
    .co-grid { grid-template-columns: 1fr; }
    .co-grid .full { grid-column: 1; }
    .checkout-modal { padding: 28px 22px; }
  }

  /* ── SOLID TYPE SYSTEM (Heebo, reference-matched) ── */
  .hero-title, .section-title, .how-title, .contact-title {
    font-weight: 800; letter-spacing: -0.03em; line-height: 1.08;
  }
  .form-title, .cart-head h3, .checkout-modal h2, .product-name,
  .solve-problem, .tip-title, .footer-logo, .order-success h2 {
    font-weight: 700; letter-spacing: -0.02em;
  }
  .stat-num, .feat-num, .step-num, .hcard-price, .product-price,
  .cart-subtotal .cs-val, .order-success .os-id, .ci-price, .hcard-small-price {
    font-weight: 800; letter-spacing: -0.01em;
  }
  /* Heebo has no italic — render emphasis as a solid colored word */
  .hero-title em, .section-title em, .how-title em, .contact-title em,
  .solve-problem em, .tip-title em, .section-solve .section-title em {
    font-style: normal;
  }
