:root{
  --bg0:#0b0d12;
  --bg1:#0e131b;
  --panel:#121826;
  --panel2:#0f1624;
  --text:#eef2ff;
  --muted:rgba(238,242,255,.72);
  --brassA:#e7c37a;
  --brassB:#b88935;
  --slate:#7aa3c7;
  --shadow:0 22px 70px rgba(0,0,0,.55);
  --radius:20px;
  --container:1180px;
  --headerH:82px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:"Noto Sans SC", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:radial-gradient(1200px 520px at 20% 0%, rgba(122,163,199,.10), transparent 55%),linear-gradient(180deg,var(--bg0),var(--bg1) 45%,var(--bg0));
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--container), calc(100% - 64px)); margin:0 auto;}

/* Header */
.header{position:sticky; top:0; z-index:60;background:rgba(7,10,14,.72); backdrop-filter: blur(12px);border-bottom:1px solid rgba(255,255,255,.07);}
.header__inner{height:var(--headerH); display:flex; align-items:center; justify-content:space-between; gap:20px;}
.brand{display:flex; align-items:center; gap:10px; font-weight:900; letter-spacing:.5px;}
.brand__icon{width:18px;height:18px;color:var(--brassB);display:inline-flex;}
.brand__icon svg{width:18px;height:18px}
.brand__text{color:var(--brassB); font-size:18px; letter-spacing:.8px}
.nav{display:flex; align-items:center; gap:28px; font-weight:700; font-size:15px; color:rgba(233,238,251,.92);}
.nav__link{opacity:.9}
.nav__link:hover{opacity:1}
.nav__link.is-active{opacity:1}
.hamburger{display:none; width:44px;height:44px; border:1px solid rgba(255,255,255,.10); border-radius:12px; background:rgba(255,255,255,.04); cursor:pointer;}
.hamburger span{display:block;width:18px;height:2px;background:rgba(233,238,251,.9);margin:5px auto;border-radius:2px;}
.mobileNav{display:none; border-top:1px solid rgba(255,255,255,.08); padding:12px 24px 18px; gap:10px; background:rgba(8,14,28,.92);}
.mobileNav.is-open{display:grid;}
.mobileNav a{padding:12px 12px; border-radius:12px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);}

