:root{
  --bg:#fffaf0;
  --surface:#ffffff;
  --text:#2b2013;
  --text-muted:#7a6a52;
  --primary:#f0a716;
  --primary-dark:#c9820a;
  --primary-light:#fdf0d5;
  --ink:#211a10;
  --border:#f0e3c8;
  --radius:16px;
  --shadow:0 8px 24px rgba(120,86,10,0.12);
}
*{box-sizing:border-box;margin:0;padding:0;}
body{
  font-family:"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.55;
}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
.container{max-width:1120px;margin:0 auto;padding:0 24px;}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 28px;border-radius:999px;font-weight:700;font-size:16px;
  border:none;cursor:pointer;transition:transform .15s ease, box-shadow .15s ease;
}
.btn-primary{background:var(--primary);color:#2b1c02;box-shadow:0 6px 16px rgba(240,167,22,.4);}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(240,167,22,.45);}
.btn-outline{background:transparent;color:var(--primary-dark);border:2px solid var(--primary);}
.btn-outline:hover{background:var(--primary-light);}

header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,250,240,.92);backdrop-filter:blur(8px);
  border-bottom:1px solid var(--border);
}
.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0;}
.logo{font-size:19px;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:10px;}
.logo img{width:38px;height:38px;border-radius:50%;flex-shrink:0;}
.nav-links{display:flex;gap:26px;font-weight:600;font-size:14.5px;}
.nav-links a{color:var(--text-muted);transition:color .15s;}
.nav-links a:hover,.nav-links a.active{color:var(--primary-dark);}
.nav-cta{display:flex;align-items:center;gap:14px;}
.menu-toggle{display:none;background:none;border:none;font-size:26px;cursor:pointer;color:var(--text);}

.page-hero{padding:48px 0 40px;border-bottom:1px solid var(--border);}
.page-hero .eyebrow{color:var(--primary-dark);font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;}
.page-hero h1{font-size:36px;font-weight:800;margin:10px 0 12px;color:var(--ink);}
.page-hero p{color:var(--text-muted);font-size:16.5px;max-width:640px;}

.hero{padding:64px 0 56px;}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;}
.badge{
  display:inline-flex;align-items:center;gap:8px;background:var(--primary-light);
  color:var(--primary-dark);font-weight:700;font-size:13px;padding:8px 16px;border-radius:999px;
  margin-bottom:20px;
}
.hero h1{font-size:44px;line-height:1.18;font-weight:800;margin-bottom:20px;color:var(--ink);}
.hero h1 .highlight{color:var(--primary-dark);}
.hero p{font-size:17.5px;color:var(--text-muted);margin-bottom:32px;max-width:520px;}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:36px;}
.hero-stats{display:flex;gap:32px;flex-wrap:wrap;}
.stat b{display:block;font-size:24px;font-weight:800;color:var(--primary-dark);}
.stat span{font-size:13px;color:var(--text-muted);}
.hero-visual{
  border-radius:24px;overflow:hidden;height:440px;position:relative;
  box-shadow:var(--shadow);
}
.hero-visual img{width:100%;height:100%;object-fit:cover;}
.hero-visual .card{
  position:absolute;bottom:20px;left:20px;right:20px;
  background:#fff;border-radius:16px;padding:18px 20px;box-shadow:0 10px 30px rgba(0,0,0,.25);
  display:flex;align-items:center;gap:14px;
}
.icon-circle{
  width:44px;height:44px;border-radius:50%;background:var(--primary-light);
  display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;
}
.hero-visual .card b{display:block;font-size:14.5px;}
.hero-visual .card span{font-size:12.5px;color:var(--text-muted);}

section{padding:64px 0;}
.section-head{text-align:center;max-width:600px;margin:0 auto 44px;}
.eyebrow{color:var(--primary-dark);font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;}
.section-head h2{font-size:32px;font-weight:800;margin:10px 0 12px;color:var(--ink);}
.section-head p{color:var(--text-muted);font-size:16px;}

.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.service-card{
  background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);
  padding:28px;transition:transform .15s ease, box-shadow .15s ease;
}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);}
.service-icon{
  width:52px;height:52px;border-radius:14px;background:var(--primary-light);
  display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px;
}
.service-image{
  margin:-28px -28px 20px;height:170px;overflow:hidden;border-radius:var(--radius) var(--radius) 0 0;
}
.service-image img{width:100%;height:100%;object-fit:cover;display:block;}
.service-card h3{font-size:18.5px;font-weight:700;margin-bottom:8px;}
.service-card p{color:var(--text-muted);font-size:14.5px;}

