/* BTIMEX landing page /ao-thun-tron */
body#template-page\.ao-thun-tron {
  --bti-navy: #102c4c;
  --bti-navy-2: #173f6d;
  --bti-orange: #ef7f2d;
  --bti-orange-dark: #d96616;
  --bti-ink: #17212b;
  --bti-muted: #5f6b76;
  --bti-line: #e3e8ed;
  --bti-soft: #f3f6f9;
  --bti-white: #fff;
  background: #f7f8fa;
}
body#template-page\.ao-thun-tron .action-bar {
  display: none;
}
body#template-page\.ao-thun-tron .item_product_main form.variants {
  height: 100%;
}
body#template-page\.ao-thun-tron .product-info {
  display: flex;
  flex-direction: column;
}
body#template-page\.ao-thun-tron .product-info .bti-wholesale-card-atc {
  margin-top: auto;
}
body#template-page\.ao-thun-tron .bti-floating-cart {
  z-index: 1005;
}

.bti-lp {
  --bti-navy: #102c4c;
  --bti-navy-2: #173f6d;
  --bti-orange: #ef7f2d;
  --bti-orange-dark: #d96616;
  --bti-ink: #17212b;
  --bti-muted: #5f6b76;
  --bti-line: #e3e8ed;
  --bti-soft: #f3f6f9;
  --bti-white: #fff;
  color: var(--bti-ink);
  overflow: hidden;
}
.bti-lp *,
.bti-lp *::before,
.bti-lp *::after {
  box-sizing: border-box;
}
.bti-lp a {
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.bti-lp img {
  max-width: 100%;
}
.bti-lp-breadcrumb {
  padding: 13px 0;
  background: #fff;
  border-top: 1px solid #edf0f2;
  border-bottom: 1px solid #edf0f2;
  font-size: 13px;
  color: #6c7580;
}
.bti-lp-breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bti-lp-breadcrumb a {
  color: var(--bti-navy);
}

.bti-lp-hero {
  position: relative;
  padding: 58px 0 68px;
  background:
    radial-gradient(circle at 82% 15%, rgba(239,127,45,.18), transparent 32%),
    linear-gradient(135deg, #f8fafc 0%, #eef3f8 55%, #f8fafc 100%);
}
.bti-lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  pointer-events: none;
  background-image: linear-gradient(rgba(16,44,76,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16,44,76,.045) 1px, transparent 1px);
  background-size: 32px 32px;
}
.bti-lp-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
  gap: 58px;
  align-items: center;
}
.bti-lp-eyebrow,
.bti-lp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--bti-orange-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.bti-lp-eyebrow::before,
.bti-lp-kicker::before {
  content: "";
  width: 26px;
  height: 2px;
  background: currentColor;
}
.bti-lp-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--bti-navy);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 800;
}
.bti-lp-lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: #4c5a67;
  font-size: 18px;
  line-height: 1.72;
}
.bti-lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.bti-lp-btn {
  min-height: 48px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
}
.bti-lp-btn-primary {
  color: #fff !important;
  background: var(--bti-orange);
  border-color: var(--bti-orange);
  box-shadow: 0 10px 24px rgba(239,127,45,.22);
}
.bti-lp-btn-primary:hover,
.bti-lp-btn-primary:focus {
  color: #fff !important;
  background: var(--bti-orange-dark);
  border-color: var(--bti-orange-dark);
  transform: translateY(-1px);
}
.bti-lp-btn-secondary {
  color: var(--bti-navy) !important;
  background: #fff;
  border-color: #cad4de;
}
.bti-lp-btn-secondary:hover,
.bti-lp-btn-secondary:focus {
  color: var(--bti-navy) !important;
  border-color: var(--bti-navy);
  transform: translateY(-1px);
}
.bti-lp-btn-light {
  color: var(--bti-navy) !important;
  background: #fff;
  border-color: #fff;
}
.bti-lp-btn-light:hover,
.bti-lp-btn-light:focus {
  color: var(--bti-orange-dark) !important;
  transform: translateY(-1px);
}
.bti-lp-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  color: #43515f;
  font-size: 14px;
  font-weight: 700;
}
.bti-lp-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.bti-lp-hero-points span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--bti-navy);
  font-size: 11px;
}
.bti-lp-hero-visual {
  position: relative;
  min-height: 470px;
}
.bti-lp-hero-image {
  position: absolute;
  inset: 0 20px 30px 40px;
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 70px rgba(22,44,69,.17);
}
.bti-lp-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(16,44,76,.08);
  border-radius: inherit;
  pointer-events: none;
}
.bti-lp-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bti-lp-hero-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(310px, 82%);
  padding: 18px 20px;
  border-radius: 12px;
  background: rgba(16,44,76,.96);
  color: #fff;
  box-shadow: 0 20px 40px rgba(16,44,76,.25);
}
.bti-lp-hero-card span {
  display: block;
  margin-bottom: 3px;
  color: #b9c7d5;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.bti-lp-hero-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.35;
}
.bti-lp-hero-card a {
  display: inline-block;
  margin-top: 8px;
  color: #ffb47d;
  font-size: 13px;
  font-weight: 800;
}
.bti-lp-hero-placeholder {
  min-height: 470px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--bti-navy);
  font-size: 46px;
  font-weight: 800;
}

