/* ============================================================
   RYSUN LIFT SOLUTIONS — stylesheet
   Palette drawn from the logo: deep navy, brushed silver, sun-orange
   ============================================================ */

:root{
  /* Sunrise palette drawn directly from the logo: rust-brown → burnt terracotta → orange → gold */
  --navy: #8A431A;
  --navy-deep: #3D1F0C;
  --navy-light: #D9791F;
  --navy-mid: #B85A15;
  --silver: #E8C39E;
  --silver-light: #FFF3E0;
  --orange: #DE8A1F;
  --orange-bright: #F2BB3D;
  --bg: #FFFFFF;
  --surface: #FFF8EE;
  --surface-alt: #FBEBD6;
  --border: #F1DCC0;
  --border-dark: rgba(255,255,255,0.14);
  --text: #3D2210;
  --text-muted: #8C5E3C;
  --text-dim: #C9A177;
  --display: 'Poppins', sans-serif;
  --body: 'Inter', sans-serif;
  --mono: 'JetBrains Mono', monospace;
}

*{ margin:0; padding:0; box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{ background:var(--bg); color:var(--text); font-family:var(--body); line-height:1.6; overflow-x:hidden; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; }
img,svg{ display:block; max-width:100%; }
button{ font-family:inherit; }
.wrap{ max-width:1220px; margin:0 auto; padding:0 32px; }
::selection{ background:var(--orange); color:#fff; }

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important; scroll-behavior:auto !important; }
}

.eyebrow{
  font-family:var(--mono); font-size:12px; letter-spacing:0.18em; text-transform:uppercase;
  color:var(--orange); display:flex; align-items:center; gap:10px; margin-bottom:16px; font-weight:600;
}
.eyebrow::before{ content:""; width:20px; height:2px; background:var(--orange); display:inline-block; }
.eyebrow.center{ justify-content:center; }
.eyebrow.center::before{ display:none; }
.eyebrow.on-dark{ color:var(--orange-bright); }