/* Hero */
.hero{position:relative; min-height:560px; display:flex; align-items:center; overflow:hidden;}
.hero__bg{position:absolute; inset:0;}
.hero__bg img{width:100%; height:100%; object-fit:cover; object-position: 75% 50%; filter:saturate(.95) contrast(1.03);}
.hero__shade{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(6,12,26,.92) 0%, rgba(6,12,26,.82) 42%, rgba(6,12,26,.30) 72%, rgba(6,12,26,.10) 100%),
    radial-gradient(1200px 520px at 22% 10%, rgba(0,0,0,.55), transparent 55%),
    linear-gradient(180deg, rgba(6,12,26,.35) 0%, rgba(6,12,26,.10) 45%, rgba(6,12,26,.55) 100%);
  opacity:.95;
}
.hero__content{position:relative; padding:78px 0 92px; max-width:720px;}
.hero__title{margin:0 0 18px; font-size:clamp(42px, 3.1vw, 56px); line-height:1.12; letter-spacing:.6px; font-weight:900;}
.accent{
  background:linear-gradient(180deg, var(--brassA), var(--brassB));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  padding:0 2px;
}
.hero__desc{margin:0 0 28px; color:rgba(233,238,251,.78); font-size:14px; line-height:1.95; max-width:600px;}
.btn{display:inline-flex; align-items:center; justify-content:center; padding:14px 28px; border-radius:12px; font-weight:900; font-size:14px; border:1px solid rgba(0,0,0,.15); box-shadow:0 10px 24px rgba(0,0,0,.25);}
.btn--primary{background:linear-gradient(180deg, var(--brassA), var(--brassB)); color:#1b2436;}

/* Section */
.section{padding:68px 0 78px; background:linear-gradient(180deg, rgba(10,18,40,.92), rgba(10,18,40,.92));}
.section__head{text-align:center; margin-bottom:34px;}
.section__title{margin:0; font-size:34px; font-weight:900; letter-spacing:.4px;}
.section__underline{width:54px;height:2px; background:linear-gradient(90deg, transparent, rgba(231,195,122,.9), transparent); margin:14px auto 10px;}
.section__sub{margin:0; color:rgba(233,238,251,.70); font-size:13px;}

/* Services */
.services{background:#0b1633;}
.grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:22px;}
.card{
  padding:26px 26px 22px;
  border-radius:var(--radius);
  background:
    radial-gradient(1200px 420px at 50% -45%, rgba(231,195,122,.10), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 16px 40px rgba(0,0,0,.35);
  min-height:150px;
}
.card__icon{width:54px;height:54px;border-radius:999px;display:grid;place-items:center;margin:0 auto 14px;color:var(--brassB);background:rgba(0,0,0,.28);border:1px solid rgba(231,195,122,.18);}
.card__icon svg{width:26px;height:26px}
.card__title{margin:0 0 10px; text-align:center; font-size:16px; font-weight:900;}
.card__text{margin:0; text-align:center; color:rgba(233,238,251,.62); font-size:12px; line-height:1.85;}

/* About */
.about{
  padding:74px 0 86px;
  background:
    linear-gradient(180deg, rgba(6,12,26,.65) 0%, rgba(6,12,26,.88) 100%),
    radial-gradient(900px 320px at 25% 0%, rgba(231,195,122,.08), transparent 55%);
}
.about__inner{display:grid; grid-template-columns: 1.05fr .95fr; gap:34px; align-items:center;}
.about__title{margin:0 0 14px; font-size:34px; font-weight:900;}
.about__underline{width:54px;height:2px; background:rgba(231,195,122,.9); margin:0 0 16px;}
.about__desc{margin:0 0 18px; color:rgba(233,238,251,.70); font-size:13px; line-height:1.95; max-width:560px;}
.about__list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:12px;color:rgba(233,238,251,.78);font-size:13px;}
.tick{display:inline-grid; place-items:center; width:18px;height:18px;border-radius:999px;margin-right:10px;background:rgba(231,195,122,.18); border:1px solid rgba(231,195,122,.25); color:var(--brassB); font-weight:900; font-size:12px;}
.about__image{position:relative;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.08);}
.about__image img{width:100%;height:380px;object-fit:cover;object-position:70% 50%;}
.about__shade{position:absolute; inset:0; background:linear-gradient(90deg, rgba(10,18,40,.78) 0%, rgba(10,18,40,.22) 45%, rgba(10,18,40,.05) 100%);}

/* Footer */
.footer{background:linear-gradient(180deg, rgba(9,16,34,.96), rgba(9,16,34,.98)); padding:34px 0 18px; border-top:1px solid rgba(255,255,255,.06);}
.footer__top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:18px;}
.footer__logo{display:flex;align-items:center;gap:10px;font-weight:900;color:rgba(231,195,122,.92);}
.footer__links{display:flex;gap:22px;font-size:13px;color:rgba(233,238,251,.80);}
.footer__links a{opacity:.9}
.footer__links a:hover{opacity:1}
.footer__line{height:1px;background:rgba(255,255,255,.08);}
.footer__bottom{padding-top:14px}
.footer__copy{margin:12px 0 0;text-align:center;color:rgba(233,238,251,.55);font-size:12px;}

