:root {
  --red: #d92724;
  --red-dark: #a91617;
  --red-soft: #fff0ed;
  --ink: #141925;
  --navy: #151b2b;
  --muted: #68707d;
  --line: #dfe3e8;
  --paper: #ffffff;
  --mist: #f1f4f6;
  --cream: #fff8f0;
  --yellow: #ffc64b;
  --shadow: 0 18px 50px rgba(21, 27, 43, 0.12);
  --radius: 18px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.18;
}

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

.section {
  padding: 105px 0;
}

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

.skip-link:focus {
  transform: translateY(0);
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--red);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kicker::before {
  width: 28px;
  height: 3px;
  content: "";
  background: currentColor;
}

.kicker.light {
  color: #ffd6d1;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 48px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .kicker::before {
  display: none;
}

.section-heading h2,
.about-copy h2,
.reasons-copy h2,
.gallery-heading h2,
.cta-inner h2 {
  margin-bottom: 18px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section-heading p,
.about-copy > p,
.reasons-copy > p,
.gallery-heading > p {
  color: var(--muted);
  font-size: 16px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 14px 34px rgba(217, 39, 36, 0.35);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: #fff;
  background: var(--red-dark);
}

.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(16, 20, 29, 0.2);
  backdrop-filter: blur(8px);
}

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

.button-light {
  color: var(--red);
  background: #fff;
}

.button-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.button-outline-light:hover {
  color: var(--red);
  background: #fff;
}

.site-header {
  position: relative;
  z-index: 100;
  min-height: 110px;
  background: #fff;
  box-shadow: 0 5px 22px rgba(20, 25, 37, 0.1);
}

.site-header.is-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  animation: header-in 0.35s ease;
}

@keyframes header-in {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

.header-shell {
  display: grid;
  grid-template-columns: minmax(240px, 22%) 1fr;
  min-height: 110px;
}

.brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 42px 16px 20px;
  background: #fff;
}

.brand::after {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
  width: 75px;
  height: 100%;
  content: "";
  background: #fff;
  box-shadow: 14px 8px 18px rgba(20, 25, 37, 0.12);
  transform: skewX(-22deg);
}

.brand img {
  width: 180px;
  height: auto;
}

.header-content {
  min-width: 0;
}

.topbar {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 max(24px, calc((100vw - var(--container)) / 2));
  padding-left: 58px;
  color: #fff;
  background: var(--navy);
}

.utility-nav {
  display: flex;
  align-items: center;
  gap: 0;
}

.utility-item {
  position: relative;
  display: flex;
  height: 45px;
  align-items: center;
}

.utility-nav a {
  position: relative;
  padding: 4px 14px;
  color: #e4e6eb;
  font-size: 12px;
  transition: color 0.2s ease;
}

.utility-nav a:hover,
.utility-nav a:focus-visible,
.utility-nav a.is-active {
  color: #ff665d;
}

.utility-item > a {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 6px;
}

.utility-item > a i {
  font-size: 9px;
  transition: transform 0.2s ease;
}

.utility-item + .utility-item::before {
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.2);
}

