.hero { padding: 44px 0 34px; }

.hero-card { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: clamp(36px, 4vw, 62px); align-items: stretch; padding: clamp(34px, 4vw, 54px); border: 1px solid var(--line-strong); border-radius: 30px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); overflow: hidden; }

.hero-card::before { content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 86% 12%, rgba(246,179,33,.16), transparent 16rem),
    radial-gradient(circle at 0% 100%, rgba(24,91,157,.08), transparent 18rem);
  opacity: .9; }

.hero-copy { display: flex; flex-direction: column; justify-content: center; max-width: 780px; }

.hero h1 { margin: 0 0 18px; color: var(--ink); font-size: clamp(42px, 4.6vw, 64px); line-height: 1.06; letter-spacing: -.045em; font-weight: 730; text-wrap: balance; }

.hero-subtitle { margin: 0 0 16px; max-width: 680px; display: grid; gap: 6px; }

.hero-subtitle-main { display: block; color: #334761; font-size: clamp(19px, 1.5vw, 22px); line-height: 1.42; font-weight: 700; }

.hero-subtitle-sub { display: block; color: #5a6c84; font-size: clamp(15px, 1.15vw, 17px); line-height: 1.45; font-weight: 650; }

.hero-summary-list { display: grid; gap: 10px; max-width: 690px; margin: 0; }

.hero-summary-list span { position: relative; display: block; padding-left: 22px; color: #40536c; font-size: 16px; line-height: 1.45; font-weight: 680; }

.hero-summary-list span::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(246,179,33,.16); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 16px; }

.portrait-card { justify-self: end; width: min(100%, 420px); display: flex; flex-direction: column; gap: 10px; }

.portrait-frame { position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 14%, rgba(255,255,255,.78), transparent 24%),
    radial-gradient(circle at 50% 54%, rgba(24,91,157,.12), transparent 48%),
    linear-gradient(180deg, rgba(234,241,249,.98) 0%, rgba(246,249,253,.98) 46%, rgba(255,255,255,.82) 100%);
  box-shadow: var(--shadow-soft); }

.portrait-frame::before { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(28,45,73,.08); pointer-events: none; }

.portrait-frame::after { content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(245,247,251,0) 0%, rgba(245,247,251,.02) 56%, rgba(245,247,251,.78) 100%),
    radial-gradient(circle at left center, rgba(245,247,251,.72), transparent 26%),
    radial-gradient(circle at right center, rgba(245,247,251,.72), transparent 26%); }

.portrait-frame img { position: relative; z-index: 1; width: 100%; height: calc(100% + 88px); object-fit: cover; object-position: center top; transform: translateY(-42px); transform-origin: center top; }

.irs-badge { margin: 0 12px 4px; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid rgba(24,91,157,.30); border-radius: 999px; color: var(--blue); background: #f7fbff; font-size: 14px; font-weight: 800; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }

.irs-badge:hover { transform: translateY(-1px); border-color: var(--blue-2); box-shadow: 0 10px 22px rgba(24,91,157,.12); }

.about,
.services,
.process,
.early-start,
.pricing,
.faq,
.contact { padding: 54px 0 0; }

.contact { padding-bottom: 10px; }

.info-card:hover,
.step-card:hover,
.price-card:hover { transform: translateY(-3px); border-color: rgba(24,91,157,.28); box-shadow: 0 18px 42px rgba(31,52,83,.11); }

.about-card { display: grid; grid-template-columns: .86fr 1.14fr; gap: 40px; align-items: start; padding: 34px; }

.about-text p,
.section-note,
.info-card p,
.step-card p,
.price-card p,
.contact-copy p,
.faq-accordion p { color: var(--muted); line-height: 1.65; }

.about-text p { margin: 0 0 22px; font-size: 16px; }

.fact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }

.fact-item { min-height: 92px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #f9fbfe; }

.fact-item b { display: block; color: var(--ink); font-size: 16px; line-height: 1.25; margin-bottom: 8px; }

.fact-item span { display: block; color: var(--muted); font-size: 13px; line-height: 1.45; font-weight: 650; }

.section-heading { max-width: 780px; margin: 0 auto 28px; text-align: center; }

.section-note { margin: 12px auto 0; max-width: 680px; font-size: 16px; }

.cards-grid { display: grid; gap: 18px; }

.services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.info-card { padding: 23px; min-height: 190px; }

.info-card h3,
.step-card h3,
.price-card h3 { margin: 0 0 10px; color: var(--ink); font-size: 18px; line-height: 1.3; font-weight: 800; }

.info-card p,
.step-card p,
.price-card p { margin: 0; font-size: 15px; }

.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }

.step-card { padding: 26px; min-height: 204px; text-align: left; }

.step-number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; color: #750; background: rgba(246,179,33,.20); border: 1px solid rgba(246,179,33,.48); font-size: 18px; font-weight: 800; }

.pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.price-card { padding: 26px; }

.price-card.featured { border-color: rgba(246,179,33,.62); box-shadow: 0 18px 42px rgba(246,179,33,.13); }

.price { margin: 0 0 12px !important; color: var(--ink) !important; font-size: 34px; line-height: 1.05 !important; font-weight: 800; }

.faq-accordion details { border: 1px solid rgba(28,45,73,.14); border-radius: 16px; background: linear-gradient(180deg, #fff 0%, #fbfdff 100%); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }

.faq-accordion details:hover { transform: translateY(-2px); border-color: rgba(24,91,157,.22); box-shadow: 0 12px 28px rgba(31,52,83,.08); }

.faq-accordion summary { position: relative; list-style: none; cursor: pointer; padding: 18px 42px 18px 18px; color: var(--ink); font-size: 16px; line-height: 1.42; font-weight: 800; }

.faq-accordion summary::-webkit-details-marker { display: none; }

.faq-accordion summary::after { content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: #f2f7fc;
  font-size: 18px;
  line-height: 1;
  transition: transform .18s ease, background .18s ease, color .18s ease; }

.faq-accordion details[open] summary::after { content: "–"; color: #750; background: rgba(246,179,33,.20); transform: translateY(-50%) rotate(180deg); }

.faq-accordion p { margin: 0; padding: 0 18px 18px; font-size: 15px; }

.contact-card { display: grid; grid-template-columns: .88fr 1.12fr; gap: 34px; align-items: start; padding: 30px 34px; }

.contact-copy { display: flex; flex-direction: column; }

.contact-copy > h2 { margin-top: 0; }

.contact-methods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }

.contact-link { display: flex; align-items: center; gap: 12px; min-height: 58px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }

.contact-link:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(31,52,83,.12); border-color: rgba(24,91,157,.30); }

.contact-icon { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-2); font-weight: 800; }

.contact-link b { display: block; color: var(--ink); font-size: 14px; line-height: 1.2; }

.contact-link small { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; line-height: 1.25; overflow-wrap: anywhere; }

.contact-link.phone .contact-icon { background: var(--blue); }

