.elementor-8 .elementor-element.elementor-element-527adc7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-527adc7:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-527adc7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-82714bb );}.elementor-8 .elementor-element.elementor-element-b93437f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-b93437f:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-b93437f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-a37da16 );}.elementor-8 .elementor-element.elementor-element-d976787{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-d976787:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-d976787 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-82714bb );}.elementor-8 .elementor-element.elementor-element-729a348{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-14dbe25 *//* ============================================================
   AR HERO SECTION v2 — Custom CSS
   Paste into: Elementor > Section > Advanced > Custom CSS
   OR: Elementor > Site Settings > Custom CSS
   ============================================================ */

/* Wrapper */
.ar-hero-wrap {
  background-color: #2b2d42;
  position: relative;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}

/* Red top bar */
.ar-hero-topbar {
  height: 4px;
  background: #ef233c;
  width: 100%;
}

/* Inner layout */
.ar-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px 90px;
  box-sizing: border-box;
}

/* ── LEFT SIDE ── */

/* Label */
.ar-hero-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ef233c;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Headline */
.ar-hero-headline {
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.12;
  margin: 0 0 24px 0;
  letter-spacing: -0.5px;
}

/* Subheadline */
.ar-hero-sub {
  font-size: 17px;
  line-height: 1.75;
  color: #8d99ae;
  margin: 0 0 36px 0;
}

/* Proof points */
.ar-hero-proofs {
  list-style: none;
  margin: 0 0 36px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ar-hero-proofs li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #edf2f4;
  font-weight: 500;
}