.bti-lp-trust {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  background: var(--bti-navy);
  color: #fff;
}
.bti-lp-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.bti-lp-trust-item {
  min-height: 106px;
  padding: 23px 24px;
  border-right: 1px solid rgba(255,255,255,.13);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bti-lp-trust-item:last-child {
  border-right: 0;
}
.bti-lp-trust-item strong {
  font-size: 16px;
}
.bti-lp-trust-item span {
  margin-top: 4px;
  color: #bfcddd;
  font-size: 13px;
  line-height: 1.45;
}

.bti-lp-section {
  padding: 76px 0;
}
.bti-lp-section-heading {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}
.bti-lp-section-heading-left {
  margin-left: 0;
  text-align: left;
}
.bti-lp-section-heading h2,
.bti-lp-content h2,
.bti-lp-quote h2,
.bti-lp-final-cta h2 {
  margin: 0;
  color: var(--bti-navy);
  font-size: clamp(29px, 3.4vw, 42px);
  line-height: 1.18;
  letter-spacing: -.025em;
  font-weight: 800;
}
.bti-lp-section-heading p {
  margin: 15px 0 0;
  color: var(--bti-muted);
  font-size: 16px;
  line-height: 1.7;
}

.bti-lp-intro {
  background: #fff;
}
.bti-lp-usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.bti-lp-usecase-card {
  position: relative;
  min-height: 285px;
  padding: 30px;
  border: 1px solid var(--bti-line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.bti-lp-usecase-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -65px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #f3f6f9;
}
.bti-lp-card-number {
  display: block;
  margin-bottom: 28px;
  color: var(--bti-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}
.bti-lp-usecase-card h3 {
  margin: 0 0 11px;
  color: var(--bti-navy);
  font-size: 22px;
  font-weight: 800;
}
.bti-lp-usecase-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--bti-muted);
  font-size: 15px;
  line-height: 1.65;
}
.bti-lp-usecase-card a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 18px;
  color: var(--bti-orange-dark);
  font-weight: 800;
}

