*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--blue:#1a56db;--blue-dark:#1447b5;--blue-light:rgba(26,86,219,0.08);--blue-mid:rgba(26,86,219,0.15);--text:#111827;--text2:#4b5563;--text3:#9ca3af;--border:#e5e7eb;--border2:#f3f4f6;--white:#ffffff;--bg:#f9fafb;--ff:'Inter',sans-serif;--r:10px;--r2:16px;--shadow:0 1px 3px rgba(0,0,0,0.08),0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 4px 16px rgba(0,0,0,0.08),0 2px 6px rgba(0,0,0,0.04);--shadow-lg:0 12px 40px rgba(0,0,0,0.10),0 4px 12px rgba(0,0,0,0.06)}
html{scroll-behavior:smooth}
body{background:var(--white);color:var(--text);font-family:var(--ff);font-size:15px;line-height:1.6;overflow-x:hidden}
/* HEADER */
header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:60px;background:rgba(255,255,255,0.95);border-bottom:1px solid var(--border);backdrop-filter:blur(8px)}
.logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}
.logo-icon{width:32px;height:32px;background:var(--blue);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo-icon svg{width:17px;height:17px}
.logo-text{font-size:15px;font-weight:700;color:var(--text);letter-spacing:-0.01em}
nav{display:flex;align-items:center;gap:24px}
nav a{color:var(--text2);text-decoration:none;font-size:14px;font-weight:500;transition:color .15s}
nav a:hover{color:var(--text)}
.header-right{display:flex;align-items:center;gap:12px;flex-shrink:0}
/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 18px;border-radius:8px;font-family:var(--ff);font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;text-decoration:none;border:none;white-space:nowrap}
.btn-primary{background:var(--blue);color:#fff}
.btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(26,86,219,0.3)}
.btn-ghost{background:transparent;color:var(--text);border:1.5px solid var(--border)}
.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
/* BREADCRUMB */
.breadcrumb{padding:12px 48px;font-size:13px;color:var(--text3);border-bottom:1px solid var(--border2);max-width:100%}
.breadcrumb a{color:var(--text3);text-decoration:none}.breadcrumb a:hover{color:var(--blue)}.breadcrumb span{margin:0 6px}
/* TRUST BAR */
.trust-bar{background:var(--blue);padding:0 48px}
.trust-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:20px 24px;border-right:1px solid rgba(255,255,255,.15);text-align:center}
.trust-item:last-child{border-right:none}
.trust-val{font-size:24px;font-weight:800;color:#fff;letter-spacing:-0.03em}
.trust-lbl{font-size:12px;color:rgba(255,255,255,.6);margin-top:2px}
/* HERO */
.page-hero{padding:56px 48px 52px;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:64px;align-items:start}
.hero-badge{display:inline-flex;align-items:center;gap:7px;background:var(--blue-light);border:1px solid rgba(26,86,219,0.2);border-radius:20px;padding:4px 12px;font-size:12px;font-weight:600;color:var(--blue);letter-spacing:.04em;text-transform:uppercase;margin-bottom:20px}
.hero-badge::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--blue);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}
h1{font-size:clamp(28px,3.2vw,44px);font-weight:800;line-height:1.1;letter-spacing:-0.03em;margin-bottom:16px}
h1 .accent{color:var(--blue)}
.hero-desc{font-size:16px;color:var(--text2);line-height:1.75;margin-bottom:28px;max-width:520px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}
.hero-actions .btn{padding:12px 26px;font-size:15px}
.hero-stats{display:flex;gap:28px;padding-top:24px;border-top:1px solid var(--border);flex-wrap:wrap}
.hero-stat strong{display:block;font-size:21px;font-weight:800;color:var(--text);letter-spacing:-0.02em}
.hero-stat span{font-size:12px;color:var(--text3);margin-top:1px;display:block}
/* FORM CARD */
.form-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r2);padding:28px;box-shadow:var(--shadow-lg);position:sticky;top:76px}
.form-card h3{font-size:16px;font-weight:700;margin-bottom:6px}
.form-card .form-sub{font-size:13px;color:var(--text2);margin-bottom:20px;line-height:1.5}
.form-field{margin-bottom:12px}
.form-field label{display:block;font-size:11px;font-weight:700;color:var(--text3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}
.form-field input,.form-field select{width:100%;padding:10px 14px;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--r);font-family:var(--ff);font-size:14px;color:var(--text);outline:none;transition:border-color .15s;appearance:none}
.form-field input:focus,.form-field select:focus{border-color:var(--blue);background:#fff}
.form-privacy{font-size:11px;color:var(--text3);margin-top:10px;text-align:center}
/* SECTIONS */
.section{padding:68px 48px;max-width:1200px;margin:0 auto}
.section-full{padding:68px 48px;background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.section-inner{max-width:1200px;margin:0 auto}
.section-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:10px}
h2{font-size:clamp(22px,2.6vw,34px);font-weight:800;line-height:1.15;letter-spacing:-0.025em;color:var(--text);margin-bottom:12px}
.section-sub{font-size:15px;color:var(--text2);max-width:600px;line-height:1.7;margin-bottom:38px}
.section-header{text-align:center;margin-bottom:48px}
.section-header .section-sub{margin:0 auto 0}
/* CARDS GRID */
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.cards-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.cards-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
/* CAT CARD */
.cat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r2);overflow:hidden;text-decoration:none;color:inherit;display:block;transition:border-color .2s,box-shadow .2s}
.cat-card:hover{border-color:rgba(26,86,219,.3);box-shadow:var(--shadow-md)}
.cat-img{height:140px;display:flex;align-items:center;justify-content:center;position:relative}
.cat-img svg{width:52px;height:52px;opacity:.28}
.cat-badge{position:absolute;top:10px;left:10px;background:var(--blue);color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:5px}
.cat-body{padding:16px 18px}
.cat-title{font-size:14px;font-weight:700;color:var(--text);margin-bottom:4px}
.cat-desc{font-size:12px;color:var(--text3);margin-bottom:12px;line-height:1.5}
.cat-footer{display:flex;align-items:center;justify-content:space-between}
.cat-price{font-size:13px;font-weight:700;color:var(--blue)}
.cat-arrow{width:22px;height:22px;border-radius:50%;background:var(--blue-light);display:flex;align-items:center;justify-content:center}
.cat-arrow svg{width:12px;height:12px;color:var(--blue)}
/* PROJECT CARDS */
.proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.proj-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r2);overflow:hidden}
.proj-img{height:160px;display:flex;align-items:center;justify-content:center;position:relative}
.proj-img svg{width:52px;height:52px;opacity:.22}
.proj-tag{position:absolute;top:10px;left:10px;font-size:10px;font-weight:700;padding:3px 8px;border-radius:5px;color:#fff}
.proj-body{padding:16px 18px}
.proj-title{font-size:13px;font-weight:700;color:var(--text);margin-bottom:8px}
.proj-meta{display:flex;gap:10px;margin-bottom:10px;flex-wrap:wrap}
.proj-meta-item{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--text3)}
.proj-meta-item svg{width:11px;height:11px;flex-shrink:0}
.proj-price{font-size:15px;font-weight:700;color:var(--blue)}
/* PRICE CARDS */
.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.price-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--r2);padding:26px;display:flex;flex-direction:column;position:relative;transition:all .2s}
.price-card:hover{box-shadow:var(--shadow-md)}
.price-card.featured{border-color:var(--blue);box-shadow:0 0 0 1px rgba(26,86,219,.12)}
.price-popular{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--blue);color:#fff;font-size:11px;font-weight:700;padding:3px 14px;border-radius:20px;white-space:nowrap}
.price-name{font-size:16px;font-weight:800;margin-bottom:4px}
.price-desc{font-size:12px;color:var(--text3);margin-bottom:16px;line-height:1.4}
.price-amount{display:flex;align-items:baseline;gap:3px;margin-bottom:4px}
.price-amount strong{font-size:30px;font-weight:800;color:var(--text);letter-spacing:-0.03em}
.price-amount span{font-size:14px;color:var(--text2);font-weight:600}
.price-per{font-size:12px;color:var(--text3);margin-bottom:14px}
.price-badge{font-size:12px;font-weight:700;color:var(--blue);background:var(--blue-light);border-radius:6px;padding:4px 10px;margin-bottom:12px;text-align:center}
.price-feats{list-style:none;display:flex;flex-direction:column;gap:7px;margin-bottom:20px;flex:1}
.price-feats li{font-size:13px;color:var(--text2);display:flex;align-items:flex-start;gap:7px}
.price-feats li::before{content:'✓';color:var(--blue);font-weight:700;flex-shrink:0}
.price-feats li.dim{color:var(--text3)}
.price-feats li.dim::before{content:'—';color:var(--text3)}
/* FEATURES */
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feat{background:var(--white);border:1px solid var(--border);border-radius:var(--r2);padding:26px;transition:border-color .2s,box-shadow .2s}
.feat:hover{border-color:rgba(26,86,219,.25);box-shadow:var(--shadow-md)}
.feat-icon{width:42px;height:42px;border-radius:10px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.feat-icon svg{width:20px;height:20px;color:var(--blue)}
.feat h3{font-size:15px;font-weight:700;margin-bottom:7px}
.feat p{font-size:13px;color:var(--text2);line-height:1.7}
/* STEPS */
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative}
.steps::before{content:'';position:absolute;top:33px;left:calc(10% + 16px);right:calc(10% + 16px);height:1px;background:linear-gradient(90deg,var(--border),rgba(26,86,219,.3),var(--border));z-index:0}
.step{text-align:center;padding:0 12px;position:relative;z-index:1}
.step-num{width:66px;height:66px;border-radius:50%;background:var(--white);border:2px solid rgba(26,86,219,.25);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:var(--shadow)}
.step-num svg{width:24px;height:24px;color:var(--blue)}
.step h3{font-size:13px;font-weight:700;margin-bottom:5px}
.step p{font-size:12px;color:var(--text2);line-height:1.55}
.step-detail{font-size:11px;color:var(--blue);margin-top:7px;background:var(--blue-light);border:1px solid rgba(26,86,219,.2);border-radius:6px;padding:3px 8px;display:inline-block;font-weight:600}
/* FAQ */
.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:2px}
.faq-item{border:1px solid var(--border);border-radius:var(--r);overflow:hidden}
.faq-q{width:100%;background:var(--white);border:none;padding:17px 22px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;font-family:var(--ff);font-size:14px;font-weight:500;color:var(--text);transition:background .15s}
.faq-q:hover{background:var(--bg)}
.faq-q svg{width:16px;height:16px;color:var(--blue);transition:transform .25s;flex-shrink:0}
.faq-item.open .faq-q svg{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-a-inner{padding:0 22px 17px;font-size:14px;color:var(--text2);line-height:1.8}
.faq-item.open .faq-a{max-height:400px}
/* REVIEWS */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.review-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r2);padding:22px}
.review-stars{display:flex;gap:2px;margin-bottom:12px}
.review-stars svg{width:14px;height:14px}
.review-text{font-size:13px;color:var(--text2);line-height:1.7;margin-bottom:16px}
.review-author{display:flex;align-items:center;gap:10px}
.review-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}
.review-name{font-size:13px;font-weight:600;color:var(--text)}
.review-city{font-size:11px;color:var(--text3)}
/* SEO TEXT */
.seo-text{max-width:860px}
.seo-text p{font-size:14px;color:var(--text2);line-height:1.85;margin-bottom:14px}
.seo-text h3{font-size:18px;font-weight:700;margin:26px 0 10px;color:var(--text)}
.seo-text ul{margin-left:22px;margin-bottom:14px}
.seo-text ul li{font-size:14px;color:var(--text2);line-height:1.8;margin-bottom:4px}
/* ALSO BLOCK */
.also-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.also-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r2);padding:22px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:8px;transition:border-color .2s,box-shadow .2s}
.also-card:hover{border-color:rgba(26,86,219,.3);box-shadow:var(--shadow-md)}
.also-label{font-size:11px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.06em}
.also-title{font-size:15px;font-weight:700;color:var(--text)}
.also-desc{font-size:13px;color:var(--text2);line-height:1.6;flex:1}
.also-price{font-size:13px;font-weight:700;color:var(--blue)}
/* CTA */
.cta-final{background:var(--text);border-radius:var(--r2);padding:60px;text-align:center;margin:0 48px 72px;position:relative;overflow:hidden}
.cta-final::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,rgba(26,86,219,.25) 0%,transparent 70%);pointer-events:none}
.cta-final .section-label{color:rgba(26,86,219,.9);justify-content:center;display:flex;position:relative;z-index:1}
.cta-final h2{color:#fff;margin-bottom:10px;position:relative;z-index:1}
.cta-final p{font-size:15px;color:rgba(255,255,255,.65);margin-bottom:28px;max-width:480px;margin-left:auto;margin-right:auto;position:relative;z-index:1}
.cta-form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;max-width:540px;margin:0 auto 10px;position:relative;z-index:1}
.cta-input{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:12px 16px;font-family:var(--ff);font-size:14px;color:#fff;outline:none;transition:border-color .2s}
.cta-input:focus{border-color:rgba(26,86,219,.6)}
.cta-input::placeholder{color:rgba(255,255,255,.35)}
.cta-note{font-size:12px;color:rgba(255,255,255,.4);position:relative;z-index:1}
/* MOBILE MENU */
.burger{display:none;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:8px;background:none;border:none;flex-shrink:0;z-index:201}
.burger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .25s}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:200;flex-direction:column;padding:80px 24px 40px;overflow-y:auto}
.mobile-menu.open{display:flex}
.mobile-menu a{font-size:20px;font-weight:600;color:var(--text);text-decoration:none;padding:14px 0;border-bottom:1px solid var(--border2);display:block}
.mobile-menu .m-contacts{margin-top:28px;display:flex;flex-direction:column;gap:12px}
.mobile-menu .m-contacts a{font-size:16px;border-bottom:none;padding:0;display:flex;align-items:center;gap:8px;color:var(--text2)}
.mobile-menu .m-btn{margin-top:22px;background:var(--blue);color:#fff;padding:14px 24px;border-radius:8px;font-size:15px;font-weight:700;text-align:center;text-decoration:none;display:block}
/* FADE IN */
.fade-in{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}
/* FOOTER */
footer{background:var(--bg);border-top:1px solid var(--border);padding:44px 48px 28px}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:36px;max-width:1200px;margin-left:auto;margin-right:auto}
.footer-about p{font-size:13px;color:var(--text3);line-height:1.8;margin-top:12px;max-width:240px}
.footer-col h4{font-size:12px;font-weight:700;color:var(--text);letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:7px}
.footer-col ul li a{color:var(--text3);text-decoration:none;font-size:13px;transition:color .15s}
.footer-col ul li a:hover{color:var(--blue)}
.footer-bottom{border-top:1px solid var(--border);padding-top:20px;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}
.footer-copy{font-size:12px;color:var(--text3)}
/* RESPONSIVE */
@media(max-width:1100px){.cards-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:repeat(2,1fr)}.proj-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){
  header{padding:0 20px;height:56px}.burger{display:flex}
  header nav{display:none!important}.mobile-menu nav{display:flex!important;flex-direction:column}
  .header-right>div{display:none}.header-right .btn{padding:8px 14px;font-size:13px}
  .breadcrumb{padding:10px 16px}
  .trust-bar{padding:0 16px}.trust-inner{grid-template-columns:repeat(2,1fr)}.trust-item{padding:14px 12px}
  .page-hero{grid-template-columns:1fr;gap:32px;padding:36px 20px}.form-card{display:none}
  .section{padding:48px 20px}.section-full{padding:48px 20px}
  .cards-grid,.cards-grid-4,.feat-grid,.reviews-grid,.also-grid,.proj-grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr;gap:24px}.steps::before{display:none}
  .cta-final{margin:0 20px 56px;padding:44px 24px}.cta-form{grid-template-columns:1fr;gap:8px}
  footer{padding:36px 20px 20px}.footer-top{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column;gap:8px;text-align:center}
}
@media(max-width:560px){
  .page-hero{padding:28px 16px}
  .cards-grid,.cards-grid-4,.feat-grid,.reviews-grid,.also-grid,.proj-grid,.pricing-grid,.cards-grid-2{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}.section{padding:36px 16px}.section-full{padding:36px 16px}
  .cta-final{margin:0 16px 44px;padding:36px 16px}.hero-stats{flex-wrap:wrap;gap:16px}
  .hero-stat{min-width:calc(50% - 8px)}.footer-top{grid-template-columns:1fr}
}
