:root {
  --blue: #1a5ca6;
  --blue-700: #134b89;
  --blue-900: #0b2b4a;
  --blue-soft: #d0e6ff;
  --blue-mist: #eef6ff;
  --sky: #66b6df;
  --orange: #f18800;
  --orange-dark: #c76c00;
  --ink: #172a3a;
  --muted: #5a6b7b;
  --line: #dbe5ef;
  --surface: #ffffff;
  --warm: #fffaf2;
  --shadow-sm: 0 8px 24px rgba(11, 43, 74, 0.08);
  --shadow-md: 0 18px 50px rgba(11, 43, 74, 0.14);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container: min(1180px, calc(100% - 40px));
  --font: "Roboto", "Segoe UI", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: #fff;
  background: var(--blue);
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: var(--blue);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--blue-700);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(241, 136, 0, 0.55);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.65em;
  color: var(--blue-900);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
  overflow-wrap: anywhere;
  hyphens: auto;
}

h1 {
  font-size: clamp(2.45rem, 5.8vw, 4.9rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

h3 {
  font-size: clamp(1.22rem, 2vw, 1.55rem);
}

p {
  margin: 0 0 1.25rem;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-150%);
  border-radius: 8px;
  color: #fff;
  background: var(--blue-900);
}

.skip-link:focus {
  transform: none;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

/* Avada declares a later fixed .container width at mobile breakpoints. */
.topbar .container,
.site-header .container,
.site-founder .container,
.site-footer .container,
.hc24-builder-page .container {
  width: var(--container) !important;
  max-width: none !important;
}

/* Avada's legacy clearfix pseudo-elements become unwanted grid items. */
.topbar .container::before,
.topbar .container::after,
.site-header .container::before,
.site-header .container::after,
.site-founder .container::before,
.site-founder .container::after,
.site-footer .container::before,
.site-footer .container::after,
.hc24-builder-page .container::before,
.hc24-builder-page .container::after {
  display: none !important;
  content: none !important;
}

.narrow {
  width: min(820px, calc(100% - 40px));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: clamp(76px, 10vw, 124px) 0;
}

.section--tight {
  padding: clamp(56px, 7vw, 84px) 0;
}

.section--mist {
  background: var(--blue-mist);
}

.section--warm {
  background: var(--warm);
}

.section--blue {
  color: rgba(255, 255, 255, 0.88);
  background:
    radial-gradient(circle at 12% 10%, rgba(102, 182, 223, 0.3), transparent 27rem),
    linear-gradient(135deg, var(--blue-900), var(--blue));
}

.section--blue h2,
.section--blue h3 {
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--orange);
  content: "";
}

.section--blue .eyebrow {
  color: var(--blue-soft);
}

.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
}

.section--blue .lead {
  color: rgba(255, 255, 255, 0.82);
}

.section-heading {
  margin-bottom: clamp(36px, 5vw, 60px);
}

.section-heading--center {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}

.section-heading--center .lead {
  margin-inline: auto;
}

.section-heading--center .eyebrow::before {
  display: none;
}

.topbar {
  color: rgba(255, 255, 255, 0.88);
  background: var(--blue-900);
  font-size: 0.82rem;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
}

.topbar a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(219, 229, 239, 0.78);
  background: rgba(255, 255, 255, 0.97);
  transition: box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 8px 30px rgba(11, 43, 74, 0.08);
  backdrop-filter: blur(14px);
}

.header__inner {
  display: flex;
  align-items: center;
  min-height: 118px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 104px;
  height: auto;
  border-radius: 50%;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
  margin-left: auto;
}

.nav a {
  position: relative;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 99px;
  background: var(--blue);
  content: "";
  transition: transform 180ms ease;
}

.nav > a:hover::after,
.nav > a[aria-current="page"]::after {
  transform: scaleX(1);
}

.menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-left: auto;
  border: 0;
  border-radius: 12px;
  color: var(--blue-900);
  background: var(--blue-mist);
  cursor: pointer;
}

