@media (max-width: 760px) {
  body {
    padding-bottom: 96px;
    background: #f8f3ea;
  }
  .ot-market-topbar-inner {
    display: grid;
    min-height: 64px;
    padding: 0 16px;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    align-items: center;
  }
  .ot-market-nav,
  .ot-market-actions .ot-button-secondary,
  .ot-market-actions .ot-button-primary {
    display: none;
  }
  .ot-market-menu-toggle {
    display: inline-flex;
  }
  .ot-market-nav.is-open {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: grid;
    gap: 4px;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(180deg, #081a30, #102646);
    box-shadow: 0 16px 32px rgba(0,0,0,0.28);
  }
  .ot-market-nav.is-open a {
    padding: 10px 4px;
  }
  .ot-market-logo {
    display: inline-grid;
    gap: 4px;
    max-width: 148px;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
  }

  .ot-market-logo-payoff {
    font-size: 7px;
    letter-spacing: 0.12em;
    white-space: normal;
  }
  .ot-mobile-tabs {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: rgba(255,253,249,0.98);
    backdrop-filter: blur(14px);
    box-shadow: 0 -10px 28px rgba(17, 33, 52, 0.08);
  }
  .ot-mobile-tabs::before {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(199, 165, 98, 0.18), rgba(185, 133, 33, 0.65), rgba(199, 165, 98, 0.18));
  }
  .ot-mobile-tabs a {
    position: relative;
    min-height: 82px;
    display: grid;
    place-items: center;
    gap: 5px;
    padding: 9px 4px 10px;
    color: #4b3c2a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .ot-mobile-tabs a + a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 1px;
    background: linear-gradient(180deg, rgba(231, 216, 190, 0), rgba(231, 216, 190, 0.95), rgba(231, 216, 190, 0));
  }
  .ot-mobile-tab-icon {
    display: block;
    font-size: 26px;
    line-height: 1;
    color: #4b3c2a;
  }
  .ot-mobile-tabs a.is-active {
    color: #071d33;
  }
  .ot-mobile-tabs a.is-active .ot-mobile-tab-icon {
    color: #7a5308;
  }
  .ot-mobile-tabs a.is-active::after {
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    top: 7px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d4b06a, #b98521);
  }
  .ot-home-hero {
    min-height: 0;
    background:
      radial-gradient(360px 240px at 72% 18%, rgba(240, 197, 103, 0.18), transparent 58%),
      linear-gradient(180deg, rgba(7,29,51,0.97), rgba(7,29,51,0.76) 48%, rgba(16,38,63,0.72));
  }
  .ot-home-hero-inner {
    padding: 34px 16px 24px;
  }
  .ot-home-hero-marketplace-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .ot-home-hero h1 {
    font-size: 27px;
    max-width: 300px;
  }
  .ot-home-trust-row {
    gap: 10px;
  }
  .ot-home-quote-widget {
    margin-top: 0;
    padding: 20px 18px 18px;
  }
  .ot-home-quote-price-row strong,
  .ot-home-quote-summary-row strong {
    font-size: 34px;
  }
  .ot-hero-search {
    grid-template-columns: 1fr;
    max-width: none;
    width: 100%;
    margin: 18px 0 12px;
    padding: 6px;
  }
  .ot-hero-search input,
  .ot-hero-search select {
    min-height: 44px;
    border-right: 0;
    border-bottom: 1px solid #e7d8be;
  }
  .ot-market-main,
  .ot-discovery-layout,
  .ot-detail-page,
  .ot-workspace-shell,
  .ot-wizard-shell {
    width: 100%;
    max-width: 100%;
    padding: 18px 16px;
  }
  .ot-workspace-shell > *,
  .ot-dashboard-grid > *,
  .ot-metric-grid > *,
  .ot-section-header > *,
  .ot-side-nav {
    min-width: 0;
    max-width: 100%;
  }
  .ot-side-nav {
    width: 100%;
  }
  .ot-section-header h1,
  .ot-section-header h2,
  .ot-section-header h3 {
    overflow-wrap: anywhere;
  }
  .ot-section-header {
    display: grid;
    gap: 10px;
    align-items: stretch;
  }
  .ot-section-header h1,
  .ot-section-header h2 {
    font-size: 28px;
    line-height: 1.12;
  }
  .ot-section-header p {
    line-height: 1.5;
  }
  .ot-section-header .ot-actions {
    justify-content: flex-start;
  }
  .ot-section-header .ot-actions .ot-button,
  .ot-section-header .ot-actions .ot-btn,
  .ot-section-header .ot-actions a {
    width: auto;
    max-width: 100%;
  }
  .ot-trust-strip,
  .ot-feature-grid,
  .ot-guide-grid,
  .ot-market-footer,
  .ot-discovery-layout,
  .ot-detail-layout,
  .ot-workspace-shell,
  .ot-dashboard-grid,
  .ot-metric-grid,
  .ot-wizard-layout,
  .ot-wizard-grid {
    grid-template-columns: 1fr;
  }
  .ot-trust-strip {
    display: none;
  }
  .ot-home-path-grid,
  .ot-home-category-grid,
  .ot-home-listing-grid,
  .ot-home-trust-grid,
  .ot-home-guide-grid,
  .ot-home-steps,
  .ot-home-utility-grid,
  .ot-home-variation-table,
  .ot-home-purity-grid {
    grid-template-columns: 1fr;
  }
  .ot-home-quote-benchmark,
  .ot-home-final-cta,
  .ot-home-operator-card {
    grid-template-columns: 1fr;
  }
  .ot-home-operator-card {
    grid-column: auto;
  }
  .ot-home-category-card img,
  .ot-home-final-cta img,
  .ot-home-operator-card img {
    width: 100%;
    max-width: 220px;
  }
  .ot-home-mini-search-form {
    grid-template-columns: 1fr;
  }
  .ot-home-stats-strip {
    margin-top: -18px;
    padding: 10px;
  }
  .ot-feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .ot-gold-card,
  .ot-product-card,
  .ot-listing-row,
  .ot-gold-card-body,
  .ot-product-card > *,
  .ot-listing-row > * {
    min-width: 0;
  }
  .ot-card-badges,
  .ot-actions,
  .btn-row {
    align-items: stretch;
    gap: 8px;
  }
  .ot-badge {
    min-height: 26px;
    padding: 5px 9px;
    font-size: 11px;
  }
  .ot-panel {
    padding: 14px;
    gap: 12px;
  }
  .btn-row a {
    flex: 1 1 100%;
    width: 100%;
    white-space: normal;
  }
  .ot-gold-card-body {
    padding: 14px;
  }
  .ot-spec-list {
    grid-template-columns: 1fr;
  }
  .ot-guide-card {
    grid-template-columns: 80px minmax(0,1fr);
    gap: 10px;
    padding: 11px;
  }
  .ot-guide-card img {
    width: 80px;
    height: 58px;
  }
  .ot-result-row {
    grid-template-columns: 88px minmax(0,1fr);
    gap: 10px;
    padding: 12px;
  }
  .ot-result-media {
    aspect-ratio: 11 / 14;
    border-radius: 10px;
  }
  .ot-result-main {
    gap: 8px;
  }
  .ot-result-side {
    grid-column: 1 / -1;
    justify-items: stretch;
    grid-template-columns: 1fr auto;
    gap: 8px 10px;
    margin-top: 2px;
    padding-top: 10px;
    border-top: 1px solid #f0e6d6;
  }
  .ot-result-side .ot-actions {
    grid-column: 1 / -1;
    margin-top: 4px;
  }
  .ot-result-side .ot-actions .ot-button,
  .ot-panel .ot-actions .ot-button,
  .ot-seller-card > .ot-button,
  .ot-seller-card .ot-actions .ot-button {
    flex: 1 1 100%;
    width: 100%;
  }
  .ot-filter-panel {
    position: static;
    gap: 12px;
    padding: 14px;
  }
  .ot-filter-group {
    gap: 9px;
    padding-top: 12px;
  }
  .ot-results-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
  }
  .ot-results-toolbar h1 {
    font-size: 22px;
  }
  .ot-results-toolbar .ot-actions {
    width: 100%;
  }
  .ot-results-toolbar p,
  .ot-card-note {
    line-height: 1.5;
  }
  .ot-market-footer {
    gap: 18px;
    padding-top: 24px;
    padding-bottom: 24px;
    background: #091728;
  }
  .ot-market-footer a,
  .ot-market-footer p,
  .ot-market-footer strong,
  .ot-market-footer small,
  .ot-footer-bottom span {
    color: #fff;
  }
  .ot-market-footer a {
    font-size: 14px;
    line-height: 1.5;
  }
  .ot-market-footer p,
  .ot-market-footer small,
  .ot-footer-bottom span {
    font-size: 13px;
    line-height: 1.55;
  }
  .ot-footer-badges span {
    color: #fff;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.16);
  }
  .ot-detail-main-img {
    margin: -16px -16px 0;
    border-radius: 0 0 18px 18px;
  }
  .ot-seller-card {
    position: static;
    bottom: auto;
    z-index: auto;
    gap: 10px;
    box-shadow: 0 14px 28px rgba(31,41,51,0.1);
  }
  .ot-characteristics {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .ot-wizard-stepper {
    grid-template-columns: repeat(4, 1fr);
    overflow: auto;
  }
  .ot-wizard-sidebar {
    grid-template-columns: repeat(3, 1fr);
  }
  .ot-table {
    display: block;
    overflow-x: auto;
  }
  .ot-public-landing {
    gap: 14px;
    padding-top: 20px;
  }
  .ot-public-intro h1 {
    max-width: none;
    font-size: 34px;
  }
  .ot-public-intro p {
    font-size: 16px;
  }
  .ot-public-metric-grid,
  .ot-public-category-grid,
  .ot-public-price-grid,
  .ot-public-example-panel dl,
  .ot-public-outcome-grid {
    grid-template-columns: 1fr;
  }
  .ot-public-metric-card,
  .ot-public-category-card,
  .ot-public-price-card,
  .ot-public-outcome-card,
  .ot-public-value-panel,
  .ot-public-cta-band {
    border-radius: 14px;
  }
  .ot-public-value-panel,
  .ot-public-cta-band {
    padding: 16px;
    gap: 14px;
  }
  .ot-public-step {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }
  .ot-public-step strong {
    font-size: 18px;
  }
  .ot-public-step > div {
    padding-left: 10px;
  }
  .ot-public-example-panel dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .ot-public-example-panel dd {
    text-align: left;
  }
  .ot-public-cta-band .ot-actions,
  .ot-public-category-card .ot-actions,
  .ot-public-landing .ot-actions {
    align-items: stretch;
  }
  .ot-public-cta-band .ot-actions .ot-button,
  .ot-public-category-card .ot-button,
  .ot-public-landing .ot-actions .ot-button {
    width: 100%;
  }
  .ot-categories-page {
    padding-top: 8px;
  }
  .ot-categories-hero,
  .ot-categories-section,
  .ot-categories-info-grid,
  .ot-categories-cta-band {
    border-radius: 22px;
  }
  .ot-categories-hero {
    padding: 20px;
    gap: 18px;
  }
  .ot-categories-hero-copy h1 {
    font-size: 36px;
  }
  .ot-categories-hero-copy > p:not(.ot-public-eyebrow) {
    font-size: 16px;
  }
  .ot-categories-search-panel,
  .ot-categories-intent-grid,
  .ot-category-family-cards,
  .ot-categories-info-grid,
  .ot-categories-cta-band {
    grid-template-columns: 1fr;
  }
  .ot-categories-search-card,
  .ot-categories-section,
  .ot-categories-info-grid,
  .ot-categories-cta-band {
    padding: 18px;
  }
  .ot-categories-chip-row,
  .ot-categories-tabs,
  .ot-categories-cta-band .ot-actions {
    justify-content: flex-start;
  }
  .ot-categories-chip,
  .ot-categories-tab,
  .ot-category-mini-badge {
    min-height: 34px;
    padding: 0 14px;
    font-size: 12px;
  }
  .ot-categories-intent-card,
  .ot-category-family-summary,
  .ot-category-detail-card,
  .ot-categories-info-card {
    padding: 18px;
  }
  .ot-categories-intent-card {
    text-align: left;
  }
  .ot-categories-intent-card img,
  .ot-category-family-summary img {
    margin-left: 0;
    margin-right: 0;
  }
  .ot-categories-search-form input {
    min-height: 48px;
  }
  .ot-footer-newsletter-row {
    grid-template-columns: 1fr 48px;
  }

  .ot-market-topbar-inner {
    min-height: 72px;
    align-items: center;
  }

  .ot-brand-logo {
    height: 38px;
  }

  .ot-market-logo-payoff {
    display: none;
  }

  .ot-market-actions .ot-login-link {
    display: inline-flex;
    padding: 0;
  }

  .ot-market-nav.is-open {
    top: calc(100% + 8px);
    padding: 18px;
    gap: 6px;
  }

  .ot-market-nav.is-open a + a::before {
    display: none;
  }

  .ot-home-hero-marketplace-inner {
    padding: 38px 16px 42px;
    gap: 20px;
  }

  .ot-home-hero-copy h1 {
    font-size: 42px;
    max-width: none;
  }

  .ot-home-hero-copy p {
    font-size: 16px;
  }

  .ot-home-hero-jewel,
  .ot-home-hero-arc {
    display: none;
  }

  .ot-home-hero-search {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
    padding: 8px;
    border-radius: 18px;
  }

  .ot-home-hero-search input,
  .ot-home-hero-search select,
  .ot-home-hero-search .ot-button {
    min-height: 52px;
    border-right: 0;
  }

  .ot-home-popular-chips {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .ot-home-hero-actions,
  .ot-home-trust-row,
  .ot-footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .ot-home-trust-item {
    min-height: 46px;
    padding: 0 14px 0 10px;
  }

  .ot-home-trust-item-icon {
    width: 30px;
    height: 30px;
  }

  .ot-home-quote-widget {
    margin-top: 0;
    padding: 22px 18px 20px;
    border-radius: 22px;
  }

  .ot-home-stats-strip {
    margin: -16px 0 24px;
    border-radius: 20px;
  }

  .ot-home-metric-grid,
  .ot-home-category-grid,
  .ot-home-listing-grid,
  .ot-home-trust-grid,
  .ot-home-guide-grid,
  .ot-home-steps,
  .ot-home-utility-grid {
    grid-template-columns: 1fr;
  }

  .ot-home-metric-card {
    min-height: auto;
  }

  .ot-home-metric-card:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(234, 223, 205, 0.84);
  }

  .ot-home-category-card img,
  .ot-home-guide-card img,
  .ot-home-listing-card-media img {
    height: auto;
  }

  .ot-home-listing-meta,
  .ot-home-listing-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .ot-home-variation-table {
    grid-template-columns: 1fr 1fr;
  }

  .ot-home-final-cta {
    width: 100%;
    padding: 22px 18px;
    border-radius: 20px;
  }

  .ot-home-final-cta img {
    max-width: 168px;
    margin: 0 auto;
  }

  .ot-market-footer {
    padding-top: 28px;
    gap: 18px;
  }

  .ot-footer-socials {
    gap: 10px 14px;
  }

  .ot-footer-bottom a {
    margin-left: 0;
    margin-right: 14px;
  }
}