.ar-hero-tick {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: rgba(239, 35, 60, 0.15);
  border-radius: 50%;
  color: #ef233c;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

/* CTAs */
.ar-hero-ctas {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.ar-hero-cta-primary {
  display: inline-block;
  background: #ef233c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 4px;
  letter-spacing: 0.03em;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.ar-hero-cta-primary:hover {
  background: #d90429;
  color: #ffffff;
  text-decoration: none;
}

.ar-hero-cta-secondary {
  font-size: 15px;
  color: #8d99ae;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.ar-hero-cta-secondary:hover {
  color: #edf2f4;
  text-decoration: none;
}

/* Trust line */
.ar-hero-trust {
  font-size: 13px;
  color: rgba(141, 153, 174, 0.7);
  margin: 0;
  letter-spacing: 0.02em;
}

/* ── RIGHT SIDE — CARD ── */

.ar-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ar-hero-card {
  background: rgba(237, 242, 244, 0.04);
  border: 1px solid rgba(237, 242, 244, 0.12);
  border-radius: 12px;
  padding: 36px 32px;
  width: 100%;
  max-width: 420px;
  box-sizing: border-box;
}

.ar-hero-card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #ef233c;
  text-transform: uppercase;
  background: rgba(239, 35, 60, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.ar-hero-card-statement {
  font-size: 17px;
  line-height: 1.65;
  color: #edf2f4;
  font-style: italic;
}

.ar-hero-card-statement span {
  color: #ef233c;
  font-weight: 700;
}

.ar-hero-card-divider {
  height: 1px;
  background: rgba(141, 153, 174, 0.15);
  margin: 24px 0;
}

/* Commitment blocks row */
.ar-hero-card-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.ar-hero-card-stat {
  text-align: center;
  flex: 1;
  padding: 0 4px;
}

.ar-hero-card-stat-icon {
  font-size: 10px;
  color: #ef233c;
  margin-bottom: 6px;
  display: block;
}

.ar-hero-card-stat-num {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 6px;
}

.ar-hero-card-stat-lbl {
  font-size: 11px;
  color: #8d99ae;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.ar-hero-card-stat-sep {
  width: 1px;
  height: 52px;
  background: rgba(141, 153, 174, 0.2);
  flex-shrink: 0;
}

/* Journey line */
.ar-hero-journey {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}

.ar-hero-journey-step {
  font-size: 11px;
  font-weight: 600;
  color: #8d99ae;
  white-space: nowrap;
  letter-spacing: 0.03em;
}

.ar-hero-journey-step--red {
  color: #ef233c;
}

.ar-hero-journey-arrow {
  color: rgba(141, 153, 174, 0.4);
  font-size: 12px;
  flex-shrink: 0;
}

.ar-hero-journey-label {
  font-size: 11px;
  color: rgba(141, 153, 174, 0.5);
  text-align: center;
  letter-spacing: 0.04em;
  font-style: italic;
}

/* ============================================================
   RESPONSIVE — Tablet
   ============================================================ */
@media (max-width: 1024px) {

  .ar-hero-headline {
    font-size: 42px;
  }

  .ar-hero-inner {
    gap: 40px;
    padding: 60px 32px 70px;
  }

}

/* ============================================================
   RESPONSIVE — Mobile
   ============================================================ */
@media (max-width: 768px) {

  .ar-hero-inner {
    grid-template-columns: 1fr;
    padding: 48px 20px 56px;
    gap: 44px;
  }

  .ar-hero-headline {
    font-size: 34px;
  }

  .ar-hero-sub {
    font-size: 15px;
  }

  .ar-hero-ctas {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .ar-hero-cta-primary {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .ar-hero-card {
    max-width: 100%;
    padding: 28px 20px;
  }

  .ar-hero-card-statement {
    font-size: 15px;
  }

  .ar-hero-card-stat-num {
    font-size: 16px;
  }

  .ar-hero-card-stat-lbl {
    font-size: 10px;
  }

  .ar-hero-journey-step {
    font-size: 10px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1cde156 *//* ============================================================
   AR PROBLEM STATEMENT SECTION — Custom CSS
   Paste into: Elementor > Section > Advanced > Custom CSS
   OR: Elementor > Site Settings > Custom CSS
   ============================================================ */

/* Wrapper */
.ar-prob-wrap {
  background-color: #edf2f4;
  padding: 80px 40px;
  max-width: 860px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

/* Label */
.ar-prob-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ef233c;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ar-prob-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #ef233c;
  vertical-align: middle;
  margin-right: 10px;
}

.ar-prob-label::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #ef233c;
  vertical-align: middle;
  margin-left: 10px;
}

/* Header */
.ar-prob-header {
  margin-bottom: 44px;
}

.ar-prob-headline {
  font-size: 36px;
  font-weight: 700;
  color: #2b2d42;
  line-height: 1.25;
  margin: 0;
}

.ar-prob-headline-red {
  color: #ef233c;
}

/* Body */
.ar-prob-body {
  max-width: 680px;
  margin: 0 auto 52px;
}

.ar-prob-body p {
  font-size: 17px;
  line-height: 1.8;
  color: #2b2d42;
  margin: 0 0 18px 0;
}

.ar-prob-body p strong {
  color: #2b2d42;
  font-weight: 700;
}

.ar-prob-body-closing {
  font-size: 17px !important;
  color: #8d99ae !important;
  font-style: italic;
  border-top: 1px solid rgba(43, 45, 66, 0.12);
  padding-top: 20px;
  margin-top: 24px !important;
}

/* Stats Row */
.ar-prob-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 52px;
}

.ar-prob-stat {
  background: #2b2d42;
  padding: 32px 20px;
  border-radius: 8px;
  text-align: center;
}

.ar-prob-stat--center {
  background: #1a1b2b;
  border: 2px solid #ef233c;
  transform: translateY(-8px);
}

.ar-prob-stat-number {
  font-size: 44px;
  font-weight: 700;
  color: #ef233c;
  line-height: 1;
  margin-bottom: 4px;
}

.ar-prob-stat-unit {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.ar-prob-stat-label {
  font-size: 13px;
  line-height: 1.55;
  color: #8d99ae;
}

/* Footer */
.ar-prob-footer {
  border-top: 1px solid rgba(43, 45, 66, 0.12);
  padding-top: 40px;
}

.ar-prob-footer-line {
  font-size: 20px;
  color: #2b2d42;
  line-height: 1.5;
  margin: 0 0 8px 0;
  font-weight: 400;
}

.ar-prob-footer-line--bold {
  font-size: 22px;
  font-weight: 700;
  color: #2b2d42;
  margin: 0;
}

/* ============================================================
   RESPONSIVE — Mobile
   ============================================================ */
@media (max-width: 768px) {

  .ar-prob-wrap {
    padding: 52px 20px;
  }

  .ar-prob-headline {
    font-size: 26px;
  }

  .ar-prob-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ar-prob-stat--center {
    transform: translateY(0);
  }

  .ar-prob-stat-number {
    font-size: 40px;
  }

  .ar-prob-footer-line {
    font-size: 17px;
  }

  .ar-prob-footer-line--bold {
    font-size: 19px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f2b290 *//* ============================================================
   AR DIFFERENTIATOR SECTION — Custom CSS
   Paste into: Elementor > Section > Advanced > Custom CSS
   OR: Elementor > Site Settings > Custom CSS
   ============================================================ */

/* Wrapper */
.ar-diff-wrap {
  background-color: #2b2d42;
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* Header */
.ar-diff-header {
  text-align: center;
  margin-bottom: 60px;
}

.ar-diff-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ef233c;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ar-diff-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #ef233c;
  vertical-align: middle;
  margin-right: 10px;
}

.ar-diff-label::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #ef233c;
  vertical-align: middle;
  margin-left: 10px;
}

.ar-diff-headline {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 12px 0;
}

.ar-diff-headline-sub {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #8d99ae;
  margin-top: 8px;
}

.ar-diff-intro {
  font-size: 18px;
  color: #edf2f4;
  margin: 16px 0 0 0;
  font-style: italic;
}

/* Grid */
.ar-diff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 60px;
}

/* Columns */
.ar-diff-col {
  border-radius: 8px;
  overflow: hidden;
}

.ar-diff-col--others {
  background: rgba(239, 35, 60, 0.05);
  border: 1px solid rgba(239, 35, 60, 0.2);
}

.ar-diff-col--ar {
  background: rgba(237, 242, 244, 0.05);
  border: 1px solid rgba(237, 242, 244, 0.15);
}

/* Column headers */
.ar-diff-col-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ar-diff-col-header--others {
  background: rgba(239, 35, 60, 0.15);
  color: #f09595;
}

.ar-diff-col-header--ar {
  background: rgba(237, 242, 244, 0.08);
  color: #edf2f4;
}

.ar-diff-col-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 12px;
  flex-shrink: 0;
}

.ar-diff-col-icon--bad {
  background: rgba(239, 35, 60, 0.25);
  color: #ef233c;
}

.ar-diff-col-icon--good {
  background: rgba(237, 242, 244, 0.15);
  color: #edf2f4;
}

/* Lists */
.ar-diff-list {
  list-style: none;
  margin: 0;
  padding: 20px 24px 24px;
}

.ar-diff-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.65;
}

.ar-diff-list li:last-child {
  margin-bottom: 0;
}

.ar-diff-list--others li {
  color: #8d99ae;
}

.ar-diff-list--others li strong {
  display: block;
  color: #f09595;
  font-weight: 600;
  margin-bottom: 2px;
}

.ar-diff-list--ar li {
  color: #edf2f4;
}

.ar-diff-list--ar li strong {
  display: block;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 2px;
}

/* Icons */
.ar-diff-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  margin-top: 2px;
}

.ar-diff-icon--bad {
  background: rgba(239, 35, 60, 0.15);
  color: #ef233c;
}

.ar-diff-icon--good {
  background: rgba(237, 242, 244, 0.1);
  color: #ef233c;
  font-size: 14px;
}

/* Closing Statement */
.ar-diff-closing {
  text-align: center;
  border-top: 1px solid rgba(141, 153, 174, 0.2);
  padding-top: 52px;
}

.ar-diff-closing-line {
  font-size: 22px;
  font-weight: 500;
  color: #edf2f4;
  line-height: 1.5;
  margin: 0 0 10px 0;
}

.ar-diff-closing-line--red {
  color: #ef233c;
  font-weight: 700;
}

.ar-diff-closing-tag {
  display: inline-block;
  margin: 24px auto;
  font-size: 15px;
  color: #8d99ae;
  letter-spacing: 0.04em;
  font-style: italic;
  border-top: 1px solid rgba(141, 153, 174, 0.2);
  border-bottom: 1px solid rgba(141, 153, 174, 0.2);
  padding: 10px 0;
}

/* CTA Button */
.ar-diff-cta {
  display: inline-block;
  margin-top: 28px;
  background: #ef233c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  transition: background 0.2s ease;
}

.ar-diff-cta:hover {
  background: #d90429;
  color: #ffffff;
  text-decoration: none;
}

/* ============================================================
   RESPONSIVE — Mobile
   ============================================================ */
@media (max-width: 768px) {

  .ar-diff-wrap {
    padding: 52px 20px;
  }

  .ar-diff-headline {
    font-size: 26px;
  }

  .ar-diff-headline-sub {
    font-size: 17px;
  }

  .ar-diff-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ar-diff-closing-line {
    font-size: 18px;
  }

  .ar-diff-cta {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0aec406 *//* ============================================================
   ABROADRUNWAY — SECTIONS 4 TO 10 — ALL CSS
   Paste the entire file into:
   Elementor > Site Settings > Custom CSS
   This covers all 7 sections in one place.
   ============================================================ */


/* ============================================================
   SECTION 4 — HOW IT WORKS
   ============================================================ */

.ar-hiw-wrap {
  background: #edf2f4;
  padding: 80px 40px;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ar-hiw-header {
  text-align: center;
  margin-bottom: 64px;
}

.ar-hiw-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ef233c;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ar-hiw-label::before,
.ar-hiw-label::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #ef233c;
  vertical-align: middle;
  margin: 0 8px;
}

.ar-hiw-headline {
  font-size: 34px;
  font-weight: 700;
  color: #2b2d42;
  line-height: 1.25;
  margin: 0 0 12px;
}

.ar-hiw-intro {
  font-size: 16px;
  color: #8d99ae;
  margin: 0;
}

.ar-hiw-steps {
  display: flex;
  flex-direction: column;
}

.ar-hiw-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.ar-hiw-step--highlight {
  background: rgba(43, 45, 66, 0.04);
  border-left: 3px solid #ef233c;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px 16px 20px;
  margin-left: -3px;
}

.ar-hiw-step-num {
  min-width: 44px;
  height: 44px;
  background: #2b2d42;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

.ar-hiw-step-num--red {
  background: #ef233c;
}

.ar-hiw-step-body {
  padding-bottom: 4px;
}

.ar-hiw-step-title {
  font-size: 17px;
  font-weight: 700;
  color: #2b2d42;
  margin: 8px 0 6px;
  line-height: 1.3;
}

.ar-hiw-step-desc {
  font-size: 15px;
  color: #8d99ae;
  line-height: 1.65;
  margin: 0;
}

.ar-hiw-badge {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ef233c;
  text-transform: uppercase;
  background: rgba(239, 35, 60, 0.08);
  padding: 3px 10px;
  border-radius: 20px;
}

.ar-hiw-connector {
  padding: 6px 0 6px 22px;
}

.ar-hiw-connector-line {
  width: 2px;
  height: 28px;
  background: rgba(43, 45, 66, 0.15);
  border-radius: 2px;
}

.ar-hiw-connector-line--red {
  background: rgba(239, 35, 60, 0.4);
}

.ar-hiw-cta-wrap {
  text-align: center;
  margin-top: 52px;
}

.ar-hiw-cta {
  display: inline-block;
  background: #ef233c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 4px;
  letter-spacing: 0.03em;
  transition: background 0.2s;
}

.ar-hiw-cta:hover {
  background: #d90429;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .ar-hiw-wrap { padding: 52px 20px; }
  .ar-hiw-headline { font-size: 26px; }
  .ar-hiw-step-num { min-width: 36px; height: 36px; font-size: 12px; }
}


/* ============================================================
   SECTION 5 — SERVICES
   ============================================================ */

.ar-serv-wrap {
  background: #2b2d42;
  padding: 80px 40px;
  box-sizing: border-box;
}

.ar-serv-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px;
}

.ar-serv-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ef233c;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ar-serv-label::before,
.ar-serv-label::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #ef233c;
  vertical-align: middle;
  margin: 0 8px;
}

.ar-serv-headline {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
}

.ar-serv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.ar-serv-card {
  background: rgba(237, 242, 244, 0.04);
  border: 1px solid rgba(237, 242, 244, 0.1);
  border-radius: 8px;
  padding: 28px 24px;
  box-sizing: border-box;
}

.ar-serv-card--highlight {
  background: #ef233c;
  border-color: #ef233c;
  position: relative;
}

.ar-serv-card-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  background: rgba(255,255,255,0.15);
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.ar-serv-card-num {
  font-size: 11px;
  font-weight: 700;
  color: #ef233c;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  display: block;
}

.ar-serv-card-num--white {
  color: rgba(255,255,255,0.6);
}

.ar-serv-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
  line-height: 1.3;
}

.ar-serv-card-title--white {
  color: #ffffff;
}

.ar-serv-card-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #8d99ae;
  margin: 0;
}

.ar-serv-card-desc--light {
  color: rgba(255,255,255,0.85);
}

@media (max-width: 768px) {
  .ar-serv-wrap { padding: 52px 20px; }
  .ar-serv-headline { font-size: 24px; }
  .ar-serv-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   SECTION 6 — DESTINATIONS
   ============================================================ */

.ar-dest-wrap {
  background: #edf2f4;
  padding: 80px 40px;
  box-sizing: border-box;
}

.ar-dest-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.ar-dest-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ef233c;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ar-dest-label::before,
.ar-dest-label::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #ef233c;
  vertical-align: middle;
  margin: 0 8px;
}

.ar-dest-headline {
  font-size: 30px;
  font-weight: 700;
  color: #2b2d42;
  line-height: 1.3;
  margin: 0 0 12px;
}

.ar-dest-intro {
  font-size: 16px;
  color: #8d99ae;
  font-style: italic;
  margin: 0;
}

.ar-dest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.ar-dest-card {
  background: #ffffff;
  border: 1px solid rgba(43, 45, 66, 0.08);
  border-radius: 8px;
  padding: 24px 20px;
  box-sizing: border-box;
  transition: border-color 0.2s, transform 0.2s;
}

.ar-dest-card:hover {
  border-color: rgba(239, 35, 60, 0.3);
  transform: translateY(-2px);
}

.ar-dest-card--more {
  background: #2b2d42;
  border-color: #2b2d42;
}

.ar-dest-card--more:hover {
  border-color: #ef233c;
}

.ar-dest-flag {
  font-size: 32px;
  margin-bottom: 12px;
  display: block;
  line-height: 1;
}

.ar-dest-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #2b2d42;
  margin: 0 0 8px;
}

.ar-dest-card--more .ar-dest-card-title {
  color: #ffffff;
}

.ar-dest-card-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #8d99ae;
  margin: 0 0 12px;
}

.ar-dest-card--more .ar-dest-card-desc {
  color: rgba(255,255,255,0.65);
}

.ar-dest-more-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #ef233c;
  text-decoration: none;
  letter-spacing: 0.03em;
}

