:root {
  --navy: #021f2a;
  --navy-deep: #011218;
  --teal: #06425a;
  --blue: #11b4f5;
  --blue-soft: #e8f8fe;
  --white: #ffffff;
  --paper: #f7fbfc;
  --text: #51656d;
  --heading: #021f2a;
  --line: rgba(2, 31, 42, .12);
  --shadow: 0 24px 70px rgba(2, 31, 42, .12);
  --radius: 20px;
  --container: 1340px;
  --section: clamp(76px, 8vw, 128px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--heading); line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(46px, 6vw, 80px); }
h2 { font-size: clamp(38px, 4.4vw, 58px); }
h3 { font-size: clamp(21px, 2vw, 26px); letter-spacing: -.025em; }
p { margin: 0 0 1.25em; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section); }
.content-narrow { max-width: 900px; }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 10000; padding: 10px 14px; color: var(--navy); background: var(--white); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--white); background: rgba(2,31,42,.48); border-bottom: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(12px); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(2,31,42,.96); box-shadow: 0 12px 40px rgba(0,0,0,.16); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 30px; }
.site-logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.site-logo .custom-logo-link { display: flex; }
.site-logo-image, .custom-logo { width: 155px; max-height: 58px; object-fit: contain; }
.site-navigation { margin-left: auto; }
.site-menu { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; padding: 0; margin: 0; list-style: none; }
.site-menu a { color: var(--white); font-size: 14px; font-weight: 700; line-height: 1.25; transition: color .2s ease; }
.site-menu a:hover, .site-menu .current-menu-item > a { color: var(--blue); }
.header-phone { min-width: 145px; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.2); line-height: 1.1; }
.header-phone-label { display: block; margin-bottom: 6px; color: rgba(255,255,255,.7); font-size: 12px; }
.header-phone strong { color: var(--white); font-size: 18px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; background: var(--blue); cursor: pointer; }
.menu-toggle span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 28px; border: 1px solid transparent; border-radius: 10px; font-size: 16px; font-weight: 700; line-height: 1; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); }
.button-primary:hover { color: var(--white); background: #009bdc; }
.button-dark { color: var(--white); background: var(--navy); }
.button-dark:hover { color: var(--white); background: var(--teal); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.75); background: transparent; }
.button-outline-light:hover { color: var(--navy); background: var(--white); }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--teal); font-weight: 800; }
.text-link span { color: var(--blue); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: #8edcff; }
.section-heading { max-width: 820px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p { max-width: 720px; margin-inline: auto; }

.home-hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,18,24,.92) 0%, rgba(2,31,42,.67) 52%, rgba(2,31,42,.32) 100%); }
.hero-content { position: relative; z-index: 1; padding-top: 120px; }
.hero-copy { max-width: 820px; }
.hero-copy h1 { color: var(--white); }
.hero-copy p { max-width: 760px; color: rgba(255,255,255,.82); font-size: clamp(18px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.split-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(48px, 7vw, 100px); }
.media-card { position: relative; min-height: 620px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--blue-soft); }
.cover-image { width: 100%; height: 100%; object-fit: cover; }
.media-card > .cover-image { position: absolute; inset: 0; }
.experience-badge { position: absolute; right: 24px; bottom: 24px; width: 160px; aspect-ratio: 1; display: grid; place-content: center; padding: 20px; color: var(--white); text-align: center; border-radius: 50%; background: var(--blue); box-shadow: 0 18px 40px rgba(17,180,245,.3); }
.experience-badge strong { display: block; font-size: 35px; line-height: 1; }
.experience-badge span { font-size: 13px; line-height: 1.25; }
.section-copy > p, .rich-text { font-size: 18px; }
.benefit-list { display: grid; gap: 6px; margin-top: 34px; }
.benefit-item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line); }
.benefit-item:last-child { border-bottom: 1px solid var(--line); }
.benefit-number { width: 44px; height: 44px; display: grid; place-items: center; color: var(--blue); font-weight: 800; border-radius: 50%; background: var(--blue-soft); }
.benefit-item h3 { margin-bottom: 6px; font-size: 20px; }
.benefit-item p { margin: 0; font-size: 15px; line-height: 1.55; }

.services-section { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.service-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(17,180,245,.5); box-shadow: var(--shadow); }
.service-icon-wrap { width: 82px; height: 82px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 20px; background: var(--blue-soft); }
.service-icon { max-width: 58px; max-height: 58px; object-fit: contain; }
.service-card h3 { min-height: 56px; }
.service-card p { flex: 1; font-size: 15px; }