.contact-link.whatsapp .contact-icon { background: #20b45b; }

.contact-link.telegram .contact-icon { background: #2a9fd6; }

.contact-link.viber .contact-icon { background: #7352b8; }

.contact-form { display: grid; gap: 12px; }

.contact-form label { color: #334761; font-size: 14px; font-weight: 750; }

.contact-form input,
.contact-form textarea,
.contact-form select { width: 100%; margin-top: 8px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: 12px; color: var(--text); background: #fff; font: inherit; outline: none; }

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus { border-color: rgba(24,91,157,.55); }

.form-note { margin: 0 !important; color: var(--muted); font-size: 12px !important; line-height: 1.5 !important; }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity .5s ease, transform .5s ease; }

.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .hero-card { grid-template-columns: 1fr; gap: 34px; }
  
    .hero-copy { max-width: none; }
  
    .portrait-card { justify-self: center; }
  
    .about-card,
  .contact-card { grid-template-columns: 1fr; }
  
    .services-grid,
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .hero { padding-top: 26px; }
  
    .hero-card { padding: 26px 20px; border-radius: 24px; }
  
    .hero h1 { font-size: clamp(36px, 10vw, 50px); }
  
    .hero-subtitle { font-size: 17px; }
  
    .hero-summary-list span { font-size: 15px; }
  
    .portrait-card { width: min(430px, 100%); }
  
    .portrait-frame { height: 440px; }
  
    .portrait-frame img { height: calc(100% + 70px); transform: translateY(-30px); }
  
    .about,
  .services,
  .process,
  .pricing,
  .faq,
  .contact { padding-top: 42px; }
  
    .contact { padding-bottom: 10px; }
  
    .about-card,
  .contact-card { padding: 30px 34px; }
  
    .fact-grid,
  .services-grid,
  .pricing-grid,
  .steps-grid,
  .contact-methods { grid-template-columns: 1fr; }
}

.section-shell { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }

.eyebrow { margin: 0 0 16px; color: var(--blue-2); font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 13px; border: 1px solid transparent; font-weight: 800; position: relative; overflow: hidden; box-shadow: 0 10px 22px rgba(31,52,83,.08), inset 0 1px 0 rgba(255,255,255,.62); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease; }

.btn::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.34) 42%, rgba(255,255,255,.12) 53%, transparent 70%); transform: translateX(-120%); transition: transform .55s ease; pointer-events: none; }

.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(31,52,83,.13), inset 0 1px 0 rgba(255,255,255,.72); }