.utility-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 30;
  display: grid;
  width: 240px;
  padding: 8px 0;
  background: #fff;
  box-shadow: 0 16px 36px rgba(20, 25, 37, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.utility-submenu a {
  padding: 11px 16px;
  color: var(--ink);
  font-size: 13px;
  white-space: normal;
}

.utility-submenu a:hover,
.utility-submenu a:focus-visible {
  color: var(--red);
  background: var(--red-soft);
}

.has-utility-submenu:hover > .utility-submenu,
.has-utility-submenu:focus-within > .utility-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.has-utility-submenu:hover > a i,
.has-utility-submenu:focus-within > a i {
  transform: rotate(180deg);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.availability {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d8dae0;
  font-size: 11px;
  text-transform: uppercase;
}

.availability i {
  width: 7px;
  height: 7px;
  background: #52db8a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(82, 219, 138, 0.15);
}

.hotline-pill {
  display: flex;
  height: 32px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  background: var(--red);
  border-radius: 10px;
  font-size: 14px;
}

.hotline-pill svg,
.mobile-call svg,
.cta-actions svg,
.floating-contact svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hotline-pill svg,
.floating-contact svg {
  fill: currentColor;
  stroke: none;
}

.mainbar {
  display: flex;
  height: 65px;
  align-items: center;
  padding: 0 max(24px, calc((100vw - var(--container)) / 2));
  padding-left: 58px;
}

.main-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(20px, 2.1vw, 38px);
}

.main-nav a {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.is-active,
.main-nav > .nav-item:hover > a,
.main-nav > .nav-item:focus-within > a {
  color: var(--red);
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

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

.hero {
  position: relative;
  background: var(--navy);
}

.hero-slide {
  position: relative;
  display: flex !important;
  min-height: 565px;
  align-items: center;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(10, 13, 20, 0.92) 0%, rgba(10, 13, 20, 0.66) 46%, rgba(10, 13, 20, 0.12) 80%), var(--hero-image);
  background-position: center;
  background-size: cover;
}

.hero-slide::after {
  position: absolute;
  right: -90px;
  bottom: -150px;
  width: 420px;
  height: 420px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.03), 0 0 0 110px rgba(255, 255, 255, 0.02);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 40px;
  height: 3px;
  content: "";
  background: var(--red);
}

.hero h1,
.hero h2 {
  max-width: 760px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(58px, 6.6vw, 90px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-transform: uppercase;
}

.hero h1 span,
.hero h2 span {
  color: var(--yellow);
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-slider .slick-prev,
.hero-slider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: block;
  width: 46px;
  height: 46px;
  padding: 0;
  color: transparent;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  transform: translateY(-50%);
}

.hero-slider .slick-prev {
  left: 25px;
}

.hero-slider .slick-next {
  right: 25px;
}

.hero-slider .slick-prev::before,
.hero-slider .slick-next::before {
  color: #fff;
  content: "‹";
  font-family: inherit;
  font-size: 25px;
  line-height: 1;
  opacity: .85;
}

.hero-slider .slick-next::before {
  content: "›";
}

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  bottom: 30px;
}

.hero-slider .slick-dots li {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 3px;
}

.hero-slider .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  color: transparent;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 0;
}

.hero-slider .slick-dots li button::before {
  position: absolute;
  inset: 0;
  color: #fff;
  content: "•";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  opacity: 0.55;
}

.hero-slider .slick-dots li.slick-active button::before {
  color: var(--red);
  opacity: 1;
}

.hero-proof {
  position: relative;
  z-index: 8;
  background: var(--red);
}

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

.proof-grid > div {
  display: flex;
  min-height: 105px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.proof-grid > div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.proof-grid strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 44px;
  line-height: 1;
}

.proof-grid span {
  max-width: 105px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
}

.pricing-section {
  position: relative;
  overflow: hidden;
  background-color: var(--mist);
  background-image: radial-gradient(circle at 1px 1px, rgba(21, 27, 43, 0.09) 1px, transparent 0);
  background-size: 24px 24px;
}

.pricing-section::before {
  position: absolute;
  top: -200px;
  right: -170px;
  width: 430px;
  height: 430px;
  content: "";
  background: rgba(217, 39, 36, 0.07);
  border-radius: 50%;
}

.price-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.table-scroll {
  overflow-x: auto;
}

table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}

th,
td {
  padding: 20px 22px;
  text-align: center;
  border-right: 1px solid #e2e4e8;
  border-bottom: 1px solid #e2e4e8;
}

th:last-child,
td:last-child {
  border-right: 0;
}

thead th {
  color: #fff;
  background: var(--navy);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

tbody td {
  color: #363c47;
  font-size: 14px;
}

tbody tr:nth-child(even) {
  background: #f8f9fa;
}

tbody td:first-child {
  text-align: left;
}

tbody td strong,
tbody td small {
  display: block;
}

tbody td strong {
  color: var(--ink);
  font-size: 15px;
}

tbody td small {
  margin-top: 2px;
  color: #8b929c;
}

.price-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 18px 24px;
}

.price-note p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.price-note svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--red);
  stroke-width: 1.8;
}

.price-note a,
.text-link,
.service-body > a {
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.price-note a span,
.text-link span,
.service-body > a span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.2s ease;
}

.price-note a:hover span,
.text-link:hover span,
.service-body > a:hover span {
  transform: translateX(5px);
}

.about-section {
  overflow: hidden;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: 90px;
}

.about-visual {
  position: relative;
  padding: 0 0 50px 40px;
}

.about-visual::before {
  position: absolute;
  top: -40px;
  left: 0;
  width: 60%;
  height: 85%;
  content: "";
  background: var(--red-soft);
}

.image-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 430px;
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.experience-badge {
  position: absolute;
  right: -35px;
  bottom: 0;
  z-index: 3;
  display: flex;
  width: 210px;
  height: 115px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  background: var(--red);
  box-shadow: 0 18px 35px rgba(217, 39, 36, 0.28);
}

