/* Homepage presentation layer.
   The page content is generated from the shared static shell. This file owns
   the homepage layout and only neutralises the imported snapshot wrappers. */

#yourtm-home,
#yourtm-home * { box-sizing: border-box; }

#yourtm-home {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

#yourtm-home .site-main { padding: 0; background: transparent; }
#yourtm-home .ytm-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

/* Remove layout residue from the imported homepage snapshot. */
body.site-body #gadget-1,
body.site-body #gadget-1.widgetPage,
body.site-body #gadget-97,
body.site-body #gadget-97 .unitShirt,
body.site-body .pageWrapper,
body.site-body .pageShirt,
body.site-body .pageUnderwear,
body.site-body #gadget-4,
body.site-body .zoneShirt,
body.site-body .widgetUnit,
body.site-body .unitShirt,
body.site-body .mainBlock,
body.site-body .blockMiddle,
body.site-body .blockCenter,
body.site-body .gadgetHTML {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* Old homepage markup is retained in the source snapshot for traceability,
   but is not part of the new public presentation. */
#gadget-5 .gadgetHTML,
#gadget-5 .mainBlock,
#gadget-5 .blockMiddle,
#gadget-5 .blockCenter,
#gadget-5 .unitShirt,
body.site-body #gadget-52,
body.site-body #gadget-54,
body.site-body #gadget-59,
body.site-body #gadget-66,
body.site-body #gadget-67,
body.site-body #gadget-92 { display: none !important; }

/* Hero */
.ytm-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(570px, 43vw, 680px);
  display: flex;
  align-items: center;
  padding: clamp(58px, 7vw, 96px) 0;
  color: #123553;
  background:
    linear-gradient(90deg, rgba(246, 251, 255, .94) 0%, rgba(255, 255, 255, .88) 44%, rgba(255, 255, 255, .48) 70%, rgba(255, 255, 255, .10) 100%),
    url("../images/banner-hero-yourtranslationmatters.png") center center / cover no-repeat;
}

.ytm-hero::before,
.ytm-hero::after {
  position: absolute;
  z-index: -1;
  display: block;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.ytm-hero::before,
.ytm-hero::after { display: none; }

.ytm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 720px);
  align-items: center;
}

.ytm-hero-copy { position: relative; z-index: 1; }
.ytm-eyebrow,
.ytm-kicker {
  color: #1d70b7;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ytm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 125, 120, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  letter-spacing: .02em;
  text-transform: none;
}

.ytm-eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e89b2c;
  content: "";
}

.ytm-hero h1 {
  max-width: 720px;
  margin: 0 0 22px;
  color: #123553;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.13;
}