.btn-primary { color: #111827; background: linear-gradient(135deg, #ffe082 0%, #f6b321 52%, #eda317 100%); border-color: rgba(188,126,6,.18); box-shadow: 0 16px 36px rgba(246,179,33,.27), inset 0 1px 0 rgba(255,255,255,.58); }

.btn-secondary { color: var(--blue); border-color: rgba(24,91,157,.24); background: linear-gradient(180deg, #fff 0%, #f7fbff 100%); box-shadow: 0 10px 22px rgba(31,52,83,.07), inset 0 1px 0 rgba(255,255,255,.9); }

.panel,
.info-card,
.step-card,
.price-card { position: relative;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 100%);
  box-shadow: var(--shadow-soft);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease; }

.section-kicker { margin: 0 0 10px; color: var(--blue-2); font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

h2 { margin: 0; color: var(--ink); font-size: clamp(30px, 3vw, 42px); line-height: 1.14; letter-spacing: -.032em; font-weight: 740; text-wrap: balance; }

#top,
#home,
#about,
#services,
#process,
#pricing,
#faq,
#resources,
#contact { scroll-margin-top: 86px; }

@media (max-width: 1100px) {
  .header-inner,
  .section-shell,
  .site-footer { width: min(100% - 34px, var(--container)); }
}

@media (max-width: 820px) {
  .hero-actions .btn { width: 100%; }
}

@media (max-width: 480px) {
  .header-inner,
.section-shell,
.site-footer { width: calc(100% - 28px); }
  .portrait-frame { height: 410px; }
  .portrait-frame img { height: calc(100% + 54px); transform: translateY(-18px); }
}

.hero-summary-list span { transition: transform .18s ease, color .18s ease; }
.hero-summary-list span:hover { transform: translateX(3px); color: #233a5a; }
.hero-summary-list span:hover::before { box-shadow: 0 0 0 6px rgba(246,179,33,.18); }

.info-card::before,
.price-card::before,
.step-card::before { content: ""; position: absolute; left: 22px; right: 22px; top: 0; height: 3px; border-radius: 0 0 999px 999px; background: linear-gradient(90deg, rgba(246,179,33,.78), rgba(24,91,157,.24)); opacity: 0; transform: scaleX(.86); transition: opacity .18s ease, transform .18s ease; }
.info-card:hover::before,
.price-card:hover::before,
.step-card:hover::before { opacity: 1; transform: scaleX(1); }
.fact-item { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease; }
.fact-item:hover { transform: translateY(-2px); border-color: rgba(24,91,157,.24); box-shadow: 0 12px 28px rgba(31,52,83,.08); background: #fff; }
.step-number { transition: transform .18s ease, box-shadow .18s ease; }
.step-card:hover .step-number { transform: scale(1.05); box-shadow: 0 10px 22px rgba(246,179,33,.18); }

.contact-link { background: linear-gradient(180deg, #fff 0%, #fbfdff 100%); }
.contact-link:hover .contact-icon { transform: scale(1.06); box-shadow: 0 8px 18px rgba(31,52,83,.16); }
.contact-form input,
.contact-form textarea,
.contact-form select { transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus { border-color: rgba(24,91,157,.55); box-shadow: 0 0 0 4px rgba(24,91,157,.08); background: #fff; }

.contact { padding-bottom: 8px; }
.contact-card { padding: 30px 34px; gap: 34px; }
.contact-copy > p:last-of-type { margin: 12px 0 0; max-width: 520px; }
.contact-methods { margin-top: 20px; }
.contact-link { min-height: 58px; padding: 10px 13px; }
.contact-form { gap: 12px; }
.contact-form input,
.contact-form textarea,
.contact-form select { padding: 12px 14px; }
.contact-form textarea { min-height: 88px; }
.site-footer { padding: 22px 0 24px; }
.btn,
.contact-link,
.faq-accordion details,
.info-card,
.step-card,
.price-card { will-change: transform; }
.btn-primary { box-shadow: 0 16px 34px rgba(246,179,33,.28), inset 0 1px 0 rgba(255,255,255,.56); }
.btn-secondary { box-shadow: 0 10px 22px rgba(31,52,83,.08), inset 0 1px 0 rgba(255,255,255,.85); }
.contact-link:hover .contact-icon { transform: scale(1.06); }
.contact-icon { transition: transform .18s ease, box-shadow .18s ease; }
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus { box-shadow: 0 0 0 4px rgba(24,91,157,.09); }
@media (max-width: 820px) {
  .contact-card { padding: 24px; }
  .site-footer { padding: 22px 0 26px; }
}
.contact { padding-bottom: 0; }
.site-footer { margin: 50px auto 0; padding: 20px 0 24px; }
.footer-note { margin: 8px auto 0 !important; }
@media (max-width: 820px) {
  .site-footer { margin-top: 34px; }
}
.site-footer { margin-top: 118px; }
@media (max-width: 820px) {
  .site-footer { margin-top: 72px; }
}
.site-footer { margin-top: 154px; }
@media (max-width: 820px) {
  .site-footer { margin-top: 92px; }
}
.site-footer { margin-top: 136px; }
@media (max-width: 820px) {
  .site-footer { margin-top: 82px; }
}

.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.service-card { position: relative; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 0 18px; border-radius: 16px; color: var(--blue); background:
    radial-gradient(circle at 72% 22%, rgba(246,179,33,.30), transparent 28%),
    linear-gradient(135deg, #f7fbff, #eef6ff); border: 1px solid rgba(24,91,157,.16); box-shadow: inset 0 1px 0 rgba(255,255,255,.80), 0 10px 22px rgba(24,91,157,.08); transition: transform .20s ease, box-shadow .20s ease, border-color .20s ease, background .20s ease; }
.service-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.85; stroke-linecap: round; stroke-linejoin: round; }
.info-card:hover .service-icon { transform: translateY(-2px) scale(1.03); border-color: rgba(246,179,33,.52); box-shadow: inset 0 1px 0 rgba(255,255,255,.86), 0 14px 28px rgba(24,91,157,.13); }

.faq-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 22px; }
.faq-column { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.faq-column details { width: 100%; }
@media (max-width: 1100px) {
  .faq-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .faq-columns { grid-template-columns: 1fr; padding: 16px; }
}

.contact-icon { position: relative;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: var(--contact-icon-color, var(--blue));
  background:
    radial-gradient(circle at 72% 22%, var(--contact-icon-glow, rgba(246,179,33,.24)), transparent 30%),
    linear-gradient(135deg, #f7fbff, var(--contact-icon-bg, #eef6ff));
  border: 1px solid var(--contact-icon-border, rgba(24,91,157,.17));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 9px 18px rgba(24,91,157,.08);
  font-size: 0; }
.contact-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.85; stroke-linecap: round; stroke-linejoin: round; }
.contact-link.telegram .contact-icon svg { fill: currentColor; stroke-width: 1.25; }
.contact-link.phone .contact-icon,
.contact-link.email .contact-icon { color: var(--blue);
  background:
    radial-gradient(circle at 72% 22%, rgba(246,179,33,.22), transparent 30%),
    linear-gradient(135deg, #f7fbff, #eef6ff);
  border-color: rgba(24,91,157,.18); }
.contact-link.whatsapp .contact-icon { color: #1f9d57;
  background:
    radial-gradient(circle at 72% 22%, rgba(31,157,87,.18), transparent 30%),
    linear-gradient(135deg, #f7fff9, #edf9f2);
  border-color: rgba(31,157,87,.25); }
.contact-link.telegram .contact-icon { color: #2587c8;
  background:
    radial-gradient(circle at 72% 22%, rgba(37,135,200,.17), transparent 30%),
    linear-gradient(135deg, #f7fcff, #eef8ff);
  border-color: rgba(37,135,200,.25); }
.contact-link.viber .contact-icon { color: #6d4bb2;
  background:
    radial-gradient(circle at 72% 22%, rgba(109,75,178,.17), transparent 30%),
    linear-gradient(135deg, #fbf9ff, #f4f0ff);
  border-color: rgba(109,75,178,.25); }
.contact-link:hover .contact-icon { transform: translateY(-1px) scale(1.04); box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 13px 24px rgba(24,91,157,.13); }
#home { scroll-margin-top: 98px; }
.hero h1 { white-space: pre-line; }
html[lang="en"] .site-footer { margin-top: 154px; }
@media (max-width: 820px) {
  html[lang="en"] .site-footer { margin-top: 100px; }
}

.header-links a { position: relative; display: inline-flex; align-items: center; min-height: 36px; padding: 0 10px; border-radius: 11px; transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; }
.header-links a:hover { color: var(--blue); background: rgba(255,255,255,.82); box-shadow: 0 8px 18px rgba(31,52,83,.10), inset 0 1px 0 rgba(255,255,255,.85); transform: translateY(-1px); }
.header-links a:active { transform: translateY(0); box-shadow: inset 0 2px 5px rgba(31,52,83,.10); }
.language-switch button { transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; }
.language-switch button:hover { background: rgba(13,59,102,.07); color: var(--blue); transform: translateY(-1px); box-shadow: 0 8px 16px rgba(31,52,83,.08), inset 0 1px 0 rgba(255,255,255,.80); }
.language-switch .active { box-shadow: 0 10px 20px rgba(246,179,33,.22), inset 0 1px 0 rgba(255,255,255,.62), inset 0 -2px 0 rgba(127,88,0,.14); }

.btn { position: relative; overflow: hidden; transform: translateY(0); box-shadow: inset 0 1px 0 rgba(255,255,255,.64); }
.btn::after { content: ""; position: absolute; inset: 0; transform: translateX(-120%); background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,.32) 48%, transparent 72%); transition: transform .45s ease; pointer-events: none; }
.btn:hover::after { transform: translateX(120%); }
.btn:hover { transform: translateY(-2px); }
.btn-primary:hover { box-shadow: 0 20px 42px rgba(246,179,33,.34), inset 0 1px 0 rgba(255,255,255,.72), inset 0 -3px 0 rgba(127,88,0,.13); }
.btn-secondary:hover { border-color: rgba(24,91,157,.36); box-shadow: 0 16px 32px rgba(31,52,83,.14), inset 0 1px 0 rgba(255,255,255,.88), inset 0 -2px 0 rgba(24,91,157,.07); }
.btn:active { transform: translateY(0); }
.panel,
.info-card,
.step-card,
.price-card,
.faq-accordion details,
.contact-link { transition: transform .20s ease, box-shadow .20s ease, border-color .20s ease, background .20s ease; }
.info-card:hover,
.step-card:hover,
.price-card:hover { transform: translateY(-4px); border-color: rgba(24,91,157,.26); box-shadow: 0 22px 48px rgba(31,52,83,.14), inset 0 1px 0 rgba(255,255,255,.72); }
.price-card.featured:hover { border-color: rgba(246,179,33,.78); box-shadow: 0 24px 52px rgba(246,179,33,.18), inset 0 1px 0 rgba(255,255,255,.76); }
.about-card:hover,
.contact-card:hover,
.faq-columns:hover { box-shadow: 0 20px 46px rgba(31,52,83,.12), inset 0 1px 0 rgba(255,255,255,.74); }
.faq-accordion details:hover { transform: translateY(-2px); border-color: rgba(24,91,157,.22); box-shadow: 0 14px 30px rgba(31,52,83,.11); }
.contact-link:hover { transform: translateY(-3px); border-color: rgba(24,91,157,.28); box-shadow: 0 18px 34px rgba(31,52,83,.14), inset 0 1px 0 rgba(255,255,255,.76); }

@media (max-width: 820px) {
  .header-links a { min-height: 40px; padding: 10px 12px; }
}
.step-card,
.price-card { position: relative; }
.step-icon,
.pricing-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 0 18px; border-radius: 16px; color: var(--blue); background:
    radial-gradient(circle at 72% 22%, rgba(246,179,33,.28), transparent 28%),
    linear-gradient(135deg, #f7fbff, #eef6ff); border: 1px solid rgba(24,91,157,.16); box-shadow: inset 0 1px 0 rgba(255,255,255,.80), 0 10px 22px rgba(24,91,157,.08); transition: transform .20s ease, box-shadow .20s ease, border-color .20s ease; }
.step-icon svg,
.pricing-icon svg { width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round; }
.step-card:hover .step-icon,
.price-card:hover .pricing-icon { transform: translateY(-2px) scale(1.03); border-color: rgba(246,179,33,.52); box-shadow: inset 0 1px 0 rgba(255,255,255,.86), 0 14px 28px rgba(24,91,157,.13); }
.price-card.featured .pricing-icon { border-color: rgba(246,179,33,.34);
  background:
    radial-gradient(circle at 72% 22%, rgba(246,179,33,.34), transparent 28%),
    linear-gradient(135deg, #fffaf0, #fff4d9); }

@media (max-width: 820px) {
  .step-icon,
.pricing-icon { width: 44px; height: 44px; margin-bottom: 16px; }
  .step-icon svg,
.pricing-icon svg { width: 22px; height: 22px; }
}

.about-followup { margin: -6px 0 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none; }
.about-followup { color: var(--muted); line-height: 1.65; }

html[lang="ru"] .about-card p[data-i18n="about.text"],
html[lang="ru"] .about-card .about-followup { text-align: left; hyphens: manual; -webkit-hyphens: manual; }
.info-card,
.step-card,
.price-card { position: relative; }
.service-card,
.step-card,
.price-card { padding-right: 88px; }

.service-icon,
.step-icon,
.pricing-icon { position: absolute; top: 24px; right: 24px; width: 46px; height: 46px; margin: 0; border-radius: 16px; opacity: .96; }

.service-icon svg,
.step-icon svg,
.pricing-icon svg { width: 23px; height: 23px; }

.service-card h3,
.step-card h3,
.price-card h3 { max-width: calc(100% - 6px); padding-right: 0; }
.info-card:hover .service-icon,
.step-card:hover .step-icon,
.price-card:hover .pricing-icon { transform: translateY(-2px) scale(1.04); }

@media (max-width: 820px) {
  .service-card,
.step-card,
.price-card { padding-right: 78px; }

  .service-icon,
.step-icon,
.pricing-icon { top: 22px;
    right: 20px;
    width: 42px;
    height: 42px; }

  .service-icon svg,
.step-icon svg,
.pricing-icon svg { width: 21px; height: 21px; }
}

html.language-reflow-lock { scroll-behavior: auto !important; overflow-anchor: none; }
html.language-reflow-lock body { overflow-anchor: none; }

html.anchor-jump-lock { scroll-behavior: auto !important; overflow-anchor: none; }
html.anchor-jump-lock body { overflow-anchor: none; }

.price-addons-card { margin-top: 18px;
  grid-column: 1 / -1;
  min-height: 152px;
  padding-right: 106px;
  background:
    radial-gradient(circle at 92% 22%, rgba(246,179,33,.18), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(239,246,255,.82));
  border-color: rgba(24,91,157,.18); }
.price-addons-card h3 { max-width: 760px; }
.price-addons-card p { max-width: 840px; }

.price-addons-card .pricing-icon { top: 28px; right: 30px; }
.price-addons-card::after { right: 30px; }

@media (max-width: 820px) {
  .price-addons-card { min-height: 0; padding-right: 78px; }

  .price-addons-card .pricing-icon { top: 22px; right: 20px; }
}

.price-addons-card { display: block; padding: 30px 112px 30px 30px; min-height: 0; }

.price-addons-card h3 { margin-bottom: 10px; max-width: 780px; }

.price-addons-card p { max-width: 900px; margin-bottom: 18px; }

.price-addons-card .pricing-icon { top: 30px; right: 32px; }

.price-addons-card::after { right: 32px; bottom: 18px; }

@media (max-width: 820px) {
  .price-addons-card { padding: 26px 78px 52px 22px; }
}

.price-addons-card { display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 24px;
  align-items: center;
  min-height: 0 !important;
  margin-top: 18px;
  padding: 28px 88px 28px 30px !important;
  background:
    radial-gradient(circle at 96% 16%, rgba(246,179,33,.14), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(244,248,252,.88)) !important; }

.price-addons-copy h3 { margin: 0 0 10px; max-width: 720px; }

.price-addons-copy p { margin: 0; max-width: 780px; }

.price-addons-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; align-self: stretch; align-content: center; padding: 14px; border-radius: 20px; background: rgba(255,255,255,.60); border: 1px solid rgba(24,91,157,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.82); }

.price-addons-list span { display: flex; align-items: center; min-height: 32px; padding: 7px 11px; border-radius: 999px; color: rgba(13,59,102,.88); background: rgba(255,255,255,.78); border: 1px solid rgba(24,91,157,.13); font-size: 12.5px; font-weight: 780; line-height: 1.15; white-space: nowrap; }

.price-addons-card .pricing-icon { top: 24px !important; right: 24px !important; width: 42px; height: 42px; opacity: .9; }

.price-addons-card::after { right: 28px !important; bottom: 16px !important; }

@media (max-width: 980px) {
  .price-addons-card { grid-template-columns: 1fr; padding-right: 78px !important; }

  .price-addons-list { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; }
}

@media (max-width: 820px) {
  .price-addons-card { padding: 26px 76px 52px 22px !important; }

  .price-addons-list { grid-template-columns: 1fr; padding: 12px; }

  .price-addons-list span { white-space: normal; }

  .price-addons-card .pricing-icon { top: 22px !important; right: 20px !important; }
}

.price-addons-list { background: transparent !important; border: 0 !important; box-shadow: none !important; padding: 0 !important; align-self: center; }

.price-factor-chip { display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(13,59,102,.92);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(24,91,157,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78), 0 7px 16px rgba(31,52,83,.055);
  font: inherit;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.12;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease; }

.price-factor-chip:hover,
.price-factor-chip:focus-visible { transform: translateY(-1px); color: var(--blue); background: rgba(255,255,255,.94); border-color: rgba(246,179,33,.52); box-shadow: inset 0 1px 0 rgba(255,255,255,.84), 0 12px 24px rgba(31,52,83,.11); outline: none; }

.price-addons-list { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px !important; background: transparent !important; border: 0 !important; box-shadow: none !important; padding: 0 !important; }

.price-factor-chip { position: relative;
  min-height: 38px;
  padding: 10px 14px 10px 28px;
  justify-content: flex-start;
  border-radius: 14px;
  color: rgba(13,59,102,.90);
  background:
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(247,251,255,.72));
  border: 1px solid rgba(24,91,157,.13);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 8px 18px rgba(31,52,83,.055);
  font-size: 12.8px;
  font-weight: 780;
  letter-spacing: -.005em; }

.price-factor-chip::before { content: ""; position: absolute; left: 12px; top: 50%; width: 7px; height: 7px; border-radius: 99px; background: rgba(246,179,33,.88); box-shadow: 0 0 0 4px rgba(246,179,33,.13); transform: translateY(-50%); }

.price-factor-chip:hover,
.price-factor-chip:focus-visible { transform: translateY(-2px);
  color: var(--blue);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,246,255,.88));
  border-color: rgba(24,91,157,.24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88), 0 14px 28px rgba(31,52,83,.12);
  outline: none; }

.price-factor-chip:hover::before,
.price-factor-chip:focus-visible::before { background: var(--blue); box-shadow: 0 0 0 4px rgba(24,91,157,.12); }
.price-factor-chip:active { transform: translateY(0); }

@media (max-width: 820px) {
  .price-addons-list { grid-template-columns: 1fr; }

  .price-factor-chip { min-height: 36px; white-space: normal; }
}
.service-icon,
.step-icon,
.pricing-icon { background: linear-gradient(145deg, #fff, #eef6ff) !important; }
.info-card:hover .service-icon,
.step-card:hover .step-icon,
.price-card:hover .pricing-icon,
.price-card.featured .pricing-icon { background: linear-gradient(145deg, #fff, #eef6ff) !important; }

.contact-form input,
.contact-form textarea,
.contact-form select { font-weight: 400 !important; font-size: 15px; line-height: 1.45; }

.contact-form input::placeholder,
.contact-form textarea::placeholder { font-weight: 400 !important; opacity: .72; }
.contact-form label { font-weight: 650; }

.contact-link.facebook .contact-icon { color: #1877f2;
  background:
    radial-gradient(circle at 72% 22%, rgba(24,119,242,.17), transparent 30%),
    linear-gradient(135deg, #f7fbff, #eef6ff);
  border-color: rgba(24,119,242,.25); }

.contact-link.facebook .contact-icon svg { fill: currentColor; stroke: none; width: 20px; height: 20px; }

.contact-form .btn[disabled],
.contact-form .btn:disabled { cursor: not-allowed; pointer-events: none; opacity: .58; color: rgba(13,59,102,.62); background: linear-gradient(135deg, #e8edf4, #dbe3ee); box-shadow: inset 0 1px 0 rgba(255,255,255,.72); transform: none !important; }
.contact-form .btn[disabled]::after,
.contact-form .btn:disabled::after { display: none; }

.form-status { margin: 4px 0 2px; padding: 12px 14px; border-radius: 14px; border: 1px solid transparent; font-size: 14px; line-height: 1.45; font-weight: 650; }
.form-status[hidden] { display: none; }

.form-status.is-info { color: #0d3b66; background: rgba(13,59,102,.08); border-color: rgba(13,59,102,.16); }

.form-status.is-error { color: #8a2b20; background: rgba(194,71,52,.10); border-color: rgba(194,71,52,.24); }

:root { --bg: #eef3f8; --ink: #0d1f34; --text: #24344e; --muted: #5f7189; --line: rgba(21, 43, 70, 0.12); --line-strong: rgba(21, 43, 70, 0.18); --blue: #103b62; --blue-2: #27628f; --accent: #d8a13a; --gold: #d8a13a; --shadow: 0 30px 84px rgba(24, 44, 72, 0.13); --shadow-soft: 0 16px 42px rgba(24, 44, 72, 0.095); }
body { background: radial-gradient(circle at 9% 8%, rgba(39,98,143,.14), transparent 30rem), radial-gradient(circle at 90% 3%, rgba(216,161,58,.16), transparent 26rem), radial-gradient(circle at 72% 74%, rgba(39,98,143,.075), transparent 28rem), linear-gradient(180deg, #f8fbfd 0%, #eef3f8 43%, #e8eef5 100%); }

body::before { background:
    linear-gradient(115deg, rgba(255,255,255,.42), transparent 34%, rgba(255,248,236,.20) 68%, transparent),
    radial-gradient(circle at 18% 58%, rgba(216,161,58,.055), transparent 22rem),
    radial-gradient(circle at 88% 42%, rgba(16,59,98,.05), transparent 24rem);
  opacity: .95; }

.site-header { border-bottom-color: rgba(21,43,70,.11);
  background:
    linear-gradient(180deg, rgba(255,255,255,.91), rgba(248,251,254,.86));
  box-shadow: 0 12px 30px rgba(24,44,72,.055); }
.header-inner { position: relative; }

.header-links a:hover { background: rgba(248,251,254,.92); box-shadow: 0 10px 22px rgba(24,44,72,.09), inset 0 1px 0 rgba(255,255,255,.9); }

.language-switch .active { background: linear-gradient(135deg, #f2cf76, #d8a13a); color: #182236; box-shadow: 0 10px 22px rgba(216,161,58,.24), inset 0 1px 0 rgba(255,255,255,.64), inset 0 -2px 0 rgba(111,76,0,.13); }
.hero { padding-top: 48px; }

.hero-card { border-color: rgba(21,43,70,.16);
  background:
    linear-gradient(135deg, rgba(255,255,255,.97) 0%, rgba(247,250,253,.95) 54%, rgba(255,249,238,.82) 100%);
  box-shadow:
    0 32px 92px rgba(24,44,72,.14),
    inset 0 1px 0 rgba(255,255,255,.86); }

.hero-card::before { background:
    radial-gradient(circle at 86% 12%, rgba(216,161,58,.17), transparent 17rem),
    radial-gradient(circle at 4% 100%, rgba(39,98,143,.105), transparent 20rem),
    linear-gradient(115deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.42) 42%, rgba(255,255,255,0) 72%);
  opacity: 1; }

.hero-card::after { content: ""; position: absolute; inset: 18px; z-index: -1; border-radius: 24px; border: 1px solid rgba(255,255,255,.68); pointer-events: none; }

.eyebrow,
.section-kicker { color: #2d6694; letter-spacing: .13em; }
.hero h1,
h2 { color: #0b2036; }
.hero-subtitle-main { color: #2e455f; }
.hero-subtitle-sub,
.hero-summary-list span { color: #586b84; }

.hero-summary-list span::before { background: var(--accent); box-shadow: 0 0 0 4px rgba(216,161,58,.15); }

.btn-primary { color: #172033; background: linear-gradient(135deg, #f3d281 0%, #d8a13a 55%, #c78d22 100%); border-color: rgba(157,105,12,.20); box-shadow: 0 18px 38px rgba(216,161,58,.25), inset 0 1px 0 rgba(255,255,255,.58); }
.btn-primary:hover { box-shadow: 0 22px 46px rgba(216,161,58,.30), inset 0 1px 0 rgba(255,255,255,.70), inset 0 -3px 0 rgba(111,76,0,.12); }

.btn-secondary { color: var(--blue); border-color: rgba(39,98,143,.22); background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,249,253,.94)); }

.portrait-frame { background:
    radial-gradient(circle at 50% 14%, rgba(255,255,255,.80), transparent 23%),
    radial-gradient(circle at 50% 54%, rgba(39,98,143,.13), transparent 50%),
    linear-gradient(180deg, rgba(231,239,247,.98) 0%, rgba(247,250,253,.98) 48%, rgba(255,255,255,.84) 100%);
  box-shadow: 0 18px 48px rgba(24,44,72,.12); }

.irs-badge { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(243,248,252,.94)); border-color: rgba(39,98,143,.24); box-shadow: inset 0 1px 0 rgba(255,255,255,.82); }

.about,
.services,
.process,
.pricing,
.faq,
.contact { position: relative; isolation: isolate; }

.about::before,
.services::before,
.process::before,
.pricing::before,
.faq::before,
.contact::before { content: ""; position: absolute; z-index: -1; inset: 24px -18px -10px; border-radius: 34px; pointer-events: none; opacity: .55; }
.about::before { background: radial-gradient(circle at 8% 18%, rgba(39,98,143,.075), transparent 20rem), linear-gradient(135deg, rgba(255,255,255,.30), rgba(241,246,251,.36)); }
.services::before { background: radial-gradient(circle at 92% 8%, rgba(39,98,143,.075), transparent 22rem), linear-gradient(135deg, rgba(241,247,252,.52), rgba(255,255,255,.20)); }
.process::before { background: radial-gradient(circle at 12% 28%, rgba(216,161,58,.08), transparent 20rem), linear-gradient(135deg, rgba(255,250,240,.42), rgba(247,250,253,.28)); }
.pricing::before { background: radial-gradient(circle at 86% 20%, rgba(216,161,58,.095), transparent 22rem), linear-gradient(135deg, rgba(255,248,235,.46), rgba(244,249,253,.34)); }
.faq::before { background: radial-gradient(circle at 12% 16%, rgba(39,98,143,.07), transparent 20rem), linear-gradient(135deg, rgba(239,246,252,.50), rgba(255,255,255,.22)); }
.contact::before { background: radial-gradient(circle at 92% 16%, rgba(216,161,58,.085), transparent 22rem), linear-gradient(135deg, rgba(242,247,252,.48), rgba(255,255,255,.30)); }

.panel,
.info-card,
.step-card,
.price-card { border-color: rgba(21,43,70,.15);
  background:
    linear-gradient(180deg, rgba(255,255,255,.985) 0%, rgba(248,251,253,.94) 100%);
  box-shadow:
    0 16px 44px rgba(24,44,72,.09),
    inset 0 1px 0 rgba(255,255,255,.76); }

.about-card,
.contact-card,
.faq-columns { background:
    linear-gradient(180deg, rgba(255,255,255,.965), rgba(248,251,253,.92));
  border-color: rgba(21,43,70,.145);
  box-shadow:
    0 18px 48px rgba(24,44,72,.095),
    inset 0 1px 0 rgba(255,255,255,.76); }

.info-card:hover,
.step-card:hover,
.price-card:hover { border-color: rgba(39,98,143,.26);
  box-shadow:
    0 24px 58px rgba(24,44,72,.14),
    inset 0 1px 0 rgba(255,255,255,.80); }
.info-card::before,
.price-card::before,
.step-card::before { background: linear-gradient(90deg, rgba(216,161,58,.70), rgba(39,98,143,.25)); }

.fact-item { background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(244,249,253,.82)); border-color: rgba(21,43,70,.11); box-shadow: inset 0 1px 0 rgba(255,255,255,.70); }

.fact-item:hover { background: rgba(255,255,255,.96); border-color: rgba(39,98,143,.22); box-shadow: 0 14px 30px rgba(24,44,72,.09); }

.service-icon,
.step-icon,
.pricing-icon { color: #1f5b89; background: linear-gradient(145deg, #fff, #edf5fb) !important; border-color: rgba(39,98,143,.14); box-shadow: inset 0 1px 0 rgba(255,255,255,.88), 0 10px 22px rgba(24,44,72,.075); }

.info-card:hover .service-icon,
.step-card:hover .step-icon,
.price-card:hover .pricing-icon,
.price-card.featured .pricing-icon { background: linear-gradient(145deg, #fff, #edf5fb) !important; border-color: rgba(216,161,58,.34); box-shadow: inset 0 1px 0 rgba(255,255,255,.90), 0 14px 30px rgba(24,44,72,.11); }

.step-number { color: #71500d; background: rgba(216,161,58,.17); border-color: rgba(216,161,58,.38); }

.price-card.featured { border-color: rgba(216,161,58,.46);
  box-shadow:
    0 20px 48px rgba(216,161,58,.13),
    inset 0 1px 0 rgba(255,255,255,.78); }
.price-addons-card { background: radial-gradient(circle at 96% 16%, rgba(216,161,58,.12), transparent 28%), linear-gradient(135deg, rgba(255,255,255,.96), rgba(240,246,251,.90)) !important; }

.price-factor-chip { color: rgba(16,59,98,.90); background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(244,249,253,.78)); border-color: rgba(39,98,143,.13); }

.price-factor-chip::before { background: rgba(216,161,58,.86); box-shadow: 0 0 0 4px rgba(216,161,58,.12); }

.faq-accordion details { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,251,253,.92)); border-color: rgba(21,43,70,.12); }

.faq-accordion summary::after { color: var(--blue); background: rgba(39,98,143,.08); }

.faq-accordion details[open] summary::after { color: #71500d; background: rgba(216,161,58,.18); }

.contact-link { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,251,253,.92)); border-color: rgba(21,43,70,.12); }
.contact-link:hover { border-color: rgba(39,98,143,.25); }

.contact-form input,
.contact-form textarea,
.contact-form select { background: rgba(255,255,255,.92); border-color: rgba(21,43,70,.17); }

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus { border-color: rgba(39,98,143,.44); box-shadow: 0 0 0 4px rgba(39,98,143,.08); background: #fff; }

.form-status.is-info { color: #103b62; background: rgba(39,98,143,.085); border-color: rgba(39,98,143,.16); }

.form-status.is-success { color: #155234; background: rgba(36,145,84,.10); border-color: rgba(36,145,84,.24); }

.form-status.is-error { color: #863023; background: rgba(194,71,52,.095); border-color: rgba(194,71,52,.22); }

.site-footer { color: #66878c; 
}

@media (max-width: 820px) {.about::before,
.services::before,
.process::before,
.pricing::before,
.faq::before,
.contact::before { inset: 18px -10px -8px; border-radius: 26px; opacity: .45; 
}

.hero { padding-top: 28px; 
}

.hero-card { box-shadow: 0 22px 60px rgba(24,44,72,.12), inset 0 1px 0 rgba(255,255,255,.82); 
}
}

body { background: #eef3f8 !important; 
}

body::before { display: none !important; content: none !important; background: none !important; 
}

.about::before,
.services::before,
.process::before,
.pricing::before,
.faq::before,
.contact::before { background: #f4f7fb !important; opacity: .58; 
}

.services::before,
.faq::before { background: #edf3f8 !important; 
}

.process::before,
.pricing::before { background: #f6f2e9 !important; opacity: .46; 
}

html.anchor-focus-mode .section-shell.anchor-focus-target::before { opacity: .58 !important; 
}

html.anchor-focus-mode .process.section-shell.anchor-focus-target::before,
html.anchor-focus-mode .pricing.section-shell.anchor-focus-target::before { opacity: .46 !important; 
}

.hero-card { background: #fbfcfe !important;
  box-shadow:
    0 30px 76px rgba(24,44,72,.13),
    inset 0 1px 0 rgba(255,255,255,.86); 
}

.hero-card::before { background: rgba(255,255,255,.35) !important; opacity: .55 !important; 
}

.services-grid { gap: 14px !important; 
}

.info-card.service-card { min-height: 158px !important; padding: 18px 82px 18px 20px !important; --card-padding-bottom: 18px; 
}

.info-card.service-card h3 { margin-bottom: 7px !important; font-size: 17px !important; line-height: 1.24 !important; 
}

.info-card.service-card p { font-size: 14px !important; line-height: 1.48 !important; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; 
}

.info-card.service-card .service-icon { top: 18px !important; right: 20px !important; width: 42px !important; height: 42px !important; border-radius: 15px; 
}

.info-card.service-card .service-icon svg { width: 21px !important; height: 21px !important; 
}

@media (max-width: 820px) {.info-card.service-card { min-height: 0 !important; padding: 18px 76px 18px 18px !important; 
}

.info-card.service-card p { -webkit-line-clamp: 3; 
}

.info-card.service-card .service-icon { top: 18px !important;
    right: 18px !important;
    width: 40px !important;
    height: 40px !important; 
}
}

.site-header { background: rgba(250,252,254,.96) !important; box-shadow: 0 14px 34px rgba(20,41,67,.075) !important; border-bottom-color: rgba(16,38,64,.14) !important; 
}

.about::before,
.services::before,
.process::before,
.pricing::before,
.faq::before,
.contact::before { background: #edf2f7 !important; opacity: .78 !important; border: 1px solid rgba(17,42,70,.045); 
}

.services::before,
.faq::before { background: #e9f0f6 !important; opacity: .82 !important; 
}

.process::before,
.pricing::before { background: #f0ece3 !important; opacity: .70 !important; 
}

html.anchor-focus-mode .section-shell.anchor-focus-target { min-height: calc(100vh - 96px) !important; padding-bottom: 96px !important; box-sizing: border-box; 
}

html.anchor-focus-mode .about::before,
html.anchor-focus-mode .services::before,
html.anchor-focus-mode .process::before,
html.anchor-focus-mode .pricing::before,
html.anchor-focus-mode .faq::before,
html.anchor-focus-mode .contact::before { opacity: 0 !important; 
}

html.anchor-focus-mode .section-shell.anchor-focus-target::before { opacity: .82 !important; 
}

html.anchor-focus-mode .process.section-shell.anchor-focus-target::before,
html.anchor-focus-mode .pricing.section-shell.anchor-focus-target::before { opacity: .72 !important; 
}

.services-grid { gap: 18px !important; 
}

.info-card.service-card { min-height: 188px !important; padding: 22px 88px 22px 24px !important; 
}

.info-card.service-card h3 { margin-bottom: 9px !important; font-size: 18px !important; line-height: 1.28 !important; 
}

.info-card.service-card p { display: block !important; overflow: visible !important; -webkit-line-clamp: unset !important; -webkit-box-orient: initial !important; font-size: 15px !important; line-height: 1.58 !important; 
}

.info-card.service-card .service-icon { top: 22px !important; right: 24px !important; width: 46px !important; height: 46px !important; border-radius: 16px; 
}

.info-card.service-card .service-icon svg { width: 23px !important; height: 23px !important; 
}

@media (max-width: 820px) {html.anchor-focus-mode .section-shell.anchor-focus-target { min-height: calc(100vh - 86px) !important; padding-bottom: 72px !important; 
}

.info-card.service-card { min-height: 0 !important; padding: 20px 82px 20px 20px !important; 
}

.info-card.service-card p { display: block !important; overflow: visible !important; -webkit-line-clamp: unset !important; 
}

.info-card.service-card .service-icon { top: 20px !important;
    right: 20px !important;
    width: 42px !important;
    height: 42px !important; 
}
}

.btn-primary { color: #111827 !important;
  background: linear-gradient(135deg, #ffe082 0%, #f6b321 52%, #eda317 100%) !important;
  border-color: rgba(188,126,6,.18) !important;
  box-shadow: 0 16px 36px rgba(246,179,33,.27), inset 0 1px 0 rgba(255,255,255,.58) !important; 
}

.btn-primary:hover { box-shadow: 0 20px 42px rgba(246,179,33,.32), inset 0 1px 0 rgba(255,255,255,.68), inset 0 -3px 0 rgba(132,86,0,.12) !important; 
}

.about::before,
.services::before,
.process::before,
.pricing::before,
.faq::before,
.contact::before { border: none !important; 
}

html.anchor-focus-mode .section-shell.anchor-focus-target { min-height: calc(100vh + 220px) !important; padding-bottom: 130px !important; 
}

html.anchor-focus-mode .services.section-shell.anchor-focus-target { min-height: calc(100vh + 250px) !important; padding-bottom: 130px !important; 
}

html.anchor-focus-mode .pricing.section-shell.anchor-focus-target { min-height: calc(100vh + 260px) !important; padding-bottom: 135px !important; 
}

html.anchor-focus-mode .faq.section-shell.anchor-focus-target { min-height: calc(100vh + 230px) !important; padding-bottom: 125px !important; 
}

html.anchor-focus-mode .contact.section-shell.anchor-focus-target { min-height: calc(100vh + 90px) !important; padding-bottom: 46px !important; 
}

.services .section-heading { margin-bottom: 26px !important; 
}

.services-grid { gap: 17px !important; 
}

.info-card.service-card { min-height: 184px !important; 
}

@media (max-width: 820px) {html.anchor-focus-mode .section-shell.anchor-focus-target,
html.anchor-focus-mode .services.section-shell.anchor-focus-target,
html.anchor-focus-mode .pricing.section-shell.anchor-focus-target,
html.anchor-focus-mode .faq.section-shell.anchor-focus-target { min-height: calc(100vh + 120px) !important; padding-bottom: 84px !important; 
}

html.anchor-focus-mode .contact.section-shell.anchor-focus-target { min-height: calc(100vh + 60px) !important; padding-bottom: 42px !important; 
}
}

.about::before,
.services::before,
.process::before,
.pricing::before,
.faq::before,
.contact::before { display: none !important; content: none !important; background: none !important; border: none !important; box-shadow: none !important; opacity: 0 !important; 
}

html.anchor-focus-mode .about::before,
html.anchor-focus-mode .services::before,
html.anchor-focus-mode .process::before,
html.anchor-focus-mode .pricing::before,
html.anchor-focus-mode .faq::before,
html.anchor-focus-mode .contact::before,
html.anchor-focus-mode .section-shell.anchor-focus-target::before { display: none !important; content: none !important; background: none !important; border: none !important; opacity: 0 !important; 
}

html.anchor-focus-mode .section-shell.anchor-focus-target { min-height: calc(100vh + 300px) !important; padding-bottom: 150px !important; box-sizing: border-box; 
}

html.anchor-focus-mode .services.section-shell.anchor-focus-target,
html.anchor-focus-mode .process.section-shell.anchor-focus-target,
html.anchor-focus-mode .pricing.section-shell.anchor-focus-target,
html.anchor-focus-mode .faq.section-shell.anchor-focus-target { min-height: calc(100vh + 330px) !important;
  padding-bottom: 155px !important; 
}

html.anchor-focus-mode .contact.section-shell.anchor-focus-target { min-height: auto !important; padding-bottom: 28px !important; 
}

body { background: #dfe8f1 !important; 
}

.info-card.service-card p { display: block !important; overflow: visible !important; -webkit-line-clamp: unset !important; -webkit-box-orient: initial !important; 
}

@media (max-width: 820px) {html.anchor-focus-mode .section-shell.anchor-focus-target,
html.anchor-focus-mode .services.section-shell.anchor-focus-target,
html.anchor-focus-mode .process.section-shell.anchor-focus-target,
html.anchor-focus-mode .pricing.section-shell.anchor-focus-target,
html.anchor-focus-mode .faq.section-shell.anchor-focus-target { min-height: calc(100vh + 150px) !important; padding-bottom: 90px !important; 
}

html.anchor-focus-mode .contact.section-shell.anchor-focus-target { min-height: auto !important; padding-bottom: 26px !important; 
}
}

.contact { padding-bottom: 28px !important; 
}

.site-footer { margin-top: 0 !important; padding-top: 6px !important; 
}

html.anchor-focus-mode .contact.section-shell.anchor-focus-target { padding-bottom: 8px !important; 
}

.contact { padding-bottom: 20px !important; 
}

.site-footer { margin-top: 0 !important; padding-top: 16px !important; padding-bottom: 26px !important; 
}

html.anchor-focus-mode .contact.section-shell.anchor-focus-target { min-height: auto !important; padding-bottom: 18px !important; 
}

.contact { padding-bottom: 76px !important; 
}

.site-footer { margin-top: 0 !important; padding-top: 22px !important; padding-bottom: 30px !important; 
}

html.anchor-focus-mode .contact.section-shell.anchor-focus-target { min-height: auto !important; padding-bottom: 76px !important; 
}

.contact { padding-bottom: 112px !important; 
}

.site-footer { margin-top: 0 !important; padding-top: 28px !important; padding-bottom: 32px !important; 
}

html.anchor-focus-mode .contact.section-shell.anchor-focus-target { min-height: auto !important; padding-bottom: 112px !important; 
}

.contact { padding-bottom: 94px !important; 
}

.site-footer { margin-top: 0 !important; padding-top: 22px !important; padding-bottom: 32px !important; 
}

html.anchor-focus-mode .contact.section-shell.anchor-focus-target { min-height: auto !important; padding-bottom: 94px !important; 
}

html.contact-anchor-mode .site-footer { margin-bottom: 420px !important; 
}

html.contact-anchor-mode body { padding-bottom: 460px !important; 
}

.credentials-strip { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; 
}

.credential-item { border: 1px solid rgba(24,91,157,.13); background: rgba(255,255,255,.68); border-radius: 20px; padding: 14px 16px; box-shadow: 0 10px 24px rgba(31,52,83,.05); 
}

.credential-item b { display: block; color: var(--navy); font-size: 14px; line-height: 1.25; margin-bottom: 5px; 
}

.credential-item span { display: block; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.35; 
}

.form-security-note { margin: 10px 0 0; padding: 12px 14px; border-radius: 16px; border: 1px solid rgba(185, 98, 0, .18); background: rgba(255, 244, 217, .78); color: #644100; font-size: 12px; line-height: 1.45; 
}

.footer-links { margin-top: 10px; display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; font-size: 12px; font-weight: 700; 
}

.footer-links a { color: var(--muted); text-decoration: none; 
}

.footer-links a:hover { color: var(--blue); text-decoration: underline; 
}

@media (max-width: 820px) {.credentials-strip { grid-template-columns: 1fr; 
}
}

.credential-item.credential-link { text-decoration: none; color: inherit; 
}

.contact-security-note { max-width: 520px; margin: 16px 0 0 !important; 
}

.contact-form .form-security-note { display: none !important; 
}

.contact-copy > p[data-i18n="contact.text"] { margin: 14px 0 0 !important; max-width: 520px; 
}

.contact-methods { margin-top: 16px !important; 
}

.contact-copy > .contact-security-note { width: 100% !important; max-width: none !important; margin: 16px 0 0 !important; box-sizing: border-box; 
}

.contact-security-note { padding: 13px 16px !important; 
}

.contact-copy > p[data-i18n="contact.text"] { max-width: 540px !important; margin: 14px 0 0 !important; 
}

.contact-methods { width: min(100%, 540px) !important; margin-top: 16px !important; 
}

.contact-copy > .contact-security-note { width: min(100%, 540px) !important; max-width: 540px !important; margin: 14px 0 0 !important; box-sizing: border-box; 
}

.contact-security-note { padding: 13px 16px !important; line-height: 1.44 !important; 
}

.contact-form textarea { min-height: 132px !important; resize: vertical; 
}

@media (max-width: 820px) {.contact-methods,
.contact-copy > .contact-security-note,
.contact-copy > p[data-i18n="contact.text"] { width: 100% !important; max-width: none !important; 
}
}

.contact-copy { height: 100%; 
}

.contact-form { display: flex !important; flex-direction: column !important; gap: 12px !important; height: 100%; 
}

.contact-form .message-field { flex: 1 1 auto; display: flex; flex-direction: column; 
}

.contact-form .message-field textarea { flex: 1 1 auto; min-height: 178px !important; 
}

.contact-form .form-note { margin: 2px 0 0 !important; max-width: 100% !important; color: var(--muted); font-size: 12px !important; line-height: 1.42 !important; 
}

.contact-form .contact-submit { margin-top: auto !important; width: 100%; 
}

.contact-form .form-status[hidden] { display: none !important; 
}

@media (max-width: 820px) {.contact-form .message-field textarea { min-height: 150px !important; 
}
}

.contact,
html.anchor-focus-mode .contact.section-shell.anchor-focus-target { padding-bottom: 34px !important; 
}

.site-footer { padding-top: 10px !important; 
}

.contact-form { height: auto !important; min-height: 0 !important; justify-content: flex-start !important; 
}

.contact-form .message-field textarea { min-height: 130px !important; height: 130px !important; 
}

.contact-form .contact-submit { margin-top: 0 !important; 
}

.contact-form .form-note { margin: 0 !important; line-height: 1.38 !important; 
}

.contact-copy > .contact-security-note { margin-top: 14px !important; 
}

.human-check { display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 13px 14px;
  border: 1px solid rgba(24,91,157,.16);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(246,179,33,.11), transparent 10rem),
    rgba(248,251,255,.86); 
}

.human-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue); 
}

.human-check span { color: #455770; font-size: 13.5px; line-height: 1.42; font-weight: 680; 
}

.contact-form button[disabled] { opacity: .58; cursor: not-allowed; transform: none !important; 
}

.contact-card { align-items: stretch !important; 
}

.contact-copy { height: 100% !important; 
}

.contact-security-note { margin-top: auto !important; margin-bottom: 0 !important; 
}

.contact-form { height: 100% !important; 
}

.contact-form .message-field { flex: 0 0 auto !important; 
}

.contact-form .message-field textarea { flex: 0 0 auto !important; min-height: 112px !important; height: 112px !important; resize: vertical; 
}

.contact-form .contact-submit { margin-top: auto !important; 
}

.contact-card > .contact-copy { display: flex !important; flex-direction: column !important; align-self: stretch !important; height: 100% !important; min-height: 100% !important; 
}

.contact-card > .contact-copy > .contact-security-note { margin-top: auto !important; margin-bottom: 0 !important; 
}

.contact-card > .contact-form { align-self: stretch !important; 
}