.rte-content{color:var(--text-muted);font-size:14.5px;line-height:1.5;}
.rte-content p{margin:0 0 8px;}
.rte-content p:last-child{margin-bottom:0;}
.rte-content h1{font-size:1.6em;font-weight:800;color:var(--ink);margin:8px 0;}
.rte-content h2{font-size:1.4em;font-weight:800;color:var(--ink);margin:8px 0;}
.rte-content h3{font-size:1.25em;font-weight:700;color:var(--ink);margin:6px 0;}
.rte-content h4{font-size:1.1em;font-weight:700;color:var(--ink);margin:6px 0;}
.rte-content h5{font-size:1em;font-weight:700;color:var(--ink);margin:4px 0;}
.rte-content h6{font-size:.9em;font-weight:700;color:var(--ink);margin:4px 0;}
.service-card .price-tag{
  display:inline-block;margin-top:12px;font-size:13px;font-weight:700;color:var(--primary-dark);
  background:var(--primary-light);padding:5px 12px;border-radius:999px;
}

.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;}
.step{text-align:center;}
.step-num{
  width:56px;height:56px;border-radius:50%;background:var(--primary);color:#2b1c02;
  display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px;
  margin:0 auto 18px;
}
.step h3{font-size:18px;font-weight:700;margin-bottom:8px;}
.step p{color:var(--text-muted);font-size:14.5px;}

.price-note{
  text-align:center;font-size:13.5px;color:var(--text-muted);margin-top:8px;margin-bottom:0;
  background:var(--primary-light);display:inline-block;padding:8px 16px;border-radius:10px;
}
.price-note-wrap{text-align:center;margin-top:32px;}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.price-card{
  background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);
  padding:32px 28px;display:flex;flex-direction:column;
}
.price-card.featured{
  border:2px solid var(--primary);box-shadow:var(--shadow);position:relative;transform:scale(1.03);
}
.price-card.featured::before{
  content:"Популярный выбор";position:absolute;top:-14px;left:50%;transform:translateX(-50%);
  background:var(--primary);color:#2b1c02;font-size:12px;font-weight:800;padding:6px 14px;border-radius:999px;
}
.price-image{
  margin:-32px -28px 20px;height:150px;overflow:hidden;border-radius:var(--radius) var(--radius) 0 0;
}
.price-image img{width:100%;height:100%;object-fit:cover;display:block;}
.price-name{font-weight:700;font-size:17px;margin-bottom:6px;}
.price-value{font-size:34px;font-weight:800;color:var(--primary-dark);margin-bottom:4px;}
.price-value span{font-size:14px;color:var(--text-muted);font-weight:600;}
.price-desc{color:var(--text-muted);font-size:14px;margin-bottom:20px;}
.price-features{list-style:none;margin-bottom:24px;flex:1;}
.price-features li{font-size:14.5px;padding:8px 0;border-top:1px solid var(--border);display:flex;gap:8px;}
.price-features li:first-child{border-top:none;}
.check{color:var(--primary-dark);font-weight:800;}

.extra-table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;}
.extra-table th,.extra-table td{text-align:left;padding:14px 20px;font-size:14.5px;}
.extra-table th{background:var(--primary-light);color:var(--primary-dark);font-weight:700;}
.extra-table tr:not(:last-child) td{border-bottom:1px solid var(--border);}

.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.testi-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:26px;}
.stars{color:var(--primary);font-size:15px;margin-bottom:12px;}
.testi-card p{font-size:14.5px;color:var(--text);margin-bottom:18px;}
.testi-person{display:flex;align-items:center;gap:12px;}
.avatar{
  width:40px;height:40px;border-radius:50%;background:var(--primary-light);
  display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--primary-dark);
}
.testi-person b{display:block;font-size:14px;}
.testi-person span{font-size:12.5px;color:var(--text-muted);}
.review-shots{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:44px;}
.review-shots img{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);}

.bapo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.bapo-card{
  border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--surface);
  box-shadow:var(--shadow);
}
.bapo-img{height:320px;overflow:hidden;}
.bapo-img img{width:100%;height:100%;object-fit:cover;display:block;}
.bapo-card .cap{padding:14px 16px;font-size:13.5px;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center;}
.tag-before{color:#b23b2c;font-weight:700;font-size:12px;text-transform:uppercase;}
.tag-after{color:var(--primary-dark);font-weight:700;font-size:12px;text-transform:uppercase;}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.gallery-grid img{border-radius:12px;border:1px solid var(--border);width:100%;height:220px;object-fit:cover;display:block;box-shadow:var(--shadow);}

.cta-band{
  background:linear-gradient(120deg,#2b1c02 0%,#1a1206 100%);
  border-radius:24px;padding:56px;color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:center;
}
.cta-band h2{font-size:28px;font-weight:800;margin-bottom:10px;}
.cta-band p{opacity:.85;font-size:15.5px;}
.cta-band .btn-primary{background:var(--primary);color:#2b1c02;box-shadow:none;}

.contact-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;}
.contact-info h2{font-size:30px;font-weight:800;margin-bottom:14px;color:var(--ink);}
.contact-info p{color:var(--text-muted);margin-bottom:28px;}
.contact-item{display:flex;gap:14px;align-items:flex-start;margin-bottom:20px;}
.contact-item .service-icon{width:44px;height:44px;font-size:19px;margin-bottom:0;flex-shrink:0;}
.contact-item b{display:block;font-size:14.5px;}
.contact-item span{font-size:13.5px;color:var(--text-muted);}

form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;}
.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;}
.field label{font-size:13.5px;font-weight:600;}
.field input,.field select,.field textarea{
  padding:12px 14px;border:1px solid var(--border);border-radius:10px;font-size:14.5px;font-family:inherit;
  background:#fffdf8;
}
.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--primary);outline-offset:1px;}
form .btn-primary{width:100%;}
.form-note{font-size:12.5px;color:var(--text-muted);margin-top:12px;text-align:center;}