.bti-lp-products-section {
  background: var(--bti-soft);
}
.bti-lp-product-grid .product-list {
  row-gap: 20px;
  justify-content: center;
}
.bti-lp-product-grid .product-col {
  display: flex;
}
.bti-lp-product-grid .item_product_main {
  width: 100%;
  height: 100%;
  border: 1px solid #e4e9ee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 7px 22px rgba(26,49,73,.045);
}
.bti-lp-product-grid .product-thumbnail {
  background: #fff;
}
.bti-lp-product-grid .product-info {
  padding-bottom: 12px;
}
.bti-lp-product-grid .bti-wholesale-color-list {
  max-width: 100%;
}
.bti-lp-center-action {
  margin-top: 34px;
  text-align: center;
}
@media (min-width: 1200px) {
  .bti-lp-product-grid .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.bti-lp-comparison {
  background: #fff;
}
.bti-lp-table-wrap {
  border: 1px solid var(--bti-line);
  border-radius: 12px;
  overflow-x: auto;
  background: #fff;
}
.bti-lp-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  text-align: left;
}
.bti-lp-table th,
.bti-lp-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--bti-line);
  vertical-align: top;
  font-size: 14px;
  line-height: 1.55;
}
.bti-lp-table thead th {
  color: #fff;
  background: var(--bti-navy);
  font-weight: 800;
}
.bti-lp-table tbody th {
  color: var(--bti-navy);
  font-weight: 800;
}
.bti-lp-table tbody tr:last-child th,
.bti-lp-table tbody tr:last-child td {
  border-bottom: 0;
}
.bti-lp-table tbody tr:nth-child(even) {
  background: #f8fafc;
}
.bti-lp-table a {
  color: var(--bti-orange-dark);
  font-weight: 800;
  white-space: nowrap;
}
.bti-lp-table-note {
  margin: 14px 0 0;
  color: #6b7580;
  font-size: 13px;
  line-height: 1.55;
}

.bti-lp-why {
  background: var(--bti-navy);
  color: #fff;
}
.bti-lp-why .bti-lp-section-heading h2 {
  color: #fff;
}
.bti-lp-why .bti-lp-section-heading p {
  color: #c5d0dc;
}
.bti-lp-why .bti-lp-kicker {
  color: #ffb47d;
}
.bti-lp-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.bti-lp-feature-grid article {
  padding: 27px 24px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;
  background: rgba(255,255,255,.045);
}
.bti-lp-feature-grid article > span {
  display: block;
  margin-bottom: 32px;
  color: #ffb47d;
  font-size: 13px;
  font-weight: 800;
}
.bti-lp-feature-grid h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
}
.bti-lp-feature-grid p {
  margin: 0;
  color: #c5d0dc;
  font-size: 14px;
  line-height: 1.6;
}

.bti-lp-process {
  background: #fff;
}
.bti-lp-process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.bti-lp-process-list li {
  position: relative;
  padding: 28px 22px;
  border-top: 3px solid var(--bti-orange);
  background: var(--bti-soft);
}
.bti-lp-process-list li > span {
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--bti-navy);
  font-weight: 800;
}
.bti-lp-process-list h3 {
  margin: 0 0 7px;
  color: var(--bti-navy);
  font-size: 18px;
  font-weight: 800;
}
.bti-lp-process-list p {
  margin: 0;
  color: var(--bti-muted);
  font-size: 14px;
  line-height: 1.6;
}

.bti-lp-content {
  background: var(--bti-soft);
}
.bti-lp-content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.bti-lp-content article {
  padding: 31px;
  border: 1px solid var(--bti-line);
  border-radius: 12px;
  background: #fff;
}
.bti-lp-content h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
.bti-lp-content p {
  margin: 0 0 12px;
  color: var(--bti-muted);
  font-size: 15px;
  line-height: 1.76;
}
.bti-lp-content p:last-child {
  margin-bottom: 0;
}