.process-section { color: var(--white); background: var(--navy); }
.process-section h2 { color: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.process-card { min-height: 290px; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.process-card > span { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 54px; color: var(--navy); font-size: 22px; font-weight: 900; border-radius: 50%; background: var(--blue); }
.process-card h3 { color: var(--white); }
.process-card p { color: rgba(255,255,255,.68); }

.contact-section { background: linear-gradient(135deg, #eaf9ff 0%, #fff 60%); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(44px, 7vw, 100px); align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-cards { display: grid; gap: 12px; margin-top: 34px; }
.contact-cards a { display: flex; flex-direction: column; padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.76); }
.contact-cards span { color: var(--text); font-size: 13px; }
.contact-cards strong { color: var(--heading); font-size: 19px; word-break: break-word; }
.contact-form-wrap { padding: clamp(26px, 4vw, 48px); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.contact-form label { display: grid; gap: 8px; color: var(--heading); font-size: 14px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 15px; color: var(--heading); border: 1px solid var(--line); border-radius: 10px; outline: 0; background: #fbfdfe; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(17,180,245,.13); }
.form-consent { grid-template-columns: 20px 1fr!important; align-items: start; font-weight: 500!important; }
.form-consent input { width: 18px; height: 18px; margin-top: 2px; }
.form-honeypot { position: absolute!important; left: -9999px!important; }
.form-notice { margin-bottom: 18px; padding: 13px 15px; border-radius: 10px; font-weight: 700; }
.form-notice.success { color: #155724; background: #d4edda; }
.form-notice.error { color: #721c24; background: #f8d7da; }

.testimonials-section { overflow: hidden; }
.testimonials-intro { max-width: 760px; margin-bottom: 42px; }
.testimonials-track { display: grid; grid-template-columns: repeat(4, minmax(300px, 1fr)); gap: 22px; overflow-x: auto; padding: 8px 4px 30px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.testimonial-card { min-height: 310px; display: flex; flex-direction: column; margin: 0; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); scroll-snap-align: start; }
.testimonial-card p { color: var(--heading); font-size: 18px; font-style: italic; }
.testimonial-card footer { margin-top: auto; color: var(--teal); font-weight: 800; }
.stars { margin-bottom: 24px; color: #f5b800; letter-spacing: .1em; }

.service-hero { min-height: 540px; display: grid; align-items: end; padding: 150px 0 80px; position: relative; color: var(--white); background-image: linear-gradient(90deg, rgba(1,18,24,.88), rgba(2,31,42,.48)), var(--hero-image); background-size: cover; background-position: center; }
.service-hero-content { position: relative; z-index: 1; }
.service-hero h1 { max-width: 980px; color: var(--white); font-size: clamp(44px, 5.5vw, 72px); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; color: rgba(255,255,255,.72); font-size: 14px; }
.breadcrumbs a:hover { color: var(--blue); }
.service-split { grid-template-columns: 1fr 1fr; }
.service-main-image { min-height: 520px; }
.features-section { background: var(--paper); }
.features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { display: grid; grid-template-columns: 50px 1fr; gap: 18px; min-height: 170px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--white); font-weight: 900; border-radius: 50%; background: var(--blue); }
.feature-card h3 { margin-top: 6px; margin-bottom: 8px; font-size: 20px; }
.feature-card p { margin: 0; font-size: 15px; }
.gallery-section { padding-top: 0; }
.gallery-grid { height: 620px; display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 20px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item .cover-image { position: absolute; inset: 0; transition: transform .5s ease; }
.gallery-item:hover .cover-image { transform: scale(1.04); }
.secondary-section { padding-top: 0; }
.secondary-card { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: clamp(38px, 6vw, 72px); color: rgba(255,255,255,.76); border-radius: var(--radius); background: var(--navy); }
.secondary-card > div { max-width: 820px; }
.secondary-card h2 { color: var(--white); }
.secondary-card p:last-child { margin-bottom: 0; }
.compact { padding-top: 0; }

.site-footer { color: rgba(255,255,255,.68); background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .8fr 1fr; gap: clamp(44px, 7vw, 100px); padding-block: 80px; }
.footer-logo { display: inline-block; margin-bottom: 24px; }
.footer-brand p { max-width: 440px; }
.footer-title { margin-bottom: 24px; color: var(--white); font-size: 21px; letter-spacing: -.02em; }
.footer-list { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.footer-list a:hover, .social-links a:hover { color: var(--blue); }
.social-links { display: flex; gap: 18px; margin-top: 24px; color: var(--white); font-weight: 700; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom-inner { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 13px; }
.footer-bottom a:hover { color: var(--blue); }
.default-page { padding-top: 150px; min-height: 70vh; }
.error-page { min-height: 80vh; display: grid; place-items: center; padding: 150px 0 80px; text-align: center; }
.error-page .container { max-width: 760px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1120px) {
  .header-phone { display: none; }
  .site-menu { gap: 18px; }
  .site-menu a { font-size: 13px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .features-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-inner { min-height: 74px; }
  .site-logo-image, .custom-logo { width: 132px; max-height: 50px; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-navigation { position: fixed; inset: 74px 0 0; display: none; padding: 28px 20px; overflow-y: auto; background: var(--navy); }
  .site-navigation.is-open { display: block; }
  .site-menu { display: grid; gap: 0; }
  .site-menu li { border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-menu a { display: block; padding: 18px 4px; font-size: 17px; }
  .home-hero { min-height: 680px; }
  .hero-content { padding-top: 95px; }
  .split-grid, .contact-grid, .service-split { grid-template-columns: 1fr; }
  .media-card, .service-main-image { min-height: 480px; }
  .contact-copy { position: static; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 230px; }
  .process-card > span { margin-bottom: 30px; }
  .gallery-grid { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 420px 260px; }
  .gallery-item:first-child { grid-column: 1 / 3; grid-row: auto; }
  .secondary-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .section { padding-block: 74px; }
  h1 { font-size: 44px; }
  h2 { font-size: 36px; }
  .home-hero { min-height: 650px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .media-card, .service-main-image { min-height: 380px; }
  .experience-badge { width: 130px; right: 14px; bottom: 14px; }
  .services-grid, .features-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 22px; }
  .service-hero { min-height: 500px; padding-bottom: 56px; }
  .service-hero h1 { font-size: 41px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 300px); }
  .gallery-item:first-child { grid-column: auto; }
  .secondary-card { padding: 34px 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; padding-block: 64px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom-inner { flex-direction: column; justify-content: center; padding-block: 20px; text-align: center; }
}

/* ========================================================================== 
   Header and footer — faithful rebuild of the original MBlask components
   ========================================================================== */
.site-header,
.site-header.is-scrolled {
  position: relative;
  inset: auto;
  z-index: 1000;
  padding: 10px 0;
  color: #fff;
  background: #021f2a;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.header-shell,
.footer-shell {
  width: 90%;
  max-width: 1340px;
  margin-inline: auto;
}

.header-shell {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.header-main {
  width: 85.295%;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: stretch;
  gap: 10px;
}

.site-logo {
  width: 11.809%;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.site-logo > a {
  width: 100%;
  display: block;
  line-height: 0;
}

.site-logo .site-logo-image {
  width: 55%;
  max-width: none;
  max-height: none;
  display: block;
  margin: 0;
  object-fit: contain;
}

.header-navigation-column {
  width: calc(100% - 11.809% - 10px);
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}

.site-navigation {
  width: 100%;
  margin: 0;
}

.site-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-menu li {
  flex: 0 0 auto;
  border: 0;
}

.site-menu a {
  display: flex;
  min-height: 43px;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.site-menu a:hover,
.site-menu a:focus,
.site-menu .current-menu-item > a,
.site-menu .current-menu-ancestor > a {
  color: #11b4f5;
}

.header-phone {
  width: 15%;
  min-width: 0;
  display: flex;
  flex: 0 0 15%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  border: 0;
  line-height: 1;
}

.header-phone-icon {
  width: 45px;
  height: 45px;
  display: grid;
  flex: 0 0 45px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: rgba(17, 180, 245, .15);
  transition: color .2s ease, background .2s ease;
}

.header-phone-icon svg {
  width: 25px;
  height: 25px;
}

.header-phone-copy {
  display: block;
  color: #fff;
  text-align: left;
}

.header-phone-label {
  display: block;
  margin: 0 0 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.header-phone strong {
  display: block;
  color: #11b4f5;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.header-phone:hover .header-phone-icon,
.header-phone:focus .header-phone-icon {
  color: #fff;
  background: #11b4f5;
}

.menu-toggle,
.mobile-navigation-head {
  display: none;
}

/* Footer */
.site-footer {
  color: #fff;
  background: #011218;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.footer-shell {
  padding-top: 6em;
}

.footer-main {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 40px;
  padding-bottom: 3em;
}

.footer-brand {
  width: 32.787%;
  display: flex;
  flex: 0 0 32.787%;
  flex-direction: column;
  gap: 30px;
}

.footer-logo {
  display: block;
  margin: 0;
  line-height: 0;
}

.footer-logo-image {
  width: 25%;
  max-width: 25%;
  max-height: none;
  display: block;
  object-fit: contain;
}

.footer-description {
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.05;
}

.footer-hours {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-title {
  margin: 0;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.footer-info-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-info-row strong {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.footer-info-icon {
  width: 20px;
  height: 20px;
  display: grid;
  flex: 0 0 20px;
  place-items: center;
  color: #11b4f5;
}

.footer-info-icon svg {
  width: 20px;
  height: 20px;
}

.footer-middle {
  width: 45%;
  display: flex;
  flex: 0 0 45%;
  flex-direction: row;
  gap: 40px;
}

.footer-contact {
  width: 65%;
  display: flex;
  flex: 0 0 calc(65% - 14px);
  flex-direction: column;
  gap: 30px;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contact-list > :first-child {
  margin-top: -7px;
}

.footer-contact a:hover,
.footer-contact a:focus,
.footer-services a:hover,
.footer-services a:focus,
.footer-bottom a:hover,
.footer-bottom a:focus {
  color: #11b4f5;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.footer-socials a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 6px;
  background: rgba(17, 180, 245, .15);
  transition: color .2s ease, background .2s ease;
}

.footer-socials a:hover,
.footer-socials a:focus {
  color: #fff;
  background: #11b4f5;
}

.footer-socials svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.footer-services {
  width: 35%;
  display: flex;
  flex: 0 0 calc(35% - 26px);
  flex-direction: column;
  gap: 30px;
}

.footer-services ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-services li,
.footer-services a {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(17, 180, 245, .15);
}

.footer-bottom-inner {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
}

.footer-bottom-inner > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom-inner svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

@media (max-width: 1120px) {
  .header-phone {
    display: flex;
  }

  .site-menu {
    gap: 0;
  }

  .site-menu a {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .site-header,
  .site-header.is-scrolled {
    padding: 10px 0;
  }

  .header-shell {
    align-items: stretch;
  }

  .header-main {
    width: 100%;
    padding: 15px 0;
  }

  .site-logo {
    width: 25%;
  }

  .site-logo .site-logo-image {
    width: 31%;
  }

  .header-navigation-column {
    width: 75%;
    flex: 0 0 calc(75% - 10px);
    justify-content: flex-end;
  }

  .header-phone {
    display: none;
  }

  .menu-toggle {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 0 0 auto;
    padding: 8px;
    border: 0;
    border-radius: 3px;
    background: #06425a;
    cursor: pointer;
  }

  .menu-toggle span:not(.screen-reader-text) {
    width: 22px;
    height: 2px;
    display: block;
    margin: 5px auto;
    background: #000;
    transition: none;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1),
  .menu-toggle[aria-expanded="true"] span:nth-child(2),
  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: none;
    opacity: 1;
  }

  .site-navigation {
    position: fixed;
    inset: 0;
    z-index: 2100;
    width: 100%;
    max-width: none;
    display: block;
    padding: 0;
    overflow-y: auto;
    color: #fff;
    background: #021f2a;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: transform .25s ease, opacity .2s ease, visibility .25s ease;
  }

  .site-navigation.is-open {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  .mobile-navigation-head {
    min-height: 74px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12px;
  }

  .mobile-navigation-logo {
    width: 50px;
    height: 50px;
    display: block;
    line-height: 0;
  }

  .mobile-navigation-logo-image {
    width: 50px;
    height: 50px;
    display: block;
    object-fit: contain;
  }

  .menu-close {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    padding: 8px;
    margin: 0;
    color: #021f2a;
    border: 0;
    border-radius: 3px;
    background: #11b4f5;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
  }

  .site-navigation .site-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    margin: 8px;
  }

  .site-navigation .site-menu li {
    width: auto;
    border: 0;
  }

  .site-navigation .site-menu a {
    min-height: 0;
    display: block;
    padding: 3px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    white-space: normal;
  }

  .site-navigation .site-menu a:hover,
  .site-navigation .site-menu a:focus,
  .site-navigation .site-menu .current-menu-item > a,
  .site-navigation .site-menu .current-menu-ancestor > a {
    color: #11b4f5;
  }

  .footer-shell {
    padding-top: 4em;
  }

  .footer-main {
    flex-wrap: wrap;
  }

  .footer-brand {
    width: 100%;
    flex-basis: 100%;
  }

  .footer-logo-image {
    width: 16%;
    max-width: 16%;
  }

  .footer-middle {
    width: 100%;
    flex-basis: 100%;
  }

  .footer-contact,
  .footer-services {
    width: 50%;
    flex-basis: calc(50% - 20px);
  }

  .desktop-title-break {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-main {
    align-items: center;
  }

  .site-logo {
    width: 40%;
  }

  .header-navigation-column {
    width: 55%;
    flex-basis: calc(55% - 10px);
  }

  .mobile-navigation-logo,
  .mobile-navigation-logo-image {
    width: 45px;
    height: 45px;
  }

  .footer-main {
    flex-direction: column;
    gap: 40px;
  }

  .footer-brand {
    align-items: center;
    text-align: center;
  }

  .footer-logo {
    width: 100%;
  }

  .footer-logo-image {
    width: 31%;
    max-width: 31%;
    margin-inline: auto;
  }

  .footer-description {
    text-align: center;
  }

  .footer-hours {
    width: 100%;
    align-items: center;
  }

  .footer-hours-row,
  .footer-info-row {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    text-align: center;
  }

  .footer-middle {
    flex-direction: column;
    gap: 40px;
  }

  .footer-contact,
  .footer-services {
    width: 100%;
    flex-basis: 100%;
    align-items: center;
    text-align: center;
  }

  .footer-contact-list {
    width: 100%;
    align-items: center;
  }

  .footer-contact-list > :first-child {
    margin-top: 0;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-services ul {
    align-items: center;
  }

  .footer-bottom-inner {
    justify-content: center;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .header-shell,
  .footer-shell {
    width: 90%;
  }

  .site-navigation .site-menu a {
    font-size: 20px;
  }

  .footer-shell {
    padding-top: 4em;
  }

  .footer-description {
    line-height: 1.05;
  }

  .footer-bottom-inner {
    flex-direction: column;
    gap: 18px;
  }
}

/* ========================================================================== 
   Original service-page layout rebuilt from Elementor database (v1.3)
   ========================================================================== */
.service-original {
  --so-dark: #021f2a;
  --so-deep: #011218;
  --so-blue: #11b4f5;
  --so-accent: #06425a;
  --so-light: #dff3fc;
  --so-text: #51656d;
  color: var(--so-text);
  background: #fff;
  font-family: "DM Sans", sans-serif;
}

.service-original__shell {
  width: 90%;
  max-width: 1340px;
  margin-inline: auto;
}

.service-original__hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--so-dark);
}

.service-original__hero-inner {
  position: relative;
  min-height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
}

.service-original__hero h1 {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  text-align: center;
  text-transform: none;
}

.service-original__blink {
  position: absolute;
  z-index: 1;
  right: -1%;
  top: 50%;
  width: 10%;
  max-width: 150px;
  min-width: 76px;
  transform: translateY(-50%);
}

.service-original__content {
  padding: 6em 0;
  background: #fff;
}

.service-original__columns {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.service-original__main {
  width: calc(70% - 20px);
  min-width: 0;
  overflow: hidden;
}

.service-original__sidebar {
  width: calc(30% - 20px);
  min-width: 0;
}

.service-original__main-photo {
  min-height: 400px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #e7eef1;
}

.service-original__cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-original__main-photo .service-original__cover {
  min-height: 400px;
  object-position: bottom center;
}

.service-original__intro {
  padding: 25px 0 5px;
}

.service-original__intro h2,
.service-original__secondary h2 {
  margin: 0 0 22px;
  color: #020101;
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: none;
}

.service-original__intro h2 span,
.service-original__secondary h2 span {
  color: var(--so-blue);
}

.service-original__text {
  color: var(--so-text);
  font-size: 16px;
  line-height: 1.55;
}

.service-original__text p {
  margin: 0 0 16px;
}

.service-original__feature-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 20px;
  margin-top: 18px;
}

.service-original__feature {
  min-height: 96px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  border: 1px solid #909090;
  border-radius: 25px;
  background: #fff;
}

.service-original__feature-icon {
  width: 55px;
  height: 55px;
  display: inline-flex;
  flex: 0 0 55px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: var(--so-blue);
}

.service-original__feature-icon i {
  font-size: 35px;
  line-height: 1;
}

.service-original__feature h3,
.service-original__benefit h3 {
  margin: 3px 0 7px;
  color: #020101;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
}

.service-original__feature p,
.service-original__benefit p {
  margin: 0;
  color: var(--so-accent);
  font-size: 14px;
  line-height: 1.4;
}

.service-original__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.service-original__gallery figure {
  height: 190px;
  margin: 0;
  overflow: hidden;
  border-radius: 25px;
  background: #e6eef1;
}

.service-original__secondary {
  padding-top: 26px;
}

.service-original__benefit-row {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-top: 34px;
}

.service-original__benefits {
  width: 68%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}

.service-original__benefit {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.service-original__benefit-icon {
  width: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  color: var(--so-blue);
}

.service-original__benefit-icon i {
  font-size: 30px;
  line-height: 1;
}

.service-original__benefit h3 {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 12px;
}

.service-original__benefit p {
  color: #020101;
  font-size: 13px;
  line-height: 1.45;
}

.service-original__stats {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: flex-end;
}

.service-original__counter,
.service-original__stats-image {
  min-height: 130px;
  margin: 0;
  overflow: hidden;
  border-radius: 25px;
}

.service-original__counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  color: #fff;
  background: var(--so-accent);
}

.service-original__counter strong {
  display: block;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: -2px;
}

.service-original__counter span {
  display: block;
  margin-top: 7px;
  color: var(--so-blue);
  font-size: 15px;
  line-height: 1.2;
}

.service-original__stats-image .service-original__cover {
  min-height: 130px;
  object-position: center;
}

.service-original__services-box,
.service-original__contact-card,
.service-original__form-box {
  overflow: hidden;
  border-radius: 25px;
}

.service-original__services-box {
  border: 1px solid #909090;
  background: var(--so-light);
}

.service-original__services-box h2 {
  margin: 0;
  padding: 25px;
  color: #fff;
  border-radius: 25px 25px 0 0;
  background: var(--so-accent);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.service-original__services-box ul {
  padding: 0 25px 10px;
  margin: 0;
  list-style: none;
}

.service-original__services-box li {
  border-bottom: 1px solid var(--so-dark);
}

.service-original__services-box li:last-child {
  border-bottom: 0;
}

.service-original__services-box a {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  color: var(--so-dark);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.service-original__services-box a i {
  width: 20px;
  flex: 0 0 20px;
  color: var(--so-dark);
  font-size: 20px;
}

.service-original__services-box a:hover,
.service-original__services-box a:hover i {
  color: var(--so-blue);
}

.service-original__contact-card {
  position: relative;
  min-height: 30vh;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  color: #fff;
  background: var(--so-dark);
}

.service-original__contact-bg,
.service-original__contact-overlay {
  position: absolute;
  inset: 0;
}

.service-original__contact-bg .service-original__cover {
  width: 100%;
  height: 100%;
  object-position: center;
}

.service-original__contact-overlay {
  background: rgba(2, 31, 42, .75);
}

.service-original__contact-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px;
}

.service-original__contact-inner h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.5px;
}

.service-original__contact-inner p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
}

.service-original__contact-inner p i {
  width: 22px;
  flex: 0 0 22px;
  color: var(--so-blue);
  font-size: 22px;
}

.service-original__contact-inner a {
  color: #fff;
}

.service-original__phone-button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
  color: #fff !important;
  border-radius: 8px;
  background: var(--so-blue);
  font-size: 15px;
  font-weight: 700;
  transition: transform .7s ease;
}

.service-original__phone-button:hover {
  transform: scale(.94);
}

.service-original__form-box {
  position: sticky;
  top: 20px;
  margin-top: 30px;
  padding: 50px 40px;
  background: var(--so-light);
}

.service-original__form-box h2 {
  margin: 0 0 24px;
  color: #020101;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: capitalize;
}

.service-original__form {
  display: grid;
  gap: 11px;
}

.service-original__form label {
  display: grid;
  gap: 4px;
  color: #020101;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.service-original__form input,
.service-original__form select {
  width: 100%;
  height: 34px;
  padding: 5px 8px;
  color: var(--so-text);
  border: 1px solid rgba(2,31,42,.25);
  border-radius: 0;
  outline: none;
  background: rgba(255,255,255,.72);
  font-size: 12px;
}

.service-original__consent {
  grid-template-columns: 16px 1fr !important;
  align-items: start;
  gap: 8px !important;
  margin-top: 4px;
}

.service-original__consent input {
  width: 14px;
  height: 14px;
  margin-top: 1px;
}

.service-original__consent span {
  color: var(--so-text);
  font-size: 11px;
  line-height: 1.3;
}

.service-original__form button {
  min-height: 42px;
  padding: 9px 16px;
  color: #fff;
  border: 0;
  border-radius: 8px;
  background: var(--so-accent);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.service-original__video-cta {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-original__video-cta video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-original__video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.42);
}

.service-original__video-cta > a {
  position: relative;
  z-index: 2;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 22px;
  color: #fff;
  border-radius: 7px;
  background: var(--so-blue);
  font-size: 14px;
  font-weight: 700;
  transition: transform .7s ease;
}

.service-original__video-cta > a:hover {
  transform: scale(.94);
}

.service-original__reviews {
  overflow: hidden;
  padding: 6em 0 0;
  background: var(--so-light);
}

.service-original__reviews-grid {
  display: flex;
  gap: 50px;
  align-items: center;
}

.service-original__reviews-visual,
.service-original__reviews-copy {
  width: 50%;
  min-width: 0;
}

.service-original__reviews-visual {
  position: relative;
  min-height: 560px;
  align-self: flex-end;
}

.service-original__trust-card {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 70px;
  width: 75%;
  max-width: 410px;
  padding: 40px;
  overflow: hidden;
  color: #fff;
  border-radius: 25px;
  background: var(--so-accent);
}

.service-original__trust-card::before {
  content: "";
  position: absolute;
  left: -46px;
  top: 42%;
  width: 86px;
  height: 86px;
  border-radius: 0 22px 22px 0;
  background: var(--so-blue);
}

.service-original__trust-card h2 {
  position: relative;
  z-index: 1;
  width: 74%;
  margin: 0 0 28px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.service-original__expert {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.service-original__expert i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--so-accent);
  border-radius: 50%;
  background: #fff;
  font-size: 28px;
}

.service-original__avatars {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 14px;
}

.service-original__avatars img {
  width: 46px;
  height: 46px;
  margin-right: -10px;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 50%;
}

.service-original__hundred {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
}

.service-original__hundred strong {
  color: var(--so-blue);
  font-size: 44px;
  line-height: 1;
  letter-spacing: -2px;
}

.service-original__hundred span {
  max-width: 220px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.service-original__worker {
  position: absolute;
  z-index: 3;
  right: -2%;
  bottom: 0;
  width: 62%;
}

.service-original__worker img {
  display: block;
  width: 100%;
  height: auto;
}

.service-original__reviews-copy {
  padding-bottom: 6em;
}

.service-original__reviews-title {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.service-original__reviews-title h2 {
  flex: 1;
  margin: 0;
  color: var(--so-blue);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: none;
}

.service-original__reviews-title h2 span {
  color: #020101;
}

.service-original__reviews-title img {
  width: 15%;
  max-width: 80px;
}

.service-original__rating-row {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 0;
  align-items: center;
  margin-top: 28px;
}

.service-original__rating-row > strong {
  grid-row: span 2;
  color: var(--so-dark);
  font-size: 74px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: -3px;
}

.service-original__rating-meta {
  display: grid;
  justify-items: start;
}

.service-original__rating-meta span {
  color: var(--so-blue);
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1;
}

.service-original__rating-meta small {
  color: var(--so-dark);
  font-size: 14px;
  font-weight: 700;
}

.service-original__rating-row p {
  margin: 8px 0 0;
  color: var(--so-text);
  font-size: 14px;
  line-height: 1.4;
}

.service-original__review-slider {
  min-height: 130px;
  padding-top: 26px;
  margin-top: 28px;
  border-top: 1px solid var(--so-blue);
}

.service-original__review-slider blockquote {
  display: none;
  margin: 0;
  color: #020101;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3;
}

.service-original__review-slider blockquote.is-active {
  display: block;
}

@media (max-width: 1024px) {
  .service-original__hero-inner {
    min-height: 30vh;
  }

  .service-original__hero h1 {
    font-size: 44px;
  }

  .service-original__content {
    padding: 3em 0;
  }

  .service-original__columns {
    flex-wrap: wrap;
  }

  .service-original__main,
  .service-original__sidebar {
    width: 100%;
  }

  .service-original__benefit-row {
    flex-wrap: wrap;
  }

  .service-original__benefits,
  .service-original__stats {
    width: 100%;
  }

  .service-original__stats {
    order: -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-original__form-box {
    position: static;
    padding: 50px 40px;
  }

  .service-original__form-box h2 {
    font-size: 44px;
  }

  .service-original__contact-inner h2 {
    font-size: 28px;
  }

  .service-original__reviews {
    padding: 9em 0 3em;
  }

  .service-original__reviews-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .service-original__reviews-visual,
  .service-original__reviews-copy {
    width: 100%;
  }

  .service-original__reviews-visual {
    max-width: 700px;
  }

  .service-original__reviews-copy {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .service-original__shell {
    width: calc(100% - 28px);
  }

  .service-original__hero-inner {
    min-height: 30vh;
    justify-content: flex-start;
  }

  .service-original__hero h1 {
    max-width: 84%;
    font-size: 38px;
    text-align: left;
  }

  .service-original__blink {
    right: -6%;
    width: 22%;
  }

  .service-original__content {
    padding: 3em 0;
  }

  .service-original__columns {
    gap: 36px;
  }

  .service-original__main-photo,
  .service-original__main-photo .service-original__cover {
    min-height: 200px;
  }

  .service-original__intro {
    padding-top: 20px;
  }

  .service-original__intro h2,
  .service-original__secondary h2 {
    font-size: 38px;
    text-align: left;
  }

  .service-original__text {
    font-size: 15px;
    text-align: left;
  }

  .service-original__feature-columns {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .service-original__feature {
    min-height: 128px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .service-original__feature h3 {
    margin-top: 0;
  }

  .service-original__gallery {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-original__gallery figure {
    height: 230px;
  }

  .service-original__gallery figure:nth-child(n+2) {
    display: none;
  }

  .service-original__secondary {
    padding-top: 20px;
  }

  .service-original__benefit-row {
    gap: 30px;
  }

  .service-original__stats {
    grid-template-columns: 1fr;
  }

  .service-original__counter,
  .service-original__stats-image,
  .service-original__stats-image .service-original__cover {
    min-height: 130px;
  }

  .service-original__counter {
    align-items: center;
    text-align: center;
  }

  .service-original__benefits {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .service-original__benefit {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .service-original__benefit h3 {
    font-size: 17px;
  }

  .service-original__services-box h2 {
    font-size: 20px;
  }

  .service-original__services-box a {
    min-height: 50px;
    font-size: 14px;
  }

  .service-original__contact-card {
    min-height: 280px;
  }

  .service-original__contact-inner {
    padding: 12px 0;
  }

  .service-original__contact-inner h2 {
    font-size: 24px;
    text-align: center;
  }

  .service-original__form-box {
    padding: 25px;
  }

  .service-original__form-box h2 {
    font-size: 38px;
  }

  .service-original__video-cta {
    min-height: 80vh;
  }

  .service-original__reviews {
    padding: 3em 0;
  }

  .service-original__reviews-grid {
    gap: 34px;
  }

  .service-original__reviews-visual {
    min-height: 470px;
  }

  .service-original__trust-card {
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .service-original__trust-card h2 {
    width: 100%;
    text-align: center;
  }

  .service-original__expert {
    justify-content: center;
  }

  .service-original__avatars {
    justify-content: center;
  }

  .service-original__hundred {
    justify-items: center;
    text-align: center;
  }

  .service-original__worker {
    left: 50%;
    right: auto;
    bottom: 118px;
    width: 72%;
    transform: translateX(-50%);
  }

  .service-original__reviews-title {
    justify-content: center;
    text-align: center;
  }

  .service-original__reviews-title h2 {
    font-size: 38px;
  }

  .service-original__reviews-title img {
    width: 21%;
  }

  .service-original__rating-row {
    grid-template-columns: 1fr;
    gap: 12px;
    text-align: center;
  }

  .service-original__rating-row > strong {
    grid-row: auto;
    font-size: 62px;
  }

  .service-original__rating-meta {
    justify-items: center;
  }

  .service-original__review-slider blockquote {
    font-size: 21px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .service-original__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-original__gallery figure:nth-child(3) {
    display: none;
  }
}

@media (min-width: 768px) {
  .service-original__feature-columns {
    grid-template-rows: repeat(3, minmax(0, auto));
    grid-auto-flow: column;
  }
}

/* ===== Reviews section 1:1 refinement (v1.5) ===== */
.service-original__reviews {
  padding: 0;
  background: #dbe8ef;
}

.service-original__reviews-grid {
  position: relative;
  gap: 42px;
  align-items: stretch;
  padding: 76px 0 0;
}

.service-original__reviews-visual,
.service-original__reviews-copy {
  width: 50%;
}

.service-original__reviews-visual {
  min-height: 690px;
}

.service-original__trust-card {
  left: 0;
  bottom: 64px;
  width: 74%;
  max-width: 438px;
  padding: 46px 34px 42px;
  border-radius: 28px;
  background: #0b4b63;
}

.service-original__trust-card::before {
  left: -56px;
  top: 60%;
  width: 70px;
  height: 136px;
  border-radius: 0 22px 22px 0;
  background: #1eb3f3;
}

.service-original__trust-card h2 {
  width: 100%;
  max-width: 305px;
  margin: 0 0 56px;
  font-size: 22px;
  line-height: 1.28;
}

.service-original__expert {
  gap: 16px;
  margin-bottom: 46px;
  font-size: 18px;
  line-height: 1.02;
}

.service-original__expert i {
  width: 66px;
  height: 66px;
  min-width: 66px;
  font-size: 32px;
}

.service-original__expert span {
  display: block;
}

.service-original__avatars {
  margin-bottom: 26px;
}

.service-original__avatars img {
  width: 54px;
  height: 54px;
  margin-right: -10px;
  border-width: 4px;
}

.service-original__hundred {
  gap: 10px;
}

.service-original__hundred strong {
  color: #1eb3f3;
  font-size: 62px;
  line-height: .88;
  letter-spacing: -3px;
}

.service-original__hundred span {
  max-width: 260px;
  font-size: 17px;
  line-height: 1.15;
  font-weight: 700;
}

.service-original__worker {
  right: -3%;
  width: 72%;
  max-width: 510px;
}

.service-original__reviews-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 56px 0 72px;
}

.service-original__reviews-title {
  position: relative;
  display: block;
  padding-right: 112px;
}

.service-original__reviews-title h2 {
  margin: 0;
  font-size: 67px;
  line-height: .93;
  letter-spacing: -3px;
}

.service-original__reviews-title h2 span {
  color: #000;
}

.service-original__reviews-title img {
  position: absolute;
  top: -4px;
  right: 0;
  width: 86px;
  max-width: none;
}

.service-original__rating-row {
  display: grid;
  grid-template-columns: 130px 118px 1fr;
  gap: 22px;
  align-items: start;
  margin-top: 44px;
}

.service-original__rating-row > strong {
  color: #0b4b63;
  font-size: 88px;
  line-height: .9;
  letter-spacing: -4px;
}

.service-original__rating-row > strong span {
  display: inline-block;
  min-width: 1.6ch;
}

.service-original__rating-meta {
  align-self: start;
  padding-top: 14px;
}

.service-original__rating-meta span {
  margin-bottom: 8px;
  color: #1eb3f3;
  font-size: 24px;
  letter-spacing: 0;
}

.service-original__rating-meta small {
  color: #062537;
  font-size: 17px;
  line-height: .98;
}

.service-original__rating-row p {
  margin: 0;
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.28;
  color: #17384d;
}

.service-original__review-slider {
  min-height: 0;
  margin-top: 48px;
  padding-top: 44px;
  border-top: 1px solid rgba(2, 31, 42, .12);
}

.service-original__review-slider blockquote {
  max-width: 720px;
  font-size: 30px;
  line-height: 1.28;
  font-style: italic;
  font-weight: 700;
  color: #0a2433;
}

@media (max-width: 1024px) {
  .service-original__reviews-grid {
    gap: 30px;
    padding-top: 56px;
  }

  .service-original__reviews-visual {
    min-height: 540px;
  }

  .service-original__trust-card {
    max-width: 380px;
    padding: 34px 26px 32px;
  }

  .service-original__trust-card h2 {
    margin-bottom: 34px;
  }

  .service-original__expert {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .service-original__reviews-copy {
    padding-top: 0;
    padding-bottom: 56px;
  }

  .service-original__reviews-title {
    padding-right: 76px;
  }

  .service-original__reviews-title h2 {
    font-size: 52px;
  }

  .service-original__reviews-title img {
    width: 68px;
  }

  .service-original__rating-row {
    grid-template-columns: 110px 110px 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .service-original__rating-row > strong {
    font-size: 72px;
  }

  .service-original__rating-row p {
    font-size: 16px;
  }

  .service-original__review-slider {
    margin-top: 34px;
    padding-top: 28px;
  }

  .service-original__review-slider blockquote {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .service-original__reviews {
    padding: 0 0 2px;
  }

  .service-original__reviews-grid {
    display: block;
    padding-top: 0;
  }

  .service-original__reviews-visual {
    display: none;
  }

  .service-original__reviews-copy {
    width: 100%;
    padding: 56px 26px 56px;
    text-align: center;
  }

  .service-original__reviews-title {
    padding-right: 0;
  }

  .service-original__reviews-title h2 {
    font-size: 38px;
    line-height: .98;
    letter-spacing: -2px;
  }

  .service-original__reviews-title img {
    position: static;
    display: block;
    width: 64px;
    margin: 24px auto 0;
  }

  .service-original__rating-row {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 34px;
    justify-items: center;
    text-align: center;
  }

  .service-original__rating-row > strong {
    font-size: 64px;
    letter-spacing: -3px;
  }

  .service-original__rating-meta {
    justify-items: center;
    padding-top: 0;
  }

  .service-original__rating-meta span {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 4px;
  }

  .service-original__rating-meta small {
    font-size: 17px;
    line-height: 1.05;
  }

  .service-original__rating-row p {
    max-width: 100%;
    padding-top: 8px;
    font-size: 16px;
    line-height: 1.35;
  }

  .service-original__review-slider {
    margin-top: 42px;
    padding-top: 38px;
  }

  .service-original__review-slider blockquote {
    font-size: 28px;
    line-height: 1.28;
    text-align: center;
  }
}

/* ===== Home page 1:1 rebuild (v1.6) ===== */
.home-original {
  background: #f4f4f4;
}

.home-original__hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #032230;
  background-image: var(--hero-home-image);
  background-position: center center;
  background-size: cover;
}

.home-original__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(1, 25, 35, .86) 0%, rgba(1, 25, 35, .72) 36%, rgba(1, 25, 35, .34) 100%);
}

.home-original__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 31, 42, .10) 0%, rgba(2, 31, 42, .22) 100%);
}

.home-original__hero-inner {
  position: relative;
  z-index: 1;
  min-height: 610px;
  display: flex;
  align-items: center;
  padding-top: 106px;
}

.home-original__hero-copy {
  max-width: 610px;
}

.home-original__hero-copy h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 66px;
  font-weight: 700;
  line-height: .94;
  letter-spacing: -3px;
}

.home-original__hero-copy h1 span {
  display: block;
  color: #18b3f3;
}

.home-original__hero-copy h1 span em {
  color: #fff;
  font-style: normal;
}

.home-original__hero-copy p {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.92);
  font-size: 17px;
  line-height: 1.52;
}

.home-original__hero-copy .button {
  min-height: 42px;
  padding: 11px 18px;
  border-radius: 8px;
  font-size: 14px;
}

.home-original__hero-copy .button i {
  margin-left: 10px;
}

.home-original__hero-blink {
  position: absolute;
  right: 36px;
  top: 122px;
  width: 168px;
}

.home-original__intro {
  position: relative;
  z-index: 2;
  padding: 0 0 44px;
}

.home-original__intro-grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
  margin-top: -56px;
}

.home-original__form-card {
  padding: 26px 28px 24px;
  border-radius: 16px;
  background: #dceaf0;
  box-shadow: 0 14px 35px rgba(2, 31, 42, .10);
}

.home-original__form-card h2 {
  margin: 0 0 20px;
  color: #111;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
}

.home-original__form {
  display: grid;
  gap: 10px;
}

.home-original__form label {
  display: grid;
  gap: 5px;
  color: #243f4d;
  font-size: 13px;
  line-height: 1.1;
}

.home-original__form input,
.home-original__form select,
.home-original__form textarea {
  width: 100%;
  height: 36px;
  padding: 8px 11px;
  border: 1px solid rgba(2, 31, 42, .18);
  border-radius: 0;
  color: #334d5b;
  background: #f8fbfc;
  box-shadow: none;
}

.home-original__form textarea {
  height: 70px;
  resize: vertical;
}

.home-original__form input::placeholder,
.home-original__form textarea::placeholder {
  color: #8f9da4;
}

.home-original__consent {
  display: flex !important;
  gap: 8px;
  align-items: flex-start;
  margin-top: 2px;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.home-original__consent input {
  width: 14px;
  height: 14px;
  margin: 2px 0 0;
  padding: 0;
}

.home-original__form button {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #06425a;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.home-original__why {
  padding-top: 4px;
}

.home-original__why-copy h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #111;
  font-size: 35px;
  font-weight: 700;
  line-height: .98;
  letter-spacing: -2px;
}

.home-original__why-copy h2 span {
  color: #19b3f4;
}

.home-original__why-copy p {
  max-width: 860px;
  margin: 0;
  color: #264555;
  font-size: 15px;
  line-height: 1.45;
}

.home-original__why-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: start;
  margin-top: 28px;
}

.home-original__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 26px;
}

.home-original__benefit {
  display: grid;
  align-content: start;
}

.home-original__benefit-icon {
  margin-bottom: 10px;
}

.home-original__benefit-icon img {
  width: 32px;
}

.home-original__benefit h3 {
  margin: 0 0 8px;
  color: #131313;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.home-original__benefit p {
  margin: 0;
  color: #264555;
  font-size: 13px;
  line-height: 1.4;
}

.home-original__why-aside {
  display: grid;
  gap: 16px;
}

.home-original__experience-card {
  display: grid;
  align-content: center;
  min-height: 110px;
  padding: 18px 22px;
  border-radius: 16px;
  color: #fff;
  background: #0b4b63;
}

.home-original__experience-card strong {
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  line-height: .88;
  letter-spacing: -2px;
}

.home-original__experience-card span:last-child {
  display: block;
  margin-top: 6px;
  color: #7dd8ff;
  font-size: 17px;
  line-height: 1.15;
}

.home-original__aside-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  min-height: 156px;
}

.home-original__cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-original__aside-image img,
.home-original__aside-image .home-original__cover {
  width: 100%;
  height: 100%;
  min-height: 156px;
  object-fit: cover;
}

.home-original__play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 3px solid rgba(255,255,255,.86);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(6px);
}

.home-original__play i {
  margin-left: 4px;
}

.home-original__services {
  padding: 10px 0 70px;
}

.home-original__section-heading {
  position: relative;
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.home-original__section-heading h2 {
  margin: 0 0 18px;
  color: #111;
  font-size: 44px;
  font-weight: 700;
  line-height: .98;
  letter-spacing: -2px;
}

.home-original__section-heading h2 span {
  color: #19b3f4;
}

.home-original__section-heading p {
  max-width: 860px;
  margin: 0 auto;
  color: #50656e;
  font-size: 16px;
  line-height: 1.52;
}

.home-original__section-heading img {
  display: block;
  width: 86px;
  margin: 22px auto 0;
}

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

.home-original__service-card {
  min-height: 266px;
  padding: 24px 24px 22px;
  border-radius: 16px;
  background: #dbeaf0;
}

.home-original__service-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
}

.home-original__service-icon img,
.home-original__service-icon .home-original__icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-original__service-card h3 {
  margin: 0 0 12px;
  color: #17384d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.4px;
}

.home-original__service-card p {
  margin: 0 0 18px;
  color: #355462;
  font-size: 14px;
  line-height: 1.5;
}

.home-original__service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #14aff0;
  font-size: 14px;
  font-weight: 700;
}

.home-original__process {
  padding: 10px 0 74px;
}

.home-original__process-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}

.home-original__process-visual {
  position: relative;
  margin: 0;
  text-align: center;
}

.home-original__process-blink {
  position: absolute;
  left: 24px;
  top: 34px;
  width: 82px;
}

.home-original__process-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.home-original__process-copy h2 {
  margin: 0 0 18px;
  color: #111;
  font-size: 47px;
  font-weight: 700;
  line-height: .98;
  letter-spacing: -2px;
}

.home-original__process-copy h2 span {
  color: #19b3f4;
}

.home-original__process-copy > p {
  max-width: 620px;
  margin: 0 0 24px;
  color: #50656e;
  font-size: 15px;
  line-height: 1.5;
}

.home-original__steps {
  display: grid;
  gap: 16px;
}

.home-original__step-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px 22px;
  border-radius: 16px;
  background: #dbeaf0;
}

.home-original__step-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f2f9fd;
}

.home-original__step-icon img {
  width: 24px;
}

.home-original__step-card h3 {
  margin: 0 0 7px;
  color: #17384d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.14;
}

.home-original__step-card p {
  margin: 0;
  color: #4a606c;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .home-original__hero-copy h1 {
    font-size: 58px;
  }

  .home-original__intro-grid {
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 36px;
  }

  .home-original__why-body {
    grid-template-columns: 1fr;
  }

  .home-original__why-aside {
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: stretch;
  }

  .home-original__aside-image,
  .home-original__aside-image img,
  .home-original__aside-image .home-original__cover {
    min-height: 180px;
  }
}

@media (max-width: 1024px) {
  .home-original__hero {
    min-height: 490px;
  }

  .home-original__hero-inner {
    min-height: 490px;
    padding-top: 102px;
  }

  .home-original__hero-copy {
    max-width: 560px;
  }

  .home-original__hero-copy h1 {
    font-size: 52px;
  }

  .home-original__hero-blink {
    right: 24px;
    top: 138px;
    width: 126px;
  }

  .home-original__intro-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: -26px;
  }

  .home-original__form-card {
    order: 1;
  }

  .home-original__why {
    order: 2;
  }

  .home-original__why-copy h2,
  .home-original__section-heading h2,
  .home-original__process-copy h2 {
    font-size: 42px;
  }

  .home-original__services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .home-original__process-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .home-original__process-visual {
    order: 2;
  }

  .home-original__process-copy {
    order: 1;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    background: rgba(2,31,42,.92);
  }

  .home-original__hero {
    min-height: 438px;
    background-position: center center;
  }

  .home-original__hero::before {
    background: linear-gradient(180deg, rgba(1, 25, 35, .78) 0%, rgba(1, 25, 35, .54) 54%, rgba(1, 25, 35, .72) 100%);
  }

  .home-original__hero-inner {
    min-height: 438px;
    justify-content: center;
    padding-top: 84px;
    text-align: center;
  }

  .home-original__hero-copy {
    max-width: 100%;
  }

  .home-original__hero-copy h1 {
    font-size: 45px;
    line-height: .92;
  }

  .home-original__hero-copy p {
    font-size: 14px;
    line-height: 1.45;
  }

  .home-original__hero-blink {
    right: 12px;
    top: 146px;
    width: 108px;
  }

  .home-original__hero-copy .button {
    min-width: 136px;
  }

  .home-original__intro {
    padding-bottom: 34px;
  }

  .home-original__intro-grid {
    margin-top: -18px;
  }

  .home-original__form-card {
    padding: 20px 14px 18px;
    border-radius: 16px;
  }

  .home-original__form-card h2 {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .home-original__form {
    gap: 8px;
  }

  .home-original__form label {
    font-size: 12px;
  }

  .home-original__form input,
  .home-original__form select,
  .home-original__form textarea {
    height: 34px;
    padding: 7px 10px;
    font-size: 13px;
  }

  .home-original__form textarea {
    height: 64px;
  }

  .home-original__form button {
    height: 38px;
    font-size: 15px;
  }

  .home-original__why {
    text-align: center;
  }

  .home-original__why-copy h2,
  .home-original__section-heading h2,
  .home-original__process-copy h2 {
    font-size: 28px;
    line-height: .98;
    letter-spacing: -1.5px;
  }

  .home-original__why-copy p,
  .home-original__section-heading p,
  .home-original__process-copy > p {
    font-size: 14px;
    line-height: 1.5;
  }

  .home-original__why-body {
    margin-top: 22px;
    gap: 18px;
  }

  .home-original__why-aside {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-original__experience-card {
    min-height: 92px;
    justify-items: center;
    text-align: center;
  }

  .home-original__experience-card strong {
    font-size: 48px;
  }

  .home-original__experience-card span:last-child {
    font-size: 14px;
  }

  .home-original__aside-image,
  .home-original__aside-image img,
  .home-original__aside-image .home-original__cover {
    min-height: 188px;
  }

  .home-original__play {
    width: 60px;
    height: 60px;
  }

  .home-original__benefits {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .home-original__benefit-icon {
    margin-bottom: 10px;
  }

  .home-original__service-card {
    min-height: 0;
    padding: 20px 18px;
    text-align: left;
  }

  .home-original__services {
    padding: 8px 0 52px;
  }

  .home-original__services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-original__service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
  }

  .home-original__service-card h3 {
    font-size: 17px;
  }

  .home-original__service-card p {
    font-size: 13px;
  }

  .home-original__section-heading img {
    width: 82px;
    margin-top: 18px;
  }

  .home-original__process {
    padding-bottom: 56px;
  }

  .home-original__process-grid {
    gap: 24px;
  }

  .home-original__steps {
    gap: 12px;
  }

  .home-original__step-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 14px;
    text-align: left;
  }

  .home-original__step-icon {
    width: 34px;
    height: 34px;
  }

  .home-original__step-icon img {
    width: 20px;
  }

  .home-original__step-card h3 {
    font-size: 15px;
  }

  .home-original__step-card p {
    font-size: 13px;
  }

  .home-original__process-visual {
    margin-top: 4px;
  }

  .home-original__process-blink {
    left: 10px;
    top: 10px;
    width: 76px;
  }
}

@media (max-width: 767px) {
  .home-original .service-original__reviews {
    padding: 0 0 2px;
  }

  .home-original .service-original__reviews-grid {
    display: block;
    padding-top: 0;
  }

  .home-original .service-original__reviews-visual {
    display: block;
    width: 100%;
    min-height: 410px;
    margin-bottom: 20px;
  }

  .home-original .service-original__trust-card {
    left: 0;
    bottom: 0;
    width: 82%;
    max-width: 240px;
    padding: 18px 16px 18px;
  }

  .home-original .service-original__trust-card::before {
    left: -42px;
    top: 58%;
    width: 52px;
    height: 94px;
  }

  .home-original .service-original__trust-card h2 {
    margin-bottom: 18px;
    font-size: 17px;
    text-align: left;
  }

  .home-original .service-original__expert {
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 14px;
  }

  .home-original .service-original__expert i {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 22px;
  }

  .home-original .service-original__avatars {
    justify-content: flex-start;
    margin-bottom: 12px;
  }

  .home-original .service-original__avatars img {
    width: 42px;
    height: 42px;
  }

  .home-original .service-original__hundred {
    justify-items: start;
    text-align: left;
  }

  .home-original .service-original__hundred strong {
    font-size: 46px;
  }

  .home-original .service-original__hundred span {
    font-size: 14px;
  }

  .home-original .service-original__worker {
    left: auto;
    right: 4%;
    bottom: 0;
    width: 58%;
    max-width: 230px;
    transform: none;
  }

  .home-original .service-original__reviews-copy {
    width: 100%;
    padding: 0 18px 44px;
    text-align: center;
  }
}

/* ========================================================================== 
   MBlask homepage — exact lightweight reconstruction of Elementor post 1752
   Source: original Elementor JSON, generated post-1752.css and media library.
   ========================================================================== */
.icon::before {
  font-family: elementskit !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mblask-home {
  color: #021f2a;
  background: #fff;
}

.mblask-home__shell {
  width: 90%;
  margin-inline: auto;
}

.mblask-home__hero {
  position: relative;
  min-height: 600px;
  display: flex;
  overflow: hidden;
  padding: 90px 0 130px;
  background: #021f2a;
}

.mblask-home__hero-video,
.mblask-home__hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mblask-home__hero-video {
  object-fit: cover;
}

.mblask-home__hero-shade {
  z-index: 1;
  background-color: rgba(2, 31, 42, .49);
  background-image: url("../../../../uploads/2026/01/Blink.png");
  background-position: calc(100% - 70px) center;
  background-repeat: no-repeat;
  background-size: 200px auto;
}

.mblask-home__hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mblask-home__hero-copy,
.mblask-home__hero-empty {
  width: 50%;
}

.mblask-home__hero-copy {
  overflow: hidden;
}

.mblask-home__hero-copy h1 {
  max-width: 720px;
  margin: 0 0 22px;
  color: #11b4f5;
  font-family: "DM Sans", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 71px;
  letter-spacing: -2.5px;
  text-transform: none;
}

.mblask-home__hero-copy h1 span {
  color: #fff;
}

.mblask-home__hero-text {
  max-width: 650px;
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
}

.mblask-home__hero-text p {
  margin: 0 0 26px;
}

.mblask-home__button {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 12px 22px;
  color: #fff;
  border-radius: 7px;
  background: #11b4f5;
  font-size: 15px;
  font-weight: 700;
  transition: transform .7s ease, background-color .7s ease;
}

.mblask-home__button:hover {
  color: #fff;
  background: #fff;
  transform: scale(.94);
}

.mblask-home__button:hover {
  color: #021f2a;
}

.mblask-home__why-section {
  padding: 0 0 3em;
  background: #fff;
}

.mblask-home__why-layout {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}

.mblask-home__form-column {
  width: 35%;
}

.mblask-home__form-card {
  position: relative;
  margin-top: -50px;
  padding: 50px 40px;
  border-radius: 25px;
  background: #dceff8;
  box-shadow: 0 10px 28px rgba(2, 31, 42, .05);
}

.mblask-home__form-card h2 {
  margin: 0 0 24px;
  color: #020101;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
}

.mblask-home__form {
  display: grid;
  gap: 10px;
}

.mblask-home__form label {
  display: grid;
  gap: 4px;
  color: #5f727b;
  font-size: 13px;
  line-height: 1.2;
}

.mblask-home__form input,
.mblask-home__form select,
.mblask-home__form textarea {
  width: 100%;
  padding: 9px 11px;
  color: #4f616a;
  border: 1px solid #a8b8c0;
  border-radius: 0;
  outline: none;
  background: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.mblask-home__form input,
.mblask-home__form select {
  height: 38px;
}

.mblask-home__form textarea {
  min-height: 94px;
  resize: vertical;
}

.mblask-home__consent {
  display: flex !important;
  grid-template-columns: none !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px !important;
  margin-top: 3px;
  color: #7c8c94 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.mblask-home__consent input {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  margin-top: 2px;
  padding: 0;
}

.mblask-home__form button {
  width: 100%;
  min-height: 42px;
  padding: 10px 16px;
  color: #fff;
  border: 0;
  border-radius: 7px;
  background: #06425a;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.mblask-home__why-content {
  width: 65%;
  padding-top: 5em;
  overflow: hidden;
}

.mblask-home__why-heading h2 {
  margin: 0;
  color: #11b4f5;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: none;
}

.mblask-home__why-heading h2 span {
  color: #020101;
}

.mblask-home__why-description {
  margin-top: 22px;
  color: #06425a;
  font-size: 15px;
  line-height: 1.45;
}

.mblask-home__why-description p {
  margin: 0;
}

.mblask-home__why-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 34px;
}

.mblask-home__benefit-grid {
  width: 68%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
}

.mblask-home__benefit-item {
  min-width: 0;
  text-align: left;
}

.mblask-home__benefit-icon {
  display: inline-flex;
  margin-bottom: 5px;
  color: #11b4f5;
  font-size: 40px;
  line-height: 1;
}

.mblask-home__benefit-item h3 {
  margin: 0 0 15px;
  color: #021f2a;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.mblask-home__benefit-item p {
  margin: 0;
  color: #021f2a;
  font-size: 15px;
  line-height: 1.2;
}

.mblask-home__why-media {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding-left: 24px;
}

.mblask-home__experience {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 30px;
  color: #fff;
  border-radius: 25px;
  background: #06425a;
}

.mblask-home__experience > span {
  order: 2;
  color: #11b4f5;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.mblask-home__experience strong {
  order: 1;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: .9;
  letter-spacing: -3px;
}

.mblask-home__video-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 25px;
  background: #dceff8;
}

.mblask-home__video-card video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mblask-home__play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  transform: translate(-50%, -50%);
}

.mblask-home__play i {
  margin-left: 4px;
}

.mblask-home__services {
  padding: 3em 0 6em;
  background: #fff;
}

.mblask-home__services-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.mblask-home__services-heading > div:first-child {
  width: 70%;
}

.mblask-home__services-heading h2 {
  margin: 0 0 20px;
  color: #11b4f5;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: none;
}

.mblask-home__services-heading h2 span {
  color: #020101;
}

.mblask-home__services-heading p {
  margin: 0;
  color: #51656d;
  font-size: 15px;
  line-height: 1.45;
}

.mblask-home__services-sparkle {
  width: 30%;
  display: flex;
  justify-content: center;
}

.mblask-home__services-sparkle img {
  width: 40%;
  max-width: 145px;
}

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

.mblask-home__service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px;
  overflow: hidden;
  border-radius: 25px;
  background: #e0f4fc;
}

.mblask-home__service-image {
  width: 20%;
  margin-bottom: 20px;
}

.mblask-home__service-image img {
  width: 100%;
  height: auto;
  display: block;
}

.mblask-home__service-card h3 {
  margin: 0 0 15px;
  color: #06425a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
}

.mblask-home__service-card p {
  margin: 0 0 18px;
  color: #021f2a;
  font-size: 15px;
  line-height: 1.35;
}

.mblask-home__service-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #11b4f5;
  font-size: 15px;
  font-weight: 700;
}

.mblask-home__service-card a i {
  font-size: 20px;
}

.mblask-home__process {
  padding: 3em 0;
  background: #fff;
}

.mblask-home__process-layout {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mblask-home__process-visual,
.mblask-home__process-content {
  width: 50%;
}

.mblask-home__process-visual {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}

.mblask-home__process-sparkle {
  position: absolute;
  left: 7%;
  top: 15px;
  width: 15%;
  max-width: 105px;
}

.mblask-home__process-people {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.mblask-home__process-content {
  overflow: hidden;
}

.mblask-home__process-content > h2 {
  margin: 0 0 20px;
  color: #11b4f5;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: none;
}

.mblask-home__process-content > h2 span {
  color: #020101;
}

.mblask-home__process-content > p {
  margin: 0 0 28px;
  color: #51656d;
  font-size: 15px;
  line-height: 1.45;
}

.mblask-home__steps {
  display: grid;
  gap: 16px;
}

.mblask-home__step {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 15px;
  border-radius: 999px;
  overflow: hidden;
}

.mblask-home__step-symbol {
  width: 12%;
  min-width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 999px;
  background: #e0f4fc;
}

.mblask-home__step-symbol img {
  width: 44px;
  height: 44px;
  padding: 10px;
  object-fit: contain;
  border-radius: 50%;
  background: #f2fbff;
}

.mblask-home__step-copy {
  width: 88%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 25px;
  background: #e0f4fc;
}

.mblask-home__step-copy h3 {
  margin: 0 0 8px;
  color: #06425a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.mblask-home__step-copy p {
  margin: 0;
  color: #021f2a;
  font-size: 14px;
  line-height: 1.35;
}

.mblask-home__reviews {
  background: #dceff8;
}

@media (max-width: 1024px) {
  .mblask-home__hero {
    min-height: 600px;
    padding: 7em 0 0;
  }

  .mblask-home__hero-shade {
    background-position: calc(100% - 50px) 414px;
    background-size: 150px auto;
  }

  .mblask-home__hero-inner {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .mblask-home__hero-copy {
    width: 70%;
    text-align: center;
  }

  .mblask-home__hero-empty {
    display: none;
  }

  .mblask-home__hero-copy h1,
  .mblask-home__hero-text {
    margin-inline: auto;
  }

  .mblask-home__why-layout {
    flex-wrap: wrap;
    gap: 30px;
  }

  .mblask-home__form-column,
  .mblask-home__why-content {
    width: 100%;
  }

  .mblask-home__why-content {
    padding-top: 0;
  }

  .mblask-home__why-heading,
  .mblask-home__why-description {
    text-align: center;
  }

  .mblask-home__why-body {
    flex-wrap: wrap;
  }

  .mblask-home__benefit-grid,
  .mblask-home__why-media {
    width: 100%;
  }

  .mblask-home__benefit-item {
    text-align: center;
  }

  .mblask-home__why-media {
    padding-left: 0;
  }

  .mblask-home__experience {
    align-items: center;
    text-align: center;
  }

  .mblask-home__services-heading {
    flex-wrap: wrap;
  }

  .mblask-home__services-heading > div:first-child,
  .mblask-home__services-sparkle {
    width: 100%;
    text-align: center;
  }

  .mblask-home__services-heading h2,
  .mblask-home__services-heading p {
    text-align: center;
  }

  .mblask-home__services-sparkle img {
    width: 18%;
  }

  .mblask-home__service-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .mblask-home__service-image {
    width: 15%;
  }

  .mblask-home__process-layout {
    flex-wrap: wrap;
  }

  .mblask-home__process-visual,
  .mblask-home__process-content {
    width: 100%;
  }

  .mblask-home__process-content {
    order: -1;
    text-align: center;
  }

  .mblask-home__process-visual {
    min-height: 560px;
  }

  .mblask-home__process-people {
    width: 58%;
  }
}

@media (max-width: 767px) {
  .mblask-home__shell {
    width: calc(100% - 18px);
  }

  .mblask-home__hero {
    min-height: 600px;
    padding: 60px 0 0;
  }

  .mblask-home__hero-shade {
    background-position: calc(100% - 25px) 455px;
    background-size: 108px auto;
  }

  .mblask-home__hero-copy {
    width: 309.5px;
    max-width: 100%;
  }

  .mblask-home__hero-copy h1 {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -2px;
  }

  .mblask-home__hero-text {
    font-size: 14px;
    line-height: 1.45;
  }

  .mblask-home__button {
    margin-bottom: 70px;
  }

  .mblask-home__why-layout {
    gap: 0;
  }

  .mblask-home__form-card {
    padding: 25px;
  }

  .mblask-home__form-card h2 {
    font-size: 25px;
  }

  .mblask-home__why-heading h2,
  .mblask-home__services-heading h2,
  .mblask-home__process-content > h2 {
    font-size: 38px;
    line-height: 1;
  }

  .mblask-home__why-heading,
  .mblask-home__why-description {
    text-align: center;
  }

  .mblask-home__benefit-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .mblask-home__benefit-item h3 {
    font-size: 20px;
  }

  .mblask-home__why-media {
    gap: 16px;
    margin-top: 32px;
  }

  .mblask-home__experience strong {
    font-size: 60px;
  }

  .mblask-home__services {
    padding: 3em 0;
  }

  .mblask-home__services-sparkle img {
    width: 40%;
  }

  .mblask-home__service-card {
    padding: 30px;
    text-align: center;
  }

  .mblask-home__service-image {
    width: 25%;
    margin-inline: auto;
  }

  .mblask-home__service-card a {
    justify-content: center;
  }

  .mblask-home__process {
    padding: 3em 0;
  }

  .mblask-home__process-content {
    width: 310.5px;
    max-width: 100%;
    margin-inline: auto;
  }

  .mblask-home__step {
    gap: 0;
    border-radius: 25px;
  }

  .mblask-home__step-symbol {
    width: 20%;
    min-width: 62px;
    border-radius: 25px;
  }

  .mblask-home__step-copy {
    width: 80%;
    padding: 20px;
    text-align: center;
  }

  .mblask-home__process-visual {
    min-height: 500px;
  }

  .mblask-home__process-sparkle {
    left: 14%;
    top: 50px;
    width: 20%;
  }

  .mblask-home__process-people {
    width: 76%;
  }

  .mblask-home .service-original__reviews-visual {
    display: block;
  }
}

/* ===== Homepage reviews section exact correction (v1.8) ===== */
.mblask-home .service-original__reviews {
  padding: 0;
  background: #dbe8ef;
}

.mblask-home .service-original__shell {
  width: min(calc(100% - 48px), 1720px);
  margin-inline: auto;
}

.mblask-home .service-original__reviews-grid {
  display: grid;
  grid-template-columns: 48.2% 51.8%;
  gap: 36px;
  align-items: stretch;
  padding: 78px 0 0;
}

.mblask-home .service-original__reviews-visual,
.mblask-home .service-original__reviews-copy {
  width: auto;
}

.mblask-home .service-original__reviews-visual {
  position: relative;
  min-height: 735px;
}

.mblask-home .service-original__trust-card {
  left: 22px;
  bottom: 54px;
  width: 435px;
  max-width: none;
  padding: 38px 34px 36px;
  border-radius: 32px;
  background: #0b4b63;
}

.mblask-home .service-original__trust-card::before {
  left: -39px;
  top: auto;
  bottom: 70px;
  width: 54px;
  height: 126px;
  border-radius: 0 22px 22px 0;
  background: #1eb3f3;
}

.mblask-home .service-original__trust-card h2 {
  max-width: 295px;
  margin: 0 0 56px;
  color: #fff;
  font-size: 23px;
  line-height: 1.32;
  letter-spacing: -.3px;
}

.mblask-home .service-original__expert {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 368px;
  min-height: 98px;
  margin: 0 0 48px;
  padding: 0 24px;
  border-radius: 30px;
  background: #21adf0;
  color: #fff;
  font-size: 24px;
  line-height: 1.02;
  font-weight: 700;
}

.mblask-home .service-original__expert i {
  width: 56px;
  height: 56px;
  min-width: 56px;
  font-size: 30px;
  color: #0b4b63;
  background: #fff;
}

.mblask-home .service-original__avatars {
  margin-bottom: 20px;
}

.mblask-home .service-original__avatars img {
  width: 50px;
  height: 50px;
  margin-right: -8px;
  border-width: 4px;
}

.mblask-home .service-original__hundred {
  gap: 10px;
}

.mblask-home .service-original__hundred strong {
  font-size: 60px;
  line-height: .9;
  letter-spacing: -2.5px;
}

.mblask-home .service-original__hundred span {
  max-width: 260px;
  font-size: 17px;
  line-height: 1.12;
  font-weight: 700;
}

.mblask-home .service-original__worker {
  right: -16px;
  bottom: 0;
  width: 62%;
  max-width: 545px;
}

.mblask-home .service-original__reviews-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 74px 8px 78px 0;
}

.mblask-home .service-original__reviews-title {
  position: relative;
  padding-right: 118px;
}

.mblask-home .service-original__reviews-title h2 {
  max-width: 760px;
  margin: 0;
  font-size: 67px;
  line-height: .92;
  letter-spacing: -3px;
}

.mblask-home .service-original__reviews-title img {
  top: 6px;
  right: 12px;
  width: 102px;
}

.mblask-home .service-original__rating-row {
  grid-template-columns: 124px 110px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  max-width: 860px;
  margin-top: 44px;
}

.mblask-home .service-original__rating-row > strong {
  font-size: 84px;
  line-height: .9;
  letter-spacing: -4px;
}

.mblask-home .service-original__rating-meta {
  padding-top: 10px;
}

.mblask-home .service-original__rating-meta span {
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.mblask-home .service-original__rating-meta small {
  font-size: 16px;
  line-height: .98;
  font-weight: 700;
}

.mblask-home .service-original__rating-row p {
  max-width: 485px;
  padding-top: 2px;
  font-size: 17px;
  line-height: 1.35;
}

.mblask-home .service-original__review-slider {
  max-width: 840px;
  margin-top: 58px;
  padding-top: 44px;
}

.mblask-home .service-original__review-slider blockquote {
  max-width: 780px;
  font-size: 31px;
  line-height: 1.29;
  letter-spacing: -.4px;
  font-weight: 700;
}

.mblask-home .service-original__reviews-copy {
  min-height: 735px;
  justify-content: space-between;
}

.mblask-home .service-original__review-slider {
  margin-top: auto;
}

@media (max-width: 1280px) {
  .mblask-home .service-original__reviews-copy {
    min-height: 650px;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  .mblask-home .service-original__shell {
    width: min(calc(100% - 32px), 920px);
  }

  .mblask-home .service-original__reviews-grid {
    display: block;
    padding-top: 0;
  }

  .mblask-home .service-original__reviews-visual {
    display: none;
  }

  .mblask-home .service-original__reviews-copy {
    width: 100%;
    min-height: 0;
    padding: 58px 24px 62px;
    text-align: center;
  }

  .mblask-home .service-original__reviews-title {
    padding-right: 0;
  }

  .mblask-home .service-original__reviews-title h2 {
    max-width: 760px;
    margin-inline: auto;
    font-size: 58px;
    line-height: .95;
  }

  .mblask-home .service-original__reviews-title img {
    position: static;
    display: block;
    width: 88px;
    margin: 24px auto 0;
  }

  .mblask-home .service-original__rating-row {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 760px;
    margin: 34px auto 0;
    justify-items: center;
    text-align: center;
  }

  .mblask-home .service-original__rating-row > strong {
    font-size: 74px;
  }

  .mblask-home .service-original__rating-meta {
    padding-top: 0;
    justify-items: center;
  }

  .mblask-home .service-original__rating-meta span {
    font-size: 22px;
    margin-bottom: 4px;
  }

  .mblask-home .service-original__rating-meta small {
    font-size: 17px;
  }

  .mblask-home .service-original__rating-row p {
    max-width: 620px;
    padding-top: 6px;
    font-size: 17px;
    line-height: 1.36;
  }

  .mblask-home .service-original__review-slider {
    max-width: 860px;
    margin-top: 42px;
    padding-top: 34px;
  }

  .mblask-home .service-original__review-slider blockquote {
    max-width: 720px;
    margin-inline: auto;
    font-size: 30px;
    line-height: 1.25;
    text-align: center;
  }
}

@media (max-width: 1280px) {
  .mblask-home .service-original__shell {
    width: min(calc(100% - 40px), 1480px);
  }

  .mblask-home .service-original__reviews-grid {
    grid-template-columns: 46% 54%;
    gap: 28px;
  }

  .mblask-home .service-original__reviews-visual {
    min-height: 650px;
  }

  .mblask-home .service-original__trust-card {
    left: 10px;
    width: 390px;
    padding: 32px 28px 30px;
  }

  .mblask-home .service-original__expert {
    width: 320px;
    min-height: 86px;
    font-size: 21px;
  }

  .mblask-home .service-original__reviews-copy {
    padding-top: 44px;
    padding-bottom: 60px;
  }

  .mblask-home .service-original__reviews-title h2 {
    font-size: 56px;
  }

  .mblask-home .service-original__rating-row {
    grid-template-columns: 110px 102px minmax(0,1fr);
    gap: 18px;
  }

  .mblask-home .service-original__rating-row > strong {
    font-size: 72px;
  }

  .mblask-home .service-original__review-slider blockquote {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .mblask-home .service-original__shell {
    width: min(calc(100% - 20px), 100%);
  }

  .mblask-home .service-original__reviews-grid {
    display: block;
    padding-top: 0;
  }

  .mblask-home .service-original__reviews-visual {
    display: block;
    min-height: 420px;
    margin-bottom: 10px;
  }

  .mblask-home .service-original__trust-card {
    left: 0;
    bottom: 0;
    width: 244px;
    padding: 18px 16px 18px;
    border-radius: 20px;
  }

  .mblask-home .service-original__trust-card::before {
    left: -32px;
    bottom: 72px;
    width: 42px;
    height: 92px;
  }

  .mblask-home .service-original__trust-card h2 {
    max-width: 180px;
    margin-bottom: 16px;
    font-size: 16px;
    text-align: left;
  }

  .mblask-home .service-original__expert {
    width: 194px;
    min-height: 48px;
    margin-bottom: 14px;
    padding: 0 12px;
    gap: 10px;
    border-radius: 14px;
    font-size: 13px;
    text-align: left;
  }

  .mblask-home .service-original__expert i {
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-size: 18px;
  }

  .mblask-home .service-original__avatars {
    margin-bottom: 10px;
  }

  .mblask-home .service-original__avatars img {
    width: 38px;
    height: 38px;
    margin-right: -6px;
    border-width: 3px;
  }

  .mblask-home .service-original__hundred strong {
    font-size: 44px;
  }

  .mblask-home .service-original__hundred span {
    max-width: 160px;
    font-size: 13px;
  }

  .mblask-home .service-original__worker {
    right: -2px;
    width: 61%;
    max-width: 232px;
  }

  .mblask-home .service-original__reviews-copy {
    padding: 0 16px 44px;
    text-align: center;
  }

  .mblask-home .service-original__reviews-title {
    padding-right: 0;
  }

  .mblask-home .service-original__reviews-title h2 {
    max-width: none;
    font-size: 38px;
    line-height: .98;
    letter-spacing: -2px;
  }

  .mblask-home .service-original__reviews-title img {
    position: static;
    display: block;
    width: 78px;
    margin: 22px auto 0;
  }

  .mblask-home .service-original__rating-row {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: none;
    margin-top: 34px;
    justify-items: center;
    text-align: center;
  }

  .mblask-home .service-original__rating-row > strong {
    font-size: 62px;
  }

  .mblask-home .service-original__rating-meta {
    padding-top: 0;
    justify-items: center;
  }

  .mblask-home .service-original__rating-meta span {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .mblask-home .service-original__rating-meta small {
    font-size: 16px;
  }

  .mblask-home .service-original__rating-row p {
    max-width: 360px;
    padding-top: 4px;
    font-size: 15px;
    line-height: 1.35;
  }

  .mblask-home .service-original__review-slider {
    max-width: none;
    margin-top: 36px;
    padding-top: 30px;
  }

  .mblask-home .service-original__review-slider blockquote {
    max-width: 360px;
    margin-inline: auto;
    font-size: 24px;
    line-height: 1.22;
    text-align: center;
  }
}

/* ========================================================================== 
   Footer cleanup — v2.0
   ========================================================================== */
.site-footer {
  color: #fff;
  background: #011218;
  font-family: "DM Sans", sans-serif;
}

.site-footer .footer-shell {
  width: min(calc(100% - 64px), 1610px);
  margin-inline: auto;
  padding-top: 82px;
}

.site-footer .footer-main {
  display: grid;
  grid-template-columns: minmax(360px, 1.2fr) minmax(390px, 1fr) minmax(220px, .62fr);
  gap: clamp(64px, 7vw, 138px);
  align-items: start;
  padding: 0 0 70px;
}

.site-footer .footer-brand,
.site-footer .footer-contact,
.site-footer .footer-services {
  width: auto;
  min-width: 0;
  display: flex;
  flex: initial;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.site-footer .footer-brand {
  gap: 27px;
}

.site-footer .footer-logo {
  display: block;
  width: 132px;
  margin: 0;
}

.site-footer .footer-logo-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.site-footer .footer-description {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
}

.site-footer .footer-hours {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 6px;
}

.site-footer .footer-title {
  margin: 0;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.35px;
}

.site-footer .footer-contact,
.site-footer .footer-services {
  gap: 28px;
}

.site-footer .footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.site-footer .footer-contact-list > :first-child {
  margin-top: 0;
}

.site-footer .footer-info-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

.site-footer .footer-info-row strong {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.site-footer .footer-info-icon {
  width: 22px;
  height: 22px;
  display: grid;
  flex: 0 0 22px;
  place-items: center;
  color: #11b4f5;
}

.site-footer .footer-info-icon svg {
  width: 22px;
  height: 22px;
}

.site-footer .footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  margin-top: 4px;
}

.site-footer .footer-socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 6px;
  background: rgba(17, 180, 245, .16);
}

.site-footer .footer-socials svg {
  width: 15px;
  height: 15px;
}

.site-footer .footer-services ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  column-gap: 34px;
  row-gap: 18px;
  width: 100%;
  max-width: 420px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer .footer-services li {
  margin: 0;
  min-width: 0;
}

.site-footer .footer-services a {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
}

.site-footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(17, 180, 245, .16);
}

.site-footer .footer-bottom-inner {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 38px;
  padding: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}

.site-footer .footer-bottom-inner > a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-footer .footer-bottom-inner svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

@media (max-width: 1100px) {
  .site-footer .footer-shell {
    width: min(calc(100% - 48px), 960px);
    padding-top: 68px;
  }

  .site-footer .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 54px 70px;
  }

  .site-footer .footer-brand {
    grid-column: 1 / -1;
  }

  .site-footer .footer-description {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .site-footer .footer-shell {
    width: min(calc(100% - 36px), 560px);
    padding-top: 58px;
  }

  .site-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-bottom: 52px;
  }

  .site-footer .footer-brand,
  .site-footer .footer-contact,
  .site-footer .footer-services {
    grid-column: auto;
    align-items: center;
    text-align: center;
  }

  .site-footer .footer-logo {
    width: 112px;
  }

  .site-footer .footer-description {
    max-width: 430px;
    font-size: 16px;
    text-align: center;
  }

  .site-footer .footer-hours {
    align-items: center;
  }

  .site-footer .footer-contact-list {
    align-items: center;
  }

  .site-footer .footer-info-row {
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    font-size: 16px;
    text-align: left;
  }

  .site-footer .footer-socials {
    justify-content: center;
  }

  .site-footer .footer-services ul {
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: none;
    row-gap: 13px;
    column-gap: 0;
  }

  .site-footer .footer-services a {
    font-size: 16px;
  }

  .site-footer .footer-bottom-inner {
    justify-content: center;
    gap: 16px 28px;
    font-size: 13px;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .site-footer .footer-shell {
    width: calc(100% - 28px);
  }

  .site-footer .footer-info-row {
    max-width: 100%;
    font-size: 14px;
  }

  .site-footer .footer-bottom-inner {
    flex-direction: column;
    gap: 14px;
  }
}
