/* Shared inner-page system for goicuoc4g.vn */
.inner-page { background: #fff; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 26px; color: #858b95; font-size: 14px; }
.breadcrumbs a:hover { color: var(--brand); }
.breadcrumbs strong { color: #505661; font-weight: 500; }
.empty-state { display: grid; min-height: 330px; place-items: center; align-content: center; padding: 45px 24px; border: 1px solid var(--line); border-radius: 18px; background: #fafbfc; text-align: center; }
.empty-state > span { display: grid; width: 62px; height: 62px; place-items: center; margin-bottom: 14px; border-radius: 50%; color: var(--brand); background: var(--brand-soft); font-size: 29px; }
.empty-state h1, .empty-state h2 { margin-bottom: 8px; color: var(--ink); font-size: 28px; }
.empty-state p { max-width: 580px; margin-bottom: 20px; color: var(--muted); }
.not-found-section { padding: 80px 0; }
.not-found-main { min-height: 680px; background: radial-gradient(circle at 12% 15%,color-mix(in srgb,var(--brand) 7%,transparent),transparent 29%),linear-gradient(180deg,#fff 0%,#f7f8fa 100%); }
.not-found-breadcrumbs { margin-bottom: 20px; }
.not-found-card { display: grid; overflow: hidden; grid-template-columns: minmax(330px,.85fr) minmax(0,1.15fr); border: 1px solid #e7e9ed; border-radius: 24px; background: #fff; box-shadow: 0 24px 65px rgba(27,32,40,.1); }
.not-found-visual { position: relative; isolation: isolate; display: grid; min-height: 500px; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%,color-mix(in srgb,var(--brand) 13%,#fff),#fff 62%); }
.not-found-visual::before, .not-found-visual::after { position: absolute; z-index: -1; border: 1px solid color-mix(in srgb,var(--brand) 13%,transparent); border-radius: 50%; content: ""; }
.not-found-visual::before { width: 350px; height: 350px; box-shadow: 0 0 0 62px color-mix(in srgb,var(--brand) 3%,transparent),0 0 0 124px color-mix(in srgb,var(--brand) 2%,transparent); }
.not-found-visual::after { top: -90px; left: -90px; width: 220px; height: 220px; background: color-mix(in srgb,var(--brand) 4%,transparent); }
.not-found-visual__code { position: absolute; top: 38px; left: 50%; color: color-mix(in srgb,var(--brand) 12%,#fff); font-size: clamp(116px,12vw,180px); font-weight: 800; line-height: 1; letter-spacing: -.09em; transform: translateX(-52%); }
.not-found-visual__signal { position: relative; z-index: 2; display: grid; width: 112px; height: 112px; place-items: center; border: 10px solid #fff; border-radius: 50%; color: #fff; background: linear-gradient(145deg,var(--brand),var(--brand-dark)); box-shadow: 0 18px 38px color-mix(in srgb,var(--brand) 24%,transparent); }
.not-found-visual__signal .icon { width: 48px; height: 48px; }
.not-found-visual__status { position: absolute; bottom: 50px; padding: 8px 15px; border: 1px solid color-mix(in srgb,var(--brand) 17%,#fff); border-radius: 999px; color: var(--brand); background: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; box-shadow: 0 10px 24px rgba(27,32,40,.08); }
.not-found-copy { align-self: center; padding: 52px 54px; }
.not-found-copy .eyebrow { margin-bottom: 10px; }
.not-found-copy h1 { max-width: 560px; margin-bottom: 16px; color: var(--ink); font-size: clamp(34px,4vw,48px); line-height: 1.16; letter-spacing: -.04em; }
.not-found-copy > p:not(.eyebrow) { max-width: 610px; margin-bottom: 25px; color: #626975; font-size: 16px; line-height: 1.75; }
.not-found-search { display: grid; grid-template-columns: 22px minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 7px 7px 7px 15px; border: 1px solid #dfe2e7; border-radius: 13px; background: #fafbfc; transition: border-color .2s ease,box-shadow .2s ease; }
.not-found-search:focus-within { border-color: var(--brand); box-shadow: 0 0 0 4px color-mix(in srgb,var(--brand) 8%,transparent); }
.not-found-search > span { display: inline-flex; color: #7a818c; }
.not-found-search .icon { width: 20px; height: 20px; }
.not-found-search input { min-width: 0; height: 42px; border: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; }
.not-found-search button { min-height: 42px; padding: 0 19px; border: 0; border-radius: 9px; color: #fff; background: var(--brand); font: inherit; font-weight: 700; cursor: pointer; }
.not-found-search button:hover { background: var(--brand-dark); }
.not-found-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.not-found-actions .button { min-width: 180px; }
.not-found-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 24px; padding-top: 22px; border-top: 1px solid #eceef1; }
.not-found-links a { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 2px 10px; align-items: center; padding: 12px; border-radius: 12px; color: #656c77; background: #f7f8fa; transition: color .2s ease,background .2s ease,transform .2s ease; }
.not-found-links a:hover { color: var(--brand); background: var(--brand-soft); transform: translateY(-2px); }
.not-found-links a > span { display: grid; width: 38px; height: 38px; grid-row: 1 / 3; place-items: center; border-radius: 10px; color: var(--brand); background: #fff; }
.not-found-links .icon { width: 19px; height: 19px; }
.not-found-links strong { color: var(--ink); font-size: 14px; }
.not-found-links small { font-size: 12px; }
.rich-content { color: #454b55; font-size: 16px; line-height: 1.85; }
.rich-content > :first-child { margin-top: 0; }
.rich-content > :last-child { margin-bottom: 0; }
.rich-content h2 { margin: 34px 0 13px; color: #171a1f; font-size: 25px; line-height: 1.4; letter-spacing: -.02em; }
.rich-content h3 { margin: 28px 0 10px; color: #25292f; font-size: 20px; }
.rich-content p { margin-bottom: 17px; }
.rich-content ul, .rich-content ol { margin: 0 0 20px; padding-left: 24px; }
.rich-content li { margin-bottom: 9px; }
.rich-content strong { color: #262a31; }
.rich-content a, .rich-content a:visited, .rich-content a strong { color: #0563c1; }
.rich-content a { font-weight: 600; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.rich-content a:hover, .rich-content a:hover strong { color: #003e80; }
.rich-content a:focus-visible { border-radius: 2px; outline: 2px solid #0563c1; outline-offset: 3px; }

/* Homepage dynamic card additions */
.plan-card h3 a:hover { color: var(--brand); }
.plan-actions { display: grid; width: 100%; gap: 9px; margin-top: auto; }
.plan-actions .plan-register { margin-top: 0; }
.plan-detail { display: inline-flex; min-height: 30px; align-items: center; justify-content: center; gap: 7px; color: #5d636e; font-size: 14px; font-weight: 600; }
.plan-detail:hover { color: var(--brand); }
.plan-detail .icon { width: 16px; height: 16px; }
.registration-status { display: inline-flex; width: fit-content; min-height: 26px; align-items: center; justify-content: center; margin-bottom: 10px; padding: 4px 10px; border: 1px solid #b9e3c8; border-radius: 999px; color: #16723b; background: #edf9f1; font-size: 12px; font-weight: 700; line-height: 1.2; }
.registration-status::before { width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: currentColor; content: ""; }
.registration-status--stopped { border-color: #f3c2c6; color: #b8202d; background: #eef4ff; }
.plan-card > .registration-status { margin: -2px auto 8px; }
.button--disabled { border-color: #d8dbe0 !important; color: #777e88 !important; background: #eceef1 !important; box-shadow: none !important; cursor: not-allowed; pointer-events: none; }

/* Package listing */
.inner-hero { position: relative; overflow: hidden; border-bottom: 1px solid #f0f1f3; background: linear-gradient(110deg, #fff 0%, #fff 48%, #f7f9ff 100%); }
.inner-hero::after { position: absolute; top: -180px; right: -70px; width: 570px; height: 570px; border: 1px solid rgba(21,94,239,.1); border-radius: 50%; content: ""; box-shadow: 0 0 0 90px rgba(21,94,239,.025), 0 0 0 180px rgba(21,94,239,.018); }
.inner-hero__grid { position: relative; z-index: 1; display: grid; min-height: 430px; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding-block: 52px; }
.inner-hero h1 { max-width: 650px; margin-bottom: 18px; color: #111318; font-size: clamp(38px, 4.3vw, 54px); line-height: 1.2; letter-spacing: -.045em; }
.inner-hero h1 + p { max-width: 650px; margin-bottom: 24px; color: #5e6470; font-size: 17px; line-height: 1.75; }
.inner-hero__trust { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.inner-hero__trust span { display: inline-flex; align-items: center; gap: 7px; color: #383d45; font-size: 14px; font-weight: 600; }
.inner-hero__trust .icon { color: var(--brand); font-size: 19px; }
.package-hero-visual { position: relative; min-height: 340px; }
.package-hero-visual__signal { position: absolute; inset: 3% 4% 0; border: 1px solid rgba(21,94,239,.15); border-radius: 50%; box-shadow: inset 0 0 70px rgba(21,94,239,.04), 0 0 0 50px rgba(21,94,239,.025), 0 0 0 100px rgba(21,94,239,.018); }
.package-hero-visual__phone { position: absolute; top: 15px; right: 90px; display: flex; width: 185px; height: 310px; flex-direction: column; align-items: center; justify-content: center; border: 8px solid #181a1f; border-radius: 32px; color: #fff; background: radial-gradient(circle at 50% 44%, #79000a, #160408 46%, #050506 72%); box-shadow: 0 28px 45px rgba(34,13,16,.23); transform: rotate(5deg); }
.package-hero-visual__phone::before { position: absolute; top: 8px; width: 52px; height: 9px; border-radius: 10px; background: #060607; content: ""; }
.package-hero-visual__phone b { color: #ff2031; font-size: 72px; line-height: 1; text-shadow: 0 0 18px rgba(255,0,20,.7); }
.package-hero-visual__phone small { margin-top: 12px; color: #d8c6c8; font-size: 14px; }
.package-hero-visual > i { position: absolute; padding: 11px 16px; border: 1px solid rgba(21,94,239,.12); border-radius: 12px; color: #333840; background: rgba(255,255,255,.96); box-shadow: 0 12px 28px rgba(29,34,42,.12); font-size: 14px; font-style: normal; font-weight: 600; }
.package-hero-visual > i:nth-of-type(1) { top: 52px; left: 5px; }
.package-hero-visual > i:nth-of-type(2) { top: 145px; right: 0; }
.package-hero-visual > i:nth-of-type(3) { bottom: 38px; left: 18px; }
.package-catalog { background: #fafbfc; }
.catalog-toolbar { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 28px; margin-bottom: 28px; padding: 18px; border: 1px solid #e6e8eb; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(28,32,38,.055); }
.catalog-toolbar > div { display: flex; align-items: center; gap: 13px; }
.catalog-toolbar > div > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 12px; color: var(--brand); background: var(--brand-soft); font-size: 21px; }
.catalog-toolbar p { margin: 0; line-height: 1.25; }
.catalog-toolbar p strong { display: inline; color: var(--brand); font-size: 21px; }
.catalog-toolbar p small { display: block; margin-top: 4px; color: var(--muted); font-size: 14px; }
.package-filters { display: grid; grid-template-columns: minmax(210px,1.5fr) repeat(3,minmax(125px,1fr)) auto; gap: 10px; }
.package-filters label { min-width: 0; }
.package-filters input, .package-filters select { width: 100%; height: 46px; border: 1px solid #dfe2e6; border-radius: 9px; color: #3f444d; outline: none; background: #fff; font-size: 14px; }
.package-filters input:focus, .package-filters select:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(21,94,239,.08); }
.package-filters select { padding: 0 34px 0 12px; }
.package-filters__search { position: relative; }
.package-filters__search span { position: absolute; top: 50%; left: 13px; color: #9399a3; transform: translateY(-50%); }
.package-filters__search input { padding: 0 13px 0 40px; }
.package-filters .button { min-height: 46px; padding-inline: 18px; }
.package-filters .button:disabled { cursor: wait; opacity: .72; transform: none; }
.package-results { position: relative; min-height: 180px; scroll-margin-top: 105px; }
.package-results > * { transition: opacity .18s ease; }
.package-results.is-loading { min-height: 260px; }
.package-results.is-loading > * { opacity: .38; pointer-events: none; }
.package-results.is-loading::after { position: absolute; z-index: 3; top: 95px; left: 50%; width: 38px; height: 38px; border: 3px solid #ffd9dc; border-top-color: var(--brand); border-radius: 50%; content: ""; animation: package-results-spin .72s linear infinite; }
.package-results:not(.is-loading) .package-card { animation: package-results-in .24s ease both; }
.package-results:not(.is-loading) .package-card:nth-child(2) { animation-delay: .035s; }
.package-results:not(.is-loading) .package-card:nth-child(3) { animation-delay: .07s; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.catalog-pagination { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 30px; }
.catalog-pagination__pages { display: flex; align-items: center; gap: 7px; }
.catalog-pagination a, .catalog-pagination__pages > span:not([aria-hidden]) { display: inline-grid; min-width: 42px; height: 42px; place-items: center; padding: 0 11px; border: 1px solid #dfe3e8; border-radius: 10px; color: #353b44; background: #fff; font-size: 14px; font-weight: 700; box-shadow: 0 5px 16px rgba(25,31,39,.045); }
.catalog-pagination a:hover { border-color: var(--brand); color: var(--brand); }
.catalog-pagination__pages > span.is-current { border-color: var(--brand); color: #fff; background: var(--brand); box-shadow: 0 7px 18px rgba(21,94,239,.2); }
.catalog-pagination__pages > span[aria-hidden] { padding: 0 2px; color: #858c96; }
.catalog-pagination a.catalog-pagination__direction { display: inline-flex; gap: 7px; padding-inline: 14px; }
.catalog-pagination__direction .icon { width: 16px; height: 16px; }
.catalog-pagination__direction--previous .icon { transform: rotate(180deg); }
.package-grid--three { grid-template-columns: repeat(3, 1fr); }
.package-card { position: relative; display: flex; min-width: 0; min-height: 430px; flex-direction: column; padding: 23px; overflow: hidden; border: 1px solid #e1e4e8; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(23,28,35,.055); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.package-card::after { position: absolute; top: -70px; right: -70px; width: 155px; height: 155px; border-radius: 50%; background: rgba(21,94,239,.035); content: ""; }
.package-card:hover { border-color: rgba(21,94,239,.35); box-shadow: 0 18px 40px rgba(29,34,42,.11); transform: translateY(-5px); }
.package-card--popular { border: 2px solid var(--brand); }
.package-card--popular::before { position: absolute; z-index: 2; top: 0; right: 24px; padding: 5px 12px; border-radius: 0 0 8px 8px; color: #fff; background: var(--brand); content: "PHỔ BIẾN"; font-size: 12px; font-weight: 700; }
.package-card__top { position: relative; z-index: 1; display: flex; min-height: 30px; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.package-card__label { padding: 5px 10px; border-radius: 999px; color: var(--brand); background: var(--brand-soft); font-size: 13px; font-weight: 600; }
.package-card__network { display: inline-flex; align-items: center; gap: 5px; color: #6a707a; font-size: 13px; font-weight: 600; }
.package-card__network .icon { color: var(--brand); font-size: 17px; }
.package-card > .registration-status { position: relative; z-index: 1; margin-bottom: 9px; }
.package-card h3 { position: relative; z-index: 1; margin-bottom: 5px; color: #17191e; font-size: 28px; letter-spacing: -.025em; }
.package-card h3 a:hover { color: var(--brand); }
.package-card__price { display: flex; align-items: baseline; gap: 7px; margin-bottom: 18px; }
.package-card__price strong { color: var(--brand); font-size: 24px; }
.package-card__price span { color: #818791; font-size: 14px; }
.package-card__benefits { padding: 12px 0; border-block: 1px solid #eceef1; }
.package-card__benefits p { display: grid; min-height: 40px; grid-template-columns: 25px 1fr auto; align-items: center; gap: 8px; margin: 0; }
.package-card__benefits p + p { margin-top: 4px; }
.package-card__benefits p > span { color: var(--brand); font-size: 19px; }
.package-card__benefits b { color: #747a84; font-size: 14px; font-weight: 500; }
.package-card__benefits strong { color: #25292f; font-size: 14px; text-align: right; }
.package-card__benefits p:nth-child(2) { grid-template-columns: 25px 82px minmax(0,1fr); }
.package-card__benefits p:nth-child(2) strong { display: -webkit-box; min-width: 0; overflow: hidden; line-height: 1.45; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.package-card__description { margin: 15px 0 17px; color: #6d737d; font-size: 14px; line-height: 1.65; }
.package-card__actions { display: grid; gap: 8px; margin-top: auto; }
.package-card__actions .button { width: 100%; }
.package-card__detail { display: inline-flex; min-height: 32px; align-items: center; justify-content: center; gap: 7px; color: #555b65; font-size: 14px; font-weight: 600; }
.package-card__detail:hover { color: var(--brand); }
.selection-guide { background: #fff; }
.selection-guide__panel { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 55px; padding: 36px 40px; border-radius: 20px; color: #fff; background: linear-gradient(125deg, #22272f, #111419); box-shadow: 0 20px 46px rgba(19,23,29,.16); }
.selection-guide__panel h2 { margin-bottom: 12px; font-size: 28px; line-height: 1.35; }
.selection-guide__panel > div:first-child > p:last-child { margin: 0; color: #bfc5cd; }
.selection-guide__steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.selection-guide__steps article { min-height: 165px; padding: 19px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.05); }
.selection-guide__steps span { color: #ff4654; font-size: 14px; font-weight: 700; }
.selection-guide__steps h3 { margin: 28px 0 7px; font-size: 16px; }
.selection-guide__steps p { margin: 0; color: #aeb5be; font-size: 14px; }

/* Package detail */
.package-detail-hero { padding: 28px 0 48px; background: linear-gradient(120deg, #fff, #fff 50%, #f7f9ff); }
.package-detail-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 58px; }
.package-detail-visual { position: relative; display: grid; min-height: 490px; place-items: center; overflow: hidden; border: 1px solid #dbe5f5; border-radius: 24px; background: radial-gradient(circle at 50% 45%, #fff 0, #eef4ff 48%, #fff 72%); }
.package-detail-visual__orbit { position: absolute; width: 390px; height: 390px; border: 1px solid rgba(21,94,239,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(21,94,239,.035), 0 0 0 110px rgba(21,94,239,.02); }
.package-detail-visual > div { position: relative; z-index: 1; display: flex; width: 250px; height: 360px; flex-direction: column; align-items: center; justify-content: center; border: 9px solid #16181c; border-radius: 38px; color: #fff; background: radial-gradient(circle, #155eef, #102a56 48%, #060b15 75%); box-shadow: 0 32px 55px rgba(16,42,86,.28); transform: rotate(-3deg); }
.package-detail-visual > div::before { position: absolute; top: 10px; width: 62px; height: 10px; border-radius: 20px; background: #050506; content: ""; }
.package-detail-visual small { color: #e1c4c7; font-size: 13px; letter-spacing: .08em; }
.package-detail-visual strong { margin: 9px 0; color: #69a0ff; font-size: 58px; line-height: 1; text-shadow: 0 0 22px rgba(21,94,239,.65); }
.package-detail-visual b { max-width: 180px; color: #fff; font-size: 15px; text-align: center; }
.package-detail-visual > i { position: absolute; z-index: 2; top: 34px; right: 34px; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: #fff; background: var(--brand); box-shadow: 0 14px 28px rgba(21,94,239,.25); font-size: 28px; }
.package-gallery { padding: 18px; border: 1px solid #eadfe1; border-radius: 22px; background: #fff; box-shadow: 0 15px 38px rgba(26,30,36,.08); }
.package-gallery .vf-detail-gallery__stage { overflow: hidden; border-radius: 16px; background: #f7f9ff; }
.package-detail-summary { position: relative; }
.package-detail-summary__label { display: inline-flex; flex: none; align-items: center; justify-content: center; padding: 8px 14px; border-radius: 999px; color: var(--brand); background: var(--brand-soft); font-size: 14px; font-weight: 600; white-space: nowrap; }
.package-detail-summary .eyebrow { margin-bottom: 4px; }
.package-detail-summary h1 { margin-bottom: 11px; color: #121419; font-size: clamp(48px, 6vw, 68px); line-height: 1; letter-spacing: -.055em; }
.package-detail-summary h1 + .registration-status { margin-bottom: 12px; }
.package-detail-summary__lead { max-width: 650px; margin-bottom: 12px; color: #626873; font-size: 16px; line-height: 1.75; }
.package-detail-summary__price { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 19px; }
.package-detail-summary__price > div { display: flex; align-items: baseline; gap: 8px; min-width: 0; }
.package-detail-summary__price strong { color: var(--brand); font-size: 31px; }
.package-detail-summary__price > div > span { color: #7a808a; font-size: 15px; }
.package-benefit-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-bottom: 16px; }
.package-benefit-grid article { display: grid; min-height: 76px; grid-template-columns: 38px 1fr; align-items: center; padding: 12px 14px; border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; }
.package-benefit-grid article > span { grid-row: 1/3; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; color: var(--brand); background: var(--brand-soft); font-size: 18px; }
.package-benefit-grid small { color: #808690; font-size: 13px; line-height: 1.3; }
.package-benefit-grid strong { color: #272b31; font-size: 14px; line-height: 1.35; }
.package-sms-box { display: grid; min-height: 92px; grid-template-columns: minmax(0,1fr) auto auto; align-items: center; gap: 18px; margin-bottom: 18px; padding: 16px 20px; border: 1px solid #c9d9ff; border-radius: 18px; background: linear-gradient(110deg,#fff 0%,#fff 58%,#eef4ff 100%); box-shadow: 0 10px 26px rgba(21,94,239,.08); }
.package-sms-box > div { display: flex; min-width: 0; align-items: center; gap: 14px; }
.package-sms-box > div > span { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border: 1px solid #ffd5d9; border-radius: 13px; color: var(--brand); background: #eef4ff; font-size: 22px; }
.package-sms-box > div > span .icon { width: 23px; height: 23px; }
.package-sms-box p { margin: 0; line-height: 1.2; }
.package-sms-box small { display: block; margin-bottom: 5px; color: #6f7580; font-size: 12px; font-weight: 700; letter-spacing: .035em; }
.package-sms-box strong { color: var(--brand); font-size: clamp(22px,2.2vw,27px); font-weight: 800; letter-spacing: -.02em; }
.package-sms-box > i { padding: 6px 10px; border: 1px solid #eceef1; border-radius: 999px; color: #858b95; background: #fff; font-size: 13px; font-style: normal; white-space: nowrap; }
.package-sms-box > b { color: var(--brand); font-size: 34px; line-height: 1; text-align: center; letter-spacing: -.025em; }
.package-detail-summary__actions { display: flex; gap: 11px; }
.package-detail-summary__actions .button { flex: 1; padding-inline: 15px; }
.registration-disclosure { margin: 0 0 16px; padding: 14px 16px; border: 1px solid #d5e1f7; border-radius: 14px; color: #44516a; background: #f5f8ff; font-size: 13px; line-height: 1.6; }
.registration-disclosure p { margin: 0 0 5px; }
.registration-disclosure p:last-child { margin-bottom: 0; }
.registration-disclosure strong { color: #172033; }
.registration-disclosure a { color: var(--brand-dark); font-weight: 700; text-decoration: underline; }
.package-note { display: flex; align-items: center; gap: 7px; margin: 13px 0 0; color: #727883; font-size: 13px; }
.package-note .icon { color: var(--brand); font-size: 17px; }
.package-detail-nav { position: sticky; z-index: 80; top: var(--header-height); border-block: 1px solid #e8eaed; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
.package-detail-nav .site-container { display: flex; gap: 36px; overflow-x: auto; }
.package-detail-nav a { flex: none; padding: 15px 0; color: #555b65; font-size: 14px; font-weight: 600; }
.package-detail-nav a:hover { color: var(--brand); }
.package-detail-content { background: #f7f8fa; }
.package-detail-content__grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; align-items: start; gap: 25px; }
.package-detail-content__grid > div { display: grid; gap: 24px; }
.package-detail-content__grid > aside { align-self: stretch; }
.content-card { padding: 30px; border: 1px solid #e3e5e8; border-radius: 18px; background: #fff; box-shadow: 0 8px 26px rgba(27,31,37,.05); }
.content-card__heading { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.content-card__heading > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; color: #fff; background: var(--brand); font-size: 23px; }
.content-card__heading .eyebrow { margin: 0 0 2px; font-size: 13px; }
.content-card__heading h2 { margin: 0; color: #1b1e23; font-size: 25px; }
.package-spec-list { margin: 0; }
.package-spec-list > div { display: grid; grid-template-columns: minmax(170px,.8fr) 1.2fr; gap: 18px; padding: 14px 8px; border-bottom: 1px solid #eceef1; }
.package-spec-list > div:last-child { border-bottom: 0; }
.package-spec-list dt { color: #737984; font-size: 14px; }
.package-spec-list dd { margin: 0; color: #262a31; font-size: 15px; font-weight: 600; text-align: right; }
.package-spec-list > .package-spec-list__sms { grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 18px; margin-top: 18px; padding: 16px; border: 1px solid #c9d9ff; border-radius: 16px; background: linear-gradient(135deg,#eef4ff 0%,#fff 100%); box-shadow: 0 8px 22px rgba(21,94,239,.08); }
.package-spec-list__sms dt { display: flex; align-items: center; gap: 9px; color: #252930; font-size: 15px; font-weight: 750; white-space: nowrap; }
.package-spec-list__sms dt .icon { width: 23px; height: 23px; color: var(--brand); }
.package-spec-list__sms dd { display: grid; min-width: 0; grid-template-columns: minmax(0,1fr) auto auto; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(21,94,239,.12); border-radius: 12px; background: rgba(255,255,255,.88); box-shadow: 0 5px 16px rgba(21,94,239,.06); font-size: 15px; }
.package-spec-list__sms dd strong, .package-spec-list__sms dd b { color: var(--brand); font-size: 20px; font-weight: 800; white-space: nowrap; }
.package-spec-list__sms dd b { min-width: 44px; text-align: right; }
.package-spec-list__sms dd span { color: #676d77; font-weight: 500; }
.registration-success { padding: 18px 0 48px; background: linear-gradient(180deg,#fff 0%,#fafafa 100%); }
.registration-success__card { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,430px); align-items: center; gap: 58px; padding: 46px 52px; overflow: hidden; border: 1px solid #e2e5e9; border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(25,29,36,.07); }
.registration-success__content { position: relative; z-index: 2; }
.registration-success__content .eyebrow { margin-bottom: 9px; }
.registration-success__content h2 { max-width: 590px; margin-bottom: 16px; color: #171a1f; font-size: 34px; line-height: 1.28; letter-spacing: -.025em; }
.registration-success__description { color: #5d636d; font-size: 16px; }
.registration-success__description p { margin: 0 0 14px; }
.registration-success__description ul { display: grid; gap: 9px; margin: 0 0 22px; padding: 0; list-style: none; }
.registration-success__description li { position: relative; padding-left: 27px; }
.registration-success__description li::before { position: absolute; top: 6px; left: 0; width: 17px; height: 17px; border-radius: 50%; color: #fff; background: var(--brand); content: "✓"; font-size: 11px; font-weight: 800; line-height: 17px; text-align: center; }
.registration-success__command { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; padding: 16px 18px; border: 1px solid #ffcbd0; border-radius: 13px; background: #fff5f6; font-size: 16px; }
.registration-success__command span { color: #555b65; font-weight: 600; }
.registration-success__command strong, .registration-success__command b { color: var(--brand); font-size: 20px; font-weight: 800; }
.registration-success__command i { color: #777d86; font-style: normal; }
.registration-success__content > small { display: flex; max-width: 600px; align-items: flex-start; gap: 8px; margin-top: 15px; color: #7a8089; font-size: 13px; line-height: 1.55; }
.registration-success__content > small .icon { width: 18px; min-width: 18px; height: 18px; margin-top: 1px; color: var(--brand); }
.registration-success__visual { position: relative; margin: 0; text-align: center; }
.registration-success__visual::before { position: absolute; z-index: 0; top: 7%; right: -20%; width: 120%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,rgba(21,94,239,.09),rgba(21,94,239,0) 68%); content: ""; }
.registration-success__visual img { position: relative; z-index: 1; display: block; width: 100%; max-height: 620px; object-fit: contain; border-radius: 22px; }
.registration-success__visual figcaption { position: relative; z-index: 2; margin-top: 9px; color: #727883; font-size: 13px; }
.package-information { padding: 0 0 48px; background: #fafafa; }
.package-information__grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; align-items: start; gap: 25px; }
.package-information .content-card { max-width: none; }
.package-representative-card { position: sticky; top: 145px; margin: 0; overflow: hidden; border: 1px solid #eadfe1; border-radius: 20px; background: #fff; box-shadow: 0 14px 36px rgba(30,24,27,.09); }
.package-representative-card__visual { position: relative; display: grid; aspect-ratio: 1; place-items: center; overflow: hidden; background: #fff3f4; }
button.package-representative-card__visual { width: 100%; padding: 0; border: 0; color: inherit; font: inherit; text-align: inherit; cursor: zoom-in; }
button.package-representative-card__visual:focus-visible { outline: 3px solid var(--brand); outline-offset: -3px; }
.package-representative-card__visual::after { position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(180deg,rgba(20,7,9,0),rgba(20,7,9,.16)); content: ""; pointer-events: none; }
.package-representative-card__visual img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
button.package-representative-card__visual:hover img { transform: scale(1.02); }
.package-representative-card__visual--initial { isolation: isolate; background: radial-gradient(circle at 32% 25%,color-mix(in srgb,var(--brand) 70%,#fff) 0,var(--brand) 42%,var(--brand-dark) 100%); }
.package-representative-card__visual--initial::before { position: absolute; z-index: -1; width: 72%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; content: ""; box-shadow: 0 0 0 34px rgba(255,255,255,.07),0 0 0 68px rgba(255,255,255,.035); }
.package-representative-card__visual--initial > span { color: #fff; font-size: clamp(92px,10vw,126px); font-weight: 800; line-height: 1; text-shadow: 0 13px 30px rgba(80,0,7,.28); }
.package-representative-card figcaption { display: flex; min-width: 0; flex-direction: column; padding: 17px 19px 19px; }
.package-representative-card figcaption small { margin-bottom: 4px; color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.package-representative-card figcaption strong { color: #191c21; font-size: 24px; line-height: 1.25; }
.package-representative-card figcaption span { margin-top: 3px; overflow: hidden; color: #777d87; font-size: 13px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.sticky-register-card { position: sticky; top: 145px; padding: 25px; border: 1px solid #fed0d4; border-radius: 18px; background: linear-gradient(160deg, #fff, #f7f9ff); box-shadow: 0 12px 32px rgba(58,23,27,.08); }
.sticky-register-card .eyebrow { margin-bottom: 4px; font-size: 13px; }
.sticky-register-card h2 { margin-bottom: 17px; color: #1d2025; font-size: 22px; }
.sticky-register-card > div { display: grid; grid-template-columns: 1fr auto 65px; align-items: center; gap: 9px; margin-bottom: 18px; padding: 14px; border-radius: 12px; color: #fff; background: var(--brand); }
.sticky-register-card > div strong, .sticky-register-card > div b { font-size: 18px; }
.sticky-register-card > div span { font-size: 13px; opacity: .85; }
.sticky-register-card ol { display: grid; gap: 10px; margin: 0 0 18px; padding: 0; list-style: none; }
.sticky-register-card li { display: flex; align-items: center; gap: 9px; color: #4e545e; font-size: 14px; }
.sticky-register-card li span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: var(--brand); background: #ffe9eb; font-weight: 700; }
.sticky-register-card .button { width: 100%; }
.sticky-register-card > small { display: block; margin-top: 13px; color: #858b94; font-size: 12px; line-height: 1.6; text-align: center; }
.sticky-register-card__notice { margin: 0 0 18px; color: #5f6670; font-size: 14px; line-height: 1.65; }
.related-packages { background: #fff; }
.package-compare { background: linear-gradient(180deg,#fff 0%,#fafbfc 100%); }
.package-compare .section-heading { align-items: end; }
.package-compare .section-heading h2 { margin-bottom: 7px; }
.package-compare .section-heading h2 + p { margin: 0; color: #707681; font-size: 15px; }
.package-compare__wrap { overflow: hidden; border: 1px solid #e1e4e8; border-radius: 18px; background: #fff; box-shadow: 0 14px 38px rgba(24,28,35,.07); }
.package-compare__viewport { position: relative; }
.package-compare__swipe-hint, .package-compare__edge { display: none; }
.package-compare__table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.package-compare__table th { padding: 14px 16px; color: #fff; background: var(--brand); font-size: 14px; font-weight: 700; text-align: left; }
.package-compare__table th:first-child { width: 22%; }
.package-compare__table th:nth-child(2) { width: 53%; }
.package-compare__table th:last-child { width: 25%; text-align: center; }
.package-compare__table td { padding: 17px 16px; border-bottom: 1px solid #e8eaed; color: #4f5560; font-size: 14px; line-height: 1.55; vertical-align: middle; }
.package-compare__table tbody tr:last-child td { border-bottom: 0; }
.package-compare__table tbody tr { transition: background .18s ease; }
.package-compare__table tbody tr:hover { background: #fffafa; }
.package-compare__table tbody tr.is-current { background: linear-gradient(90deg,#eef4ff,#fff9f9); }
.package-compare__table tbody tr.is-current td:first-child { box-shadow: inset 4px 0 0 var(--brand); }
.package-compare__name { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.package-compare__name strong { color: #171a1f; font-size: 20px; }
.package-compare__name > a:hover strong { color: var(--brand); }
.package-compare__name span { color: #767c86; font-size: 13px; }
.package-compare__name b { display: inline-flex; margin-top: 4px; padding: 4px 8px; border-radius: 999px; color: var(--brand); background: #ffe5e8; font-size: 11px; font-weight: 700; }
.package-compare__price { display: block; margin-top: 4px; color: var(--brand); font-size: 18px; font-style: normal; font-weight: 700; white-space: nowrap; }
.package-compare__benefits { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin: 0; padding: 0; list-style: none; }
.package-compare__benefits li { display: block; min-width: 0; padding: 5px 0 9px; border-bottom: 1px solid #eceef1; }
.package-compare__benefits li::before { display: none; }
.package-compare__benefits li:last-child,
.package-compare__benefits li:nth-child(odd):nth-last-child(2) { border-bottom: 0; }
.package-compare__benefits li.is-wide { grid-column: 1 / -1; }
.package-compare__benefits small { display: block; margin-bottom: 2px; color: #7a8089; font-size: 12px; line-height: 1.25; }
.package-compare__benefits strong { display: block; overflow-wrap: anywhere; color: #30343b; font-size: 14px; font-weight: 650; line-height: 1.35; }
.package-compare__benefits li.is-primary strong { color: var(--brand); }
.package-compare__benefits li.is-neutral strong { color: #686e77; font-weight: 550; }
.package-compare__register { display: grid; gap: 11px; }
.package-compare__register > p { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 5px; margin: 0; color: #7b818b; font-size: 13px; }
.package-compare__register > p strong, .package-compare__register > p b { color: var(--brand); font-size: 15px; font-weight: 800; }
.package-compare__register > p i { font-style: normal; }
.package-compare__actions { display: grid; justify-items: center; gap: 7px; }
.package-compare__actions .button { width: 100%; min-height: 41px; padding: 8px 11px; transform: none; }
.package-compare__actions > a:not(.button) { display: inline-flex; align-items: center; gap: 5px; color: #626873; font-size: 13px; font-weight: 600; }
.package-compare__actions > a:not(.button):hover { color: var(--brand); }
.package-compare__actions > span { color: #7b818b; font-size: 13px; }
.package-compare__note { display: flex; align-items: flex-start; gap: 8px; margin: 13px 2px 0; color: #7a8089; font-size: 13px; }
.package-compare__note .icon { flex: none; margin-top: 2px; color: var(--brand); }

/* Article list and detail */
.article-list-page .site-container, .article-detail-page .site-container { width: 100%; max-width: var(--container); padding-inline: clamp(14px,3vw,20px); }
.article-list-hero { padding: 52px 0 0; text-align: center; }
.article-list-hero__inner { position: relative; z-index: 2; }
.article-list-hero .breadcrumbs { justify-content: center; }
.article-list-hero h1 { margin-inline: auto; font-size: clamp(36px,4vw,48px); }
.article-list-hero h1 + p { margin-inline: auto; }
.article-category-tabs { display: inline-flex; max-width: 100%; gap: 8px; margin-top: 21px; padding: 7px; overflow-x: auto; border: 1px solid #e5e7ea; border-radius: 13px 13px 0 0; background: #fff; box-shadow: 0 -5px 20px rgba(28,32,38,.04); }
.article-category-tabs a { display: inline-flex; min-height: 43px; align-items: center; gap: 8px; padding: 9px 17px; border-radius: 8px; color: #595f69; font-size: 14px; font-weight: 600; white-space: nowrap; }
.article-category-tabs a small { display: grid; min-width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #737983; background: #f0f1f3; font-size: 12px; }
.article-category-tabs a:hover, .article-category-tabs a.is-active { color: #fff; background: var(--brand); }
.article-category-tabs a.is-active small { color: var(--brand); background: #fff; }
.article-list-section { background: #f8f9fa; }
.article-list-layout { display: grid; grid-template-columns: minmax(0,1fr) 315px; align-items: start; gap: 28px; }
.article-list-layout > div, .article-grid, .article-card, .article-card > div { min-width: 0; }
.article-search { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; margin-bottom: 22px; padding: 7px 7px 7px 13px; border: 1px solid #e1e4e7; border-radius: 12px; background: #fff; }
.article-search > span { color: #9298a1; font-size: 20px; }
.article-search input { min-width: 0; width: 100%; height: 42px; border: 0; outline: none; font-size: 15px; }
.article-search button { height: 42px; padding: 0 20px; border: 0; border-radius: 8px; color: #fff; background: var(--brand); font-size: 14px; font-weight: 600; }
.article-grid { display: grid; min-width: 0; max-width: 100%; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.article-grid--list { grid-template-columns: repeat(2,minmax(0,1fr)); }
.article-card { overflow: hidden; border: 1px solid #e2e5e8; border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(27,31,37,.05); transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { box-shadow: 0 17px 38px rgba(27,31,37,.1); transform: translateY(-4px); }
.article-card__visual { position: relative; display: grid; width: 100%; aspect-ratio: 16 / 8.5; place-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 70% 25%, #ff6874, var(--brand) 45%, #a9000e); }
.article-card--advice .article-card__visual { background: radial-gradient(circle at 70% 25%, #596577, #252b34 48%, #15191f); }
.article-card__visual::before, .article-card__visual::after { position: absolute; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; }
.article-card__visual::after { width: 115px; height: 115px; }
.article-card__visual > span { position: relative; z-index: 1; font-size: 48px; }
.article-card__visual > .article-card__initial { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 64px; font-weight: 800; text-transform: uppercase; }
.article-card__visual > b { position: absolute; z-index: 1; bottom: 18px; left: 20px; font-size: 13px; letter-spacing: .08em; }
.article-card__visual img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; background: #f7f7f8; }
.article-card > div { padding: 21px; }
.article-card > div > span { display: block; margin-bottom: 7px; color: var(--brand); font-size: 13px; font-weight: 600; }
.article-card h2, .article-card h3 { min-width: 0; margin-bottom: 9px; color: #202329; font-size: 19px; line-height: 1.48; overflow-wrap: anywhere; }
.article-card h2 a:hover, .article-card h3 a:hover { color: var(--brand); }
.article-card p { margin-bottom: 15px; color: #717782; font-size: 14px; line-height: 1.7; }
.article-card__more { display: inline-flex; align-items: center; gap: 7px; color: var(--brand); font-size: 14px; font-weight: 600; }
.article-list-aside { position: sticky; top: 105px; display: grid; gap: 18px; }
.article-list-aside section { padding: 22px; border: 1px solid #e1e4e7; border-radius: 16px; background: #fff; }
.article-list-aside .eyebrow { margin-bottom: 2px; font-size: 13px; }
.article-list-aside h2 { margin-bottom: 15px; color: #202329; font-size: 21px; }
.article-list-aside section:first-child > a:not(.article-list-aside__all) { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid #eceef1; }
.article-list-aside a span { min-width: 0; }
.article-list-aside a b, .article-list-aside a small { display: block; }
.article-list-aside a b { color: #262a30; font-size: 15px; }
.article-list-aside a small { margin-top: 2px; overflow: hidden; color: #808690; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.article-list-aside a strong { flex: none; color: var(--brand); font-size: 13px; }
.article-list-aside__all { display: flex; align-items: center; gap: 7px; margin-top: 16px; color: var(--brand); font-size: 14px; font-weight: 600; }
.article-list-aside .sidebar-help { color: #fff; background: linear-gradient(145deg, #292f38, #15191e); }
.sidebar-help > span { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 16px; border-radius: 13px; color: #fff; background: var(--brand); font-size: 23px; }
.article-list-aside .sidebar-help h2 { color: #fff; }
.sidebar-help p { color: #b7bec6; font-size: 14px; }
.sidebar-help a { color: #fff; font-weight: 600; }
.article-detail-header { position: relative; overflow: hidden; padding: 45px 0 55px; border-bottom: 1px solid #f0f1f3; background: linear-gradient(120deg, #fff, #f7f9ff); }
.article-detail-header::after { position: absolute; top: -250px; right: -100px; width: 580px; height: 580px; border: 1px solid rgba(21,94,239,.1); border-radius: 50%; content: ""; box-shadow: 0 0 0 80px rgba(21,94,239,.025), 0 0 0 160px rgba(21,94,239,.015); }
.article-detail-header__inner { position: relative; z-index: 1; max-width: 930px; text-align: center; }
.article-detail-header .breadcrumbs { justify-content: center; }
.article-kind { display: inline-flex; margin-bottom: 16px; padding: 7px 12px; border-radius: 999px; color: var(--brand); background: var(--brand-soft); font-size: 13px; font-weight: 700; letter-spacing: .05em; }
.article-kind--advice { color: #fff; background: #2a3038; }
.article-detail-header h1 { margin-bottom: 16px; color: #15171c; font-size: clamp(34px,4.4vw,50px); line-height: 1.28; letter-spacing: -.035em; }
.article-detail-header h1 + p { max-width: 790px; margin: 0 auto 18px; color: #666c76; font-size: 17px; line-height: 1.75; }
.article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; color: #858b95; font-size: 13px; }
.article-meta span { display: inline-flex; align-items: center; gap: 6px; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; align-items: start; gap: 36px; }
.article-main { min-width: 0; }
.article-content img, .article-content video, .article-content iframe { max-width: 100%; height: auto; }
.article-content figure { display: block; width: 100%; max-width: 100%; margin-right: auto !important; margin-left: auto !important; text-align: center !important; }
.article-content figure > img { display: block; margin-right: auto !important; margin-left: auto !important; }
.article-content figure > figcaption { display: block; width: 100%; box-sizing: border-box; padding-right: 12px; padding-left: 12px; color: #7b8492 !important; font-size: 13px !important; font-weight: 400 !important; line-height: 1.5; text-align: center !important; opacity: .9; overflow-wrap: anywhere; }
.article-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; -webkit-overflow-scrolling: touch; }
.article-content pre { max-width: 100%; overflow-x: auto; white-space: pre-wrap; overflow-wrap: anywhere; }
.article-content p, .article-content li, .article-content a { overflow-wrap: anywhere; }
.article-lead { display: flex; gap: 14px; margin-bottom: 25px; padding: 20px 22px; border-left: 4px solid var(--brand); border-radius: 0 12px 12px 0; background: #fff6f7; }
.article-lead > span { color: var(--brand); font-size: 25px; }
.article-lead p { margin: 0; color: #41464f; font-size: 16px; font-weight: 500; line-height: 1.75; }
.article-content { padding: 8px 0 30px; }
.article-reminder { display: flex; gap: 14px; margin-top: 12px; padding: 21px; border: 1px solid #ffd9dc; border-radius: 14px; background: #fff9f9; }
.article-reminder > span { color: var(--brand); font-size: 27px; }
.article-reminder strong { color: #22262c; }
.article-reminder p { margin: 5px 0 0; color: #6b717b; font-size: 14px; }
.article-share { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 25px; padding-top: 20px; border-top: 1px solid #e8eaed; }
.article-share p { margin: 0; color: #5f6570; }
.article-share a { display: inline-flex; align-items: center; gap: 7px; color: var(--brand); font-weight: 600; }
.article-sidebar { position: sticky; top: 110px; display: grid; gap: 18px; }
.article-sidebar section { padding: 22px; border: 1px solid #e2e5e8; border-radius: 16px; background: #fff; }
.article-sidebar .eyebrow { margin-bottom: 2px; font-size: 13px; }
.article-sidebar h2 { margin-bottom: 14px; color: #22262c; font-size: 21px; }
.article-sidebar nav { display: grid; gap: 8px; }
.article-sidebar nav a { display: grid; min-height: 55px; grid-template-columns: 32px 1fr auto; align-items: center; gap: 9px; padding: 8px 10px; border-radius: 10px; color: #505660; background: #f7f8f9; }
.article-sidebar nav a:hover, .article-sidebar nav a.is-active { color: var(--brand); background: #fff0f1; }
.article-sidebar nav a > span { color: var(--brand); font-size: 19px; }
.article-sidebar nav b { font-size: 14px; }
.article-sidebar nav small { font-size: 12px; }
.article-sidebar .sidebar-sms { color: #fff; background: linear-gradient(145deg, #ef1022, #b8000f); }
.sidebar-sms > span { font-size: 32px; }
.article-sidebar .sidebar-sms h2 { margin: 10px 0; color: #fff; }
.sidebar-sms p { display: flex; align-items: baseline; gap: 8px; margin-bottom: 15px; }
.sidebar-sms p strong { font-size: 17px; }
.sidebar-sms p small { opacity: .75; }
.sidebar-sms p b { font-size: 25px; }
.sidebar-sms > a { display: inline-flex; min-height: 40px; align-items: center; padding: 8px 14px; border-radius: 8px; color: var(--brand); background: #fff; font-size: 14px; font-weight: 700; }
.related-articles { background: #f8f9fa; }

/* About and generic pages */
.about-hero { position: relative; overflow: hidden; background: linear-gradient(115deg,#fff 0,#fff 52%,#f3f7ff 100%); }
.about-hero__grid { display: grid; min-height: 530px; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding-block: 55px; }
.about-hero h1 { margin-bottom: 18px; color: #14161b; font-size: clamp(45px,5.4vw,65px); line-height: 1.15; letter-spacing: -.05em; }
.about-hero h1 span { color: var(--brand); }
.about-hero h1 + p { max-width: 630px; margin-bottom: 28px; color: #616772; font-size: 17px; line-height: 1.8; }
.about-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.about-hero__visual { position: relative; min-height: 410px; }
.about-phone { position: absolute; z-index: 2; top: 10px; right: 95px; display: flex; width: 230px; height: 390px; flex-direction: column; align-items: center; justify-content: center; border: 9px solid #17191d; border-radius: 40px; color: #fff; background: radial-gradient(circle at 50% 45%, #80000b, #180307 48%, #050506); box-shadow: 0 35px 55px rgba(49,15,19,.27); transform: rotate(4deg); }
.about-phone::before { position: absolute; top: 10px; width: 60px; height: 10px; border-radius: 10px; background: #050506; content: ""; }
.about-phone > span { color: #f5cfd2; font-size: 13px; }
.about-phone > b { margin: 16px 0 21px; font-size: 27px; line-height: 1.35; text-align: center; }
.about-phone > i { display: inline-flex; position: absolute; bottom: 72px; align-items: center; justify-content: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: rgba(255,255,255,.1); font-size: 16px; font-style: normal; font-weight: 700; }
.about-phone > i:first-of-type { left: 57px; }
.about-phone > i:last-of-type { right: 57px; }
.about-phone small { position: absolute; bottom: 27px; color: #f4d9db; font-size: 12px; }
.about-signal { position: absolute; z-index: 1; top: 0; right: 20px; width: 410px; height: 410px; border: 1px solid rgba(21,94,239,.12); border-radius: 50%; }
.about-signal--two { top: 55px; right: 75px; width: 300px; height: 300px; }
.about-mission { background: #fafbfc; }
.about-mission__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: end; margin-bottom: 35px; }
.about-mission__grid h2 { margin: 0; color: #171a1f; font-size: clamp(30px,3.4vw,40px); line-height: 1.35; }
.about-mission__grid > p { margin: 0; color: #646a75; font-size: 17px; line-height: 1.85; }
.about-values { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.about-values article { position: relative; min-height: 235px; padding: 23px; border: 1px solid #e1e4e7; border-radius: 16px; background: #fff; }
.about-values article > span { position: absolute; top: 17px; right: 18px; color: #d7dade; font-size: 13px; font-weight: 700; }
.about-values article > div { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 35px; border-radius: 13px; color: var(--brand); background: var(--brand-soft); font-size: 24px; }
.about-values h3 { margin-bottom: 8px; color: #22262c; font-size: 19px; }
.about-values p { margin: 0; color: #747a84; font-size: 14px; line-height: 1.7; }
.about-content-section__grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 60px; }
.about-content-visual { position: relative; display: grid; min-height: 390px; place-items: center; align-content: center; overflow: hidden; border-radius: 22px; color: #fff; background: linear-gradient(145deg,#ef1022,#a9000e); box-shadow: 0 25px 50px rgba(170,0,14,.2); }
.about-content-visual::before, .about-content-visual::after { position: absolute; width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; }
.about-content-visual::after { width: 230px; height: 230px; }
.about-content-visual > span { position: relative; z-index: 1; font-size: 54px; }
.about-content-visual strong { position: relative; z-index: 1; font-size: 55px; }
.about-content-visual p { position: relative; z-index: 1; margin: 5px 0 0; color: #ffd9dc; }
.about-process { background: #f8f9fa; }
.about-process__steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 20px; }
.about-process__steps article { min-height: 210px; padding: 24px; border: 1px solid #e0e3e6; border-radius: 16px; background: #fff; text-align: center; }
.about-process__steps article > span { display: grid; width: 52px; height: 52px; place-items: center; margin: 0 auto 15px; border-radius: 50%; color: var(--brand); background: var(--brand-soft); font-size: 25px; }
.about-process__steps article > b { display: block; color: #c7cbd1; font-size: 13px; }
.about-process__steps h3 { margin: 4px 0 7px; color: #22262c; font-size: 18px; }
.about-process__steps p { margin: 0; color: #747a84; font-size: 14px; }
.about-process__steps > i { color: #c7cbd0; font-size: 25px; }
.about-disclaimer { padding: 25px 0; border-block: 1px solid #f0d9dc; background: #fff7f8; }
.about-disclaimer .site-container { display: flex; align-items: flex-start; gap: 15px; }
.about-disclaimer span { color: var(--brand); font-size: 27px; }
.about-disclaimer strong { color: #292d33; }
.about-disclaimer p { margin: 4px 0 0; color: #6f7580; font-size: 14px; }
.generic-page-hero { padding: 55px 0; border-bottom: 1px solid #eee; background: linear-gradient(120deg,#fff,#f7f9ff); }
.generic-page-hero h1 { margin-bottom: 12px; color: #16191e; font-size: 44px; }
.generic-page-hero p { max-width: 760px; margin: 0; color: #686e79; font-size: 17px; }
.contact-hero { position: relative; overflow: hidden; padding: 45px 0 58px; border-bottom: 1px solid #f0e6e7; background: radial-gradient(circle at 82% 28%,rgba(21,94,239,.1),transparent 28%),linear-gradient(120deg,#fff 20%,#f7f9ff); }
.contact-hero::after { position: absolute; top: -110px; right: 8%; width: 310px; height: 310px; border: 55px solid rgba(21,94,239,.035); border-radius: 50%; content: ""; pointer-events: none; }
.contact-hero__inner { position: relative; z-index: 1; }
.contact-hero .breadcrumbs { margin-bottom: 30px; }
.contact-hero h1 { max-width: 760px; margin-bottom: 16px; color: #14171c; font-size: clamp(38px,4.8vw,58px); line-height: 1.14; letter-spacing: -.04em; }
.contact-hero__description { max-width: 720px; color: #636a75; font-size: 17px; line-height: 1.75; }
.contact-hero__description > :last-child { margin-bottom: 0; }
.contact-hero__trust { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 25px; color: #4f5660; font-size: 14px; font-weight: 600; }
.contact-hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.contact-hero__trust .icon { width: 19px; height: 19px; color: var(--brand); }
.contact-section { padding: 66px 0 78px; background: #f8f9fa; }
.contact-layout { display: grid; grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr); gap: 34px; align-items: start; }
.contact-layout--info-only { max-width: 1100px; grid-template-columns: minmax(0,1fr); }
.contact-layout--info-only .contact-info { padding: 38px; border: 1px solid #e4e6e9; border-radius: 24px; background: #fff; box-shadow: 0 18px 52px rgba(24,28,34,.07); }
.contact-layout--info-only .contact-info__heading { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1fr); align-items: end; gap: 48px; }
.contact-layout--info-only .contact-info__heading h2 { margin-bottom: 0; font-size: clamp(30px,3.4vw,40px); }
.contact-layout--info-only .contact-info__heading > p:last-child { padding-bottom: 2px; }
.contact-layout--info-only .contact-info-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.contact-layout--info-only .contact-info-card { min-height: 156px; flex-direction: column; padding: 21px; background: #fafbfc; box-shadow: none; transition: border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.contact-layout--info-only .contact-info-card:hover { border-color: color-mix(in srgb,var(--brand) 25%,#e4e6e9); box-shadow: 0 12px 26px rgba(23,27,33,.07); transform: translateY(-2px); }
.contact-layout--info-only .contact-hotline { min-height: 88px; margin-top: 22px; padding-inline: 24px; }
.contact-info__heading { margin-bottom: 25px; }
.contact-info__heading .eyebrow { margin-bottom: 7px; font-size: 13px; }
.contact-info__heading h2 { margin-bottom: 10px; color: #181b20; font-size: 30px; letter-spacing: -.025em; }
.contact-info__heading > p:last-child { max-width: 580px; margin: 0; color: #69707b; line-height: 1.7; }
.contact-info-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.contact-info-card { display: flex; min-width: 0; gap: 13px; padding: 19px 17px; border: 1px solid #e4e6e9; border-radius: 15px; background: #fff; box-shadow: 0 8px 24px rgba(23,27,33,.035); }
.contact-info-card__icon { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 12px; color: var(--brand); background: var(--brand-soft); }
.contact-info-card__icon .icon { width: 21px; height: 21px; }
.contact-info-card__content { min-width: 0; color: #656c77; font-size: 13px; line-height: 1.55; }
.contact-info-card__content h2, .contact-info-card__content h3 { margin: 0 0 5px; color: #7c828c; font-size: 13px; font-weight: 500; }
.contact-info-card__content p { margin: 0; overflow-wrap: anywhere; }
.contact-info-card__content a, .contact-info-card__content strong { color: #1d2025; font-size: 15px; font-weight: 700; }
.contact-info-card__content a:hover { color: var(--brand); }
.contact-hotline { display: grid; min-height: 82px; grid-template-columns: 48px minmax(0,1fr) 23px; align-items: center; gap: 13px; margin-top: 18px; padding: 14px 18px; border-radius: 16px; color: #fff; background: linear-gradient(120deg,var(--brand),var(--brand-dark)); box-shadow: 0 15px 30px color-mix(in srgb,var(--brand) 20%,transparent); }
.contact-hotline > span:first-child { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.11); }
.contact-hotline .icon { width: 22px; height: 22px; }
.contact-hotline > span:nth-child(2) { display: grid; gap: 2px; }
.contact-hotline small { color: rgba(255,255,255,.78); font-size: 12px; }
.contact-hotline strong { font-size: 23px; letter-spacing: .02em; }
.contact-form-card { scroll-margin-top: 120px; padding: 32px; border: 1px solid #e3e5e8; border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(24,28,34,.08); }
.contact-form-card__intro h2 { margin-bottom: 8px; color: #171a1f; font-size: 29px; letter-spacing: -.025em; }
.contact-form-card__intro p { margin-bottom: 24px; color: #6b717c; line-height: 1.65; }
.contact-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }
.contact-field { display: grid; min-width: 0; gap: 8px; }
.contact-field--wide { grid-column: 1 / -1; }
.contact-field > span { color: #454b55; font-size: 13px; font-weight: 600; }
.contact-field > span b { color: var(--brand); }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; border: 1px solid #dfe2e6; border-radius: 10px; color: #24282e; outline: 0; background: #fff; transition: border-color .2s ease,box-shadow .2s ease; }
.contact-field input, .contact-field select { height: 48px; padding: 0 13px; }
.contact-field textarea { min-height: 125px; padding: 13px; resize: vertical; line-height: 1.6; }
.contact-field input:focus, .contact-field select:focus, .contact-field textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(21,94,239,.08); }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #a0a5ad; }
.contact-consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; padding: 13px 14px; border: 1px solid #d5e1f7; border-radius: 11px; background: #f5f8ff; }
.contact-consent input { width: 18px; height: 18px; flex: 0 0 18px; margin: 2px 0 0; accent-color: var(--brand); }
.contact-consent span { color: #525f76; font-weight: 500; line-height: 1.55; }
.contact-consent a { color: var(--brand-dark); font-weight: 700; text-decoration: underline; }
.contact-form__submit { width: 100%; margin-top: 20px; }
.contact-form__submit .icon { width: 19px; height: 19px; }
.contact-form__submit-icon { display: inline-flex; align-items: center; justify-content: center; }
.contact-form__submit:disabled { cursor: wait; opacity: .78; }
.contact-form__submit.is-loading .contact-form__submit-icon { width: 19px; height: 19px; border: 2px solid rgba(255,255,255,.5); border-top-color: #fff; border-radius: 50%; animation: contact-submit-spin .7s linear infinite; }
.contact-form__submit.is-loading .contact-form__submit-icon .icon { display: none; }
.contact-form.is-loading .contact-field { opacity: .72; }
.contact-notice[hidden] { display: none; }
.contact-notice:focus { outline: 2px solid color-mix(in srgb,var(--brand) 35%,transparent); outline-offset: 3px; }
@keyframes contact-submit-spin { to { transform: rotate(360deg); } }
.contact-form__privacy { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 13px 0 0; color: #858b94; font-size: 12px; text-align: center; }
.contact-form__privacy .icon { width: 16px; height: 16px; color: var(--brand); }
.contact-form__honeypot { position: fixed; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-notice { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 19px; padding: 12px 14px; border-radius: 10px; font-size: 14px; line-height: 1.55; }
.contact-notice .icon { width: 19px; height: 19px; flex: 0 0 19px; margin-top: 1px; }
.contact-notice--success { color: #17663a; background: #eefaf3; }
.contact-notice--error { color: #a31320; background: #fff0f1; }
.search-page-hero { padding-bottom: 48px; }
.search-page-hero .breadcrumbs { margin-bottom: 22px; }
.search-page-form { display: grid; width: min(760px,100%); min-height: 62px; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 12px; margin-top: 27px; padding: 7px 7px 7px 18px; border: 1px solid #dedfe3; border-radius: 13px; background: #fff; box-shadow: 0 12px 30px rgba(28,32,38,.08); }
.search-page-form > span { color: #8a9099; font-size: 21px; }
.search-page-form input { width: 100%; height: 46px; border: 0; color: var(--ink); outline: 0; background: transparent; }
.search-page-form input::placeholder { color: #959ba4; }
.search-page-form .button { min-height: 48px; }
.search-results-heading { margin-bottom: 24px; }
.search-results-heading h2 { margin-bottom: 4px; color: var(--ink); font-size: 28px; }
.search-results-heading h2 strong { color: var(--brand); }
.search-results-heading p { margin: 0; color: var(--muted); }
.generic-page-content .rich-content { max-width: 850px; margin-inline: auto; }

/* Captions stay secondary without dropping below the project's 14px readability floor. */
.inner-page small,
.inner-page .eyebrow,
.package-card__label,
.package-card__network,
.package-note,
.article-card__visual > b,
.article-card > div > span,
.article-list-aside a strong,
.article-kind,
.article-meta,
.about-values article > span,
.about-process__steps article > b { font-size: 14px; }

@media (max-width: 1024px) {
    .contact-layout { grid-template-columns: minmax(0,.9fr) minmax(400px,1.1fr); gap: 24px; }
    .contact-info-grid { grid-template-columns: 1fr; }
    .contact-layout--info-only { grid-template-columns: 1fr; }
    .contact-layout--info-only .contact-info-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .package-filters { grid-template-columns: repeat(4,1fr); }
    .package-filters__search { grid-column: 1 / 4; }
    .package-filters .button { grid-column: 4; grid-row: 1; }
    .package-grid { gap: 15px; }
    .package-detail-hero__grid { gap: 35px; }
    .package-detail-content__grid { grid-template-columns: minmax(0,1fr) 310px; }
    .package-information__grid { grid-template-columns: minmax(0,1fr) 290px; }
    .about-hero__grid { gap: 30px; }
    .about-values { gap: 12px; }
}

@media (max-width: 820px) {
    .contact-layout { grid-template-columns: 1fr; }
    .contact-info-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .contact-layout--info-only .contact-info { padding: 28px; }
    .contact-layout--info-only .contact-info__heading { grid-template-columns: 1fr; gap: 12px; }
    .registration-success__card { grid-template-columns: 1fr; gap: 30px; padding: 34px; }
    .registration-success__visual { width: min(100%,390px); margin-inline: auto; }
    .inner-hero__grid, .package-detail-hero__grid, .about-hero__grid { grid-template-columns: 1fr; }
    .inner-hero__grid { padding-block: 40px; }
    .package-hero-visual { min-height: 330px; }
    .catalog-toolbar { grid-template-columns: 1fr; }
    .package-grid { grid-template-columns: repeat(2,1fr); }
    .selection-guide__panel { grid-template-columns: 1fr; gap: 28px; }
    .package-detail-visual { min-height: 430px; }
    .package-detail-content__grid, .package-information__grid { grid-template-columns: 1fr; }
    .article-list-layout, .article-layout { width: 100%; max-width: 100%; grid-template-columns: minmax(0,1fr); }
    .sticky-register-card, .package-representative-card, .article-list-aside, .article-sidebar { position: static; }
    .package-representative-card { width: min(100%,420px); margin-inline: auto; }
    .article-list-aside { grid-template-columns: 1fr; }
    .article-grid, .article-grid--list { grid-template-columns: minmax(0,1fr); }
    .article-list-layout > div, .article-card, .article-card > div { max-width: 100%; min-width: 0; }
    .article-search { max-width: 100%; grid-template-columns: auto minmax(0,1fr) auto; }
    .article-search input { min-width: 0; }
    .article-card h2, .article-card h3, .article-card h2 a, .article-card h3 a { max-width: 100%; overflow-wrap: anywhere; }
    .article-detail-header__inner { text-align: left; }
    .article-detail-header .breadcrumbs, .article-meta { justify-content: flex-start; }
    .article-layout { gap: 28px; }
    .article-main { min-width: 0; max-width: 100%; overflow: hidden; }
    .about-hero__visual { min-height: 420px; }
    .about-mission__grid, .about-content-section__grid { grid-template-columns: 1fr; gap: 30px; }
    .about-values { grid-template-columns: repeat(2,1fr); }
    .about-process__steps { grid-template-columns: 1fr; }
    .about-process__steps > i { margin: -8px auto; transform: rotate(90deg); }
    .package-compare__wrap { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
    .package-compare__table { min-width: 760px; }
    .package-compare__swipe-hint { display: flex; max-height: 40px; align-items: center; justify-content: flex-end; gap: 7px; margin: -8px 2px 10px; overflow: hidden; color: #6f7580; font-size: 13px; transition: max-height .25s ease, margin .25s ease, opacity .2s ease; }
    .package-compare__swipe-hint b { color: var(--brand); font-size: 20px; line-height: 1; }
    .package-compare__swipe-hint.is-hidden { max-height: 0; margin-block: 0; opacity: 0; }
    .package-compare__edge { position: absolute; z-index: 4; top: 0; right: 0; bottom: 7px; display: grid; width: 48px; padding: 0; border: 0; place-items: center; cursor: pointer; touch-action: manipulation; background: linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.94)); opacity: 0; transition: opacity .2s ease; }
    .package-compare__edge::after { display: grid; width: 27px; height: 38px; place-items: center; border-radius: 18px 0 0 18px; color: #fff; background: var(--brand); content: "›"; font-size: 25px; font-weight: 600; box-shadow: 0 5px 14px rgba(21,94,239,.2); animation: package-compare-swipe 1.4s ease-in-out 2; }
    .package-compare__viewport.is-scrollable:not(.is-at-end) .package-compare__edge { opacity: 1; }
    .package-compare__viewport.is-at-end .package-compare__edge { pointer-events: none; }
}

@keyframes package-compare-swipe {
    0%,100% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
}

@keyframes package-results-spin {
    to { transform: translateX(-50%) rotate(360deg); }
}

@keyframes package-results-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 560px) {
    .article-list-hero { padding-top: 30px; }
    .article-list-hero .breadcrumbs { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
    .article-list-hero h1 { font-size: 31px; line-height: 1.22; text-align: left; }
    .article-list-hero h1 + p { font-size: 15px; line-height: 1.65; text-align: left; }
    .article-category-tabs { margin-top: 17px; padding: 6px; scrollbar-width: none; }
    .article-category-tabs::-webkit-scrollbar { display: none; }
    .article-category-tabs a { min-height: 40px; padding: 8px 13px; font-size: 13px; }
    .article-list-section { padding-block: 28px 38px; }
    .article-list-layout { gap: 24px; }
    .article-search { grid-template-columns: 28px minmax(0,1fr); gap: 4px; margin-bottom: 18px; padding: 8px 10px; border-radius: 14px; }
    .article-search input { height: 40px; font-size: 14px; }
    .article-search button { grid-column: 1 / -1; width: 100%; height: 40px; margin-top: 3px; }
    .article-grid, .article-grid--list { gap: 16px; }
    .article-card { max-width: 100%; border-radius: 15px; }
    .article-card:hover { transform: none; }
    .article-card__visual::before { width: 160px; height: 160px; }
    .article-card__visual::after { width: 96px; height: 96px; }
    .article-card__visual > .article-card__initial { font-size: 54px; }
    .article-card > div { padding: 17px 16px 18px; }
    .article-card > div > span { margin-bottom: 6px; line-height: 1.45; }
    .article-card h2, .article-card h3 { margin-bottom: 8px; font-size: 19px; line-height: 1.42; }
    .article-card p { display: -webkit-box; margin-bottom: 13px; overflow: hidden; font-size: 14px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
    .article-card__more { min-height: 38px; align-items: center; }
    .article-list-aside { gap: 14px; }
    .article-list-aside section { padding: 18px 16px; }
    .article-detail-header { padding: 28px 0 32px; }
    .article-detail-header__inner { text-align: left; }
    .article-detail-header .breadcrumbs { justify-content: flex-start; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
    .article-detail-header .breadcrumbs::-webkit-scrollbar { display: none; }
    .article-kind { margin-bottom: 12px; padding: 6px 10px; font-size: 12px; }
    .article-detail-header h1 { margin-bottom: 12px; font-size: 29px; line-height: 1.28; letter-spacing: -.025em; }
    .article-detail-header h1 + p { margin-bottom: 15px; font-size: 15px; line-height: 1.65; }
    .article-meta { justify-content: flex-start; gap: 8px 15px; font-size: 12px; }
    .article-layout { gap: 28px; padding-block: 28px; }
    .article-lead { gap: 10px; margin-bottom: 20px; padding: 16px 14px; }
    .article-lead > span { flex: none; font-size: 21px; }
    .article-lead p { font-size: 15px; line-height: 1.7; }
    .article-content { padding-bottom: 20px; font-size: 15px; line-height: 1.78; }
    .article-content h2 { margin-top: 28px; font-size: 22px; line-height: 1.38; }
    .article-content h3 { margin-top: 23px; font-size: 18px; line-height: 1.45; }
    .article-content ul, .article-content ol { padding-left: 20px; }
    .article-reminder { gap: 10px; padding: 16px 14px; }
    .article-reminder > span { flex: none; font-size: 22px; }
    .article-share { gap: 10px; margin-top: 20px; }
    .article-share a { min-height: 42px; align-items: center; }
    .article-sidebar { gap: 14px; }
    .article-sidebar section { padding: 18px 16px; }
    .related-articles { padding-block: 34px; }
    .related-articles .section-heading--row { align-items: flex-start; flex-direction: column; gap: 10px; }
    .contact-hero { padding: 28px 0 40px; }
    .contact-hero h1 { font-size: 36px; }
    .contact-hero__description { font-size: 15px; }
    .contact-hero__trust { display: grid; gap: 10px; }
    .contact-section { padding: 38px 0 50px; }
    .contact-info-grid, .contact-form__grid { grid-template-columns: 1fr; }
    .contact-layout--info-only .contact-info { padding: 22px 16px; border-radius: 18px; }
    .contact-layout--info-only .contact-info-grid { grid-template-columns: 1fr; }
    .contact-layout--info-only .contact-info-card { min-height: 0; flex-direction: row; padding: 18px 16px; }
    .contact-layout--info-only .contact-hotline { min-height: 80px; padding-inline: 16px; }
    .contact-layout--info-only .contact-hotline strong { font-size: 19px; }
    .contact-field--wide { grid-column: auto; }
    .contact-form-card { padding: 24px 18px; border-radius: 17px; }
    .contact-form-card__intro h2 { font-size: 25px; }
    .registration-success { padding: 8px 0 34px; }
    .registration-success__card { gap: 26px; padding: 25px 18px; border-radius: 18px; }
    .registration-success__content h2 { font-size: 27px; }
    .registration-success__command { flex-wrap: wrap; gap: 6px 9px; padding: 14px; }
    .registration-success__command strong, .registration-success__command b { font-size: 18px; }
    .registration-success__content .button { width: 100%; }
    .registration-success__visual { width: min(100%,310px); }
    .breadcrumbs { margin-bottom: 18px; }
    .inner-hero h1, .about-hero h1 { font-size: 36px; }
    .inner-hero__grid { gap: 20px; }
    .inner-hero__trust { display: grid; }
    .package-hero-visual { min-height: 300px; transform: scale(.9); }
    .package-hero-visual__phone { right: 50%; transform: translateX(50%) rotate(4deg); }
    .catalog-toolbar { padding: 14px; }
    .package-filters { grid-template-columns: 1fr; }
    .package-filters__search, .package-filters .button { grid-column: auto; grid-row: auto; }
    .package-grid, .package-grid--three, .article-grid, .article-grid--list { grid-template-columns: 1fr; }
    .package-card { min-height: 410px; }
    .selection-guide__panel { padding: 26px 20px; }
    .selection-guide__steps { grid-template-columns: 1fr; }
    .selection-guide__steps article { min-height: 130px; }
    .selection-guide__steps h3 { margin-top: 16px; }
    .package-detail-hero { padding-bottom: 34px; }
    .package-detail-visual { min-height: 390px; }
    .package-detail-visual > div { width: 220px; height: 330px; }
    .package-detail-summary__price { flex-wrap: wrap; gap: 10px 14px; }
    .package-detail-summary__label { margin-left: auto; }
    .package-benefit-grid { grid-template-columns: 1fr; }
    .package-sms-box { min-height: 80px; grid-template-columns: minmax(0,1fr) auto auto; gap: 9px; padding: 13px 12px; border-radius: 15px; }
    .package-sms-box > div { gap: 9px; }
    .package-sms-box > div > span { width: 38px; height: 38px; flex-basis: 38px; border-radius: 11px; }
    .package-sms-box > div > span .icon { width: 20px; height: 20px; }
    .package-sms-box small { margin-bottom: 3px; font-size: 10px; }
    .package-sms-box strong { font-size: 20px; }
    .package-sms-box > i { padding: 5px 7px; font-size: 11px; }
    .package-sms-box > b { font-size: 27px; }
    .package-detail-summary__actions { display: grid; }
    .package-detail-nav .site-container { gap: 24px; }
    .content-card { padding: 21px 17px; }
    .content-card__heading { align-items: flex-start; }
    .content-card__heading h2 { font-size: 21px; }
    .package-spec-list > div { display: block; }
    .package-spec-list dd { margin-top: 5px; text-align: left; }
    .package-spec-list > .package-spec-list__sms { display: grid; grid-template-columns: 1fr; gap: 11px; padding: 14px; }
    .package-spec-list__sms dt { font-size: 13px; letter-spacing: .02em; }
    .package-spec-list__sms dt .icon { width: 20px; height: 20px; }
    .package-spec-list__sms dd { width: 100%; grid-template-columns: minmax(0,1fr) auto auto; gap: 8px; margin-top: 0; padding: 13px 12px; text-align: left; }
    .package-spec-list__sms dd strong { overflow: hidden; font-size: clamp(17px,5vw,21px); text-overflow: ellipsis; }
    .package-spec-list__sms dd b { font-size: 21px; }
    .article-category-tabs { display: flex; width: 100%; border-radius: 12px 12px 0 0; }
    .article-list-aside { grid-template-columns: 1fr; }
    .article-share { align-items: flex-start; flex-direction: column; }
    .article-main { min-width: 0; overflow: hidden; }
    .about-hero__actions .button { width: 100%; }
    .about-hero__visual { min-height: 390px; transform: scale(.9); }
    .about-phone { right: 50%; transform: translateX(50%) rotate(3deg); }
    .about-values { grid-template-columns: 1fr; }
    .about-values article { min-height: 200px; }
    .about-content-visual { min-height: 330px; }
    .generic-page-hero h1 { font-size: 34px; }
    .search-page-form { grid-template-columns: 22px minmax(0,1fr); padding: 12px 14px; }
    .search-page-form .button { grid-column: 1 / -1; width: 100%; }
    .search-results-heading h2 { font-size: 24px; }
    .package-compare .section-heading { align-items: flex-start; }
    .package-compare .section-heading > a { margin-top: 8px; }
    .catalog-pagination { gap: 7px; margin-top: 24px; }
    .catalog-pagination__pages { gap: 5px; }
    .catalog-pagination a, .catalog-pagination__pages > span:not([aria-hidden]) { min-width: 38px; height: 38px; padding: 0 9px; border-radius: 9px; }
    .catalog-pagination a.catalog-pagination__direction { padding-inline: 10px; }
    .catalog-pagination__direction span { display: none; }
}

@media (max-width: 820px) {
    .not-found-section { padding: 34px 0 54px; }
    .not-found-card { grid-template-columns: 1fr; border-radius: 19px; }
    .not-found-visual { min-height: 260px; }
    .not-found-visual::before { width: 230px; height: 230px; box-shadow: 0 0 0 42px color-mix(in srgb,var(--brand) 3%,transparent),0 0 0 84px color-mix(in srgb,var(--brand) 2%,transparent); }
    .not-found-visual__code { top: 20px; font-size: 105px; }
    .not-found-visual__signal { width: 82px; height: 82px; border-width: 7px; }
    .not-found-visual__signal .icon { width: 35px; height: 35px; }
    .not-found-visual__status { bottom: 25px; }
    .not-found-copy { padding: 34px 28px; }
}

@media (max-width: 560px) {
    .not-found-copy { padding: 28px 18px; }
    .not-found-copy h1 { font-size: 32px; }
    .not-found-copy > p:not(.eyebrow) { font-size: 14px; }
    .not-found-search { grid-template-columns: 20px minmax(0,1fr); padding: 10px 12px; }
    .not-found-search button { grid-column: 1 / -1; width: 100%; }
    .not-found-actions { display: grid; }
    .not-found-actions .button { width: 100%; min-width: 0; }
    .not-found-links { grid-template-columns: 1fr; }
    .not-found-links strong, .not-found-links small { font-size: 14px; }
}
