/* ============================================================================
   DOUBLE RED ROSE — Design System
   Red-led premium theme · mobile-first · no external resources
   ========================================================================== */

:root {
  --red-50:#FEF2F4;  --red-100:#FDE3E7; --red-200:#FBC5CD; --red-300:#F598A6;
  --red-400:#EE5D74; --red-500:#D92B45; --red-600:#C8102E; --red-700:#A30D26;
  --red-800:#861022; --red-900:#6E0B1B; --red-950:#3F050D;

  --gold:#C9A227; --gold-soft:#F3E7C3;

  --ink:#221A1B; --ink-soft:#5A4E50; --ink-mute:#8A7A7D;
  --bg:#FBF7F6; --surface:#FFFFFF; --line:#EADFE1;

  --font-display: Georgia, 'Times New Roman', Times, serif;
  --font-body: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  --radius-sm:8px; --radius:12px; --radius-lg:18px; --radius-full:999px;
  --shadow-sm:0 1px 2px rgba(62,10,20,.06), 0 1px 6px rgba(62,10,20,.05);
  --shadow:0 6px 24px rgba(62,10,20,.10);
  --shadow-lg:0 18px 50px rgba(62,10,20,.18);

  --header-h:72px;
  --ease:cubic-bezier(.4,0,.2,1);
}

