
    :root {
      --bg: #f8f8fc;
      --text: #101728;
      --muted: #6d7180;
      --line: #e7e8ef;
      --accent: #f05a9d;
      --accent-dark: #d84489;
      --navy: #101728;
      --yellow: #ffd95a;
      --lavender: #d9c9ff;
      --green: #c9f3df;
      --card: #ffffff;
      --shadow: 0 18px 50px rgba(40, 25, 35, .10);
      --radius: 26px;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }

    html { scroll-behavior: smooth; }

    body {
      font-family: "DM Sans", sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.5;
    }

    a { color: inherit; text-decoration: none; }
    button { font: inherit; cursor: pointer; border: 0; }

    .container {
      width: min(1160px, calc(100% - 40px));
      margin: auto;
    }


    .brand-logo{display:flex;align-items:center;width:142px}.brand-logo img{display:block;width:100%;height:auto}
    .flash{background:#101728;color:#fff;font-size:11px}.flash-row{min-height:42px;display:flex;align-items:center;justify-content:center;gap:24px;text-align:center;padding:6px 0}.flash-row span:first-child{color:#ff8cbb;font-weight:800}.flash-row strong{font-size:12px}
    .urgency{margin-top:19px;display:flex;align-items:center;flex-wrap:wrap;gap:7px;font-size:12px;color:#777b88}.urgency strong{color:#d84489}.urgency-dot{width:8px;height:8px;border-radius:50%;background:#f05a9d;box-shadow:0 0 0 5px rgba(240,90,157,.12);margin-right:3px}
    .rating-summary{font-size:13px;white-space:nowrap;color:#f05a9d;font-weight:700}.rating-summary strong{color:#101728;font-size:24px;margin-right:4px}.rating-summary span{color:#6d7180;font-weight:500;margin-left:7px}
    .reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{background:#fff;border:1px solid #e7e8ef;border-radius:22px;padding:24px;box-shadow:0 10px 35px rgba(16,23,40,.045)}.review-top{display:flex;align-items:center;gap:11px;margin-bottom:13px}.avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;background:linear-gradient(135deg,#f05a9d,#b68cff)}.review-top strong,.review-top span{display:block}.review-top strong{font-size:13px}.review-top span{color:#999;font-size:10px;margin-top:2px}.review .stars{color:#f05a9d;margin-bottom:10px}.review p{color:#606471;font-size:13px;line-height:1.65}.footer-logo{width:142px}.footer-logo img{display:block;width:100%;height:auto}
    @media(max-width:900px){.reviews{grid-template-columns:1fr}.flash-row{gap:10px;padding:9px 0;flex-wrap:wrap}}
    @media (max-width: 560px) {
      .menu { top: 68px; }.brand-logo{width:120px}}

    /* HEADER */
    header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(248, 248, 252, .92);
      backdrop-filter: blur(14px);
      border-bottom: 1px solid rgba(231,232,239,.85);
    }

    .nav {
      height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
    }

    .menu {
      display: flex;
      gap: 32px;
      color: #555;
      font-size: 14px;
      font-weight: 600;
    }

    .menu a:hover { color: var(--accent); }

    
    .hamburger-btn {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      color: #101728;
      padding: 5px;
    }
.nav-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .icon-btn {
      width: 42px;
      height: 42px;
      border: 1px solid var(--line);
      border-radius: 50%;
      background: white;
      display: grid;
      place-items: center;
      font-size: 18px;
    }

    .cart {
      position: relative;
    }

    .cart-badge {
      position: absolute;
      top: -3px;
      right: -1px;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      background: var(--accent);
      color: white;
      font-size: 10px;
      display: grid;
      place-items: center;
      font-weight: 700;
    }

    /* HERO */
    .hero {
      padding: 62px 0 76px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1fr 1.03fr;
      align-items: center;
      gap: 64px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #fff0f5;
      color: var(--accent-dark);
      padding: 8px 14px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .4px;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    .hero h1 {
      font-family: "Outfit", sans-serif;
      font-size: clamp(48px, 6vw, 76px);
      line-height: .96;
      letter-spacing: -4px;
      max-width: 570px;
      margin-bottom: 23px;
    }

    .hero h1 em {
      color: var(--accent);
      font-style: normal;
    }

    .hero-copy {
      max-width: 500px;
      color: var(--muted);
      font-size: 17px;
      margin-bottom: 30px;
    }

    .hero-buttons {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .btn {
      padding: 15px 23px;
      border-radius: 13px;
      font-weight: 700;
      transition: .2s ease;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
    }

    .btn-primary {
      background: var(--navy);
      color: white;
      box-shadow: 0 8px 20px rgba(0,0,0,.12);
    }

    .btn-primary:hover { transform: translateY(-2px); background: #000; }

    .btn-light {
      background: white;
      border: 1px solid var(--line);
    }

    .btn-light:hover { border-color: #d6cec8; transform: translateY(-2px); }

    .hero-visual {
      position: relative;
      min-height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .blob {
      position: absolute;
      width: 450px;
      height: 450px;
      border-radius: 43% 57% 63% 37% / 42% 42% 58% 58%;
      background: #ffdce7;
      transform: rotate(-9deg);
    }

    .hero-product {
      position: relative;
      z-index: 2;
      width: min(390px, 82%);
      height: 430px;
      object-fit: cover;
      border-radius: 190px 190px 45px 45px;
      box-shadow: var(--shadow);
      transform: rotate(3deg);
    }

    .floating-card {
      position: absolute;
      z-index: 4;
      background: white;
      padding: 14px 16px;
      border-radius: 17px;
      box-shadow: var(--shadow);
      display: flex;
      align-items: center;
      gap: 11px;
      font-size: 12px;
      font-weight: 700;
    }

    .floating-card.one { left: 1%; bottom: 55px; }
    .floating-card.two { right: 0; top: 54px; }

    .mini-circle {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--yellow);
      font-size: 17px;
    }

    /* TRUST */
    .trust {
      background: var(--navy);
      color: white;
      padding: 17px 0;
    }

    .trust-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      text-align: center;
      gap: 20px;
      font-size: 12px;
      font-weight: 600;
      color: #ddd;
    }

    .trust strong {
      color: white;
      display: block;
      margin-bottom: 2px;
      font-size: 13px;
    }

    /* SECTION */
    section { padding: 92px 0; }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 25px;
      margin-bottom: 35px;
    }

    .section-head h2 {
      font-family: "Outfit", sans-serif;
      font-size: 40px;
      letter-spacing: -1.8px;
      line-height: 1;
    }

    .section-head p {
      color: var(--muted);
      max-width: 440px;
      font-size: 14px;
    }

    .link-arrow {
      font-weight: 700;
      font-size: 13px;
      white-space: nowrap;
    }

    .link-arrow:hover { color: var(--accent); }

    /* PRODUCTS */
    .products {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .product-card {
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: 22px;
      overflow: hidden;
      transition: .25s ease;
    }

    .product-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 45px rgba(40,25,35,.09);
    }

    .product-img-wrap {
      position: relative;
      height: 260px;
      overflow: hidden;
      background: #f4f0ed;
    }

    .product-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: .35s ease;
    }

    .product-card:hover .product-img { transform: scale(1.05); }

    .tag {
      position: absolute;
      top: 13px;
      left: 13px;
      background: white;
      border-radius: 999px;
      padding: 6px 10px;
      font-size: 10px;
      font-weight: 800;
    }

    .product-info { padding: 18px; }

    .product-info h3 {
      font-family: "Outfit", sans-serif;
      font-size: 18px;
      margin-bottom: 5px;
    }

    .stars {
      font-size: 11px;
      letter-spacing: 1px;
      margin-bottom: 13px;
    }

    .price-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .price {
      font-size: 18px;
      font-weight: 800;
    }

    .add {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: var(--navy);
      color: white;
      font-size: 20px;
      transition: .2s;
    }

    .add:hover { background: var(--accent); }

    /* FEATURE BANNER */
    .feature {
      background: #eee7ff;
      border-radius: 32px;
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 390px;
    }

    .feature-copy {
      padding: 62px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .feature-copy .eyebrow {
      background: white;
      width: fit-content;
    }

    .feature h2 {
      font-family: "Outfit", sans-serif;
      font-size: 48px;
      line-height: .98;
      letter-spacing: -2px;
      margin-bottom: 17px;
      max-width: 470px;
    }

    .feature p {
      color: #666;
      max-width: 450px;
      margin-bottom: 25px;
      font-size: 15px;
    }

    .feature-img {
      width: 100%;
      height: 100%;
      min-height: 390px;
      object-fit: cover;
    }

    /* CATEGORIES */
    .categories {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .category {
      min-height: 260px;
      border-radius: 25px;
      padding: 26px;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: end;
      isolation: isolate;
    }

    .category:nth-child(1) { background: var(--green); }
    .category:nth-child(2) { background: var(--yellow); }
    .category:nth-child(3) { background: var(--lavender); }

    .category img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: .88;
      z-index: -1;
      mix-blend-mode: multiply;
    }

    .category-content {
      background: rgba(255,255,255,.90);
      backdrop-filter: blur(7px);
      padding: 13px 16px;
      border-radius: 15px;
    }

    .category h3 {
      font-family: "Outfit", sans-serif;
      font-size: 21px;
    }

    .category p {
      color: #666;
      font-size: 12px;
    }

    /* NEWSLETTER */
    .newsletter {
      background: var(--navy);
      color: white;
      border-radius: 30px;
      padding: 65px 30px;
      text-align: center;
    }

    .newsletter h2 {
      font-family: "Outfit", sans-serif;
      font-size: 43px;
      letter-spacing: -1.8px;
      margin-bottom: 10px;
    }

    .newsletter p {
      color: #bbb;
      max-width: 480px;
      margin: 0 auto 25px;
      font-size: 14px;
    }

    .email-box {
      width: min(470px, 100%);
      margin: auto;
      background: white;
      border-radius: 14px;
      padding: 6px;
      display: flex;
      gap: 6px;
    }

    .email-box input {
      flex: 1;
      border: 0;
      outline: 0;
      padding: 12px 13px;
      min-width: 0;
      font: inherit;
    }

    .email-box button {
      background: var(--accent);
      color: white;
      border-radius: 10px;
      padding: 0 18px;
      font-weight: 700;
    }

    /* FOOTER */
    footer {
      padding: 55px 0 28px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr 1fr;
      gap: 40px;
      padding-bottom: 45px;
    }

    .footer-brand p {
      color: var(--muted);
      font-size: 13px;
      max-width: 290px;
      margin-top: 13px;
    }

    footer h4 {
      font-size: 13px;
      margin-bottom: 14px;
    }

    footer ul { list-style: none; }
    footer li { margin-bottom: 9px; }
    footer li a { color: var(--muted); font-size: 13px; }
    footer li a:hover { color: var(--accent); }

    .copyright {
      border-top: 1px solid var(--line);
      padding-top: 22px;
      color: #999;
      font-size: 11px;
      display: flex;
      justify-content: space-between;
      gap: 20px;
    }

    /* MOBILE */
    @media (max-width: 900px) {
      .menu { 
        display: none; 
        flex-direction: column;
        position: absolute;
        top: 76px;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 20px;
        box-shadow: 0 10px 15px rgba(0,0,0,0.05);
        border-bottom: 1px solid #eee;
        z-index: 40;
      }
      .menu.active { display: flex !important; }
      .hamburger-btn { display: block; }

      .hero-grid {
        grid-template-columns: 1fr;
        gap: 25px;
      }

      .hero { padding-top: 45px; }
      .hero-visual { min-height: 430px; }

      .products { grid-template-columns: repeat(2, 1fr); }
      .feature { grid-template-columns: 1fr; }
      .feature-img { max-height: 360px; }
      .categories { grid-template-columns: 1fr; }

      .footer-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 560px) {
      .menu { top: 68px; }
      .container { width: min(100% - 26px, 1160px); }

      .nav { height: 68px; }
      .logo { font-size: 25px; }
      .hero h1 { font-size: 48px; letter-spacing: -2.8px; }

      .hero-visual { min-height: 360px; }
      .blob { width: 310px; height: 310px; }
      .hero-product { height: 330px; width: 270px; }
      .floating-card.two { right: -3px; top: 15px; }
      .floating-card.one { left: 0; bottom: 15px; }

      .trust-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
      }

      section { padding: 65px 0; }
      .section-head { display: block; }
      .section-head h2 { margin-bottom: 13px; }

      .products { gap: 10px; }
      .product-img-wrap { height: 205px; }
      .product-info { padding: 13px; }
      .product-info h3 { font-size: 15px; }
      .price { font-size: 16px; }

      .feature-copy { padding: 35px 25px; }
      .feature h2 { font-size: 38px; }

      .newsletter { padding: 45px 18px; }
      .newsletter h2 { font-size: 35px; }
      .email-box button { padding: 0 12px; }

      .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
      .copyright { display: block; }
      .copyright span { display: block; margin-bottom: 6px; }
    }
  