.ytm-hero h1 span { color: #2e82c4; }
@media (min-width: 981px) {
  .ytm-hero h1 span { white-space: nowrap; }
}
.ytm-hero-copy > p { max-width: 650px; margin: 0 0 24px; color: #38556d; font-size: 18px; line-height: 1.85; }

.ytm-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 22px;
  max-width: 690px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.ytm-hero-points li { position: relative; padding-left: 26px; color: #18324a; font-size: 15px; line-height: 1.65; }
.ytm-hero-points li::before { position: absolute; top: .45em; left: 0; display: grid; width: 16px; height: 16px; place-items: center; color: #123553; border-radius: 50%; background: #ffd166; content: "✓"; font-size: 11px; font-weight: 900; line-height: 1; }

.ytm-btns { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.ytm-btn-primary,
.ytm-btn-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 800; line-height: 1.25; text-decoration: none !important; transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease; }
.ytm-btn-primary { color: #123553 !important; background: #ffd166; box-shadow: 0 10px 22px rgba(0, 0, 0, .15); }
.ytm-btn-primary:hover { color: #123553 !important; background: #ffe09a; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0, 0, 0, .20); }
.ytm-btn-secondary { color: #123553 !important; border-color: rgba(18, 53, 83, .38); background: rgba(255, 255, 255, .72); }
.ytm-btn-secondary:hover { color: #123553 !important; border-color: #123553; background: #fff; transform: translateY(-2px); }
.ytm-hero-note { margin: 14px 0 0 !important; color: #607180 !important; font-size: 13px !important; }

.ytm-visual { display: none; }
.ytm-sheet { position: relative; width: min(100%, 430px); min-height: 340px; padding: 38px 38px 42px; overflow: hidden; color: #18324a; border: 1px solid rgba(255, 255, 255, .65); border-radius: 20px; background: linear-gradient(145deg, #fff 0%, #f3fbfa 100%); box-shadow: 0 28px 65px rgba(4, 25, 42, .25); transform: rotate(3deg); }
.ytm-sheet::before { position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; border-radius: 24px; background: #dff2ef; content: ""; transform: rotate(45deg); }
.ytm-sheet-label { position: relative; color: #1d70b7; font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.ytm-sheet h3 { position: relative; margin: 24px 0 26px; color: #123553; font-size: clamp(26px, 3.3vw, 36px); line-height: 1.25; }
.ytm-lines { display: grid; gap: 12px; }
.ytm-lines i { display: block; height: 8px; border-radius: 999px; background: #dce7e9; }
.ytm-lines i:first-child { width: 88%; background: #9edbd3; }
.ytm-lines i:nth-child(2) { width: 72%; }
.ytm-lines i:nth-child(3) { width: 80%; }
.ytm-lines i:nth-child(4) { width: 58%; }
.ytm-lines i:nth-child(5) { width: 68%; }
.ytm-stamp { position: absolute; right: 28px; bottom: -25px; display: grid; width: 122px; height: 122px; place-content: center; color: #1d70b7; border: 4px solid #e8a342; border-radius: 50%; font-size: 11px; font-weight: 900; letter-spacing: .1em; line-height: 1.45; text-align: center; transform: rotate(-15deg); }
.ytm-float-card { position: absolute; right: -10px; bottom: 22px; max-width: 220px; padding: 15px 18px; color: #18324a; border: 1px solid rgba(18, 53, 83, .08); border-radius: 14px; background: #fff; box-shadow: 0 14px 28px rgba(4, 25, 42, .18); font-size: 14px; line-height: 1.55; }
.ytm-float-card b { display: block; margin-bottom: 3px; color: #1d70b7; }

/* Trust strip: a compact service summary inspired by data-led business sites. */
.ytm-trust { padding: 14px 0; border-bottom: 1px solid #dfe9f0; background: #f4f8fb; }
.ytm-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ytm-trust-item,
.ytm-trust-item:first-child { position: relative; display: grid; gap: 3px; padding: 17px 19px; border: 1px solid #dce7ee; border-radius: 12px; background: #fff; box-shadow: 0 3px 10px rgba(18, 53, 83, .025); }
.ytm-trust-item::before { width: 26px; height: 3px; margin-bottom: 3px; border-radius: 99px; background: #e89b2c; content: ""; }
.ytm-trust-item b { color: #123553; font-size: 16px; line-height: 1.45; }
.ytm-trust-item span { color: #607180; font-size: 13px; line-height: 1.5; }

/* Company trust panel */
.ytm-company-trust { padding: 48px 0; background: #f4f8fb; border-bottom: 1px solid #dfe9f0; }
.ytm-company-trust__inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: 42px; }
.ytm-company-trust__copy .ytm-kicker { color: #1d70b7; }
.ytm-company-trust__copy h2 { margin: 8px 0 10px; color: #123553; font-size: clamp(24px, 3vw, 34px); line-height: 1.3; }
.ytm-company-trust__copy p { max-width: 680px; margin: 0 0 12px; color: #38556d; font-size: 16px; line-height: 1.8; }
.ytm-company-trust__copy a { color: #15558d; font-weight: 800; text-underline-offset: 3px; }
.ytm-company-trust__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.ytm-company-trust__facts > div { min-height: 110px; padding: 17px 15px; border: 1px solid #d9e6ee; border-top: 3px solid #1d70b7; border-radius: 12px; background: #fff; box-shadow: 0 5px 14px rgba(18, 53, 83, .045); }
.ytm-company-trust__facts b { display: block; color: #123553; font-size: 15px; line-height: 1.5; }
.ytm-company-trust__facts span { display: block; margin-top: 8px; color: #607180; font-size: 12px; line-height: 1.5; }

/* Sections and service cards */
.ytm-section { padding: clamp(70px, 8vw, 104px) 0; background: #fff; }
.ytm-section-alt { background: #f5f7fa; }
.ytm-section-compact { padding-top: 58px; padding-bottom: 58px; }
.ytm-section-head { max-width: 750px; margin: 0 auto 42px; text-align: center; }
.ytm-section-head .ytm-kicker,
.ytm-seo-intro > .ytm-kicker,
.ytm-split .ytm-kicker { color: #1d70b7; }
.ytm-section-head h2,
.ytm-seo-intro h2,
.ytm-split h2,
.ytm-quote-box h2 { margin: 10px 0 12px; color: #123553; font-size: clamp(28px, 4vw, 44px); letter-spacing: -.025em; line-height: 1.25; }
.ytm-section-head p,
.ytm-seo-intro > p,
.ytm-split > div > p { margin: 0; color: #607180; font-size: 17px; line-height: 1.85; }
.ytm-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ytm-card { display: flex; min-height: 236px; flex-direction: column; padding: 25px; border: 1px solid #dce7ee; border-top: 3px solid #1d70b7; border-radius: 14px; background: #fff; box-shadow: 0 4px 14px rgba(18, 53, 83, .035); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.ytm-card:hover { border-color: #a9cce4; box-shadow: 0 12px 25px rgba(18, 53, 83, .08); transform: translateY(-3px); }
.ytm-icon { display: grid; width: 46px; height: 46px; margin-bottom: 18px; place-items: center; color: #1d70b7; border-radius: 14px; background: #eef5fb; font-size: 23px; font-weight: 800; }
.ytm-card h3 { margin: 0 0 9px; color: #123553; font-size: 20px; line-height: 1.4; }
.ytm-card p { margin: 0; color: #607180; font-size: 15px; line-height: 1.75; }
.ytm-card-link { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; padding-top: 18px; color: #1d70b7 !important; font-size: 14px; font-weight: 800; text-decoration: none !important; }
.ytm-card-link:hover { color: #15558d !important; gap: 8px; }

/* SEO intro */
.ytm-seo-intro { padding: 32px 34px; border: 1px solid #e0e8eb; border-radius: 20px; background: #fffdf7; box-shadow: 0 8px 22px rgba(18, 53, 83, .04); }
.ytm-seo-intro > p { max-width: 920px; }
.ytm-seo-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 26px; padding-top: 24px; border-top: 1px solid #eadfca; }
.ytm-seo-columns h3 { margin: 0 0 10px; color: #123553; font-size: 19px; }
.ytm-seo-columns p, .ytm-seo-columns li { color: #607180; font-size: 15px; line-height: 1.85; }
.ytm-seo-columns ul { margin: 0; padding-left: 20px; }
.ytm-seo-columns a { color: #1d70b7; font-weight: 700; }

/* Proof and process */
.ytm-split { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(36px, 7vw, 92px); }
.ytm-checks { display: grid; gap: 12px; margin: 25px 0 0; padding: 0; list-style: none; }
.ytm-checks li { position: relative; padding: 12px 16px 12px 38px; color: #18324a; border: 1px solid #e0e8eb; border-radius: 12px; background: #fff; font-size: 15px; }
.ytm-checks li::before { position: absolute; top: 12px; left: 13px; color: #1d70b7; content: "✓"; font-weight: 900; }
.ytm-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ytm-proof-box { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; min-height: 130px; padding: 20px; border: 1px solid #d7e6f0; border-top: 3px solid #1d70b7; border-radius: 14px; background: #eef5fb; }
.ytm-proof-box b { color: #e89b2c; font-size: 22px; line-height: 1; }
.ytm-proof-box span { color: #18324a; font-size: 15px; line-height: 1.65; }
#ytm-process .ytm-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; counter-reset: process-step; }
.ytm-step { position: relative; min-height: 205px; padding: 62px 21px 22px; border: 1px solid #e0e8eb; border-radius: 16px; background: #fff; box-shadow: 0 7px 18px rgba(18, 53, 83, .04); counter-increment: process-step; }
.ytm-step::before { position: absolute; top: 19px; left: 21px; display: grid; width: 34px; height: 34px; place-items: center; color: #fff; border-radius: 50%; background: #1d70b7; content: counter(process-step, decimal-leading-zero); font-size: 12px; font-weight: 900; }
.ytm-step h3 { margin: 0 0 8px; color: #123553; font-size: 19px; }
.ytm-step p { margin: 0; color: #607180; font-size: 15px; line-height: 1.75; }

/* Work, reviews and FAQ */
.ytm-cases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ytm-case { overflow: hidden; border: 1px solid #e0e8eb; border-radius: 16px; background: #fff; }
.ytm-case-top { display: flex; min-height: 90px; align-items: center; padding: 20px 24px; color: #fff; background: linear-gradient(135deg, #123553, #1d70b7); font-size: 28px; font-weight: 900; }
.ytm-case-body { display: grid; gap: 6px; padding: 18px 20px 20px; }
.ytm-case-body b { color: #123553; font-size: 16px; line-height: 1.5; }
.ytm-case-body span { color: #607180; font-size: 14px; line-height: 1.6; }
.ytm-work-visual { position: relative; overflow: hidden; margin: 0 auto 28px; border: 1px solid #dbe4ec; border-radius: 20px; background: #eef5fb; box-shadow: 0 10px 26px rgba(18, 53, 83, .08); }
.ytm-work-visual img { display: block; width: 100%; max-height: 360px; object-fit: cover; }
.ytm-work-visual figcaption { padding: 11px 18px; color: #607180; background: #fff; font-size: 13px; text-align: center; }
.ytm-reviews { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ytm-review { display: flex; min-height: 230px; flex-direction: column; padding: 24px; border: 1px solid #e0e8eb; border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(18, 53, 83, .04); }
.ytm-review-profile { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.ytm-review-avatar { display: block; width: 60px; height: 60px; flex: 0 0 60px; border: 3px solid #eef5fb; border-radius: 50%; object-fit: cover; box-shadow: 0 3px 10px rgba(18, 53, 83, .10); }
.ytm-review-profile-copy { display: grid; gap: 3px; min-width: 0; }
.ytm-review-profile-label { color: #123553; font-size: 14px; font-weight: 800; line-height: 1.35; }
.ytm-review-profile-note { color: #607180; font-size: 12px; line-height: 1.4; }
.ytm-stars { margin: 0; color: #e89b2c; letter-spacing: .12em; }
.ytm-review p { margin: 0 0 14px; color: #18324a; font-size: 16px; line-height: 1.75; }
.ytm-review small { margin-top: auto; color: #607180; font-size: 13px; line-height: 1.6; }
#ytm-faq .ytm-faq { max-width: 820px; margin-inline: auto; }
.ytm-faq details { border-bottom: 1px solid #dfe8eb; }
.ytm-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 0; color: #123553; cursor: pointer; font-size: 17px; font-weight: 800; list-style: none; }
.ytm-faq summary::-webkit-details-marker { display: none; }
.ytm-faq summary::after { color: #1d70b7; content: "+"; font-size: 26px; font-weight: 400; line-height: 1; }
.ytm-faq details[open] summary::after { content: "−"; }
.ytm-faq details p { margin: -4px 38px 20px 0; color: #607180; font-size: 15px; line-height: 1.85; }

/* Final call to action */
.ytm-quote { position: relative; overflow: hidden; padding: 52px 0; background: radial-gradient(circle at 88% 18%, rgba(255,255,255,.10) 0 90px, transparent 91px), #123553; }
.ytm-quote::after { position: absolute; right: -120px; bottom: -210px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; pointer-events: none; }
.ytm-quote-box { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.ytm-quote-box h2 { margin: 0 0 6px; color: #fff; font-size: clamp(27px, 3.5vw, 40px); }
.ytm-quote-box p { margin: 0; color: rgba(255, 255, 255, .75); font-size: 16px; }
.ytm-quote-box .ytm-btn-primary { flex-shrink: 0; }

/* The shared shell already provides the mobile contact bar. */
#yourtm-home > .site-main > .ytm-mobile-cta { display: none !important; }

@media (max-width: 980px) {
  .ytm-hero-grid { grid-template-columns: 1fr; }
  .ytm-hero-copy { max-width: 760px; }
  .ytm-visual { min-height: 360px; max-width: 620px; margin: 0 auto; }
  .ytm-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #ytm-process .ytm-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ytm-split { grid-template-columns: 1fr; }
  .ytm-proof { max-width: 760px; }
}

@media (max-width: 700px) {
  #yourtm-home .ytm-wrap { width: min(100% - 28px, 1180px); }
  .ytm-hero {
    min-height: 0;
    padding: 54px 0 58px;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .90) 68%, rgba(246, 251, 255, .78) 100%),
      url("../images/banner-hero-yourtranslationmatters.png");
    background-position: center center;
  }
  .ytm-hero h1 { font-size: clamp(34px, 10vw, 50px); }
  .ytm-hero-copy > p { font-size: 16px; }
  .ytm-hero-points { grid-template-columns: 1fr; }
  .ytm-btns { align-items: stretch; flex-direction: column; }
  .ytm-btn-primary, .ytm-btn-secondary { width: 100%; }
  .ytm-visual { min-height: 320px; }
  .ytm-sheet { min-height: 290px; padding: 28px; }
  .ytm-float-card { right: 0; bottom: 0; }
  .ytm-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .ytm-trust-item { padding: 18px 14px; }
  .ytm-trust-item:nth-child(3) { border-left: 1px solid #e0e8eb; }
  .ytm-trust-item:nth-child(n+3) { border-top: 1px solid #e0e8eb; }
  .ytm-services, .ytm-seo-columns, .ytm-proof, #ytm-process .ytm-process, .ytm-cases, .ytm-reviews { grid-template-columns: 1fr; }
  .ytm-company-trust__inner { grid-template-columns: 1fr; gap: 22px; }
  .ytm-company-trust__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ytm-work-visual img { max-height: 230px; }
  .ytm-seo-intro { padding: 24px 20px; }
  .ytm-quote-box { align-items: stretch; flex-direction: column; }
  .ytm-quote-box .ytm-btn-primary { width: 100%; }
  .ytm-company-trust { padding: 38px 0; }
  .ytm-company-trust__facts { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .ytm-btn-primary, .ytm-btn-secondary, .ytm-card { transition: none; }
}

/* ── Refined homepage sections ──
   A stronger visual hierarchy for the trust rail, company proof, services,
   and why-us section. This layer intentionally keeps the blue/gold palette
   while reducing the repetitive white-card appearance. */

/* Trust rail: one compact promise band below the hero. */
#yourtm-home .ytm-trust {
  padding: 0;
  border-bottom: 0;
  background: #123553;
}

#yourtm-home .ytm-trust-grid {
  gap: 0;
}

#yourtm-home .ytm-trust-item,
#yourtm-home .ytm-trust-item:first-child {
  min-height: 104px;
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 19px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#yourtm-home .ytm-trust-item:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, .16);
}

#yourtm-home .ytm-trust-item::before {
  width: auto;
  height: auto;
  margin: 0 0 5px;
  border-radius: 0;
  background: none;
  color: #ffd166;
  content: "01";
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1;
}

#yourtm-home .ytm-trust-item:nth-child(2)::before { content: "02"; }
#yourtm-home .ytm-trust-item:nth-child(3)::before { content: "03"; }
#yourtm-home .ytm-trust-item:nth-child(4)::before { content: "04"; }

#yourtm-home .ytm-trust-item b {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

#yourtm-home .ytm-trust-item span {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
}

/* Company proof: separate the legal information from the service cards. */
#yourtm-home .ytm-company-trust {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  border-bottom: 1px solid #d9e6ef;
  background: linear-gradient(135deg, #f5f9fd 0%, #eaf3fa 100%);
}

#yourtm-home .ytm-company-trust::after {
  position: absolute;
  right: -110px;
  bottom: -220px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(29, 112, 183, .12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

#yourtm-home .ytm-company-trust__inner {
  position: relative;
  z-index: 1;
  align-items: stretch;
  gap: 28px;
}

#yourtm-home .ytm-company-trust__copy {
  padding: 29px 32px 31px;
  border: 1px solid #d8e6ef;
  border-left: 5px solid #e89b2c;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(18, 53, 83, .06);
}

#yourtm-home .ytm-company-trust__copy h2 {
  margin-top: 10px;
  font-size: clamp(26px, 3vw, 38px);
}

#yourtm-home .ytm-company-trust__copy p {
  max-width: 650px;
}

#yourtm-home .ytm-company-trust__copy a {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  color: #15558d;
  font-weight: 900;
  text-underline-offset: 4px;
}

#yourtm-home .ytm-company-trust__facts {
  grid-template-columns: 1fr;
  gap: 12px;
}

#yourtm-home .ytm-company-trust__facts > div {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 21px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-left: 4px solid #ffd166;
  border-radius: 14px;
  background: #123553;
  box-shadow: 0 10px 22px rgba(18, 53, 83, .10);
}

#yourtm-home .ytm-company-trust__facts b {
  color: #fff;
  font-size: 16px;
}

#yourtm-home .ytm-company-trust__facts span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .68);
}

/* Services: cards have a numbered rhythm and a single visual accent. */
#yourtm-home #ytm-services {
  background: #fff;
}

#yourtm-home #ytm-services .ytm-section-head {
  max-width: 700px;
  margin-bottom: 36px;
}

#yourtm-home #ytm-services .ytm-card {
  position: relative;
  min-height: 248px;
  overflow: hidden;
  padding: 27px 26px 23px;
  border: 1px solid #d8e5ef;
  border-top: 0;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 53, 83, .055);
}

#yourtm-home #ytm-services .ytm-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: #2b80c4;
  content: "";
}

#yourtm-home #ytm-services .ytm-card::after {
  position: absolute;
  top: 16px;
  right: 22px;
  color: #eaf3fa;
  content: "01";
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

#yourtm-home #ytm-services .ytm-card:nth-child(2)::after { content: "02"; }
#yourtm-home #ytm-services .ytm-card:nth-child(3)::after { content: "03"; }
#yourtm-home #ytm-services .ytm-card:nth-child(4)::after { content: "04"; }
#yourtm-home #ytm-services .ytm-card:nth-child(5)::after { content: "05"; }
#yourtm-home #ytm-services .ytm-card:nth-child(6)::after { content: "06"; }
#yourtm-home #ytm-services .ytm-card:nth-child(7)::after { content: "07"; }
#yourtm-home #ytm-services .ytm-card:nth-child(8)::after { content: "08"; }
#yourtm-home #ytm-services .ytm-card:nth-child(9)::after { content: "09"; }

#yourtm-home #ytm-services .ytm-card:hover {
  border-color: #a8cce5;
  box-shadow: 0 18px 34px rgba(18, 53, 83, .12);
  transform: translateY(-5px);
}

#yourtm-home #ytm-services .ytm-icon {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid #d6e7f4;
  border-radius: 15px;
  background: #eef6fc;
  color: #1d70b7;
}

#yourtm-home #ytm-services .ytm-card h3 {
  position: relative;
  z-index: 1;
  max-width: 88%;
}

#yourtm-home #ytm-services .ytm-card-link {
  margin-top: 18px;
}

/* Why us: make this the high-contrast proof section before the work samples. */
#yourtm-home #ytm-why-us {
  position: relative;
  overflow: hidden;
  background: #123553;
}

#yourtm-home #ytm-why-us::after {
  position: absolute;
  right: -160px;
  top: -160px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

#yourtm-home #ytm-why-us .ytm-wrap {
  position: relative;
  z-index: 1;
}

#yourtm-home #ytm-why-us .ytm-kicker {
  color: #ffd166;
}

#yourtm-home #ytm-why-us h2 {
  color: #fff;
}

#yourtm-home #ytm-why-us > .ytm-wrap > .ytm-split > div > p {
  color: rgba(255, 255, 255, .76) !important;
}

#yourtm-home #ytm-why-us .ytm-checks {
  gap: 10px;
}

#yourtm-home #ytm-why-us .ytm-checks li {
  padding: 13px 16px 13px 39px;
  color: #fff;
  border-color: rgba(255, 255, 255, .17);
  background: rgba(255, 255, 255, .08);
}

#yourtm-home #ytm-why-us .ytm-checks li::before {
  color: #ffd166;
}

#yourtm-home #ytm-why-us .ytm-proof {
  gap: 13px;
}

#yourtm-home #ytm-why-us .ytm-proof-box {
  min-height: 138px;
  padding: 22px 21px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-left: 4px solid #ffd166;
  border-top: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, .09);
  box-shadow: none;
}

#yourtm-home #ytm-why-us .ytm-proof-box b {
  color: #ffd166;
}

#yourtm-home #ytm-why-us .ytm-proof-box span {
  color: rgba(255, 255, 255, .88);
}

@media (max-width: 700px) {
  #yourtm-home .ytm-trust-item,
  #yourtm-home .ytm-trust-item:first-child {
    min-height: 96px;
    padding: 17px 13px;
  }

  #yourtm-home .ytm-trust-item:not(:first-child) {
    border-left: 0;
  }

  #yourtm-home .ytm-trust-item:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, .16);
  }

  #yourtm-home .ytm-company-trust {
    padding: 42px 0;
  }

  #yourtm-home .ytm-company-trust__copy {
    padding: 24px 22px 25px;
  }

  #yourtm-home #ytm-services .ytm-card {
    min-height: 220px;
  }
}

/* ── Homepage visual refinement v2 ──
   Give each section its own visual role instead of repeating the same card
   treatment. The palette stays navy/blue/gold and all rules remain scoped to
   the homepage presentation layer. */

/* Trust rail: four clear promises with compact number badges. */
#yourtm-home .ytm-trust {
  padding: 18px 0 20px;
  border-bottom: 1px solid #dfe8ef;
  background: #f5f8fb;
}

#yourtm-home .ytm-trust-grid {
  gap: 14px;
}

#yourtm-home .ytm-trust-item,
#yourtm-home .ytm-trust-item:first-child {
  position: relative;
  min-height: 88px;
  display: grid;
  align-content: center;
  justify-content: stretch;
  gap: 2px;
  padding: 15px 17px 15px 61px;
  border: 1px solid #dce7ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(18, 53, 83, .045);
}

#yourtm-home .ytm-trust-item:not(:first-child) {
  border-left: 1px solid #dce7ef;
}

#yourtm-home .ytm-trust-item::before {
  position: absolute;
  top: 50%;
  left: 17px;
  display: grid;
  width: 31px;
  height: 31px;
  margin: 0;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(145deg, #2b80c4, #123553);
  content: "01";
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  transform: translateY(-50%);
}

#yourtm-home .ytm-trust-item:nth-child(2)::before { content: "02"; }
#yourtm-home .ytm-trust-item:nth-child(3)::before { content: "03"; }
#yourtm-home .ytm-trust-item:nth-child(4)::before { content: "04"; }

#yourtm-home .ytm-trust-item b {
  color: #123553;
  font-size: 15px;
  line-height: 1.45;
}

#yourtm-home .ytm-trust-item span {
  color: #6a7d8c;
  font-size: 12px;
  line-height: 1.5;
}

/* Company proof: calm legal information, with facts that do not overpower
   the explanation beside them. */
#yourtm-home .ytm-company-trust {
  padding: 64px 0;
  background: linear-gradient(135deg, #f6f9fc 0%, #edf5fb 100%);
}

#yourtm-home .ytm-company-trust__inner {
  gap: 30px;
}

#yourtm-home .ytm-company-trust__copy {
  padding: 30px 34px 31px;
  border-left: 4px solid #e89b2c;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 30px rgba(18, 53, 83, .055);
}

#yourtm-home .ytm-company-trust__facts {
  gap: 12px;
}

#yourtm-home .ytm-company-trust__facts > div {
  position: relative;
  min-height: 82px;
  padding: 16px 20px 15px 28px;
  border: 1px solid #d7e4ed;
  border-top: 0;
  border-left: 4px solid #2b80c4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(18, 53, 83, .055);
}

#yourtm-home .ytm-company-trust__facts > div::before {
  position: absolute;
  top: 17px;
  right: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffd166;
  content: "";
}

#yourtm-home .ytm-company-trust__facts b {
  max-width: calc(100% - 16px);
  color: #123553;
  font-size: 15px;
}

#yourtm-home .ytm-company-trust__facts span {
  color: #718493;
}

/* Service menu: one clean top accent and a quieter number marker. */
#yourtm-home #ytm-services {
  background: #fff;
}

#yourtm-home #ytm-services .ytm-section-head {
  margin-bottom: 40px;
}

#yourtm-home #ytm-services .ytm-card {
  min-height: 252px;
  padding: 30px 27px 24px;
  border: 1px solid #d9e6ef;
  border-top: 3px solid #2b80c4;
  border-radius: 16px;
  background: #123553;
  box-shadow: 0 10px 24px rgba(18, 53, 83, .13);
}

#yourtm-home #ytm-services .ytm-card::before {
  display: none;
}

#yourtm-home #ytm-services .ytm-card::after {
  top: 22px;
  right: 22px;
  display: grid;
  width: 35px;
  height: 27px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 999px;
  color: #ffd166;
  background: rgba(255, 255, 255, .08);
  content: "01";
  font-size: 11px;
  letter-spacing: .08em;
}

#yourtm-home #ytm-services .ytm-card:nth-child(2)::after { content: "02"; }
#yourtm-home #ytm-services .ytm-card:nth-child(3)::after { content: "03"; }
#yourtm-home #ytm-services .ytm-card:nth-child(4)::after { content: "04"; }
#yourtm-home #ytm-services .ytm-card:nth-child(5)::after { content: "05"; }
#yourtm-home #ytm-services .ytm-card:nth-child(6)::after { content: "06"; }
#yourtm-home #ytm-services .ytm-card:nth-child(7)::after { content: "07"; }
#yourtm-home #ytm-services .ytm-card:nth-child(8)::after { content: "08"; }
#yourtm-home #ytm-services .ytm-card:nth-child(9)::after { content: "09"; }

#yourtm-home #ytm-services .ytm-icon {
  width: 47px;
  height: 47px;
  margin-bottom: 19px;
  border-radius: 13px;
  color: #fff;
  border-color: rgba(255, 255, 255, .20);
  background: rgba(255, 255, 255, .10);
}

#yourtm-home #ytm-services .ytm-card h3 {
  max-width: 84%;
  color: #fff;
  font-size: 19px;
}

#yourtm-home #ytm-services .ytm-card p {
  color: rgba(255, 255, 255, .78);
}

#yourtm-home #ytm-services .ytm-card-link {
  padding-top: 20px;
  color: #ffd166 !important;
}

#yourtm-home #ytm-services .ytm-card-link:hover {
  color: #fff !important;
}

#yourtm-home #ytm-services .ytm-card:hover {
  border-color: #4e8fc2;
  background: #174363;
}

/* Why us: a light proof section with a clear reading order. */
#yourtm-home #ytm-why-us {
  color: #18324a;
  background: #f4f8fb;
}

#yourtm-home #ytm-why-us::after {
  right: -170px;
  top: -175px;
  border-color: rgba(29, 112, 183, .12);
}

#yourtm-home #ytm-why-us .ytm-kicker {
  color: #1d70b7;
}

#yourtm-home #ytm-why-us h2 {
  color: #123553;
}

#yourtm-home #ytm-why-us > .ytm-wrap > .ytm-split > div > p {
  color: #607180 !important;
}

#yourtm-home #ytm-why-us .ytm-checks {
  gap: 0;
  margin-top: 23px;
}

#yourtm-home #ytm-why-us .ytm-checks li {
  padding: 14px 12px 14px 35px;
  color: #18324a;
  border: 0;
  border-top: 1px solid #dbe6ee;
  border-radius: 0;
  background: transparent;
}

#yourtm-home #ytm-why-us .ytm-checks li:last-child {
  border-bottom: 1px solid #dbe6ee;
}

#yourtm-home #ytm-why-us .ytm-checks li::before {
  top: 14px;
  left: 4px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #123553;
  background: #ffd166;
  font-size: 12px;
}

#yourtm-home #ytm-why-us .ytm-proof {
  gap: 14px;
}