/* Telegram */
.tgFloat{position:fixed; right:22px; bottom:22px; width:56px;height:56px;border-radius:999px;display:grid;place-items:center;background:#2aabee;color:white;box-shadow:0 14px 30px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.18);z-index:100;}
.tgFloat svg{width:24px;height:24px}

@media (max-width: 980px){
  .grid{grid-template-columns:repeat(2, 1fr)}
  .about__inner{grid-template-columns:1fr;}
  .about__image img{height:340px}
}
@media (max-width: 720px){
  .nav{display:none}
  .hamburger{display:block}
  .hero{min-height:520px}
  .hero__content{padding:54px 0 64px}
  .grid{grid-template-columns:1fr}
  .footer__top{flex-direction:column; align-items:flex-start}
  .footer__links{flex-wrap:wrap; gap:14px}
}


/* Footer CTA button */
.footer__cta{
  margin-left: 18px;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 13px;
  background: linear-gradient(180deg, var(--brassA), var(--brassB));
  color: #1b2436;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
  white-space: nowrap;
}
.footer__cta:hover{filter: brightness(1.02);}

/* Floating service button (icon + text) */
.tgFloat{
  width: auto;
  min-width: 136px;
  height: 56px;
  padding: 0 16px 0 14px;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 14px;
}
.tgFloat__icon{display:inline-flex; align-items:center; justify-content:center;}
.tgFloat__icon svg{width:22px;height:22px}
.tgFloat__text{line-height:1;}

@media (max-width: 720px){
  .footer__cta{width:100%; text-align:center; margin-left:0; margin-top:10px;}
  .tgFloat{min-width: 120px; height: 52px; font-size: 13px; padding: 0 14px;}
}


/* v6 identity & typography */
body{letter-spacing:.2px;}
.brand__icon{color:var(--brassB);}
.nav{gap:26px; font-weight:800; color:rgba(238,242,255,.86);}
.nav__link{opacity:.85}
.nav__link.is-active{opacity:1}
.header__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:44px;
  padding:0 16px;
  border-radius:12px;
  font-weight:900;
  font-size:13px;
  background:linear-gradient(180deg,var(--brassA),var(--brassB));
  color:#1b2436;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 12px 26px rgba(0,0,0,.25);
}
@media (max-width: 720px){
  .header__cta{display:none}
}

/* Buttons */
.btn{border-radius:14px; padding:14px 22px; font-weight:900;}
.btn--primary{
  background:linear-gradient(180deg,var(--brassA),var(--brassB));
  color:#1b2436;
}
.btn--ghost{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(238,242,255,.92);
  box-shadow:none;
}
.btn--ghost:hover{background:rgba(255,255,255,.06);}
.btn--full{width:100%;}

/* HERO v6 */
.hero--v6{min-height:720px;}
.hero__shade{
  background:
    linear-gradient(90deg, rgba(7,10,14,.92) 0%, rgba(7,10,14,.74) 42%, rgba(7,10,14,.30) 72%, rgba(7,10,14,.10) 100%),
    radial-gradient(900px 520px at 22% 12%, rgba(122,163,199,.16), transparent 60%),
    linear-gradient(180deg, rgba(7,10,14,.28) 0%, rgba(7,10,14,.10) 45%, rgba(7,10,14,.55) 100%);
  opacity:1;
}
.hero__wrap{
  position:relative;
  padding:96px 0 92px;
  display:grid;
  grid-template-columns: minmax(560px, 720px) 420px;
  gap:44px;
  align-items:start;
}
.pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(238,242,255,.82);
  font-weight:800;
  font-size:12px;
  width:fit-content;
  margin-bottom:14px;
}
.hero__title{font-size:clamp(44px, 3.1vw, 60px); line-height:1.08; margin:0 0 16px;}
.accent{
  background:linear-gradient(180deg,var(--brassA),var(--brassB));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero__desc{font-size:14px; line-height:1.9; color:var(--muted); margin:0 0 22px; max-width:620px;}
.hero__actions{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:22px;}
.hero__trust{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.trustItem{
  padding:12px 14px;
  border-radius:16px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.10);
  min-width:150px;
}
.trustItem__k{
  font-weight:900;
  font-size:18px;
  color:rgba(238,242,255,.94);
}
.trustItem__v{
  margin-top:4px;
  font-size:12px;
  color:var(--muted);
  font-weight:800;
}

/* Hero card */
.heroCard{
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.heroCard__head{padding:18px 18px 10px;}
.heroCard__title{font-weight:900; font-size:16px;}
.heroCard__sub{margin-top:6px; color:var(--muted); font-size:12px; font-weight:700;}
.heroForm{padding:0 18px 16px; display:grid; gap:12px;}
.field{display:grid; gap:8px;}
.field span{font-size:12px; color:rgba(238,242,255,.78); font-weight:800;}
.field input,.field select,.field textarea{
  width:100%;
  border-radius:14px;
  padding:12px 12px;
  background:rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(238,242,255,.92);
  outline:none;
}
.field input::placeholder,.field textarea::placeholder{color:rgba(238,242,255,.40);}
.field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(231,195,122,.35);}
.heroCard__note{padding:0 18px 10px; color:rgba(238,242,255,.55); font-size:11px; font-weight:700;}
.heroCard__tg{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 18px;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(238,242,255,.88);
  font-weight:900;
}
.heroCard__tg:hover{background:rgba(255,255,255,.04);}

/* Section system */
.section{padding:84px 0 92px;}
.sectionTop{display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom:28px;}
.sectionTitle{margin:0; font-size:34px; font-weight:950; letter-spacing:.4px;}
.sectionSub{margin:10px 0 0; color:var(--muted); font-size:13px; font-weight:650;}
.sectionHint{color:rgba(238,242,255,.65); font-size:12px; font-weight:800;}

/* SERVICES v6 */
.servicesV6{
  background:
    radial-gradient(1200px 520px at 10% 0%, rgba(231,195,122,.09), transparent 55%),
    linear-gradient(180deg, rgba(18,24,38,.92), rgba(15,22,36,.92));
}
.svcGrid{display:grid; grid-template-columns:repeat(3, 1fr); gap:12px; margin-bottom:16px;}
.svcTab{
  border-radius:16px;
  padding:14px 14px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(238,242,255,.86);
  font-weight:900;
  cursor:pointer;
}
.svcTab.is-active{
  background:linear-gradient(180deg, rgba(231,195,122,.16), rgba(255,255,255,.02));
  border-color:rgba(231,195,122,.28);
}
.svcPanels{margin-top:10px;}
.svcPanel{display:none;}
.svcPanel.is-active{display:block;}
.svcList{display:grid; grid-template-columns:repeat(3, 1fr); gap:16px;}
.svcItem{
  padding:18px 18px 16px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 16px 40px rgba(0,0,0,.35);
}
.svcItem__t{font-weight:950; font-size:15px; letter-spacing:.2px;}
.svcItem__d{margin-top:8px; color:var(--muted); font-size:12px; line-height:1.75; font-weight:650;}
.svcCta{
  margin-top:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 18px;
  border-radius:18px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.10);
}
.svcCta__t{font-weight:950;}
.svcCta__d{margin-top:6px; color:var(--muted); font-size:12px; font-weight:650;}

