:root {
  --blue-950: #061b52;
  --blue-900: #08256f;
  --blue-800: #0b398c;
  --green-600: #07951d;
  --green-500: #11ad29;
  --green-100: #e5f8e9;
  --sky-100: #eaf1ff;
  --paper: #f5f8f6;
  --white: #ffffff;
  --text: #10224f;
  --muted: #526170;
  --line: #d9e2df;
  --warning: #fff7d8;
  --warning-text: #5f4a08;
  --shadow-sm: 0 10px 30px rgba(8, 37, 111, .08);
  --shadow-lg: 0 24px 70px rgba(8, 37, 111, .15);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
:focus-visible { outline: 3px solid #72a2ff; outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 12px 16px; color: #fff; background: var(--blue-950); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.payment-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  padding: 10px 18px;
  color: #fff;
  text-align: center;
  background: var(--green-600);
  border-bottom: 1px solid rgba(255,255,255,.22);
  font-size: .95rem;
  font-weight: 950;
  letter-spacing: .035em;
}
.payment-ribbon span:last-child { font-size: .84rem; font-weight: 750; letter-spacing: 0; opacity: .88; }
.payment-ribbon:hover, .payment-ribbon:focus-visible { background: #087f1b; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.navbar { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 82px; }
.logo-link { display: inline-flex; flex: 0 0 auto; align-items: center; padding: 5px; background: #fff; border-radius: 12px; }
.logo-link img { width: 166px; height: 66px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 7px; }
.nav-link { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 13px; border-radius: 11px; color: var(--text); font-size: .91rem; font-weight: 800; }
.nav-link:hover, .nav-link:focus-visible { color: var(--blue-900); background: var(--sky-100); }
.nav-shop { color: #fff; background: var(--blue-900); }
.nav-shop:hover, .nav-shop:focus-visible { color: var(--blue-950); background: var(--green-500); }
.mobile-menu { display: none; }
.mobile-menu summary { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 92px; min-height: 48px; padding: 0 13px; color: #fff; background: var(--blue-900); border-radius: 12px; list-style: none; font-weight: 850; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary svg { width: 20px; height: 20px; }
.mobile-nav { position: absolute; top: calc(100% - 5px); right: 0; left: 0; display: grid; gap: 5px; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); }
.mobile-nav a { display: flex; align-items: center; min-height: 52px; padding: 0 15px; color: var(--text); border-radius: 10px; font-weight: 850; }
.mobile-nav a:hover, .mobile-nav a:focus-visible { background: var(--sky-100); }
.mobile-nav .mobile-shop { color: #fff; background: var(--blue-900); }

.home-hero { position: relative; overflow: hidden; padding: 66px 0 62px; color: #fff; background: var(--blue-900); }
.home-hero::before, .shop-hero::before { position: absolute; inset: 0; content: ""; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent 82%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr); align-items: center; gap: 54px; }
.eyebrow { margin-bottom: 14px; color: #35d24c; font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.home-hero h1 { max-width: 720px; margin-bottom: 20px; font-size: clamp(2.55rem, 5vw, 4.3rem); font-weight: 900; letter-spacing: -.055em; line-height: 1.02; }
.home-hero h1 em, .shop-hero h1 em { color: #35d24c; font-style: normal; }
.hero-copy { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.76); font-size: 1.08rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 19px; border: 1px solid transparent; border-radius: 13px; font-size: .94rem; font-weight: 900; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--blue-950); background: #35d24c; }
.button-primary:hover, .button-primary:focus-visible { background: #53df67; }
.button-secondary { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.25); }
.button-secondary:hover, .button-secondary:focus-visible { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.45); }
.button-blue { color: #fff; background: var(--blue-900); }
.button-blue:hover, .button-blue:focus-visible { background: var(--blue-800); }
.button-outline { color: var(--blue-900); background: #fff; border-color: rgba(8,37,111,.24); }
.button-outline:hover, .button-outline:focus-visible { border-color: var(--green-600); background: var(--green-100); }

.help-card { padding: 27px; color: var(--text); background: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 25px; box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.help-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; padding: 6px 10px; color: var(--green-600); background: var(--green-100); border-radius: 999px; font-size: .78rem; font-weight: 900; }
.help-badge::before { width: 8px; height: 8px; content: ""; background: var(--green-600); border-radius: 50%; }
.help-card h2 { margin-bottom: 9px; font-size: 1.65rem; letter-spacing: -.035em; line-height: 1.15; }
.help-card p { margin-bottom: 19px; color: var(--muted); }
.help-phone { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 62px; padding: 11px 14px; color: #fff; background: var(--blue-900); border-radius: 14px; }
.help-phone span { display: block; font-size: .75rem; opacity: .72; }
.help-phone strong { font-size: 1.15rem; }
.help-phone b { display: grid; place-items: center; width: 38px; height: 38px; color: var(--blue-950); background: #35d24c; border-radius: 11px; font-size: 1.1rem; }
.help-note { margin: 13px 0 0 !important; font-size: .86rem; }

.section { padding: 70px 0; }
.section-white { background: #fff; }
.section-blue { color: #fff; background: var(--blue-900); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 29px; }
.section-kicker { margin-bottom: 9px; color: var(--green-600); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-blue .section-kicker { color: #35d24c; }
.section-head h2, .simple-head h2 { margin-bottom: 0; font-size: clamp(2rem, 3.7vw, 3rem); letter-spacing: -.045em; line-height: 1.08; }
.section-head p { max-width: 430px; margin-bottom: 3px; color: var(--muted); }

.action-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.action-card { display: flex; flex-direction: column; min-height: 205px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 19px; box-shadow: var(--shadow-sm); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.action-card:hover, .action-card:focus-visible { border-color: var(--green-600); box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.action-card.featured { color: #fff; background: var(--green-600); border-color: var(--green-600); }
.action-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 27px; color: var(--blue-900); background: var(--sky-100); border-radius: 12px; font-size: .82rem; font-weight: 950; }
.action-card.featured .action-number { color: var(--green-600); background: #fff; }
.action-card h3 { margin-bottom: 8px; font-size: 1.25rem; letter-spacing: -.025em; line-height: 1.2; }
.action-card p { margin-bottom: 16px; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.action-card.featured p { color: rgba(255,255,255,.8); }
.action-arrow { margin-top: auto; font-weight: 950; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.service-card { display: flex; flex-direction: column; min-height: 335px; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.service-icon, .category-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 27px; color: var(--blue-900); background: var(--green-100); border-radius: 14px; }
.service-icon svg, .category-icon svg { width: 25px; height: 25px; }
.service-card h3 { margin-bottom: 10px; font-size: 1.45rem; letter-spacing: -.035em; }
.service-card p { margin-bottom: 18px; color: var(--muted); }
.service-list { display: grid; gap: 8px; margin: 0 0 23px; padding: 0; list-style: none; color: var(--text); font-size: .91rem; font-weight: 750; }
.service-list li::before { margin-right: 8px; color: var(--green-600); content: "✓"; }
.service-card .button { align-self: flex-start; margin-top: auto; }

.team-panel { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 52px; }
.team-panel h2 { max-width: 560px; margin-bottom: 16px; font-size: clamp(2.05rem, 3.8vw, 3.2rem); letter-spacing: -.05em; line-height: 1.07; }
.team-panel > div > p { max-width: 570px; margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 1.06rem; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.trust-item { padding: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 17px; }
.trust-item b { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 18px; color: var(--blue-950); background: #35d24c; border-radius: 10px; }
.trust-item h3 { margin-bottom: 7px; font-size: 1.05rem; }
.trust-item p { margin-bottom: 0; color: rgba(255,255,255,.62); font-size: .88rem; }

.contact-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 20px; }
.contact-card, .map-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-sm); }
.contact-card { padding: 27px; }
.contact-card h2 { margin-bottom: 9px; font-size: clamp(2rem, 3.4vw, 2.8rem); letter-spacing: -.045em; line-height: 1.08; }
.contact-card > p { color: var(--muted); }
.contact-links { display: grid; gap: 9px; margin-top: 23px; }
.contact-link { display: flex; align-items: center; gap: 13px; min-height: 62px; padding: 10px 13px; color: var(--text); background: var(--paper); border: 1px solid var(--line); border-radius: 13px; }
.contact-link:hover, .contact-link:focus-visible { border-color: var(--green-600); background: var(--green-100); }
.contact-link svg { flex: 0 0 auto; width: 22px; height: 22px; color: var(--green-600); }
.contact-link small { display: block; color: var(--muted); font-size: .76rem; }
.contact-link strong { display: block; overflow-wrap: anywhere; font-size: .98rem; }
.social-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.social-row a { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 0 13px; color: var(--blue-900); background: var(--sky-100); border-radius: 11px; font-size: .86rem; font-weight: 850; }
.social-row a:hover, .social-row a:focus-visible { color: #fff; background: var(--blue-900); }
.map-card { position: relative; min-height: 500px; }
.map-card iframe { display: block; width: 100%; height: 100%; min-height: 500px; border: 0; }
.map-button { position: absolute; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; justify-content: center; min-height: 56px; padding: 10px 15px; color: #fff; text-align: center; background: var(--blue-900); border-radius: 13px; box-shadow: var(--shadow-lg); font-weight: 900; }
.map-button:hover, .map-button:focus-visible { color: var(--blue-950); background: #35d24c; }

.site-footer { padding: 28px 0 34px; color: rgba(255,255,255,.64); background: var(--blue-950); font-size: .84rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand { color: #fff; font-weight: 900; }
.footer-brand span { color: #35d24c; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a:hover, .footer-links a:focus-visible { color: #35d24c; }

/* E-shop */
.shop-hero { position: relative; overflow: hidden; padding: 54px 0 58px; color: #fff; background: var(--blue-900); }
.shop-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 48px; }
.shop-hero h1 { max-width: 690px; margin-bottom: 17px; font-size: clamp(2.45rem, 4.6vw, 4rem); letter-spacing: -.055em; line-height: 1.03; }
.steps-card { display: grid; gap: 8px; padding: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 21px; }
.step { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 11px; min-height: 51px; padding: 7px 10px; background: rgba(255,255,255,.06); border-radius: 12px; }
.step b { display: grid; place-items: center; width: 34px; height: 34px; color: var(--blue-950); background: #35d24c; border-radius: 10px; font-size: .8rem; }
.step span { color: rgba(255,255,255,.8); font-size: .92rem; font-weight: 800; }

.payment-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; padding: 30px; color: #fff; background: linear-gradient(135deg, var(--green-600), #067719); border-radius: 24px; box-shadow: var(--shadow-lg); }
.status-pill { display: inline-flex; align-items: center; margin-bottom: 12px; padding: 6px 10px; color: var(--green-600); background: #fff; border-radius: 999px; font-size: .78rem; font-weight: 950; }
.payment-panel h2 { margin-bottom: 9px; font-size: clamp(1.9rem, 3.4vw, 2.7rem); letter-spacing: -.045em; line-height: 1.08; }
.payment-panel p { max-width: 730px; margin-bottom: 0; color: rgba(255,255,255,.82); }
.payment-panel .payment-clarity { margin-top: 13px; padding: 11px 13px; color: #fff; background: rgba(0,0,0,.14); border-radius: 11px; font-size: .9rem; font-weight: 750; }
.payment-actions { display: grid; gap: 9px; min-width: 245px; }
.payment-actions .button { width: 100%; }
.payment-actions .button-primary { background: #fff; }
.payment-actions .button-secondary { background: rgba(0,0,0,.14); }

.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.category-card { display: flex; flex-direction: column; min-height: 320px; padding: 23px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-sm); }
.category-card h3 { margin-bottom: 8px; font-size: 1.35rem; letter-spacing: -.03em; }
.category-card > p { margin-bottom: 15px; color: var(--muted); font-size: .92rem; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.chip { padding: 6px 9px; color: var(--blue-800); background: var(--sky-100); border-radius: 8px; font-size: .76rem; font-weight: 800; }
.category-card .select-service { width: 100%; margin-top: auto; }
.select-service { min-height: 49px; padding: 0 15px; color: #fff; background: var(--blue-900); border: 0; border-radius: 12px; font-weight: 900; }
.select-service:hover, .select-service:focus-visible { color: var(--blue-950); background: #35d24c; }

.request-section { padding: 72px 0; color: #fff; background: var(--blue-900); }
.request-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 48px; }
.request-copy { position: sticky; top: 112px; }
.request-copy h2 { margin-bottom: 13px; font-size: clamp(2rem, 3.6vw, 3rem); letter-spacing: -.05em; line-height: 1.07; }
.request-copy > p { color: rgba(255,255,255,.72); }
.plain-help { margin-top: 21px; padding: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 15px; }
.plain-help strong { display: block; margin-bottom: 5px; color: #35d24c; }
.plain-help p { margin-bottom: 13px; color: rgba(255,255,255,.7); font-size: .9rem; }
.plain-help a { font-weight: 950; }

.request-form { padding: 28px; color: var(--text); background: #fff; border-radius: 23px; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.form-title { margin-bottom: 6px; font-size: 1.5rem; letter-spacing: -.035em; }
.form-intro { margin-bottom: 22px; color: var(--muted); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .91rem; font-weight: 900; }
.field input, .field select, .field textarea { width: 100%; color: var(--text); background: #fbfcfb; border: 1px solid #bcc9c5; border-radius: 11px; outline: none; }
.field input, .field select { min-height: 51px; padding: 0 13px; }
.field textarea { min-height: 125px; padding: 12px 13px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(7,149,29,.13); }
.safe-note { margin: 16px 0; padding: 13px; color: var(--warning-text); background: var(--warning); border-radius: 11px; font-size: .84rem; }
.consent { display: grid; grid-template-columns: 21px 1fr; gap: 10px; align-items: start; margin: 16px 0; color: var(--muted); font-size: .84rem; }
.consent input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--green-600); }
.insurance-notice { margin-bottom: 18px; padding: 13px 14px; color: #40506a; background: var(--sky-100); border-left: 4px solid var(--blue-900); border-radius: 0 10px 10px 0; font-size: .84rem; }
.form-submit { width: 100%; min-height: 54px; color: var(--blue-950); background: #35d24c; border: 0; border-radius: 12px; font-weight: 950; }
.form-submit:hover, .form-submit:focus-visible { background: #54df68; }
.form-status { min-height: 25px; margin: 13px 0 0; color: var(--green-600); font-weight: 850; }
.privacy-note { margin: 8px 0 0; color: #6a7885; font-size: .77rem; }

@media (max-width: 980px) {
  .desktop-nav { gap: 2px; }
  .nav-link { padding-inline: 10px; font-size: .84rem; }
  .hero-grid, .shop-hero-grid, .team-panel, .request-grid { grid-template-columns: 1fr; }
  .help-card, .steps-card { max-width: 690px; }
  .action-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .category-grid { grid-template-columns: repeat(2, 1fr); }
  .team-panel { gap: 34px; }
  .request-copy { position: static; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 85px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .payment-ribbon { gap: 3px; min-height: 54px; flex-direction: column; padding: 8px 12px; line-height: 1.25; }
  .payment-ribbon span:last-child { font-size: .78rem; }
  .navbar { min-height: 72px; }
  .logo-link img { width: 132px; height: 56px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .home-hero, .shop-hero { padding: 43px 0 46px; }
  .hero-grid, .shop-hero-grid { gap: 28px; }
  .home-hero h1, .shop-hero h1 { font-size: clamp(2.2rem, 10vw, 3rem); line-height: 1.05; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; min-height: 54px; }
  .help-card { padding: 21px; border-radius: 19px; }
  .section, .request-section { padding: 53px 0; }
  .section-head { display: block; margin-bottom: 23px; }
  .section-head p { margin-top: 12px; }
  .action-grid, .service-grid, .category-grid, .trust-grid, .contact-grid { grid-template-columns: 1fr; }
  .action-card { min-height: 0; padding: 20px; }
  .action-number { margin-bottom: 19px; }
  .service-card, .category-card { min-height: 0; padding: 21px; }
  .service-icon, .category-icon { margin-bottom: 20px; }
  .team-panel { gap: 29px; }
  .payment-panel { grid-template-columns: 1fr; gap: 23px; padding: 23px; }
  .payment-actions { min-width: 0; }
  .request-grid { gap: 29px; }
  .request-form { padding: 22px 17px; border-radius: 18px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .map-card, .map-card iframe { min-height: 365px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 380px) {
  .container { width: calc(100% - 20px); }
  .logo-link img { width: 116px; height: 51px; }
  .mobile-menu summary { min-width: 84px; padding-inline: 10px; }
  .home-hero h1, .shop-hero h1 { font-size: 2.05rem; }
  .contact-card { padding: 21px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
