:root {
  --ink: #202124;
  --muted: #62656c;
  --line: #e6e7eb;
  --paper: #fff;
  --blue: #c71966;
  --blue-dark: #a81254;
  --mint: #e9f7f3;
  --pink: #fff0f5;
  --teal: #087f76;
}
body { background: #fff; letter-spacing: 0; }
a, button, input, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid #087f76; outline-offset: 4px; }
.ui-icon { width: 20px; height: 20px; flex: 0 0 20px; }
.site-header { padding: 15px max(24px, calc((100% - 1180px) / 2)); gap: 24px; background: #fff; border-color: #ededf0; box-shadow: 0 3px 14px #20212405; }
.brand { flex-shrink: 0; font-size: 1.08rem; }
.brand img { width: 46px; height: 46px; }
.header-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.header-consent { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; flex: 0 0 56px; border-radius: 50%; }
.header-consent img { width: 100%; height: 100%; object-fit: contain; }
.site-header nav { gap: 8px; }
.site-header nav a { font-size: .94rem; font-weight: 750; padding: 10px; }
.site-header nav a:hover { background: #fff0f5; color: #b0185d; }
.site-header .header-call { gap: 10px; flex-shrink: 0; padding: 9px 16px; background: #fff; border: 1px solid #eedce4; color: #262129; box-shadow: 0 4px 0 #f5e6ed, 0 7px 16px #712a4912; transition: box-shadow .18s, transform .18s; }
.header-call .ui-icon { color: #c71966; }
.header-call span { display: grid; gap: 1px; line-height: 1.35; }
.header-call small { color: #8c375c; font-size: .68rem; font-weight: 600; }
.header-call strong { font-size: .91rem; white-space: nowrap; }
.site-header .header-call:hover { background: #fff8fb; transform: translateY(-2px); box-shadow: 0 5px 0 #f0d8e2, 0 10px 22px #712a4920; }
.section { padding-block: 64px; }
.section[id] { scroll-margin-top: 100px; }
h1, h2, h3 { font-weight: 800; }
h2 { font-size: 1.85rem; line-height: 1.4; }
.lead { color: #5c6067; line-height: 1.8; }
.btn { gap: 9px; border-color: #dddfe4; font-size: .95rem; font-weight: 750; padding: 12px 20px; transition: background .18s, box-shadow .18s, transform .18s; }
.btn.primary { background: #c71966; border-color: #c71966; }
.btn.dark { background: #29272c; border-color: #29272c; }
.btn:hover { box-shadow: 0 5px 15px #45253612; }
.eyebrow { padding: 0; border: 0; border-radius: 0; background: transparent; color: #a81254; }
.section-label { display: block; color: #a81254; font-size: .82rem; font-weight: 800; margin-bottom: 10px; }
.directory-head { align-items: center; gap: 24px; margin-bottom: 28px; }
.section-title p { color: #62656c; font-size: .97rem; }
.home-intro { padding: 45px 24px 30px; text-align: center; background: #f4fbf9; border-bottom: 1px solid #e6f0ec; }
.home-intro h1 { margin: 12px auto 0; font-size: 2.7rem; max-width: 900px; }
.home-intro .lead { margin: 16px auto 0; max-width: 690px; font-size: 1rem; }
.home-intro .hero-actions { justify-content: center; margin-top: 22px; }
.home-activation { padding-top: 34px; padding-bottom: 42px; scroll-margin-top: 100px; }
.home-activation .directory-head h2 { font-size: 1.4rem; }
.home-activation .directory-head p { margin-top: 5px; font-size: .9rem; }
.home-activation .usim-grid { gap: 24px; }
.home-activation .usim-card { display: grid; grid-template-columns: minmax(140px, .8fr) minmax(0, 1fr); align-items: center; gap: 22px; background: #f0faf7; border: 1px solid #d5eae3; border-radius: 8px; padding: 22px; }
.home-activation .usim-card + .usim-card { border: 1px solid #f2dce6; background: #fff4f8; }
.home-activation .usim-card img { border: 0; border-radius: 4px; }
.home-activation .usim-card .carrier { margin: 0 0 12px; }
.home-activation .usim-card h3 { font-size: 1.3rem; line-height: 1.4; }
.home-activation .usim-card p { font-size: .86rem; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; color: #2a3131; font-size: .9rem; font-weight: 800; }
.text-link:hover { color: #a81254; }
.service-strip { background: #fff; border-block: 1px solid var(--line); }
.service-strip .section-inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-strip a { display: grid; grid-template-columns: 1fr 24px; align-items: center; gap: 8px; padding: 24px 28px; border-right: 1px solid var(--line); font-weight: 800; }
.service-strip a:last-child { border: 0; }
.service-strip small { display: block; color: var(--muted); font-size: .8rem; font-weight: 500; margin-top: 3px; }
.service-strip a:hover { background: #fff8fb; color: #a81254; }
.home-methods .section-title { margin-bottom: 26px; }
.home-methods .method-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.method { padding: 28px; background: #f5faf8; border: 0; }
.method:nth-child(2) { background: #fff1f6; }
.method:nth-child(3) { background: #f4f6ff; }
.method .tag { background: transparent; padding: 0; color: #087f76; font-size: .85rem; margin-bottom: 18px; }
.method:nth-child(2) .tag { color: #ae205e; }
.method:nth-child(3) .tag { color: #485bb3; }
.method h3 { font-size: 1.18rem; line-height: 1.45; }
.method p { font-size: .93rem; }
.home-plans { background: #f7f8fa; }
.plan-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.plan { position: relative; padding: 25px 22px 20px; border-color: #e6e7ec; border-top: 4px solid #11877c; box-shadow: 0 5px 18px #282b3305; }
.plan[data-network="lg"] { border-top-color: #cb246b; }
.plan .tag { color: #08786d; background: #ebf7f3; font-size: .77rem; }
.plan[data-network="lg"] .tag { color: #a91754; background: #fff0f5; }
.plan h3 { margin-top: 14px; font-size: 1rem; }
.plan .plan-data-large { display: block; margin-top: 12px; font-size: 1.85rem; line-height: 1.25; }
.plan .plan-after { min-height: 25px; margin-top: 5px; font-size: .83rem; }
.plan .plan-inclusions { font-size: .82rem; line-height: 1.65; min-height: 44px; }
.plan .plan-price-line { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; margin-top: 23px; padding-top: 18px; border-top: 1px solid #ededf1; }
.plan .plan-price-line small { color: var(--muted); font-size: .8rem; }
.plan .plan-price-line strong { color: #b5165b; font-size: 1.5rem; margin: 0; }
.plan .text-link { display: flex; justify-content: space-between; border-top: 1px solid #ededf1; padding-top: 13px; font-size: .83rem; }
.region-search-home { padding-block: 45px; background: #ecf7f4; }
.region-search-layout { display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 40px; }
.region-search-layout h2 { font-size: 1.6rem; }
.region-search-layout .stats { margin-top: 20px; gap: 0; }
.stat { border: 0; border-radius: 0; background: transparent; padding: 0 18px; border-left: 1px solid #cbded6; }
.stat:first-child { border: 0; padding-left: 0; }
.stat strong { font-size: 1.4rem; color: #08786d; }
.stat span { font-size: .8rem; }
.search-band { padding: 0; border: 0; background: transparent; margin: 0; }
.search-box input { border: 1px solid #b5d6ca; background: #fff; font-size: .95rem; font-weight: 500; box-shadow: 0 4px 14px #1f665908; }
.search-label { display: block; font-weight: 750; font-size: .88rem; margin-bottom: 10px; }
.search-results:empty { margin: 0; }
.search-results { grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); }
.province-grid, .dong-grid { gap: 16px; }
.province-link, .dong-link { border-color: #e6e7eb; padding: 22px; transition: border-color .18s, box-shadow .18s; }
.province-link:hover, .dong-link:hover { border-color: #d2719a; box-shadow: 0 6px 20px #5123380a; }
.province-link p, .dong-link p { font-size: .9rem; }
.province-link span { color: #ad285e; font-size: .82rem; }
.local-hero { background: #f1f9f6; }
.local-hero .search-band { margin-top: 24px; }
.local-summary .info-box { background: transparent; border-radius: 0; border-width: 0 0 0 3px; }
.local-summary .info-box:nth-child(1) { border-left: 3px solid #c71966; }
.local-summary .info-box:nth-child(2) { border-left: 3px solid #087f76; }
.faq-band { background: #fbf8fa; }
.faq-band .method-grid { grid-template-columns: 1fr; }
.faq-item { padding: 20px 0; border-width: 0 0 1px; border-radius: 0; background: transparent; }
.faq-item h3 { font-size: 1rem; line-height: 1.5; }
.faq-item p { font-size: .92rem; }
.site-footer { display: block; padding: 24px max(24px, calc((100% - 1180px) / 2)); background: #f7f7f8; border-top: 1px solid #e6e7eb; color: #53565e; font-size: .78rem; line-height: 1.6; }
.footer-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px 36px; }
.site-footer p { color: inherit; margin: 0; }
.footer-heading { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 16px; color: #34363b; }
.footer-heading strong { font-size: .92rem; }
.footer-phone { display: inline-flex; align-items: center; gap: 6px; min-height: 28px; font-size: .86rem; font-weight: 750; }
.footer-phone .ui-icon { width: 15px; height: 15px; flex-basis: 15px; color: #a81254; }
.footer-hours, .footer-business-line { display: flex; flex-wrap: wrap; gap: 0 12px; }
.footer-hours span, .footer-business-line span { max-width: 100%; }
.footer-contact a { display: inline-block; padding-block: 2px; overflow-wrap: anywhere; }
.footer-business { overflow-wrap: anywhere; }
.site-footer .footer-links { border-top-color: #dedfe4; gap: 2px 16px; padding-top: 8px; }
.site-footer .footer-links a { display: inline-flex; align-items: center; min-height: 28px; border: 0; border-radius: 0; padding: 0; color: #53565e; font-size: inherit; }
.site-footer .footer-links .footer-policy { color: #8f174b; font-weight: 750; }
.site-footer .footer-note { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2px 16px; padding: 0; font-size: .75rem; }
@media (max-width: 1100px) {
  .site-header { gap: 12px; }
  .site-header nav { gap: 0; }
  .site-header nav a { padding: 8px; font-size: .86rem; }
  .plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-activation .usim-card { grid-template-columns: 1fr; align-items: start; }
  .home-activation .usim-card img { width: min(100%, 300px); margin: auto; }
}
@media (max-width: 900px) {
  .section[id] { scroll-margin-top: 20px; }
  .site-header { padding: 12px 24px 0; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .site-header nav { gap: 12px; padding-block: 5px; }
  .site-header nav a { font-size: .92rem; }
  .section { padding-block: 44px; }
  .directory-head { align-items: flex-start; }
  .region-search-layout { grid-template-columns: 1fr; gap: 26px; }
  .home-methods .method-grid { gap: 14px; }
  .method { padding: 22px; }
  .service-strip a { padding: 20px; }
}
@media (max-width: 600px) {
  .site-header { padding: 10px 16px 0; gap: 8px; }
  .brand { font-size: .86rem; gap: 6px; }
  .brand img { width: 34px; height: 34px; }
  .site-header .brand { min-width: 0; }
  .site-header .brand img { flex-shrink: 0; }
  .site-header .brand span { min-width: 0; word-break: keep-all; overflow-wrap: anywhere; }
  .header-actions { gap: 8px; }
  .header-consent { width: 44px; height: 44px; flex-basis: 44px; }
  .site-header .header-call { padding: 8px 10px; gap: 7px; }
  .header-call .ui-icon { width: 16px; height: 16px; flex-basis: 16px; }
  .header-call strong { font-size: .78rem; }
  .header-call small { font-size: .61rem; }
  .site-header nav { justify-content: space-between; gap: 0; }
  .site-header nav a { font-size: .76rem; padding: 10px 3px; }
  .home-intro { padding: 30px 18px; }
  .home-intro h1 { font-size: 2rem; }
  .home-intro .lead { font-size: .92rem; }
  .home-intro .hero-actions { gap: 8px; }
  .home-intro .btn { padding: 11px 13px; font-size: .87rem; }
  .home-activation .usim-grid { grid-template-columns: 1fr; gap: 16px; }
  .home-activation .usim-card { grid-template-columns: minmax(110px, .9fr) minmax(0, 1fr); padding: 18px; gap: 16px; }
  .home-activation .usim-card h3 { font-size: 1.08rem; }
  .home-activation .usim-card p { font-size: .8rem; }
  .home-activation .directory-head { gap: 12px; margin-bottom: 20px; }
  .service-strip .section-inner { grid-template-columns: 1fr; }
  .service-strip a { padding: 18px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .home-methods .method-grid, .plan-grid { grid-template-columns: 1fr; }
  .plan { padding: 24px; }
  .plan .plan-inclusions { min-height: auto; }
  .plan .plan-price-line { margin-top: 16px; }
  .btn { font-size: .87rem; padding: 11px 15px; }
  .stat { padding-inline: 12px; }
  .section { padding-block: 36px; }
  .home-activation { padding-top: 28px; }
  .region-search-home { padding-block: 36px; }
  .search-box input { font-size: .84rem; padding-inline: 12px; }
  .site-footer { padding: 20px 16px; font-size: .75rem; }
  .footer-inner { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .footer-heading strong { font-size: .86rem; }
  .footer-phone { font-size: .81rem; }
  .site-footer .footer-links { gap: 0 12px; }
}
@media (max-width: 360px) {
  .brand { font-size: .78rem; gap: 4px; }
  .brand img { width: 28px; height: 28px; }
  .header-actions { gap: 6px; }
  .site-header .header-call { gap: 5px; padding: 7px; }
  .header-call strong { font-size: .71rem; }
  .home-activation .usim-card { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