/* ------------------------------------------------------------------ Reset */
*,*::before,*::after{box-sizing:border-box}
[hidden]{display:none !important}
html{scroll-behavior:smooth}
body{
  margin:0; font-family:var(--font-body); color:var(--ink); background:var(--bg);
  font-size:16px; line-height:1.6; -webkit-font-smoothing:antialiased;
}
img,svg{display:block; max-width:100%}
a{color:var(--red-700); text-decoration:none}
a:hover{color:var(--red-600)}
h1,h2,h3,h4{font-family:var(--font-display); line-height:1.2; margin:0 0 .5em; color:var(--ink)}
h1{font-size:clamp(1.9rem,4vw,3rem)}
h2{font-size:clamp(1.5rem,3vw,2.2rem)}
h3{font-size:1.25rem}
p{margin:0 0 1em}
::selection{background:var(--red-600); color:#fff}
:focus-visible{outline:3px solid var(--red-400); outline-offset:2px}
.skip-link{
  position:absolute; left:-999px; top:0; background:var(--red-900); color:#fff;
  padding:.6rem 1rem; z-index:200;
}
.skip-link:focus{left:0}
.container{width:min(1160px,100% - 2rem); margin-inline:auto}
main{min-height:60vh}

/* ------------------------------------------------------------------ Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  border:2px solid transparent; border-radius:var(--radius-full); cursor:pointer;
  font-family:var(--font-body); font-weight:700; font-size:.95rem; line-height:1;
  padding:.85rem 1.6rem; transition:all .2s var(--ease); text-align:center;
}
.btn svg{width:18px; height:18px}
.btn-primary{background:linear-gradient(135deg,var(--red-500),var(--red-700)); color:#fff; box-shadow:0 6px 18px rgba(200,16,46,.35)}
.btn-primary:hover{transform:translateY(-2px); box-shadow:0 10px 24px rgba(200,16,46,.42); color:#fff}
.btn-outline{border-color:var(--red-600); color:var(--red-700); background:transparent}
.btn-outline:hover{background:var(--red-600); color:#fff}
.btn-light{background:#fff; color:var(--red-700); box-shadow:var(--shadow)}
.btn-light:hover{transform:translateY(-2px); box-shadow:var(--shadow-lg); color:var(--red-700)}
.btn-ghost{color:var(--red-700); background:transparent}
.btn-ghost:hover{background:var(--red-100)}
.btn-danger{background:var(--red-600); color:#fff}
.btn-danger:hover{background:var(--red-800); color:#fff}
.btn-success{background:#15803d; color:#fff}
.btn-success:hover{background:#166534; color:#fff}
.btn-sm{padding:.55rem 1rem; font-size:.85rem}
.btn-lg{padding:1rem 2.2rem; font-size:1.05rem}
.btn-block{width:100%}
.btn[disabled]{opacity:.5; pointer-events:none}

/* ------------------------------------------------------------------ Forms */
.field{margin-bottom:1.1rem}
.field label{display:block; font-weight:600; font-size:.9rem; margin-bottom:.4rem}
.field .hint{font-size:.8rem; color:var(--ink-mute); margin-top:.3rem}
.input,select.input,textarea.input{
  width:100%; padding:.75rem .95rem; border:1.5px solid var(--line);
  border-radius:var(--radius-sm); background:var(--surface); color:var(--ink);
  font-family:inherit; font-size:.95rem; transition:border-color .2s, box-shadow .2s;
}
.input:focus{outline:none; border-color:var(--red-500); box-shadow:0 0 0 4px var(--red-100)}
textarea.input{min-height:110px; resize:vertical}
select.input{appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%238A7A7D' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right .9rem center}
.form-grid{display:grid; gap:0 1rem; grid-template-columns:1fr}
.form-card{background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg); padding:clamp(1.2rem,3vw,2rem); box-shadow:var(--shadow-sm)}
.form-actions{display:flex; gap:.8rem; flex-wrap:wrap; align-items:center; margin-top:.4rem}
.input-error{border-color:var(--red-500)!important}
.error-text{color:var(--red-600); font-size:.85rem; margin-top:.3rem}
.password-wrap{position:relative}
.password-wrap .input{padding-right:3rem}
.password-toggle{
  position:absolute; right:.4rem; top:50%; transform:translateY(-50%);
  background:none; border:0; cursor:pointer; color:var(--ink-mute); padding:.4rem;
}
.check{display:flex; gap:.6rem; align-items:flex-start; font-size:.9rem}
.check input{width:18px; height:18px; accent-color:var(--red-600); margin-top:.15rem}

/* ------------------------------------------------------------------ Alerts */
.alert{
  display:flex; gap:.7rem; align-items:flex-start; padding:.85rem 1rem;
  border-radius:var(--radius-sm); border:1px solid; margin-bottom:1rem; font-size:.92rem;
}
.alert svg{width:20px; height:20px; flex:0 0 auto; margin-top:.1rem}
.alert > div{min-width:0; overflow-wrap:anywhere; word-break:break-word}
.alert-success{background:#f0fdf4; border-color:#bbf7d0; color:#166534}
.alert-error{background:var(--red-50); border-color:var(--red-200); color:var(--red-800)}
.alert-warning{background:#fffbeb; border-color:#fde68a; color:#92400e}
.alert-info{background:#eff6ff; border-color:#bfdbfe; color:#1e40af}

/* ------------------------------------------------------------------ Badges/chips */
.badge{
  display:inline-flex; align-items:center; gap:.3rem; padding:.3rem .7rem;
  border-radius:var(--radius-full); font-size:.74rem; font-weight:700; letter-spacing:.02em;
  text-transform:uppercase; white-space:nowrap;
}
.badge-warning{background:#fef3c7; color:#92400e}
.badge-success{background:#dcfce7; color:#166534}
.badge-danger{background:var(--red-100); color:var(--red-800)}
.badge-info{background:#e0f2fe; color:#075985}
.badge-neutral{background:#f1ecee; color:#5a4e50}
.badge-red{background:var(--red-600); color:#fff}
.chip{
  display:inline-flex; align-items:center; padding:.35rem .8rem; font-size:.78rem;
  font-weight:700; border-radius:var(--radius-full); background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.25); color:#fff; backdrop-filter:blur(4px);
}
.chip-agent{
  background:rgba(201,162,39,.18); border-color:rgba(201,162,39,.55); color:var(--gold-soft);
}

/* ------------------------------------------------------------------ Cards */
.card{background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg); box-shadow:var(--shadow-sm); padding:1.4rem}
.card-hover{transition:transform .25s var(--ease), box-shadow .25s var(--ease)}
.card-hover:hover{transform:translateY(-4px); box-shadow:var(--shadow)}
.stat-card{
  display:flex; gap:1rem; align-items:center; background:var(--surface);
  border:1px solid var(--line); border-radius:var(--radius-lg); padding:1.1rem 1.2rem;
  box-shadow:var(--shadow-sm);
}
.stat-icon{width:48px; height:48px; border-radius:var(--radius); display:grid; place-items:center; flex:0 0 auto}
.stat-icon svg{width:24px; height:24px}
.stat-icon-red{background:var(--red-100); color:var(--red-700)}
.stat-icon-gold{background:var(--gold-soft); color:#8a6d1a}
.stat-icon-green{background:#dcfce7; color:#15803d}
.stat-icon-blue{background:#e0f2fe; color:#0369a1}
.stat-value{font-family:var(--font-display); font-size:1.5rem; font-weight:700; line-height:1.1}
.stat-label{font-size:.82rem; color:var(--ink-mute)}

/* ------------------------------------------------------------------ Tables */
.table-wrap{overflow-x:auto; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg); box-shadow:var(--shadow-sm)}
.table{width:100%; border-collapse:collapse; min-width:640px}
.table th,.table td{padding:.85rem 1rem; text-align:left; font-size:.9rem; border-bottom:1px solid var(--line)}
.table thead th{
  background:var(--red-950); color:#fff; font-size:.72rem; text-transform:uppercase;
  letter-spacing:.06em; white-space:nowrap;
}
.table tbody tr:last-child td{border-bottom:0}
.table tbody tr:hover{background:var(--red-50)}
.table .num{text-align:right}
.table-actions{display:flex; gap:.4rem; flex-wrap:wrap}
.mini-btn{
  display:inline-flex; align-items:center; gap:.25rem; padding:.38rem .7rem; font-size:.78rem;
  font-weight:700; border-radius:var(--radius-full); border:1px solid var(--line); background:var(--surface);
  cursor:pointer; color:var(--ink-soft); transition:all .15s;
}
.mini-btn:hover{border-color:var(--red-400); color:var(--red-700)}
.mini-btn svg{width:14px; height:14px}
.mini-btn-success{color:#15803d}
.mini-btn-success:hover{border-color:#15803d; color:#166534}
.mini-btn-danger{color:var(--red-700)}
.mini-btn-danger:hover{border-color:var(--red-500); color:var(--red-800)}
.mini-btn-warning{color:#92400e}
.mini-btn-warning:hover{border-color:#d97706}

/* ------------------------------------------------------------------ Pagination */
.pagination{display:flex; gap:.35rem; justify-content:center; margin:1.4rem 0 .4rem}
.page-link{
  min-width:38px; height:38px; display:inline-flex; align-items:center; justify-content:center;
  border:1px solid var(--line); border-radius:var(--radius-sm); background:var(--surface);
  color:var(--ink-soft); font-weight:600; font-size:.9rem;
}
.page-link:hover{background:var(--red-100); color:var(--red-800); border-color:var(--red-300)}
.page-link.current{background:var(--red-600); color:#fff; border-color:var(--red-600)}
.page-link.disabled{opacity:.4; pointer-events:none}

/* ------------------------------------------------------------------ Empty state */
.empty-state{padding:3rem 1.5rem; text-align:center; color:var(--ink-mute)}
.empty-state svg{width:56px; height:56px; margin:0 auto 1rem; color:var(--red-300)}
.empty-state h3{color:var(--ink-soft); margin-bottom:.3rem}

/* ------------------------------------------------------------------ Topbar */
.topbar{background:var(--red-950); color:#f6e9ea; font-size:.82rem}
.topbar-inner{display:flex; justify-content:space-between; align-items:center; gap:1rem; min-height:40px}
.topbar-contacts,.topbar-actions{display:flex; align-items:center; gap:1.1rem; flex-wrap:wrap}
.topbar-contacts span{display:inline-flex; align-items:center; gap:.4rem; white-space:nowrap}
.topbar-contact{display:inline-flex; align-items:center; gap:.4rem; color:#f6e9ea; white-space:nowrap}
.topbar-contact:hover{color:#fff}
.topbar-contacts svg,.topbar-actions svg{width:14px; height:14px; color:var(--red-300)}
.topbar-link{display:inline-flex; align-items:center; gap:.4rem; color:#f6e9ea; font-weight:600; white-space:nowrap}
.topbar-link:hover{color:#fff}
.topbar-link.accent{color:var(--gold)}

/* ------------------------------------------------------------------ Header/nav */
.site-header{position:sticky; top:0; z-index:100; background:rgba(255,255,255,.92); backdrop-filter:blur(10px); border-bottom:1px solid var(--line)}
.nav-inner{display:flex; align-items:center; justify-content:space-between; min-height:var(--header-h); gap:1rem}
.brand{display:inline-flex; align-items:center; gap:.7rem; color:var(--ink)}
.brand:hover{color:var(--ink)}
.brand img{border-radius:var(--radius)}
.brand-text{display:flex; flex-direction:column; line-height:1.15}
.brand-text strong{font-family:var(--font-display); font-size:1.05rem; letter-spacing:.01em}
.brand-text em{font-style:normal; color:var(--red-600)}
.brand-text small{font-size:.68rem; text-transform:uppercase; letter-spacing:.14em; color:var(--ink-mute)}
.brand-invert{color:#fff}
.brand-invert:hover{color:#fff}
.main-nav{display:flex; align-items:center; gap:1.6rem}
.nav-link{font-weight:600; color:var(--ink-soft); font-size:.93rem; position:relative; padding:.3rem 0}
.nav-link::after{
  content:""; position:absolute; left:0; bottom:-2px; height:2px; width:0;
  background:var(--red-600); transition:width .25s var(--ease); border-radius:2px;
}
.nav-link:hover{color:var(--red-700)}
.nav-link.active{color:var(--red-700)}
.nav-link.active::after{width:100%}
.nav-cta{display:none}
.nav-toggle{
  display:none; background:none; border:0; cursor:pointer; padding:.4rem; z-index:110;
}
.nav-toggle span{display:block; width:26px; height:2.5px; background:var(--ink); margin:5px 0; border-radius:2px; transition:transform .25s var(--ease), opacity .2s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}

/* ------------------------------------------------------------------ Hero */
.hero{
  position:relative; overflow:hidden; color:#fff;
  background:radial-gradient(1200px 500px at 85% -10%, rgba(217,43,69,.55), transparent 60%),
             linear-gradient(135deg,var(--red-950) 0%,var(--red-900) 45%,var(--red-700) 100%);
}
.hero::before{
  content:""; position:absolute; inset:0; opacity:.12; pointer-events:none;
  background-image:radial-gradient(circle at 1px 1px, #fff 1px, transparent 0);
  background-size:26px 26px;
}
.hero-inner{position:relative; z-index:2; display:grid; grid-template-columns:1fr; gap:2.5rem; align-items:center; padding:4.5rem 0 4rem}
.hero-badges{display:flex; gap:.5rem; flex-wrap:wrap; margin-bottom:1.2rem}
.hero h1{color:#fff; font-size:clamp(2.1rem,5vw,3.4rem); margin-bottom:.7rem}
.hero p.lead{color:#f6d7dc; font-size:1.08rem; max-width:56ch; margin-bottom:1.6rem}
.hero-actions{display:flex; gap:.8rem; flex-wrap:wrap}
.hero-stats{display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; margin-top:2.4rem; padding-top:1.6rem; border-top:1px solid rgba(255,255,255,.18)}
.hero-stat strong{display:block; font-family:var(--font-display); font-size:1.5rem; color:var(--gold)}
.hero-stat span{font-size:.78rem; color:#f6d7dc}
.hero-visual{position:relative}
.hero-visual .img-frame{
  border-radius:var(--radius-lg); background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.2);
  padding:2rem; text-align:center; backdrop-filter:blur(6px);
}
.hero-visual .img-frame img{margin:0 auto; filter:drop-shadow(0 24px 40px rgba(0,0,0,.4))}
.hero-float{
  position:absolute; background:#fff; color:var(--ink); border-radius:var(--radius);
  padding:.6rem .9rem; box-shadow:var(--shadow-lg); font-size:.82rem; font-weight:700;
  display:flex; align-items:center; gap:.5rem;
}
.hero-float.top{top:8%; right:-4%}
.hero-float.bottom{bottom:10%; left:-4%}
.hero-float .dot{width:10px; height:10px; border-radius:50%}
.hero-float .dot.green{background:#22c55e; box-shadow:0 0 0 4px rgba(34,197,94,.2)}
.hero-float .dot.red{background:var(--red-500)}

/* ------------------------------------------------------------------ Sections */
.section{padding:clamp(3rem,7vw,5.5rem) 0}
.section-alt{background:var(--surface); border-block:1px solid var(--line)}
.section-tint{background:linear-gradient(180deg,var(--red-50),var(--bg))}
.section-head{max-width:680px; margin:0 auto 2.6rem; text-align:center}
.eyebrow{
  display:inline-block; font-size:.74rem; font-weight:800; letter-spacing:.18em;
  text-transform:uppercase; color:var(--red-600); background:var(--red-100);
  padding:.35rem .9rem; border-radius:var(--radius-full); margin-bottom:.9rem;
}
.section-head h2{margin-bottom:.6rem}
.section-head p{color:var(--ink-soft)}

/* Feature cards */
.feature-grid{display:grid; gap:1.2rem; grid-template-columns:1fr}
.feature-card{background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg); padding:1.6rem; box-shadow:var(--shadow-sm); transition:transform .25s var(--ease), box-shadow .25s var(--ease)}
.feature-card:hover{transform:translateY(-5px); box-shadow:var(--shadow)}
.feature-icon{width:54px; height:54px; border-radius:var(--radius); background:linear-gradient(135deg,var(--red-100),var(--red-200)); display:grid; place-items:center; margin-bottom:1rem}
.feature-icon svg{width:26px; height:26px; color:var(--red-700); stroke:currentColor; fill:none; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round}
.feature-card h3{font-size:1.1rem; margin-bottom:.45rem}
.feature-card p{font-size:.9rem; color:var(--ink-soft); margin:0}

/* Ingredient list */
.ingredient-grid{display:grid; gap:.9rem; grid-template-columns:1fr}
.ingredient{display:flex; gap:.9rem; align-items:center; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:.9rem 1rem; box-shadow:var(--shadow-sm)}
.ingredient .ic{
  width:44px; height:44px; flex:0 0 auto; border-radius:50%; background:var(--red-100);
  display:grid; place-items:center; font-family:var(--font-display); font-weight:700; color:var(--red-700); font-size:.9rem;
}
.ingredient strong{display:block; font-size:.92rem}
.ingredient span{font-size:.78rem; color:var(--ink-mute)}

/* Steps */
.steps{display:grid; gap:1.2rem; grid-template-columns:1fr}
.step{position:relative; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg); padding:1.7rem 1.5rem; box-shadow:var(--shadow-sm)}
.step-num{
  width:46px; height:46px; border-radius:50%; background:linear-gradient(135deg,var(--red-500),var(--red-700));
  color:#fff; display:grid; place-items:center; font-family:var(--font-display); font-weight:700; font-size:1.15rem; margin-bottom:1rem;
}
.step h3{font-size:1.05rem}
.step p{font-size:.9rem; color:var(--ink-soft); margin:0}

/* Pricing */
.pricing-grid{display:grid; gap:1.3rem; grid-template-columns:1fr}
.price-card{
  position:relative; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:1.9rem 1.6rem; display:flex; flex-direction:column; box-shadow:var(--shadow-sm); transition:transform .25s var(--ease), box-shadow .25s var(--ease);
}
.price-card:hover{transform:translateY(-5px); box-shadow:var(--shadow)}
.price-card.featured{background:linear-gradient(160deg,var(--red-950),var(--red-800)); color:#fff; border-color:var(--red-700)}
.price-card.featured h3,.price-card.featured .price-card-desc{color:#fff}
.ribbon{
  position:absolute; top:-12px; right:18px; background:var(--gold); color:#4a3a05;
  font-size:.7rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em;
  padding:.3rem .8rem; border-radius:var(--radius-full);
}
.price-amount{font-family:var(--font-display); font-size:2.2rem; font-weight:700; margin:.3rem 0; color:var(--red-700)}
.price-card.featured .price-amount{color:var(--gold)}
.price-card-desc{font-size:.88rem; color:var(--ink-soft); min-height:2.6em}
.price-features{list-style:none; margin:1.1rem 0 1.4rem; padding:0; display:grid; gap:.6rem; font-size:.9rem}
.price-features li{display:flex; gap:.55rem; align-items:flex-start}
.price-features svg{width:18px; height:18px; color:var(--red-600); flex:0 0 auto; margin-top:.15rem}
.price-card.featured .price-features svg{color:var(--gold)}
.price-card .btn{margin-top:auto}
.price-note{text-align:center; font-size:.85rem; color:var(--ink-mute); margin-top:1.6rem}

/* Testimonials */
.testimonial-grid{display:grid; gap:1.2rem; grid-template-columns:1fr}
.testimonial{background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg); padding:1.6rem; box-shadow:var(--shadow-sm)}
.stars{color:var(--gold); letter-spacing:.15em; margin-bottom:.8rem}
.testimonial blockquote{margin:0 0 1.1rem; font-size:.94rem; color:var(--ink-soft); font-style:italic}
.t-author{display:flex; gap:.8rem; align-items:center}
.t-avatar{width:44px; height:44px; border-radius:50%; background:var(--red-100); color:var(--red-700); display:grid; place-items:center; font-weight:800}
.t-author strong{display:block; font-size:.9rem}
.t-author span{font-size:.78rem; color:var(--ink-mute)}

/* FAQ */
.faq-list{max-width:780px; margin:0 auto; display:grid; gap:.8rem}
.faq-item{background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow-sm)}
.faq-q{
  width:100%; text-align:left; background:none; border:0; padding:1.1rem 1.2rem;
  font-family:inherit; font-weight:700; font-size:1rem; color:var(--ink); cursor:pointer;
  display:flex; justify-content:space-between; align-items:center; gap:1rem;
}
.faq-q .chev{transition:transform .25s var(--ease); flex:0 0 auto; color:var(--red-600)}
.faq-item.open .chev{transform:rotate(180deg)}
.faq-a{max-height:0; overflow:hidden; transition:max-height .3s var(--ease)}
.faq-a-inner{padding:0 1.2rem 1.1rem; color:var(--ink-soft); font-size:.93rem}
.faq-item.open .faq-a{max-height:400px}

/* CTA band */
.cta-band{
  position:relative; overflow:hidden; color:#fff; text-align:center;
  background:linear-gradient(135deg,var(--red-800),var(--red-600));
  padding:clamp(2.8rem,6vw,4.5rem) 0;
}
.cta-band h2{color:#fff}
.cta-band p{color:#f6d7dc; max-width:60ch; margin:0 auto 1.6rem}
.cta-actions{display:flex; gap:.8rem; justify-content:center; flex-wrap:wrap}

/* Page hero (inner pages) */
.page-hero{
  color:#fff; padding:clamp(2.6rem,6vw,4.2rem) 0;
  background:linear-gradient(135deg,var(--red-950),var(--red-700));
}
.page-hero h1{color:#fff; margin-bottom:.4rem}
.page-hero p{color:#f6d7dc; max-width:64ch; margin:0}
.breadcrumb{font-size:.82rem; color:#f6d7dc; margin-bottom:.8rem}
.breadcrumb a{color:var(--gold)}

/* ------------------------------------------------------------------ Footer */
.site-footer{background:var(--red-950); color:#e9d3d6; padding:clamp(2.5rem,6vw,4rem) 0 0}
.footer-grid{display:grid; gap:2.2rem; grid-template-columns:1fr; padding-bottom:2.5rem}
.footer-col h4{color:#fff; font-size:1.02rem; margin-bottom:1rem}
.footer-brand p{font-size:.88rem; color:#d9bec2; margin-top:1rem; max-width:40ch}
.footer-badges{display:flex; gap:.5rem; flex-wrap:wrap; margin-top:1rem}
.footer-links{list-style:none; margin:0; padding:0; display:grid; gap:.55rem}
.footer-links a{color:#d9bec2; font-size:.9rem}
.footer-links a:hover{color:#fff}
.footer-contact{list-style:none; margin:0; padding:0; display:grid; gap:.7rem; font-size:.9rem}
.footer-contact li{display:flex; gap:.6rem; align-items:flex-start}
.footer-contact svg{width:17px; height:17px; color:var(--red-300); flex:0 0 auto; margin-top:.2rem}
.footer-contact a{color:#d9bec2}
.footer-contact a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12); padding:1.3rem 0; display:flex; justify-content:space-between; gap:.6rem; flex-wrap:wrap; font-size:.82rem; color:#c9acb1}
.wa-float{
  position:fixed; right:1.2rem; bottom:1.2rem; z-index:120; width:56px; height:56px;
  background:#25D366; color:#fff; border-radius:50%; display:grid; place-items:center;
  box-shadow:0 8px 24px rgba(37,211,102,.45); transition:transform .2s var(--ease);
}
.wa-float svg{width:30px; height:30px}
.wa-float:hover{transform:scale(1.08); color:#fff}

/* ------------------------------------------------------------------ Auth */
.auth-page{background:linear-gradient(160deg,var(--red-950),var(--red-700)); min-height:100vh; display:flex; align-items:center; justify-content:center; padding:2rem 1rem}
.auth-card{width:min(460px,100%); background:#fff; border-radius:var(--radius-lg); box-shadow:var(--shadow-lg); padding:2.2rem}
.auth-card .brand{margin-bottom:1.4rem; justify-content:center}
.auth-card h1{font-size:1.6rem; text-align:center}
.auth-sub{text-align:center; color:var(--ink-soft); font-size:.9rem; margin-bottom:1.6rem}
.auth-foot{text-align:center; font-size:.88rem; margin-top:1.3rem; color:var(--ink-soft)}
.auth-foot a{font-weight:700}
.divider{display:flex; align-items:center; gap:.8rem; color:var(--ink-mute); font-size:.78rem; margin:1.2rem 0}
.divider::before,.divider::after{content:""; height:1px; background:var(--line); flex:1}

/* ------------------------------------------------------------------ Portal */
.portal{background:var(--bg)}
.portal-head{background:var(--surface); border-bottom:1px solid var(--line)}
.portal-head-inner{display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1.3rem 0; flex-wrap:wrap}
.portal-nav{display:flex; gap:.4rem; flex-wrap:wrap; border-bottom:1px solid var(--line); background:var(--surface)}
.portal-nav-inner{display:flex; gap:.2rem; overflow-x:auto}
.portal-tab{
  padding:.8rem 1rem; font-weight:600; font-size:.9rem; color:var(--ink-soft);
  border-bottom:3px solid transparent; white-space:nowrap; display:inline-flex; align-items:center; gap:.4rem;
}
.portal-tab:hover{color:var(--red-700)}
.portal-tab.active{color:var(--red-700); border-bottom-color:var(--red-600)}
.portal-tab svg{width:16px; height:16px}
.page-head{display:flex; justify-content:space-between; align-items:flex-start; gap:1rem; margin-bottom:1.4rem; flex-wrap:wrap}
.page-head h2{margin:0}
.page-head p{color:var(--ink-soft); font-size:.9rem; margin:.2rem 0 0}
.portal-grid{display:grid; gap:1.2rem; grid-template-columns:1fr}
.timeline{display:grid; gap:.5rem}
.timeline-step{display:flex; gap:.8rem; align-items:flex-start}
.timeline-dot{width:14px; height:14px; border-radius:50%; border:2px solid var(--line); margin-top:.3rem; flex:0 0 auto; background:var(--surface)}
.timeline-step.done .timeline-dot{background:var(--red-600); border-color:var(--red-600)}
.timeline-step.active .timeline-dot{border-color:var(--red-600); box-shadow:0 0 0 4px var(--red-100)}
.timeline-step small{color:var(--ink-mute)}

/* ------------------------------------------------------------------ Admin */
.admin-body{background:#f4eef0}
.admin-shell{display:flex; min-height:100vh}
.admin-sidebar{
  width:264px; background:var(--red-950); color:#e9d3d6; flex:0 0 auto; display:flex; flex-direction:column;
  position:sticky; top:0; height:100vh;
}
.admin-sidebar .brand{padding:1.1rem 1.2rem; border-bottom:1px solid rgba(255,255,255,.1)}
.admin-nav{flex:1; overflow-y:auto; padding:1rem .7rem}
.admin-nav-link{
  display:flex; align-items:center; gap:.75rem; color:#d9bec2; font-weight:600; font-size:.9rem;
  padding:.65rem .9rem; border-radius:var(--radius-sm); margin-bottom:.2rem; transition:all .15s;
}
.admin-nav-link svg{width:19px; height:19px; flex:0 0 auto}
.admin-nav-link:hover{background:rgba(255,255,255,.08); color:#fff}
.admin-nav-link.active{background:var(--red-600); color:#fff; box-shadow:0 4px 14px rgba(200,16,46,.35)}
.admin-sidebar-foot{padding:.8rem .7rem; border-top:1px solid rgba(255,255,255,.1)}
.admin-main{flex:1; min-width:0; display:flex; flex-direction:column}
.admin-topbar{
  background:var(--surface); border-bottom:1px solid var(--line); padding:.7rem 1.2rem;
  display:flex; align-items:center; gap:1rem; position:sticky; top:0; z-index:90;
}
.admin-topbar-title h1{font-size:1.25rem; margin:0}
.admin-topbar-actions{margin-left:auto; display:flex; align-items:center; gap:1rem}
.icon-link{position:relative; color:var(--ink-soft); display:inline-flex}
.icon-link svg{width:22px; height:22px}
.icon-link:hover{color:var(--red-700)}
.notif-dot{
  position:absolute; top:-6px; right:-8px; background:var(--red-600); color:#fff;
  min-width:18px; height:18px; border-radius:50%; font-size:.68rem; font-weight:800;
  display:grid; place-items:center; padding:0 4px;
}
.admin-user{display:flex; align-items:center; gap:.6rem}
.avatar{
  width:38px; height:38px; border-radius:50%; background:linear-gradient(135deg,var(--red-500),var(--red-700));
  color:#fff; display:grid; place-items:center; font-weight:800; font-size:.95rem;
}
.admin-user-name{font-weight:700; font-size:.9rem}
.admin-content{padding:1.4rem; max-width:1280px; width:100%}
.content-card{background:var(--surface); border:1px solid var(--line); border-radius:var(--radius-lg); box-shadow:var(--shadow-sm); padding:1.4rem; margin-bottom:1.2rem}
.toolbar{display:flex; gap:.8rem; align-items:center; flex-wrap:wrap; margin-bottom:1rem}
.toolbar .spacer{margin-left:auto}
.toolbar .search{position:relative; max-width:320px; width:100%}
.toolbar .search svg{position:absolute; left:.8rem; top:50%; transform:translateY(-50%); width:16px; height:16px; color:var(--ink-mute)}
.toolbar .search input{padding-left:2.4rem}
.filter-chips{display:flex; gap:.4rem; flex-wrap:wrap}
.filter-chip{
  padding:.4rem .85rem; border-radius:var(--radius-full); border:1.5px solid var(--line);
  background:var(--surface); font-size:.8rem; font-weight:700; color:var(--ink-soft); cursor:pointer;
}
.filter-chip:hover{border-color:var(--red-400); color:var(--red-700)}
.filter-chip.active{background:var(--red-600); color:#fff; border-color:var(--red-600)}
.stat-grid{display:grid; gap:1rem; grid-template-columns:repeat(auto-fit,minmax(190px,1fr)); margin-bottom:1.4rem}
.section-title{font-size:1.02rem; margin:1.4rem 0 .8rem; display:flex; align-items:center; gap:.5rem}
.section-title svg{width:20px; height:20px; color:var(--red-600)}
.meta-list{display:grid; gap:.55rem; font-size:.9rem}
.meta-list dt{color:var(--ink-mute); font-size:.76rem; text-transform:uppercase; letter-spacing:.05em; font-weight:700}
.meta-list dd{margin:0; font-weight:600}
.detail-grid{display:grid; gap:1.2rem; grid-template-columns:1fr}
.detail-grid > *{min-width:0}

/* ------------------------------------------------------------------ Modal */
.modal-backdrop{
  position:fixed; inset:0; background:rgba(20,4,7,.55); z-index:200; display:grid;
  place-items:center; padding:1rem; backdrop-filter:blur(3px);
}
.modal{
  background:#fff; border-radius:var(--radius-lg); width:min(520px,100%); max-height:88vh;
  display:flex; flex-direction:column; box-shadow:var(--shadow-lg); animation:pop .22s var(--ease);
}
@keyframes pop{from{opacity:0; transform:scale(.96) translateY(8px)}to{opacity:1; transform:none}}
.modal-head{display:flex; align-items:center; justify-content:space-between; padding:1rem 1.3rem; border-bottom:1px solid var(--line)}
.modal-head h3{margin:0; font-size:1.1rem}
.modal-close{background:none; border:0; font-size:1.6rem; line-height:1; color:var(--ink-mute); cursor:pointer}
.modal-close:hover{color:var(--red-700)}
.modal-body{padding:1.3rem; overflow-y:auto}
.modal-body p:last-child{margin-bottom:0}

/* ------------------------------------------------------------------ Toast */
#toast-region{position:fixed; top:1rem; right:1rem; z-index:300; display:grid; gap:.6rem; width:min(360px,calc(100% - 2rem))}
.toast{
  background:var(--ink); color:#fff; padding:.9rem 1.1rem; border-radius:var(--radius);
  box-shadow:var(--shadow-lg); font-size:.9rem; display:flex; gap:.6rem; align-items:flex-start;
  animation:slideIn .25s var(--ease);
}
.toast svg{width:18px; height:18px; flex:0 0 auto}
.toast-success svg{color:#4ade80}
.toast-error svg{color:#f87171}
@keyframes slideIn{from{opacity:0; transform:translateX(20px)}to{opacity:1; transform:none}}

/* ------------------------------------------------------------------ Utilities */
.hide-sm{display:none}
.text-center{text-align:center}
.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}
.mx-auto{margin-inline:auto}
.flex{display:flex; gap:1rem; align-items:center; flex-wrap:wrap}
.flex-between{display:flex; align-items:center; justify-content:space-between; gap:1rem; flex-wrap:wrap}
.reveal{opacity:0; transform:translateY(16px); transition:opacity .6s var(--ease), transform .6s var(--ease)}
.reveal.visible{opacity:1; transform:none}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (min-width:600px){
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(3,1fr)}
  .form-grid{grid-template-columns:repeat(2,1fr)}
  .hide-sm{display:inline-flex}
}
@media (max-width:599px){
  .topbar{font-size:.74rem}
  .topbar-inner{gap:.3rem 1rem; min-height:38px; flex-wrap:wrap; padding-block:.3rem}
  .topbar-contacts,.topbar-actions{gap:.6rem}
  .topbar-contacts span svg,.topbar-contact svg{display:none}
  .topbar-actions svg{display:none}
}
@media (max-width:399px){
  .topbar .container{width:calc(100% - 1rem)}
}
@media (min-width:840px){
  .ingredient-grid{grid-template-columns:repeat(2,1fr)}
  .pricing-grid{grid-template-columns:repeat(2,1fr)}
  .testimonial-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(4,1fr)}
  .portal-grid{grid-template-columns:1fr 1fr}
  .detail-grid{grid-template-columns:1fr 1fr}
}
@media (min-width:1024px){
  .nav-cta{display:inline-flex}
  .hero-inner{grid-template-columns:1.05fr .95fr; padding:5.5rem 0}
  .pricing-grid{grid-template-columns:repeat(4,1fr)}
  .testimonial-grid{grid-template-columns:repeat(3,1fr)}
  .feature-grid{grid-template-columns:repeat(3,1fr)}
}
@media (min-width:980px){
  .admin-sidebar{display:flex}
}
@media (max-width:979px){
  .admin-sidebar{
    position:fixed; left:0; top:0; z-index:150; transform:translateX(-100%);
    transition:transform .28s var(--ease); width:280px;
  }
  .admin-sidebar.open{transform:translateX(0); box-shadow:var(--shadow-lg)}
  .sidebar-toggle{display:inline-flex}
}
@media (max-width:860px){
  .nav-toggle{display:block}
  .main-nav{
    position:fixed; inset:var(--header-h) 0 auto 0; background:#fff; flex-direction:column;
    align-items:stretch; gap:0; padding:.6rem 1rem 1.2rem; border-bottom:1px solid var(--line);
    box-shadow:var(--shadow); transform:translateY(-130%); transition:transform .3s var(--ease);
    max-height:calc(100vh - var(--header-h)); overflow-y:auto;
  }
  .main-nav.open{transform:translateY(0)}
  .nav-link{padding:.85rem .4rem; border-bottom:1px solid var(--line)}
  .nav-link::after{display:none}
  .nav-cta{margin-top:.8rem}
}
@media (max-width:520px){
  .hero-stats{grid-template-columns:1fr 1fr}
  .hero-float{display:none}
  .table thead{display:none}
  .table,.table tbody,.table tr,.table td{display:block; width:100%}
  .table tr{border-bottom:1.5px solid var(--line); padding:.5rem 0}
  .table tr:last-child{border-bottom:0}
  .table td{
    border:0; padding:.4rem 1rem; position:relative; text-align:right; padding-left:7rem;
  }
  .table td::before{
    content:attr(data-label); position:absolute; left:1rem; top:.4rem; font-weight:700;
    color:var(--ink-mute); font-size:.78rem; text-transform:uppercase; letter-spacing:.04em;
  }
  .table .num{text-align:right}
}