@media (max-width: 1023px) {
  .ot-home-hero-marketplace-inner {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    min-height: auto !important;
  }

  .ot-home-hero-visual {
    order: 2;
    justify-content: center !important;
  }

  .ot-home-hero-visual img {
    width: min(100%, 420px) !important;
  }

  .ot-home-quote-widget {
    width: 100% !important;
    max-width: none !important;
  }

  .ot-home-ticker-track {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .ot-home-wanted-grid {
    grid-template-columns: 1fr !important;
  }

  .ot-home-category-grid,
  .ot-home-listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .ot-home-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ot-home-steps.ot-home-steps-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .ot-home-hero-copy h1 {
    font-size: 46px !important;
    line-height: 0.98 !important;
  }

  .ot-home-popular-chips {
    gap: 8px !important;
  }

  .ot-home-trust-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .ot-home-trust-item {
    width: 100% !important;
  }

  .ot-home-wanted-card-main {
    grid-template-columns: 1fr !important;
  }

  .ot-home-wanted-card-main img {
    justify-self: center !important;
  }

  .ot-home-category-grid,
  .ot-home-listing-grid,
  .ot-home-guide-grid,
  .ot-home-steps.ot-home-steps-4,
  .ot-home-utility-grid {
    grid-template-columns: 1fr !important;
  }

  .ot-home-final-cta {
    grid-template-columns: 1fr !important;
    text-align: left !important;
  }

  .ot-home-final-cta-visual img {
    width: min(100%, 240px) !important;
  }
}

@media (max-width: 760px) {
  .ot-market-topbar-inner,
  .ot-home-hero-marketplace-inner,
  .ot-home-main {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .ot-home-main {
    padding: 0 8px 104px;
  }

  .ot-home-main .ot-home-section,
  .ot-home-main .ot-home-secondary,
  .ot-home-quote-benchmark,
  .ot-home-final-cta {
    margin-top: 18px;
  }

  .ot-market-topbar-inner {
    display: grid;
    min-height: 68px;
    padding: 0 8px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }

  .ot-brand-logo {
    height: 38px;
  }

  .ot-market-logo-payoff {
    display: none !important;
  }

  .ot-login-link {
    font-size: 17px;
  }

  .ot-market-logo {
    display: block;
    max-width: 204px;
    min-width: 0;
  }

  .ot-market-actions {
    min-width: 0;
  }

  .ot-market-actions .ot-login-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0;
    white-space: nowrap;
  }

  .ot-market-menu-toggle {
    width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .ot-home-hero-marketplace-inner {
    padding: 34px 8px 86px;
    gap: 16px;
  }

  .ot-home-hero-copy {
    padding-top: 0;
  }

  .ot-home-hero-copy h1 {
    max-width: calc(100vw - 16px);
    margin: 0 0 16px;
    font-size: 43px;
    line-height: 0.98;
    letter-spacing: -0.045em;
  }

  .ot-home-hero,
  .ot-home-hero-marketplace {
    min-height: 0;
  }

  .ot-home-hero-inner,
  .ot-home-hero-marketplace-inner {
    align-items: start;
  }

  .ot-home-hero-copy p {
    max-width: 100%;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.5;
  }

  .ot-home-hero-search {
    grid-template-columns: 1fr;
    max-width: none;
    width: 100%;
    margin: 0 0 12px;
    padding: 6px;
    border-radius: 14px;
  }

  .ot-home-hero-search input,
  .ot-home-hero-search select,
  .ot-home-hero-search .ot-button {
    min-height: 46px;
    font-size: 20px;
  }

  .ot-home-hero-search input,
  .ot-home-hero-search select {
    border-right: 0;
    border-bottom: 1px solid rgba(234, 223, 205, 0.92);
  }

  .ot-home-hero-search .ot-button {
    margin-top: 2px;
  }

  .ot-home-popular-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    margin-bottom: 12px;
    scrollbar-width: none;
  }

  .ot-home-popular-chips::-webkit-scrollbar {
    display: none;
  }

  .ot-home-popular-chips span {
    flex: 0 0 auto;
    font-size: 14px;
  }

  .ot-home-popular-chips a {
    flex: 0 0 auto;
    min-height: 28px;
    padding: 0 10px;
    font-size: 14px;
  }

  .ot-home-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 14px;
  }

  .ot-home-hero-actions .ot-button {
    width: 100%;
    min-height: 44px;
    font-size: 20px;
  }

  .ot-home-trust-row {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .ot-home-trust-item {
    width: 100%;
    min-height: 48px;
  }

  .ot-home-trust-item-label {
    font-size: 17px;
  }

  .ot-home-hero-jewel-left {
    left: -92px;
    bottom: -54px;
    width: 168px;
  }

  .ot-home-hero-jewel-bottom,
  .ot-home-hero-arc-right {
    display: none;
  }

  .ot-home-quote-widget {
    margin-top: 0;
    padding: 16px 16px 14px;
    border-radius: 20px;
  }

  .ot-home-quote-label {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .ot-home-quote-price-row strong,
  .ot-home-quote-summary-row strong {
    font-size: 39px;
  }

  .ot-home-quote-price-row span,
  .ot-home-quote-summary-row span {
    font-size: 20px;
  }

  .ot-home-quote-change {
    font-size: 17px;
  }

  .ot-home-quote-caption,
  .ot-home-quote-foot,
  .ot-home-quote-empty-state p {
    font-size: 15px;
    line-height: 1.45;
  }

  .ot-home-quote-tabs {
    margin: 12px 0;
    gap: 6px;
  }

  .ot-home-quote-tabs button {
    min-width: 44px;
    min-height: 34px;
    font-size: 14px;
  }

  .ot-home-quote-chart {
    min-height: 124px;
  }

  .ot-home-quote-foot {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .ot-home-quote-link {
    width: 100%;
    justify-content: center;
    min-height: 42px;
    margin-top: 12px;
    font-size: 18px;
  }

  .ot-home-stats-strip {
    margin: -18px auto 18px;
    padding: 8px;
    border-radius: 18px;
  }

  .ot-home-metric-grid {
    grid-template-columns: 1fr;
  }

  .ot-home-metric-card {
    min-height: 0;
    padding: 10px 10px 12px;
    border-radius: 14px;
  }

  .ot-home-metric-card:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(234, 223, 205, 0.88);
  }

  .ot-home-metric-copy strong {
    font-size: 27px;
  }

  .ot-home-metric-copy span {
    font-size: 17px;
  }

  .ot-home-metric-copy small {
    font-size: 14px;
    line-height: 1.4;
  }

  .ot-home-path-grid,
  .ot-home-category-grid,
  .ot-home-listing-grid,
  .ot-home-trust-grid,
  .ot-home-guide-grid,
  .ot-home-steps,
  .ot-home-utility-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ot-home-section-title {
    align-items: start;
    gap: 6px;
    margin-bottom: 12px;
  }

  .ot-home-section h2,
  .ot-home-section-title h2,
  .ot-home-quote-benchmark-copy h2,
  .ot-home-final-cta h2 {
    font-size: 24px;
    line-height: 1.05;
  }

  .ot-home-section-title a {
    font-size: 17px;
  }

  .ot-home-path-card {
    padding: 16px 14px 14px;
    gap: 12px;
  }

  .ot-home-card-top {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .ot-home-path-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .ot-home-path-card h2 {
    margin: 0 0 6px;
    font-size: 21px;
  }

  .ot-home-path-card p,
  .ot-home-path-card li {
    font-size: 17px;
    line-height: 1.5;
  }

  .ot-home-path-card .ot-button,
  .ot-home-inline-link {
    min-height: 40px;
    font-size: 18px;
  }

  .ot-home-category-card {
    padding: 14px 12px 14px;
  }

  .ot-home-category-card img {
    height: 122px;
  }

  .ot-home-category-card h3 {
    margin: 6px 0 6px;
    font-size: 21px;
    line-height: 1.15;
  }

  .ot-home-category-card p {
    font-size: 15px;
    line-height: 1.42;
  }

  .ot-home-category-card a {
    margin-top: 10px;
    font-size: 17px;
  }

  .ot-home-listing-card {
    min-height: 0;
    border-radius: 16px;
  }

  .ot-home-listing-card-head {
    padding: 10px 10px 0;
  }

  .ot-home-listing-card .ot-badge {
    min-height: 22px;
    padding: 4px 9px;
    font-size: 10px;
  }

  .ot-home-like-button {
    width: 24px;
    height: 24px;
    min-height: 24px;
  }

  .ot-home-listing-card-media {
    margin: 6px 10px 0;
    border-radius: 14px;
  }

  .ot-home-listing-card-media img {
    height: 126px;
    border-radius: 14px;
  }

  .ot-home-listing-card-body {
    gap: 6px;
    padding: 10px 10px 12px;
  }

  .ot-home-listing-card h3 {
    min-height: 0;
    font-size: 18px;
    line-height: 1.18;
  }

  .ot-home-listing-meta,
  .ot-home-listing-foot,
  .ot-home-listing-card .ot-price-line span,
  .ot-home-listing-card .ot-card-note {
    font-size: 14px;
    line-height: 1.38;
  }

  .ot-home-listing-card .ot-price-line strong {
    font-size: 22px;
  }

  .ot-home-listing-foot {
    padding-top: 8px;
  }

  .ot-home-quote-benchmark {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
  }

  .ot-home-quote-benchmark-copy,
  .ot-home-quote-benchmark-panel {
    border-radius: 16px;
  }

  .ot-home-quote-benchmark-copy {
    padding: 14px;
    gap: 8px;
  }

  .ot-home-quote-benchmark-copy p,
  .ot-home-quote-benchmark-copy li {
    font-size: 17px;
    line-height: 1.5;
  }

  .ot-home-quote-benchmark-copy .ot-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ot-home-quote-benchmark-copy .ot-actions .ot-button {
    width: 100%;
    min-height: 40px;
    font-size: 18px;
  }

  .ot-home-quote-benchmark-panel {
    grid-template-columns: 1fr;
    grid-template-areas:
      "summary"
      "note"
      "chart"
      "table";
    gap: 10px;
    padding: 14px;
  }

  .ot-home-quote-benchmark-panel > .ot-card-note {
    justify-self: start;
    font-size: 15px;
  }

  .ot-home-quote-benchmark-panel > .ot-home-quote-chart-large {
    height: 148px;
    min-height: 148px;
  }

  .ot-home-variation-table span {
    font-size: 15px;
  }

  .ot-home-trust-grid article {
    min-height: 0;
    padding: 12px;
  }

  .ot-home-trust-grid article strong {
    font-size: 17px;
  }

  .ot-home-trust-grid article p {
    font-size: 15px;
    line-height: 1.4;
  }

  .ot-home-steps {
    padding: 12px;
  }

  .ot-home-steps li {
    min-height: 0;
    padding: 0 0 10px;
  }

  .ot-home-steps li:not(:last-child) {
    border-bottom: 1px solid rgba(234, 223, 205, 0.88);
    margin-bottom: 8px;
  }

  .ot-home-steps li:not(:last-child)::after {
    display: none;
  }

  .ot-home-steps li strong {
    font-size: 17px;
  }

  .ot-home-steps li p {
    font-size: 15px;
    line-height: 1.4;
  }

  .ot-home-save-alert-card,
  .ot-home-mini-search-card {
    padding: 16px;
  }

  .ot-home-save-alert-card::after,
  .ot-home-mini-search-card::after {
    right: 14px;
    top: 14px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background-size: 22px 22px;
  }

  .ot-home-save-alert-card h2,
  .ot-home-mini-search-card h2,
  .ot-home-operator-card h2 {
    font-size: 22px;
    line-height: 1.1;
  }

  .ot-home-save-alert-card p,
  .ot-home-mini-search-card p,
  .ot-home-operator-card p {
    margin: 6px 0 14px;
    font-size: 17px;
    line-height: 1.5;
  }

  .ot-home-save-alert-card .ot-button,
  .ot-home-mini-search-card .ot-button,
  .ot-home-operator-card .ot-button {
    min-height: 40px;
    font-size: 18px;
  }

  .ot-home-operator-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 16px;
  }

  .ot-home-operator-card img {
    display: none;
  }

  .ot-home-guide-card {
    grid-template-rows: 96px auto;
    border-radius: 14px;
  }

  .ot-home-guide-card img {
    height: 96px;
  }

  .ot-home-guide-card strong {
    font-size: 17px;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ot-home-guide-card span {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .ot-home-final-cta {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 14px 14px 12px;
    border-radius: 16px;
    text-align: left;
  }

  .ot-home-final-cta > div {
    text-align: left;
  }

  .ot-home-final-cta h2 {
    font-size: 28px;
    line-height: 0.98;
  }

  .ot-home-final-cta p {
    margin: 4px 0 10px;
    font-size: 15px;
    line-height: 1.4;
  }

  .ot-home-final-cta img {
    display: none;
  }

  .ot-home-final-cta .ot-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    justify-content: stretch;
  }

  .ot-home-final-cta .ot-actions .ot-button {
    min-height: 38px;
    padding: 0 10px;
    font-size: 17px;
  }

  .ot-market-footer {
    gap: 12px;
    padding: 18px 8px 100px;
  }

  .ot-market-footer-brand {
    gap: 8px;
  }

  .ot-market-footer-brand .ot-market-logo-payoff {
    display: block !important;
    margin-left: 40px;
    margin-top: -8px;
    font-size: 7px;
    letter-spacing: 0.12em;
    line-height: 1;
    white-space: nowrap;
  }

  .ot-market-footer h4 {
    font-size: 18px;
  }

  .ot-market-footer a,
  .ot-market-footer p,
  .ot-market-footer small,
  .ot-footer-bottom span {
    font-size: 15px;
    line-height: 1.4;
  }

  .ot-footer-socials {
    gap: 6px;
  }

  .ot-footer-socials a {
    width: 26px;
    height: 26px;
    min-height: 26px;
  }

  .ot-footer-newsletter-row {
    grid-template-columns: 1fr 42px;
  }

  .ot-footer-newsletter-row input {
    min-height: 40px;
    font-size: 17px;
  }

  .ot-footer-bottom {
    gap: 8px;
  }
}

@media (max-width: 1023px) {
  .ot-home-hero-search {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
    border-radius: 16px !important;
  }

  .ot-home-hero-search input,
  .ot-home-hero-search select,
  .ot-home-hero-search button {
    border-right: 0 !important;
  }

  .ot-home-hero-search input,
  .ot-home-hero-search select {
    border-bottom: 1px solid rgba(9, 27, 51, 0.08) !important;
  }

  .ot-home-path-grid,
  .ot-home-metric-grid,
  .ot-home-wanted-section,
  .ot-home-section,
  .ot-home-quote-benchmark,
  .ot-home-utility-grid,
  .ot-home-final-cta {
    width: min(calc(100% - 32px), 1360px) !important;
    max-width: 1360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