.experience-badge strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 52px;
  line-height: 1;
}

.experience-badge span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.about-copy {
  max-width: 570px;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 26px 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
}

.check-list svg {
  width: 24px;
  height: 24px;
  padding: 4px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

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

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

.service-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-bottom: 3px solid transparent;
  box-shadow: 0 10px 34px rgba(21, 27, 43, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card:hover {
  border-color: var(--red);
  box-shadow: 0 18px 40px rgba(21, 27, 43, 0.14);
  transform: translateY(-7px);
}

.service-image {
  display: block;
  height: 235px;
  overflow: hidden;
  background: #ddd;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.06);
}

.service-body {
  position: relative;
  min-height: 250px;
  padding: 30px 28px;
}

.service-number {
  position: absolute;
  top: 22px;
  right: 25px;
  color: #e9ebee;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}

.service-body h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 29px;
  font-weight: 700;
}

.service-body p {
  position: relative;
  z-index: 1;
  min-height: 80px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}

.reasons-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.reasons-section::before {
  position: absolute;
  inset: 0 50% 0 0;
  content: "";
  background: linear-gradient(120deg, rgba(217, 39, 36, 0.88), rgba(139, 18, 20, 0.93));
}

.reasons-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.reasons-copy {
  padding-right: 30px;
}

.reasons-copy > p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.8);
}

.accordion {
  display: grid;
  gap: 0;
}

.accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.accordion-item button {
  display: flex;
  width: 100%;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  color: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.accordion-item button span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.accordion-item button b {
  margin-right: 16px;
  color: #ff7673;
  font-size: 16px;
}

.accordion-item button i {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.accordion-item button i::before,
.accordion-item button i::after {
  position: absolute;
  top: 10px;
  right: 1px;
  width: 18px;
  height: 2px;
  content: "";
  background: currentColor;
  transition: transform 0.25s ease;
}

.accordion-item button i::after {
  transform: rotate(90deg);
}

.accordion-item.is-open button i::after {
  transform: rotate(0);
}

.accordion-panel {
  display: none;
  padding: 0 42px 22px 0;
}

.accordion-item.is-open .accordion-panel {
  display: block;
}

.accordion-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}

.process-section {
  background: var(--cream);
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list::before {
  position: absolute;
  top: 62px;
  right: 10%;
  left: 10%;
  height: 1px;
  content: "";
  background: repeating-linear-gradient(90deg, var(--red) 0 5px, transparent 5px 11px);
  opacity: 0.35;
}

.process-list li {
  position: relative;
  z-index: 1;
  min-height: 260px;
  padding: 34px 28px 26px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 25, 37, 0.07);
}

.process-list li > span {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #eee9e3;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}

.process-list svg {
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  padding: 12px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-list li:first-child svg {
  fill: currentColor;
  stroke: none;
}

.process-list h3 {
  margin-bottom: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
}

.process-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.gallery-section {
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.gallery-heading {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 45px;
}

.gallery-heading h2 {
  margin-bottom: 0;
}

.gallery-heading > p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
}

.gallery-slider {
  width: calc(100% + 220px);
  margin-left: -110px;
}

.gallery-slider .slick-list {
  padding: 0 8% !important;
}

.gallery-slider figure {
  position: relative;
  height: 390px;
  margin: 0 8px;
  overflow: hidden;
  background: #292f3f;
}

.gallery-slider figure::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.gallery-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85);
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  z-index: 5;
  width: 48px;
  height: 48px;
  background: var(--red);
}

.gallery-slider .slick-prev {
  left: 90px;
}

.gallery-slider .slick-next {
  right: 90px;
}

.faq-section {
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  align-items: start;
  gap: 90px;
}

.faq-section .section-heading {
  position: sticky;
  top: 155px;
  margin: 0;
}

.faq-accordion {
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.faq-accordion .accordion-item {
  border-color: var(--line);
}

.faq-accordion .accordion-item button {
  padding: 22px 0;
}

.faq-accordion .accordion-item button span {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.faq-accordion .accordion-panel p {
  color: var(--muted);
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  color: #fff;
  background: var(--red);
}

.cta-section::before {
  position: absolute;
  top: -180px;
  right: 8%;
  width: 390px;
  height: 390px;
  content: "";
  border: 70px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.cta-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.cta-inner > div:first-child {
  max-width: 700px;
}

.cta-inner h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4.5vw, 58px);
}

.cta-actions {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
}

.cta-actions svg {
  fill: currentColor;
  stroke: none;
}

.site-footer {
  color: #c9ccd4;
  background: #111622;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 1.2fr 0.9fr;
  gap: 55px;
  padding-top: 75px;
  padding-bottom: 65px;
}

.footer-brand img {
  width: 165px;
  height: auto;
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
}

.footer-grid h2 {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.footer-grid p,
.footer-grid li,
.footer-grid a {
  font-size: 13px;
}

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

.footer-grid a:hover {
  color: #fff;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-list svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 3px;
  fill: none;
  stroke: var(--red);
  stroke-width: 1.8;
}

.footer-call {
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  font-weight: 700;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-bottom .container {
  display: flex;
  min-height: 65px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: #8f94a0;
  font-size: 11px;
}

.footer-designed::before {
  content: " · ";
}

.footer-bottom .footer-designed a {
  color: #fff;
  font-weight: 700;
}

.footer-bottom .footer-designed a:hover {
  color: var(--red);
}

.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  gap: 10px;
}

.floating-contact a {
  display: flex;
  min-width: 122px;
  height: 48px;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 8px 14px;
  color: #fff;
  border-radius: 25px;
  box-shadow: 0 8px 24px rgba(20, 25, 37, 0.24);
}

.float-phone {
  background: var(--red);
}

.float-zalo {
  background: #0759aa;
}

.floating-contact span {
  font-size: 11px;
  font-weight: 700;
}

.float-zalo b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #0759aa;
  background: #fff;
  border-radius: 50%;
  font-size: 10px;
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

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

@media (max-width: 1180px) {
  .header-shell {
    grid-template-columns: 210px 1fr;
  }

  .brand {
    padding-right: 25px;
  }

  .brand img {
    width: 150px;
  }

  .topbar,
  .mainbar {
    padding-right: 22px;
    padding-left: 46px;
  }

  .main-nav {
    gap: 18px;
  }

  .main-nav a {
    font-size: 12px;
  }

  .hero-slider .slick-prev,
  .hero-slider .slick-next {
    display: none !important;
  }

  .about-grid,
  .reasons-grid,
  .faq-grid {
    gap: 55px;
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 76px;
  }

  .section {
    padding: 80px 0;
  }

  .site-header,
  .header-shell {
    min-height: 76px;
  }

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

  .brand {
    width: 210px;
    justify-content: flex-start;
    padding: 9px 20px;
  }

  .brand::after {
    display: none;
  }

  .brand img {
    width: 132px;
  }

  .header-content {
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }

  .topbar {
    display: none;
  }

  .mainbar {
    width: 100%;
    height: 76px;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 18px;
  }

  .menu-toggle,
  .mobile-call {
    display: flex;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--line);
    cursor: pointer;
  }

  .menu-toggle span {
    width: 20px;
    height: 2px;
    background: var(--ink);
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .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);
  }

  .mobile-call {
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--red);
  }

  .mobile-call svg {
    fill: currentColor;
    stroke: none;
  }

  .main-nav {
    position: fixed;
    top: 76px;
    right: 0;
    left: 0;
    display: grid;
    max-height: calc(100vh - 76px);
    justify-content: stretch;
    gap: 0;
    padding: 18px 20px 28px;
    overflow-y: auto;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 18px 36px rgba(20, 25, 37, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

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

  .main-nav a::after {
    display: none;
  }

  .hero-slide {
    min-height: 600px;
    background-position: 62% center;
  }

  .hero h1,
  .hero h2 {
    font-size: clamp(54px, 9vw, 76px);
  }

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

  .proof-grid > div:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
  }

  .proof-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .about-grid,
  .reasons-grid,
  .faq-grid,
  .gallery-heading {
    grid-template-columns: 1fr;
  }

  .about-copy {
    max-width: none;
  }

  .about-visual {
    max-width: 760px;
  }

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

  .reasons-section::before {
    inset: 0 0 52% 0;
  }

  .reasons-copy {
    padding: 0 0 35px;
  }

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

  .process-list::before {
    display: none;
  }

  .gallery-heading {
    gap: 12px;
  }

  .faq-section .section-heading {
    position: static;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 35px;
  }

  .cta-actions {
    flex-direction: row;
  }

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

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

  .section {
    padding: 68px 0;
  }

  .brand {
    width: 165px;
  }

  .brand img {
    width: 120px;
  }

  .mainbar {
    padding-right: 12px;
  }

  .hero-slide {
    min-height: 620px;
    padding: 40px 0 70px;
    background-image: linear-gradient(90deg, rgba(10, 13, 20, 0.94), rgba(10, 13, 20, 0.6)), var(--hero-image);
    background-position: 65% center;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero h1,
  .hero h2 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .hero-copy {
    font-size: 14px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .proof-grid > div {
    min-height: 86px;
    gap: 9px;
  }

  .proof-grid strong {
    font-size: 35px;
  }

  .proof-grid span {
    max-width: 85px;
    font-size: 9px;
  }

  .section-heading {
    margin-bottom: 35px;
  }

  .section-heading h2,
  .about-copy h2,
  .reasons-copy h2,
  .gallery-heading h2,
  .cta-inner h2 {
    font-size: clamp(36px, 12vw, 48px);
  }

  .section-heading p,
  .about-copy > p,
  .reasons-copy > p,
  .gallery-heading > p {
    font-size: 14px;
  }

  .price-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-visual {
    padding: 0 0 45px 18px;
  }

  .image-frame,
  .image-frame img {
    min-height: 300px;
  }

  .experience-badge {
    right: 0;
    width: 180px;
    height: 98px;
  }

  .experience-badge strong {
    font-size: 43px;
  }

  .service-grid,
  .process-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-image {
    height: 220px;
  }

  .service-body {
    min-height: auto;
  }

  .service-body p {
    min-height: auto;
  }

  .reasons-section::before {
    inset: 0 0 59% 0;
  }

  .accordion-item button span {
    font-size: 21px;
  }

  .faq-accordion .accordion-item button span {
    font-size: 14px;
  }

  .gallery-slider {
    width: 100%;
    margin-left: 0;
  }

  .gallery-slider .slick-list {
    padding: 0 13% !important;
  }

  .gallery-slider figure {
    height: 350px;
  }

  .gallery-slider .slick-prev,
  .gallery-slider .slick-next {
    display: none !important;
  }

  .cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .footer-grid {
    gap: 35px;
  }

  .footer-bottom .container {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 16px 0;
  }

  .floating-contact {
    right: 10px;
    bottom: 12px;
  }

  .floating-contact a {
    min-width: 48px;
    width: 48px;
    padding: 0;
    justify-content: center;
  }

  .floating-contact span {
    display: none;
  }
}

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

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

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Layout below the header follows the reference site's section structure. */
.banner-slider {
  overflow: hidden;
  background: #e9ecef;
}

.hero-slider:not(.slick-initialized) .hero-banner:not(:first-child) {
  display: none !important;
}

.hero-banner {
  display: block !important;
  width: 100%;
}

.hero-banner img {
  width: 100%;
  height: clamp(390px, 39vw, 550px);
  object-fit: cover;
  object-position: var(--banner-position, center);
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
  width: 44px;
  height: 70px;
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.28);
}

.banner-slider .slick-prev {
  left: 0;
}

.banner-slider .slick-next {
  right: 0;
}

.banner-slider .slick-prev:hover,
.banner-slider .slick-next:hover {
  background: var(--red);
}

.banner-slider .slick-dots {
  bottom: 18px;
}

.pricing-section {
  margin-top: 10px;
}

.pricing-section .section-heading h1,
.pricing-section .section-heading h2,
.about-copy h2,
.services-section .section-heading h2,
.reasons-heading h2,
.process-section .section-heading h2,
.news-section .section-heading h2 {
  margin-bottom: 18px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.28;
}

.pricing-section .section-heading {
  max-width: 820px;
}

.about-section {
  background: #fff;
}

.about-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 65px;
}

.about-copy {
  max-width: none;
}

.about-copy > p {
  font-size: 15px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 45px;
  margin: 34px 0 30px;
}

.about-stats div {
  display: grid;
  gap: 2px;
}

.about-stats strong {
  color: var(--ink);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.about-stats span {
  color: var(--ink);
  font-size: 13px;
}

.about-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 8px 22px;
  color: #fff;
  background: var(--red);
  border-radius: 22px;
  font-size: 13px;
}

.about-visual {
  padding: 0;
}

.about-visual::before,
.experience-badge {
  display: none;
}

.about-collage {
  display: grid;
  height: 430px;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 8px;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 8px 20px rgba(21, 27, 43, 0.2);
}

.about-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-section {
  padding-top: 75px;
  background: #e9edef;
}

.service-grid {
  gap: 24px;
}

.service-card {
  min-height: 264px;
  padding: 30px;
  overflow: visible;
  background: #fff;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(21, 27, 43, 0.08);
}

.service-card:hover {
  border: 0;
  box-shadow: 0 12px 26px rgba(21, 27, 43, 0.13);
  transform: translateY(-4px);
}

.service-icon {
  display: grid;
  width: 78px;
  height: 78px;
  margin-bottom: 22px;
  place-items: center;
  color: var(--red);
  background: var(--red-soft);
  border-radius: 50%;
}

.service-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin-bottom: 14px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.service-card p {
  min-height: 52px;
  margin-bottom: 18px;
  color: #333943;
  font-size: 14px;
}

.service-card > a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--red);
  color: var(--ink);
  font-size: 12px;
  text-transform: uppercase;
}

