
:root{
  --bg:#070a10;
  --text:#f6f7fb;
  --muted:#c7cbd4;
  --accent:#e0a93a;
  --accent-2:#f0bf56;
  --line:rgba(224,169,58,.34);
  --line-soft:rgba(224,169,58,.18);
  --panel:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.015));
  --shadow:0 0 0 1px rgba(224,169,58,.22), 0 0 26px rgba(224,169,58,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',sans-serif;color:var(--text);background:radial-gradient(circle at 18% 0%,rgba(224,169,58,.08),transparent 32%),radial-gradient(circle at 100% 10%,rgba(224,169,58,.07),transparent 25%),linear-gradient(180deg,#05080d 0%,#080b12 100%)}
a{text-decoration:none}
img{display:block;max-width:100%}
.container-xl{max-width:1280px}
.site-header{backdrop-filter:blur(10px);background:rgba(5,8,13,.86);border-bottom:1px solid rgba(255,255,255,.04)}
.header-inner{min-height:92px}
.brand-logo{height:60px;width:auto}
.nav-gap{gap:1.2rem}
.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.84);font-weight:500;padding:2rem 0 .85rem;border-bottom:2px solid transparent;transition:.25s ease}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link.active{color:var(--accent);border-bottom-color:var(--accent)}
.btn-order,.btn-accent,.btn-outline-accent{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-weight:700;transition:.25s ease}
.btn-order{padding:.92rem 1.35rem;background:linear-gradient(180deg,var(--accent-2),var(--accent));color:#1b160d;border:1px solid rgba(255,255,255,.08)}
.btn-order:hover{transform:translateY(-2px);color:#1b160d;background:linear-gradient(180deg,#f4c866,#e5b246)}
.header-order{padding:.92rem 1.35rem}
.hero-section{padding:2.25rem 0 1.6rem}
.hero-section h1{font-size:clamp(2.9rem,5vw,4.7rem);line-height:.98;font-weight:800;margin:0 0 1rem}
.hero-section h2{font-size:clamp(1.55rem,2vw,2.25rem);line-height:1.25;font-weight:800;color:var(--accent);margin:0 0 1rem}
.hero-copy{font-size:1.18rem;line-height:1.72;color:var(--muted);max-width:610px;margin-bottom:1.4rem}
.hero-points{display:flex;flex-wrap:wrap;gap:1.25rem 1.1rem}
.point{display:flex;align-items:center;gap:.85rem;min-width:150px}
.point i{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);color:var(--accent);font-size:1.45rem;background:rgba(255,255,255,.01)}
.point span{line-height:1.38;color:#f0f2f7}
.hero-frame{padding:1rem;border-radius:38px;border:1px solid rgba(224,169,58,.34);background:var(--panel);box-shadow:var(--shadow)}
.hero-image{width:100%;min-height:410px;object-fit:cover;border-radius:30px}
.content-section{padding:1.15rem 0 1.35rem}
.section-title{display:flex;align-items:center;gap:1.15rem;margin-bottom:1.3rem}
.section-title span{flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(224,169,58,.42),transparent)}
.section-title h2{margin:0;font-size:2rem;font-weight:800;text-align:center;white-space:nowrap}
.value-card,.process-card,.stats-strip,.quote-banner,.cta-card,.site-footer{background:var(--panel)}
.value-card{height:100%;padding:1.45rem 1.2rem;border:1px solid var(--line-soft);border-radius:26px;display:flex;gap:1rem;align-items:flex-start;box-shadow:0 10px 22px rgba(0,0,0,.18), inset 0 0 0 1px rgba(224,169,58,.08)}
.value-card i{font-size:2.4rem;color:var(--accent);line-height:1.05;flex:0 0 auto}
.value-card h3{font-size:1.5rem;line-height:1.2;font-weight:700;margin:0 0 .55rem}
.value-card p{margin:0;color:var(--muted);line-height:1.6}
.process-row .col-lg-4{position:relative}
.process-card{width:100%;padding:1.35rem 1.2rem;border:1px solid var(--line-soft);border-radius:24px;display:flex;gap:1rem;align-items:flex-start;position:relative;min-height:100%}
.process-card i{font-size:2.4rem;color:var(--accent);margin-top:.15rem}
.step-badge{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,var(--accent-2),var(--accent));color:#1b160d;font-weight:800;flex:0 0 auto}
.process-card h3{font-size:1.35rem;font-weight:700;margin:0 0 .45rem}
.process-card p{margin:0;color:var(--muted);line-height:1.6}
.stats-strip{border:1px solid rgba(224,169,58,.16);border-radius:24px;display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden}
.stat-item{padding:1.2rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.45rem;border-right:1px solid rgba(224,169,58,.14)}
.stat-item:last-child{border-right:none}
.stat-item i{font-size:2rem;color:var(--accent)}
.stat-item strong{font-size:2.1rem;line-height:1;font-weight:800;color:var(--accent)}
.stat-item span{color:#eef1f6;line-height:1.4}
.quote-banner{border:1px solid rgba(224,169,58,.18);border-radius:26px;padding:1.55rem 1.7rem;display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;box-shadow:var(--shadow)}
.quote-mark{font-size:5.5rem;line-height:.8;font-weight:800;color:var(--accent)}
.quote-text{font-size:2rem;line-height:1.3;font-weight:700}
.quote-icon{display:flex;align-items:center;gap:.65rem;font-size:3rem;color:var(--accent)}
.cta-card{height:100%;border:1px solid rgba(224,169,58,.16);border-radius:28px;padding:1.5rem;display:grid;grid-template-columns:auto 1fr auto;gap:1.2rem;align-items:center;position:relative;overflow:hidden}
.cta-media img{width:120px;height:170px;object-fit:contain;border-radius:18px}
.cta-media.dish img{width:190px;height:150px;object-fit:cover;border-radius:999px;background:#0b0e14}
.cta-content h3{font-size:2rem;font-weight:800;line-height:1.15;margin:0 0 .7rem}
.cta-content p{font-size:1.08rem;color:var(--muted);line-height:1.68;max-width:360px;margin:0 0 1.15rem}
.btn-cta{padding:.82rem 1rem}
.cta-ghost{align-self:end;color:rgba(224,169,58,.24);font-size:3rem}
.cta-ghost.right{justify-self:end}
.site-footer{margin-top:1.2rem;padding:1.8rem 0 .7rem;border-top:1px solid rgba(224,169,58,.15)}
.footer-main{display:grid;grid-template-columns:1.25fr 1.15fr repeat(3,.75fr) .7fr;gap:1.25rem;align-items:flex-start}
.footer-logo{height:58px}
.footer-contact-col,.footer-nav-col,.footer-social-col{display:flex;flex-direction:column;gap:.6rem}
.site-footer h3{margin:0 0 .25rem;color:var(--accent);font-size:1rem;font-weight:700}
.site-footer a,.site-footer span{color:#dddfe6}
.footer-contact-col a{display:flex;align-items:center;gap:.65rem}
.footer-social-links{display:flex;gap:.75rem}
.footer-social-links a{width:48px;height:48px;border:1px solid rgba(224,169,58,.28);border-radius:50%;display:grid;place-items:center;color:var(--accent);font-size:1.25rem}
.footer-bottom{margin-top:1.3rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;gap:1rem;color:#b8bec9;font-size:.96rem}
.footer-bottom div{display:flex;gap:1rem;flex-wrap:wrap}
[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
[data-reveal].revealed{opacity:1;transform:none}
@media (max-width:1199px){
  .stats-strip{grid-template-columns:repeat(3,1fr)}
  .stat-item:nth-child(3){border-right:none}
  .stat-item:nth-child(-n+3){border-bottom:1px solid rgba(224,169,58,.14)}
  .footer-main{grid-template-columns:1.2fr 1fr 1fr 1fr}
  .footer-social-col{grid-column:4}
}
@media (max-width:991px){
  .header-inner{padding:.45rem 0}
  .navbar-dark .navbar-nav .nav-link{padding:.85rem 0;border-bottom:none}
  .nav-gap{gap:0}
  .hero-image{min-height:320px}
  .quote-banner{grid-template-columns:1fr;text-align:center}
  .quote-mark{margin:0 auto}
  .quote-icon{justify-content:center}
  .cta-card{grid-template-columns:1fr}
  .cta-ghost{display:none}
  .footer-main{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:767px){
  .brand-logo{height:54px}
  .hero-copy{font-size:1.05rem}
  .section-title h2{white-space:normal;font-size:1.55rem}
  .value-card{flex-direction:column}
  .stats-strip{grid-template-columns:repeat(2,1fr)}
  .stat-item{border-right:1px solid rgba(224,169,58,.14)!important;border-bottom:1px solid rgba(224,169,58,.14)}
  .stat-item:nth-child(2n){border-right:none!important}
  .stat-item:last-child,.stat-item:nth-last-child(2){border-bottom:none}
  .footer-main{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start}
}
@media (max-width:575px){
  .container-xl{padding-left:1rem;padding-right:1rem}
  .hero-section h1{font-size:2.6rem}
  .hero-frame{padding:.8rem;border-radius:26px}
  .hero-image{border-radius:20px;min-height:260px}
  .hero-points{flex-direction:column;gap:.9rem}
  .point{min-width:unset}
  .stats-strip{grid-template-columns:1fr}
  .stat-item{border-right:none!important}
  .value-card,.process-card,.quote-banner,.cta-card,.stats-strip{border-radius:22px}
  .quote-text{font-size:1.55rem}
}
