/* ==========================================================================
   Website Design Toronto — Flagship Commercial Money Page Stylesheet
   Strictly adheres to the Impeccable Craft Floor:
   - NO kickers or eyebrows above headings (absolute ban)
   - NO generic rounded cards or bento grids
   - NO thick colored left borders
   - NO gradient text
   - NO ops ribbons/telemetry rows
   - Bespoke editorial palette: Warm paper ground (#f5f1e8), deep ink (#1d2a2d),
     patinated bronze (#845f2a), rich forest (#113833), architectural rule (#cfd3ca),
     and dark midnight fields (#0f1d21).
   - Display: Cormorant Garamond display serif paired with DM Sans body
   ========================================================================== */

.toronto-web-page {
  --wdt-paper: #f5f1e8;
  --wdt-white: #fdfdf9;
  --wdt-ink: #192528;
  --wdt-muted: #536267;
  --wdt-bronze: #845f2a;
  --wdt-gold: #c59e3c;
  --wdt-forest: #113833;
  --wdt-forest-dark: #0a2420;
  --wdt-teal: #19695f;
  --wdt-teal-light: #24887c;
  --wdt-rule: #cecfc4;
  --wdt-soft: #eae7dc;
  --wdt-panel: #e2ded2;
  --wdt-dark: #0e1d21;
  --wdt-dark-surface: #14282e;
  --wdt-dark-card: #1b353d;
  --wdt-dark-rule: #284852;
  --wdt-inverse: #d5e3df;
  --wdt-inverse-muted: #95aab0;
  --wdt-serif: "Cormorant Garamond Variable", Georgia, serif;
  --wdt-sans: "DM Sans Variable", -apple-system, BlinkMacSystemFont, sans-serif;
  --wdt-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;

  color: var(--wdt-ink);
  background: var(--wdt-paper);
  font-family: var(--wdt-sans);
  font-size: 16px;
  line-height: 1.75;
  color-scheme: light;
  isolation: isolate;
  padding-top: clamp(112px, 9vw, 144px);
  overflow-x: clip;
}

.toronto-web-page *,
.toronto-web-page *::before,
.toronto-web-page *::after {
  box-sizing: border-box;
}

.toronto-web-page ::selection {
  background: #c7dfd9;
  color: #0e1d21;
}

.toronto-web-page :focus-visible {
  outline: 2px solid var(--wdt-forest);
  outline-offset: 4px;
}

.toronto-web-page [id] {
  scroll-margin-top: 130px;
}

.toronto-web-page h1,
.toronto-web-page h2,
.toronto-web-page h3,
.toronto-web-page h4,
.toronto-web-page p,
.toronto-web-page figure,
.toronto-web-page blockquote {
  margin: 0;
}

.toronto-web-page h1,
.toronto-web-page h2,
.toronto-web-page h3,
.toronto-web-page h4 {
  color: inherit;
  text-wrap: balance;
  font-family: var(--wdt-serif);
  font-weight: 500;
}