.ar-dest-more-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .ar-dest-wrap { padding: 52px 20px; }
  .ar-dest-headline { font-size: 22px; }
  .ar-dest-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .ar-dest-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   SECTION 7 — ABOUT / FOUNDER
   ============================================================ */

.ar-about-wrap {
  background: #2b2d42;
  padding: 80px 40px;
  box-sizing: border-box;
}

.ar-about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.ar-about-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ef233c;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ar-about-headline {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 28px;
}

.ar-about-headline-red {
  color: #ef233c;
  display: block;
  margin-top: 6px;
}

.ar-about-body {
  font-size: 16px;
  line-height: 1.8;
  color: #8d99ae;
  margin: 0 0 16px;
}

.ar-about-quote {
  font-size: 22px;
  font-weight: 700;
  color: #ef233c;
  margin: 28px 0;
  padding-left: 20px;
  border-left: 3px solid #ef233c;
  letter-spacing: 0.04em;
}

.ar-about-values {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ar-about-value {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.ar-about-value-icon {
  color: #ef233c;
  font-size: 12px;
  margin-top: 4px;
  flex-shrink: 0;
}

.ar-about-value strong {
  display: block;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
}

.ar-about-value span {
  font-size: 14px;
  color: #8d99ae;
  line-height: 1.55;
}

.ar-about-card {
  background: rgba(237, 242, 244, 0.04);
  border: 1px solid rgba(237, 242, 244, 0.1);
  border-radius: 10px;
  padding: 32px 28px;
}

.ar-about-card-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #ef233c;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.ar-about-laws {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ar-about-laws li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 14px;
  color: #edf2f4;
  line-height: 1.65;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(141, 153, 174, 0.1);
}

.ar-about-laws li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ar-about-law-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  background: rgba(239, 35, 60, 0.15);
  color: #ef233c;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 1px;
}

