:root{--brand:#c94b1a;--brand-dark:#a33c14;--gold:#f8a06a;--gold-soft:#ffcaa8;--bg-dark:#0e0704;--bg-dark2:#1a0a04;--white:#fff;--text:#1e1e1e;--muted:#666;--border:#ede5df;--surface:#faf7f5;--font-head:'Playfair Display',Georgia,serif;--font-body:'DM Sans','Segoe UI',sans-serif;--radius:10px;--radius-lg:16px;--shadow-card:0 24px 64px rgba(0,0,0,.28)}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:var(--font-body);background:var(--white);color:var(--text);line-height:1.6}
a{text-decoration:none;color:inherit}

/* NAV */
nav{display:flex;align-items:center;justify-content:space-between;padding:13px 48px;border-bottom:1px solid var(--border);position:sticky;top:0;background:rgba(255,255,255,.97);backdrop-filter:blur(6px);z-index:100}
.logo{display:flex;align-items:center;gap:10px}
.logo-box{width:38px;height:38px;background:var(--brand);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}
.logo-name{font-family:var(--font-head);font-size:16px;color:var(--brand);font-weight:600;letter-spacing:1px}
.nav-links{display:flex;gap:26px;font-size:14px;font-weight:400;color:#555}
.nav-links a:hover{color:var(--brand)}
.nav-call{display:flex;align-items:center;gap:7px;border:1.5px solid var(--brand);color:var(--brand);padding:8px 16px;border-radius:7px;font-size:13px;font-weight:500;transition:all .2s}
.nav-call:hover{background:var(--brand);color:#fff}
.nav-call svg{width:14px;height:14px;fill:currentColor;flex-shrink:0}

/* PRE-BANNER */
.pre-banner{background:linear-gradient(100deg,#080301 0%,#140703 60%,#1e0b05 100%);padding:16px 48px;display:flex;align-items:center;justify-content:space-between}
.pb-logo{display:flex;align-items:center;gap:14px}
.pb-icon{width:52px;height:52px;background:linear-gradient(135deg,#f0804a,#c94b1a);border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);color:#fff;font-size:16px;font-weight:700;letter-spacing:1px}
.pb-title{font-family:var(--font-head);font-size:22px;color:#fff;font-weight:600;letter-spacing:2px}
.pb-title span{color:var(--gold)}
.pb-subtitle{font-size:10px;color:rgba(255,200,140,.5);letter-spacing:2.5px;text-transform:uppercase;margin-top:3px}
.pb-right{font-size:12px;color:rgba(255,255,255,.35);letter-spacing:.5px}
.pb-right span{color:var(--gold-soft);font-weight:500}

/* PAGE HERO */
.page-hero{
  background:
    linear-gradient(135deg,rgba(10,5,2,.95) 0%,rgba(30,12,4,.9) 45%,rgba(75,28,8,.84) 100%),
    url('https://images.unsplash.com/photo-1515191107209-c28698631303?w=1400&q=80&auto=format&fit=crop') center/cover no-repeat;
  padding:52px 48px;
  display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;
  position:relative;overflow:hidden
}

.page-hero::before{content:'';position:absolute;bottom:-100px;right:200px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(201,75,26,.15),transparent 70%);pointer-events:none}
.hero-left{position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.08);border:1px solid rgba(248,160,106,.25);color:var(--gold-soft);font-size:10px;font-weight:500;letter-spacing:2.5px;padding:5px 14px;border-radius:20px;margin-bottom:20px;text-transform:uppercase}
.hero-left h1{font-family:var(--font-head);font-size:38px;color:#fff;line-height:1.22;margin-bottom:14px}
.hero-left h1 em{color:var(--gold);font-style:normal}
.hero-left p{font-size:15px;color:rgba(255,255,255,.65);line-height:1.8;max-width:550px;margin-bottom:28px}
.promise-list{display:flex;flex-direction:column;gap:10px}
.promise-item{display:flex;align-items:center;gap:10px;font-size:13px;color:rgba(255,255,255,.7)}
.promise-item svg{width:16px;height:16px;fill:var(--gold);flex-shrink:0}

/* FORM CARD (in hero) */
.form-card{background:#fff;border-radius:var(--radius-lg);padding:34px 32px;box-shadow:var(--shadow-card);position:relative;z-index:2}
.form-card h3{font-family:var(--font-head);font-size:21px;color:var(--text);margin-bottom:4px;font-weight:600}
.form-card .sub{font-size:13px;color:var(--muted);margin-bottom:26px}
.form-group{margin-bottom:15px}
.form-group label{display:block;font-size:11px;font-weight:600;color:#444;margin-bottom:5px;letter-spacing:.5px;text-transform:uppercase}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 13px;border:1.5px solid var(--border);border-radius:8px;font-size:14px;color:var(--text);outline:none;transition:border-color .2s;font-family:var(--font-body);background:#fafaf9}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--brand);background:#fff}
.form-group textarea{resize:vertical;min-height:76px}
.time-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.time-slot{border:1.5px solid var(--border);border-radius:8px;padding:10px 13px;font-size:13px;color:#555;cursor:pointer;transition:all .2s;text-align:center;background:#fafaf9;user-select:none}
.time-slot:hover{border-color:var(--brand);color:var(--brand)}
.time-slot.selected{border-color:var(--brand);background:#fde8dc;color:var(--brand);font-weight:600}
.check-row{display:flex;align-items:flex-start;gap:9px;margin-bottom:18px}
.check-row input[type=checkbox]{margin-top:2px;width:15px;height:15px;accent-color:var(--brand);flex-shrink:0;cursor:pointer}
.check-row label{font-size:12px;color:#666;cursor:pointer;line-height:1.5}
.btn-submit{width:100%;background:var(--brand);color:#fff;border:none;padding:14px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;letter-spacing:.3px;font-family:var(--font-body);transition:background .2s;display:flex;align-items:center;justify-content:center;gap:8px}
.btn-submit:hover{background:var(--brand-dark)}
.btn-submit svg{width:16px;height:16px;fill:#fff}
.form-note{text-align:center;font-size:11px;color:#bbb;margin-top:10px}

/* TRUST SECTION */
.trust-section{padding:60px 48px;background:var(--white)}
.trust-inner{max-width:1000px;margin:0 auto}
.section-label{font-size:11px;font-weight:600;letter-spacing:2.5px;color:var(--brand);text-transform:uppercase;margin-bottom:10px;text-align:center}
.section-title{font-family:var(--font-head);font-size:28px;color:var(--text);margin-bottom:36px;text-align:center}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.trust-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px 22px;text-align:center}
.trust-icon{width:52px;height:52px;border-radius:50%;background:#fde8dc;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.trust-icon svg{width:22px;height:22px;fill:var(--brand)}
.trust-card h4{font-family:var(--font-head);font-size:16px;font-weight:600;color:var(--text);margin-bottom:8px}
.trust-card p{font-size:13px;color:var(--muted);line-height:1.65}

/* DIRECT CONTACT */
.direct-section{background:linear-gradient(135deg,#140703,#2e1007);padding:56px 48px}
.direct-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.direct-left h2{font-family:var(--font-head);font-size:28px;color:#fff;margin-bottom:12px}
.direct-left p{font-size:15px;color:rgba(255,255,255,.6);line-height:1.75;margin-bottom:24px}
.direct-cta{display:inline-flex;align-items:center;gap:8px;background:var(--brand);color:#fff;padding:13px 26px;border-radius:8px;font-size:14px;font-weight:600;transition:background .2s}
.direct-cta:hover{background:var(--brand-dark)}
.direct-cta svg{width:16px;height:16px;fill:#fff}
.channel-list{display:flex;flex-direction:column;gap:16px}
.channel-item{display:flex;align-items:center;gap:16px;padding:18px 20px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg)}
.ch-icon{width:44px;height:44px;border-radius:10px;background:rgba(201,75,26,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ch-icon svg{width:20px;height:20px;fill:var(--gold)}
.ch-text p{font-size:14px;color:#fff;font-weight:500;margin-bottom:2px}
.ch-text span{font-size:12px;color:rgba(255,255,255,.45)}
.ch-text a{color:var(--gold)}

/* PAGE LINKS */
.page-links{background:var(--surface);padding:32px 48px;display:flex;justify-content:center;gap:16px}
.page-links a{border:1.5px solid var(--brand);color:var(--brand);padding:11px 28px;border-radius:8px;font-size:14px;font-weight:500;transition:all .2s}
.page-links a:hover{background:var(--brand);color:#fff}

/* FOOTER */
footer{background:#0d0d0d;color:#ccc;padding:52px 48px 24px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:44px;margin-bottom:40px}
.f-brand{font-family:var(--font-head);font-size:20px;font-weight:600;color:#fff;letter-spacing:2px;margin-bottom:10px}
.f-brand span{color:var(--gold)}
.f-desc{font-size:13px;color:#ffffff;line-height:1.7;margin-bottom:18px}
.social-row{display:flex;gap:8px;margin-top:4px}
.soc{width:34px;height:34px;border-radius:7px;border:1px solid #222;background:#181818;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}
.soc:hover{border-color:var(--gold);background:#251505}
.soc svg{width:15px;height:15px;fill:#666;transition:fill .2s}
.soc:hover svg{fill:var(--gold)}
footer h5{font-size:10px;font-weight:600;letter-spacing:2px;color:#fff;margin-bottom:14px;text-transform:uppercase}
footer ul{list-style:none;display:flex;flex-direction:column;gap:8px}
footer ul li a{font-size:13px;color:#666;transition:color .2s}
footer ul li a:hover{color:var(--gold)}
.f-contact a{color:var(--gold);font-weight:500}
.footer-bottom{border-top:1px solid #1c1c1c;padding-top:18px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.footer-bottom p,.footer-bottom a{font-size:12px;color:#3a3a3a}
.footer-bottom a:hover{color:var(--gold)}
.footer-links{display:flex;gap:18px}

.alert-success{background:#d4edda;color:#155724;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px}
.alert-error{background:#f8d7da;color:#721c24;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px}

@media(max-width:820px){
  nav{padding:13px 20px}.nav-links{display:none}
  .pre-banner{padding:10px 14px}
  .pb-title img{width:140px!important}
  .nav-call{font-size:12px;padding:7px 11px;white-space:nowrap}
  .page-hero{grid-template-columns:1fr;padding:32px 16px;gap:32px}
  .hero-left h1{font-size:28px}
  .hero-left p{font-size:14px}
  .form-card{padding:26px 18px}
  .trust-section,.direct-section{padding:44px 20px}
  .trust-grid{grid-template-columns:1fr}
  .direct-inner{grid-template-columns:1fr;gap:28px}
  .page-links{padding:24px 20px;flex-direction:column;align-items:center}
  footer{padding:40px 20px 20px}.footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .footer-links{flex-wrap:wrap;gap:8px}
}
@media(max-width:480px){
  .hero-left h1{font-size:24px}
  .section-title{font-size:24px}
  .trust-section,.direct-section{padding:32px 16px}
  .channel-item{flex-wrap:wrap;gap:10px}
  footer{padding:32px 16px 16px}
}