.bti-lp-quote {
  background: #fff;
}
.bti-lp-quote-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr);
  gap: 50px;
  align-items: start;
}
.bti-lp-quote-copy {
  padding-top: 28px;
}
.bti-lp-quote-copy > p {
  margin: 17px 0 0;
  color: var(--bti-muted);
  font-size: 16px;
  line-height: 1.7;
}
.bti-lp-contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}
.bti-lp-contact-lines a {
  color: var(--bti-navy);
  font-size: 15px;
}
.bti-lp-form-card {
  padding: 30px;
  border: 1px solid var(--bti-line);
  border-radius: 14px;
  background: var(--bti-soft);
}
.bti-lp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}
.bti-lp-field {
  margin: 0;
  display: block;
}
.bti-lp-field > span {
  display: block;
  margin-bottom: 7px;
  color: var(--bti-navy);
  font-size: 13px;
  font-weight: 800;
}
.bti-lp-field input,
.bti-lp-field select,
.bti-lp-field textarea {
  width: 100%;
  border: 1px solid #d6dde4;
  border-radius: 6px;
  background: #fff;
  color: var(--bti-ink);
  font-size: 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.bti-lp-field input,
.bti-lp-field select {
  height: 46px;
  padding: 0 13px;
}
.bti-lp-field textarea {
  min-height: 132px;
  padding: 12px 13px;
  resize: vertical;
}
.bti-lp-field input:focus,
.bti-lp-field select:focus,
.bti-lp-field textarea:focus {
  border-color: var(--bti-orange);
  box-shadow: 0 0 0 3px rgba(239,127,45,.12);
}
.bti-lp-field-full {
  grid-column: 1 / -1;
}
.bti-lp-submit {
  width: 100%;
  border: 0;
}
.bti-lp-form-note {
  margin: 9px 0 0;
  color: #76808a;
  font-size: 12px;
  text-align: center;
}
.bti-lp-alert {
  margin-bottom: 17px;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
}
.bti-lp-alert span {
  display: block;
}
.bti-lp-alert-error {
  color: #8a1f18;
  background: #fdecea;
  border: 1px solid #f5c6c1;
}
.bti-lp-alert-success {
  color: #1e6b35;
  background: #eaf7ee;
  border: 1px solid #bfe3c9;
}

.bti-lp-faq {
  background: var(--bti-soft);
}
.bti-lp-faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}
.bti-lp-faq details {
  border: 1px solid var(--bti-line);
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
}
.bti-lp-faq summary {
  position: relative;
  padding: 19px 54px 19px 20px;
  color: var(--bti-navy);
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.bti-lp-faq summary::-webkit-details-marker {
  display: none;
}
.bti-lp-faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bti-orange);
  font-size: 25px;
  font-weight: 400;
}
.bti-lp-faq details[open] summary::after {
  content: "−";
}
.bti-lp-faq details > div {
  padding: 0 20px 19px;
}
.bti-lp-faq p {
  margin: 0;
  color: var(--bti-muted);
  font-size: 14px;
  line-height: 1.7;
}
.bti-lp-admin-content {
  background: #fff;
}

.bti-lp-final-cta {
  padding: 44px 0;
  background: var(--bti-orange);
  color: #fff;
}
.bti-lp-final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.bti-lp-final-cta span {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  opacity: .9;
}
.bti-lp-final-cta h2 {
  color: #fff;
  font-size: clamp(26px, 3vw, 36px);
}

.bti-lp-mobile-bar {
  display: none;
}

@media (max-width: 1199px) {
  .bti-lp-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr);
    gap: 38px;
  }
  .bti-lp-hero-visual {
    min-height: 420px;
  }
  .bti-lp-feature-grid,
  .bti-lp-process-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .bti-lp-quote-grid {
    grid-template-columns: .8fr 1.2fr;
    gap: 32px;
  }
}