@media (max-width: 900px) {
  .ar-about-inner { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 768px) {
  .ar-about-wrap { padding: 52px 20px; }
  .ar-about-headline { font-size: 24px; }
}


/* ============================================================
   SECTION 8 — TESTIMONIALS
   ============================================================ */

.ar-test-wrap {
  background: #edf2f4;
  padding: 80px 40px;
  box-sizing: border-box;
}

.ar-test-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
}

.ar-test-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ef233c;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ar-test-label::before,
.ar-test-label::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #ef233c;
  vertical-align: middle;
  margin: 0 8px;
}

.ar-test-headline {
  font-size: 30px;
  font-weight: 700;
  color: #2b2d42;
  margin: 0 0 12px;
  line-height: 1.3;
}

.ar-test-intro {
  font-size: 15px;
  color: #8d99ae;
  font-style: italic;
  margin: 0;
  line-height: 1.65;
}

.ar-test-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.ar-test-card {
  background: #ffffff;
  border: 1px solid rgba(43, 45, 66, 0.08);
  border-radius: 10px;
  padding: 28px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ar-test-quote {
  font-size: 15px;
  line-height: 1.75;
  color: #2b2d42;
  margin: 0 0 24px;
  flex: 1;
}

.ar-test-quote::before {
  content: '\201C';
  font-size: 40px;
  color: #ef233c;
  line-height: 0;
  vertical-align: -16px;
  margin-right: 4px;
  font-family: Georgia, serif;
}

.ar-test-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(43, 45, 66, 0.08);
}