.toronto-web-page h1 {
  font-size: clamp(3.2rem, 5.5vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.toronto-web-page h1 em {
  color: var(--wdt-forest);
  font-style: italic;
  font-weight: inherit;
}

.toronto-web-page h2 {
  font-size: clamp(2.3rem, 3.8vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.toronto-web-page h2 em {
  color: var(--wdt-forest);
  font-style: italic;
  font-weight: inherit;
}

.toronto-web-page h3 {
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.toronto-web-page p {
  max-width: 70ch;
}

.toronto-web-page p + p {
  margin-top: 18px;
}

.wdt-wrap {
  width: min(100%, 1520px);
  margin-inline: auto;
  padding-inline: clamp(24px, 4.5vw, 76px);
}

.wdt-narrow {
  width: min(100%, 980px);
  margin-inline: auto;
  padding-inline: clamp(24px, 4.5vw, 48px);
}

/* ==========================================================================
   Hero Section & Layered Art
   ========================================================================== */
.wdt-hero {
  padding-top: clamp(24px, 3.5vw, 44px);
  padding-bottom: 0;
}

.wdt-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(24px, 3vw, 36px) 0;
  font-size: 13px;
  color: var(--wdt-muted);
}

.wdt-breadcrumb a {
  color: var(--wdt-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.wdt-breadcrumb a:hover {
  color: var(--wdt-forest);
  text-decoration: underline;
}

.wdt-hero-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: clamp(40px, 5.5vw, 80px);
  min-height: 580px;
}

.wdt-hero-copy {
  padding-block: 10px 40px;
}

.wdt-hero-lede {
  font-size: clamp(1.125rem, 1.55vw, 1.3rem);
  line-height: 1.62;
  color: var(--wdt-muted);
  margin-top: clamp(20px, 2.5vw, 28px);
  max-width: 52ch;
}

.wdt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin-top: clamp(28px, 3.5vw, 40px);
}

.wdt-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--wdt-ink);
  color: var(--wdt-paper) !important;
  border: 1px solid var(--wdt-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 54px;
  padding: 15px 28px;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.wdt-btn-primary:hover {
  background: var(--wdt-forest);
  border-color: var(--wdt-forest);
}

.wdt-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wdt-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline !important;
  text-underline-offset: 5px;
  min-height: 48px;
  transition: color 0.15s ease;
}

.wdt-btn-secondary:hover {
  color: var(--wdt-forest);
}

.wdt-hero-investment {
  margin-top: 28px !important;
  font-size: 13px;
  line-height: 1.5;
  color: var(--wdt-ink);
}

.wdt-hero-investment strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
}

.wdt-hero-investment span {
  display: block;
  margin-top: 3px;
  color: var(--wdt-muted);
  font-size: 12px;
}

/* Layered Desktop + Mobile Staging */
.wdt-hero-art {
  position: relative;
  margin: 0;
  padding-right: clamp(16px, 2.5vw, 36px);
  padding-bottom: clamp(40px, 5vw, 64px);
}

.wdt-hero-art > .wf-concept {
  box-shadow: 0 24px 52px rgba(20, 31, 35, 0.14);
  border: 1px solid var(--wdt-rule);
}

.wdt-hero-phone {
  position: absolute;
  width: 25%;
  max-width: 182px;
  min-width: 140px;
  right: -8px;
  bottom: 8px;
  z-index: 2;
}

.wdt-hero-art > figcaption {
  margin-top: 18px;
  max-width: 72%;
  font-size: 11px;
  color: var(--wdt-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Container Queries for Responsive Concept Frame */
.wf-concept {
  container-type: inline-size;
  overflow: hidden;
  background: #ecece3;
  color: #252a23;
  line-height: 1.3;
}

.wf-browser-bar {
  display: flex;
  gap: 5px;
  padding: 10px 14px;
  align-items: center;
  background: #e5e4da;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.wf-browser-bar > span:not(.wf-browser-label) {
  width: 5px;
  height: 5px;
  background: #9fa295;
  border-radius: 50%;
}

.wf-browser-label {
  margin-inline: auto;
  padding-right: 30px;
  font-size: 8px;
  color: #606556;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: var(--wdt-mono);
}

.wf-concept-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.5cqw 5cqw;
}

.wf-concept-brand {
  font-family: var(--wdt-serif);
  font-size: 4.8cqw;
  letter-spacing: 0.06em;
  line-height: 1;
}

.wf-concept-brand > span {
  display: block;
  font: 1.4cqw/1.7 var(--wdt-sans);
  letter-spacing: 0.1em;
  margin-top: 0.6cqw;
}

.wf-concept-links {
  display: flex;
  gap: 3cqw;
  font-size: 1.45cqw;
  align-items: center;
}

.wf-concept-menu {
  display: none;
}

.wf-concept-scene {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 56cqw;
  overflow: hidden;
}

.wf-concept-scene > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-column: 2;
  grid-row: 1;
}

.wf-concept-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  padding: 6cqw 5cqw;
}

.wf-concept-kicker {
  font: 1.5cqw var(--wdt-sans);
  letter-spacing: 0.1em;
}

.wf-concept-title {
  font-family: var(--wdt-serif);
  font-size: 7cqw;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin-top: 0;
}

.wf-concept-copy > p {
  font-size: 1.7cqw;
  line-height: 1.6;
  margin-top: 3cqw;
}

.wf-concept-action {
  display: inline-flex;
  align-items: center;
  gap: 3cqw;
  font-size: 1.45cqw;
  line-height: 1.5;
  margin-top: 4cqw;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1cqw;
}

.wf-concept-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 4cqw 5cqw;
  gap: 3cqw;
}

.wf-concept-paths > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2cqw;
  border-top: 1px solid #89907b66;
  padding-top: 2cqw;
}

.wf-concept-paths strong {
  font-size: 2cqw;
  font-family: var(--wdt-serif);
  font-weight: 500;
}

.wf-concept-paths > div > span:first-child {
  grid-column: 1 / -1;
  font-size: 1.15cqw;
}

.wf-concept-paths > div > span:last-child {
  font-size: 2cqw;
}

.wf-concept--form {
  background: #eeede5;
}

.wf-concept--form .wf-concept-scene {
  display: block;
  min-height: 68cqw;
}

.wf-concept--form .wf-concept-scene > img {
  position: absolute;
  inset: 0;
}

.wf-concept--form .wf-concept-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 10%, #0f1b1680 65%, #0f1b16bd);
}