#yourtm-home #ytm-why-us .ytm-proof-box {
  min-height: 142px;
  padding: 22px 21px;
  border: 1px solid #d7e5ee;
  border-top: 4px solid #2b80c4;
  border-left: 1px solid #d7e5ee;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(18, 53, 83, .055);
}

#yourtm-home #ytm-why-us .ytm-proof-box b {
  color: #e89b2c;
}

#yourtm-home #ytm-why-us .ytm-proof-box span {
  color: #38556d;
}

/* Process: four steps connected by one visual path on wide screens. */
#yourtm-home #ytm-process {
  background: #fff;
}

#yourtm-home #ytm-process .ytm-process {
  position: relative;
  gap: 0;
}

#yourtm-home #ytm-process .ytm-process::before {
  position: absolute;
  top: 39px;
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  background: #dce9f2;
  content: "";
}

#yourtm-home #ytm-process .ytm-step {
  z-index: 1;
  min-height: 220px;
  padding: 83px 24px 25px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

#yourtm-home #ytm-process .ytm-step::before {
  top: 14px;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 6px solid #f4f8fb;
  color: #fff;
  background: #2b80c4;
  font-size: 12px;
  transform: translateX(-50%);
}

#yourtm-home #ytm-process .ytm-step h3 {
  margin-bottom: 9px;
  color: #123553;
  font-size: 19px;
}