.ar-test-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2b2d42;
  color: #edf2f4;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.04em;
}

.ar-test-author strong {
  display: block;
  font-size: 14px;
  color: #2b2d42;
  font-weight: 700;
  margin-bottom: 2px;
}

.ar-test-author span {
  font-size: 13px;
  color: #8d99ae;
}

@media (max-width: 768px) {
  .ar-test-wrap { padding: 52px 20px; }
  .ar-test-headline { font-size: 24px; }
  .ar-test-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   SECTION 9 — THE COMMITMENT
   ============================================================ */

.ar-commit-wrap {
  background: #2b2d42;
  padding: 100px 40px;
  box-sizing: border-box;
}

.ar-commit-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.ar-commit-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ef233c;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.ar-commit-label::before,
.ar-commit-label::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #ef233c;
  vertical-align: middle;
  margin: 0 8px;
}

.ar-commit-headline {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  margin: 0 0 28px;
}

.ar-commit-divider {
  width: 40px;
  height: 3px;
  background: #ef233c;
  margin: 0 auto 28px;
}

.ar-commit-body {
  font-size: 18px;
  line-height: 1.8;
  color: #8d99ae;
  margin: 0 0 36px;
}

.ar-commit-contrast {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.55;
  margin-bottom: 44px;
}

.ar-commit-contrast span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #8d99ae;
  margin-top: 8px;
}