.reasons-section {
  color: var(--ink);
  background: #fff;
}

.reasons-section::before {
  display: none;
}

.reasons-heading {
  max-width: 1180px;
}

.reasons-heading p {
  max-width: 1100px;
  margin-inline: auto;
}

.reasons-grid {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 28px;
}

.reasons-image {
  min-height: 460px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(21, 27, 43, 0.22);
}

.reasons-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reasons-accordion {
  align-content: start;
  gap: 10px;
}

.reasons-accordion .accordion-item {
  overflow: hidden;
  color: var(--ink);
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  border-radius: 14px;
}

.reasons-accordion .accordion-item.is-open {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.reasons-accordion .accordion-item button {
  min-height: 76px;
  padding: 18px 28px;
}

.reasons-accordion .accordion-item button span {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.reasons-accordion .accordion-panel {
  padding: 0 55px 18px 28px;
}

.reasons-accordion .accordion-panel p {
  color: inherit;
  font-size: 12px;
  font-style: italic;
  opacity: 0.9;
}

.process-section {
  color: #fff;
  background: #172b59;
}

.process-section .section-heading {
  max-width: 760px;
}

.process-section .section-heading h2,
.process-section .section-heading p {
  color: #fff;
}

.process-section .section-heading .kicker {
  color: #ffaaa7;
}

.process-list {
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.process-list::before {
  display: none;
}

.process-list li {
  min-height: 0;
  padding: 0 8px;
  color: #fff;
  text-align: center;
  background: transparent;
  box-shadow: none;
}

.process-list li > span {
  position: static;
  display: grid;
  width: 82px;
  height: 82px;
  margin: 0 auto 23px;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.process-list h3 {
  margin-bottom: 12px;
  color: #fff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.process-list p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
}

.news-section {
  background: #fff;
}

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

.news-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(21, 27, 43, 0.12);
}

.news-card > a {
  display: block;
  height: 220px;
  overflow: hidden;
}

.news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-card:hover img {
  transform: scale(1.05);
}

.news-card > div {
  padding: 22px 24px 26px;
}

.news-card time {
  color: var(--red);
  font-size: 11px;
}

.news-card h3 {
  margin: 9px 0 12px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.news-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.promo-banner {
  position: relative;
  overflow: hidden;
  padding: 55px 0;
  color: #fff;
  background: linear-gradient(105deg, rgba(21, 27, 43, 0.96) 0 48%, rgba(217, 39, 36, 0.91) 48%);
}

.promo-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.promo-inner span {
  color: #ffb7b4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.promo-inner h2 {
  margin: 6px 0 5px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 600;
}

.promo-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.promo-inner > a {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  color: var(--red);
  background: #fff;
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
}

.promo-inner svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

@media (max-width: 980px) {
  .hero-banner img {
    height: 400px;
  }

  .about-grid,
  .reasons-grid {
    grid-template-columns: 1fr;
  }

  .about-collage {
    height: 400px;
  }

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

  .process-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 42px 22px;
  }
}

@media (max-width: 640px) {
  .hero-banner img {
    height: 270px;
  }

  .banner-slider .slick-prev,
  .banner-slider .slick-next {
    display: none !important;
  }

  .pricing-section {
    margin-top: 38px;
  }

  .about-stats {
    gap: 22px 18px;
  }

  .about-stats strong {
    font-size: 28px;
  }

  .about-collage {
    height: 310px;
  }

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

  .service-card {
    min-height: 0;
  }

  .reasons-image {
    min-height: 290px;
  }

  .reasons-accordion .accordion-item button {
    padding: 16px 20px;
  }

  .process-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 12px;
  }

  .process-list li > span {
    width: 70px;
    height: 70px;
  }

  .promo-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .promo-inner > a {
    width: 100%;
    justify-content: center;
  }
}