#yourtm-home #ytm-process .ytm-step p {
  color: #607180;
}

@media (max-width: 980px) {
  #yourtm-home .ytm-company-trust__facts > div { min-height: 78px; }
  #yourtm-home #ytm-process .ytm-process { gap: 14px; }
  #yourtm-home #ytm-process .ytm-process::before { display: none; }
  #yourtm-home #ytm-process .ytm-step {
    min-height: 190px;
    padding-top: 76px;
    border: 1px solid #dce7ef;
    border-radius: 16px;
    background: #fbfdff;
  }
}

@media (max-width: 700px) {
  #yourtm-home .ytm-trust { padding: 14px 0 16px; }
  #yourtm-home .ytm-trust-grid { gap: 10px; }
  #yourtm-home .ytm-trust-item,
  #yourtm-home .ytm-trust-item:first-child { min-height: 82px; padding-left: 55px; }
  #yourtm-home .ytm-trust-item::before { left: 14px; }
  #yourtm-home .ytm-company-trust { padding: 44px 0; }
  #yourtm-home .ytm-company-trust__copy { padding: 25px 22px 26px; }
  #yourtm-home #ytm-services .ytm-card { min-height: 224px; }
  #yourtm-home #ytm-why-us .ytm-proof-box { min-height: 0; }
  #yourtm-home #ytm-process .ytm-step { min-height: 0; padding: 76px 20px 22px; }
}

@media (max-width: 420px) {
  #yourtm-home .ytm-trust-grid { grid-template-columns: 1fr; }
}