.wf-concept--form .wf-concept-copy {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: #fffdf5;
  max-width: 80%;
  padding: 6cqw;
}

.wf-concept--form .wf-concept-title {
  font-size: 8.5cqw;
}

.wf-concept--alder {
  background: #e0e3d4;
}

.wf-concept--still {
  background: #ece1d6;
  color: #593d2b;
}

.wf-concept--still .wf-concept-scene {
  grid-template-columns: 1fr;
  min-height: 85cqw;
}

.wf-concept--still .wf-concept-scene > img {
  grid-column: 1;
  height: 85cqw;
  opacity: 0.78;
}

.wf-concept--still .wf-concept-copy {
  align-self: end;
  z-index: 1;
  width: 82%;
  background: #ece1d6ed;
  margin: 4cqw;
  padding: 5cqw;
}

/* Phone Staged Mockup */
.wf-concept--phone {
  border: 5px solid #24292b;
  border-radius: 26px;
  box-shadow: 0 20px 42px rgba(18, 28, 31, 0.28);
}

.wf-concept--phone .wf-browser-bar {
  display: none;
}

.wf-concept--phone .wf-concept-nav {
  padding: 7cqw;
  min-height: 22cqw;
}

.wf-concept--phone .wf-concept-brand {
  font-size: 10cqw;
}

.wf-concept--phone .wf-concept-brand > span {
  font-size: 3.3cqw;
}

.wf-concept--phone .wf-concept-links > span:not(.wf-concept-menu) {
  display: none;
}

.wf-concept--phone .wf-concept-menu {
  display: block;
  width: 8cqw;
  height: 8cqw;
}

.wf-concept--phone .wf-concept-scene {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.wf-concept--phone .wf-concept-scene > img {
  height: 75cqw;
  position: static;
}

.wf-concept--phone .wf-concept-copy {
  position: static;
  padding: 8cqw 7cqw;
  width: auto;
  max-width: none;
  margin: 0;
}

.wf-concept--phone .wf-concept-title {
  font-size: 13cqw;
  margin-top: 3cqw;
}

.wf-concept--phone .wf-concept-copy > p {
  font-size: 3.5cqw;
  margin-top: 4cqw;
}

/* 3-Principle Divider Bar */
.wdt-principles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--wdt-rule);
  padding-block: 22px;
  margin-top: clamp(40px, 5vw, 60px);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--wdt-ink);
  flex-wrap: wrap;
}

.wdt-principles span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.wdt-principles span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--wdt-forest);
}

/* Sticky On-Page Navigation Rail */
.wdt-nav-rail {
  position: sticky;
  top: 76px;
  z-index: 40;
  background: rgba(245, 241, 232, 0.96);
  backdrop-filter: blur(12px);
  border-block: 1px solid var(--wdt-rule);
}

.wdt-nav-rail-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: thin;
  white-space: nowrap;
}

.wdt-nav-rail-inner a {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  font-size: 13px;
  font-weight: 500;
  color: var(--wdt-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.wdt-nav-rail-inner a:hover {
  color: var(--wdt-forest);
}

/* ==========================================================================
   Section Foundation & Spacing
   ========================================================================== */
.wdt-section {
  padding-block: clamp(72px, 8vw, 112px);
  border-bottom: 1px solid var(--wdt-rule);
}

.wdt-section-head {
  max-width: 980px;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.wdt-section-head h2 {
  margin-bottom: 16px;
}

.wdt-section-head p {
  font-size: clamp(1.1rem, 1.45vw, 1.25rem);
  line-height: 1.62;
  color: var(--wdt-muted);
}

.wdt-section-head-split {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: end;
  max-width: none;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.wdt-section-head-split h2 {
  margin: 0;
}

.wdt-section-head-split p {
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.6;
  color: var(--wdt-muted);
  margin: 0;
}

/* Section 1: Executive Direct Answer */
.wdt-briefing-plate {
  background: var(--wdt-white);
  border: 1px solid var(--wdt-rule);
  padding: clamp(36px, 4.5vw, 60px);
}

.wdt-briefing-head {
  border-bottom: 1px solid var(--wdt-rule);
  padding-bottom: 24px;
  margin-bottom: 36px;
}

.wdt-briefing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(28px, 3.5vw, 44px);
}

.wdt-briefing-col h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
  color: var(--wdt-forest);
}

.wdt-briefing-col p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--wdt-muted);
}

/* Section 2: Why Redesigns Fail (The 3 Critical Leaks) */
.wdt-leak-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

.wdt-leak-card {
  background: var(--wdt-white);
  border: 1px solid var(--wdt-rule);
  padding: clamp(28px, 3.5vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wdt-leak-card strong.wdt-index {
  font-family: var(--wdt-mono);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--wdt-forest);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.wdt-leak-card h3 {
  font-size: 1.45rem;
  margin-bottom: 14px;
}

.wdt-leak-card p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--wdt-muted);
}

