/* The template-based small-business offer is deliberately distinct from technical detail pages. */
.web-offer { --web-blue: #175fc0; --web-line: #d9e3ee; color: #102c4b; background: white; font-size: 1rem; line-height: 1.9; }
.web-offer *, .web-offer *::before, .web-offer *::after { box-sizing: border-box; }
.web-offer h1, .web-offer h2, .web-offer h3 { overflow-wrap: anywhere; font-weight: 600; }
.web-offer p, .web-offer th, .web-offer td, .web-offer li, .web-offer dd { overflow-wrap: anywhere; }
.web-offer a:focus-visible, .web-offer summary:focus-visible, .web-offer-table-scroll:focus-visible { outline: 3px solid #2780dc; outline-offset: 4px; }
.web-offer-hero { padding-block: 28px 72px; border-bottom: 1px solid var(--web-line); background: linear-gradient(145deg,#fff 35%,#edf5ff 100%); }
.web-offer-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px 14px; margin-bottom: 54px; color: #556d88; font-size: .875rem; }
.web-offer-breadcrumb a { text-decoration: underline; text-underline-offset: 4px; }
.web-offer-hero-grid { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(0,1fr); align-items: center; gap: 52px; }
.web-offer-hero-copy { min-width: 0; }
.web-offer-kicker { margin-bottom: 22px; color: var(--web-blue); font-size: .9375rem; font-weight: 600; letter-spacing: .06em; }
.web-offer h1 { font-size: clamp(2rem,3.2vw,3.25rem); line-height: 1.55; letter-spacing: -.035em; }
.web-offer h1 span { display: block; }
.web-offer-lead { margin-top: 30px; font-size: 1.25rem; font-weight: 500; }
.web-offer-description { margin-top: 10px; max-width: 42em; color: #465e78; }
.web-offer-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.web-offer-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 54px; padding: 13px 22px; border: 1px solid var(--web-blue); border-radius: 6px; background: var(--web-blue); color: white; font-size: .9375rem; font-weight: 600; line-height: 1.7; transition: background .18s,color .18s; }
.web-offer-button span { flex-shrink: 0; font-family: var(--latin); font-size: 1.3rem; }
.web-offer-button:hover { background: #104d9f; color: white; }
.web-offer-button--secondary { color: #154d8c; background: white; border-color: #abc7e6; }
.web-offer-button--secondary:hover { color: #154d8c; background: #e9f2fe; }
.web-offer-starting-price { min-width: 0; padding: 34px; border: 1px solid #c7d9ee; border-top: 4px solid var(--web-blue); border-radius: 10px; background: white; box-shadow: 0 18px 46px #173c6810; }
.web-offer-price-lead { color: #3c5979; font-size: 1rem; font-weight: 500; }
.web-offer-amount { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0 8px; margin-block: 18px 10px; color: #164e92; font: 600 clamp(2.6rem,4vw,3.6rem)/1.25 var(--latin); letter-spacing: -.045em; }
.web-offer-currency { margin-left: .2em; font-family: inherit; font-size: .875rem; font-weight: 500; line-height: 1.7; letter-spacing: normal; }
.web-offer-from { font-family: inherit; font-size: 1rem; line-height: 1.7; letter-spacing: normal; }
.web-offer-tax { color: #52677f; font-size: .875rem; line-height: 1.85; }
.web-offer-included { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--web-line); color: #385574; font-size: 1rem; line-height: 1.9; }
.web-offer-section { padding-block: 68px; }
.web-offer-section-heading { display: flex; align-items: baseline; gap: 16px; margin-bottom: 30px; }
.web-offer-section-heading h2 { font-size: clamp(1.45rem,2.1vw,2rem); line-height: 1.6; letter-spacing: -.025em; }
.web-offer-section-number { flex-shrink: 0; color: var(--web-blue); font: 500 .875rem/1.7 var(--latin); letter-spacing: .06em; }
.web-offer-table-scroll { margin-top: 22px; overflow-x: auto; border: 1px solid var(--web-line); border-radius: 10px; -webkit-overflow-scrolling: touch; }
.web-offer-comparison { width: 100%; min-width: 840px; border-collapse: separate; border-spacing: 0; table-layout: fixed; font-size: .9375rem; }
.web-offer-comparison th, .web-offer-comparison td { padding: 20px 22px; text-align: center; vertical-align: middle; border-bottom: 1px solid var(--web-line); border-right: 1px solid var(--web-line); line-height: 1.75; }
.web-offer-comparison th:first-child { width: 24%; text-align: left; font-size: .9375rem; font-weight: 500; }
.web-offer-comparison thead th { padding-block: 26px; background: #edf4fd; }
.web-offer-comparison tr > :last-child { border-right: 0; }
.web-offer-comparison tbody tr:last-child > * { border-bottom: 0; }
.web-offer-comparison tbody th { background: #f8fafc; }
.web-offer-plan-name { display: block; color: #143c6c; font-size: 1.35rem; font-weight: 600; }
.web-offer-plan-description { display: block; margin-top: 10px; color: #49637f; font-size: .875rem; font-weight: 400; }
.web-offer-fee-row td { color: #164e92; font: 600 1.8rem/1.4 var(--latin); }
.web-offer-renewal-row td { color: #254970; font: 500 1.2rem/1.6 var(--latin); }
.web-offer-inclusion { color: #1769ba; font-weight: 600; font-size: 1.125rem; }
.web-offer-inclusion--no { color: #738093; }
.web-offer-notes { margin-top: 24px; color: #506780; font-size: .875rem; line-height: 1.95; }
.web-offer-notes p + p { margin-top: 8px; }
.web-offer-band { background: #f4f7fb; border-block: 1px solid #e2eaf3; }
.web-offer-split { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.5fr); gap: 60px; }
.web-offer-split > * { min-width: 0; }
.web-offer-split > div > p { color: #435e7a; }
.web-offer-simple-table { width: 100%; border-collapse: collapse; font-size: 1rem; }
.web-offer-simple-table th, .web-offer-simple-table td { padding: 19px 22px; border-bottom: 1px solid var(--web-line); text-align: left; vertical-align: top; line-height: 1.9; }
.web-offer-simple-table thead th { background: #eaf1fa; font-size: .875rem; font-weight: 600; }
.web-offer-simple-table tbody th { width: 38%; color: #244768; font-weight: 500; }
.web-offer-simple-table tbody td { color: #465f79; }
.web-offer-training { margin-top: 24px; padding-left: 18px; border-left: 3px solid #7ca9df; }
.web-offer-feature-panel { padding: 30px 34px; border: 1px solid var(--web-line); border-radius: 10px; }
.web-offer-checklist { list-style: none; padding: 0; margin: 0; }
.web-offer-checklist li { position: relative; padding: 15px 0 15px 28px; border-bottom: 1px solid var(--web-line); color: #274a6c; }
.web-offer-checklist li:first-child { padding-top: 0; }
.web-offer-checklist li:last-child { border-bottom: 0; }
.web-offer-checklist li::before { content: '✓'; position: absolute; left: 0; color: #1769ba; font-family: var(--latin); }
.web-offer-maintenance { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); gap: 54px; }
.web-offer-maintenance-notes { padding: 30px; border: 1px solid #d4e2f1; border-radius: 10px; background: white; color: #425e7b; }
.web-offer-maintenance-notes p + p { margin-top: 22px; }
.web-offer-note { color: #52677f; font-size: .875rem; }
.web-offer-process { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); list-style: none; margin: 0; padding: 0; gap: 26px; }
.web-offer-process li { min-width: 0; padding-top: 20px; border-top: 2px solid #a1c3e9; }
.web-offer-step-number { color: #2465b0; font: 500 1.5rem/1.3 var(--latin); }
.web-offer-process h3 { margin-block: 18px 12px; font-size: 1.125rem; line-height: 1.8; }
.web-offer-process p { color: #4b627b; font-size: 1rem; line-height: 1.9; }
.web-offer-faq details { border-bottom: 1px solid var(--web-line); }
.web-offer-faq details:first-child { border-top: 1px solid var(--web-line); }
.web-offer-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-block: 22px; cursor: pointer; list-style: none; font-size: 1rem; font-weight: 500; line-height: 1.9; }
.web-offer-faq summary::-webkit-details-marker { display: none; }
.web-offer-faq summary span { flex-shrink: 0; color: var(--web-blue); font: 400 1.5rem/1 var(--latin); }
.web-offer-faq details[open] summary span { transform: rotate(45deg); }
.web-offer-faq details > p { padding: 0 38px 24px 0; color: #4c637c; font-size: 1rem; }
.web-offer-provider { padding-block: 52px; border-top: 1px solid #c6d9ef; background: #eaf2fc; }
.web-offer-provider-inner { display: flex; justify-content: space-between; align-items: center; gap: 38px; }
.web-offer-provider-inner > div { min-width: 0; }
.web-offer-provider .web-offer-section-heading { margin-bottom: 24px; }
.web-offer-provider dl > div { display: grid; grid-template-columns: 7em minmax(0,1fr); gap: 18px; margin-top: 12px; }
.web-offer-provider dt { color: #4c6783; font-size: .875rem; }
.web-offer-provider dd { color: #24486d; font-size: 1rem; }
.web-offer-provider .web-offer-button { flex-shrink: 0; max-width: 24em; }
.web-offer-provider-links { display: flex; flex-wrap: wrap; gap: 14px 26px; margin-top: 20px; font-size: .875rem; }
.web-offer-provider-links a { color: #185ca9; text-decoration: underline; text-underline-offset: 5px; }
html[lang="my"] .web-offer { font-family: 'Noto Sans Myanmar','Noto Sans JP',sans-serif; }
html[lang="my"] .web-offer-currency, html[lang="my"] .web-offer-from { font-family: 'Noto Sans Myanmar','Noto Sans JP',sans-serif; }
html[lang="my"] .web-offer h1, html[lang="my"] .web-offer h2, html[lang="my"] .web-offer h3 { letter-spacing: normal; }
@media (max-width: 1100px) {
  .web-offer-hero-grid { grid-template-columns: minmax(0,1.35fr) minmax(0,1fr); gap: 32px; }
  .web-offer-starting-price { padding: 28px; }
  .web-offer-split { gap: 32px; grid-template-columns: minmax(0,.9fr) minmax(0,1.4fr); }
  .web-offer-process { grid-template-columns: minmax(0,1fr); gap: 22px; }
  .web-offer-process li { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 4px 22px; padding-top: 22px; }
  .web-offer-process h3 { margin: 0 0 6px; }
  .web-offer-process p { grid-column: 2; }
}
@media (max-width: 850px) {
  .web-offer-hero-grid, .web-offer-split, .web-offer-maintenance { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .web-offer h1 { font-size: clamp(2rem,4.8vw,3rem); }
  .web-offer-provider-inner { align-items: flex-start; flex-direction: column; }
  .web-offer-breadcrumb { margin-bottom: 34px; }
}
@media (max-width: 600px) {
  .web-offer-hero { padding-block: 22px 42px; }
  .web-offer h1 { font-size: 1.9rem; line-height: 1.6; }
  .web-offer-lead { margin-top: 24px; font-size: 1.125rem; }
  .web-offer-actions { flex-direction: column; }
  .web-offer-starting-price, .web-offer-feature-panel, .web-offer-maintenance-notes { padding: 24px; }
  .web-offer-section { padding-block: 42px; }
  .web-offer-section-heading { gap: 12px; margin-bottom: 24px; }
  .web-offer-section-heading h2 { font-size: 1.4rem; }
  .web-offer-simple-table th, .web-offer-simple-table td { padding: 16px 12px; }
  .web-offer-simple-table tbody th { width: 40%; }
  .web-offer-provider { padding-block: 38px; }
  .web-offer-provider dl > div { grid-template-columns: minmax(0,1fr); gap: 4px; }
  .web-offer-provider .web-offer-button { width: 100%; max-width: none; }
}
@media (prefers-reduced-motion: reduce) { .web-offer-button { transition: none; } }
@media print {
  .web-offer-hero { padding-block: 16px 24px; background: white; }
  .web-offer-actions, .web-offer-provider .web-offer-button { display: none; }
  .web-offer-section { padding-block: 24px; }
  .web-offer-table-scroll { overflow: visible; }
  .web-offer-comparison { min-width: 0; font-size: 10pt; }
  .web-offer-comparison th, .web-offer-comparison td { padding: 8px; }
  .web-offer-faq details > p { display: block !important; }
  .web-offer-faq details { content-visibility: visible; }
  .web-offer-faq details::details-content { content-visibility: visible; display: block; }
}
