/* ============================================================
   Fensterreinigung Pro — main.css
   Design system prefix: fw-  (window / glass / clean water theme)
   Palette: ocean ink + azure + aqua + golden shine
   Fonts: Sora (display) + Plus Jakarta Sans (body)
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  --fw-ink:        #0E2536;
  --fw-ink-2:      #33506A;
  --fw-muted:      #5E7488;
  --fw-primary:    #0E7BD6;
  --fw-primary-d:  #0A5FA8;
  --fw-primary-soft:#E4F1FB;
  --fw-accent:     #14BBBC;
  --fw-accent-d:   #0E9698;
  --fw-accent-soft:#DDF5F4;
  --fw-shine:      #FFC24B;
  --fw-bg:         #F1F7FC;
  --fw-surface:    #FFFFFF;
  --fw-surface-2:  #F7FBFE;
  --fw-line:       #DBE7F1;
  --fw-line-2:     #EAF2F9;
  --fw-grad:       linear-gradient(130deg, #0E7BD6 0%, #14BBBC 100%);
  --fw-grad-soft:  linear-gradient(130deg, #E4F1FB 0%, #DDF5F4 100%);
  --fw-r-sm: 10px;
  --fw-r: 16px;
  --fw-r-lg: 22px;
  --fw-sh-sm: 0 2px 10px rgba(14,37,54,.06);
  --fw-sh: 0 12px 34px rgba(14,60,110,.10);
  --fw-sh-lg: 0 26px 60px rgba(12,55,100,.18);
  --fw-ic-white: brightness(0) invert(1);
  --fw-display: 'Sora', 'Segoe UI', system-ui, sans-serif;
  --fw-body: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 375px;
  font-family: var(--fw-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--fw-ink);
  background: var(--fw-bg);
  overflow-x: clip;
}
h1, h2, h3, h4, h5 { font-family: var(--fw-display); font-weight: 700; line-height: 1.15; margin: 0; color: var(--fw-ink); letter-spacing: -.01em; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
select, input, textarea { font-family: inherit; }

/* ---------- Shared layout ---------- */
.fw-nav__inner, .fw-hero__inner, .fw-marks__inner, .fw-svc__inner, .fw-method__inner,
.fw-why__inner, .fw-steps__inner, .fw-work__inner, .fw-price__inner, .fw-calc__inner,
.fw-geo__inner, .fw-about__inner, .fw-team__inner, .fw-rev__inner, .fw-blog__inner,
.fw-faq__inner, .fw-contact__inner, .fw-seo__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 26px;
  padding-right: 26px;
}

.fw-svc, .fw-method, .fw-why, .fw-steps, .fw-work, .fw-price, .fw-calc,
.fw-geo, .fw-about, .fw-team, .fw-rev, .fw-blog, .fw-faq, .fw-seo {
  padding: 78px 0;
}

.fw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fw-display);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--fw-primary);
  margin-bottom: 14px;
}
.fw-eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--fw-accent); }
.fw-eyebrow--light { color: #8FD3FF; }
.fw-eyebrow--light::before { background: #8FD3FF; }

/* Section head helper */
.fw-svc__head, .fw-steps__head, .fw-work__head, .fw-price__head, .fw-calc__head,
.fw-team__head, .fw-rev__head, .fw-blog__head, .fw-faq__head {
  max-width: 720px;
  margin: 0 auto 46px;
  text-align: center;
}
.fw-svc__head h2, .fw-steps__head h2, .fw-work__head h2, .fw-price__head h2, .fw-calc__head h2,
.fw-team__head h2, .fw-rev__head h2, .fw-blog__head h2, .fw-faq__head h2 { font-size: clamp(26px, 3.2vw, 38px); }
.fw-svc__head p, .fw-steps__head p, .fw-work__head p, .fw-price__head p, .fw-calc__head p,
.fw-team__head p, .fw-blog__head p { color: var(--fw-muted); margin-top: 14px; font-size: 16.5px; }
.fw-svc__head .fw-eyebrow, .fw-steps__head .fw-eyebrow, .fw-work__head .fw-eyebrow,
.fw-price__head .fw-eyebrow, .fw-calc__head .fw-eyebrow, .fw-team__head .fw-eyebrow,
.fw-rev__head .fw-eyebrow, .fw-blog__head .fw-eyebrow, .fw-faq__head .fw-eyebrow { justify-content: center; }

/* ============================================================
   HEADER — frosted glass sticky nav
   ============================================================ */
.fw-nav {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255,255,255,.72);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--fw-line-2);
  overflow-x: clip;
  transition: box-shadow .25s ease, background .25s ease;
}
.fw-nav.is-scrolled { box-shadow: var(--fw-sh-sm); background: rgba(255,255,255,.9); }
.fw-nav__inner { display: flex; align-items: center; gap: 20px; height: 74px; }

.fw-nav__brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.fw-nav__brand-mark {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--fw-grad); display: grid; place-items: center; flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(14,123,214,.32);
}
.fw-nav__brand-mark img { filter: var(--fw-ic-white); }
.fw-nav__brand-txt { display: flex; flex-direction: column; line-height: 1.1; }
.fw-nav__brand-txt strong { font-family: var(--fw-display); font-size: 18px; font-weight: 800; color: var(--fw-ink); }
.fw-nav__brand-txt strong span { color: var(--fw-primary); }
.fw-nav__brand-txt small { font-size: 11.5px; color: var(--fw-muted); font-weight: 500; }

.fw-nav__menu { display: flex; align-items: center; gap: 4px; }
.fw-nav__link {
  padding: 9px 14px; border-radius: 9px; font-size: 15px; font-weight: 600; color: var(--fw-ink-2);
  transition: background .18s, color .18s;
}
.fw-nav__link:hover { background: var(--fw-primary-soft); color: var(--fw-primary-d); }