.map-embed{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);height:260px;margin-top:24px;background:var(--primary-light);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:14px;}

footer{background:#1a1206;color:#cbb891;padding:48px 0 24px;margin-top:40px;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px;margin-bottom:32px;}
.footer-logo{font-size:19px;font-weight:800;color:#fff;margin-bottom:12px;display:flex;align-items:center;gap:8px;}
.footer-social{display:flex;gap:10px;margin-top:16px;}
.footer-social a{
  width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);
  display:flex;align-items:center;justify-content:center;transition:background .15s ease, transform .15s ease;
}
.footer-social a:hover{background:rgba(255,255,255,.16);transform:translateY(-2px);}
footer h4{color:#fff;font-size:14.5px;margin-bottom:14px;}
footer ul{list-style:none;}
footer ul li{margin-bottom:10px;font-size:14px;}
footer ul li a:hover{color:#fff;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;font-size:13px;text-align:center;color:#8f7c58;}

@media (max-width:900px){
  .hero-grid,.contact-wrap{grid-template-columns:1fr;}
  .services-grid,.steps,.pricing-grid,.testi-grid,.bapo-grid{grid-template-columns:1fr 1fr;}
  .gallery-grid{grid-template-columns:1fr 1fr;}
  .review-shots{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .cta-band{grid-template-columns:1fr;text-align:center;}
}
@media (max-width:880px){
  .nav-links,.nav-cta .btn-outline{display:none;}
  .menu-toggle{display:block;}
}
@media (max-width:640px){
  .container{padding:0 16px;}
  .hero h1{font-size:30px;}
  .page-hero h1{font-size:28px;}
  .steps,.footer-grid{grid-template-columns:1fr;}

  .nav{padding:10px 0;gap:8px;}
  .logo{font-size:13.5px;gap:6px;white-space:nowrap;}
  .logo img{width:26px;height:26px;}
  .nav-cta{gap:8px;}
  .nav-cta .btn-primary{padding:8px 12px;font-size:12px;white-space:nowrap;}
  .menu-toggle{font-size:21px;}

  .services-grid,.pricing-grid,.testi-grid{grid-template-columns:1fr 1fr;gap:10px;}
  .service-card{padding:14px;}
  .review-shots{display:none;}
  .service-icon{width:36px;height:36px;font-size:17px;margin-bottom:8px;border-radius:10px;}
  .service-image{margin:-14px -14px 12px;height:110px;}
  .service-card h3{font-size:14.5px;margin-bottom:5px;}
  .service-card p{font-size:12px;}
  .service-card .price-tag{font-size:10.5px;padding:4px 8px;margin-top:8px;}

  .price-card{padding:16px 14px;}
  .price-image{margin:-16px -14px 14px;height:120px;}
  .price-card.featured{transform:none;padding-top:28px;}
  .price-card.featured::before{font-size:9.5px;padding:5px 10px;white-space:nowrap;top:-11px;}
  .price-name{font-size:13.5px;}
  .price-value{font-size:17px;white-space:normal;line-height:1.25;}
  .price-value span{font-size:10.5px;}
  .price-desc{font-size:11px;margin-bottom:10px;}
  .price-features li{font-size:11.5px;padding:5px 0;}
  .price-card .btn{padding:9px 14px;font-size:12.5px;width:100%;}

  .testi-card{padding:14px;}
  .testi-card p{font-size:11.5px;margin-bottom:10px;}
  .stars{font-size:12px;margin-bottom:8px;}
  .avatar{width:30px;height:30px;font-size:12px;}
  .testi-person b{font-size:12px;}
  .testi-person span{font-size:10.5px;}

  .bapo-grid,.gallery-grid{grid-template-columns:1fr 1fr;gap:10px;}
  .bapo-img{height:140px;}
  .bapo-card .cap{padding:8px 10px;font-size:11.5px;}
  .gallery-grid img{height:110px;border-radius:8px;}

  .form-row{grid-template-columns:1fr;}
  .hero-actions{flex-direction:column;}
  .hero-actions .btn{width:100%;}
}