/* CASES */
.cases{
  background:linear-gradient(180deg, rgba(15,19,27,.92), rgba(15,19,27,.92));
}
.caseGrid{display:grid; grid-template-columns:repeat(3, 1fr); gap:18px;}
.caseCard{
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.02);
  box-shadow:0 18px 55px rgba(0,0,0,.45);
}
.caseCard img{width:100%; height:190px; object-fit:cover; filter:saturate(.95) contrast(1.05);}
.caseCard__body{padding:18px 18px 16px;}
.caseCard__tag{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  color:#1b2436;
  background:linear-gradient(180deg,var(--brassA),var(--brassB));
}
.caseCard__t{margin-top:12px; font-weight:950; font-size:16px;}
.caseCard__d{margin-top:8px; color:var(--muted); font-size:12px; line-height:1.7; font-weight:650;}

/* ABOUT v6 */
.aboutV6{
  background:
    radial-gradient(1000px 520px at 90% 10%, rgba(122,163,199,.12), transparent 55%),
    linear-gradient(180deg, rgba(18,24,38,.90), rgba(15,22,36,.96));
}
.aboutV6__wrap{
  display:grid;
  grid-template-columns: 1fr 1.05fr;
  gap:44px;
  align-items:center;
}
.aboutV6__media{position:relative;}
.aboutV6__image{
  position:relative;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow);
}
.aboutV6__image img{width:100%; height:420px; object-fit:cover; object-position:70% 50%;}
.aboutV6__shade{
  position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(11,13,18,.78) 0%, rgba(11,13,18,.22) 45%, rgba(11,13,18,.05) 100%);
}
.aboutV6__float{
  position:absolute;
  left:-16px;
  bottom:-16px;
  width:260px;
  height:176px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 22px 60px rgba(0,0,0,.55);
}
.aboutV6__float img{width:100%; height:100%; object-fit:cover;}
.aboutBullets{margin-top:18px; display:grid; gap:14px;}
.ab{
  padding:16px 16px 14px;
  border-radius:18px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.10);
}
.ab__t{font-weight:950;}
.ab__d{margin-top:8px; color:var(--muted); font-size:12px; font-weight:650; line-height:1.7;}
.aboutStats{margin-top:18px; display:grid; grid-template-columns:repeat(3, 1fr); gap:12px;}
.aStat{
  padding:14px 14px 12px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.10);
}
.aStat__k{
  font-weight:950;
  font-size:20px;
  background:linear-gradient(180deg,var(--brassA),var(--brassB));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.aStat__v{margin-top:6px; color:var(--muted); font-size:12px; font-weight:800;}

/* FAQ */
.faq{background:linear-gradient(180deg, rgba(15,19,27,.92), rgba(15,19,27,.92));}
.faqList{display:grid; gap:12px;}
.faqItem{
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
}
.faqQ{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 16px;
  background:transparent;
  border:0;
  color:rgba(238,242,255,.92);
  font-weight:950;
  cursor:pointer;
  text-align:left;
}
.faqQ span{color:rgba(231,195,122,.92); font-weight:950;}
.faqA{
  display:none;
  padding:0 16px 16px;
  color:var(--muted);
  font-size:12px;
  line-height:1.8;
  font-weight:650;
}
.faqItem.is-open .faqA{display:block;}
.faqItem.is-open .faqQ span{transform:rotate(45deg);}

/* CTA band */
.ctaBand{
  margin-top:22px;
  padding:22px 22px;
  border-radius:22px;
  background:
    radial-gradient(1200px 420px at 0% 0%, rgba(231,195,122,.14), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 18px 55px rgba(0,0,0,.45);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.ctaBand__t{font-weight:950; font-size:16px;}
.ctaBand__d{margin-top:6px; color:var(--muted); font-size:12px; font-weight:650;}

/* Footer tweaks (premium) */
.footer__logo{color:rgba(231,195,122,.92);}
.footer__cta{background:linear-gradient(180deg,var(--brassA),var(--brassB));}
.footer__links{color:rgba(238,242,255,.78);}

/* Floating service button keeps icon+text */
.tgFloat{
  background:linear-gradient(180deg, rgba(42,171,238,1), rgba(14,126,197,1));
}
.tgFloat__text{font-weight:950;}

/* QQ modal */
.is-locked{overflow:hidden;}
.qqModal{position:fixed; inset:0; display:none; z-index:9999;}
.qqModal.is-open{display:block;}
.qqModal__backdrop{position:absolute; inset:0; background:rgba(0,0,0,.62);}
.qqModal__panel{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:min(420px, calc(100vw - 28px));
  border-radius:18px;
  background:rgba(16, 18, 22, .92);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 30px 90px rgba(0,0,0,.6);
  padding:18px 16px 16px;
}
.qqModal__close{
  position:absolute; right:10px; top:8px;
  width:36px; height:36px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:rgba(238,242,255,.92);
  font-size:20px; line-height:1;
  cursor:pointer;
}
.qqModal__title{font-weight:950; font-size:16px; letter-spacing:.2px;}
.qqModal__sub{margin-top:6px; color:rgba(238,242,255,.68); font-size:12px; font-weight:650;}
.qqModal__numRow{margin-top:14px; display:flex; align-items:center; gap:10px;}
.qqModal__num{font-weight:950; font-size:18px; letter-spacing:.6px;}
.qqModal__copy{
  margin-left:auto;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(180deg, rgba(231,195,122,.92), rgba(203,149,55,.92));
  color:#0b0f16;
  font-weight:950;
  cursor:pointer;
}
.qqModal__qr{margin-top:14px; display:flex; flex-direction:column; align-items:center; gap:10px;}
.qqModal__qr img{width:220px; max-width:100%; border-radius:16px; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.04);}
.qqModal__qrHint{font-size:12px; color:rgba(238,242,255,.72); font-weight:650;}

/* Responsive */
@media (max-width: 1100px){
  .hero__wrap{grid-template-columns:1fr; gap:22px; padding:72px 0 74px;}
  .heroCard{max-width:560px;}
  .svcList{grid-template-columns:1fr; }
  .caseGrid{grid-template-columns:1fr;}
  .aboutV6__wrap{grid-template-columns:1fr; gap:22px;}
  .aboutStats{grid-template-columns:1fr;}
  .ctaBand{flex-direction:column; align-items:flex-start}
}