.fw-nav__phone {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 10px 18px; border-radius: 999px; font-weight: 700; font-size: 15px; color: #fff;
  background: var(--fw-grad); box-shadow: 0 8px 20px rgba(14,123,214,.28);
  transition: transform .18s, box-shadow .18s;
}
.fw-nav__phone:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(14,123,214,.38); }
.fw-nav__phone img { filter: var(--fw-ic-white); }

.fw-nav__burger { display: none; width: 46px; height: 46px; border-radius: 12px; background: var(--fw-primary-soft); flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.fw-nav__burger span { width: 20px; height: 2px; border-radius: 2px; background: var(--fw-ink); transition: transform .25s, opacity .2s; }
.fw-nav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.fw-nav__burger.is-open span:nth-child(2) { opacity: 0; }
.fw-nav__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Drawer */
.fw-nav__drawer {
  position: fixed; top: 0; right: 0; height: 100dvh; width: min(86vw, 340px);
  background: var(--fw-surface); z-index: 1001; padding: 22px;
  display: flex; flex-direction: column;
  transform: translateX(105%); transition: transform .32s cubic-bezier(.4,0,.2,1);
  box-shadow: -20px 0 60px rgba(12,40,70,.2);
  overflow-x: clip;
}
.fw-nav__drawer.is-open { transform: translateX(0); }
.fw-nav__drawer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.fw-nav__drawer-top span { font-family: var(--fw-display); font-weight: 700; color: var(--fw-muted); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.fw-nav__drawer-x { width: 42px; height: 42px; border-radius: 11px; background: var(--fw-surface-2); display: grid; place-items: center; }
.fw-nav__drawer-menu { display: flex; flex-direction: column; gap: 2px; }
.fw-nav__drawer-menu a { padding: 13px 12px; border-radius: 11px; font-weight: 600; font-size: 16px; color: var(--fw-ink); border-bottom: 1px solid var(--fw-line-2); }
.fw-nav__drawer-menu a:hover { background: var(--fw-primary-soft); color: var(--fw-primary-d); }
.fw-nav__drawer-act { margin-top: auto; padding-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.fw-nav__drawer-phone { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px; border-radius: 12px; border: 1.5px solid var(--fw-line); font-weight: 700; color: var(--fw-ink); }
.fw-nav__drawer-cta { display: inline-flex; align-items: center; justify-content: center; padding: 14px; border-radius: 12px; background: var(--fw-grad); color: #fff; font-weight: 700; box-shadow: var(--fw-sh); }
.fw-nav__backdrop { position: fixed; inset: 0; background: rgba(11,32,55,.5); backdrop-filter: blur(2px); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; z-index: 1000; }
.fw-nav__backdrop.is-open { opacity: 1; visibility: visible; }
body.fw-lock { overflow: hidden; }

/* ============================================================
   HERO
   ============================================================ */
.fw-hero { position: relative; padding: 60px 0 0; background:
  radial-gradient(1100px 520px at 82% -8%, rgba(20,187,188,.16), transparent 60%),
  radial-gradient(900px 460px at 8% 4%, rgba(14,123,214,.12), transparent 55%);
}
.fw-hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; padding-bottom: 60px; }
.fw-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 15px 7px 12px; border-radius: 999px;
  background: #fff; border: 1px solid var(--fw-line); box-shadow: var(--fw-sh-sm);
  font-weight: 700; font-size: 13px; color: var(--fw-ink-2); margin-bottom: 22px;
}
.fw-hero__title { font-size: clamp(38px, 5.6vw, 66px); font-weight: 800; letter-spacing: -.025em; }
.fw-hero__title span {
  background: var(--fw-grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.fw-hero__slogan { font-family: var(--fw-display); font-weight: 600; font-size: clamp(17px, 2.2vw, 22px); color: var(--fw-accent-d); margin: 10px 0 16px; }
.fw-hero__intro { color: var(--fw-ink-2); font-size: 17px; max-width: 540px; }
.fw-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 22px; }
.fw-hero__cta-main { display: inline-flex; align-items: center; gap: 10px; padding: 15px 26px; border-radius: 999px; background: var(--fw-grad); color: #fff; font-weight: 700; font-size: 16px; box-shadow: 0 12px 28px rgba(14,123,214,.34); transition: transform .18s, box-shadow .18s; }
.fw-hero__cta-main:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(14,123,214,.42); }
.fw-hero__cta-main img { filter: var(--fw-ic-white); }
.fw-hero__cta-ghost { display: inline-flex; align-items: center; gap: 9px; padding: 15px 24px; border-radius: 999px; background: #fff; border: 1.5px solid var(--fw-line); color: var(--fw-ink); font-weight: 700; font-size: 16px; transition: border-color .18s, transform .18s; }
.fw-hero__cta-ghost:hover { border-color: var(--fw-primary); transform: translateY(-2px); }
.fw-hero__trust { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.fw-hero__trust li { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 14.5px; color: var(--fw-ink-2); }

.fw-hero__media { position: relative; }
.fw-hero__media-frame { position: relative; border-radius: var(--fw-r-lg); overflow: hidden; box-shadow: var(--fw-sh-lg); border: 6px solid #fff; aspect-ratio: 3/2.35; }
.fw-hero__media-frame > img { width: 100%; height: 100%; object-fit: cover; }
.fw-hero__badge { position: absolute; background: rgba(255,255,255,.92); backdrop-filter: blur(6px); border: 1px solid var(--fw-line); border-radius: 14px; box-shadow: var(--fw-sh); }
.fw-hero__badge--shine { left: -18px; bottom: 34px; display: flex; align-items: center; gap: 11px; padding: 12px 16px 12px 12px; }
.fw-hero__badge-ico { width: 40px; height: 40px; border-radius: 11px; background: var(--fw-accent-soft); display: grid; place-items: center; flex-shrink: 0; }
.fw-hero__badge--shine strong { display: block; font-family: var(--fw-display); font-size: 15px; }
.fw-hero__badge--shine small { color: var(--fw-muted); font-size: 12.5px; }
.fw-hero__badge--rate { right: -14px; top: 26px; padding: 12px 16px; text-align: center; }
.fw-hero__badge-stars { color: var(--fw-shine); font-size: 14px; letter-spacing: 1px; display: block; }
.fw-hero__badge--rate strong { display: block; font-family: var(--fw-display); font-size: 20px; }
.fw-hero__badge--rate small { color: var(--fw-muted); font-size: 11.5px; }

.fw-hero__strip {
  width: min(1148px, calc(100% - 40px)); margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--fw-ink); border-radius: var(--fw-r-lg); overflow: hidden;
  transform: translateY(38px); box-shadow: var(--fw-sh-lg);
  position: relative; z-index: 2;
}
.fw-hero__stat { padding: 22px 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.09); }
.fw-hero__stat:last-child { border-right: none; }
.fw-hero__stat strong { display: block; font-family: var(--fw-display); font-weight: 800; font-size: 28px; color: #fff; }
.fw-hero__stat span { font-size: 13.5px; color: #9FB6C9; }

/* ============================================================
   TRUST MARKS
   ============================================================ */
.fw-marks { padding: 66px 0 12px; }
.fw-marks__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fw-marks__item { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--fw-line); border-radius: var(--fw-r); padding: 18px 20px; box-shadow: var(--fw-sh-sm); }
.fw-marks__ico { width: 48px; height: 48px; border-radius: 13px; background: var(--fw-grad-soft); display: grid; place-items: center; flex-shrink: 0; }
.fw-marks__tx { display: flex; flex-direction: column; min-width: 0; }
.fw-marks__tx strong { font-family: var(--fw-display); font-size: 16px; }
.fw-marks__tx small { color: var(--fw-muted); font-size: 13px; }

/* ============================================================
   SERVICES
   ============================================================ */
.fw-svc__group { margin-bottom: 40px; }
.fw-svc__group:last-of-type { margin-bottom: 0; }
.fw-svc__group-head { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid var(--fw-line-2); }
.fw-svc__group-ico { width: 52px; height: 52px; border-radius: 14px; background: var(--fw-grad); display: grid; place-items: center; flex-shrink: 0; box-shadow: 0 8px 18px rgba(14,123,214,.26); }
.fw-svc__group-ico img { filter: var(--fw-ic-white); }
.fw-svc__group-head h3 { font-size: 21px; }
.fw-svc__group-head p { color: var(--fw-muted); font-size: 14.5px; margin-top: 3px; }
.fw-svc__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
.fw-svc__card { background: #fff; border: 1px solid var(--fw-line); border-radius: var(--fw-r); padding: 20px; min-width: 0; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s, border-color .2s; }
.fw-svc__card:hover { transform: translateY(-4px); box-shadow: var(--fw-sh); border-color: #BFE0F7; }
.fw-svc__card h4 { font-size: 16.5px; margin-bottom: 8px; }
.fw-svc__card p { color: var(--fw-muted); font-size: 14px; flex-grow: 1; }
.fw-svc__price { display: inline-block; margin-top: 14px; align-self: flex-start; padding: 6px 13px; border-radius: 999px; background: var(--fw-primary-soft); color: var(--fw-primary-d); font-weight: 700; font-size: 13.5px; }
.fw-svc__foot { text-align: center; margin-top: 38px; color: var(--fw-ink-2); font-size: 16px; }
.fw-svc__foot a { color: var(--fw-primary); font-weight: 700; }

/* ============================================================
   METHOD (reines Wasser)
   ============================================================ */
.fw-method { background: var(--fw-surface); }
.fw-method__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.fw-method__media { position: relative; border-radius: var(--fw-r-lg); overflow: hidden; box-shadow: var(--fw-sh); }
.fw-method__media > img { width: 100%; height: 100%; object-fit: cover; }
.fw-method__tags { position: absolute; inset: 0; display: flex; pointer-events: none; }
.fw-method__tag { align-self: flex-end; margin: 16px; padding: 6px 14px; border-radius: 999px; font-weight: 700; font-size: 13px; color: #fff; }
.fw-method__tag--before { background: rgba(14,37,54,.72); }
.fw-method__tag--after { margin-left: auto; background: var(--fw-accent-d); }
.fw-method__text h2 { font-size: clamp(26px, 3.2vw, 36px); margin-top: 6px; }
.fw-method__text > p { color: var(--fw-ink-2); font-size: 16.5px; margin: 16px 0 24px; }
.fw-method__list { display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; }
.fw-method__list li { display: flex; gap: 14px; }
.fw-method__list-ico { width: 44px; height: 44px; border-radius: 12px; background: var(--fw-accent-soft); display: grid; place-items: center; flex-shrink: 0; }
.fw-method__list strong { font-family: var(--fw-display); font-size: 16px; }
.fw-method__list p { color: var(--fw-muted); font-size: 14.5px; margin-top: 3px; }
.fw-method__cta { display: inline-flex; align-items: center; gap: 9px; padding: 14px 24px; border-radius: 999px; background: var(--fw-grad); color: #fff; font-weight: 700; box-shadow: var(--fw-sh); transition: transform .18s; }
.fw-method__cta:hover { transform: translateY(-2px); }
.fw-method__cta img { filter: var(--fw-ic-white); }

/* ============================================================
   WHY (dark band)
   ============================================================ */
.fw-why { background: var(--fw-ink); color: #DCE8F2; position: relative; overflow: clip; }
.fw-why::before { content: ""; position: absolute; top: -160px; right: -120px; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(20,187,188,.22), transparent 68%); }
.fw-why__inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 46px; position: relative; }
.fw-why h2, .fw-why h3 { color: #fff; }
.fw-why__aside h2 { font-size: clamp(26px, 3.2vw, 36px); }
.fw-why__aside p { color: #9FB6C9; margin: 16px 0 24px; }
.fw-why__cta { display: inline-flex; align-items: center; gap: 9px; padding: 14px 24px; border-radius: 999px; background: var(--fw-grad); color: #fff; font-weight: 700; box-shadow: var(--fw-sh); transition: transform .18s; }
.fw-why__cta:hover { transform: translateY(-2px); }
.fw-why__cta img { filter: var(--fw-ic-white); }
.fw-why__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.fw-why__card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: var(--fw-r); padding: 22px; transition: background .2s, transform .2s; }
.fw-why__card:hover { background: rgba(255,255,255,.09); transform: translateY(-3px); }
.fw-why__card-ico { width: 48px; height: 48px; border-radius: 13px; background: var(--fw-grad); display: grid; place-items: center; margin-bottom: 14px; }
.fw-why__card-ico img { filter: var(--fw-ic-white); }
.fw-why__card h3 { font-size: 17px; margin-bottom: 7px; }
.fw-why__card p { color: #9FB6C9; font-size: 14.5px; }

/* ============================================================
   STEPS
   ============================================================ */
.fw-steps__track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fw-steps__step { position: relative; background: #fff; border: 1px solid var(--fw-line); border-radius: var(--fw-r); padding: 26px 22px; box-shadow: var(--fw-sh-sm); }
.fw-steps__step::after { content: ""; position: absolute; top: 48px; right: -13px; width: 26px; height: 2px; background: var(--fw-line); z-index: 1; }
.fw-steps__step:last-child::after { display: none; }
.fw-steps__n { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--fw-grad-soft); color: var(--fw-primary-d); font-family: var(--fw-display); font-weight: 800; font-size: 20px; margin-bottom: 16px; }
.fw-steps__bd h3 { font-size: 17px; margin-bottom: 6px; }
.fw-steps__bd p { color: var(--fw-muted); font-size: 14.5px; }

/* ============================================================
   WORK / GALLERY
   ============================================================ */
.fw-work { background: var(--fw-surface); }
.fw-work__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.fw-work__card { border-radius: var(--fw-r-lg); overflow: hidden; background: #fff; border: 1px solid var(--fw-line); box-shadow: var(--fw-sh-sm); transition: transform .22s, box-shadow .22s; }
.fw-work__card:hover { transform: translateY(-5px); box-shadow: var(--fw-sh); }
.fw-work__media { position: relative; aspect-ratio: 3/2; overflow: hidden; }
.fw-work__media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.fw-work__card:hover .fw-work__media > img { transform: scale(1.06); }
.fw-work__tag { position: absolute; top: 14px; left: 14px; padding: 6px 13px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--fw-primary-d); font-weight: 700; font-size: 12.5px; }
.fw-work__body { padding: 20px 22px 24px; }
.fw-work__body h3 { font-size: 17.5px; margin-bottom: 8px; }
.fw-work__body p { color: var(--fw-muted); font-size: 14.5px; }

/* ============================================================
   PRICE
   ============================================================ */
.fw-price__pkgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 30px; align-items: stretch; }
.fw-price__pkg { position: relative; background: #fff; border: 1px solid var(--fw-line); border-radius: var(--fw-r-lg); padding: 30px 26px; display: flex; flex-direction: column; box-shadow: var(--fw-sh-sm); }
.fw-price__pkg--featured { border-color: var(--fw-primary); box-shadow: var(--fw-sh); }
.fw-price__pkg-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); padding: 6px 16px; border-radius: 999px; background: var(--fw-grad); color: #fff; font-weight: 700; font-size: 12.5px; box-shadow: var(--fw-sh-sm); white-space: nowrap; }
.fw-price__pkg-head { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.fw-price__pkg-ico { width: 48px; height: 48px; border-radius: 13px; background: var(--fw-grad-soft); display: grid; place-items: center; flex-shrink: 0; }
.fw-price__pkg-head h3 { font-size: 20px; }
.fw-price__pkg-price { display: flex; align-items: baseline; gap: 6px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--fw-line-2); flex-wrap: wrap; }
.fw-price__pkg-price span { color: var(--fw-muted); font-size: 14px; }
.fw-price__pkg-price strong { font-family: var(--fw-display); font-weight: 800; font-size: 34px; color: var(--fw-ink); }
.fw-price__pkg-price small { color: var(--fw-muted); font-size: 14px; }
.fw-price__pkg-list { display: flex; flex-direction: column; gap: 11px; margin-bottom: 24px; flex-grow: 1; }
.fw-price__pkg-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--fw-ink-2); }
.fw-price__pkg-list img { margin-top: 3px; flex-shrink: 0; }
.fw-price__pkg-cta { display: block; text-align: center; padding: 14px; border-radius: 12px; font-weight: 700; border: 1.5px solid var(--fw-line); color: var(--fw-ink); transition: border-color .18s, background .18s, color .18s; }
.fw-price__pkg-cta:hover { border-color: var(--fw-primary); background: var(--fw-primary-soft); color: var(--fw-primary-d); }
.fw-price__pkg--featured .fw-price__pkg-cta { background: var(--fw-grad); border-color: transparent; color: #fff; box-shadow: var(--fw-sh-sm); }

.fw-price__single { background: #fff; border: 1px solid var(--fw-line); border-radius: var(--fw-r-lg); padding: 30px; box-shadow: var(--fw-sh-sm); }
.fw-price__single-title { font-size: 20px; margin-bottom: 18px; }
.fw-price__band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.fw-price__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border-radius: 12px; background: var(--fw-surface-2); border: 1px solid var(--fw-line-2); min-width: 0; }
.fw-price__row span { font-size: 14px; color: var(--fw-ink-2); min-width: 0; }
.fw-price__row b { font-family: var(--fw-display); color: var(--fw-primary-d); white-space: nowrap; }
.fw-price__row--free { background: var(--fw-accent-soft); border-color: #BEEAE8; }
.fw-price__row--free b { color: var(--fw-accent-d); }
.fw-price__note { margin-top: 18px; color: var(--fw-muted); font-size: 13px; line-height: 1.7; }

/* ============================================================
   CALCULATOR
   ============================================================ */
.fw-calc { background: var(--fw-surface); }
.fw-calc__panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: 0; border-radius: var(--fw-r-lg); overflow: hidden; box-shadow: var(--fw-sh); border: 1px solid var(--fw-line); max-width: 980px; margin: 0 auto; }
.fw-calc__inputs { padding: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: #fff; }
.fw-calc__label { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.fw-calc__label span { font-weight: 700; font-size: 13.5px; color: var(--fw-ink-2); }
.fw-calc__input { min-width: 0; padding: 13px 40px 13px 14px; border-radius: 11px; border: 1.5px solid var(--fw-line); background: var(--fw-surface-2); font-size: 14.5px; font-weight: 600; color: var(--fw-ink); appearance: none; background-image: url("/assets/icons/chevron-down.svg"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; cursor: pointer; }
.fw-calc__input:focus { outline: none; border-color: var(--fw-primary); }
.fw-calc__out { padding: 34px; background: var(--fw-ink); color: #DCE8F2; display: flex; flex-direction: column; }
.fw-calc__out-line { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.fw-calc__out-line span { color: #9FB6C9; font-size: 14px; }
.fw-calc__out-line strong { font-family: var(--fw-display); font-size: 17px; color: #fff; }
.fw-calc__out-line--total { border-bottom: none; margin-top: 4px; }
.fw-calc__out-line--total span { color: #fff; font-weight: 700; }
.fw-calc__out-line--total strong { font-size: 30px; color: var(--fw-shine); }
.fw-calc__out-note { color: #83A0B6; font-size: 12px; margin: 14px 0 18px; line-height: 1.6; }
.fw-calc__cta { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 15px; border-radius: 12px; background: var(--fw-grad); color: #fff; font-weight: 700; }
.fw-calc__cta img { filter: var(--fw-ic-white); }

/* ============================================================
   GEO
   ============================================================ */
.fw-geo__inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 46px; align-items: center; }
.fw-geo__text h2 { font-size: clamp(25px, 3vw, 34px); }
.fw-geo__text > p { color: var(--fw-ink-2); margin: 16px 0 22px; font-size: 16.5px; }
.fw-geo__chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; }
.fw-geo__chips span { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--fw-line); font-weight: 600; font-size: 13.5px; color: var(--fw-ink-2); }
.fw-geo__chip-more { background: var(--fw-primary-soft) !important; color: var(--fw-primary-d) !important; border-color: #BFE0F7 !important; }
.fw-geo__cta { display: inline-flex; align-items: center; gap: 9px; padding: 14px 24px; border-radius: 999px; background: var(--fw-grad); color: #fff; font-weight: 700; box-shadow: var(--fw-sh); transition: transform .18s; }
.fw-geo__cta:hover { transform: translateY(-2px); }
.fw-geo__cta img { filter: var(--fw-ic-white); }
.fw-geo__panel { background: var(--fw-ink); border-radius: var(--fw-r-lg); padding: 30px; color: #DCE8F2; box-shadow: var(--fw-sh); }
.fw-geo__panel-num { text-align: center; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.fw-geo__panel-num strong { display: block; font-family: var(--fw-display); font-weight: 800; font-size: 56px; color: #fff; line-height: 1; }
.fw-geo__panel-num span { color: #9FB6C9; font-size: 14px; }
.fw-geo__panel-list { display: flex; flex-direction: column; gap: 13px; }
.fw-geo__panel-list li { display: flex; align-items: center; gap: 11px; font-size: 14.5px; }
.fw-geo__panel-list img { filter: var(--fw-ic-white); flex-shrink: 0; }

/* ============================================================
   ABOUT
   ============================================================ */
.fw-about__inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 50px; align-items: center; }
.fw-about__media { position: relative; }
.fw-about__media > img { width: 100%; height: clamp(360px, 40vw, 500px); object-fit: cover; object-position: center 28%; border-radius: var(--fw-r-lg); box-shadow: var(--fw-sh); display: block; }
.fw-about__badge { position: absolute; right: -14px; bottom: 26px; background: #fff; border: 1px solid var(--fw-line); border-radius: 14px; padding: 14px 18px; box-shadow: var(--fw-sh); text-align: center; }
.fw-about__badge strong { display: block; font-family: var(--fw-display); font-weight: 800; font-size: 26px; color: var(--fw-primary); }
.fw-about__badge span { color: var(--fw-shine); font-size: 11.5px; }
.fw-about__text h2 { font-size: clamp(26px, 3.2vw, 36px); }
.fw-about__text > p { color: var(--fw-ink-2); font-size: 16.5px; margin: 16px 0; }
.fw-about__points { display: flex; flex-direction: column; gap: 11px; margin: 22px 0 26px; }
.fw-about__points li { display: flex; align-items: center; gap: 11px; font-size: 15.5px; color: var(--fw-ink-2); }
.fw-about__cta { display: inline-flex; align-items: center; gap: 9px; padding: 14px 26px; border-radius: 999px; background: var(--fw-grad); color: #fff; font-weight: 700; box-shadow: var(--fw-sh); transition: transform .18s; }
.fw-about__cta:hover { transform: translateY(-2px); }
.fw-about__cta img { filter: var(--fw-ic-white); }

/* ============================================================
   TEAM
   ============================================================ */
.fw-team__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 940px; margin: 0 auto; }
.fw-team__card { background: #fff; border: 1px solid var(--fw-line); border-radius: var(--fw-r-lg); overflow: hidden; box-shadow: var(--fw-sh-sm); transition: transform .2s, box-shadow .2s; }
.fw-team__card:hover { transform: translateY(-4px); box-shadow: var(--fw-sh); }
.fw-team__media { aspect-ratio: 4/4.4; overflow: hidden; }
.fw-team__media > img { width: 100%; height: 100%; object-fit: cover; }
.fw-team__body { padding: 20px 22px 24px; }
.fw-team__body h3 { font-size: 18px; }
.fw-team__role { display: inline-block; margin: 6px 0 10px; padding: 4px 12px; border-radius: 999px; background: var(--fw-accent-soft); color: var(--fw-accent-d); font-weight: 700; font-size: 12.5px; }
.fw-team__body p { color: var(--fw-muted); font-size: 14px; }

/* ============================================================
   REVIEWS
   ============================================================ */
.fw-rev { background: var(--fw-surface); text-align: center; }
.fw-rev__rating { display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; font-weight: 700; color: var(--fw-ink-2); }
.fw-rev__stars { color: var(--fw-shine); letter-spacing: 2px; }
.fw-rev__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; text-align: left; }
.fw-rev__card { background: var(--fw-surface-2); border: 1px solid var(--fw-line); border-radius: var(--fw-r-lg); padding: 26px; display: flex; flex-direction: column; }
.fw-rev__card-quote { width: 44px; height: 44px; border-radius: 12px; background: var(--fw-grad-soft); display: grid; place-items: center; margin-bottom: 16px; }
.fw-rev__card-stars { color: var(--fw-shine); letter-spacing: 2px; font-size: 15px; margin-bottom: 10px; }
.fw-rev__card-body { color: var(--fw-ink-2); font-size: 15px; line-height: 1.7; flex-grow: 1; }
.fw-rev__card-foot { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--fw-line); }
.fw-rev__card-ava { width: 44px; height: 44px; border-radius: 50%; background: var(--fw-grad); color: #fff; display: grid; place-items: center; font-family: var(--fw-display); font-weight: 700; font-size: 18px; flex-shrink: 0; }
.fw-rev__card-meta h3 { font-size: 15.5px; }
.fw-rev__card-meta span { color: var(--fw-muted); font-size: 13px; }
.fw-rev__more { display: inline-flex; align-items: center; gap: 9px; margin-top: 40px; padding: 13px 24px; border-radius: 999px; border: 1.5px solid var(--fw-line); font-weight: 700; color: var(--fw-ink); transition: border-color .18s; }
.fw-rev__more:hover { border-color: var(--fw-primary); }

/* ============================================================
   BLOG
   ============================================================ */
.fw-blog { text-align: center; }
.fw-blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; text-align: left; }
.fw-blog__card { background: #fff; border: 1px solid var(--fw-line); border-radius: var(--fw-r-lg); overflow: hidden; box-shadow: var(--fw-sh-sm); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.fw-blog__card:hover { transform: translateY(-5px); box-shadow: var(--fw-sh); }
.fw-blog__media { aspect-ratio: 3/2; overflow: hidden; }
.fw-blog__media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.fw-blog__card:hover .fw-blog__media > img { transform: scale(1.05); }
.fw-blog__body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex-grow: 1; }
.fw-blog__tag { align-self: flex-start; padding: 4px 12px; border-radius: 999px; background: var(--fw-primary-soft); color: var(--fw-primary-d); font-weight: 700; font-size: 12px; margin-bottom: 12px; }
.fw-blog__body h3 { font-size: 17px; line-height: 1.3; margin-bottom: 10px; }
.fw-blog__body p { color: var(--fw-muted); font-size: 14px; flex-grow: 1; }
.fw-blog__readmore { margin-top: 14px; color: var(--fw-primary); font-weight: 700; font-size: 14px; }
.fw-blog__more { display: inline-flex; align-items: center; gap: 9px; margin-top: 40px; padding: 13px 24px; border-radius: 999px; border: 1.5px solid var(--fw-line); font-weight: 700; color: var(--fw-ink); transition: border-color .18s; }
.fw-blog__more:hover { border-color: var(--fw-primary); }

/* ============================================================
   FAQ
   ============================================================ */
.fw-faq__list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.fw-faq__item { background: #fff; border: 1px solid var(--fw-line); border-radius: var(--fw-r); overflow: hidden; transition: box-shadow .2s, border-color .2s; }
.fw-faq__item[open] { border-color: #BFE0F7; box-shadow: var(--fw-sh-sm); }
.fw-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; cursor: pointer; font-family: var(--fw-display); font-weight: 700; font-size: 16.5px; color: var(--fw-ink); list-style: none; }
.fw-faq__item summary::-webkit-details-marker { display: none; }
.fw-faq__item summary img { flex-shrink: 0; transition: transform .3s; }
.fw-faq__item[open] summary img { transform: rotate(180deg); }
.fw-faq__item div { padding: 0 24px 22px; }
.fw-faq__item div p { color: var(--fw-ink-2); font-size: 15px; line-height: 1.7; }

/* ============================================================
   CONTACT
   ============================================================ */
.fw-contact { position: relative; padding: 84px 0; overflow: clip; background: var(--fw-ink); }
.fw-contact__bg { position: absolute; inset: 0; opacity: .16; }
.fw-contact__bg img { width: 100%; height: 100%; object-fit: cover; }
.fw-contact__inner { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.fw-contact__info h2 { color: #fff; font-size: clamp(26px, 3.2vw, 38px); }
.fw-contact__info > p { color: #B8CADA; font-size: 16.5px; margin: 16px 0 20px; }
.fw-contact__hint { display: flex; align-items: center; gap: 11px; padding: 14px 16px; border-radius: 12px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); color: #DCE8F2; font-size: 14px; margin-bottom: 22px; }
.fw-contact__hint img { filter: var(--fw-ic-white); flex-shrink: 0; }
.fw-contact__hint strong { color: #fff; }
.fw-contact__details { display: flex; flex-direction: column; gap: 14px; }
.fw-contact__details li { display: flex; align-items: center; gap: 12px; color: #DCE8F2; font-size: 15.5px; }
.fw-contact__details li a { color: #fff; font-weight: 600; }
.fw-contact__details img { filter: var(--fw-ic-white); flex-shrink: 0; }
.fw-contact__panel { background: #fff; border-radius: var(--fw-r-lg); padding: 32px; box-shadow: var(--fw-sh-lg); }
.fw-contact__form-title { font-size: 21px; margin-bottom: 20px; }
.fw-contact__form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fw-contact__field { margin-bottom: 14px; min-width: 0; }
.fw-contact__input, .fw-contact__textarea { width: 100%; padding: 14px 16px; border-radius: 12px; border: 1.5px solid var(--fw-line); background: var(--fw-surface-2); font-size: 15px; color: var(--fw-ink); transition: border-color .18s, background .18s; }
.fw-contact__input:focus, .fw-contact__textarea:focus { outline: none; border-color: var(--fw-primary); background: #fff; }
.fw-contact__textarea { resize: vertical; min-height: 108px; }
.fw-contact__error { color: #E5484D; font-size: 12.5px; margin-top: 5px; }
.fw-contact__submit { width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px; border-radius: 12px; background: var(--fw-grad); color: #fff; font-weight: 700; font-size: 16px; box-shadow: var(--fw-sh); transition: transform .18s; }
.fw-contact__submit:hover { transform: translateY(-2px); }
.fw-contact__submit img { filter: var(--fw-ic-white); }
.fw-contact__success { margin-top: 14px; padding: 14px; border-radius: 12px; background: var(--fw-accent-soft); color: var(--fw-accent-d); font-weight: 600; text-align: center; }

/* ============================================================
   SEO TEXT
   ============================================================ */
.fw-seo { background: var(--fw-surface); }
.fw-seo__inner { max-width: 900px; }
.fw-seo__h2 { font-size: clamp(25px, 3vw, 34px); margin-bottom: 20px; }
.fw-seo__inner h3 { font-size: 20px; margin: 30px 0 10px; }
.fw-seo__inner p { color: var(--fw-ink-2); font-size: 15.5px; line-height: 1.75; margin-bottom: 12px; }
.fw-seo__inner strong { color: var(--fw-ink); }
.fw-seo__inset { background: var(--fw-surface-2); border: 1px solid var(--fw-line); border-left: 4px solid var(--fw-primary); border-radius: var(--fw-r); padding: 24px 26px; margin: 24px 0; }
.fw-seo__inset h4 { font-size: 17px; margin-bottom: 14px; }
.fw-seo__inset ul { display: flex; flex-direction: column; gap: 9px; }
.fw-seo__inset li { position: relative; padding-left: 26px; color: var(--fw-ink-2); font-size: 15px; }
.fw-seo__inset li::before { content: ""; position: absolute; left: 0; top: 7px; width: 15px; height: 8px; border-left: 2px solid var(--fw-accent-d); border-bottom: 2px solid var(--fw-accent-d); transform: rotate(-45deg); }
.fw-seo__inset--dark { background: var(--fw-ink); border-color: var(--fw-ink); border-left-color: var(--fw-accent); }
.fw-seo__inset--dark h4 { color: #fff; }
.fw-seo__inset--dark p { color: #B8CADA !important; margin-bottom: 0; }
.fw-seo__inset--dark a { color: #7FD4FF; font-weight: 700; }
.fw-seo__inset--dark strong { color: #fff; }

/* ============================================================
   FOOTER
   ============================================================ */
.fw-foot { background: #0A1C2B; color: #B8CADA; padding: 60px 0 26px; }
.fw-foot__inner { max-width: 1200px; margin: 0 auto; padding: 0 26px; }
.fw-foot__top { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.09); }
.fw-foot__brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.fw-foot__brand-mark { width: 42px; height: 42px; border-radius: 12px; background: var(--fw-grad); display: grid; place-items: center; flex-shrink: 0; }
.fw-foot__brand-mark img { filter: var(--fw-ic-white); }
.fw-foot__brand-name { display: block; font-family: var(--fw-display); font-weight: 800; font-size: 19px; color: #fff; }
.fw-foot__brand-sub { display: block; font-size: 12px; color: #7E96A9; }
.fw-foot__about { max-width: 560px; font-size: 14px; line-height: 1.7; }
.fw-foot__about strong { color: #fff; }
.fw-foot__top-cta { display: inline-flex; align-items: center; gap: 9px; padding: 14px 24px; border-radius: 999px; background: var(--fw-grad); color: #fff; font-weight: 700; white-space: nowrap; flex-shrink: 0; box-shadow: var(--fw-sh); }
.fw-foot__top-cta img { filter: var(--fw-ic-white); }
.fw-foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 30px; padding-bottom: 30px; margin-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.09); }
.fw-foot__col { min-width: 0; }
.fw-foot__col-title { color: #fff; font-size: 15px; margin-bottom: 16px; }
.fw-foot__links { display: flex; flex-direction: column; gap: 10px; }
.fw-foot__links a { font-size: 14px; color: #B8CADA; transition: color .16s; }
.fw-foot__links a:hover { color: #7FD4FF; }
.fw-foot__contact { display: flex; flex-direction: column; gap: 12px; }
.fw-foot__contact-item { display: flex; align-items: center; gap: 10px; font-size: 14px; min-width: 0; }
.fw-foot__contact-item img { filter: var(--fw-ic-white); flex-shrink: 0; opacity: .8; }
.fw-foot__contact-item a, .fw-foot__contact-item span { color: #fff; font-weight: 600; min-width: 0; overflow-wrap: anywhere; }
.fw-foot__contact-item span { font-weight: 400; color: #B8CADA; }
.fw-foot__regions { padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.09); }
.fw-foot__regions-label { display: block; font-size: 13px; color: #7E96A9; margin-bottom: 12px; }
.fw-foot__regions-row { display: flex; flex-wrap: wrap; gap: 8px; }
.fw-foot__region { padding: 6px 13px; border-radius: 999px; background: rgba(255,255,255,.06); font-size: 12.5px; color: #B8CADA; transition: background .16s, color .16s; }
.fw-foot__region:hover { background: rgba(127,212,255,.16); color: #fff; }
.fw-foot__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.fw-foot__copy { font-size: 13px; color: #7E96A9; }
.fw-foot__legal { display: flex; gap: 20px; }
.fw-foot__legal a { font-size: 13px; color: #B8CADA; }
.fw-foot__legal a:hover { color: #7FD4FF; }

/* ============================================================
   FIXED CALL BUTTON (FAB)
   ============================================================ */
.fw-fab { position: fixed; right: 22px; bottom: 22px; z-index: 950; }
.fw-fab__btn { display: grid; place-items: center; width: 65px; height: 65px; border-radius: 50%; background: var(--fw-grad); box-shadow: 0 12px 30px rgba(14,123,214,.5); animation: fw-pulse 2.4s infinite; }
.fw-fab__btn img { filter: var(--fw-ic-white); }
@keyframes fw-pulse {
  0% { box-shadow: 0 12px 30px rgba(14,123,214,.5), 0 0 0 0 rgba(14,123,214,.5); }
  70% { box-shadow: 0 12px 30px rgba(14,123,214,.5), 0 0 0 18px rgba(14,123,214,0); }
  100% { box-shadow: 0 12px 30px rgba(14,123,214,.5), 0 0 0 0 rgba(14,123,214,0); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .fw-hero__inner { gap: 40px; }
  .fw-why__inner { grid-template-columns: 1fr; gap: 32px; }
  .fw-foot__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 1024px) {
  .fw-nav__menu, .fw-nav__phone { display: none; }
  .fw-nav__burger { display: flex; }
  .fw-hero__inner { grid-template-columns: 1fr; }
  .fw-hero__media { max-width: 560px; }
  .fw-marks__inner { grid-template-columns: repeat(2, 1fr); }
  .fw-method__inner, .fw-geo__inner, .fw-about__inner { grid-template-columns: 1fr; gap: 34px; }
  .fw-about__media { max-width: 460px; }
  .fw-work__grid, .fw-rev__cards, .fw-blog__grid { grid-template-columns: repeat(2, 1fr); }
  .fw-steps__track { grid-template-columns: repeat(2, 1fr); }
  .fw-steps__step:nth-child(2)::after { display: none; }
  .fw-price__pkgs { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; margin-bottom: 30px; }
  .fw-calc__panel { grid-template-columns: 1fr; max-width: 560px; }
  .fw-contact__inner { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 768px) {
  .fw-svc, .fw-method, .fw-why, .fw-steps, .fw-work, .fw-price, .fw-calc,
  .fw-geo, .fw-about, .fw-team, .fw-rev, .fw-blog, .fw-faq, .fw-seo { padding: 40px 0; }
  .fw-hero { padding-top: 40px; }
  .fw-hero__inner { padding-bottom: 30px; gap: 30px; }
  .fw-hero__strip { grid-template-columns: repeat(2, 1fr); transform: translateY(30px); }
  .fw-hero__stat:nth-child(2) { border-right: none; }
  .fw-hero__stat:nth-child(1), .fw-hero__stat:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.09); }
  .fw-work__grid, .fw-rev__cards, .fw-blog__grid { grid-template-columns: 1fr; }
  .fw-price__band { grid-template-columns: repeat(2, 1fr); }
  .fw-foot__top { flex-direction: column; align-items: flex-start; }
  .fw-foot__grid { grid-template-columns: 1fr 1fr; }
  .fw-foot__bottom { justify-content: center; text-align: center; }
}

@media (max-width: 560px) {
  .fw-nav__inner { height: 66px; }
  .fw-nav__brand-txt small { display: none; }
  .fw-marks__inner { grid-template-columns: 1fr; }
  .fw-why__grid { grid-template-columns: 1fr; }
  .fw-svc__grid { grid-template-columns: 1fr; }
  .fw-calc__inputs { grid-template-columns: 1fr; padding: 24px; }
  .fw-calc__out { padding: 24px; }
  .fw-team__grid { grid-template-columns: 1fr; max-width: 340px; }
  .fw-contact__form-row { grid-template-columns: 1fr; gap: 0; }
  .fw-contact__panel { padding: 24px; }
  /* Hero floating badges shrink hard on phones */
  .fw-hero__badge--shine { left: 8px; bottom: 12px; padding: 8px 12px 8px 8px; gap: 8px; }
  .fw-hero__badge-ico { width: 26px; height: 26px; border-radius: 8px; }
  .fw-hero__badge-ico img { width: 15px; height: 15px; }
  .fw-hero__badge--shine strong { font-size: 12.5px; }
  .fw-hero__badge--shine small { font-size: 10.5px; }
  .fw-hero__badge--rate { right: 8px; top: 12px; padding: 8px 12px; }
  .fw-hero__badge--rate strong { font-size: 16px; }
  .fw-hero__media-frame { border-width: 4px; }
}

@media (max-width: 480px) {
  .fw-nav__inner, .fw-hero__inner, .fw-marks__inner, .fw-svc__inner, .fw-method__inner,
  .fw-why__inner, .fw-steps__inner, .fw-work__inner, .fw-price__inner, .fw-calc__inner,
  .fw-geo__inner, .fw-about__inner, .fw-team__inner, .fw-rev__inner, .fw-blog__inner,
  .fw-faq__inner, .fw-contact__inner, .fw-seo__inner, .fw-foot__inner { padding-left: 18px; padding-right: 18px; }
  .fw-hero__strip { width: calc(100% - 28px); }
  .fw-hero__cta { flex-direction: column; align-items: stretch; }
  .fw-hero__cta-main, .fw-hero__cta-ghost { justify-content: center; }
  .fw-steps__track { grid-template-columns: 1fr; }
  .fw-steps__step::after { display: none; }
  .fw-price__single { padding: 22px; }
  .fw-seo__inset { padding: 20px; }
}

@media (max-width: 375px) {
  body { font-size: 15px; }
  .fw-hero__title { font-size: 34px; }
  .fw-price__band { grid-template-columns: 1fr; }
  .fw-fab__btn { width: 55px; height: 55px; }
}