@media (max-width: 991px) {
  .bti-lp-hero {
    padding: 45px 0 58px;
  }
  .bti-lp-hero-grid {
    grid-template-columns: 1fr;
  }
  .bti-lp-hero-copy {
    max-width: 760px;
  }
  .bti-lp-hero-visual {
    min-height: 520px;
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }
  .bti-lp-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bti-lp-trust-item:nth-child(2) {
    border-right: 0;
  }
  .bti-lp-trust-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .bti-lp-usecase-grid {
    grid-template-columns: 1fr;
  }
  .bti-lp-usecase-card {
    min-height: 0;
  }
  .bti-lp-content-grid {
    grid-template-columns: 1fr;
  }
  .bti-lp-quote-grid {
    grid-template-columns: 1fr;
  }
  .bti-lp-quote-copy {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  body#template-page\.ao-thun-tron {
    padding-bottom: 58px;
  }
  .bti-lp-breadcrumb {
    padding: 10px 0;
  }
  .bti-lp-hero {
    padding: 34px 0 44px;
  }
  .bti-lp-hero h1 {
    font-size: 39px;
  }
  .bti-lp-lead {
    font-size: 16px;
  }
  .bti-lp-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .bti-lp-btn {
    width: 100%;
  }
  .bti-lp-hero-points {
    display: grid;
    gap: 10px;
  }
  .bti-lp-hero-visual {
    min-height: 430px;
  }
  .bti-lp-hero-image {
    inset: 0 10px 24px 10px;
    border-radius: 18px;
  }
  .bti-lp-hero-card {
    right: 0;
  }
  .bti-lp-section {
    padding: 58px 0;
  }
  .bti-lp-section-heading {
    margin-bottom: 28px;
  }
  .bti-lp-section-heading h2,
  .bti-lp-content h2,
  .bti-lp-quote h2 {
    font-size: 29px;
  }
  .bti-lp-feature-grid,
  .bti-lp-process-list {
    grid-template-columns: 1fr;
  }
  .bti-lp-form-card {
    padding: 22px 17px;
  }
  .bti-lp-form-grid {
    grid-template-columns: 1fr;
  }
  .bti-lp-field-full {
    grid-column: auto;
  }
  .bti-lp-final-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .bti-lp-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1004;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    min-height: 58px;
    box-shadow: 0 -8px 25px rgba(16,44,76,.16);
  }
  .bti-lp-mobile-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: var(--bti-navy);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
  }
  .bti-lp-mobile-bar a:last-child {
    background: var(--bti-orange);
  }
}

@media (max-width: 575px) {
  .bti-lp-hero h1 {
    font-size: 34px;
  }
  .bti-lp-hero-visual {
    min-height: 350px;
  }
  .bti-lp-hero-card {
    width: calc(100% - 24px);
    right: 12px;
    padding: 14px 16px;
  }
  .bti-lp-trust-grid {
    grid-template-columns: 1fr;
  }
  .bti-lp-trust-item,
  .bti-lp-trust-item:nth-child(2) {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
  .bti-lp-trust-item:last-child {
    border-bottom: 0;
  }
  .bti-lp-usecase-card,
  .bti-lp-content article {
    padding: 24px 20px;
  }
  .bti-lp-product-grid .product-col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bti-lp-product-grid .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .bti-lp-table th,
  .bti-lp-table td {
    padding: 14px;
  }
  .bti-lp-faq summary {
    padding: 17px 48px 17px 16px;
    font-size: 15px;
  }
  .bti-lp-faq summary::after {
    right: 16px;
  }
  .bti-lp-faq details > div {
    padding: 0 16px 17px;
  }
}

/* BTIMEX editorial SEO content */
.bti-lp-seo-editorial {
  background: #f4f7fa;
}
.bti-lp-seo-shell {
  padding: 44px 48px;
  border: 1px solid #dfe7ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(16, 44, 76, .05);
}
.bti-lp-seo-editorial .bti-lp-section-heading {
  max-width: 1080px;
  margin-bottom: 30px;
}
.bti-lp-seo-editorial p {
  color: #68788a;
  font-size: 15.5px;
  line-height: 1.85;
}
.bti-lp-seo-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.bti-lp-seo-columns article,
.bti-lp-seo-wide {
  padding: 28px 30px;
  border-radius: 13px;
  background: #f6f8fb;
}
.bti-lp-seo-editorial article h2 {
  margin: 0 0 14px;
  color: var(--bti-navy);
  font-size: 24px;
  line-height: 1.35;
}
.bti-lp-seo-editorial article a,
.bti-lp-text-link {
  color: #d95813;
  font-weight: 800;
  text-decoration: none;
}
.bti-lp-seo-wide {
  margin-top: 24px;
}
.bti-lp-text-link {
  display: inline-block;
  margin-top: 4px;
}
@media (max-width: 991px) {
  .bti-lp-seo-columns { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .bti-lp-seo-shell { padding: 28px 18px; }
  .bti-lp-seo-columns article,
  .bti-lp-seo-wide { padding: 23px 18px; }
  .bti-lp-seo-editorial article h2 { font-size: 21px; }
}