.ar-commit-cta {
  display: inline-block;
  background: #ef233c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  transition: background 0.2s;
}

.ar-commit-cta:hover {
  background: #d90429;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .ar-commit-wrap { padding: 64px 20px; }
  .ar-commit-headline { font-size: 26px; }
  .ar-commit-contrast { font-size: 17px; }
}


/* ============================================================
   SECTION 10 — CONTACT FORM
   ============================================================ */

.ar-contact-wrap {
  background: #edf2f4;
  padding: 80px 40px;
  box-sizing: border-box;
}

.ar-contact-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
}

.ar-contact-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ef233c;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ar-contact-label::before,
.ar-contact-label::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #ef233c;
  vertical-align: middle;
  margin: 0 8px;
}

.ar-contact-headline {
  font-size: 32px;
  font-weight: 700;
  color: #2b2d42;
  line-height: 1.3;
  margin: 0 0 14px;
}

.ar-contact-intro {
  font-size: 16px;
  color: #8d99ae;
  line-height: 1.75;
  margin: 0;
}

.ar-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: start;
}

.ar-contact-form-wrap {
  background: #ffffff;
  border: 1px solid rgba(43, 45, 66, 0.08);
  border-radius: 10px;
  padding: 36px 32px;
}

.ar-contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ar-contact-info-block {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.ar-contact-info-icon {
  color: #ef233c;
  font-size: 12px;
  margin-top: 4px;
  flex-shrink: 0;
}

.ar-contact-info-block strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #2b2d42;
  margin-bottom: 4px;
}

.ar-contact-info-block span {
  font-size: 14px;
  color: #8d99ae;
  line-height: 1.65;
}

.ar-contact-promise {
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(43, 45, 66, 0.1);
  font-size: 15px;
  font-weight: 700;
  color: #ef233c;
  font-style: italic;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .ar-contact-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 768px) {
  .ar-contact-wrap { padding: 52px 20px; }
  .ar-contact-headline { font-size: 24px; }
  .ar-contact-form-wrap { padding: 24px 20px; }
}/* End custom CSS */