h1,h2,h3{ font-family:var(--display); font-weight:700; line-height:1.08; letter-spacing:-0.01em; color:var(--navy); }
.on-dark h1, .on-dark h2, .on-dark h3{ color:#fff; }

/* ---------- top progress bar ---------- */
.progress-bar{ position:fixed; top:0; left:0; height:3px; width:0%; background:linear-gradient(90deg,var(--orange),var(--orange-bright)); z-index:400; transition:width .1s linear; }

/* ---------- header ---------- */
header{
  position:fixed; top:0; left:0; right:0; z-index:300;
  background:rgba(255,255,255,0.92); backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
}
.nav-inner{ max-width:1220px; margin:0 auto; padding:0 32px; height:78px; display:flex; align-items:center; justify-content:space-between; }
.logo-mark{ display:flex; align-items:center; gap:10px; }
.logo-mark img{ height:44px; width:auto; }
.logo-mark .word{ font-family:var(--display); font-weight:800; font-size:19px; color:var(--navy); line-height:1.1; }
.logo-mark .word span{ display:block; font-family:var(--mono); font-weight:500; font-size:9.5px; letter-spacing:0.16em; color:var(--text-dim); }

nav.primary ul{ display:flex; gap:30px; }
nav.primary a{ font-size:13.5px; font-weight:600; color:var(--text-muted); transition:color .2s; }
nav.primary a:hover{ color:var(--navy); }
.staff-link{
  padding:6px 16px;
  border:1px solid var(--border);
  border-radius:999px;
  color:var(--text-muted) !important;
  font-size:12.5px !important;
}
.staff-link:hover{ border-color:var(--navy); color:var(--navy) !important; background:var(--surface); }
.mobile-menu .staff-link{ display:inline-block; padding:10px 18px; border:1px solid var(--border); border-radius:999px; margin-top:4px; width:fit-content; }

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  font-family:var(--body); font-weight:600; font-size:14px; padding:12px 24px;
  border-radius:8px; border:1.5px solid var(--orange); color:var(--navy);
  background:var(--orange); cursor:pointer; transition:all .25s ease; white-space:nowrap;
}
.btn:hover{ background:var(--orange-bright); border-color:var(--orange-bright); box-shadow:0 8px 20px rgba(222,138,31,0.35); transform:translateY(-1px); }
.btn.ghost{ background:transparent; border-color:var(--border); color:var(--navy); }
.btn.ghost:hover{ border-color:var(--navy); background:var(--surface-alt); box-shadow:none; transform:none; }
.btn.on-dark.ghost{ border-color:rgba(255,255,255,0.35); color:#fff; }
.btn.on-dark.ghost:hover{ border-color:#fff; background:rgba(255,255,255,0.08); }
.btn.navy{ background:var(--navy); border-color:var(--navy); color:#fff; }
.btn.navy:hover{ background:var(--navy-light); border-color:var(--navy-light); box-shadow:0 8px 20px rgba(138,67,26,0.3); }
.btn.sm{ padding:9px 16px; font-size:13px; }

.menu-toggle{ display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:6px; }
.menu-toggle span{ width:22px; height:2px; background:var(--navy); display:block; }
.mobile-menu{ display:none; flex-direction:column; background:#fff; border-top:1px solid var(--border); padding:20px 32px 28px; }
.mobile-menu.open{ display:flex; }
.mobile-menu a{ padding:12px 0; border-bottom:1px solid var(--border); font-size:15px; color:var(--text-muted); font-weight:600; }
.mobile-menu .btn{ margin-top:16px; }

/* ---------- side shaft nav ---------- */
.shaft-nav{ position:fixed; right:32px; top:50%; transform:translateY(-50%); z-index:150; display:flex; flex-direction:column; align-items:center; }
.shaft-nav .rail{ position:absolute; top:0; bottom:0; left:50%; width:1px; background:var(--border); transform:translateX(-50%); z-index:0; }
.shaft-nav .car{ position:absolute; left:50%; width:3px; height:12px; background:var(--orange); transform:translateX(-50%); border-radius:2px; transition:top .35s cubic-bezier(.3,.9,.3,1); box-shadow:0 0 8px rgba(222,138,31,0.6); z-index:1; }
.shaft-nav .floor{ position:relative; z-index:2; width:30px; height:30px; display:flex; align-items:center; justify-content:center; margin:4px 0; font-family:var(--mono); font-size:10px; color:var(--text-dim); background:#fff; cursor:pointer; }
.shaft-nav .floor .ring{ position:absolute; inset:0; border-radius:50%; border:1px solid var(--border); transition:all .25s ease; }
.shaft-nav .floor span{ position:relative; z-index:1; transition:color .25s; }
.shaft-nav .floor.active .ring{ border-color:var(--orange); box-shadow:0 0 10px rgba(222,138,31,0.3); }
.shaft-nav .floor.active span{ color:var(--navy); font-weight:700; }
.shaft-nav .floor:hover .ring{ border-color:var(--navy-light); }
@media (max-width:1140px){ .shaft-nav{ display:none; } }

/* ---------- floating actions ---------- */
.floating-actions{ position:fixed; right:24px; bottom:24px; z-index:250; display:flex; flex-direction:column; gap:12px; align-items:flex-end; }
.fab{
  width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:#fff; border:1px solid var(--border); cursor:pointer;
  font-size:20px; transition:all .25s ease; box-shadow:0 8px 20px rgba(138,67,26,0.15);
}
.fab:hover{ transform:translateY(-3px); border-color:var(--orange); }
.fab.whatsapp{ color:#2FA84F; }
.fab.call{ color:var(--navy); }
.fab.top{ opacity:0; pointer-events:none; background:var(--navy); color:#fff; border-color:var(--navy); }
.fab.top.show{ opacity:1; pointer-events:auto; }
.status-pill{
  position:fixed; left:24px; bottom:24px; z-index:250; display:flex; align-items:center; gap:8px;
  background:#fff; border:1px solid var(--border); padding:9px 16px 9px 12px; border-radius:999px;
  font-family:var(--mono); font-size:11px; color:var(--text-muted); box-shadow:0 8px 20px rgba(138,67,26,0.12);
}
.status-pill .dot{ width:7px; height:7px; border-radius:50%; background:#2FA84F; box-shadow:0 0 6px #2FA84F; }
@media (max-width:700px){ .status-pill{ display:none; } }

/* ---------- hero ---------- */
.hero{
  padding:170px 0 100px; position:relative;
  background:linear-gradient(160deg,var(--navy-deep) 0%,var(--navy) 55%,var(--navy-mid) 100%);
  overflow:hidden;
}
.hero::before{
  content:""; position:absolute; top:-30%; right:-10%; width:60%; height:140%;
  background:radial-gradient(circle,rgba(222,138,31,0.16),transparent 65%);
  pointer-events:none;
}
.hero-grid{ display:grid; grid-template-columns:1.1fr 0.9fr; gap:60px; align-items:center; position:relative; z-index:1; }
.hero h1{ font-size:clamp(36px,4.8vw,56px); margin-bottom:22px; color:#fff; }
.hero h1 em{ font-style:normal; color:var(--orange-bright); }
.hero p.lead{ font-size:16.5px; color:rgba(255,255,255,0.72); max-width:480px; margin-bottom:34px; }
.hero-ctas{ display:flex; gap:16px; flex-wrap:wrap; }

.indicator-panel{ background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.14); border-radius:20px; padding:30px; position:relative; overflow:hidden; backdrop-filter:blur(6px); }
.indicator-head{ display:flex; justify-content:space-between; align-items:center; font-family:var(--mono); font-size:11px; letter-spacing:0.12em; text-transform:uppercase; color:rgba(255,255,255,0.5); margin-bottom:18px; }
.indicator-head .live{ display:flex; align-items:center; gap:8px; }
.indicator-head .live::before{ content:""; width:6px; height:6px; border-radius:50%; background:var(--orange); box-shadow:0 0 6px var(--orange); }
.digit-display{ background:var(--navy-deep); border:1px solid rgba(255,255,255,0.1); border-radius:12px; padding:26px 18px; display:flex; align-items:center; justify-content:center; gap:16px; margin-bottom:20px; }
.digit-display .arrow{ font-size:26px; color:var(--orange); line-height:1; }
.digit-display .num{ font-family:var(--mono); font-weight:600; font-size:58px; color:var(--orange-bright); text-shadow:0 0 18px rgba(255,193,69,0.45); min-width:80px; text-align:center; transition:opacity .2s ease; }
.mini-shaft{ display:flex; align-items:center; gap:12px; font-family:var(--mono); font-size:11px; color:rgba(255,255,255,0.45); }
.mini-shaft .track{ position:relative; flex:1; height:3px; background:rgba(255,255,255,0.14); border-radius:2px; }
.mini-shaft .car-dot{ position:absolute; top:50%; width:9px; height:9px; border-radius:50%; background:var(--orange); transform:translate(-50%,-50%); box-shadow:0 0 8px rgba(222,138,31,0.7); transition:left 1s ease; }

/* ---------- animated stats ---------- */
.stats{ background:var(--surface-alt); border-bottom:1px solid var(--border); padding:44px 0; }
.stats .wrap{ display:grid; grid-template-columns:repeat(5,1fr); gap:24px; }
.stat-item .num{ font-family:var(--display); font-size:34px; font-weight:800; color:var(--navy); display:flex; align-items:baseline; gap:2px; }
.stat-item .label{ font-size:12.5px; color:var(--text-muted); margin-top:4px; font-weight:500; }
@media (max-width:900px){ .stats .wrap{ grid-template-columns:repeat(3,1fr); } }
@media (max-width:560px){ .stats .wrap{ grid-template-columns:repeat(2,1fr); } }

section{ padding:104px 0; }
section.alt{ background:var(--surface); }
.section-head{ max-width:640px; margin-bottom:52px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-head h2{ font-size:clamp(28px,3.2vw,38px); margin-bottom:14px; }
.section-head p{ color:var(--text-muted); font-size:15.5px; }

/* ---------- why choose ---------- */
.why-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.why-card{ border:1px solid var(--border); border-radius:14px; padding:24px; background:#fff; transition:border-color .25s, transform .25s, box-shadow .25s; }
.why-card:hover{ border-color:var(--orange); transform:translateY(-3px); box-shadow:0 12px 26px rgba(138,67,26,0.08); }
.why-card .mark{ width:34px; height:34px; border-radius:50%; background:rgba(222,138,31,0.12); color:var(--orange); display:flex; align-items:center; justify-content:center; font-size:15px; margin-bottom:14px; font-weight:700; }
.why-card h4{ font-family:var(--display); font-size:15px; font-weight:700; margin-bottom:6px; color:var(--navy); }
.why-card p{ font-size:13.5px; color:var(--text-muted); }
@media (max-width:900px){ .why-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .why-grid{ grid-template-columns:1fr; } }

/* ---------- solutions (10 cards) ---------- */
.solutions-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.solution-card{ border:1px solid var(--border); border-radius:16px; background:#fff; overflow:hidden; transition:border-color .25s, transform .25s, box-shadow .25s; }
.solution-card:hover{ border-color:var(--orange); transform:translateY(-3px); box-shadow:0 14px 30px rgba(138,67,26,0.1); }
.solution-visual{ height:110px; display:flex; align-items:center; padding:0 26px; background:linear-gradient(135deg,var(--navy),var(--navy-deep)); position:relative; overflow:hidden; }
.solution-visual .num-mark{ font-family:var(--display); font-weight:800; font-size:64px; color:rgba(255,255,255,0.08); position:absolute; right:14px; top:50%; transform:translateY(-50%); }
.solution-visual h3{ font-family:var(--display); font-weight:700; font-size:18px; color:#fff; position:relative; z-index:1; max-width:70%; }
.solution-body{ padding:22px 26px 26px; }
.solution-body .sub{ font-family:var(--mono); font-size:10.5px; letter-spacing:0.08em; text-transform:uppercase; color:var(--orange); margin-bottom:12px; font-weight:600; }
.solution-body ul{ margin-bottom:14px; }
.solution-body li{ font-size:13.5px; color:var(--text-muted); padding:4px 0 4px 20px; position:relative; }
.solution-body li::before{ content:"✓"; position:absolute; left:0; color:var(--orange); font-size:12px; font-weight:700; }
.solution-tags{ display:flex; gap:6px; flex-wrap:wrap; }
.solution-tags span{ font-family:var(--mono); font-size:10.5px; color:var(--navy-light); border:1px solid var(--border); background:var(--surface-alt); border-radius:999px; padding:4px 10px; }
@media (max-width:900px){ .solutions-grid{ grid-template-columns:1fr; } }

/* ---------- philosophy ---------- */
.philosophy{ background:linear-gradient(160deg,var(--navy-deep),var(--navy)); position:relative; overflow:hidden; }
.philosophy::before{ content:""; position:absolute; top:-20%; left:-10%; width:50%; height:120%; background:radial-gradient(circle,rgba(222,138,31,0.12),transparent 65%); }
.philosophy .statement{ font-size:clamp(26px,3.8vw,42px); text-align:center; max-width:820px; margin:0 auto 20px; color:#fff; position:relative; z-index:1; }
.philosophy .statement em{ font-style:normal; color:var(--orange-bright); }
.philosophy .sub-statement{ text-align:center; max-width:640px; margin:0 auto 60px; color:rgba(255,255,255,0.65); font-size:15.5px; position:relative; z-index:1; }
.flow{ display:flex; align-items:center; justify-content:center; gap:0; flex-wrap:wrap; overflow-x:auto; padding-bottom:8px; position:relative; z-index:1; }
.flow-step{ display:flex; flex-direction:column; align-items:center; text-align:center; min-width:118px; padding:0 6px; }
.flow-step .ic{ width:52px; height:52px; border-radius:50%; border:1px solid rgba(255,255,255,0.18); background:rgba(255,255,255,0.06); display:flex; align-items:center; justify-content:center; font-size:19px; margin-bottom:10px; }
.flow-step span{ font-size:12px; color:rgba(255,255,255,0.6); font-family:var(--mono); max-width:110px; }
.flow-arrow{ color:rgba(255,255,255,0.3); font-size:16px; padding:0 4px; }

/* ---------- configurator ---------- */
.configurator{ background:#fff; border:1px solid var(--border); border-radius:20px; padding:40px; box-shadow:0 20px 50px rgba(138,67,26,0.06); }
.config-steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px 14px; margin-bottom:32px; }
.config-group h5{ font-family:var(--mono); font-size:11px; color:var(--orange); letter-spacing:0.07em; text-transform:uppercase; margin-bottom:10px; font-weight:600; }
.config-options{ display:flex; flex-wrap:wrap; gap:8px; }
.config-opt{ border:1.5px solid var(--border); background:var(--surface-alt); color:var(--text-muted); font-size:13px; padding:9px 14px; border-radius:999px; cursor:pointer; transition:all .2s; font-weight:600; }
.config-opt:hover{ border-color:var(--navy-light); }
.config-opt.selected{ border-color:var(--navy); background:var(--navy); color:#fff; }
.config-result{ background:var(--navy-deep); border-radius:14px; padding:26px; display:flex; justify-content:space-between; gap:24px; align-items:center; flex-wrap:wrap; }
.config-result .txt{ font-size:14.5px; color:rgba(255,255,255,0.75); max-width:560px; }
.config-result .txt strong{ color:var(--orange-bright); font-family:var(--display); }
@media (max-width:900px){ .config-steps{ grid-template-columns:1fr 1fr; } }
@media (max-width:600px){ .config-steps{ grid-template-columns:1fr; } .configurator{ padding:26px; } }

/* ---------- industries ---------- */
.industries-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.industry-card{ border:1px solid var(--border); border-radius:14px; padding:26px 18px; text-align:center; background:#fff; transition:all .25s; }
.industry-card:hover{ border-color:var(--orange); transform:translateY(-3px); box-shadow:0 12px 26px rgba(138,67,26,0.08); }
.industry-card .ic{ font-size:26px; margin-bottom:10px; }
.industry-card span{ font-size:13.5px; color:var(--navy); font-weight:600; }
@media (max-width:900px){ .industries-grid{ grid-template-columns:repeat(2,1fr); } }

/* ---------- process timeline ---------- */
.process-shell{ display:grid; grid-template-columns:60px 1fr; gap:24px; }
.process-rail{ position:relative; }
.process-rail .line{ position:absolute; top:8px; bottom:8px; left:50%; width:1px; background:var(--border); transform:translateX(-50%); }
.process-rail .car{ position:absolute; left:50%; width:14px; height:22px; border-radius:4px; background:var(--orange); transform:translate(-50%,0); box-shadow:0 0 10px rgba(222,138,31,0.6); transition:top .3s ease; }
.process-list{ border-top:1px solid var(--border); }
.process-row{ display:grid; grid-template-columns:90px 1fr; border-bottom:1px solid var(--border); padding:26px 0; gap:24px; align-items:start; }
.process-row .badge{ width:42px; height:42px; border-radius:10px; border:1px solid var(--border); display:flex; align-items:center; justify-content:center; font-family:var(--display); font-weight:800; font-size:15px; color:var(--navy); background:var(--surface-alt); }
.process-row h3{ font-family:var(--display); font-weight:700; font-size:16.5px; margin-bottom:6px; color:var(--navy); }
.process-row p{ color:var(--text-muted); font-size:14px; max-width:560px; }
.process-row.amc .badge{ border-color:var(--orange); color:var(--orange); background:rgba(222,138,31,0.1); }
@media (max-width:700px){ .process-shell{ grid-template-columns:1fr; } .process-rail{ display:none; } }

/* ---------- gallery ---------- */
.gallery-wrap{ position:relative; }
.gallery-scroll{ display:flex; gap:16px; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:10px; scrollbar-width:none; }
.gallery-scroll::-webkit-scrollbar{ display:none; }
.gallery-card{ min-width:240px; scroll-snap-align:start; border-radius:16px; border:1px solid var(--border); overflow:hidden; background:#fff; }
.gallery-visual{ height:180px; overflow:hidden; }
.gallery-visual img{ width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.gallery-card:hover .gallery-visual img{ transform:scale(1.06); }
.gallery-card:nth-child(1) .gallery-visual{ background:linear-gradient(135deg,#D9791F,#3D1F0C); }
.gallery-card:nth-child(2) .gallery-visual{ background:linear-gradient(135deg,#E8C39E,#8C5E3C); }
.gallery-card:nth-child(3) .gallery-visual{ background:linear-gradient(135deg,#C97A2A,#3D2210); }
.gallery-card:nth-child(4) .gallery-visual{ background:linear-gradient(135deg,#DE8A1F,#3D1F0C); }
.gallery-card:nth-child(5) .gallery-visual{ background:linear-gradient(135deg,#A8481A,#3D1F0C); }
.gallery-card:nth-child(6) .gallery-visual{ background:linear-gradient(135deg,#6B3212,#3D1F0C); }
.gallery-card:nth-child(7) .gallery-visual{ background:radial-gradient(circle,#F2BB3D,#3D1F0C); }
.gallery-info{ padding:14px 18px 18px; }
.gallery-info span{ font-family:var(--mono); font-size:12.5px; color:var(--navy); font-weight:600; }
.gallery-nav{ display:flex; gap:10px; justify-content:flex-end; margin-top:14px; }
.gallery-nav button{ width:38px; height:38px; border-radius:50%; border:1px solid var(--border); background:#fff; color:var(--text-muted); cursor:pointer; }
.gallery-nav button:hover{ border-color:var(--orange); color:var(--navy); }

/* ---------- before / after ---------- */
.ba-wrap{ position:relative; border-radius:18px; overflow:hidden; border:1px solid var(--border); height:340px; }
.ba-after, .ba-before{ position:absolute; inset:0; }
.ba-before img, .ba-after img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.ba-before img{ filter:grayscale(65%) brightness(.85); }
.ba-after{ clip-path:inset(0 50% 0 0); }
.ba-caption{
  position:absolute; z-index:3; bottom:24px; margin:0; padding:8px 14px; border-radius:8px;
  font-family:var(--mono); font-size:12px; letter-spacing:0.06em; text-transform:uppercase; font-weight:600;
  background:rgba(0,0,0,0.6); color:#fff; white-space:nowrap; backdrop-filter:blur(2px); transition:opacity .2s ease;
}
.ba-caption.is-hidden{ opacity:0; pointer-events:none; }
.ba-caption.before{ left:24px; }
.ba-caption.after{ right:24px; color:var(--orange-bright); }
@media (max-width:640px){
  .ba-caption{ font-size:10.5px; padding:6px 10px; white-space:normal; max-width:46%; }
  .ba-caption.before{ left:12px; bottom:12px; }
  .ba-caption.after{ right:12px; bottom:12px; }
}
.ba-handle{ position:absolute; top:0; bottom:0; left:50%; width:2px; background:var(--orange); transform:translateX(-50%); z-index:4; }
.ba-handle::after{ content:"⇔"; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:38px; height:38px; border-radius:50%; background:var(--orange); color:#fff; display:flex; align-items:center; justify-content:center; font-size:16px; }
.ba-slider{ width:100%; margin-top:16px; accent-color:var(--orange); }

/* ---------- testimonials ---------- */
.testimonial-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.testimonial-card{ border:1px solid var(--border); border-radius:16px; padding:26px; background:#fff; }
.testimonial-card .quote{ font-size:14.5px; color:var(--text-muted); margin-bottom:20px; line-height:1.65; }
.testimonial-card .who{ display:flex; align-items:center; gap:12px; }
.testimonial-card .avatar{ width:36px; height:36px; border-radius:50%; background:var(--navy); display:flex; align-items:center; justify-content:center; font-family:var(--display); font-weight:800; font-size:13px; color:#fff; }
.testimonial-card .name{ font-size:13.5px; font-weight:700; color:var(--navy); }
.testimonial-card .role{ font-size:12px; color:var(--text-dim); }
@media (max-width:900px){ .testimonial-grid{ grid-template-columns:1fr; } }

/* ---------- FAQ ---------- */
.faq-list{ border-top:1px solid var(--border); max-width:820px; }
.faq-item{ border-bottom:1px solid var(--border); }
.faq-q{ width:100%; text-align:left; background:none; border:none; color:var(--navy); padding:22px 0; display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-size:15.5px; font-weight:700; font-family:var(--display); }
.faq-q .plus{ font-family:var(--mono); color:var(--orange); font-size:18px; transition:transform .25s; }
.faq-item.open .faq-q .plus{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .3s ease; }
.faq-a p{ padding-bottom:22px; color:var(--text-muted); font-size:14.5px; max-width:680px; }

/* ---------- contact ---------- */
.contact-wrap{ display:grid; grid-template-columns:0.8fr 1.2fr; gap:56px; }
.contact-info-item{ display:flex; gap:16px; padding:18px 0; border-bottom:1px solid var(--border); }
.contact-info-item:first-child{ padding-top:0; }
.contact-info-item .k{ font-family:var(--mono); font-size:11px; color:var(--text-dim); letter-spacing:0.08em; min-width:90px; font-weight:600; }
.contact-info-item .v{ font-size:14.5px; }
.contact-info-item .v a:hover{ color:var(--orange); }
.quick-actions{ display:flex; gap:10px; margin-top:24px; flex-wrap:wrap; }

form{ background:#fff; border:1px solid var(--border); border-radius:16px; padding:32px; box-shadow:0 20px 50px rgba(138,67,26,0.06); }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-row.three{ grid-template-columns:1fr 1fr 1fr; }
.field{ margin-bottom:16px; }
.field label{ display:block; font-family:var(--mono); font-size:10.5px; color:var(--text-dim); letter-spacing:0.06em; margin-bottom:8px; text-transform:uppercase; font-weight:600; }
.field input, .field select, .field textarea{ width:100%; background:var(--surface-alt); border:1px solid var(--border); border-radius:8px; padding:11px 13px; color:var(--text); font-family:var(--body); font-size:13.5px; outline:none; transition:border-color .2s; }
.field input:focus, .field select:focus, .field textarea:focus{ border-color:var(--orange); background:#fff; }
.field textarea{ resize:vertical; min-height:80px; }
@media (max-width:900px){ .contact-wrap{ grid-template-columns:1fr; } }
@media (max-width:600px){ .form-row, .form-row.three{ grid-template-columns:1fr; } }
.form-confirm{ display:none; align-items:center; gap:10px; font-size:13px; color:#2FA84F; margin-top:14px; font-family:var(--mono); font-weight:600; }
.form-confirm.show{ display:flex; }

/* ---------- footer ---------- */
footer{ background:var(--navy-deep); padding:56px 0 36px; }
.footer-top{ display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:40px; margin-bottom:40px; }
.footer-brand{ display:flex; gap:12px; align-items:flex-start; }
.footer-brand img{ height:46px; width:auto; }
.footer-brand .word{ font-family:var(--display); font-weight:800; font-size:19px; color:#fff; }
.footer-brand .word span{ display:block; font-family:var(--mono); font-weight:500; font-size:9.5px; letter-spacing:0.16em; color:rgba(255,255,255,0.5); }
.footer-brand p{ color:rgba(255,255,255,0.5); font-size:13.5px; max-width:280px; margin-top:10px; }
.footer-cols{ display:flex; gap:56px; flex-wrap:wrap; }
.footer-col h5{ font-family:var(--mono); font-size:11px; color:rgba(255,255,255,0.4); letter-spacing:0.08em; text-transform:uppercase; margin-bottom:16px; font-weight:600; }
.footer-col a{ display:block; font-size:13.5px; color:rgba(255,255,255,0.72); margin-bottom:10px; transition:color .2s; }
.footer-col a:hover{ color:var(--orange-bright); }
.footer-bottom{ display:flex; justify-content:space-between; padding-top:24px; border-top:1px solid rgba(255,255,255,0.1); font-size:12px; color:rgba(255,255,255,0.4); flex-wrap:wrap; gap:10px; }

.reveal{ opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:translateY(0); }

@media (max-width:860px){
  nav.primary{ display:none; }
  .menu-toggle{ display:flex; }
  .nav-inner .btn{ display:none; }
  .hero-grid{ grid-template-columns:1fr; }
}