.menu-button svg {
  width: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 23px;
  border: 2px solid transparent;
  border-radius: 999px;
  color: var(--blue-900);
  background: var(--orange);
  box-shadow: 0 10px 28px rgba(241, 136, 0, 0.22);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  color: var(--blue-900);
  background: var(--orange-dark);
  box-shadow: 0 14px 32px rgba(199, 108, 0, 0.27);
}

.button--blue {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 10px 28px rgba(26, 92, 166, 0.2);
}

.button--blue:hover {
  color: #fff;
  background: var(--blue-700);
}

.button--ghost {
  border-color: rgba(26, 92, 166, 0.25);
  color: var(--blue-900);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.button--ghost:hover {
  color: var(--blue-900);
  background: #fff;
}

.button--small {
  min-height: 46px;
  padding: 10px 19px;
  font-size: 0.88rem;
}

.button svg {
  width: 18px;
  margin-left: 9px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(780px, calc(100vh - 126px));
  overflow: hidden;
  isolation: isolate;
}

.hero__media,
.hero__media picture,
.hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__media img {
  object-fit: cover;
  object-position: center;
}

.hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 30%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.03) 70%);
  content: "";
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: var(--container);
  margin-inline: auto;
  padding: 72px 0 96px;
}

.hero__content {
  width: min(650px, 56%);
}

.hero__content h1 {
  margin-bottom: 22px;
}

.hero__content .lead {
  max-width: 620px;
  color: #344c60;
  font-size: clamp(1.08rem, 1.7vw, 1.33rem);
}

.hero__note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.hero__note svg {
  flex: 0 0 auto;
  width: 20px;
  color: var(--blue);
}

.trustbar {
  position: relative;
  z-index: 3;
  margin-top: -44px;
}

.trustbar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 88px;
  padding: 20px 22px;
  color: var(--blue-900);
  font-size: 0.93rem;
  font-weight: 800;
}

.trust-item + .trust-item {
  border-left: 1px solid var(--line);
}

.icon-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: var(--blue);
  background: var(--blue-mist);
}

