:root { --bg:#f0f0ee; --card:#fff; --text:#3b3a36; --muted:#8a857c; --line:#e5e0d6; --red:#c0392b; --red-soft:rgba(198,60,45,.08); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--bg); color:var(--text); font:500 18.5px/1.6 Nunito, sans-serif; }
.visually-hidden { position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0 0 0 0); clip-path:inset(50%); white-space:nowrap; border:0; }
.container { width:min(960px, calc(100% - 40px)); margin:auto; }
.site-header { position:absolute; top:0; left:0; right:0; z-index:10; background:rgba(96,96,96,.65); border-bottom:1px solid rgba(255,255,255,.18); }
.nav { min-height:68px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:10px; color:var(--text); text-decoration:none; font-weight:800; white-space:nowrap; }
.brand img { width:46px; height:40px; object-fit:cover; border-radius:9px; }
.nav-links { display:flex; gap:22px; }
.nav-links a { color:var(--text); text-decoration:none; font-size:17px; font-weight:700; }
.nav-links a:hover { color:var(--red); }
.nav-toggle { display:none; width:44px; min-height:44px; padding:10px; border:0; background:none; color:var(--red); flex-direction:column; align-items:center; justify-content:center; gap:5px; cursor:pointer; }
.burger-bar { display:block; width:25px; height:3px; border-radius:2px; background:currentColor; }
.hero { position:relative; text-align:center; }
.hero-banner { display:block; width:100%; height:auto; }
.hero-inner { padding:44px 0 64px; width:100%; }
h1,h2 { margin:0; line-height:1.2; font-weight:800; }
h1 { font-size:clamp(44px,7vw,70px); letter-spacing:-.04em; }
.hero p { margin:12px 0 28px; color:var(--muted); font-size:clamp(20px,3vw,25px); }
.hero-actions { display:flex; justify-content:stretch; align-items:stretch; gap:14px; }
.hero-actions .button { flex:1 1 0; min-width:0; min-height:56px; padding:12px 20px; border-radius:12px; font-size:clamp(15px,1.9vw,20px); }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:11px 20px; border-radius:12px; border:1px solid transparent; cursor:pointer; font:800 18px Nunito,sans-serif; text-decoration:none; transition:transform .2s,background .2s,box-shadow .2s; }
.button:hover { transform:translateY(-1px); box-shadow:0 4px 13px rgba(46,43,38,.1); }
.button-primary { background:var(--red); color:#fff; }
.button-primary:hover { background:#ad3428; }
.button-secondary { color:var(--red); background:#fff; border-color:var(--red); }
.button-secondary:hover { background:var(--red-soft); }
.section { padding:70px 0; scroll-margin-top:76px; }
.section h2, footer h2 { font-size:clamp(32px,5vw,42px); color:var(--red); margin-bottom:25px; }
#about { text-align:center; }
.about-card { background:var(--card); border:1px solid var(--line); border-left:5px solid var(--red); border-radius:14px; padding:25px 28px; box-shadow:0 2px 12px rgba(0,0,0,.05); line-height:1.6; }
.about-card p { margin:0; }
.press-quote { margin:30px 0 0; }
.press-quote p { margin:0 0 22px; color:var(--red); font-size:clamp(20px,3vw,26px); font-weight:700; line-height:1.5; }
.press-quote .button { font-size:18px; min-height:48px; padding:11px 22px; }
.facts { list-style:none; padding:0; margin:18px 0 0; display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.facts li { padding:16px; background:var(--red-soft); border-radius:12px; display:flex; flex-direction:column; }
.facts strong { color:var(--red); font-size:22px; }.facts span { color:var(--muted); font-size:16px; }
.forms-section { padding-top:40px; }.form-card { margin:16px 0 28px; scroll-margin-top:82px; }
.accordion-trigger { width:100%; justify-content:space-between; text-align:left; }.accordion-trigger span { font-size:28px; line-height:1; transition:transform .25s; }.accordion-trigger[aria-expanded="true"] span { transform:rotate(45deg); }
.form-hint { margin:8px 3px 0; color:var(--muted); font-size:16px; }.accordion-panel { overflow:hidden; transition:height .28s ease; }.accordion-panel[hidden] { display:none; }
form { margin-top:18px; padding:24px; background:var(--card); border:1px solid var(--line); border-radius:14px; box-shadow:0 2px 12px rgba(0,0,0,.05); }
.fields-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:17px; }.fields-grid label { display:flex; flex-direction:column; gap:6px; font-size:16px; font-weight:700; }.fields-grid .full { grid-column:1/-1; }
input,textarea { width:100%; padding:10px 12px; border:1px solid var(--line); border-radius:9px; background:#fdfcf9; color:var(--text); font:500 18px Nunito,sans-serif; }.fields-grid input:focus,.fields-grid textarea:focus { outline:2px solid rgba(192,57,43,.22); border-color:var(--red); } textarea { resize:vertical; }
input[type=file] { padding:7px; font-size:16px; }.submit-button { margin-top:22px; }.submit-button:disabled { opacity:.7; cursor:wait; }.form-message { min-height:1.6em; margin:13px 0 0; font-size:16px; }.form-message.success { color:#357347; }.form-message.error { color:var(--red); }
.reviews-section { text-align:center; }
.reviews-carousel { position:relative; width:min(1013px, calc(100vw - 40px)); margin:auto; }
.reviews-viewport { overflow:hidden; }
.reviews-track { display:flex; transition:transform .35s ease; will-change:transform; }
.reviews-slide { flex:0 0 100%; min-width:0; }
.reviews-slide img { display:block; width:100%; height:auto; }
.reviews-arrow { position:absolute; z-index:1; top:50%; width:44px; height:44px; padding:0; border:0; background:transparent; color:var(--red); font:800 42px/1 Nunito,sans-serif; transform:translateY(-50%); cursor:pointer; }
.reviews-arrow:hover { color:#ad3428; }
.reviews-arrow-prev { right:calc(100% + 12px); }.reviews-arrow-next { left:calc(100% + 12px); }
.reviews-dots { display:flex; justify-content:center; gap:9px; margin:18px 0 24px; }
.reviews-dot { width:11px; height:11px; padding:0; border:1px solid var(--red); border-radius:50%; background:transparent; cursor:pointer; }
.reviews-dot[aria-current="true"] { background:var(--red); }
.reviews-button { margin:auto; }
footer { margin-top:45px; padding:64px 0 30px; background:url('../images/footer-logo.jpg') center/cover no-repeat; scroll-margin-top:76px; }.footer-inner { text-align:center; }.footer-inner h2 { color:var(--text); }.social-links { display:flex; justify-content:center; gap:10px; flex-wrap:wrap; }.social-links a { display:inline-flex; align-items:center; gap:7px; padding:9px 13px; color:var(--text); background:#fff; border:1px solid var(--line); border-radius:10px; text-decoration:none; font-size:16px; font-weight:800; }.social-links a:hover { color:var(--red); border-color:var(--red); }.social-links svg { width:18px; height:18px; fill:currentColor; }.social-links svg rect,.social-links svg circle { fill:none; stroke:currentColor; stroke-width:2; }.legal { max-width:650px; margin:17px auto 0; color:#5a564f; font-size:14px; }.copyright { margin:28px 0 0; color:var(--muted); font-size:16px; }
@media (max-width:640px) { .container { width:min(100% - 28px,960px); }.nav { min-height:62px; }.nav-toggle { display:flex; }.nav-links { display:none; position:absolute; z-index:11; top:62px; left:0; right:0; flex-direction:column; gap:0; padding:0; background:#fff; border:0; border-radius:0; box-shadow:0 8px 24px rgba(0,0,0,.16); }.nav-links.open { display:flex; }.nav-links a { width:100%; padding:14px 20px; font-size:17px; text-align:left; }.hero-inner { padding:34px 0 48px; }.hero-actions { flex-direction:column; }.hero-actions .button { width:100%; }.section { padding:52px 0; }.facts,.fields-grid { grid-template-columns:1fr; }.fields-grid .full { grid-column:auto; } form { padding:18px; }.accordion-trigger { padding:12px 15px; font-size:17px; }.reviews-carousel { width:100%; }.reviews-arrow { display:none; }.social-links { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }.social-links a { justify-content:center; }.legal { color:#5a564f; font-size:12px; } }
@media (max-width:360px) { body { font-size:18px; }.brand span { font-size:17px; }.brand img { width:40px; height:35px; }.hero-actions { flex-direction:column; }.hero-actions .button { width:100%; } }
