/* ============================================================
   ROBMAR RESTORATION — DESIGN SYSTEM
   ============================================================ */
:root {
  --bg: #FFFFFF;
  --bg-alt: #F7F9FB;
  --bg-dark: #0C2439;
  --bg-darker: #081A2B;
  --border: #E4E9EE;
  --text: #12293C;
  --text-soft: #3D5468;
  --text-muted: #64798C;
  --accent: #005FA5;
  --accent-dark: #004B83;
  --accent-light: #EAF3FA;
  --radius: 12px;
  --radius-lg: 18px;
  --shadow-sm: 0 1px 4px rgba(12,36,57,.06);
  --shadow: 0 4px 20px rgba(12,36,57,.08);
  --shadow-lg: 0 12px 40px rgba(12,36,57,.14);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; color: var(--text); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 28px; border-radius: 8px;
  font-family: inherit; font-weight: 600; font-size: .9rem; border: 2px solid transparent; transition: all .2s ease; white-space: nowrap; cursor: pointer; }
.btn-lg { padding: 16px 34px; font-size: .95rem; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,95,165,.3); }
.btn-white { background: #fff; color: var(--text); }
.btn-white:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(0,0,0,.25); }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.35); }
.btn-ghost:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.6); }
.btn-outline { background: #fff; color: var(--text); border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }

/* Top bar */
.topbar { background: var(--bg-darker); color: rgba(255,255,255,.75); font-size: .8rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; height: 40px; gap: 16px; }
.topbar a { color: #fff; font-weight: 500; }
.topbar .left span { color: rgba(255,255,255,.45); margin: 0 10px; }
.topbar .right { display: flex; gap: 22px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 900; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo img { height: 48px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 2px; }
.site-nav a { font-size: .88rem; font-weight: 500; color: var(--text-soft); padding: 8px 14px; border-radius: 7px; transition: all .2s; }
.site-nav a:hover { color: var(--text); background: var(--bg-alt); }
.site-nav a.active { color: var(--accent); background: var(--accent-light); font-weight: 600; }
.site-nav .nav-cta { background: var(--accent); color: #fff !important; padding: 10px 22px; margin-left: 10px; font-weight: 600; border-radius: 8px; }
.site-nav .nav-cta:hover { background: var(--accent-dark); }

/* Page hero (interior pages) */
.page-hero { background: var(--bg-alt); border-bottom: 1px solid var(--border); padding: 52px 0 48px; }
.page-hero--dark { background: var(--bg-dark); border-color: transparent; color: #fff; }
.breadcrumb { font-size: .8rem; color: var(--text-muted); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.breadcrumb a { color: var(--accent); }
.breadcrumb span { opacity: .45; }
.page-hero--dark .breadcrumb { color: rgba(255,255,255,.5); }
.page-hero--dark .breadcrumb a { color: #6FB3E8; }
.page-hero h1 { font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.12; margin-bottom: 14px; }
.page-hero .lead { font-size: 1.05rem; color: var(--text-muted); max-width: 640px; line-height: 1.7; }
.page-hero--dark .lead { color: rgba(255,255,255,.65); }
.page-hero .actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }

/* Sections */
.section { padding: 92px 0; }
.section--tight { padding: 64px 0; }
.section--alt { background: var(--bg-alt); }
.section--dark { background: var(--bg-dark); }
.eyebrow { font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); display: block; margin-bottom: 12px; }
.eyebrow--light { color: #6FB3E8; }
.sec-title { font-size: clamp(1.8rem, 3.2vw, 2.5rem); font-weight: 800; letter-spacing: -0.022em; line-height: 1.15; margin-bottom: 16px; }
.sec-title--light { color: #fff; }
.sec-sub { font-size: 1rem; color: var(--text-muted); max-width: 560px; line-height: 1.7; }
.sec-sub--light { color: rgba(255,255,255,.6); }
.sec-head { margin-bottom: 54px; }
.sec-head.center { text-align: center; }
.sec-head.center .sec-sub { margin: 0 auto; }
.sec-head.split { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }

/* Hero (home) */
.hero { position: relative; color: #fff;
  background: linear-gradient(96deg, rgba(8,26,43,.93) 0%, rgba(8,26,43,.78) 42%, rgba(8,26,43,.25) 100%),
    url('https://static.wixstatic.com/media/1e60f5_a3f61b4694bd4f96ae4d296eb70785d3~mv2_d_4000_2250_s_2.jpg/v1/fill/w_1920,h_1080,al_c,q_85/hero.jpg') center 30%/cover; }
.hero .container { padding-top: 96px; padding-bottom: 150px; }
.hero .chip { display: inline-block; font-size: .8rem; font-weight: 500; color: rgba(255,255,255,.75); letter-spacing: .02em; margin-bottom: 20px; }
.hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.55rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.08; max-width: 760px; margin-bottom: 22px; }
.hero .lead { font-size: 1.12rem; color: rgba(255,255,255,.78); max-width: 600px; line-height: 1.7; margin-bottom: 36px; }
.hero .actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero .microline { margin-top: 26px; font-size: .82rem; color: rgba(255,255,255,.55); }
.hero .microline b { color: rgba(255,255,255,.8); font-weight: 600; }

/* Overlap quick bar */
.quickbar { margin-top: -76px; position: relative; z-index: 5; padding-bottom: 8px; }
.quickbar .card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  padding: 30px 36px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.quickbar h3 { font-size: 1.15rem; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 4px; }
.quickbar p { font-size: .88rem; color: var(--text-muted); }
.quickbar .actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Numbers strip */
.numbers { border-bottom: 1px solid var(--border); }
.numbers .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-top: 58px; padding-bottom: 58px; }
.num-item .n { font-size: 2.5rem; font-weight: 800; letter-spacing: -0.03em; color: var(--text); line-height: 1; }
.num-item .n em { font-style: normal; color: var(--accent); }
.num-item .l { font-size: .86rem; color: var(--text-muted); margin-top: 8px; }

/* Service cards (home) */
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.svc { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 300px; display: flex; align-items: flex-end;
  background: linear-gradient(160deg, #1B3A54, var(--bg-darker)); box-shadow: var(--shadow-sm); transition: all .25s ease; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.svc.has-photo { background: linear-gradient(180deg, rgba(8,26,43,.15) 30%, rgba(8,26,43,.88) 82%),
    url('https://static.wixstatic.com/media/1e60f5_95796ff9ba4841cc8133999eeb509ed7~mv2_d_4000_2250_s_2.jpg/v1/fill/w_1000,h_600,al_c,q_85/svc.jpg') center/cover; }
.svc.has-photo2 { background: linear-gradient(180deg, rgba(8,26,43,.15) 30%, rgba(8,26,43,.88) 82%),
    url('https://static.wixstatic.com/media/1e60f5_a3f61b4694bd4f96ae4d296eb70785d3~mv2_d_4000_2250_s_2.jpg/v1/fill/w_1000,h_600,al_c,q_85/svc2.jpg') center/cover; }
.svc .body { padding: 28px 30px; color: #fff; width: 100%; }
.svc h3 { font-size: 1.3rem; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 6px; }
.svc p { font-size: .88rem; color: rgba(255,255,255,.72); max-width: 420px; }
.svc .go { position: absolute; top: 22px; right: 22px; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.05rem; transition: all .2s; }
.svc:hover .go { background: var(--accent); border-color: var(--accent); }

/* Service detail rows (services page) */
.svc-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 72px 0; border-bottom: 1px solid var(--border); }
.svc-detail:last-of-type { border-bottom: none; }
.svc-detail .media { border-radius: var(--radius-lg); min-height: 340px; background: linear-gradient(160deg, #1B3A54, var(--bg-darker));
  box-shadow: var(--shadow); position: relative; overflow: hidden; }
.svc-detail .media.photo1 { background: linear-gradient(160deg, rgba(8,26,43,.25), rgba(8,26,43,.45)),
    url('https://static.wixstatic.com/media/1e60f5_a3f61b4694bd4f96ae4d296eb70785d3~mv2_d_4000_2250_s_2.jpg/v1/fill/w_1000,h_700,al_c,q_85/sd1.jpg') center/cover; }
.svc-detail .media.photo2 { background: linear-gradient(160deg, rgba(8,26,43,.25), rgba(8,26,43,.45)),
    url('https://static.wixstatic.com/media/1e60f5_95796ff9ba4841cc8133999eeb509ed7~mv2_d_4000_2250_s_2.jpg/v1/fill/w_1000,h_700,al_c,q_85/sd2.jpg') center/cover; }
.svc-detail .media .note { position: absolute; bottom: 14px; left: 14px; background: rgba(8,26,43,.8); color: rgba(255,255,255,.6);
  font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; padding: 5px 11px; border-radius: 6px; }
.svc-detail h2 { font-size: 1.75rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 14px; }
.svc-detail > div > p { color: var(--text-soft); margin-bottom: 20px; }
.checklist { list-style: none; display: grid; gap: 10px; margin-bottom: 26px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: .92rem; color: var(--text-soft); }
.checklist li::before { content: ""; flex-shrink: 0; width: 20px; height: 20px; margin-top: 2px; border-radius: 50%;
  background: var(--accent-light) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23005FA5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat; }

/* Property types strip */
.ptypes { display: flex; flex-wrap: wrap; gap: 10px; }
.ptype { font-size: .84rem; font-weight: 500; color: var(--text-soft); background: #fff; border: 1px solid var(--border); border-radius: 100px; padding: 8px 18px; }

/* Process steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); }
.step .num { width: 38px; height: 38px; border-radius: 10px; background: var(--accent-light); color: var(--accent);
  display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .95rem; margin-bottom: 16px; }
.step h3 { font-size: 1.02rem; font-weight: 700; margin-bottom: 6px; letter-spacing: -0.01em; }
.step p { font-size: .86rem; color: var(--text-muted); }

/* Milestone band */
.milestone { background: var(--bg-dark); color: #fff; padding: 76px 0; }
.milestone .container { display: flex; align-items: center; gap: 48px; }
.milestone .copy { flex: 1.5; }
.milestone .tag { display: inline-block; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: #6FB3E8; border: 1px solid rgba(111,179,232,.4); border-radius: 100px; padding: 5px 14px; margin-bottom: 20px; }
.milestone h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 14px; }
.milestone p { color: rgba(255,255,255,.65); max-width: 620px; font-size: .98rem; }
.milestone .cta { flex: none; }

/* Project cards */
.proj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.proj { border-radius: var(--radius-lg); overflow: hidden; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: all .25s ease; }
.proj:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.proj .ph { height: 210px; background-size: cover; background-position: center; position: relative; }
.proj .ph.placeholder { background: linear-gradient(150deg, #24425D, var(--bg-darker)); display: flex; align-items: center; justify-content: center; }
.proj .ph.placeholder span:not(.value) { color: rgba(255,255,255,.35); font-size: .78rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.proj .ph.placeholder .value { position: absolute; }
.proj .value { position: absolute; bottom: 14px; left: 14px; background: rgba(255,255,255,.94); color: var(--text);
  font-size: .82rem; font-weight: 700; padding: 6px 13px; border-radius: 100px; box-shadow: var(--shadow-sm); }
.proj .body { padding: 24px 26px 26px; }
.proj h3 { font-size: 1.12rem; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 3px; }
.proj .loc { font-size: .84rem; color: var(--text-muted); margin-bottom: 14px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tag { font-size: .74rem; font-weight: 600; color: var(--accent-dark); background: var(--accent-light); padding: 4px 12px; border-radius: 100px; }

/* Project filters */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.filter { font-family: inherit; font-size: .85rem; font-weight: 600; color: var(--text-soft); background: #fff;
  border: 1.5px solid var(--border); border-radius: 100px; padding: 9px 20px; cursor: pointer; transition: all .2s; }
.filter:hover { border-color: var(--accent); color: var(--accent); }
.filter.active { background: var(--accent); border-color: var(--accent); color: #fff; }

/* Testimonial cards */
.t-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.t-grid.two { grid-template-columns: repeat(2, 1fr); }
.t-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.t-card .stars { color: #F2A900; font-size: .95rem; letter-spacing: 2px; margin-bottom: 16px; }
.t-card p.q { font-size: .95rem; color: var(--text-soft); flex: 1; line-height: 1.7; }
.t-card .who { display: flex; align-items: center; gap: 12px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--border); }
.t-card .av { width: 42px; height: 42px; border-radius: 50%; background: var(--accent-light); color: var(--accent);
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .95rem; flex-shrink: 0; }
.t-card .n { font-weight: 600; font-size: .9rem; }
.t-card .r { font-size: .78rem; color: var(--text-muted); }

/* Team */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.member { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); }
.member .av { width: 64px; height: 64px; border-radius: 50%; background: var(--bg-dark); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.15rem; margin-bottom: 20px; }
.member h3 { font-size: 1.1rem; font-weight: 700; letter-spacing: -0.01em; }
.member .role { font-size: .82rem; font-weight: 600; color: var(--accent); margin-bottom: 12px; }
.member p { font-size: .88rem; color: var(--text-muted); }

/* Story / two-col */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.two-col .photo { border-radius: var(--radius-lg); overflow: hidden; min-height: 440px; position: relative; box-shadow: var(--shadow-lg);
  background: linear-gradient(150deg, rgba(8,26,43,.4), rgba(8,26,43,.65)),
    url('https://static.wixstatic.com/media/1e60f5_95796ff9ba4841cc8133999eeb509ed7~mv2_d_4000_2250_s_2.jpg/v1/fill/w_1200,h_900,al_c,q_85/story.jpg') center/cover; }
.two-col .photo .note { position: absolute; bottom: 18px; left: 18px; background: rgba(8,26,43,.8); color: rgba(255,255,255,.7);
  font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; padding: 6px 12px; border-radius: 6px; }
.two-col p { color: var(--text-soft); font-size: .98rem; margin-bottom: 18px; }

/* Values */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-sm); }
.value-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.01em; }
.value-card p { font-size: .88rem; color: var(--text-muted); }

/* Forms */
.form-layout { display: grid; grid-template-columns: 1.7fr 1fr; gap: 40px; align-items: start; }
.form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .84rem; font-weight: 600; color: var(--text); }
.field label em { color: var(--accent); font-style: normal; }
.field .hint { font-size: .78rem; color: var(--text-muted); font-weight: 400; }
.field input, .field select, .field textarea { font-family: inherit; font-size: .92rem; color: var(--text);
  border: 1.5px solid var(--border); border-radius: 9px; padding: 12px 14px; background: #fff; transition: border-color .15s, box-shadow .15s; width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(0,95,165,.12); }
.field textarea { min-height: 130px; resize: vertical; }
.field input[type="file"] { padding: 10px; font-size: .84rem; color: var(--text-muted); }
.form-actions { margin-top: 28px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form-actions .aside-note { font-size: .84rem; color: var(--text-muted); }
.form-actions .aside-note a { color: var(--accent); font-weight: 600; }

/* Sidebar cards */
.side-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); margin-bottom: 20px; }
.side-card.dark { background: var(--bg-dark); border-color: transparent; color: #fff; }
.side-card h3 { font-size: 1.02rem; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.01em; }
.side-card p { font-size: .86rem; color: var(--text-muted); margin-bottom: 16px; }
.side-card.dark p { color: rgba(255,255,255,.65); }
.side-card .big-phone { font-size: 1.3rem; font-weight: 800; letter-spacing: -0.01em; color: var(--accent); }
.side-card.dark .big-phone { color: #6FB3E8; }
.side-card ul { list-style: none; }
.side-card li { font-size: .86rem; color: var(--text-muted); padding: 7px 0; border-bottom: 1px solid var(--border); }
.side-card li:last-child { border-bottom: none; }
.side-card li b { color: var(--text); font-weight: 600; }

/* Final CTA */
.final { background: var(--bg-dark); color: #fff; padding: 88px 0; }
.final .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.final h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -0.022em; line-height: 1.15; margin-bottom: 12px; }
.final p { color: rgba(255,255,255,.6); max-width: 480px; }
.final .actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Footer */
footer { background: var(--bg-darker); color: rgba(255,255,255,.55); font-size: .88rem; padding: 64px 0 0; }
.f-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 44px; padding-bottom: 52px; }
footer h4 { color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; }
footer ul { list-style: none; }
footer li { margin-bottom: 10px; }
footer a:hover { color: #fff; }
.f-logo { background: #fff; border-radius: 10px; padding: 10px 14px; display: inline-block; margin-bottom: 20px; }
.f-logo img { height: 44px; }
.f-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; font-size: .78rem; }
.f-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* Responsive */
@media (max-width: 960px) {
  .site-nav { display: none; }
  .numbers .container { grid-template-columns: repeat(2, 1fr); }
  .svc-grid { grid-template-columns: 1fr; }
  .proj-grid, .t-grid, .team-grid, .values-grid { grid-template-columns: 1fr 1fr; }
  .two-col, .svc-detail, .form-layout { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .milestone .container { flex-direction: column; align-items: flex-start; }
  .f-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .proj-grid, .t-grid, .t-grid.two, .team-grid, .values-grid, .steps, .form-grid { grid-template-columns: 1fr; }
  .topbar .left { display: none; }
  .hero .container { padding-top: 72px; padding-bottom: 130px; }
  .form-card { padding: 28px 22px; }
}

/* FAQ */
.faq-list { max-width: 820px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 2px 22px; margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq-item summary { font-weight: 600; font-size: .95rem; padding: 15px 0; cursor: pointer; color: var(--text); }
.faq-item summary:hover { color: var(--accent); }
.faq-item p { color: var(--text-muted); font-size: .9rem; padding: 2px 0 18px; max-width: 700px; }