.icon-badge svg {
  width: 23px;
  height: 23px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  position: relative;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.card--link {
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.card--link:hover {
  transform: translateY(-5px);
  color: inherit;
  border-color: rgba(26, 92, 166, 0.28);
  box-shadow: var(--shadow-md);
}

.card h3 {
  margin: 18px 0 11px;
}

.card p:last-child {
  margin-bottom: 0;
}

.card__arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 800;
}

.card__arrow svg {
  width: 18px;
  transition: transform 180ms ease;
}

.card--link:hover .card__arrow svg {
  transform: translateX(4px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: clamp(46px, 8vw, 100px);
}

.split--reverse .split__media {
  order: 2;
}

.split__media {
  position: relative;
}

.split__media::before {
  position: absolute;
  z-index: -1;
  right: -20px;
  bottom: -20px;
  width: 62%;
  height: 62%;
  border-radius: var(--radius);
  background: var(--blue-soft);
  content: "";
}

.split__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  object-fit: cover;
}

.image-caption {
  margin: 12px 4px 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.check-list,
.plain-list {
  display: grid;
  gap: 12px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
}

.check-list li::before {
  position: absolute;
  top: 0.18em;
  left: 0;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 0.75rem;
  font-weight: 900;
  content: "✓";
}

.notice {
  padding: 22px 24px;
  border: 1px solid #c9dff5;
  border-left: 5px solid var(--blue);
  border-radius: var(--radius-sm);
  background: var(--blue-mist);
}

.notice--warm {
  border-color: #f8d39f;
  border-left-color: var(--orange);
  background: var(--warm);
}

.notice strong {
  display: block;
  margin-bottom: 4px;
  color: var(--blue-900);
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: step;
}

.process__step {
  position: relative;
  min-height: 270px;
  padding: 34px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  counter-increment: step;
}

.process__step::before {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 38px;
  border-radius: 50%;
  color: var(--blue-900);
  background: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  content: counter(step, decimal-leading-zero);
}

.process__step:not(:last-child)::after {
  position: absolute;
  top: 59px;
  right: -20px;
  z-index: 2;
  width: 38px;
  height: 2px;
  background: var(--sky);
  content: "";
}

.process__step h3 {
  font-size: 1.18rem;
}

.process__step p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
}

.fact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 34px;
  padding: clamp(32px, 6vw, 64px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.fact-panel__aside {
  padding: 30px;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(145deg, var(--blue-900), var(--blue));
}

.fact-panel__aside h3 {
  color: #fff;
}

.fact-panel__aside .check-list li::before {
  color: var(--blue-900);
  background: #fff;
}

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

.stat {
  padding: 24px;
  border-radius: var(--radius-sm);
  background: rgba(208, 230, 255, 0.6);
}

.stat strong {
  display: block;
  margin-bottom: 5px;
  color: var(--blue-900);
  font-size: 1.15rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: 0 6px 18px rgba(11, 43, 74, 0.05);
}

.faq-list summary {
  position: relative;
  padding: 22px 58px 22px 24px;
  color: var(--blue-900);
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 50%;
  color: var(--blue);
  background: var(--blue-mist);
  font-size: 1.2rem;
  content: "+";
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list__answer {
  padding: 0 24px 22px;
  color: var(--muted);
}

.faq-list__answer p:last-child {
  margin-bottom: 0;
}

.cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: center;
  gap: 40px;
  padding: clamp(38px, 6vw, 68px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: rgba(255, 255, 255, 0.82);
  background: linear-gradient(135deg, var(--blue-900), var(--blue));
  box-shadow: var(--shadow-md);
}

.cta-panel::after {
  position: absolute;
  top: -90px;
  right: -50px;
  width: 300px;
  height: 300px;
  border: 58px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.cta-panel h2 {
  position: relative;
  z-index: 1;
  color: #fff;
}

.cta-panel p {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-bottom: 0;
}

.cta-panel .button-row {
  position: relative;
  z-index: 1;
  justify-content: flex-end;
  margin-top: 0;
}

.inner-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 15%, rgba(102, 182, 223, 0.45), transparent 22rem),
    linear-gradient(135deg, var(--blue-mist), #fff 62%);
}

.inner-hero::after {
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 340px;
  height: 340px;
  border: 60px solid rgba(26, 92, 166, 0.06);
  border-radius: 50%;
  content: "";
}

.inner-hero__inner {
  position: relative;
  z-index: 1;
  padding: clamp(68px, 10vw, 120px) 0;
}

.inner-hero h1 {
  max-width: 900px;
  font-size: clamp(2.35rem, 5vw, 4.35rem);
}

.inner-hero .lead {
  max-width: 780px;
  color: #3c5366;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 0.83rem;
}

.breadcrumb a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(42px, 7vw, 90px);
  align-items: start;
}

.prose {
  min-width: 0;
}

.prose h2 {
  margin-top: 2.1em;
  font-size: clamp(1.72rem, 3vw, 2.5rem);
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin-top: 1.8em;
}

.prose ul,
.prose ol {
  margin: 0 0 1.5rem;
  padding-left: 1.4rem;
}

.prose li + li {
  margin-top: 0.55rem;
}

.prose a {
  font-weight: 700;
}

.sidebar-card {
  position: sticky;
  top: 120px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--blue-mist);
}

.sidebar-card h2 {
  font-size: 1.45rem;
}

.sidebar-card .button {
  width: 100%;
}

.sidebar-card__meta {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(26, 92, 166, 0.14);
  color: var(--muted);
  font-size: 0.82rem;
}

.source-list {
  margin-top: 34px;
  padding: 24px;
  border-radius: var(--radius-sm);
  background: #f7f9fb;
  color: var(--muted);
  font-size: 0.84rem;
}

.source-list strong {
  color: var(--ink);
}

.source-list ul {
  margin-bottom: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: start;
}

.contact-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.contact-card + .contact-card {
  margin-top: 16px;
}

.contact-card a {
  display: block;
  color: var(--blue-900);
  font-size: 1.16rem;
  font-weight: 800;
  text-decoration: none;
}

.contact-person {
  padding: 0 0 clamp(42px, 7vw, 78px);
}

.contact-person__card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  max-width: 900px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}

