/* roulang page: index */
:root{
      --brand:#5B1E4D;
      --brand-2:#6A275D;
      --pink:#F6B7C8;
      --pink-soft:#FBE3EA;
      --cream:#FFF7F1;
      --cream-2:#FFFDF9;
      --sage:#8BAE9A;
      --apricot:#FFD7AE;
      --ink:#232027;
      --muted:#706773;
      --line:rgba(91,30,77,.12);
      --line-strong:rgba(91,30,77,.22);
      --white:rgba(255,255,255,.92);
      --shadow:0 18px 50px rgba(91,30,77,.12);
      --shadow-hover:0 24px 70px rgba(91,30,77,.18);
      --radius-lg:32px;
      --radius-md:24px;
      --radius-sm:16px;
      --max:1220px;
      --ease:all .24s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--ink);
      background:
        radial-gradient(circle at 8% 4%, rgba(246,183,200,.42), transparent 34%),
        radial-gradient(circle at 94% 10%, rgba(255,215,174,.35), transparent 28%),
        linear-gradient(180deg,var(--cream),#fffaf6 38%,#fff 100%);
      line-height:1.72;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--ease)}
    a:hover,a:focus{color:var(--brand)}
    img{max-width:100%;display:block}
    button,input,textarea,select{font-family:inherit}
    button{cursor:pointer}
    :focus-visible{outline:3px solid rgba(246,183,200,.75);outline-offset:3px}
    .site-container{width:min(calc(100% - 36px),var(--max));margin:0 auto}
    .section{padding:88px 0}
    .section-tight{padding:64px 0}
    .section-head{max-width:760px;margin:0 auto 34px;text-align:center}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:999px;
      background:rgba(246,183,200,.28);
      color:var(--brand);
      border:1px solid rgba(91,30,77,.10);
      font-size:14px;
      font-weight:700;
      letter-spacing:.02em;
    }
    .eyebrow:before{
      content:"";
      width:8px;height:8px;border-radius:50%;
      background:linear-gradient(135deg,var(--brand),var(--pink));
      box-shadow:0 0 0 5px rgba(246,183,200,.22);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(2rem,4.4vw,3.5rem);
      line-height:1.16;
      letter-spacing:-.045em;
      margin-bottom:22px;
      color:var(--ink);
    }
    h2{
      font-size:clamp(1.78rem,3vw,2.45rem);
      line-height:1.22;
      letter-spacing:-.035em;
      margin-bottom:14px;
    }
    h3{
      font-size:1.22rem;
      line-height:1.35;
      margin-bottom:10px;
    }
    p{color:var(--muted);font-size:16.5px}
    .lead{font-size:18px;max-width:650px}
    .top-strip{
      background:linear-gradient(90deg,var(--brand),var(--brand-2));
      color:#fff;
      font-size:13.5px;
      padding:9px 0;
    }
    .top-strip .site-container{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    .strip-items{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
    .strip-pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      opacity:.96;
      white-space:nowrap;
    }
    .strip-dot{width:7px;height:7px;border-radius:50%;background:var(--pink)}
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:saturate(150%) blur(18px);
      background:rgba(255,247,241,.86);
      border-bottom:1px solid rgba(91,30,77,.08);
      transition:var(--ease);
    }
    .nav-wrap{
      min-height:78px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand-logo{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:0;
      font-weight:900;
      color:var(--brand);
      letter-spacing:-.03em;
    }
    .logo-mark{
      flex:0 0 42px;
      width:42px;height:42px;border-radius:50%;
      display:grid;place-items:center;
      color:#fff;
      background:
        linear-gradient(135deg,var(--brand),var(--pink) 68%,var(--apricot));
      box-shadow:0 10px 24px rgba(91,30,77,.18);
      font-size:18px;
    }
    .logo-text{font-size:18px;line-height:1.2;white-space:nowrap}
    .main-nav{
      display:flex;
      align-items:center;
      gap:8px;
      margin-left:auto;
    }
    .nav-link{
      display:inline-flex;
      align-items:center;
      min-height:42px;
      padding:10px 16px;
      border-radius:999px;
      color:#3b323e;
      font-size:15px;
      font-weight:700;
    }
    .nav-link:hover,.nav-link:focus{
      background:rgba(246,183,200,.25);
      color:var(--brand);
    }
    .nav-link.active{
      background:linear-gradient(135deg,rgba(246,183,200,.42),rgba(255,215,174,.32));
      color:var(--brand);
      box-shadow:inset 0 0 0 1px rgba(91,30,77,.08);
    }
    .nav-actions{display:flex;align-items:center;gap:12px}
    .search-lite{
      display:flex;
      align-items:center;
      gap:8px;
      width:190px;
      min-height:42px;
      padding:0 14px;
      border-radius:999px;
      border:1px solid var(--line);
      background:rgba(255,255,255,.62);
      color:var(--muted);
      font-size:14px;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border:0;
      border-radius:999px;
      padding:13px 22px;
      min-height:46px;
      font-weight:800;
      font-size:15px;
      line-height:1;
      transition:var(--ease);
      white-space:nowrap;
    }
    .btn-primary{
      color:#fff;
      background:linear-gradient(135deg,var(--brand),var(--brand-2) 54%,var(--pink));
      box-shadow:0 14px 30px rgba(91,30,77,.20);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 42px rgba(91,30,77,.28);
    }
    .btn-secondary{
      color:var(--brand);
      background:rgba(255,255,255,.74);
      border:1px solid var(--line-strong);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      color:var(--brand);
      background:rgba(246,183,200,.22);
      transform:translateY(-2px);
    }
    .mega-holder{position:relative}
    .mega-panel{
      position:absolute;
      top:calc(100% + 16px);
      right:0;
      width:min(640px,calc(100vw - 36px));
      padding:18px;
      border-radius:26px;
      border:1px solid rgba(91,30,77,.10);
      background:rgba(255,253,249,.96);
      box-shadow:var(--shadow-hover);
      opacity:0;
      transform:translateY(8px);
      pointer-events:none;
      transition:var(--ease);
    }
    .mega-holder:hover .mega-panel,.mega-holder:focus-within .mega-panel{
      opacity:1;
      transform:translateY(0);
      pointer-events:auto;
    }
    .mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .mega-card{
      padding:16px;
      border-radius:20px;
      background:linear-gradient(135deg,#fff,rgba(251,227,234,.62));
      border:1px solid rgba(91,30,77,.08);
    }
    .mega-card:hover{background:rgba(246,183,200,.2);transform:translateY(-2px)}
    .mega-icon{
      width:34px;height:34px;border-radius:12px;
      display:grid;place-items:center;
      background:rgba(91,30,77,.10);
      color:var(--brand);
      margin-bottom:9px;
      font-weight:900;
    }
    .mega-card strong{display:block;color:var(--ink);margin-bottom:3px}
    .mega-card span{display:block;color:var(--muted);font-size:13.5px;line-height:1.5}
    .mobile-toggle{
      display:none;
      width:46px;height:46px;
      border-radius:16px;
      border:1px solid var(--line);
      background:#fff;
      color:var(--brand);
      font-weight:900;
    }
    .mobile-menu{
      display:none;
      padding:0 0 18px;
    }
    .mobile-menu.is-open{display:block}
    .mobile-menu .nav-link{display:flex;width:100%;margin:6px 0}
    .hero{
      position:relative;
      padding:76px 0 42px;
      overflow:hidden;
    }
    .hero:before{
      content:"";
      position:absolute;
      width:420px;height:420px;border-radius:50%;
      background:radial-gradient(circle,rgba(246,183,200,.62),transparent 68%);
      right:-130px;top:28px;
      pointer-events:none;
    }
    .hero-grid{
      align-items:center;
      min-height:620px;
      position:relative;
      z-index:1;
    }
    .hero-copy{padding:28px 0}
    .hero-title .accent{
      color:var(--brand);
      background:linear-gradient(120deg,rgba(246,183,200,.45),rgba(255,215,174,.35));
      border-radius:16px;
      padding:0 .12em;
      box-decoration-break:clone;
      -webkit-box-decoration-break:clone;
    }
    .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0 24px}
    .trust-row{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin-top:20px;
    }
    .trust-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:10px 13px;
      border-radius:999px;
      border:1px solid rgba(91,30,77,.10);
      background:rgba(255,255,255,.68);
      color:#4a3c4e;
      font-weight:700;
      font-size:14px;
    }
    .trust-chip i{
      width:10px;height:10px;border-radius:50%;
      background:var(--sage);
      display:inline-block;
    }
    .product-stage{
      position:relative;
      padding:26px;
      border-radius:36px;
      background:
        linear-gradient(150deg,rgba(255,255,255,.9),rgba(251,227,234,.7)),
        radial-gradient(circle at 72% 18%,rgba(255,215,174,.58),transparent 34%);
      border:1px solid rgba(255,255,255,.75);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .product-stage:after{
      content:"";
      position:absolute;
      inset:auto -40px -70px auto;
      width:250px;height:250px;border-radius:50%;
      background:rgba(91,30,77,.08);
    }
    .pack-visual{
      position:relative;
      min-height:430px;
      display:grid;
      place-items:center;
      border-radius:30px;
      background:
        linear-gradient(135deg,rgba(91,30,77,.10),rgba(246,183,200,.24)),
        repeating-linear-gradient(135deg,rgba(91,30,77,.045) 0 1px,transparent 1px 18px);
      overflow:hidden;
    }
    .pack-box{
      width:min(310px,76%);
      min-height:330px;
      border-radius:30px;
      padding:28px;
      background:linear-gradient(160deg,#fff,var(--cream) 60%,rgba(246,183,200,.55));
      box-shadow:0 30px 70px rgba(91,30,77,.18);
      border:1px solid rgba(91,30,77,.10);
      transform:rotate(-3deg);
      position:relative;
      z-index:1;
    }
    .pack-seal{
      width:86px;height:86px;border-radius:50%;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--brand),var(--pink));
      color:#fff;
      font-weight:900;
      margin-left:auto;
      box-shadow:0 14px 28px rgba(91,30,77,.22);
    }
    .pack-line{height:12px;border-radius:999px;background:rgba(91,30,77,.12);margin:20px 0}
    .pack-line.short{width:62%}
    .pack-label{
      margin-top:38px;
      padding:16px;
      border-radius:20px;
      background:rgba(255,255,255,.72);
      color:var(--brand);
      font-weight:900;
      text-align:center;
    }
    .floating-badge{
      position:absolute;
      z-index:3;
      padding:12px 14px;
      border-radius:18px;
      background:rgba(255,255,255,.92);
      border:1px solid rgba(91,30,77,.10);
      box-shadow:0 12px 30px rgba(91,30,77,.14);
      color:var(--ink);
      font-weight:800;
      font-size:14px;
    }
    .floating-badge small{display:block;color:var(--muted);font-weight:600;margin-top:2px}
    .badge-a{left:14px;top:40px}
    .badge-b{right:16px;top:156px}
    .badge-c{left:40px;bottom:28px}
    .assurance-bar{
      margin-top:32px;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
    }
    .assurance-item{
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(91,30,77,.08);
      box-shadow:0 10px 24px rgba(91,30,77,.06);
    }
    .assurance-icon{
      width:38px;height:38px;border-radius:14px;
      display:grid;place-items:center;
      background:rgba(246,183,200,.30);
      color:var(--brand);
      font-weight:900;
      margin-bottom:10px;
    }
    .assurance-item strong{display:block;color:var(--ink);margin-bottom:4px}
    .assurance-item span{display:block;color:var(--muted);font-size:14px;line-height:1.55}
    .feature-band{
      background:linear-gradient(135deg,rgba(91,30,77,.96),rgba(106,39,93,.92));
      color:#fff;
      border-radius:34px;
      padding:34px;
      box-shadow:var(--shadow);
      overflow:hidden;
      position:relative;
    }
    .feature-band:before{
      content:"";
      position:absolute;
      right:-80px;top:-80px;
      width:260px;height:260px;border-radius:50%;
      background:rgba(246,183,200,.25);
    }
    .feature-band h2,.feature-band p{color:#fff}
    .feature-band p{opacity:.82}
    .status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
    .status-card{
      padding:18px;
      border-radius:22px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.16);
      position:relative;
      z-index:1;
    }
    .status-card b{display:block;font-size:26px;color:#fff;line-height:1.1;margin-bottom:8px}
    .status-card span{font-size:14px;color:rgba(255,255,255,.78)}
    .products-layout{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .product-card{
      display:flex;
      flex-direction:column;
      min-height:100%;
      border-radius:var(--radius-md);
      background:rgba(255,255,255,.82);
      border:1px solid rgba(91,30,77,.09);
      box-shadow:0 12px 34px rgba(91,30,77,.08);
      overflow:hidden;
      transition:var(--ease);
    }
    .product-card:hover{
      transform:translateY(-5px);
      border-color:rgba(91,30,77,.24);
      box-shadow:var(--shadow-hover);
    }
    .product-img{
      min-height:190px;
      background:
        radial-gradient(circle at 70% 20%,rgba(255,215,174,.58),transparent 30%),
        linear-gradient(135deg,rgba(246,183,200,.38),rgba(255,247,241,.92));
      display:grid;
      place-items:center;
      overflow:hidden;
      position:relative;
    }
    .product-img:before{
      content:"";
      width:120px;height:150px;border-radius:22px;
      background:linear-gradient(160deg,#fff,var(--pink-soft));
      box-shadow:0 18px 38px rgba(91,30,77,.13);
      transform:rotate(5deg);
      transition:var(--ease);
    }
    .product-card:hover .product-img:before{transform:rotate(5deg) scale(1.03)}
    .product-body{padding:22px;display:flex;flex-direction:column;flex:1}
    .tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
    .tag{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(246,183,200,.28);
      color:var(--brand);
      font-size:12px;
      font-weight:800;
    }
    .rating{color:#C98535;font-weight:900;font-size:14px;margin:8px 0 14px}
    .price-line{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:12px;
      margin-top:auto;
      padding-top:16px;
      border-top:1px solid rgba(91,30,77,.08);
    }
    .price{font-weight:900;color:var(--brand);font-size:20px}
    .mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
    .featured-product{display:grid;grid-template-columns:.95fr 1.05fr}
    .featured-product .product-img{min-height:100%}
    .steps{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
    .step-card{
      position:relative;
      padding:24px;
      border-radius:26px;
      background:linear-gradient(160deg,#fff,rgba(255,247,241,.78));
      border:1px solid rgba(91,30,77,.09);
      box-shadow:0 12px 32px rgba(91,30,77,.07);
    }
    .step-no{
      width:42px;height:42px;border-radius:15px;
      display:grid;place-items:center;
      color:#fff;
      background:linear-gradient(135deg,var(--brand),var(--pink));
      font-weight:900;
      margin-bottom:18px;
    }
    .reviews-wrap{
      border-radius:34px;
      background:linear-gradient(135deg,rgba(251,227,234,.60),rgba(255,247,241,.88));
      padding:28px;
      border:1px solid rgba(91,30,77,.08);
    }
    .orbit-container{border-radius:28px}
    .review-card{
      min-height:255px;
      padding:30px;
      border-radius:28px;
      background:rgba(255,255,255,.86);
      border:1px solid rgba(91,30,77,.08);
      box-shadow:0 12px 28px rgba(91,30,77,.08);
    }
    .review-top{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px}
    .avatar{
      display:flex;align-items:center;gap:12px;font-weight:900;color:var(--ink);
    }
    .avatar i{
      width:42px;height:42px;border-radius:50%;
      display:inline-grid;place-items:center;
      background:linear-gradient(135deg,var(--brand),var(--pink));
      color:#fff;font-style:normal;
    }
    .stars{color:#C98535;font-weight:900;white-space:nowrap}
    .orbit-previous,.orbit-next{
      width:44px;height:44px;border-radius:50%;
      background:rgba(246,183,200,.5)!important;
      color:var(--brand)!important;
      font-size:22px!important;
    }
    .guide-split{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:24px;
      align-items:center;
    }
    .guide-panel{
      border-radius:34px;
      padding:30px;
      background:
        linear-gradient(145deg,rgba(35,32,39,.96),rgba(91,30,77,.94));
      color:#fff;
      min-height:420px;
      position:relative;
      overflow:hidden;
    }
    .guide-panel:after{
      content:"";
      position:absolute;
      width:260px;height:260px;border-radius:50%;
      right:-90px;bottom:-80px;
      background:rgba(246,183,200,.20);
    }
    .guide-panel h2,.guide-panel p{color:#fff}
    .guide-panel p{opacity:.78}
    .check-list{list-style:none;margin:0;padding:0;display:grid;gap:13px}
    .check-list li{
      display:flex;gap:10px;align-items:flex-start;
      padding:14px;
      border-radius:18px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(91,30,77,.08);
      color:var(--muted);
    }
    .check-list li:before{
      content:"✓";
      flex:0 0 24px;
      width:24px;height:24px;border-radius:50%;
      display:grid;place-items:center;
      background:rgba(139,174,154,.22);
      color:#49745b;
      font-weight:900;
    }
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:20px;
      overflow:hidden;
      border:1px solid rgba(91,30,77,.10);
      background:rgba(255,255,255,.78);
      box-shadow:0 8px 24px rgba(91,30,77,.05);
    }
    .accordion-title{
      border:0!important;
      color:var(--ink)!important;
      font-size:16px;
      font-weight:900;
      padding:20px 54px 20px 22px;
      background:transparent;
    }
    .accordion-title:hover,.accordion-title:focus{background:rgba(246,183,200,.18);color:var(--brand)!important}
    .accordion-content{
      border:0!important;
      background:rgba(255,253,249,.86);
      color:var(--muted);
      padding:0 22px 22px;
      line-height:1.75;
    }
    .consult-card{
      border-radius:34px;
      padding:34px;
      background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(251,227,234,.55));
      border:1px solid rgba(91,30,77,.08);
      box-shadow:var(--shadow);
    }
    .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .field label{font-size:14px;font-weight:800;color:var(--ink);margin-bottom:7px}
    .field input,.field textarea,.field select{
      width:100%;
      border:1px solid rgba(91,30,77,.14);
      border-radius:16px;
      background:rgba(255,255,255,.82);
      box-shadow:none;
      min-height:48px;
      padding:12px 14px;
      color:var(--ink);
      transition:var(--ease);
    }
    .field textarea{min-height:112px;resize:vertical}
    .field input:focus,.field textarea:focus,.field select:focus{
      border-color:var(--brand);
      box-shadow:0 0 0 4px rgba(246,183,200,.22);
      background:#fff;
    }
    .field-full{grid-column:1/-1}
    .privacy-note{
      padding:16px;
      border-radius:20px;
      background:rgba(139,174,154,.14);
      border:1px solid rgba(139,174,154,.24);
      color:#466d56;
      font-size:14px;
      margin:16px 0;
    }
    .cta-card{
      border-radius:38px;
      padding:44px;
      background:
        radial-gradient(circle at 12% 12%,rgba(255,215,174,.56),transparent 28%),
        linear-gradient(135deg,var(--brand),var(--brand-2) 58%,#A65C86);
      color:#fff;
      box-shadow:0 28px 80px rgba(91,30,77,.26);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
      overflow:hidden;
      position:relative;
    }
    .cta-card h2,.cta-card p{color:#fff}
    .cta-card p{opacity:.84;margin-bottom:0}
    .cta-actions{display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:1}
    .cta-card .btn-secondary{background:rgba(255,255,255,.9)}
    .site-footer{
      background:linear-gradient(180deg,#2A1D2A,#1E171F);
      color:rgba(255,247,241,.82);
      padding:58px 0 24px;
      margin-top:34px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.1fr .8fr .8fr;
      gap:34px;
      padding-bottom:34px;
      border-bottom:1px solid rgba(255,255,255,.12);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:900;
      margin-bottom:14px;
    }
    .footer-logo{
      width:42px;height:42px;border-radius:50%;
      display:grid;place-items:center;
      background:linear-gradient(135deg,var(--pink),var(--apricot));
      color:var(--brand);
      font-weight:900;
    }
    .footer-title{color:#fff;font-weight:900;margin-bottom:12px}
    .footer-links{list-style:none;margin:0;padding:0;display:grid;gap:8px}
    .footer-links a{color:rgba(255,247,241,.75)}
    .footer-links a:hover{color:var(--pink)}
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      padding-top:22px;
      color:rgba(255,247,241,.60);
      font-size:13px;
    }
    @media (max-width:1024px){
      .search-lite{display:none}
      .products-layout,.guide-split{grid-template-columns:1fr}
      .featured-product{grid-template-columns:1fr}
      .steps,.assurance-bar{grid-template-columns:repeat(2,1fr)}
      .status-grid{grid-template-columns:1fr 1fr}
      .pack-visual{min-height:380px}
    }
    @media (max-width:768px){
      .top-strip .site-container{justify-content:center;text-align:center}
      .main-nav,.nav-actions .btn-primary,.mega-holder{display:none}
      .mobile-toggle{display:inline-grid;place-items:center}
      .nav-wrap{min-height:68px}
      .logo-text{font-size:15px;white-space:normal}
      .hero{padding:42px 0 24px}
      .hero-grid{min-height:auto}
      .hero-actions .btn{width:100%}
      .trust-chip{width:100%;justify-content:center}
      .product-stage{padding:16px;border-radius:28px}
      .pack-visual{min-height:330px}
      .floating-badge{position:static;margin:8px 0}
      .section{padding:58px 0}
      .section-tight{padding:46px 0}
      .mini-grid,.form-grid,.footer-grid{grid-template-columns:1fr}
      .steps,.assurance-bar,.status-grid{grid-template-columns:1fr}
      .feature-band,.consult-card,.cta-card{padding:26px;border-radius:28px}
      .cta-card{display:block;text-align:left}
      .cta-actions{margin-top:22px}
      .cta-actions .btn{width:100%}
      .review-card{padding:22px}
    }
    @media (max-width:520px){
      .site-container{width:min(calc(100% - 24px),var(--max))}
      h1{font-size:29px}
      h2{font-size:25px}
      .hero-copy{padding:8px 0}
      .pack-box{min-height:270px;padding:20px}
      .pack-seal{width:72px;height:72px}
      .product-body{padding:18px}
      .price-line{align-items:flex-start;flex-direction:column}
      .footer-bottom{display:block}
    }

/* roulang page: category1 */
:root{
      --color-primary:#5B1E4D;
      --color-primary-2:#6A275D;
      --color-pink:#F6B7C8;
      --color-pink-soft:#FCE7EE;
      --color-cream:#FFF7F1;
      --color-cream-2:#FFF1E6;
      --color-sage:#8BAE9A;
      --color-ink:#232027;
      --color-muted:#726571;
      --color-line:rgba(91,30,77,.10);
      --color-white:#fff;
      --gradient-brand:linear-gradient(135deg,#5B1E4D 0%,#8C3F77 46%,#F6B7C8 100%);
      --gradient-soft:radial-gradient(circle at 20% 20%,rgba(246,183,200,.48),transparent 34%),radial-gradient(circle at 82% 12%,rgba(255,204,164,.38),transparent 32%),linear-gradient(135deg,#FFF7F1 0%,#FCE7EE 100%);
      --shadow-card:0 18px 50px rgba(91,30,77,.12);
      --shadow-hover:0 24px 64px rgba(91,30,77,.18);
      --radius-xl:32px;
      --radius-lg:24px;
      --radius-md:18px;
      --radius-pill:999px;
      --container:1220px;
      --transition:all .25s ease;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:"PingFang SC","Microsoft YaHei","Noto Sans SC",Arial,sans-serif;
      color:var(--color-ink);
      background:
        radial-gradient(circle at top left,rgba(246,183,200,.22),transparent 28%),
        linear-gradient(180deg,#FFF7F1 0%,#FFF8F4 36%,#FDF2F6 100%);
      line-height:1.72;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    .site-container{
      width:min(calc(100% - 40px),var(--container));
      margin:0 auto;
    }
    .section{padding:86px 0}
    .section.compact{padding:64px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:var(--radius-pill);
      background:rgba(246,183,200,.22);
      color:var(--color-primary);
      font-size:14px;
      font-weight:700;
      border:1px solid rgba(91,30,77,.08);
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--color-sage);
      box-shadow:0 0 0 5px rgba(139,174,154,.16);
    }
    h1,h2,h3,p{margin-top:0}
    h1{
      font-size:clamp(30px,5vw,54px);
      line-height:1.16;
      letter-spacing:-.04em;
      margin-bottom:20px;
      color:var(--color-ink);
    }
    h2{
      font-size:clamp(28px,3.4vw,38px);
      line-height:1.22;
      letter-spacing:-.03em;
      margin-bottom:16px;
    }
    h3{
      font-size:21px;
      line-height:1.35;
      margin-bottom:10px;
    }
    p{color:var(--color-muted);font-size:16px}
    .lead{font-size:18px;color:#5E5360;max-width:720px}
    .top-notice{
      background:#2A1E28;
      color:#FFF7F1;
      font-size:14px;
      padding:10px 0;
    }
    .top-notice .site-container{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
    }
    .notice-pills{display:flex;gap:8px;flex-wrap:wrap}
    .notice-pill{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:4px 10px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
    }
    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      backdrop-filter:blur(18px);
      background:rgba(255,247,241,.88);
      border-bottom:1px solid rgba(91,30,77,.08);
    }
    .header-inner{
      min-height:78px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:26px;
      position:relative;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:max-content;
      font-weight:900;
      color:var(--color-primary);
      letter-spacing:-.02em;
    }
    .brand-mark,.footer-logo{
      width:42px;
      height:42px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:var(--gradient-brand);
      color:#fff;
      font-weight:900;
      box-shadow:0 12px 30px rgba(91,30,77,.20);
      border:2px solid rgba(255,255,255,.75);
    }
    .brand-text{font-size:18px}
    .nav-wrap{
      display:flex;
      align-items:center;
      gap:24px;
      flex:1;
      justify-content:flex-end;
    }
    .main-nav{
      display:flex;
      align-items:center;
      gap:8px;
      padding:6px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.52);
      border:1px solid rgba(91,30,77,.08);
    }
    .nav-link{
      padding:11px 18px;
      border-radius:var(--radius-pill);
      color:#4A3D49;
      font-weight:700;
      font-size:15px;
      line-height:1;
    }
    .nav-link:hover,.nav-link:focus{
      color:var(--color-primary);
      background:rgba(246,183,200,.22);
      outline:none;
    }
    .nav-link.active{
      color:var(--color-primary);
      background:var(--color-pink-soft);
      box-shadow:inset 0 0 0 1px rgba(91,30,77,.08);
    }
    .mega-holder{position:relative}
    .mega-trigger{
      border:0;
      background:transparent;
      color:#4A3D49;
      font-weight:800;
      padding:11px 14px;
      border-radius:var(--radius-pill);
    }
    .mega-trigger:hover,.mega-trigger:focus{
      background:rgba(246,183,200,.20);
      color:var(--color-primary);
      outline:none;
    }
    .mega-menu{
      position:absolute;
      right:0;
      top:calc(100% + 16px);
      width:620px;
      background:rgba(255,252,248,.98);
      border:1px solid rgba(91,30,77,.10);
      box-shadow:var(--shadow-card);
      border-radius:26px;
      padding:18px;
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:12px;
      opacity:0;
      visibility:hidden;
      transform:translateY(8px);
      transition:var(--transition);
    }
    .mega-holder:hover .mega-menu,.mega-holder:focus-within .mega-menu{
      opacity:1;
      visibility:visible;
      transform:translateY(0);
    }
    .mega-card{
      padding:16px;
      border-radius:20px;
      background:#fff;
      border:1px solid rgba(91,30,77,.08);
    }
    .mega-card:hover{
      background:#FFF1F6;
      transform:translateY(-2px);
      box-shadow:0 12px 28px rgba(91,30,77,.10);
    }
    .mega-card strong{display:block;color:var(--color-primary);margin-bottom:4px}
    .mega-card span{font-size:14px;color:var(--color-muted)}
    .header-action{display:flex;align-items:center;gap:10px}
    .search-mini{
      width:180px;
      height:42px;
      border-radius:var(--radius-pill);
      border:1px solid rgba(91,30,77,.12);
      background:#fff;
      padding:0 16px;
      color:var(--color-ink);
    }
    .search-mini:focus{
      outline:none;
      border-color:var(--color-primary);
      box-shadow:0 0 0 4px rgba(246,183,200,.26);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:13px 22px;
      border-radius:var(--radius-pill);
      font-weight:800;
      line-height:1;
      border:1px solid transparent;
      transition:var(--transition);
      white-space:nowrap;
    }
    .btn-primary{
      color:#fff;
      background:var(--gradient-brand);
      box-shadow:0 14px 34px rgba(91,30,77,.22);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:var(--shadow-hover);
      outline:none;
    }
    .btn-secondary{
      color:var(--color-primary);
      background:rgba(255,255,255,.72);
      border-color:rgba(91,30,77,.14);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      background:var(--color-pink-soft);
      color:var(--color-primary);
      outline:none;
      transform:translateY(-1px);
    }
    .menu-toggle{
      display:none;
      width:46px;
      height:46px;
      border:1px solid rgba(91,30,77,.12);
      border-radius:16px;
      background:#fff;
      color:var(--color-primary);
      font-weight:900;
    }
    .hero{
      padding:70px 0 56px;
      position:relative;
      overflow:hidden;
      background:var(--gradient-soft);
      border-bottom:1px solid rgba(91,30,77,.08);
    }
    .hero::after{
      content:"";
      position:absolute;
      width:330px;
      height:330px;
      border-radius:50%;
      right:-90px;
      top:35px;
      background:rgba(91,30,77,.08);
      border:1px solid rgba(91,30,77,.08);
    }
    .breadcrumb{
      display:flex;
      gap:8px;
      align-items:center;
      color:var(--color-muted);
      font-size:14px;
      margin-bottom:24px;
    }
    .breadcrumb a{color:var(--color-primary);font-weight:700}
    .breadcrumb a:hover{text-decoration:underline}
    .hero-grid{
      position:relative;
      z-index:1;
      align-items:center;
    }
    .hero-copy{max-width:680px}
    .hero-actions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      margin:28px 0 0;
    }
    .status-strip{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:34px;
      max-width:700px;
    }
    .status-card{
      padding:14px;
      border-radius:20px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(91,30,77,.09);
      box-shadow:0 10px 26px rgba(91,30,77,.07);
    }
    .status-card strong{display:block;color:var(--color-primary);font-size:18px}
    .status-card span{font-size:13px;color:var(--color-muted)}
    .hero-panel{
      background:#fff;
      border-radius:var(--radius-xl);
      padding:22px;
      border:1px solid rgba(91,30,77,.10);
      box-shadow:var(--shadow-card);
      position:relative;
    }
    .panel-top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      margin-bottom:16px;
    }
    .panel-title{font-weight:900;color:var(--color-primary)}
    .age-badge{
      padding:6px 10px;
      border-radius:var(--radius-pill);
      background:#2A1E28;
      color:#FFF7F1;
      font-size:13px;
      font-weight:800;
    }
    .visual-pack{
      min-height:290px;
      border-radius:26px;
      background:
        linear-gradient(145deg,rgba(91,30,77,.92),rgba(106,39,93,.76)),
        radial-gradient(circle at 70% 25%,rgba(246,183,200,.38),transparent 36%);
      position:relative;
      overflow:hidden;
      padding:26px;
      color:#fff;
    }
    .visual-pack::before{
      content:"";
      position:absolute;
      width:170px;
      height:170px;
      border-radius:50%;
      right:28px;
      top:34px;
      border:28px solid rgba(255,247,241,.22);
    }
    .visual-pack::after{
      content:"";
      position:absolute;
      left:28px;
      bottom:28px;
      width:78%;
      height:1px;
      background:repeating-linear-gradient(90deg,rgba(255,255,255,.45),rgba(255,255,255,.45) 10px,transparent 10px,transparent 20px);
    }
    .pack-label{
      position:relative;
      z-index:1;
      display:inline-flex;
      padding:8px 12px;
      border-radius:14px;
      background:rgba(255,255,255,.16);
      border:1px solid rgba(255,255,255,.22);
      font-weight:800;
    }
    .pack-name{
      position:absolute;
      z-index:1;
      left:28px;
      bottom:54px;
      max-width:260px;
    }
    .pack-name strong{display:block;font-size:28px;line-height:1.15;margin-bottom:8px}
    .pack-name span{color:rgba(255,255,255,.78);font-size:14px}
    .floating-note{
      position:absolute;
      right:12px;
      bottom:12px;
      padding:12px 14px;
      border-radius:18px;
      background:#FFF7F1;
      color:var(--color-primary);
      box-shadow:0 14px 32px rgba(35,32,39,.12);
      font-size:14px;
      font-weight:800;
      max-width:190px;
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:24px;
      margin-bottom:28px;
    }
    .section-head p{max-width:650px;margin-bottom:0}
    .filter-layout{
      display:grid;
      grid-template-columns:282px 1fr;
      gap:24px;
      align-items:start;
    }
    .filter-toggle{
      display:none;
      width:100%;
      margin-bottom:14px;
      border:1px solid rgba(91,30,77,.12);
      background:#fff;
      color:var(--color-primary);
      border-radius:18px;
      padding:14px 16px;
      font-weight:900;
      text-align:left;
    }
    .filter-panel{
      position:sticky;
      top:104px;
      background:rgba(255,255,255,.78);
      border:1px solid rgba(91,30,77,.10);
      border-radius:var(--radius-lg);
      padding:20px;
      box-shadow:0 12px 34px rgba(91,30,77,.08);
    }
    .filter-group{
      padding:16px 0;
      border-bottom:1px solid rgba(91,30,77,.08);
    }
    .filter-group:last-child{border-bottom:0;padding-bottom:0}
    .filter-title{
      font-size:15px;
      font-weight:900;
      color:var(--color-primary);
      margin-bottom:10px;
    }
    .check-row{
      display:flex;
      align-items:center;
      gap:10px;
      min-height:34px;
      color:#5B505B;
      font-size:14px;
    }
    .check-row input{
      width:17px;
      height:17px;
      accent-color:var(--color-primary);
    }
    .range-chip-wrap{display:flex;gap:8px;flex-wrap:wrap}
    .range-chip{
      padding:7px 10px;
      border-radius:var(--radius-pill);
      background:#FFF7F1;
      border:1px solid rgba(91,30,77,.10);
      font-size:13px;
      color:#5B505B;
    }
    .range-chip.active{
      background:var(--color-pink-soft);
      color:var(--color-primary);
      font-weight:800;
    }
    .products-area{min-width:0}
    .sort-bar{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:14px 16px;
      border:1px solid rgba(91,30,77,.10);
      border-radius:22px;
      background:rgba(255,255,255,.74);
      margin-bottom:18px;
    }
    .sort-bar span{color:var(--color-muted);font-size:14px}
    .sort-select{
      height:42px;
      border-radius:var(--radius-pill);
      border:1px solid rgba(91,30,77,.12);
      color:var(--color-primary);
      font-weight:800;
      padding:0 34px 0 14px;
      background-color:#fff;
    }
    .featured-card{
      display:grid;
      grid-template-columns:1.1fr 1.4fr;
      gap:0;
      overflow:hidden;
      border-radius:var(--radius-xl);
      background:#fff;
      border:1px solid rgba(91,30,77,.10);
      box-shadow:var(--shadow-card);
      margin-bottom:22px;
    }
    .featured-visual{
      min-height:300px;
      background:
        radial-gradient(circle at 30% 22%,rgba(255,255,255,.34),transparent 28%),
        linear-gradient(135deg,#5B1E4D,#F6B7C8);
      position:relative;
      padding:24px;
      color:#fff;
      overflow:hidden;
    }
    .featured-visual::after{
      content:"";
      position:absolute;
      width:150px;
      height:210px;
      border-radius:28px;
      right:38px;
      bottom:32px;
      background:rgba(255,247,241,.88);
      box-shadow:0 18px 40px rgba(35,32,39,.18);
      transform:rotate(7deg);
    }
    .featured-visual::before{
      content:"隐";
      position:absolute;
      right:78px;
      bottom:98px;
      z-index:1;
      color:var(--color-primary);
      font-weight:900;
      font-size:50px;
    }
    .featured-content{
      padding:30px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
    .tag{
      display:inline-flex;
      align-items:center;
      padding:5px 10px;
      border-radius:var(--radius-pill);
      background:rgba(246,183,200,.24);
      color:var(--color-primary);
      font-size:13px;
      font-weight:800;
      border:1px solid rgba(91,30,77,.07);
    }
    .tag.sage{background:rgba(139,174,154,.16);color:#517562}
    .rating{
      color:#D58A33;
      font-weight:900;
      font-size:14px;
      margin:8px 0 14px;
    }
    .price-line{
      display:flex;
      align-items:baseline;
      gap:10px;
      margin:14px 0 18px;
    }
    .price{
      color:var(--color-primary);
      font-weight:950;
      font-size:26px;
    }
    .price-note{font-size:13px;color:var(--color-muted)}
    .product-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
    }
    .product-card{
      background:#fff;
      border:1px solid rgba(91,30,77,.10);
      border-radius:26px;
      overflow:hidden;
      box-shadow:0 10px 28px rgba(91,30,77,.07);
      display:flex;
      flex-direction:column;
      min-height:100%;
      transition:var(--transition);
    }
    .product-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(91,30,77,.26);
    }
    .product-img{
      aspect-ratio:4/3;
      background:
        radial-gradient(circle at 72% 24%,rgba(246,183,200,.48),transparent 26%),
        linear-gradient(145deg,#FFF1E6,#FCE7EE);
      position:relative;
      overflow:hidden;
    }
    .product-img::before{
      content:"";
      position:absolute;
      width:92px;
      height:128px;
      border-radius:20px;
      background:#fff;
      left:50%;
      top:50%;
      transform:translate(-50%,-48%) rotate(-5deg);
      box-shadow:0 16px 34px rgba(91,30,77,.14);
      transition:var(--transition);
    }
    .product-img::after{
      content:"PRIVATE";
      position:absolute;
      left:50%;
      top:50%;
      transform:translate(-50%,10%);
      font-size:11px;
      letter-spacing:.12em;
      font-weight:900;
      color:var(--color-primary);
    }
    .product-card:hover .product-img::before{transform:translate(-50%,-48%) rotate(-2deg) scale(1.03)}
    .product-body{
      padding:18px;
      display:flex;
      flex-direction:column;
      flex:1;
    }
    .product-body p{
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      overflow:hidden;
      min-height:54px;
      margin-bottom:6px;
    }
    .product-actions{
      margin-top:auto;
      display:flex;
      gap:10px;
      align-items:center;
      justify-content:space-between;
      padding-top:12px;
    }
    .mini-btn{
      min-height:40px;
      padding:10px 14px;
      font-size:14px;
    }
    .compare{
      border:0;
      background:transparent;
      color:var(--color-primary);
      font-weight:800;
      padding:8px;
      border-radius:12px;
    }
    .compare:hover,.compare:focus{
      background:var(--color-pink-soft);
      outline:none;
    }
    .guide-panel{
      border-radius:var(--radius-xl);
      background:#2A1E28;
      color:#FFF7F1;
      padding:34px;
      overflow:hidden;
      position:relative;
      box-shadow:var(--shadow-card);
    }
    .guide-panel::before{
      content:"";
      position:absolute;
      width:260px;
      height:260px;
      border-radius:50%;
      background:rgba(246,183,200,.12);
      right:-60px;
      top:-80px;
    }
    .guide-panel h2,.guide-panel h3{color:#fff}
    .guide-panel p{color:rgba(255,247,241,.78)}
    .guide-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
      position:relative;
      z-index:1;
    }
    .guide-card{
      padding:22px;
      border-radius:24px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.10);
    }
    .guide-list{
      margin:14px 0 0;
      padding:0;
      list-style:none;
      display:grid;
      gap:10px;
    }
    .guide-list li{
      display:flex;
      gap:10px;
      color:rgba(255,247,241,.84);
      font-size:15px;
    }
    .guide-list li::before{
      content:"";
      width:9px;
      height:9px;
      margin-top:9px;
      border-radius:50%;
      background:var(--color-pink);
      flex:0 0 auto;
    }
    .process-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
      counter-reset:step;
    }
    .process-card{
      counter-increment:step;
      padding:22px;
      border-radius:24px;
      background:rgba(255,255,255,.72);
      border:1px solid rgba(91,30,77,.10);
      box-shadow:0 12px 30px rgba(91,30,77,.07);
      position:relative;
    }
    .process-card::before{
      content:"0" counter(step);
      display:inline-flex;
      width:42px;
      height:42px;
      align-items:center;
      justify-content:center;
      border-radius:15px;
      background:var(--gradient-brand);
      color:#fff;
      font-weight:900;
      margin-bottom:16px;
    }
    .assurance{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
    }
    .assurance-item{
      display:flex;
      align-items:flex-start;
      gap:12px;
      padding:18px;
      border-radius:24px;
      background:#fff;
      border:1px solid rgba(91,30,77,.09);
      box-shadow:0 10px 28px rgba(91,30,77,.06);
    }
    .icon-dot{
      width:42px;
      height:42px;
      border-radius:16px;
      flex:0 0 auto;
      background:var(--color-pink-soft);
      position:relative;
    }
    .icon-dot::after{
      content:"";
      position:absolute;
      inset:12px;
      border-radius:50%;
      background:var(--color-primary);
    }
    .assurance-item strong{display:block;color:var(--color-primary);margin-bottom:3px}
    .assurance-item span{font-size:14px;color:var(--color-muted)}
    .faq-wrap{
      max-width:920px;
      margin:0 auto;
    }
    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:12px;
      border-radius:22px;
      overflow:hidden;
      border:1px solid rgba(91,30,77,.10);
      background:#fff;
      box-shadow:0 10px 26px rgba(91,30,77,.05);
    }
    .accordion-title{
      border:0;
      color:var(--color-ink);
      font-weight:900;
      font-size:17px;
      padding:20px 54px 20px 22px;
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:#FFF1F6;
      color:var(--color-primary);
      outline:none;
    }
    .accordion-title::before{
      right:22px;
      margin-top:-10px;
      color:var(--color-primary);
      font-size:22px;
    }
    .accordion-content{
      border:0;
      padding:0 22px 22px;
      color:var(--color-muted);
      background:#fff;
    }
    .cta-card{
      border-radius:var(--radius-xl);
      background:var(--gradient-brand);
      color:#fff;
      padding:42px;
      display:grid;
      grid-template-columns:1fr auto;
      align-items:center;
      gap:24px;
      box-shadow:var(--shadow-hover);
      position:relative;
      overflow:hidden;
    }
    .cta-card::after{
      content:"";
      position:absolute;
      width:240px;
      height:240px;
      border-radius:50%;
      right:-80px;
      bottom:-100px;
      border:34px solid rgba(255,255,255,.14);
    }
    .cta-card h2{color:#fff;margin-bottom:10px}
    .cta-card p{color:rgba(255,255,255,.82);margin-bottom:0;max-width:680px}
    .cta-actions{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      position:relative;
      z-index:1;
    }
    .cta-card .btn-secondary{
      background:#FFF7F1;
      border-color:rgba(255,255,255,.22);
    }
    .site-footer{
      background:#241D25;
      color:#FFF7F1;
      padding:60px 0 24px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.4fr .8fr 1fr;
      gap:34px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:900;
      margin-bottom:14px;
      color:#fff;
    }
    .footer-logo{
      width:38px;
      height:38px;
      font-size:16px;
      box-shadow:none;
    }
    .site-footer p{color:rgba(255,247,241,.72);max-width:460px}
    .footer-title{
      color:#fff;
      font-weight:900;
      margin-bottom:12px;
    }
    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:8px;
      color:rgba(255,247,241,.72);
    }
    .footer-links a{color:rgba(255,247,241,.76)}
    .footer-links a:hover,.footer-links a:focus{
      color:var(--color-pink);
      outline:none;
    }
    .footer-bottom{
      margin-top:36px;
      padding-top:20px;
      border-top:1px solid rgba(255,255,255,.10);
      display:flex;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      color:rgba(255,247,241,.58);
      font-size:14px;
    }
    @media (max-width:1100px){
      .header-action .search-mini{display:none}
      .mega-menu{width:540px}
      .filter-layout{grid-template-columns:250px 1fr}
      .product-grid{grid-template-columns:repeat(2,1fr)}
      .process-grid,.assurance{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:860px){
      .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
      .nav-wrap{
        display:none;
        position:absolute;
        left:0;
        right:0;
        top:100%;
        padding:14px;
        background:rgba(255,247,241,.98);
        border:1px solid rgba(91,30,77,.10);
        border-radius:0 0 24px 24px;
        box-shadow:var(--shadow-card);
        flex-direction:column;
        align-items:stretch;
      }
      .nav-wrap.is-open{display:flex}
      .main-nav{
        flex-direction:column;
        align-items:stretch;
        border-radius:22px;
      }
      .nav-link{min-height:44px;display:flex;align-items:center}
      .mega-holder{display:none}
      .header-action{display:none}
      .hero{padding:46px 0 44px}
      .hero-panel{margin-top:24px}
      .status-strip{grid-template-columns:1fr}
      .filter-toggle{display:block}
      .filter-layout{grid-template-columns:1fr}
      .filter-panel{
        display:none;
        position:static;
      }
      .filter-panel.is-open{display:block}
      .featured-card{grid-template-columns:1fr}
      .featured-visual{min-height:230px}
      .guide-grid{grid-template-columns:1fr}
      .cta-card{grid-template-columns:1fr;padding:30px}
      .footer-grid{grid-template-columns:1fr}
    }
    @media (max-width:560px){
      .site-container{width:min(calc(100% - 28px),var(--container))}
      .top-notice .site-container{align-items:flex-start}
      .brand-text{font-size:15px;max-width:220px;line-height:1.25}
      .section{padding:58px 0}
      .section.compact{padding:46px 0}
      .hero-actions,.cta-actions{flex-direction:column}
      .btn{width:100%}
      .section-head{display:block}
      .product-grid{grid-template-columns:1fr}
      .sort-bar{align-items:flex-start;flex-direction:column}
      .sort-select{width:100%}
      .process-grid,.assurance{grid-template-columns:1fr}
      .guide-panel{padding:24px}
      .footer-bottom{display:grid}
    }
