:root {
  --red: #ed0b18;
  --ink: #080b0e;
  --muted: #344154;
  --radius: 9px;
}
* { box-sizing: border-box; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }
button[aria-disabled="true"] { cursor: default; }
button:not([aria-disabled="true"]), a { cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #b60711; outline-offset: 5px; }
.container { width: calc(100% - 9.1%); max-width: 1396px; margin-inline: auto; }
.skip-link { position: absolute; z-index: 20; top: 8px; left: 8px; padding: 12px 18px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: relative; z-index: 10; background: #fff; }
.site-header__inner { display: flex; align-items: center; min-height: 88px; gap: 30px; }
.site-brand { flex: 0 0 310px; display: flex; align-items: center; text-decoration: none; }
.site-brand img { display: block; width: 64px; height: 64px; object-fit: contain; }
.header-navigation { display: flex; align-items: center; justify-content: space-between; flex: 1; gap: 25px; }
.menu { display: flex; align-items: center; gap: 38px; padding: 0; margin: 0; list-style: none; }
.menu li { position: relative; }
.menu a, .menu button, .login-link { display: inline-flex; align-items: center; gap: 12px; border: 0; padding: 12px 0; background: transparent; font-size: 15px; line-height: 1.4; text-decoration: none; white-space: nowrap; }
.chevron { display: inline-block; width: 6px; height: 6px; border-right: 1px solid; border-bottom: 1px solid; transform: rotate(45deg) translateY(-2px); }
.menu .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 190px; margin: 0; padding: 12px 18px; list-style: none; background: #fff; border: 1px solid #e3e6e9; border-radius: var(--radius); box-shadow: 0 8px 24px #10192312; }
.menu li:hover > .sub-menu, .menu li:focus-within > .sub-menu { display: block; }
.menu-item-has-children > a::after { content: ''; width: 6px; height: 6px; border-right: 1px solid; border-bottom: 1px solid; transform: rotate(45deg); }
.header-actions { display: flex; align-items: center; gap: 24px; }
.header-divider { width: 1px; height: 29px; background: #d4d8dc; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid var(--red); border-radius: var(--radius); padding: 18px 25px; background: var(--red); color: #fff; font-size: 18px; font-weight: 700; line-height: 1.3; text-decoration: none; white-space: nowrap; }
a.button:hover { background: #cd0914; border-color: #cd0914; }
.button--header { padding: 12px 20px; font-size: 16px; }
.arrow { flex: 0 0 23px; width: 23px; height: 23px; }
.menu-toggle { display: none; }
.hero { overflow: hidden; padding: 23px 0 42px; background: radial-gradient(ellipse at 76% 50%, #f5f7f880, transparent 55%), #fff; }
.hero__inner { display: grid; grid-template-columns: minmax(0, 40.5fr) minmax(0, 56.5fr); gap: 3%; align-items: center; }
.hero__copy { position: relative; z-index: 1; padding-top: 40px; }
.hero__eyebrow { margin: 0 0 22px; color: var(--red); font-size: 13px; font-weight: 700; line-height: 1.3; letter-spacing: 2.4px; }
.hero h1 { margin: 0; font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif; font-size: clamp(58px, 5.75vw, 88px); font-weight: 900; line-height: .97; letter-spacing: -.055em; }
.hero h1 span { display: block; }
.hero__brand { color: var(--red); }
.hero__description { max-width: 510px; margin: 25px 0 31px; font-size: clamp(19px, 1.56vw, 24px); line-height: 1.35; color: var(--muted); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; column-gap: 26px; row-gap: 12px; }
.button--trial { padding-inline: 22px; font-size: 17px; }
.text-link { display: inline-block; border: 0; padding: 4px 0; background: transparent; color: #152235; font-size: 16px; font-weight: 600; line-height: 1.4; text-decoration: underline; text-underline-offset: 8px; text-decoration-color: #8692a0; }
.hero__trial-terms { flex-basis: 100%; margin: 0; font-size: 12px; line-height: 1.6; color: #596574; }
.hero__visual { position: relative; width: 100%; margin: 0; min-width: 0; }
/* Preserve the approved dashboard marketing asset's full 1672:941 composition. */
.dashboard-preview { position: relative; z-index: 1; width: 100%; aspect-ratio: 1672 / 941; overflow: hidden; border: 1px solid #dce0e4; border-radius: 14px; background: #f0f2f4; box-shadow: 0 14px 35px #17253314; }
.dashboard-preview img { display: block; width: 100%; height: 100%; object-fit: contain; }
.content-fallback { padding-block: 50px; line-height: 1.6; }
.content-fallback img { max-width: 100%; height: auto; }
@media (min-width: 1161px) and (max-width: 1400px) {
  .site-brand { flex-basis: 200px; }
  .site-header__inner { gap: 20px; }
  .menu { gap: 24px; }
  .header-actions { gap: 16px; }
}
@media (max-width: 1160px) {
  .site-header__inner { flex-wrap: wrap; justify-content: space-between; gap: 0; }
  .site-brand { flex-basis: auto; }
  .site-brand img { width: 60px; height: 60px; }
  .menu-toggle { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid #dce0e4; border-radius: var(--radius); padding: 12px 16px; }
  .menu-toggle__icon { width: 18px; height: 12px; border-top: 2px solid; border-bottom: 2px solid; }
  .header-navigation { flex-basis: 100%; flex-direction: column; align-items: stretch; padding: 12px 0 24px; }
  .navigation-ready .header-navigation:not(.is-open) { display: none; }
  .menu { flex-direction: column; align-items: stretch; gap: 2px; }
  .menu a, .menu button { padding: 12px 0; }
  .menu .sub-menu { display: block; position: static; box-shadow: none; border: 0; padding: 0 20px; }
}
@media (max-width: 1100px) {
  .hero { padding-top: 24px; }
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .hero__copy { padding-top: 12px; }
  .hero h1 { font-size: clamp(58px, 8.5vw, 88px); }
  .hero__description { max-width: 620px; font-size: 22px; }
  .hero__visual { justify-self: center; width: 100%; max-width: 795px; margin: 0 auto; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 40px); }
  .hero { padding-top: 18px; padding-bottom: 32px; }
  .hero__copy { padding-top: 12px; }
  .hero__eyebrow { font-size: 11px; letter-spacing: 2px; margin-bottom: 21px; }
  .hero h1 { font-size: clamp(43px, 11.5vw, 68px); line-height: 1.02; }
  .hero__description { font-size: 19px; line-height: 1.45; margin-top: 22px; margin-bottom: 25px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .button--trial { padding: 17px 18px; font-size: 16px; gap: 9px; }
  .hero__trial-terms { order: 1; font-size: 11px; max-width: 320px; }
  .hero__actions .text-link { order: 2; }
  .dashboard-preview { border-radius: 8px; }
}

/* Multi-page foundation */
img { max-width: 100%; height: auto; }
.section-pad { padding-block: clamp(68px, 7vw, 108px); }
.section-soft { background: #f4f6f7; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-size: 13px; font-weight: 800; line-height: 1.3; letter-spacing: 2px; text-transform: uppercase; }
.section-heading { max-width: 950px; margin-bottom: 42px; }
.section-heading h1, .section-heading h2, .archive-hero h1, .standard-page h1, .service-hero h1 { margin: 0; font-size: clamp(42px, 4.6vw, 70px); font-weight: 900; line-height: 1.02; letter-spacing: -.045em; }
.section-heading--compact { margin-bottom: 24px; }
.section-intro { max-width: 850px; margin: 13px 0 0; color: var(--muted); font-size: clamp(18px, 1.55vw, 24px); line-height: 1.45; }
.split-section__inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(45px, 7vw, 110px); }
.split-section--dark, .showcase-section, .cta-band, .site-footer { background: radial-gradient(circle at 80% 20%, #381014 0, transparent 28%), #090c0f; color: #fff; }
.split-section--dark .section-intro, .showcase-section .section-intro, .cta-band p { color: #c6ccd3; }
.media-frame { min-width: 0; margin: 0; }
.media-frame img { display: block; width: 100%; border: 1px solid #d3d8dc; border-radius: 14px; background: #fff; box-shadow: 0 18px 50px #151d2818; }
.media-frame img[src$="tttrn-web-builder-showcase.png"] { width: 112%; max-width: calc(100vw - 40px); margin-inline: -6%; }
.media-frame img[src$="tttrn-mobile-apps-wordup-showcase.png"] { width: 115%; max-width: calc(100vw - 40px); margin-inline: -7.5%; }
.media-frame figcaption { margin-top: 10px; color: #697486; font-size: 11px; text-align: center; }
.split-section--dark .media-frame figcaption, .showcase-section .media-frame figcaption { color: #aeb6c0; }
.media-frame--transparent img, .media-frame--dark img { border: 0; background: transparent; box-shadow: none; }
.media-frame--dashboard { aspect-ratio: 795 / 530; overflow: hidden; border: 1px solid #dce0e4; border-radius: 14px; }
.media-frame--dashboard img { position: relative; width: 193.207547%; max-width: none; left: -85.157233%; margin-top: -20.943396%; border: 0; border-radius: 0; }
.media-placeholder { display: grid; min-height: 330px; place-content: center; gap: 18px; border: 1px solid #cfd5da; border-radius: 14px; background: linear-gradient(145deg, #f8f9fa, #e9edf0); color: #596574; text-align: center; }
.media-placeholder .icon { width: 54px; margin-inline: auto; color: var(--red); }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid #d9dde1; border-radius: 14px; overflow: hidden; }
.feature-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-card { display: flex; gap: 22px; min-width: 0; padding: 30px; border-right: 1px solid #d9dde1; border-bottom: 1px solid #d9dde1; background: #fff; }
.feature-card:nth-child(3n) { border-right: 0; }
.feature-grid--4 .feature-card:nth-child(3n) { border-right: 1px solid #d9dde1; }
.feature-grid--4 .feature-card:nth-child(4n) { border-right: 0; }
.feature-card h3 { margin: 0 0 7px; font-size: 19px; line-height: 1.2; }
.feature-card p { margin: 0; color: #4b5665; line-height: 1.45; }
.feature-card__icon { flex: 0 0 46px; color: var(--red); }
.icon { display: block; width: 42px; height: 42px; }
.feature-grid--open { border: 0; border-radius: 0; overflow: visible; }
.feature-grid--open .feature-card { border: 0; background: transparent; }
.feature-card--dark { background: transparent; border-color: #343a41; color: #fff; }
.feature-card--dark p { color: #bdc4cc; }
.feature-grid--lines { border-radius: 0; border-width: 0 0 0 1px; }
.feature-grid--lines .feature-card { background: transparent; }
.use-cases__layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: 28px; align-items: stretch; }
.use-cases__layout > .media-frame img { height: 100%; object-fit: cover; }
.steps-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; padding: 0; margin: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: auto 1fr; gap: 22px; position: relative; }
.steps-list li:not(:last-child)::after { content: ''; position: absolute; top: 30px; left: 100px; right: -17px; height: 1px; background: var(--red); }
.step-number { position: relative; z-index: 1; color: var(--red); background: #fff; font-size: 54px; font-weight: 900; line-height: 1; }
.steps-list .icon { margin-bottom: 18px; }
.steps-list h3 { margin: 0 0 8px; font-size: 21px; }
.steps-list p { margin: 0; color: #485362; line-height: 1.45; }
.showcase-grid, .resource-grid, .post-grid, .story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.showcase-grid img { border: 1px solid #3d434a; }
.section-action { margin-top: 30px; text-align: center; }
.button--outline { border-color: currentColor; background: transparent; }
a.button--outline:hover { background: #fff; border-color: #fff; color: #0c0f12; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading-row > .text-link { flex: 0 0 auto; margin-bottom: 45px; color: var(--red); }
.resource-card, .post-card { overflow: hidden; border: 1px solid #d5dade; border-radius: 12px; background: #fff; }
.resource-card > img, .post-card__media, .post-card__media img { display: block; width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.resource-card > div, .post-card__body { padding: 22px; }
.resource-card h3, .post-card h2 { margin: 0 0 22px; font-size: 23px; line-height: 1.15; }
.post-card h2 a { text-decoration: none; }
.post-card__body > p:not(.eyebrow) { color: #4b5665; line-height: 1.5; }
.post-card__placeholder { display: grid; width: 100%; height: 100%; place-content: center; background: #101418; color: var(--red); }
.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid #d5dade;
  border-radius: 10px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.faq-item:hover,
.faq-item[open] {
  border-color: #b9c0c7;
}

.faq-item[open] {
  box-shadow: 0 12px 30px rgba(10, 13, 16, .06);
}

.faq-item summary {
  position: relative;
  padding: 20px 58px 20px 22px;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

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

.faq-item summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 22px;
  color: var(--red);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item__answer {
  padding: 0 58px 21px 22px;
}

.faq-item__answer p {
  max-width: 760px;
  margin: 0;
  color: #4b5665;
  line-height: 1.65;
}
.cta-band { padding-block: clamp(45px, 5vw, 76px); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band h2 { margin: 0; font-size: clamp(34px, 3.5vw, 54px); line-height: 1.05; letter-spacing: -.035em; }
.cta-band p { margin-bottom: 0; font-size: 18px; }
.cta-band__actions, .page-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.page-hero { overflow: hidden; padding-block: clamp(48px, 7vw, 105px); background: radial-gradient(circle at 83% 28%, #f0f2f3, transparent 35%), #fff; }
.page-hero--dark { background: #0a0d10; color: #fff; }
.page-hero__inner { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(40px, 6vw, 90px); align-items: center; }
.page-hero .section-heading { margin-bottom: 29px; }
.page-actions { margin-top: 30px; }
.microcopy { max-width: 550px; margin: 16px 0 0; color: #6b7583; font-size: 13px; line-height: 1.5; }
.pricing-hero .section-heading { margin-inline: auto; text-align: center; }
.trial-banner { display: flex; flex-direction: column; align-items: center; gap: 4px; max-width: 760px; margin: 0 auto 28px; padding: 16px 24px; border: 1px solid #fac2c5; border-radius: 12px; background: #fff1f2; text-align: center; }
.trial-banner strong { color: var(--red); font-size: 20px; }
.trial-banner span { color: #4f5968; font-size: 13px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; padding: 34px 30px 28px; border: 1px solid #cfd5d9; border-radius: 13px; background: #fff; }
.pricing-card--featured { border-color: #15191d; background: radial-gradient(circle at 100% 25%, #30353b, transparent 35%), #101418; color: #fff; }
.pricing-card__badge { position: absolute; top: 0; left: 50%; margin: 0; padding: 7px 24px; border-radius: 0 0 20px 20px; background: var(--red); color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; transform: translateX(-50%); }
.pricing-card h2 { margin: 10px 0; font-size: 30px; text-transform: uppercase; }
.pricing-card__price { margin: 0 0 24px; color: #3e4855; }
.pricing-card--featured .pricing-card__price { color: #d4dae0; }
.pricing-card__price span { color: var(--red); font-size: clamp(42px, 4vw, 60px); font-weight: 900; letter-spacing: -.04em; }
.check-list { display: grid; gap: 10px; padding: 0; margin: 0 0 28px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; line-height: 1.35; }
.check-list .icon { flex: 0 0 20px; width: 20px; height: 20px; color: var(--red); }
.pricing-card__cta { width: 100%; margin-top: auto; font-size: 16px; }
.pricing-benefits { display: flex; justify-content: center; gap: 60px; margin-top: 34px; }
.pricing-benefits span { display: flex; align-items: center; gap: 12px; }
.pricing-benefits .icon { width: 32px; height: 32px; color: var(--red); }
.comparison-table { overflow-x: auto; border: 1px solid #d5dade; border-radius: 12px; background: #fff; }
.comparison-table table { width: 100%; min-width: 950px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 16px; border-right: 1px solid #e0e4e7; border-bottom: 1px solid #e0e4e7; text-align: left; vertical-align: top; }
.comparison-table thead { background: #ebeff1; }
.prose { width: min(100%, 780px); color: #293442; font-size: 18px; line-height: 1.7; }
.prose--wide { width: min(100%, 980px); }
.prose > :first-child { margin-top: 0; }
.prose img { border-radius: 12px; }
.prose a { color: #c90813; }
.prose--on-dark { color: #d8dde2; }
.standard-page__content, .single-resource__content { padding-top: 35px; padding-bottom: 90px; }
.single-resource__image { max-width: 1100px; }
.post-meta { color: #647080; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(45px, 7vw, 110px); }
.contact-notes { display: grid; gap: 12px; color: #465261; line-height: 1.55; }
.form-shell { min-height: 500px; padding: 30px; border: 1px solid #d5dade; border-radius: 14px; background: #fff; box-shadow: 0 18px 45px #151d2810; }
.form-shell .media-placeholder { height: 100%; min-height: 438px; }
.story-placeholder { min-height: 330px; padding: 30px; border: 1px solid #343a41; border-radius: 12px; background: #111519; }
.story-placeholder__mark { margin-bottom: 60px; color: var(--red); }
.story-placeholder h2 { font-size: 27px; }
.story-placeholder p:last-child { color: #b6bec7; }
.service-hero { background: radial-gradient(circle at 80% 20%, #f1f3f4, transparent 30%); }
.service-hero__layout, .service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(50px, 8vw, 120px); }
.service-hero__aside { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; padding: 25px; border-left: 2px solid var(--red); }
.service-summary { align-self: start; padding: 28px; border-radius: 12px; background: #101418; color: #fff; }
.service-summary h2 { font-size: 25px; }
.service-summary p { color: #c3cad1; line-height: 1.5; }
.site-footer { border-top: 1px solid #31363c; padding: 45px 0 25px; }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.site-footer__brand img { display: block; width: 64px; height: 64px; object-fit: contain; }
.site-footer__brand p { margin: 10px 0 0; color: #aab2bc; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.footer-navigation ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 28px; padding: 0; margin: 0; list-style: none; }
.footer-link { border: 0; padding: 8px 0; background: transparent; color: #d6dbe0; font-size: 13px; }
.footer-navigation a { text-decoration: none; }
.site-footer__legal { margin-top: 30px; padding-top: 20px; border-top: 1px solid #2d3238; color: #858f9b; font-size: 11px; }

@media (max-width: 1200px) {
  .feature-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid--4 .feature-card:nth-child(4n) { border-right: 1px solid #d9dde1; }
  .feature-grid--4 .feature-card:nth-child(2n) { border-right: 0; }
  .pricing-card { padding-inline: 24px; }
}
@media (max-width: 900px) {
  .split-section__inner, .page-hero__inner, .use-cases__layout, .contact-layout, .service-hero__layout, .service-layout { grid-template-columns: 1fr; }
  .feature-grid, .pricing-grid, .showcase-grid, .resource-grid, .post-grid, .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-card:nth-child(3n) { border-right: 1px solid #d9dde1; }
  .feature-card:nth-child(2n) { border-right: 0; }
  .steps-list { grid-template-columns: 1fr; }
  .steps-list li { grid-template-columns: 85px 1fr; }
  .steps-list li:not(:last-child)::after { top: 68px; bottom: -20px; left: 27px; right: auto; width: 1px; height: auto; }
  .pricing-card--featured { order: -1; }
  .pricing-benefits { flex-wrap: wrap; gap: 25px; }
  .cta-band__inner, .site-footer__inner { align-items: flex-start; flex-direction: column; }
  .footer-navigation ul { justify-content: flex-start; }
}
@media (max-width: 600px) {
  .section-pad { padding-block: 58px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h1, .section-heading h2, .archive-hero h1, .standard-page h1, .service-hero h1 { font-size: clamp(38px, 12vw, 52px); }
  .feature-grid, .feature-grid--4, .feature-grid--2, .pricing-grid, .showcase-grid, .resource-grid, .post-grid, .story-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-grid--4 .feature-card, .feature-grid--4 .feature-card:nth-child(4n), .feature-card:nth-child(3n) { border-right: 0; }
  .feature-card { padding: 25px 20px; }
  .section-heading-row { display: block; }
  .section-heading-row > .text-link { margin-bottom: 30px; }
  .page-actions, .cta-band__actions { align-items: stretch; flex-direction: column; }
  .page-actions .button, .cta-band__actions .button { width: 100%; }
  .pricing-benefits { align-items: flex-start; flex-direction: column; }
  .service-hero__aside { padding-inline: 20px; }
  .form-shell { min-height: 400px; padding: 18px; }
}

/* Homepage Web Page Builder alignment */
#web-page-builder .split-section__inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 76px);
}

@media (max-width: 900px) {
  #web-page-builder .split-section__inner {
    grid-template-columns: 1fr;
  }
}

/* Homepage Station Showcase */
.station-showcase-grid {
  display: grid;
  grid-template-columns: 1.08fr .84fr 1.08fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: end;
  margin-top: 18px;
}

.station-showcase-card {
  min-width: 0;
  text-align: center;
}

.station-showcase-card__visual {
  display: flex;
  height: clamp(280px, 28vw, 430px);
  align-items: center;
  justify-content: center;
}

.station-showcase-card__visual img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, .32));
}

.station-showcase-card--app .station-showcase-card__visual img {
  width: 112%;
  height: 112%;
}

.station-showcase-card__content {
  max-width: 390px;
  margin: 18px auto 0;
}

.station-showcase-card__content h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 1.1;
}

.station-showcase-card__content p {
  margin: 0;
  color: #bdc4cc;
  font-size: 15px;
  line-height: 1.55;
}

.showcase-section .section-action {
  margin-top: 48px;
}

@media (max-width: 900px) {
  .station-showcase-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .station-showcase-card__visual {
    height: min(62vw, 430px);
  }

  .station-showcase-card--app .station-showcase-card__visual {
    height: min(72vw, 480px);
  }

  .station-showcase-card--app .station-showcase-card__visual img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 600px) {
  .station-showcase-card__visual {
    height: min(72vw, 340px);
  }

  .station-showcase-card--app .station-showcase-card__visual {
    height: min(90vw, 410px);
  }

  .station-showcase-card__content {
    margin-top: 12px;
  }
}

/* Station Showcase — compact desktop composition */
@media (min-width: 901px) {
  .showcase-section.section-pad {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .showcase-section .section-heading {
    margin-bottom: 20px;
  }

  .showcase-section .section-intro {
    max-width: 720px;
  }

  .station-showcase-grid {
    margin-top: 8px;
    gap: clamp(28px, 3vw, 52px);
  }

  .station-showcase-card__visual {
    height: clamp(230px, 21vw, 330px);
  }

  .station-showcase-card--app .station-showcase-card__visual img {
    width: 108%;
    height: 108%;
  }

  .station-showcase-card__content {
    margin-top: 8px;
  }

  .station-showcase-card__content h3 {
    margin-bottom: 6px;
  }

  .showcase-section .section-action {
    margin-top: 30px;
  }
}

/* Station Showcase — content polish */
.station-showcase-card__content {
  margin-top: 18px;
}

.station-showcase-card__eyebrow {
  margin: 0 0 7px;
  color: var(--color-accent, #ff1a24);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.station-showcase-card__content h3 {
  margin: 0 0 8px;
}

@media (min-width: 901px) {
  .station-showcase-card__content {
    margin-top: 16px;
  }
}

/* Station Showcase — match site eyebrow color */
.station-showcase-card__eyebrow {
  color: var(--red);
}

/* Station Showcase — mobile spacing */
@media (max-width: 600px) {
  .showcase-section.section-pad {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .showcase-section .section-heading {
    margin-bottom: 24px;
  }

  .station-showcase-grid {
    margin-top: 0;
    gap: 34px;
  }

  .station-showcase-card__visual {
    height: 240px;
  }

  .station-showcase-card--app .station-showcase-card__visual {
    height: 290px;
  }

  .station-showcase-card--app .station-showcase-card__visual img {
    width: 100%;
    height: 100%;
  }

  .station-showcase-card__content {
    margin-top: 4px;
  }

  .station-showcase-card__eyebrow {
    margin-bottom: 5px;
  }

  .station-showcase-card__content h3 {
    margin-bottom: 7px;
  }

  .station-showcase-card__content p {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Web Page Builder showcase — center image on mobile */
@media (max-width: 900px) {
  .media-frame img[src$="tttrn-web-builder-showcase.png"] {
    width: 112%;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}


/* Web Page Builder showcase — mobile final sizing */
@media (max-width: 900px) {
  .media-frame img[src$="tttrn-web-builder-showcase.png"] {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
}

/* Branded Mobile Apps showcase — center image on mobile */
@media (max-width: 900px) {
  .media-frame img[src$="tttrn-mobile-apps-wordup-showcase.png"] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }
}

/* Homepage desktop polish: setup connectors + Why TTTRN dividers */

@media (min-width: 901px) {
  .steps-list li:not(:last-child)::after {
    top: 30px;
    left: 150px;
    right: -17px;
  }

  .feature-grid--lines,
  .feature-grid--lines .feature-card {
    border: 0;
  }
}


/* Homepage desktop final alignment: setup connectors + Why TTTRN */

@media (min-width: 901px) {

  /* Give all three Simple Setup steps the same horizontal connector. */
  .steps-list li::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 120px;
    right: -17px;
    height: 1px;
    background: var(--red);
  }

  /* Keep the line behind the step content/icons. */
  .steps-list li > * {
    position: relative;
    z-index: 1;
  }

  /* White backing keeps the connector from running through the icon. */
  .steps-list li > div > .icon {
    background: #fff;
    box-shadow: 0 0 0 12px #fff;
  }

  /* Remove every divider from Why TTT Radio Network. */
  .why-section .feature-grid--open,
  .why-section .feature-grid--open .feature-card {
    border: 0 !important;
  }
}


/* Global footer navigation alignment */
.footer-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
}

.footer-navigation ul {
  justify-content: center;
}

@media (max-width: 900px) {
  .footer-navigation {
    width: 100%;
    justify-content: center;
  }

  .footer-navigation ul {
    width: 100%;
    justify-content: center;
  }
}

/* Footer navigation — balanced desktop grid */
@media (min-width: 901px) {
  .site-footer__inner {
    display: grid;
    grid-template-columns: minmax(260px, .75fr) minmax(600px, 1.25fr);
    align-items: center;
    gap: clamp(50px, 7vw, 100px);
  }

  .footer-navigation {
    width: 100%;
    display: block;
  }

  .footer-navigation ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    justify-content: initial;
    gap: 8px 20px;
  }

  .footer-navigation li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    text-align: center;
  }

  .footer-navigation .footer-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
    text-align: center;
  }
}

/* Native TTTRN Contact Form */
.contact-page {
  background:
    radial-gradient(circle at 12% 12%, rgba(232, 12, 23, .045), transparent 24%),
    #f5f6f7;
}

.contact-page__intro {
  align-self: start;
}

.contact-details {
  display: grid;
  gap: 0;
  max-width: 470px;
  margin-top: 42px;
  border-top: 1px solid #d5dade;
}

.contact-detail {
  display: grid;
  gap: 7px;
  padding: 22px 0;
  border-bottom: 1px solid #d5dade;
}

.contact-detail__label {
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.contact-detail a {
  width: fit-content;
  color: #101418;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.contact-detail a:hover {
  color: var(--red);
}

.contact-detail p {
  max-width: 390px;
  margin: 0;
  color: #52606e;
  line-height: 1.6;
}

.form-shell {
  min-height: 0;
  padding: clamp(28px, 4vw, 48px);
}

.contact-form__heading {
  margin-bottom: 30px;
}

.contact-form__heading .eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.contact-form__heading h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.05;
}

.contact-form__heading p {
  margin: 0;
  color: #5a6674;
  line-height: 1.6;
}

.contact-form {
  position: relative;
  display: grid;
  gap: 22px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field label {
  color: #202833;
  font-size: 13px;
  font-weight: 800;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid #cfd5da;
  border-radius: 8px;
  background: #fff;
  color: #101418;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-field input {
  min-height: 52px;
  padding: 0 15px;
}

.contact-field textarea {
  min-height: 190px;
  padding: 14px 15px;
  resize: vertical;
  line-height: 1.55;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(232, 12, 23, .1);
}

.contact-form__submit {
  justify-self: start;
  min-width: 190px;
}

.contact-form__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-notice {
  margin-bottom: 24px;
  padding: 14px 16px;
  border: 1px solid;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.contact-notice--success {
  border-color: #a9cbb5;
  background: #edf7f0;
  color: #245c36;
}

.contact-notice--error {
  border-color: #e0b3b6;
  background: #fff1f2;
  color: #8c1820;
}

@media (max-width: 600px) {
  .contact-details {
    margin-top: 32px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .form-shell {
    padding: 26px 20px;
  }

  .contact-form__submit {
    width: 100%;
    justify-content: center;
  }
}

.contact-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 3px;
}

.contact-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d2d7dc;
  border-radius: 50%;
  background: #fff;
  color: #101418;
  transition:
    color .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.contact-socials a:hover {
  color: var(--red);
  border-color: var(--red);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 20, 24, .08);
}

.contact-socials a:focus-visible {
  outline: 3px solid rgba(232, 12, 23, .18);
  outline-offset: 3px;
}

.contact-socials svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

/* Footer navigation — balanced mobile grid */
@media (max-width: 600px) {
  .footer-navigation {
    width: 100%;
    display: block;
  }

  .footer-navigation ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 20px;
    justify-content: initial;
  }

  .footer-navigation li {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .footer-navigation li:nth-child(odd) {
    justify-content: flex-start;
    text-align: left;
  }

  .footer-navigation li:nth-child(even) {
    justify-content: flex-start;
    text-align: left;
  }

  .footer-navigation .footer-link {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    line-height: 1.25;
    text-align: left;
  }
}

/* Web Page Builder — product showcase */
.web-builder-product-section .section-heading {
  margin-bottom: 0;
}

.web-builder-product-section .media-frame img {
  width: 100%;
  height: auto;
}

.split-section--dark.web-builder-product-section .eyebrow {
  color: #ff4a52;
}

.split-section--dark.web-builder-product-section .section-heading h2 {
  color: #fff;
}

@media (max-width: 900px) {
  .web-builder-product-section .split-section__inner {
    gap: 34px;
  }

  .web-builder-product-section--reverse .media-frame {
    order: 2;
  }

  .web-builder-product-section--reverse .section-heading {
    order: 1;
  }
}

/* Web Page Builder — emphasize real product screenshots on desktop */
@media (min-width: 901px) {
  .web-builder-product-section .split-section__inner {
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    gap: clamp(48px, 6vw, 90px);
  }

  .web-builder-product-section--reverse .split-section__inner {
    grid-template-columns: minmax(0, 1.28fr) minmax(0, .72fr);
  }
}

/* Radio Hosting — real product showcase */
.radio-hosting-product-section .section-heading {
  margin-bottom: 0;
}

.radio-hosting-product-section .media-frame img {
  width: 100%;
  height: auto;
}

.split-section--dark.radio-hosting-product-section .eyebrow {
  color: #ff4a52;
}

.split-section--dark.radio-hosting-product-section .section-heading h2 {
  color: #fff;
}

@media (min-width: 901px) {
  .radio-hosting-product-section .split-section__inner {
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    gap: clamp(48px, 6vw, 90px);
  }

  .radio-hosting-product-section--reverse .split-section__inner {
    grid-template-columns: minmax(0, 1.28fr) minmax(0, .72fr);
  }
}

@media (max-width: 900px) {
  .radio-hosting-product-section .split-section__inner {
    gap: 34px;
  }

  .radio-hosting-product-section--reverse .media-frame {
    order: 2;
  }

  .radio-hosting-product-section--reverse .section-heading {
    order: 1;
  }
}

/* Pricing comparison — premium presentation */

.pricing-comparison .section-heading {
  max-width: 760px;
}

.pricing-comparison .comparison-table {
  overflow-x: auto;
  border: 1px solid #d7dde1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(16, 20, 24, .07);
}

.pricing-comparison .comparison-table__table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
}

.pricing-comparison .comparison-table thead th {
  padding: 18px 20px;
  border-right: 0;
  border-bottom: 1px solid #dfe4e8;
  background: #f3f5f7;
  color: #697486;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}

.pricing-comparison .comparison-table thead th:first-child {
  border-radius: 17px 0 0 0;
}

.pricing-comparison .comparison-table thead th:last-child {
  border-radius: 0 17px 0 0;
}

.pricing-comparison .comparison-table tbody th,
.pricing-comparison .comparison-table tbody td {
  padding: 26px 20px;
  border-right: 0;
  border-bottom: 1px solid #e7ebee;
  background: #fff;
  text-align: left;
  vertical-align: top;
}

.pricing-comparison .comparison-table tbody tr:last-child th,
.pricing-comparison .comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.pricing-comparison .comparison-table__row--featured th,
.pricing-comparison .comparison-table__row--featured td {
  background: #fff7f7;
}

.comparison-plan {
  display: grid;
  gap: 10px;
}

.comparison-plan__badge {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(232, 12, 23, .09);
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.comparison-plan__name {
  color: #101418;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.1;
}

.comparison-price {
  display: grid;
  gap: 5px;
}

.comparison-price__amount {
  color: #101418;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
}

.comparison-price__term {
  color: #697486;
  font-size: 12px;
  font-weight: 700;
}

.comparison-metric {
  color: #202833;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.comparison-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-list li {
  position: relative;
  padding-left: 18px;
  color: #46515f;
  font-size: 13px;
  line-height: 1.5;
}

.comparison-list li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  transform: translateY(-50%);
}

@media (max-width: 900px) {

  .pricing-comparison .comparison-table {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .pricing-comparison .comparison-table__table {
    width: 100%;
    min-width: 0;
  }

  .pricing-comparison .comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .pricing-comparison .comparison-table tbody {
    display: grid;
    gap: 18px;
  }

  .pricing-comparison .comparison-table tbody tr {
    display: block;
    overflow: hidden;
    border: 1px solid #d7dde1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 20, 24, .06);
  }

  .pricing-comparison .comparison-table tbody tr th,
  .pricing-comparison .comparison-table tbody tr td {
    display: grid;
    grid-template-columns: minmax(110px, 130px) minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    padding: 16px 18px;
    border-right: 0;
    border-bottom: 1px solid #e7ebee;
  }

  .pricing-comparison .comparison-table tbody tr th::before,
  .pricing-comparison .comparison-table tbody tr td::before {
    content: attr(data-label);
    color: #697486;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .pricing-comparison .comparison-table tbody tr td:last-child {
    border-bottom: 0;
  }

}

@media (max-width: 560px) {

  .pricing-comparison .comparison-table tbody tr th,
  .pricing-comparison .comparison-table tbody tr td {
    grid-template-columns: 1fr;
    gap: 8px;
  }

}

/* Pricing comparison — keep comparison matrix on mobile */
.comparison-mobile-hint {
  display: none;
}

@media (max-width: 900px) {

  .comparison-mobile-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: -10px 0 14px;
    color: #697486;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
  }

  .pricing-comparison .comparison-table {
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #d7dde1;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 20, 24, .06);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .pricing-comparison .comparison-table__table {
    display: table;
    width: 100%;
    min-width: 820px;
    border-collapse: separate;
    border-spacing: 0;
  }

  .pricing-comparison .comparison-table thead {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .pricing-comparison .comparison-table tbody {
    display: table-row-group;
  }

  .pricing-comparison .comparison-table tbody tr {
    display: table-row;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .pricing-comparison .comparison-table tbody tr th,
  .pricing-comparison .comparison-table tbody tr td {
    display: table-cell;
    width: auto;
    padding: 20px 16px;
    border-bottom: 1px solid #e7ebee;
    background: #fff;
    vertical-align: top;
  }

  .pricing-comparison .comparison-table tbody tr th::before,
  .pricing-comparison .comparison-table tbody tr td::before {
    content: none;
  }

  .pricing-comparison .comparison-table__row--featured th,
  .pricing-comparison .comparison-table__row--featured td {
    background: #fff7f7;
  }

  .pricing-comparison .comparison-table thead th:first-child,
  .pricing-comparison .comparison-table tbody th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 135px;
    box-shadow: 8px 0 16px rgba(16, 20, 24, .06);
  }

  .pricing-comparison .comparison-table thead th:first-child {
    z-index: 3;
    background: #f3f5f7;
  }

  .pricing-comparison .comparison-table__row--featured th:first-child {
    background: #fff7f7;
  }

  .comparison-plan__name {
    font-size: 17px;
  }

  .comparison-plan__badge {
    font-size: 8px;
    padding: 5px 7px;
  }

  .comparison-price__amount {
    font-size: 25px;
  }

  .comparison-metric,
  .comparison-list li {
    font-size: 12px;
  }
}

/* Pricing comparison — dedicated mobile matrix */
.comparison-mobile {
  display: none;
}

@media (max-width: 900px) {

  .pricing-comparison .comparison-table,
  .comparison-mobile-hint {
    display: none;
  }

  .comparison-mobile {
    display: block;
    overflow: hidden;
    border: 1px solid #d7dde1;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 20, 24, .06);
  }

  .comparison-mobile__grid {
    display: grid;
    grid-template-columns: minmax(86px, .9fr) repeat(3, minmax(0, 1fr));
  }

  .comparison-mobile__grid > * {
    min-width: 0;
  }

  .comparison-mobile__grid--plans {
    background: #f3f5f7;
    border-bottom: 1px solid #dfe4e8;
  }

  .comparison-mobile__corner,
  .comparison-mobile__plan {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: center;
    padding: 12px 7px;
    text-align: center;
  }

  .comparison-mobile__corner {
    justify-content: flex-start;
    color: #697486;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .comparison-mobile__plan {
    position: relative;
    flex-direction: column;
    gap: 5px;
    color: #101418;
    font-size: 11px;
    line-height: 1.15;
  }

  .comparison-mobile__plan span {
    color: var(--red);
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .comparison-mobile__plan--featured {
    background: #fff1f2;
  }

  .comparison-mobile__row {
    border-bottom: 1px solid #e7ebee;
  }

  .comparison-mobile__row:last-child {
    border-bottom: 0;
  }

  .comparison-mobile__label,
  .comparison-mobile__value {
    display: flex;
    min-height: 58px;
    align-items: center;
    padding: 11px 7px;
  }

  .comparison-mobile__label {
    color: #697486;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .comparison-mobile__value {
    justify-content: center;
    border-left: 1px solid #edf0f2;
    color: #202833;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .comparison-mobile__value--featured {
    background: #fff8f8;
  }

}

@media (max-width: 420px) {

  .comparison-mobile__grid {
    grid-template-columns: 82px repeat(3, minmax(0, 1fr));
  }

  .comparison-mobile__plan {
    padding-inline: 5px;
    font-size: 10px;
  }

  .comparison-mobile__label,
  .comparison-mobile__value {
    padding-inline: 5px;
  }

  .comparison-mobile__value {
    font-size: 9px;
  }

}

/* Pricing Add-Ons */
.pricing-addons {
  background: #fff;
}

.pricing-addons__shell {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
  padding: clamp(38px, 5vw, 70px);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 18%, rgba(232, 12, 23, .22), transparent 32%),
    linear-gradient(135deg, #0b0f12 0%, #101418 62%, #170b0e 100%);
  color: #fff;
  box-shadow: 0 26px 70px rgba(10, 13, 16, .16);
}

.pricing-addons__intro {
  max-width: 590px;
}

.pricing-addons__intro .eyebrow {
  margin-bottom: 15px;
  color: var(--red);
}

.pricing-addons__intro h2 {
  max-width: 650px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.pricing-addons__intro > p:not(.eyebrow):not(.pricing-addons__note) {
  max-width: 580px;
  margin: 0 0 28px;
  color: #c6cdd4;
  font-size: 17px;
  line-height: 1.65;
}

.pricing-addons__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.pricing-addons__cta:hover {
  color: #fff;
  transform: translateY(-1px);
}

.pricing-addons__note {
  margin: 14px 0 0;
  color: #8f99a4;
  font-size: 12px;
  line-height: 1.5;
}

.pricing-addons__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
  overflow: hidden;
}

.pricing-addons__item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 20px 22px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: #f4f6f8;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.pricing-addons__item:nth-child(2n) {
  border-right: 0;
}

.pricing-addons__item:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.pricing-addons__check {
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(232, 12, 23, .12);
  color: var(--red);
}

.pricing-addons__check .icon {
  width: 17px;
  height: 17px;
}

@media (max-width: 900px) {
  .pricing-addons__shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .pricing-addons__shell {
    gap: 34px;
    padding: 32px 20px;
    border-radius: 14px;
  }

  .pricing-addons__grid {
    grid-template-columns: 1fr;
  }

  .pricing-addons__item,
  .pricing-addons__item:nth-child(2n),
  .pricing-addons__item:nth-last-child(-n + 2) {
    min-height: 68px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .pricing-addons__item:last-child {
    border-bottom: 0;
  }

  .pricing-addons__cta {
    width: 100%;
  }
}
/* Station Setup */
.station-setup-hero {
  padding-bottom: clamp(38px, 5vw, 66px);
  background:
    radial-gradient(circle at 84% 24%, #f0f2f3, transparent 34%),
    #fff;
}

.station-setup-hero .section-heading {
  max-width: 850px;
}

.station-setup-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 920px;
  padding: 0;
  margin: 46px 0 0;
  border: 1px solid #d8dde1;
  border-radius: 14px;
  background: #fff;
  list-style: none;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(16, 20, 24, .05);
}

.station-setup-progress__step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 20px 22px;
  border-right: 1px solid #e0e4e7;
}

.station-setup-progress__step:last-child {
  border-right: 0;
}

.station-setup-progress__number {
  display: inline-grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  place-items: center;
  padding: 0;
  line-height: 1;
  border: 1px solid #cfd5da;
  border-radius: 50%;
  color: #687381;
  font-size: 13px;
  font-weight: 900;
}

.station-setup-progress__step div strong,
.station-setup-progress__step div > span {
  display: block;
}

.station-setup-progress__step strong {
  color: #14191e;
  font-size: 13px;
}

.station-setup-progress__step div > span {
  margin-top: 3px;
  color: #788391;
  font-size: 11px;
}

.station-setup-progress__step--complete .station-setup-progress__number {
  border-color: #161b20;
  background: #161b20;
  color: #fff;
}

.station-setup-progress__step--active {
  background: #fff4f4;
}

.station-setup-progress__step--active .station-setup-progress__number {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}

.station-setup-progress__step--active div > span {
  color: var(--red);
  font-weight: 800;
}

.station-setup-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: start;
}

.station-setup-form-shell {
  padding: clamp(30px, 4vw, 52px);
}

.station-setup-form-heading {
  max-width: 650px;
  margin-bottom: 34px;
}

.station-setup-form-heading .eyebrow,
.station-setup-aside > .eyebrow {
  margin: 0 0 12px;
  color: var(--red);
}

.station-setup-form-heading h2,
.station-setup-aside h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.station-setup-form-heading > p:last-child {
  max-width: 620px;
  margin: 0;
  color: #596675;
  line-height: 1.65;
}

/*
 * RTMForm remains the production form engine.
 * These rules provide visual guardrails without changing its field contract.
 */
.station-setup-rform input:not([type="checkbox"]):not([type="radio"]),
.station-setup-rform select,
.station-setup-rform textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #cfd5da;
  border-radius: 8px;
  background: #fff;
  color: #101418;
  font: inherit;
}

.station-setup-rform input:not([type="checkbox"]):not([type="radio"]),
.station-setup-rform select {
  min-height: 52px;
}

.station-setup-rform textarea {
  min-height: 150px;
}

.station-setup-rform input:focus,
.station-setup-rform select:focus,
.station-setup-rform textarea:focus {
  border-color: var(--red);
  outline: none;
  box-shadow: 0 0 0 3px rgba(232, 12, 23, .1);
}

.station-setup-rform button,
.station-setup-rform input[type="submit"] {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  padding: 0 24px;
  background: var(--red);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.station-setup-aside {
  position: static;
  padding: clamp(28px, 3vw, 38px);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(232, 12, 23, .2), transparent 32%),
    #101418;
  color: #fff;
}

.station-setup-aside h2 {
  color: #fff;
}

.station-setup-next {
  display: grid;
  gap: 0;
  margin-top: 30px;
}

.station-setup-next__item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.station-setup-next__item > span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}

.station-setup-next__item strong {
  color: #fff;
  font-size: 14px;
}

.station-setup-next__item p {
  margin: 7px 0 0;
  color: #abb4be;
  font-size: 13px;
  line-height: 1.55;
}

.station-setup-support {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  background: rgba(255, 255, 255, .04);
}

.station-setup-support strong {
  color: #fff;
}

.station-setup-support p {
  margin: 6px 0 12px;
  color: #abb4be;
  font-size: 12px;
  line-height: 1.55;
}

.station-setup-support a {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-underline-offset: 4px;
}

/* Local-only visual stand-in generated by scripts/preview.php. */
.rform-preview {
  display: grid;
  gap: 22px;
}

.rform-preview__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rform-preview__field {
  display: grid;
  gap: 8px;
}

.rform-preview__field label {
  color: #202833;
  font-size: 13px;
  font-weight: 800;
}

.rform-preview__field label span {
  color: var(--red);
}

.rform-preview__field input,
.rform-preview__field select,
.rform-preview__field textarea {
  box-sizing: border-box;
  padding: 0 15px;
}

.rform-preview__field textarea {
  padding-top: 14px;
}

.rform-preview__submit {
  justify-self: start;
  min-width: 210px;
}

@media (max-width: 900px) {
  .station-setup-layout {
    grid-template-columns: 1fr;
  }

  .station-setup-aside {
    position: static;
  }
}

@media (max-width: 700px) {
  .station-setup-progress {
    grid-template-columns: 1fr;
  }

  .station-setup-progress__step,
  .station-setup-progress__step:last-child {
    border-right: 0;
    border-bottom: 1px solid #e0e4e7;
  }

  .station-setup-progress__step:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  .station-setup-progress {
    margin-top: 32px;
  }

  .station-setup-progress__step {
    padding: 16px 17px;
  }

  .station-setup-form-shell {
    padding: 26px 20px;
  }

  .rform-preview__row {
    grid-template-columns: 1fr;
  }

  .rform-preview__submit {
    width: 100%;
  }
}

/* =========================================================
   TTTRN SUBSCRIPTION CHECKOUT
   ========================================================= */

.subscription-hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 90px);
    background:
        radial-gradient(circle at 12% 18%, rgba(228, 19, 31, 0.10), transparent 30rem),
        radial-gradient(circle at 88% 78%, rgba(0, 0, 0, 0.06), transparent 28rem),
        #f6f6f4;
}

.subscription-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    top: -240px;
    right: -130px;
    background: rgba(228, 19, 31, 0.08);
    filter: blur(2px);
    pointer-events: none;
}

.subscription-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: center;
    max-width: 1180px;
}

.subscription-copy {
    padding: clamp(1rem, 2vw, 2rem) 0;
}

.subscription-copy .eyebrow {
    margin-bottom: 1rem;
    color: #e4131f;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.subscription-copy h1 {
    max-width: 720px;
    margin: 0 0 1rem;
    color: #0b0b0c;
    font-size: clamp(2.8rem, 5vw, 5.1rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.subscription-lead {
    max-width: 630px;
    margin: 0;
    color: #5d5d62;
    font-size: clamp(1.05rem, 1.4vw, 1.22rem);
    line-height: 1.7;
}

.subscription-price {
    display: flex;
    align-items: baseline;
    gap: 0.55rem;
    margin: 2.2rem 0 1.15rem;
}

.subscription-price__amount {
    color: #09090a;
    font-size: clamp(3.2rem, 6vw, 5rem);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.06em;
}

.subscription-price__term {
    color: #77777c;
    font-size: 1rem;
    font-weight: 800;
}

.subscription-trial {
    display: grid;
    gap: 0.4rem;
    max-width: 690px;
    padding: 1.15rem 1.3rem;
    border: 1px solid #e7e7e7;
    border-left: 5px solid #e4131f;
    border-radius: 0 14px 14px 0;
    background: rgba(255,255,255,0.84);
    box-shadow: 0 12px 36px rgba(0,0,0,0.05);
}

.subscription-trial strong {
    color: #111114;
    font-size: 1.02rem;
}

.subscription-trial span {
    color: #66666b;
    line-height: 1.55;
}

.subscription-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1rem;
    margin: 1.7rem 0 0;
    padding: 0;
    list-style: none;
}

.subscription-points li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 48px;
    padding: 0.7rem 0.85rem;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    background: rgba(255,255,255,0.72);
    color: #222226;
    font-size: 0.92rem;
    font-weight: 800;
}

.subscription-points svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.subscription-checkout {
    position: relative;
    padding: clamp(1.8rem, 4vw, 3rem);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 28px;
    background:
        linear-gradient(145deg, #151517 0%, #070708 68%, #150507 100%);
    color: #fff;
    box-shadow:
        0 28px 70px rgba(0,0,0,0.22),
        inset 0 1px 0 rgba(255,255,255,0.06);
}



.subscription-checkout .eyebrow {
    margin-bottom: 0.8rem;
    color: #ff4650;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.subscription-checkout h2 {
    margin: 0 0 0.85rem;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    letter-spacing: -0.035em;
}

.subscription-checkout > p:not(.eyebrow) {
    color: rgba(255,255,255,0.70);
    line-height: 1.65;
}

.subscription-paypal {
    width: 100%;
    max-width: 380px;
    min-height: 54px;
    margin: 2rem auto 1rem;
}

/* Visual stand-in only for the loopback preview.
   Production PayPal replaces the empty container with its real button. */
.local-preview .subscription-paypal:empty::before {
    content: "PayPal  •  Subscribe";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    border-radius: 8px;
    background: #ffc439;
    color: #111;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -0.01em;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.12);
}

.subscription-secure-note {
    margin: 1rem 0 0;
    text-align: center;
    color: rgba(255,255,255,0.54) !important;
    font-size: 0.82rem;
}

.subscription-back-link {
    display: block;
    width: fit-content;
    margin: 1.6rem auto 0;
    color: rgba(255,255,255,0.82);
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.subscription-back-link:hover,
.subscription-back-link:focus-visible {
    color: #fff;
    text-decoration: underline;
}

.subscription-error {
    padding: 1rem;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 12px;
    background: rgba(228,19,31,0.18);
    color: #fff;
}

@media (max-width: 900px) {
    .subscription-shell {
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .subscription-copy {
        padding-bottom: 0;
    }

    .subscription-checkout {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .subscription-hero {
        min-height: auto;
    }

    .subscription-copy h1 {
        font-size: clamp(2.6rem, 12vw, 4rem);
    }

    .subscription-points {
        grid-template-columns: 1fr;
    }

    .subscription-price__amount {
        font-size: 3.4rem;
    }

    .subscription-checkout {
        padding: 1.5rem;
        border-radius: 20px;
    }
}

