/* AgentsNgon product-grade UI layer. Loaded after theme.css by design. */
:root {
  --ink: #111827;
  --muted: #5b6475;
  --line: #d9dee8;
  --soft: #f5f6f8;
  --panel: #fff;
  --primary: #2557d6;
  --primary-2: #3b68df;
  --primary-dark: #1743b1;
  --success: #11734b;
  --danger: #b42335;
  --warning: #9a5b0a;
  --navy: #101827;
  --radius-sm: 8px;
  --radius: 8px;
  --radius-lg: 8px;
  --shadow: 0 10px 28px rgba(17, 24, 39, .09);
}

body.agentsngon-site { color: var(--ink); background: #f7f8fa; }
.site-main { background: #fff; }
:focus-visible { outline-color: rgba(37,87,214,.34); }
.site-header { position: sticky; top: 0; border-color: var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.site-header__inner { height: 74px; gap: 24px; }
.site-brand { width: 248px; }
.desktop-nav { margin-left: auto; }
.desktop-nav .menu > li > a { min-height: 74px; padding-inline: 11px; font-size: 14px; }
.desktop-nav .menu > li.current-menu-item > a,
.desktop-nav .menu > li.current-menu-ancestor > a { color: var(--primary); box-shadow: inset 0 -2px var(--primary); }
.desktop-nav .sub-menu { top: calc(100% - 4px); border-radius: var(--radius); }
.header-actions { margin-left: 12px; }
.header-contact { min-height: 38px; border-radius: var(--radius); }
.header-icon, .mobile-toggle { border-radius: var(--radius); }

.button { border-radius: var(--radius); }
.button:disabled, .button[aria-disabled="true"] { cursor: not-allowed; opacity: .52; }
.button--primary { background: var(--primary); }
.button--primary:hover { background: var(--primary-dark); }

.hero { min-height: 360px; border-bottom-color: var(--line); background: #f4f6fa; }
.hero__grid { display: grid; min-height: 360px; grid-template-columns: minmax(0,1.04fr) minmax(390px,.96fr); align-items: center; gap: clamp(48px,7vw,110px); }
.hero__copy { max-width: 860px; padding: 44px 0 36px; }
.hero-kicker { margin-bottom: 14px; color: var(--primary); font-size: 13px; }
.hero h1 { max-width: 690px; margin-bottom: 14px; font-size: clamp(38px,4vw,52px); line-height: 1.04; letter-spacing: -.045em; }
.hero__copy > p { max-width: 650px; margin-bottom: 24px; font-size: 16px; }
.hero__actions { gap: 8px; }
.hero__actions .button { min-height: 44px; }
.hero__trust { gap: 18px; margin-top: 28px; font-size: 12px; }
.hero__trust img, .trust-strip img, .newsletter__icon img { filter: brightness(0) saturate(100%) invert(31%) sepia(93%) saturate(2918%) hue-rotate(214deg) brightness(86%) contrast(84%); }
.hero__proof { margin-top: 26px; }
.hero__proof > div { padding-right: 22px; }
.hero-banner { overflow: hidden; margin: 0; aspect-ratio: 3 / 2; background: transparent; }
.hero-banner img { display: block; width: 100%; height: 100%; object-fit: contain; }

.home-content { margin-top: 0; padding-top: 48px; }
.section-panel { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.section-heading { margin-bottom: 22px; }
.section-heading h2 { font-size: 26px; letter-spacing: -.035em; }
.section-heading a { display: inline-flex; min-height: 36px; align-items: center; color: var(--primary); }
.featured-split { gap: 32px; }
.featured-split > div { min-width: 0; padding: 14px 0 0; border: 0; border-top: 1px solid var(--ink); border-radius: 0; background: transparent; }
.mini-heading { margin-bottom: 13px; color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.product-row { grid-auto-rows: minmax(304px,auto); gap: 12px; }
.product-card { border-radius: var(--radius); box-shadow: none; }
.product-card:hover { border-color: #aab4c4; background: #fff; }
.product-card__visual { min-height: 132px; background: #f2f4f7; }
.product-card__badge { top: 9px; left: 9px; border-radius: var(--radius); }
.product-card__body { padding: 14px; }
.product-card h3 { margin-bottom: 6px; font-size: 15px; }
.product-card p { color: #657084; font-size: 12px; }
.product-card__foot { padding-top: 10px; border-top: 1px solid #edf0f4; }
.product-card__foot strong { color: var(--ink); }
.product-card__foot a { display: inline-flex; min-height: 36px; align-items: center; }
.product-card__foot .js-add-to-cart { min-width: 38px; min-height: 38px; border-radius: var(--radius); }
.home-section { padding: 54px 0; border-top: 1px solid var(--line); }
.buying-flow__grid { gap: 0; border-top: 1px solid var(--line); }
.buying-flow__grid article { padding: 22px 26px 22px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.buying-flow__number { color: var(--primary); background: transparent; }
.course-card, .post-card, .post-sidebar-card, .post-related-tile { border-radius: var(--radius); box-shadow: none; }
.course-card::before { display: none; }
.trust-strip { border-radius: var(--radius); background: #f4f6f9; }
.trust-strip > div > span { border-radius: var(--radius); background: transparent; }

.archive-hero, .blog-hero { padding: 38px 0 34px; background: #f4f6f9; }
.archive-hero .breadcrumbs { margin-bottom: 24px; }
.archive-hero .eyebrow { margin-bottom: 8px; }
.archive-hero h1 { max-width: 980px; margin-bottom: 10px; font-size: clamp(34px,4vw,50px); }
.archive-hero p { max-width: 820px; font-size: 16px; }
.archive-layout { padding-top: 32px; padding-bottom: 72px; }
.catalog-tabs { gap: 0; margin-bottom: 16px; border-bottom: 1px solid var(--line); }
.catalog-tabs a { min-height: 42px; padding: 10px 15px; border: 0; border-bottom: 2px solid transparent; border-radius: 0; background: transparent; }
.catalog-tabs a:hover, .catalog-tabs a.is-active { color: var(--primary); border-color: var(--primary); background: transparent; }
.catalog-toolbar { margin-bottom: 18px; padding: 14px 0; border: 0; border-radius: 0; background: transparent; }
.catalog-toolbar > div:first-child .eyebrow { display: none; }
.catalog-search input, .catalog-sort select { min-height: 42px; border-radius: var(--radius); background: #fff; }
.product-grid { gap: 14px; }
.catalog-empty { border-radius: var(--radius); background: #f7f8fa; }

.product-detail { padding-top: 24px; }
.product-detail__hero { align-items: start; gap: 32px; }
.product-detail__media { border-radius: var(--radius); box-shadow: none; }
.product-detail__media-topline, .product-detail__media-bottomline { background: rgba(16,24,39,.88); }
.product-detail__media-placeholder { background: #f0f3f8; }
.product-detail__heading h1 { font-size: clamp(36px,4.4vw,54px); }
.product-detail__public-pill { border-radius: var(--radius); color: var(--primary); background: #edf2ff; }
.product-detail__stats { border-radius: var(--radius); }
.product-detail__stat--price strong { color: var(--ink); }
.product-detail__stat .product-detail__price-discount { border: 0; border-radius: var(--radius); background: #e8f5ee; box-shadow: none; }
.product-detail__layout { gap: 40px; padding-top: 40px; }
.product-detail__purchase-card { padding: 20px; border-color: var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 28px rgba(17,24,39,.08); }
.product-detail__purchase-notice { border: 0; border-radius: var(--radius); background: #eef3ff; }
.product-detail__specs { border-radius: var(--radius); }
.product-requirements, .product-section, .product-reviews { border-radius: var(--radius); box-shadow: none; }

.cart-layout { gap: 32px; }
.cart-main, .cart-summary, .cart-item { border-radius: var(--radius); }
.cart-main { padding: 24px; }
.cart-summary { top: 94px; background: #f4f6f9; }
.cart-item__image, .cart-quantity, .cart-toast { border-radius: var(--radius); }
.delivery-order-badge, .delivery-product, .delivery-content-page, .delivery-content-block { border-radius: var(--radius); box-shadow: none; }
.delivery-product--agent { border-color: var(--line); box-shadow: none; }
.delivery-product--agent .delivery-product__header, .delivery-product__header, .delivery-content-page__header { background: #f4f6f9; }
.delivery-content-page__header > span, .delivery-empty__icon { border-radius: var(--radius); }

.post-grid { gap: 26px 18px; }
.post-card { border: 0; background: transparent; }
.post-card__image, .single-post__image { border: 1px solid var(--line); border-radius: var(--radius); }
.single-post__layout { gap: 44px; }
.single-post__header h1 { font-size: clamp(38px,4.2vw,56px); }
.single-post__content { max-width: 780px; }
.post-toc, .post-cta, .post-feedback, .post-comments { border-radius: var(--radius); box-shadow: none; }
.author-line img,
.post-author-card__identity img {
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}

.newsletter {
  position: relative;
  isolation: isolate;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: #eef1f6;
  box-shadow: none;
}
.newsletter::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: #eef1f6;
  transform: translateX(-50%);
}
.newsletter__icon { border-radius: var(--radius); background: transparent; }
.newsletter-form input, .social-links a { border-radius: var(--radius); }
.site-footer { background: #101827; }
.footer-grid > div:not(.footer-brand) > a { display: flex; min-height: 36px; align-items: center; }
.contact-float { right: max(14px,env(safe-area-inset-right)); bottom: max(16px,env(safe-area-inset-bottom)); gap: 8px; }
.contact-float__icon, .contact-float__icon img { width: 44px; height: 44px; }
.contact-float__icon {
  border: 0;
  background: transparent;
  box-shadow: none;
  animation: none;
}
.contact-float__item:hover .contact-float__icon,
.contact-float__item:focus-visible .contact-float__icon { box-shadow: none; }
.contact-float__label { display: none; }

input, textarea, select { border-radius: var(--radius); }
[aria-busy="true"], .is-loading { cursor: progress; }
.form-message:not(:empty) { padding: 9px 11px; border-left: 3px solid var(--danger); background: #fff3f4; }
.form-message.is-success:not(:empty) { border-left-color: var(--success); background: #edf8f2; }

@media (max-width: 1100px) {
  .site-brand { width: 220px; }
  .desktop-nav .menu > li > a { padding-inline: 8px; font-size: 13px; }
  .header-contact { display: none; }
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .site-header__inner { position: relative; width: min(calc(100% - 32px),var(--shell)); height: 64px; }
  .site-brand { width: 176px; }
  .mobile-toggle, .header-actions > .js-search-toggle { display: grid !important; width: 44px; height: 44px; }
  .header-actions { position: absolute; top: 10px; right: 0; display: flex !important; gap: 2px; margin-left: auto; }
  .header-icon { width: 44px; height: 44px; }
  .hero { min-height: 0; }
  .hero__grid { display: block; min-height: 0; }
  .hero__copy { max-width: none; padding: 42px 0 38px; text-align: left; }
  .hero h1 { max-width: 520px; margin-inline: 0; font-size: clamp(36px,10.5vw,46px); }
  .hero__copy > p { margin-inline: 0; font-size: 16px; }
  .hero__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero__trust, .hero__proof { justify-content: flex-start; }
  .hero-banner { margin: 0 0 34px; box-shadow: none; }
  .home-content { padding-top: 34px; }
  .featured-split { grid-template-columns: 1fr; }
  .product-row { grid-auto-rows: auto; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .archive-hero { padding-block: 30px; }
  .product-detail__aside, .cart-summary { position: static; }
}

@media (max-width: 560px) {
  .shell, .shell--narrow { width: min(calc(100% - 32px),var(--shell)); }
  .hero__copy { padding-block: 34px 30px; }
  .hero h1 { font-size: 38px; line-height: 1.06; }
  .hero__actions { grid-template-columns: 1fr; }
  .hero__trust { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 22px; }
  .hero__proof { display: grid; grid-template-columns: repeat(3,1fr); width: 100%; margin-top: 22px; }
  .hero__proof > div { min-width: 0; padding-right: 8px; }
  .hero__proof strong { font-size: 16px; }
  .hero__proof span { font-size: 9px; }
  .section-heading h2 { font-size: 23px; }
  .product-grid { grid-template-columns: 1fr; }
  .catalog-tabs { overflow-x: auto; overscroll-behavior-inline: contain; }
  .catalog-tabs a { flex: 0 0 auto; min-height: 44px; }
  .catalog-toolbar, .catalog-toolbar__controls { align-items: stretch; }
  .catalog-toolbar__controls { flex-direction: column; }
  .catalog-search, .catalog-sort, .catalog-search input, .catalog-sort select { width: 100%; }
  .product-card__visual { min-height: 142px; }
  .product-card h3, .product-card p { min-height: 0; }
  .product-card h3 a { display: flex; min-height: 44px; align-items: center; }
  .product-card__foot a { min-height: 44px; padding-inline: 4px; }
  .archive-hero h1, .product-detail__heading h1 { font-size: 36px; }
  .product-detail__purchase-card { padding: 16px; }
  .cart-main { padding: 18px 16px; }
  .contact-float { display: none; }
  .site-brand, .footer-grid > div:not(.footer-brand) > a { min-height: 44px; }
  .newsletter { padding-inline: 16px; }
  .button, button, input[type="submit"] { min-height: 44px; }
  input, select, textarea { font-size: 16px; }
}

/* Targeted storefront refinement: mobile navigation, product records and disclosure. */
.section-heading > a { border-bottom: 0; }
.featured-split > div,
.home-section,
.product-detail__body-layout,
.product-detail__related { border-top: 0; }
.buying-flow__grid { gap: 24px; border-top: 0; }
.buying-flow__grid article { padding-right: 0; border-bottom: 0; }
.buying-flow { padding-block: 38px 42px; }
.buying-flow .section-heading { margin-bottom: 12px; padding-bottom: 14px; border-bottom: 1px solid #cfd7e5; }
.buying-flow .section-heading .eyebrow { margin-bottom: 5px; }
.buying-flow__grid { gap: 0; padding: 4px 20px; background: #f6f8fc; }
.buying-flow__grid article { min-width: 0; padding: 18px 24px; }
.buying-flow__grid article + article { border-left: 1px solid #dfe4ed; }
.buying-flow__number { align-self: start; margin-top: 2px; font-variant-numeric: tabular-nums; }
.catalog-tabs { border-bottom: 0; }
.product-detail__tabs { border-bottom: 0; }

.featured-split { gap: 28px; }
.featured-split > div { padding-top: 0; }
.product-row { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: minmax(326px,auto); gap: 18px; }
.product-grid { gap: 20px; }

@media (max-width: 820px) {
  .buying-flow { padding-block: 34px 38px; }
  .buying-flow .section-heading { margin-bottom: 8px; padding-bottom: 12px; }
  .buying-flow__grid { padding: 2px 16px; }
  .buying-flow__grid article { padding: 16px 0; }
  .buying-flow__grid article + article { border-top: 1px solid #dfe4ed; border-left: 0; }
}
.product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-color: #e1e6f0;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(19,33,68,.065);
  transition: border-color .2s ease-out, box-shadow .2s ease-out, transform .2s ease-out;
}
.product-card:hover,
.product-card:focus-within {
  border-color: #bdcbed;
  background: #fff;
  box-shadow: 0 16px 38px rgba(25,48,102,.12);
  transform: translateY(-3px);
}
.product-card__visual {
  min-height: 154px;
  border-bottom: 0;
  background: #f2f4f7;
}
.product-card .ang-product-icon {
  width: 84px;
  height: 84px;
  padding: 17px;
  border-color: rgba(210,217,232,.82);
  border-radius: var(--radius);
  box-shadow: 0 9px 24px rgba(27,42,83,.11);
}
.product-card .ang-product-icon.is-source-art { width: 108px; height: 92px; padding: 0; }
.product-card__badge {
  top: 12px;
  left: 12px;
  padding: 5px 9px;
  border-radius: var(--radius);
  box-shadow: 0 5px 14px rgba(183,35,54,.15);
  font-size: 9px;
  letter-spacing: .02em;
}
.product-card__body { display: flex; min-height: 0; flex: 1; flex-direction: column; padding: 18px 19px 19px; }
.product-card__kind { display: inline-flex; align-items: center; gap: 6px; margin-bottom: 9px; color: var(--primary); font-size: 10px; font-weight: 850; letter-spacing: .075em; text-transform: uppercase; }
.product-card__kind::before { width: 6px; height: 6px; border-radius: 50%; content: ""; background: #7396ed; }
.product-card h3 { min-height: 46px; margin-bottom: 9px; font-size: 17px; line-height: 1.35; letter-spacing: -.025em; }
.product-card h3 a { display: flex; min-height: 46px; align-items: flex-start; transition: color .16s ease-out; }
.product-card h3 a:hover { color: var(--primary); }
.product-card p { min-height: 60px; margin-bottom: 17px; color: #66728a; font-size: 13px; line-height: 1.58; }
.product-card__foot { margin-top: auto; padding-top: 0; border-top: 0; }
.product-card__foot > div { display: flex; min-width: 0; align-items: baseline; flex-wrap: wrap; gap: 3px 10px; }
.product-card__foot strong { color: var(--ink); font-size: 17px; letter-spacing: -.025em; }
.product-card__detail { color: #6f7d99; font-size: 12px; font-weight: 750; white-space: nowrap; }
.product-card__detail::after { content: " →"; }
.product-card__detail:hover { color: var(--primary); }
.product-card__availability {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 9px;
  border-radius: var(--radius);
  color: #667085;
  background: #f2f4f7;
  font-size: 9px;
  letter-spacing: .02em;
}
.product-card__booking-link { display: inline-flex; min-height: 38px; align-items: center; padding: 0 11px; border-radius: var(--radius); background: #edf2ff; }
.product-card__foot .js-add-to-cart { min-width: 42px; min-height: 42px; border-color: #cad5ed; border-radius: var(--radius); background: #f8faff; }
.product-card__foot .js-add-to-cart:hover { border-color: var(--primary); background: #edf2ff; }
.product-card.is-compact .product-card__visual { min-height: 142px; }
.product-card.is-compact .ang-product-icon { width: 80px; height: 80px; padding: 16px; }
.product-card.is-compact .ang-product-icon.is-source-art { width: 104px; height: 88px; padding: 0; }
.product-card.is-compact .product-card__body { padding: 17px 18px 18px; }
.product-card.is-compact h3 { font-size: 16px; }
.product-card.is-compact p { font-size: 12.5px; }
.product-card.is-compact .product-card__foot strong { font-size: 16px; }
.product-grid--related { gap: 22px; }

.product-description-disclosure { position: relative; }
.product-description-disclosure__content { max-height: 760px; overflow: hidden; }
.product-description-disclosure.is-expanded .product-description-disclosure__content { max-height: none; overflow: visible; }
.product-description-disclosure.has-overflow:not(.is-expanded)::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 50px;
  left: 0;
  height: 120px;
  pointer-events: none;
  content: "";
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 76%);
}
.product-description-disclosure__actions { position: relative; z-index: 2; display: flex; justify-content: center; padding-top: 14px; background: #fff; }
.product-description-disclosure__toggle {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid #cbd6ec;
  border-radius: var(--radius);
  color: var(--primary);
  background: #fff;
  box-shadow: 0 8px 22px rgba(27,50,99,.08);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}
.product-description-disclosure__toggle:hover { border-color: var(--primary); background: #f7f9ff; }
.product-description-disclosure__toggle b { display: inline-block; font-size: 16px; line-height: 1; transition: transform .18s ease-out; }
.product-description-disclosure.is-expanded .product-description-disclosure__toggle b { transform: rotate(180deg); }
.product-description-disclosure__toggle[hidden],
.product-description-disclosure:not(.has-overflow) .product-description-disclosure__actions { display: none; }

@media (max-width: 1100px) {
  .featured-split { grid-template-columns: 1fr; }
  .product-row { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  body.mobile-nav-open { overflow: hidden; }
  .site-header { isolation: isolate; }
  .mobile-toggle[aria-expanded="true"] { color: var(--primary); background: #edf2ff; box-shadow: inset 0 0 0 1px #c9d7f7; }
  .mobile-nav-backdrop {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    left: 0;
    height: calc(100dvh - 64px);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(16,24,39,.38);
    backdrop-filter: blur(1px);
    cursor: pointer;
  }
  .mobile-nav {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    left: 0;
    width: 100vw;
    max-width: none;
    max-height: calc(100dvh - 64px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0;
    border-top: 0;
    border-right: 0;
    background: #fff;
    box-shadow: none;
  }
  .mobile-nav > .shell { display: grid; width: 100%; grid-template-columns: 1fr; gap: 24px; padding: 18px 16px 28px; }
  .mobile-nav__eyebrow { display: block; margin-bottom: 10px; color: #7b87a0; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
  .mobile-nav .menu { gap: 4px; }
  .mobile-nav .menu > li > a { display: flex; min-height: 44px; align-items: center; padding: 9px 12px; border-radius: var(--radius); color: var(--ink); font-size: 15px; font-weight: 750; }
  .mobile-nav .menu > li > a:hover,
  .mobile-nav .menu > li.current-menu-item > a,
  .mobile-nav .menu > li.current-menu-ancestor > a { color: var(--primary); background: #edf2ff; }
  .mobile-nav .sub-menu { display: grid; grid-template-columns: 1fr; gap: 2px; margin: 0 0 8px; padding: 0 0 0 14px; }
  .mobile-nav .sub-menu a { display: flex; min-height: 40px; align-items: center; padding: 7px 9px; border-radius: var(--radius); color: #53617d; background: transparent; font-size: 12px; font-weight: 700; }
  .mobile-nav .sub-menu a::after { margin-left: auto; color: #9aa5ba; content: "→"; font-size: 14px; }
  .mobile-nav .sub-menu a:hover,
  .mobile-nav .sub-menu .current-menu-item > a { color: var(--primary); background: #f1f4fb; }
  .mobile-nav__support { min-width: 0; }
  .mobile-nav__support-head { margin-bottom: 11px; }
  .mobile-nav__support-head .mobile-nav__eyebrow { margin-bottom: 3px; }
  .mobile-nav__support-head strong { color: var(--ink); font-size: 19px; letter-spacing: -.025em; }
  .mobile-nav__contact-grid { display: grid; gap: 8px; }
  .mobile-nav__contact-grid > a { display: grid; min-width: 0; min-height: 66px; grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 10px 12px; border: 1px solid #dfe4ee; border-radius: var(--radius); background: #fbfcfe; box-shadow: none; }
  .mobile-nav__contact-grid > a:hover { border-color: #bdcbed; background: #f9fbff; }
  .mobile-nav__contact-grid img { display: block; width: 44px; height: 44px; }
  .mobile-nav__contact-grid span { min-width: 0; }
  .mobile-nav__contact-grid strong,
  .mobile-nav__contact-grid small { display: block; }
  .mobile-nav__contact-grid strong { color: var(--ink); font-size: 14px; }
  .mobile-nav__contact-grid small { margin-top: 2px; overflow: hidden; color: #758099; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-nav__contact-grid b { color: var(--primary); font-size: 15px; }
  .mobile-nav__social { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; margin-top: 15px; }
  .mobile-nav__social > span { color: #748099; font-size: 11px; font-weight: 700; }
  .mobile-nav__social > div { display: flex; gap: 7px; }
  .mobile-nav__social a { display: grid; width: 42px; height: 42px; place-items: center; border-radius: var(--radius); background: #f1f4f9; }
  .mobile-nav__social a:hover { background: #e7edfa; }
  .mobile-nav__social img { display: block; width: 19px; height: 19px; opacity: .76; }
  .mobile-nav-open .contact-float,
  .modal-open .contact-float { display: none; }
  .product-row { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 560px) {
  .mobile-nav > .shell { padding: 18px 16px 28px; }
  .mobile-nav .menu > li > a { min-height: 44px; padding: 9px 12px; font-size: 15px; }
  .mobile-nav .sub-menu a { min-height: 40px; padding: 7px 9px; font-size: 12px; }
  .mobile-nav__support { padding-top: 2px; }
  .product-row { grid-template-columns: 1fr; gap: 16px; }
  .product-card { border-radius: var(--radius); }
  .product-card:hover,
  .product-card:focus-within { transform: none; }
  .single-post__layout { padding-top: 16px; }
  .single-post__header { padding-top: 16px; }
  .product-card__visual,
  .product-card.is-compact .product-card__visual { min-height: 150px; }
  .product-card__body,
  .product-card.is-compact .product-card__body { padding: 17px 15px 16px; }
  .product-card h3,
  .product-card.is-compact h3 { min-height: 0; font-size: 17px; }
  .product-card p,
  .product-card.is-compact p { min-height: 0; font-size: 13px; }
  .product-card__detail { display: inline-flex; min-height: 44px; align-items: center; padding-inline: 0; }
  .product-card__availability { min-height: 34px; }
  .contact-float { display: flex; right: max(12px,env(safe-area-inset-right)); bottom: max(14px,env(safe-area-inset-bottom)); gap: 7px; }
  .contact-float__item,
  .contact-float__icon,
  .contact-float__icon img { width: 44px; height: 44px; }
  .mobile-nav-open .contact-float,
  .modal-open .contact-float { display: none; }
  .product-description-disclosure__content { max-height: 500px; }
  .product-description-disclosure.has-overflow:not(.is-expanded)::after { bottom: 54px; height: 96px; }
  .product-description-disclosure__actions { padding-top: 12px; }
  .product-description-disclosure__toggle { width: 100%; min-height: 46px; }
}

.buying-flow { margin-top: 28px; padding: 30px 24px 22px; border: 1px solid #e6ebf4; border-radius: var(--radius); background: #f8faff; box-shadow: 0 6px 18px rgba(17,24,39,.035); }
.courses-section { padding-top: 28px; }

@media (max-width: 820px) {
  .buying-flow { margin-top: 20px; padding: 26px 16px 20px; }
  .courses-section { padding-top: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Product detail reading rhythm and compact mobile tabs. */
/* The description element carries both classes, so keep this selector scoped to it. */
.product-detail__description.prose h2 { margin-top: .7em; margin-bottom: .4em; }
.product-detail__description.prose p,
.product-detail__description.prose ul,
.product-detail__description.prose ol { margin-bottom: .75em; }
.product-detail__description.prose h2:first-child { margin-top: 0; }
.product-detail__tab-panel--description.no-intro-video { padding-top: 10px; }
.product-detail__tab-panel--description.no-intro-video .product-detail__description { padding-top: 0; }
.product-detail__tab-panel--description.no-intro-video .product-detail__description > :first-child { margin-top: 0; }

@media (max-width: 560px) {
  .product-detail__tabs { flex-wrap: nowrap; gap: 18px; }
  .product-detail__tab { flex: 0 0 auto; padding-bottom: 8px; font-size: 18px; white-space: nowrap; }
  .product-detail__tab-count { font-size: 10px; }
  .product-detail__tab-panel--description { padding-top: 18px; }
  .product-detail__tab-panel--description .product-detail__description { padding-top: 16px; }
  .product-detail__description.prose h2 { margin-top: .65em; margin-bottom: .35em; font-size: 22px; }
  .product-detail__description.prose p,
  .product-detail__description.prose ul,
  .product-detail__description.prose ol { margin-bottom: .7em; }
  .product-detail__description.prose h2:first-child { margin-top: 0; }
  .product-detail__tab-panel--description.no-intro-video { padding-top: 8px; }
  .product-detail__tab-panel--description.no-intro-video .product-detail__description { padding-top: 0; }
}