.contact-person__image {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

.contact-person__card h2 {
  margin-bottom: 2px;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
}

.contact-person__role {
  margin: 0 0 10px;
  color: var(--blue-900);
  font-size: 0.86rem;
  font-weight: 800;
}

.contact-person__copy > p:not(.contact-person__role) {
  max-width: 720px;
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact-person__copy blockquote {
  max-width: 720px;
  margin: 12px 0 0;
  padding: 0 0 0 14px;
  border-left: 2px solid var(--orange);
  color: var(--blue-900);
  font-size: 0.9rem;
  font-style: italic;
}

.form {
  display: grid;
  gap: 20px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--blue-mist);
}

.form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.field {
  display: grid;
  gap: 7px;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--blue-900);
  font-size: 0.9rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid #b9cadb;
  border-radius: 11px;
  color: var(--ink);
  background: #fff;
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(26, 92, 166, 0.14);
}

.checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-size: 0.84rem;
}

.checkbox input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  accent-color: var(--blue);
}

.form__note {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.form__status {
  padding: 16px;
  border-radius: 12px;
  color: #184b2d;
  background: #e4f6e9;
  font-weight: 700;
}

.legal h2 {
  margin-top: 2em;
  font-size: 1.7rem;
}

.legal h2:first-child {
  margin-top: 0;
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: #081e32;
}

.footer__main {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.75fr 1fr;
  gap: 46px;
  padding: 72px 0 52px;
}

.footer__brand img {
  width: 168px;
  height: auto;
  border-radius: 50%;
}

.footer__brand p {
  max-width: 420px;
  margin-top: 20px;
}

.footer__heading {
  margin: 0 0 18px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer__links {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.footer__links a,
.footer__contact a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.footer__links a:hover,
.footer__contact a:hover {
  color: #fff;
}

.footer__social {
  margin-top: 26px;
}

.footer__social-heading {
  margin: 0 0 12px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
}

.footer__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer__contact .footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  border-radius: 50%;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.footer__contact .footer__social-link:hover {
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}

.footer__social-link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.footer__social-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.footer__social-link--facebook { background: #1877f2; }
.footer__social-link--instagram { background: linear-gradient(135deg, #833ab4, #fd1d1d 56%, #fcb045); }
.footer__contact .footer__social-link--google { color: #4285f4; background: #fff; }
.footer__social-link--tiktok { background: #050505; box-shadow: inset 2px 0 #25f4ee, inset -2px 0 #fe2c55; }
.footer__social-link--youtube { background: #f00; }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
}

.footer__bottom p {
  margin: 0;
}

.scroll-tools {
  position: fixed;
  z-index: 900;
  right: clamp(14px, 2vw, 26px);
  bottom: clamp(16px, 2vw, 28px);
  display: grid;
  gap: 8px;
}

.scroll-tools__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 6px 20px rgba(8, 30, 50, 0.28);
  cursor: pointer;
  transition: background 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.scroll-tools__button:hover:not(:disabled) {
  background: var(--orange);
  box-shadow: 0 8px 24px rgba(8, 30, 50, 0.34);
  transform: translateY(-2px);
}

.scroll-tools__button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.scroll-tools__button:disabled {
  opacity: 0.38;
  cursor: default;
}

.scroll-tools__button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.badge-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(26, 92, 166, 0.15);
  border-radius: 999px;
  color: var(--blue-900);
  background: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

[data-reveal] {
  transform: none;
  opacity: 1;
  transition: transform 600ms cubic-bezier(0.2, 0.75, 0.25, 1), opacity 600ms ease;
}

[data-reveal].is-visible {
  transform: none;
  opacity: 1;
}

@media (max-width: 1080px) {
  .nav {
    gap: 16px;
  }

  .nav a {
    font-size: 0.86rem;
  }

  .brand img {
    width: 92px;
  }

  .card-grid--4,
  .process {
    grid-template-columns: repeat(2, 1fr);
  }

  .process__step:not(:last-child)::after {
    display: none;
  }

  .footer__main {
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 920px) {
  .topbar__inner span:first-child {
    display: none;
  }

  .topbar__inner {
    justify-content: center;
  }

  .header__inner {
    min-height: 88px;
  }

  .brand img {
    width: 72px;
  }

  .menu-button {
    display: inline-flex;
  }

  .nav {
    position: fixed;
    z-index: 999;
    top: 126px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    max-height: calc(100vh - 114px);
    padding: 18px 20px 28px;
    overflow-y: auto;
    transform: translateY(-14px);
    visibility: hidden;
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--shadow-md);
    opacity: 0;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .nav[data-open="true"] {
    transform: none;
    visibility: visible;
    opacity: 1;
  }

  .nav a {
    padding: 14px 4px;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
  }

  .nav > a::after {
    display: none;
  }

  .nav .button {
    margin-top: 16px;
    border-bottom: 0;
  }

  .hero {
    min-height: 820px;
  }

  .hero__media img {
    object-position: 65% center;
  }

  .hero__media::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9) 55%, rgba(255, 255, 255, 0.25));
  }

  .hero__content {
    width: min(680px, 78%);
  }

  .trustbar__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .trust-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .card-grid,
  .split,
  .fact-panel,
  .contact-grid,
  .content-layout,
  .cta-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split--reverse .split__media {
    order: initial;
  }

  .sidebar-card {
    position: static;
  }

  .cta-panel .button-row {
    justify-content: flex-start;
  }

  .footer__main {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(1180px, calc(100% - 28px));
  }

  body {
    font-size: 16px;
  }

  .contact-person__card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-person__image {
    width: 64px;
    height: 64px;
  }

  .narrow {
    width: min(820px, calc(100% - 28px));
  }

  .brand img {
    width: 72px;
  }

  .hero {
    min-height: auto;
    padding-top: 0;
    background: #fff;
  }

  .hero__media,
  .hero__media picture,
  .hero__media img {
    position: relative;
    height: auto;
  }

  .hero__media img {
    aspect-ratio: 4 / 3;
    object-position: 66% center;
  }

  .hero__media::after {
    display: none;
  }

  .hero__inner {
    padding: 44px 0 84px;
  }

  .hero__content {
    width: 100%;
  }

  .hero__content h1 {
    font-size: clamp(2.35rem, 12vw, 3.3rem);
  }

  .button-row,
  .button-row .button {
    width: 100%;
  }

  .trustbar {
    margin-top: -40px;
  }

  .trustbar__inner,
  .card-grid,
  .card-grid--4,
  .process,
  .stats,
  .form__grid,
  .footer__main {
    grid-template-columns: 1fr;
  }

  .trust-item + .trust-item,
  .trust-item:nth-child(3),
  .trust-item:nth-child(4) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .trust-item {
    min-height: 76px;
    padding: 15px 18px;
  }

  .card,
  .process__step {
    padding: 25px;
  }

  .process__step {
    min-height: 0;
  }

  .process__step::before {
    margin-bottom: 24px;
  }

  .fact-panel,
  .form,
  .cta-panel {
    padding: 28px 22px;
  }

  .fact-panel__aside {
    padding: 24px;
  }

  .split__media::before {
    right: -10px;
    bottom: -10px;
  }

  .footer__brand,
  .field--full {
    grid-column: auto;
  }

  .footer__bottom {
    flex-direction: column;
  }

  .scroll-tools {
    right: 14px;
    bottom: 14px;
  }

  .scroll-tools__button {
    width: 46px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    transform: none;
    opacity: 1;
  }
}

@media print {
  .topbar,
  .site-header,
  .site-footer,
  .scroll-tools,
  .button,
  .sidebar-card {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 12pt;
  }

  .section,
  .inner-hero__inner {
    padding: 24px 0;
  }
}
