/* Luân Apple Tây Ninh — public design system v2 */
:root{
  --brand:#0757d9;
  --brand-dark:#063b94;
  --brand-soft:#eaf2ff;
  --accent:#0aa765;
  --accent-dark:#07804e;
  --ink:#0b1933;
  --text:#334155;
  --muted:#64748b;
  --line:#dfe7f1;
  --surface:#fff;
  --surface-2:#f5f8fc;
  --warning:#f59e0b;
  --danger:#dc2626;
  --shadow-sm:0 8px 24px rgba(15,37,71,.07);
  --shadow:0 22px 60px rgba(8,32,70,.13);
  --radius-sm:12px;
  --radius:20px;
  --radius-lg:30px;
  --container:1200px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#fff}
body.is-public{margin:0;background:var(--surface-2);color:var(--text);font:400 16px/1.65 Arial,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
body.is-public img{max-width:100%;height:auto}
body.is-public a{color:inherit}
body.is-public button,body.is-public input,body.is-public textarea,body.is-public select{font:inherit}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link{position:fixed;top:10px;left:10px;z-index:100000;transform:translateY(-150%);background:#fff;color:var(--ink);padding:10px 14px;border-radius:8px;box-shadow:var(--shadow)}
.skip-link:focus{transform:none}
.site-main{min-height:55vh;overflow:hidden}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.eyebrow:before{content:"";width:24px;height:2px;background:currentColor;border-radius:2px}
.section-title{margin:8px 0 0;color:var(--ink);font-size:clamp(26px,3.2vw,42px);line-height:1.17;letter-spacing:-.035em}
.section-lead{max-width:700px;margin:12px 0 0;color:var(--muted);font-size:17px;line-height:1.7}
.section-heading-row{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}
.section-heading-row>a,.text-link{color:var(--brand)!important;font-weight:800;text-decoration:none}
.section-heading-row>a:hover,.text-link:hover{text-decoration:underline}

/* Header */
.site-topbar{position:relative;z-index:900;background:#071a37;color:#dbeafe;font-size:13px}
.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar-location,.topbar-meta{display:flex;align-items:center;gap:18px}
.topbar-location>span{font-size:9px;color:#42d392}
.topbar-meta a{color:#fff;text-decoration:none}
.site-header{position:relative;z-index:850;background:#fff;border-bottom:1px solid var(--line)}
.header-inner{min-height:96px;display:grid;grid-template-columns:minmax(260px,340px) minmax(280px,1fr) auto;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:13px;text-decoration:none;min-width:0}
.brand-logo{width:74px;height:58px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#fff}
.brand-logo img{width:100%;height:100%;object-fit:contain;transform:scale(1.55)}
.brand-initial{width:56px;height:56px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,var(--brand),#27a5f5);color:#fff;font-size:22px;font-weight:900;box-shadow:0 10px 26px rgba(7,87,217,.26)}
.brand-copy{display:flex;flex-direction:column;min-width:0}
.brand-copy strong{color:var(--ink);font-size:19px;line-height:1.2;white-space:nowrap}
.brand-copy small{margin-top:4px;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.header-search{height:50px;display:flex;align-items:center;border:1px solid #cfdbea;border-radius:14px;background:#f8fbff;overflow:hidden;transition:.2s ease}
.header-search:focus-within{border-color:var(--brand);box-shadow:0 0 0 4px rgba(7,87,217,.1);background:#fff}
.header-search input{flex:1;min-width:0;height:100%;padding:0 18px;border:0;outline:0;background:transparent;color:var(--ink)}
.header-search button{align-self:stretch;border:0;background:var(--brand);color:#fff;padding:0 22px;font-weight:800;cursor:pointer}
.header-search button:hover{background:var(--brand-dark)}
.header-call{display:flex;flex-direction:column;min-width:155px;text-decoration:none;padding-left:20px;border-left:1px solid var(--line)}
.header-call span{color:var(--muted);font-size:12px}
.header-call strong{color:var(--brand);font-size:17px;line-height:1.35}
.mobile-nav-toggle{display:none;width:46px;height:44px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer}
.mobile-nav-toggle span{display:block;height:2px;margin:5px 0;background:var(--ink);border-radius:4px;transition:.2s}

.primary-nav{background:var(--menu-bg,var(--brand));color:#fff;box-shadow:0 7px 18px rgba(7,34,79,.12)}
.nav-inner{display:flex;align-items:stretch;min-height:52px}
.nav-item{position:relative;display:flex;align-items:center}
.nav-link{height:52px;display:flex;align-items:center;padding:0 18px;color:#fff!important;text-decoration:none;font-size:15px;font-weight:700;white-space:nowrap;transition:.18s}
.nav-link:hover,.nav-item.is-open>.nav-link{background:rgba(255,255,255,.14)}
.nav-dropdown-toggle{width:30px;height:38px;margin-left:-12px;border:0;background:transparent;color:#fff;font-size:18px;cursor:pointer}
.nav-dropdown{position:absolute;top:100%;left:0;width:330px;padding-top:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;pointer-events:none}
.nav-dropdown-inner{max-height:calc(100vh - 175px);overflow:auto;padding:10px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}
.nav-item:hover>.nav-dropdown,.nav-item:focus-within>.nav-dropdown,.nav-item.is-open>.nav-dropdown{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.nav-direct-link,.nav-subitem>a{display:flex;align-items:center;min-height:42px;padding:9px 40px 9px 13px;border-radius:10px;color:var(--ink)!important;text-decoration:none;font-size:14px;font-weight:700}
.nav-direct-link:hover,.nav-subitem:hover>a{background:var(--brand-soft);color:var(--brand)!important}
.nav-submenu{list-style:none;padding:0;margin:0}
.nav-subitem{position:relative}
.nav-depth-2,.nav-depth-3,.nav-depth-4{position:absolute;left:calc(100% - 4px);top:-10px;width:300px;padding:10px;opacity:0;visibility:hidden;transform:translateX(8px);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);transition:.18s;z-index:5}
.nav-subitem:hover>.nav-submenu,.nav-subitem:focus-within>.nav-submenu,.nav-subitem.is-open>.nav-submenu{opacity:1;visibility:visible;transform:none}
.submenu-toggle{position:absolute;right:7px;top:5px;width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:23px;cursor:pointer}
.submenu-toggle:hover{background:var(--brand-soft);color:var(--brand)}

/* Buttons */
.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 20px;border:1px solid transparent;border-radius:13px;background:var(--brand);color:#fff!important;text-decoration:none!important;font-weight:800;line-height:1.2;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s}
.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(7,87,217,.22);background:var(--brand-dark)}
.btn-accent,.btn.green{background:var(--accent)!important;color:#fff!important}
.btn-accent:hover,.btn.green:hover{background:var(--accent-dark)!important;box-shadow:0 12px 28px rgba(10,167,101,.22)}
.btn-light{background:#fff;color:var(--brand)!important}
.btn-outline,.btn-outline-light{background:transparent;border-color:#b9c9dd;color:var(--ink)!important}
.btn-outline-light{border-color:rgba(255,255,255,.55);color:#fff!important}
.btn-outline-light:hover{background:#fff;color:var(--brand)!important}

/* Home */
.home-hero{padding:26px 0 0}
.hero-shell{position:relative;min-height:510px;display:grid;grid-template-columns:1.03fr .97fr;overflow:hidden;border-radius:var(--radius-lg);background:#071a37;box-shadow:var(--shadow)}
.hero-copy{position:relative;z-index:2;padding:58px 56px;color:#fff;display:flex;flex-direction:column;justify-content:center}
.hero-copy .eyebrow{color:#7ee0b2}
.hero-copy h1,.hero-copy .hero-title{max-width:610px;margin:16px 0;color:#fff;font-size:clamp(38px,4.9vw,64px);font-weight:900;line-height:1.06;letter-spacing:-.045em}
.hero-copy .hero-subtitle{max-width:580px;color:#c9d8ef;font-size:17px;line-height:1.75}
.hero-copy .hero-subtitle p{margin:0 0 10px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}
.hero-trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#dbeafe;font-size:13px;font-weight:700}
.hero-trust span{display:flex;align-items:center;gap:7px}
.hero-trust span:before{content:"✓";width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:rgba(66,211,146,.17);color:#7ee0b2}
.hero-media{position:relative;min-height:510px;background:#0c2a5f}
.hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#071a37 0,rgba(7,26,55,.25) 28%,transparent 70%),linear-gradient(0deg,rgba(7,26,55,.25),transparent 40%)}
.hero-badge{position:absolute;z-index:2;right:24px;bottom:24px;max-width:260px;padding:16px 18px;border:1px solid rgba(255,255,255,.25);border-radius:16px;background:rgba(7,26,55,.82);backdrop-filter:blur(12px);color:#fff}
.hero-badge strong{display:block;font-size:16px}
.hero-badge span{display:block;margin-top:4px;color:#c9d8ef;font-size:13px}
.hero-carousel .hero-slide{display:none}
.hero-carousel .hero-slide.is-active{grid-column:1/-1;width:100%;display:grid;grid-template-columns:1.03fr .97fr;animation:fadeIn .45s ease}
.hero-controls{position:absolute;z-index:4;left:56px;bottom:22px;display:flex;align-items:center;gap:8px}
.hero-dot{width:9px;height:9px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.42);cursor:pointer;transition:.2s}
.hero-dot.is-active{width:28px;background:#7ee0b2}
@keyframes fadeIn{from{opacity:.25}to{opacity:1}}

.trust-strip{position:relative;z-index:4;margin-top:-2px;padding:0 0 24px}
.trust-strip-inner{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:0 0 24px 24px;box-shadow:var(--shadow-sm)}
.trust-item{display:flex;align-items:center;gap:13px;padding:20px 24px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:13px;background:var(--brand-soft);color:var(--brand);font-weight:900}
.trust-item strong{display:block;color:var(--ink);font-size:14px}
.trust-item span{display:block;color:var(--muted);font-size:12px;line-height:1.4;margin-top:2px}

.home-section{padding:72px 0}
.home-section-white{background:#fff}
.home-section-tint{background:#edf4ff}
.device-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}
.device-card{min-height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;padding:18px 10px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--ink)!important;text-align:center;text-decoration:none;transition:.2s ease}
.device-card:hover{transform:translateY(-5px);border-color:#9bbcf4;box-shadow:0 16px 34px rgba(7,87,217,.12);color:var(--brand)!important}
.device-card img{width:54px;height:54px;object-fit:contain}
.device-card .device-letter{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:var(--brand-soft);color:var(--brand);font-size:19px;font-weight:900}
.device-card span{font-size:14px;font-weight:800}

.service-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}
.service-shortcut{position:relative;min-height:170px;overflow:hidden;padding:25px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#fff,#f4f8ff);text-decoration:none;transition:.2s}
.service-shortcut:after{content:attr(data-index);position:absolute;right:14px;bottom:-18px;color:#e8f0fc;font-size:86px;font-weight:900;line-height:1}
.service-shortcut h3{position:relative;z-index:1;margin:0;color:var(--ink);font-size:19px}
.service-shortcut p{position:relative;z-index:1;margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.6}
.service-shortcut span{position:absolute;z-index:2;left:25px;bottom:20px;color:var(--brand);font-weight:900}
.service-shortcut:hover{transform:translateY(-4px);border-color:#a9c3ed;box-shadow:var(--shadow-sm)}

.home-cms-section{padding:72px 0;background:#fff}
.home-cms-section:nth-of-type(even){background:var(--surface-2)}
.home-cms-card{padding:0}
.home-cms-card>.section-head{margin-bottom:25px}
.home-cms-card>.section-head h2{margin:0;color:var(--ink);font-size:clamp(27px,3vw,40px);line-height:1.2;letter-spacing:-.03em}
.home-cms-card>.section-head p{max-width:700px;margin:10px 0 0;color:var(--muted);font-size:17px}
.home-cms-content{color:var(--text)}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;counter-reset:steps}
.process-grid article{position:relative;min-height:190px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}
.process-grid article>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--brand);color:#fff;font-size:13px;font-weight:900}
.process-grid h3{margin:19px 0 7px;color:var(--ink);font-size:18px}
.process-grid p{margin:0;color:var(--muted);font-size:14px}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.benefit-grid article{padding:24px;border-radius:20px;background:#071a37;color:#fff}
.benefit-grid article>span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:rgba(66,211,146,.18);color:#7ee0b2;font-weight:900}
.benefit-grid h3{margin:20px 0 8px;color:#fff;font-size:18px}
.benefit-grid p{margin:0;color:#c9d8ef;font-size:14px}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.testimonial-grid blockquote{margin:0;padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}
.testimonial-grid strong{color:var(--ink);font-size:18px;line-height:1.45}
.testimonial-grid p{margin:12px 0 0;color:var(--muted);font-size:14px}
.home-gallery{margin-top:24px}
.home-gallery-track{display:grid;grid-template-columns:repeat(var(--gal-cols,3),1fr);gap:var(--gal-gap,14px)}
.home-gallery img{width:100%;height:var(--gal-h,260px);object-fit:cover;border-radius:18px;border:1px solid var(--line)}
.gallery-row{overflow-x:auto}.gallery-row .home-gallery-track{display:flex}.gallery-row img{min-width:320px}

.product-grid,.grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.product-card{position:relative;min-width:0;display:flex!important;flex-direction:column;overflow:hidden;padding:0 0 20px!important;border:1px solid var(--line)!important;border-radius:20px!important;background:#fff!important;color:var(--ink)!important;text-decoration:none!important;box-shadow:none!important;transition:.2s ease}
.product-card:hover{transform:translateY(-5px);border-color:#a9c3ed!important;box-shadow:0 18px 44px rgba(7,48,104,.12)!important}
.product-card .product-thumb{aspect-ratio:1.25/1;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#f8fbff,#edf4ff)}
.product-card img{width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;border-radius:0!important;transition:transform .25s ease}
.product-card:hover img{transform:scale(1.04)}
.product-card .badge{position:absolute;z-index:2;top:12px;left:12px;padding:5px 9px;border-radius:99px;background:var(--brand);color:#fff;font-size:11px;font-weight:800}
.product-card .product-card-body{display:flex;flex:1;flex-direction:column;padding:18px 18px 0}
.product-card h3{margin:0!important;color:var(--ink)!important;font:800 16px/1.45 Arial,"Segoe UI",sans-serif!important;text-align:left!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.product-card .product-card-note{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.product-card .price{margin-top:auto;padding-top:14px;color:var(--danger)!important;font-size:16px!important;font-weight:900!important}
.product-card .product-card-link{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid var(--line);color:var(--brand);font-size:13px;font-weight:800}

.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.news-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;color:var(--ink)!important;text-decoration:none;transition:.2s}
.news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:#a9c3ed}
.news-card img{width:100%;aspect-ratio:1.62/1;display:block;object-fit:cover;background:#eaf2ff}
.news-card .p{padding:20px}
.news-card .news-meta{display:block;margin-bottom:8px;color:var(--brand);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.news-card h3{margin:0;color:var(--ink);font-size:19px;line-height:1.4}
.news-card p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.65;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}

/* Category, article, search, contact */
.page-hero{padding:58px 0 42px;background:linear-gradient(145deg,#071a37,#0b469e);color:#fff}
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:16px;color:#bcd2ee;font-size:13px}
.breadcrumbs a{color:#fff;text-decoration:none}
.page-hero h1{max-width:900px;margin:0;color:#fff;font-size:clamp(34px,4.5vw,56px);line-height:1.12;letter-spacing:-.04em}
.page-hero p{max-width:760px;margin:16px 0 0;color:#d7e4f5;font-size:17px}
.page-section{padding:62px 0}
.page-section-white{background:#fff}
.category-page-full{max-width:var(--container)!important;margin:0 auto!important;padding:42px 20px 70px!important}
.category-hero-box{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center;margin-bottom:25px;padding:30px!important;border-radius:24px!important;background:linear-gradient(145deg,#071a37,#0d54ba)!important;color:#fff!important;text-align:left!important}
.category-hero-box img{grid-row:1/3;width:90px;height:90px;padding:12px;border-radius:20px;background:#fff}
.category-hero-box h1{margin:0!important;color:#fff!important;font-size:clamp(30px,4vw,46px)!important;line-height:1.12}
.category-hero-box p,.category-hero-box .docs-area{margin:0!important;color:#dbeafe!important;line-height:1.7}
.category-section-box{margin-top:22px!important;padding:30px!important;border:1px solid var(--line)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--shadow-sm)!important}
.category-section-box h2{margin:0 0 20px;color:var(--ink);font-size:26px}
.category-child-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
.cat-child-card{transition:.2s ease!important}
.cat-child-card:hover{transform:translateY(-3px);border-color:#9bbcf4!important;box-shadow:0 12px 28px rgba(7,87,217,.11)!important}
.category-empty-guide{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:22px;border-radius:18px;background:#f2f7ff}
.category-empty-guide h3{margin:0;color:var(--ink)}
.category-empty-guide p{margin:6px 0 0;color:var(--muted)}
.empty{padding:28px;border-radius:16px;background:#f8fafc;color:var(--muted);text-align:center}
.pagination{display:flex!important;justify-content:center;gap:8px!important;margin-top:28px!important}
.pagination a{min-width:38px!important;height:38px!important;padding:0 12px!important;display:grid!important;place-items:center!important;border:1px solid var(--line)!important;border-radius:10px!important;background:#fff!important;color:var(--brand)!important;text-decoration:none!important;font-size:14px!important;font-weight:800!important}
.pagination a.active{background:var(--brand)!important;border-color:var(--brand)!important;color:#fff!important}

.article-layout{display:grid;grid-template-columns:minmax(0,780px) minmax(260px,330px);gap:34px;align-items:start}
.article-card,.content-box{padding:36px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-sm)}
.article-card h1,.content-box h1{margin:0 0 14px;color:var(--ink);font-size:clamp(30px,4vw,46px);line-height:1.18;letter-spacing:-.035em}
.article-summary{padding:16px 18px;border-left:4px solid var(--brand);border-radius:0 12px 12px 0;background:var(--brand-soft);color:#29496f;font-weight:700}
.article-meta{display:flex;gap:14px;margin:12px 0 24px;color:var(--muted);font-size:13px}
.docs-area{color:var(--text);font-size:16px;line-height:1.82}
.docs-area h2{margin:34px 0 13px;color:var(--ink);font-size:27px;line-height:1.3}
.docs-area h3{margin:26px 0 10px;color:var(--ink);font-size:21px}
.docs-area p{margin:0 0 16px}
.docs-area ul,.docs-area ol{margin:0 0 20px;padding-left:23px}
.docs-area li{margin:7px 0}
.docs-area img{display:block;margin:22px auto;border-radius:18px}
.docs-area table{width:100%;border-collapse:collapse;margin:22px 0}
.docs-area th,.docs-area td{padding:11px;border:1px solid var(--line);text-align:left}
.docs-area a{color:var(--brand);font-weight:700}
.docs-area .content-call-btn{display:inline-flex!important;margin-top:8px;padding:12px 18px;border-radius:12px;background:var(--brand);color:#fff!important;text-decoration:none!important}
.article-sidebar{position:sticky;top:20px;display:grid;gap:18px}
.sidebar-card{padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff}
.sidebar-card h3{margin:0 0 12px;color:var(--ink);font-size:19px}
.sidebar-card p{margin:0 0 14px;color:var(--muted);font-size:14px}
.sidebar-links{display:grid;gap:8px}
.sidebar-links a{padding:9px 0;border-bottom:1px solid var(--line);color:var(--ink);text-decoration:none;font-size:14px;font-weight:700}
.sidebar-links a:hover{color:var(--brand)}

.section-box,.page-wrap{width:min(var(--container),calc(100% - 40px))!important;max-width:none!important;margin:42px auto!important;padding:34px!important;border:1px solid var(--line)!important;border-radius:24px!important;background:#fff!important;box-shadow:var(--shadow-sm)!important}
.section-box>h1{margin-top:0;color:var(--ink);font-size:36px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px}
.contact-info-card{padding:28px;border-radius:20px;background:#071a37;color:#fff}
.contact-info-card h2{margin-top:0;color:#fff}
.contact-info-item{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.contact-info-item b{display:block;color:#8ebaf0;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.contact-info-item span,.contact-info-item a{color:#fff;text-decoration:none}
.public-form label{display:block;margin:0 0 7px;color:var(--ink);font-size:14px;font-weight:800}
.public-form input,.public-form textarea{width:100%;padding:13px 14px;border:1px solid #cbd8e8;border-radius:12px;background:#fff;color:var(--ink);outline:0}
.public-form input:focus,.public-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(7,87,217,.1)}
.public-form textarea{min-height:135px;resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-field{margin-bottom:15px}
.alert{padding:13px 16px;border-radius:12px;background:#dcfce7;color:#166534;font-weight:700}
.alert-error{background:#fee2e2;color:#991b1b}

/* Product detail */
.product-detail-shell{padding:46px 0 70px}
.product-main-grid{display:grid;grid-template-columns:minmax(280px,390px) minmax(0,1fr) 300px;gap:28px;align-items:start}
.product-gallery-card,.product-info-card,.product-policy-card,.product-content-card{border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-sm)}
.product-gallery-card{min-height:410px;display:grid;place-items:center;padding:30px;overflow:hidden}
.product-gallery-card img{max-height:350px;object-fit:contain}
.product-info-card{padding:30px}
.product-category-label{display:inline-flex;padding:6px 10px;border-radius:99px;background:var(--brand-soft);color:var(--brand);font-size:12px;font-weight:800}
.product-info-card h1{margin:15px 0 12px;color:var(--ink);font-size:clamp(29px,3.5vw,43px);line-height:1.16;letter-spacing:-.035em}
.product-price{color:var(--danger);font-size:24px;font-weight:900}
.product-short{margin-top:18px;color:var(--text)}
.product-short h2,.product-short h3{color:var(--ink)}
.product-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.product-policy-card{overflow:hidden}
.product-policy-head{padding:18px 20px;background:#071a37;color:#fff;font-weight:900}
.policy-list{display:grid}
.policy-item{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:16px 18px;border-bottom:1px solid var(--line)}
.policy-item:last-child{border-bottom:0}
.policy-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--brand-soft);color:var(--brand);font-weight:900}
.policy-item strong{display:block;color:var(--ink);font-size:14px}
.policy-item span{display:block;margin-top:3px;color:var(--muted);font-size:12px;line-height:1.5}
.product-content-card{margin-top:28px;padding:38px}
.product-content-card>h2{margin:0 0 20px;color:var(--ink);font-size:29px}

/* Footer */
.prefooter-cta{background:linear-gradient(135deg,var(--brand),#073b92);color:#fff}
.prefooter-inner{min-height:220px;display:flex;align-items:center;justify-content:space-between;gap:40px;padding-block:38px}
.prefooter-cta .eyebrow{color:#8ce6ba}
.prefooter-cta h2{margin:8px 0 6px;color:#fff;font-size:clamp(28px,4vw,42px);letter-spacing:-.03em}
.prefooter-cta p{max-width:660px;margin:0;color:#dbeafe}
.prefooter-actions{display:flex;flex-wrap:wrap;gap:10px;flex:0 0 auto}
.site-footer{background:var(--footer-bg,#071a37);color:var(--footer-text,#dbeafe)}
.footer-grid{display:grid;grid-template-columns:1.55fr repeat(3,1fr);gap:48px;padding-block:58px 44px}
.footer-brand{color:#fff!important;text-decoration:none;font-size:22px;font-weight:900}
.footer-brand-col>p{max-width:420px;color:#a9bfdc;font-size:14px}
.footer-contact-list{display:grid;gap:9px;margin-top:20px}
.footer-contact-list>a,.footer-contact-list>div{display:grid;grid-template-columns:85px 1fr;gap:10px;color:#dbeafe;text-decoration:none;font-size:13px}
.footer-contact-list b{color:#7fa7d8}
.site-footer h3{margin:0 0 15px;color:#fff;font-size:15px}
.site-footer .footer-grid>div:not(:first-child)>a{display:block;padding:5px 0;color:#b8cce5;text-decoration:none;font-size:14px}
.site-footer .footer-grid>div:not(:first-child)>a:hover{color:#fff;transform:translateX(2px)}
.footer-bottom{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);color:#8da8ca;font-size:13px}
.footer-bottom a{color:#b8cce5;text-decoration:none}
.mobile-contact-bar{display:none}

/* Responsive */
@media (max-width:1100px){
  .header-inner{grid-template-columns:minmax(240px,310px) 1fr auto;gap:18px}
  .header-call{display:none}
  .device-grid{grid-template-columns:repeat(4,1fr)}
  .benefit-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid,.grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .product-main-grid{grid-template-columns:330px 1fr}.product-policy-card{grid-column:1/-1}.policy-list{grid-template-columns:repeat(4,1fr)}.policy-item{border-right:1px solid var(--line);border-bottom:0}
}

@media (max-width:900px){
  .site-topbar{display:none}
  .header-inner{min-height:78px;grid-template-columns:1fr auto;gap:12px}
  .brand-logo{width:58px;height:48px}.brand-copy strong{font-size:17px}.brand-copy small{max-width:300px}
  .header-search{grid-column:1/-1;grid-row:2;margin-bottom:13px}
  .mobile-nav-toggle{display:block}
  .primary-nav{display:none;position:absolute;left:0;right:0;top:100%;max-height:calc(100vh - 80px);overflow:auto;background:#fff;color:var(--ink);border-top:1px solid var(--line);box-shadow:var(--shadow)}
  .site-header.nav-open .primary-nav{display:block}
  .nav-inner{width:100%;display:block;padding:10px 20px 24px}
  .nav-item{display:grid;grid-template-columns:1fr 45px;border-bottom:1px solid var(--line)}
  .nav-link{height:50px;padding:0;color:var(--ink)!important}
  .nav-dropdown-toggle{width:45px;height:45px;margin:2px 0;color:var(--ink);border-radius:10px;background:#f2f6fb}
  .nav-dropdown{display:none;position:static;grid-column:1/-1;width:auto;padding:0 0 12px;opacity:1;visibility:visible;transform:none;pointer-events:auto}
  .nav-item:hover>.nav-dropdown{display:none}.nav-item.is-open>.nav-dropdown{display:block}
  .nav-dropdown-inner{max-height:none;overflow:visible;padding:7px;border:0;border-radius:12px;background:#f5f8fc;box-shadow:none}
  .nav-depth-2,.nav-depth-3,.nav-depth-4{display:none;position:static;width:auto;margin:0 0 6px 12px;padding:4px;border:0;opacity:1;visibility:visible;transform:none;background:#fff;box-shadow:none}
  .nav-subitem:hover>.nav-submenu{display:none}.nav-subitem.is-open>.nav-submenu{display:block}
  .hero-shell,.hero-carousel .hero-slide.is-active{grid-template-columns:1fr}.hero-shell{min-height:0}.hero-copy{padding:46px 38px 60px}.hero-media{min-height:390px}.hero-controls{left:38px}
  .trust-strip-inner{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .service-shortcuts{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .testimonial-grid{grid-template-columns:1fr 1fr}.testimonial-grid blockquote:last-child{grid-column:1/-1}
  .news-grid{grid-template-columns:1fr 1fr}
  .category-child-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .article-layout{grid-template-columns:1fr}.article-sidebar{position:static;grid-template-columns:1fr 1fr}
  .contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}
}

@media (max-width:680px){
  body.is-public{padding-bottom:68px;font-size:15px}
  .container{width:min(100% - 24px,var(--container))}
  .brand-copy small{display:none}.brand-copy strong{white-space:normal;font-size:15px}.brand{gap:8px}.brand-logo{width:52px;height:42px}
  .header-search{height:46px}.header-search input{padding:0 12px;font-size:14px}.header-search button{padding:0 15px;font-size:13px}
  .home-hero{padding-top:12px}.hero-shell{border-radius:22px}.hero-copy{padding:34px 24px 55px}.hero-copy h1{font-size:36px}.hero-copy .hero-subtitle{font-size:15px}.hero-media{min-height:280px}.hero-badge{right:14px;bottom:14px;left:14px;max-width:none}.hero-controls{left:24px;bottom:20px}
  .trust-strip{padding-bottom:0}.trust-strip-inner{grid-template-columns:1fr;border-radius:0 0 20px 20px}.trust-item{padding:15px 17px;border-right:0!important;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}
  .home-section,.home-cms-section{padding:52px 0}.section-heading-row{display:block;margin-bottom:22px}.section-heading-row>a{display:inline-block;margin-top:12px}.section-lead{font-size:15px}
  .device-grid{grid-template-columns:repeat(2,1fr);gap:10px}.device-card{min-height:112px}.device-card img,.device-card .device-letter{width:46px;height:46px}
  .service-shortcuts{grid-template-columns:1fr}.service-shortcut{min-height:155px}
  .process-grid,.benefit-grid,.testimonial-grid{grid-template-columns:1fr}.testimonial-grid blockquote:last-child{grid-column:auto}
  .home-gallery-track{grid-template-columns:1fr!important}.home-gallery img{height:220px}
  .product-grid,.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-card{border-radius:16px!important;padding-bottom:14px!important}.product-card .product-card-body{padding:13px 13px 0}.product-card h3{font-size:14px!important}.product-card .product-card-note{display:none}.product-card .price{font-size:14px!important}.product-card .product-card-link{font-size:12px}
  .news-grid{grid-template-columns:1fr}.news-card h3{font-size:18px}
  .page-hero{padding:42px 0 30px}.page-hero h1{font-size:34px}.page-section{padding:42px 0}
  .category-page-full{padding:18px 12px 52px!important}.category-hero-box{grid-template-columns:1fr;padding:22px!important}.category-hero-box img{grid-row:auto;width:70px;height:70px}.category-section-box{padding:20px!important}.category-child-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.category-empty-guide{grid-template-columns:1fr}
  .article-card,.content-box{padding:22px;border-radius:18px}.article-card h1,.content-box h1{font-size:31px}.docs-area h2{font-size:23px}.article-sidebar{grid-template-columns:1fr}
  .section-box,.page-wrap{width:calc(100% - 24px)!important;margin:24px auto!important;padding:22px!important}.section-box>h1{font-size:30px}.form-row{grid-template-columns:1fr}
  .product-detail-shell{padding:24px 0 50px}.product-main-grid{grid-template-columns:1fr;gap:16px}.product-gallery-card{min-height:290px}.product-info-card{padding:22px}.product-policy-card{grid-column:auto}.policy-list{grid-template-columns:1fr}.policy-item{border-right:0;border-bottom:1px solid var(--line)}.product-content-card{padding:22px}.product-info-card h1{font-size:30px}
  .prefooter-inner{display:block;padding-block:44px}.prefooter-actions{margin-top:22px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px 22px;padding-block:44px 30px}.footer-brand-col{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{display:block;padding:18px 0;text-align:center}.footer-bottom a{display:inline-block;margin-top:6px}
  .mobile-contact-bar{position:fixed;z-index:1000;left:0;right:0;bottom:0;height:68px;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-top:1px solid var(--line);box-shadow:0 -10px 28px rgba(7,26,55,.12);padding-bottom:env(safe-area-inset-bottom)}
  .mobile-contact-bar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;color:var(--ink);text-decoration:none;font-size:11px}
  .mobile-contact-bar span{color:var(--brand);font-size:20px;font-weight:900;line-height:1}
}

@media (max-width:390px){.category-child-grid{grid-template-columns:1fr!important}.product-grid,.grid{grid-template-columns:1fr!important}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}

/* =========================================================
   V3 — compact technology editorial system (2026–2027)
   ========================================================= */
body.is-public{font-family:"Segoe UI Variable Text","Segoe UI",Arial,sans-serif;font-size:15px;font-weight:400;line-height:1.62;letter-spacing:-.005em}
body.is-public h1,body.is-public h2,body.is-public h3,body.is-public h4,body.is-public strong{font-family:"Segoe UI Variable Display","Segoe UI",Arial,sans-serif}
.eyebrow{font-size:11px;font-weight:650;letter-spacing:.12em}
.section-title{font-size:clamp(25px,2.35vw,33px);font-weight:620;line-height:1.23;letter-spacing:-.023em}
.section-lead{margin-top:9px;font-size:15px;line-height:1.65}
.section-heading-row>a,.text-link{font-size:14px;font-weight:650}
.nav-link{height:50px;font-size:14px;font-weight:550}
.nav-direct-link,.nav-subitem>a{font-size:13px;font-weight:550}
.brand-copy strong{font-size:18px;font-weight:650}.brand-copy small{font-size:11px}
.header-search button,.header-call strong{font-weight:650}
.btn{min-height:44px;padding:10px 18px;border-radius:11px;font-size:14px;font-weight:650}

.home-hero{padding-top:22px}
.hero-shell{min-height:420px;border-radius:22px;box-shadow:0 20px 55px rgba(7,32,73,.13)}
.hero-carousel .hero-slide.is-active{grid-template-columns:.92fr 1.08fr}
.hero-copy{padding:42px 46px 55px}
.hero-copy h1,.hero-copy .hero-title{max-width:540px;margin:13px 0 12px;font-size:clamp(29px,3.05vw,40px);font-weight:600;line-height:1.15;letter-spacing:-.028em}
.hero-copy .hero-subtitle{max-width:540px;font-size:15.5px;line-height:1.66}
.hero-actions{margin-top:21px}.hero-trust{gap:13px;margin-top:22px;font-size:12px;font-weight:550}
.hero-trust span:before{width:19px;height:19px;font-size:11px}
.hero-media{min-height:420px}.hero-media img{z-index:0;height:100%!important}.hero-media:after{z-index:1;background:linear-gradient(90deg,rgba(7,26,55,.68) 0,rgba(7,26,55,.12) 27%,rgba(7,26,55,.03) 58%,transparent 100%),linear-gradient(0deg,rgba(7,26,55,.18),transparent 42%)}
.hero-badge{right:18px;bottom:18px;max-width:235px;padding:14px 15px;border-radius:14px}
.hero-badge strong{font-size:14px;font-weight:650}.hero-badge span{font-size:12px;line-height:1.5}
.hero-controls{left:46px;bottom:19px}

.trust-item{padding:17px 20px}.trust-icon{width:37px;height:37px;border-radius:11px;font-size:12px;font-weight:650}
.trust-item strong{font-size:13px;font-weight:600}.trust-item span{font-size:11.5px}
.home-section,.home-cms-section{padding:62px 0}

/* Visual device/category cards */
.device-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.device-card-visual{min-height:0;display:block;overflow:hidden;padding:0;border-radius:17px;text-align:left;box-shadow:0 8px 24px rgba(21,51,91,.045)}
.device-card-visual:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(10,61,134,.11)}
.device-card-visual .device-card-media{position:relative;width:100%;height:148px;display:block;overflow:hidden;background:#e9f1fc}
.device-card-visual .device-card-media>img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}
.device-card-visual:hover .device-card-media>img{transform:scale(1.035)}
.device-card-visual .device-card-media:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(0deg,rgba(4,20,43,.32),transparent)}
.device-card-visual .device-card-logo{position:absolute;z-index:2;right:11px;bottom:10px;width:38px;height:38px;display:grid;place-items:center;padding:7px;border:1px solid rgba(255,255,255,.75);border-radius:11px;background:rgba(255,255,255,.92);box-shadow:0 6px 18px rgba(7,26,55,.16)}
.device-card-visual .device-card-logo img{width:100%;height:100%;object-fit:contain}
.device-card-visual .device-card-copy{display:block;padding:16px 17px 17px}
.device-card-visual .device-card-copy strong{display:block;color:var(--ink);font-size:16px;font-weight:600;line-height:1.35}
.device-card-visual .device-card-copy small{min-height:42px;display:-webkit-box;margin-top:6px;overflow:hidden;color:var(--muted);font-size:12.5px;font-weight:400;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.device-card-visual .device-card-link{display:flex;justify-content:space-between;align-items:center;margin-top:13px;padding-top:11px;border-top:1px solid var(--line);color:var(--brand);font-size:12.5px;font-weight:600}
.device-card-visual .device-card-link b{font-weight:500}

/* Repair cards use real workshop/product photography */
.service-shortcuts{gap:15px;margin-top:24px}
.service-shortcut{min-height:302px;padding:164px 20px 52px;border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(21,51,91,.04)}
.service-shortcut:before{content:"";position:absolute;z-index:0;inset:0 0 auto;height:142px;background-image:linear-gradient(0deg,rgba(6,24,52,.16),transparent 60%),url("../uploads/site-v3/thumbnail-san-pham-cao-cap.webp");background-size:cover;background-position:center}
.service-shortcut[href$="thay-man-hinh"]:before,.service-shortcut[href*="thay-man-hinh?"]:before{background-image:linear-gradient(0deg,rgba(6,24,52,.18),transparent 60%),url("../uploads/site-v3/sua-loi-man-hinh.webp")}
.service-shortcut[href$="ep-kinh"]:before,.service-shortcut[href*="ep-kinh?"]:before{background-image:linear-gradient(0deg,rgba(6,24,52,.18),transparent 60%),url("../uploads/site-v3/kiem-tra-man-hinh.webp")}
.service-shortcut[href$="thay-pin"]:before,.service-shortcut[href*="thay-pin?"]:before{background-image:linear-gradient(0deg,rgba(6,24,52,.18),transparent 60%),url("../uploads/site-v3/thumbnail-san-pham-cao-cap.webp")}
.service-shortcut[href$="thay-kinh-lung"]:before{background-image:linear-gradient(0deg,rgba(6,24,52,.18),transparent 60%),url("../uploads/site-v3/san-pham-iphone.webp")}
.service-shortcut[href$="thay-loa"]:before{background-image:linear-gradient(0deg,rgba(6,24,52,.18),transparent 60%),url("../uploads/site-v3/kiem-tra-man-hinh.webp")}
.service-shortcut[href$="thay-main"]:before{background-image:linear-gradient(0deg,rgba(6,24,52,.18),transparent 60%),url("../uploads/site-v3/thumb-cua-hang.webp")}
.service-shortcut[href$="thay-cam-ung"]:before{background-image:linear-gradient(0deg,rgba(6,24,52,.18),transparent 60%),url("../uploads/site-v3/sua-loi-man-hinh.webp")}
.service-shortcut[href$="contact.php"]:before{background-image:linear-gradient(0deg,rgba(6,24,52,.18),transparent 60%),url("../uploads/site-v3/khach-hang-nhan-may.webp")}
.service-shortcut:after{z-index:2;right:auto;left:12px;top:12px;bottom:auto;width:31px;height:31px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.65);border-radius:10px;background:rgba(7,26,55,.78);color:#fff;font-size:11px;font-weight:600;backdrop-filter:blur(8px)}
.service-shortcut h3{font-size:16px;font-weight:600;line-height:1.35}.service-shortcut p{margin-top:7px;font-size:12.5px;line-height:1.55;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.service-shortcut span{left:20px;bottom:17px;font-size:12.5px;font-weight:600}

.home-cms-card>.section-head{margin-bottom:22px}.home-cms-card>.section-head h2{font-size:clamp(24px,2.35vw,32px);font-weight:620;line-height:1.24;letter-spacing:-.023em}
.home-cms-card>.section-head p{font-size:15px;line-height:1.65}
.process-grid article,.benefit-grid article{min-height:0;padding:21px;border-radius:17px}
.process-grid article>span,.benefit-grid article>span{width:36px;height:36px;border-radius:11px;font-size:11px;font-weight:650}
.process-grid h3,.benefit-grid h3{margin-top:16px;font-size:16px;font-weight:650}.process-grid p,.benefit-grid p{font-size:13px;line-height:1.6}
.testimonial-grid blockquote{padding:23px;border-radius:17px}.testimonial-grid strong{font-size:16px;font-weight:600}.testimonial-grid p{font-size:13px}
.home-gallery img{border-radius:15px}

/* Product/news thumbnails */
.product-grid,.grid{gap:15px!important}
.product-card{padding-bottom:17px!important;border-radius:17px!important}
.product-card .product-thumb{position:relative;aspect-ratio:1/1;background:linear-gradient(145deg,#f7faff,#eaf2fd)}
.product-card img{object-fit:contain!important}.product-card .product-thumb-photo img{object-fit:cover!important}
.product-card .product-thumb-chip{position:absolute;left:11px;bottom:11px;padding:5px 8px;border-radius:8px;background:rgba(7,26,55,.78);color:#fff;font-size:10px;font-weight:550;backdrop-filter:blur(8px)}
.product-card .product-card-body{padding:16px 16px 0}.product-card h3{font:600 15px/1.42 "Segoe UI Variable Display","Segoe UI",Arial,sans-serif!important}.product-card .product-card-note{font-size:12.5px}.product-card .price{font-size:15px!important;font-weight:700!important}.product-card .product-card-link{font-size:12px;font-weight:600}
.product-card .badge{font-size:10px;font-weight:600}
.news-grid{gap:17px}.news-card{border-radius:17px}.news-card .p{padding:17px}.news-card .news-meta{font-size:10.5px;font-weight:620}.news-card h3{font-size:17px;font-weight:600;line-height:1.4}.news-card p{font-size:13px}

/* Short, image-led category banners */
.page-hero{padding:36px 0;background:linear-gradient(122deg,#061a39 0,#0a408e 58%,#0961cc 100%)}
.page-hero-grid{min-height:232px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;align-items:center}
.page-hero-copy{min-width:0}.page-hero .eyebrow{margin-bottom:9px;color:#8ae6ba}
.page-hero h1{max-width:760px;font-size:clamp(29px,2.9vw,39px);font-weight:620;line-height:1.15;letter-spacing:-.027em}
.page-hero p{max-width:720px;margin-top:12px;font-size:15px;line-height:1.65}
.breadcrumbs{margin-bottom:12px;font-size:12px}
.page-hero-media{height:220px;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:17px;background:#12396f;box-shadow:0 17px 34px rgba(2,16,36,.24)}
.page-hero-media img{width:100%;height:100%!important;display:block;object-fit:cover}
.page-hero-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:19px}
.category-page-full{padding-top:34px!important}.category-section-box{padding:25px!important;border-radius:19px!important}.category-section-box h2{font-size:22px;font-weight:620}
.category-child-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:13px!important}
.category-child-grid .device-card-media{height:128px}.category-child-grid .device-card-copy{padding:14px}.category-child-grid .device-card-copy strong{font-size:14px}.category-child-grid .device-card-copy small{font-size:11.5px}
.category-empty-guide h3{font-size:17px;font-weight:650}.category-empty-guide p{font-size:13px}
.docs-area{font-size:15px;line-height:1.78}.docs-area h2{font-size:23px;font-weight:650}.docs-area h3{font-size:19px;font-weight:650}
.article-card h1,.content-box h1{font-size:clamp(28px,3.1vw,40px);font-weight:650}.article-summary{font-weight:550}
.product-info-card h1{font-size:clamp(27px,3vw,39px);font-weight:650}.product-price{font-size:22px;font-weight:700}.product-policy-head{font-weight:650}
.prefooter-cta h2{font-size:clamp(26px,3vw,35px);font-weight:650}.footer-brand,.site-footer h3{font-weight:650}

@media (max-width:1100px){
  .hero-copy{padding:38px 36px 53px}.hero-copy h1,.hero-copy .hero-title{font-size:clamp(29px,3.7vw,39px)}
  .device-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .service-shortcuts{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media (max-width:900px){
  .hero-carousel .hero-slide.is-active{grid-template-columns:1fr 1fr}.hero-media{min-height:380px}.hero-copy{padding:34px 30px 52px}
  .device-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-hero-grid{grid-template-columns:minmax(0,1fr) 285px;gap:24px}.page-hero-media{height:200px}
  .category-child-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media (max-width:680px){
  body.is-public{font-size:14.5px}
  .home-hero{padding-top:10px}.hero-shell{border-radius:18px}.hero-carousel .hero-slide.is-active{grid-template-columns:1fr}.hero-copy{padding:29px 21px 48px}.hero-copy h1,.hero-copy .hero-title{margin-top:10px;font-size:29px;line-height:1.15}.hero-copy .hero-subtitle{font-size:14px}.hero-trust{gap:9px;margin-top:18px}.hero-media{min-height:228px}.hero-badge{right:11px;bottom:11px;left:11px;max-width:none;padding:11px 13px}.hero-controls{left:21px;bottom:17px}
  .home-section,.home-cms-section{padding:46px 0}.section-title{font-size:26px}.section-lead{font-size:14px}
  .device-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.device-card-visual .device-card-media{height:112px}.device-card-visual .device-card-copy{padding:12px}.device-card-visual .device-card-copy strong{font-size:14px}.device-card-visual .device-card-copy small{min-height:36px;font-size:11.5px;line-height:1.5}.device-card-visual .device-card-link{margin-top:9px;padding-top:9px;font-size:11.5px}.device-card-visual .device-card-logo{width:32px;height:32px;padding:6px}
  .service-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-shortcut{min-height:247px;padding:124px 13px 42px;border-radius:15px}.service-shortcut:before{height:108px}.service-shortcut:after{left:8px;top:8px;width:27px;height:27px;border-radius:8px;font-size:10px}.service-shortcut h3{font-size:14px}.service-shortcut p{font-size:11.5px}.service-shortcut span{left:13px;bottom:13px;font-size:11.5px}
  .product-grid,.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-card .product-card-body{padding:12px 12px 0}.product-card h3{font-size:13.5px!important}.product-card .product-card-note{display:none}.product-card .price{font-size:13.5px!important}
  .page-hero{padding:26px 0}.page-hero-grid{min-height:0;grid-template-columns:1fr;gap:20px}.page-hero h1{font-size:29px}.page-hero p{font-size:14px}.page-hero-media{height:180px}.page-hero-actions{margin-top:16px}
  .category-page-full{padding-top:13px!important}.category-section-box{padding:17px!important}.category-section-box h2{font-size:19px}.category-child-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.category-child-grid .device-card-media{height:105px}.category-child-grid .device-card-copy small{display:none}
  .docs-area{font-size:14.5px}.docs-area h2{font-size:21px}.article-card h1,.content-box h1{font-size:28px}
}

@media (max-width:350px){
  .device-grid,.service-shortcuts,.category-child-grid,.product-grid,.grid{grid-template-columns:1fr!important}
}