.wdt-leak-solution {
  margin-top: 24px;
  border-top: 1px solid var(--wdt-rule);
  padding-top: 16px;
  font-size: 0.875rem;
  color: var(--wdt-forest);
  font-weight: 500;
}

/* Section 3: Four Pillars of Architecture */
.wdt-pillar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

.wdt-pillar-card {
  background: var(--wdt-white);
  border: 1px solid var(--wdt-rule);
  padding: clamp(32px, 3.5vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wdt-pillar-num {
  font-family: var(--wdt-mono);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--wdt-forest);
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  display: block;
}

.wdt-pillar-card h3 {
  font-size: 1.45rem;
  margin-bottom: 14px;
}

.wdt-pillar-card p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--wdt-muted);
}

.wdt-pillar-foot {
  margin-top: 24px;
  border-top: 1px solid var(--wdt-rule);
  padding-top: 14px;
  font-family: var(--wdt-mono);
  font-size: 0.76rem;
  color: var(--wdt-forest);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Section 4: Architectural Matrix */
.wdt-matrix-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.wdt-matrix-table th {
  padding: 22px 26px;
  font-family: var(--wdt-serif);
  font-size: 1.3rem;
  font-weight: 500;
  border-bottom: 2px solid var(--wdt-rule);
  background: var(--wdt-paper);
}

.wdt-matrix-table td {
  padding: 24px 26px;
  border-bottom: 1px solid var(--wdt-rule);
  vertical-align: top;
}

/* Section 5: Dark Field Visual Art Direction Showcase */
.wdt-dark-field {
  background: var(--wdt-dark);
  color: var(--wdt-inverse);
  border-bottom: 1px solid var(--wdt-dark-rule);
}

.wdt-dark-field h2,
.wdt-dark-field h3,
.wdt-dark-field h4 {
  color: #ffffff;
}

.wdt-dark-field p {
  color: var(--wdt-inverse);
}

.wdt-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
}

.wdt-gallery-card {
  background: var(--wdt-dark-surface);
  border: 1px solid var(--wdt-dark-rule);
  padding: 28px;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.wdt-gallery-card:hover {
  transform: translateY(-2px);
  border-color: var(--wdt-teal);
}

/* Section 7: Three Investment Tiers */
.wdt-tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 28px;
}

.wdt-tier-card {
  background: var(--wdt-white);
  border: 1px solid var(--wdt-rule);
  padding: clamp(32px, 3.5vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wdt-tier-featured {
  background: var(--wdt-dark);
  color: var(--wdt-inverse);
  border: 1px solid var(--wdt-teal);
  position: relative;
}

.wdt-tier-featured h3,
.wdt-tier-featured .wdt-tier-price {
  color: #ffffff;
}

.wdt-tier-featured p {
  color: var(--wdt-inverse);
}

.wdt-tier-price {
  font-family: var(--wdt-serif);
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  margin-block: 16px 8px;
  color: var(--wdt-forest);
}

.wdt-tier-cadence {
  font-family: var(--wdt-mono);
  font-size: 0.8rem;
  color: var(--wdt-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wdt-tier-featured .wdt-tier-cadence {
  color: var(--wdt-gold);
}

/* Section 8: Delivery Process */
.wdt-process-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
}

.wdt-process-item {
  background: var(--wdt-white);
  border: 1px solid var(--wdt-rule);
  padding: clamp(24px, 3vw, 36px);
}

.wdt-process-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.wdt-process-num {
  font-family: var(--wdt-mono);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--wdt-forest);
  letter-spacing: 0.08em;
}

.wdt-process-item h3 {
  font-size: 1.35rem;
  margin: 0;
}

.wdt-process-item p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--wdt-muted);
}

/* Section 11: FAQ Disclosures */
.wdt-faq-list {
  display: grid;
  gap: 16px;
}

.wdt-faq-item {
  background: var(--wdt-white);
  border: 1px solid var(--wdt-rule);
  padding: 24px 28px;
}

.wdt-faq-item summary {
  font-family: var(--wdt-serif);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--wdt-ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

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

.wdt-faq-item summary span {
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--wdt-forest);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.wdt-faq-item[open] summary span {
  transform: rotate(45deg);
}

.wdt-faq-item p {
  margin-top: 16px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--wdt-muted);
}

/* Responsive Rules */
@media (max-width: 1024px) {
  .wdt-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .wdt-hero-art {
    padding-right: 0;
    max-width: 720px;
    margin-inline: auto;
  }
  .wdt-section-head-split {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .wdt-principles {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .wdt-hero-phone {
    width: 32%;
    max-width: 140px;
    right: -4px;
    bottom: -10px;
  }
}
