:root{
  --red:#df1f2d;
  --red-dark:#b81421;
  --red-soft:#fff1f2;
  --ink:#17191f;
  --muted:#626874;
  --line:#e7e9ee;
  --surface:#f7f8fa;
  --surface-2:#f1f3f6;
  --white:#fff;
  --blue:#1d61cc;
  --container:1240px;
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:16px;
  --shadow-sm:0 10px 30px rgba(25,29,38,.08);
  --shadow-md:0 22px 60px rgba(25,29,38,.11);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:104px}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
svg{display:block;width:1.15em;height:1.15em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.section{padding:104px 0}
.skip-link{position:fixed;z-index:9999;left:16px;top:-80px;padding:10px 16px;border-radius:10px;background:#fff;box-shadow:var(--shadow-md);font-weight:700}
.skip-link:focus{top:16px}

.utility-bar{background:#f6f7f9;border-bottom:1px solid #eceef2;color:#515865;font-size:11px}
.utility-bar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.utility-message{display:flex;align-items:center;gap:10px;margin:0;font-weight:650;letter-spacing:.01em}
.status-dot{width:7px;height:7px;border-radius:50%;background:#22a45d;box-shadow:0 0 0 4px rgba(34,164,93,.1)}
.utility-links{display:flex;align-items:center;gap:22px}
.utility-links a{display:flex;align-items:center;gap:7px;color:#5d6470;transition:color .2s ease}
.utility-links a:hover{color:var(--red)}
.utility-links svg{width:14px;height:14px}
.utility-hotline{padding-left:18px;border-left:1px solid #dfe2e7;color:var(--ink)!important}
.utility-hotline strong{font-size:12px;letter-spacing:.02em}

.site-header{position:sticky;z-index:100;top:0;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(27,30,36,.07);backdrop-filter:blur(18px);transition:box-shadow .25s ease,background .25s ease}
.site-header.is-scrolled{background:rgba(255,255,255,.98);box-shadow:0 12px 34px rgba(22,25,31,.08)}
.nav-shell{height:86px;display:flex;align-items:center;justify-content:space-between;gap:34px}
.brand{display:flex;align-items:center;gap:13px;flex:none}
.brand-mark{width:74px;height:54px;display:grid;place-items:center;flex:none;border:1px solid #eceef2;border-radius:15px;background:#fff;box-shadow:0 8px 22px rgba(25,29,38,.05)}
.brand-mark img{width:64px;height:44px;object-fit:contain}
.brand-copy{display:grid;line-height:1.12}
.brand-copy strong{font-size:14px;letter-spacing:.045em}
.brand-copy small{margin-top:5px;color:var(--muted);font-size:10px;letter-spacing:.025em}
.main-nav{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:700}
.main-nav>a:not(.nav-cta){position:relative;padding:13px 0;color:#454b56;transition:color .2s ease}
.main-nav>a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:7px;height:2px;border-radius:2px;background:var(--red);transition:right .25s ease}
.main-nav>a:not(.nav-cta):hover,.main-nav>a:not(.nav-cta).is-active{color:var(--ink)}
.main-nav>a:not(.nav-cta):hover::after,.main-nav>a:not(.nav-cta).is-active::after{right:0}
.nav-cta{min-height:46px;display:flex;align-items:center;gap:10px;padding:0 19px;border-radius:999px;background:var(--red);color:#fff;box-shadow:0 11px 24px rgba(223,31,45,.2);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
.nav-cta:hover{transform:translateY(-2px);background:var(--red-dark);box-shadow:0 15px 30px rgba(223,31,45,.27)}
.nav-cta svg{width:16px;height:16px}
.menu-toggle{display:none;width:46px;height:46px;padding:0;border:1px solid var(--line);border-radius:14px;background:#fff;align-items:center;justify-content:center;color:var(--ink);box-shadow:0 7px 18px rgba(24,28,35,.05)}
.menu-toggle svg{width:23px;height:23px}
.menu-toggle .icon-close{display:none}
.menu-toggle[aria-expanded="true"] .icon-menu{display:none}
.menu-toggle[aria-expanded="true"] .icon-close{display:block}

.hero{position:relative;padding:76px 0 64px;background:linear-gradient(180deg,#fff 0%,#fafbfc 58%,#f6f8fb 100%);overflow:hidden}
.hero::before{content:"";position:absolute;width:620px;height:620px;left:-320px;top:-330px;border-radius:50%;background:radial-gradient(circle,rgba(223,31,45,.13),rgba(223,31,45,0) 68%);pointer-events:none}
.hero::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(31,38,50,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(31,38,50,.025) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 78%);pointer-events:none}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:58px}
.hero-copy{max-width:620px}
.eyebrow,.section-label{display:inline-flex;align-items:center;gap:10px;color:var(--red);font-size:11px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.eyebrow::before,.section-label::before{content:"";width:30px;height:2px;border-radius:2px;background:var(--red)}
.hero h1,.section-heading h2,.service-intro h2,.company-copy h2,.contact-copy h2,.faq-intro h2{margin:20px 0 22px;line-height:1.08;letter-spacing:-.045em;text-wrap:balance}
.hero h1{max-width:14ch;font-size:clamp(48px,4.75vw,70px)}
h1 em,h2 em{color:var(--red);font-style:normal}
.hero-lead{max-width:585px;margin:0;color:var(--muted);font-size:16px;line-height:1.85}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0 26px}
.btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:750;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 14px 30px rgba(223,31,45,.22)}
.btn-primary:hover{background:var(--red-dark);box-shadow:0 18px 36px rgba(223,31,45,.28)}
.btn-secondary{border-color:#d9dde4;background:#fff;color:var(--ink)}
.btn-secondary:hover{border-color:#b8bdc7;box-shadow:var(--shadow-sm)}
.hero-assurance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.hero-assurance article{min-width:0;display:flex;align-items:flex-start;gap:10px;padding:13px 12px;border:1px solid #e8eaef;border-radius:15px;background:rgba(255,255,255,.78);box-shadow:0 8px 22px rgba(25,29,38,.035)}
.assurance-icon{width:27px;height:27px;display:grid;place-items:center;flex:none;border-radius:9px;background:var(--red-soft);color:var(--red)}
.assurance-icon svg{width:15px;height:15px;stroke-width:2.5}
.hero-assurance div{display:grid;min-width:0;line-height:1.32}
.hero-assurance strong{font-size:11px}
.hero-assurance small{margin-top:4px;color:var(--muted);font-size:9px;line-height:1.45}
.hero-media{min-width:0;display:grid;gap:14px}
.hero-main-card{position:relative;min-height:382px;border:1px solid rgba(255,255,255,.65);border-radius:30px;overflow:hidden;background:#ddd;box-shadow:0 26px 70px rgba(25,29,38,.15);isolation:isolate}
.hero-main-card img{width:100%;height:100%;min-height:382px;object-fit:cover;object-position:center;transition:transform .55s ease}
.hero-main-card:hover img{transform:scale(1.025)}
.hero-main-card::after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(12,15,20,.8) 0%,rgba(12,15,20,.38) 52%,rgba(12,15,20,.04) 78%),linear-gradient(0deg,rgba(12,15,20,.32),transparent 46%)}
.media-topline{position:absolute;z-index:3;left:22px;top:22px;display:flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(255,255,255,.9);color:#303640;font-size:10px;font-weight:800;letter-spacing:.025em;backdrop-filter:blur(10px)}
.live-dot{width:7px;height:7px;border-radius:50%;background:#22a45d;box-shadow:0 0 0 4px rgba(34,164,93,.12)}
.media-overlay{position:absolute;z-index:2;left:28px;bottom:28px;max-width:360px;color:#fff}
.media-overlay span{font-size:10px;font-weight:850;letter-spacing:.14em}
.media-overlay strong{display:block;margin:8px 0 6px;font-size:26px;line-height:1.18;letter-spacing:-.03em}
.media-overlay small{color:rgba(255,255,255,.82);font-size:12px}
.media-link{position:absolute;z-index:3;right:22px;top:22px;display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:rgba(17,19,24,.76);color:#fff;font-size:10px;font-weight:800;backdrop-filter:blur(10px)}
.media-link svg{width:14px;height:14px}
.hero-brand-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.hero-brand-grid a{position:relative;min-width:0;display:grid;grid-template-columns:92px minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 12px 8px 8px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(28,31,39,.055);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.hero-brand-grid a:hover{transform:translateY(-4px);border-color:#d7dae1;box-shadow:0 15px 34px rgba(28,31,39,.09)}
.hero-brand-grid img{width:92px;height:72px;border-radius:13px;object-fit:cover}
.hero-brand-grid span{display:grid;min-width:0;line-height:1.28}
.hero-brand-grid b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hero-brand-grid small{margin-top:4px;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hero-brand-grid>a>svg{width:15px;height:15px;color:#9ba0aa;transition:transform .2s ease,color .2s ease}
.hero-brand-grid a:hover>svg{color:var(--red);transform:translate(2px,-2px)}

.overview{position:relative;background:#fff;padding:0 0 56px}
.overview-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:0 18px 48px rgba(26,29,37,.07);overflow:hidden}
.overview article{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:24px 22px;border-right:1px solid var(--line)}
.overview article:last-child{border-right:0}
.overview article>span{color:var(--red);font-size:11px;font-weight:850;letter-spacing:.08em}
.overview strong{display:block;margin-bottom:4px;font-size:15px}
.overview p{margin:0;color:var(--muted);font-size:11px;line-height:1.65}

.brand-marquee{padding:20px 0 28px;background:#fff}
.marquee-panel{display:grid;grid-template-columns:230px minmax(0,1fr);align-items:stretch;border:1px solid #e6e8ed;border-radius:22px;background:#fff;box-shadow:0 16px 42px rgba(25,29,38,.065);overflow:hidden}
.marquee-title{display:flex;align-items:center;gap:12px;padding:15px 20px;border-right:1px solid #e7e9ee;background:linear-gradient(135deg,#fff7f8,#fff)}
.marquee-title__mark{width:38px;height:38px;display:grid;place-items:center;flex:none;border-radius:12px;background:var(--red);color:#fff;box-shadow:0 9px 20px rgba(223,31,45,.2)}
.marquee-title__mark svg{width:19px;height:19px}
.marquee-title>span:last-child{display:grid;line-height:1.22}
.marquee-title small{color:var(--red);font-size:8px;font-weight:850;letter-spacing:.13em}
.marquee-title strong{margin-top:4px;font-size:12px;white-space:nowrap}
.marquee-window{min-width:0;display:flex;align-items:center;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent 100%)}
.marquee-track{width:max-content;display:flex;align-items:center;gap:14px;padding:10px 0;animation:marquee 34s linear infinite;will-change:transform}
.marquee-group{display:flex;align-items:center;gap:14px;flex:none}
.marquee-item{display:inline-flex;align-items:center;gap:9px;padding:11px 16px;border:1px solid #e5e7eb;border-radius:999px;background:linear-gradient(180deg,#fff,#f8f9fa);color:#424954;font-size:11px;font-weight:800;letter-spacing:.025em;white-space:nowrap;box-shadow:0 7px 18px rgba(23,27,34,.04);transition:border-color .2s ease,color .2s ease,transform .2s ease}
.marquee-item::before{content:"";width:6px;height:6px;flex:none;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px rgba(223,31,45,.08)}
.marquee-item:hover{transform:translateY(-1px);border-color:#d3d7de;color:var(--red)}
.brand-marquee:hover .marquee-track{animation-play-state:paused}

.section-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.65fr);gap:70px;align-items:end;margin-bottom:42px}
.section-heading h2{max-width:770px;font-size:clamp(39px,4.5vw,62px)}
.section-heading p{margin:0 0 8px;color:var(--muted);font-size:14px;line-height:1.85}
.section-heading--center{display:block;max-width:900px;margin:0 auto 44px;text-align:center}
.section-heading--center .section-label{justify-content:center}
.section-heading--center h2{margin-inline:auto}
.section-heading--center p{max-width:720px;margin:0 auto}

.ecosystem{background:#fff}
.brand-cards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}
.brand-card{grid-column:span 3;min-width:0;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.brand-card:hover{transform:translateY(-6px);border-color:transparent;box-shadow:var(--shadow-md)}
.brand-card--feature{grid-column:span 4;display:grid;grid-template-columns:1.1fr .9fr}
.brand-card:nth-child(2){grid-column:span 2}
.brand-card__image{display:block;overflow:hidden;background:#eceef2}
.brand-card__image img{width:100%;height:100%;min-height:220px;object-fit:cover;transition:transform .45s ease}
.brand-card:hover .brand-card__image img{transform:scale(1.035)}
.brand-card:not(.brand-card--feature) .brand-card__image{height:220px}
.brand-card__content{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:275px;padding:25px}
.brand-card--feature .brand-card__content{justify-content:center;min-height:360px;padding:34px}
.card-index{color:var(--red);font-size:10px;font-weight:850;letter-spacing:.1em}
.brand-card__icon{width:52px;height:52px;display:grid;place-items:center;margin:22px 0 4px;border-radius:15px;background:var(--red-soft);color:var(--red)}
.brand-card__icon svg{width:25px;height:25px}
.brand-card h3{margin:11px 0 9px;font-size:22px;line-height:1.25;letter-spacing:-.025em}
.brand-card p{margin:0 0 18px;color:var(--muted);font-size:13px;line-height:1.75}
.tag-list{display:flex;flex-wrap:wrap;gap:7px;margin:2px 0 20px}
.tag-list span{padding:6px 10px;border-radius:999px;background:#f3f4f6;color:#555b66;font-size:10px;font-weight:700}
.text-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:var(--ink);font-size:12px;font-weight:800}
.text-link svg{color:var(--red);transition:transform .2s ease}
.text-link:hover svg{transform:translate(2px,-2px)}

.solutions{background:linear-gradient(180deg,#f7f9fc,#fff)}
.solution-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.solution-card{position:relative;min-height:390px;padding:28px;border:1px solid #e1e5eb;border-radius:var(--radius-lg);background:rgba(255,255,255,.88);box-shadow:0 12px 32px rgba(30,37,48,.05);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.solution-card::after{content:"";position:absolute;right:-55px;bottom:-65px;width:150px;height:150px;border-radius:50%;background:var(--red-soft);transition:transform .3s ease}
.solution-card:hover{transform:translateY(-6px);border-color:transparent;box-shadow:var(--shadow-md)}
.solution-card:hover::after{transform:scale(1.18)}
.solution-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:44px;border-radius:17px;background:var(--red);color:#fff;box-shadow:0 12px 24px rgba(223,31,45,.2)}
.solution-icon svg{width:27px;height:27px}
.solution-card>small{color:var(--red);font-size:10px;font-weight:850;letter-spacing:.1em}
.solution-card h3{min-height:58px;margin:11px 0 11px;font-size:21px;line-height:1.35;letter-spacing:-.025em}
.solution-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.75}
.solution-card ul{position:relative;z-index:1;display:grid;gap:9px;margin:20px 0 0;padding:0;list-style:none}
.solution-card li{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700}
.solution-card li svg{width:16px;height:16px;color:var(--red);stroke-width:2.4}

.product-hub{background:#fff}
.filter-bar{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:30px}
.filter-btn{min-height:42px;padding:0 17px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#555b66;font-size:12px;font-weight:750;transition:.2s ease}
.filter-btn:hover{border-color:#bdc2cb;color:var(--ink)}
.filter-btn.is-active{border-color:var(--ink);background:var(--ink);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.product-card{min-width:0;display:grid;grid-template-columns:210px 1fr;gap:20px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.product-card:hover{transform:translateY(-4px);border-color:transparent;box-shadow:var(--shadow-sm)}
.product-card.is-hidden{display:none}
.product-image{position:relative;height:165px;border-radius:15px;overflow:hidden;background:#eef0f3}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.product-card:hover img{transform:scale(1.04)}
.product-image span{position:absolute;left:11px;bottom:11px;padding:6px 10px;border-radius:999px;background:rgba(19,21,26,.78);color:#fff;font-size:9px;font-weight:850;letter-spacing:.08em;backdrop-filter:blur(8px)}
.product-content{padding:8px 12px 8px 0}
.product-content small{color:var(--red);font-size:9px;font-weight:850;letter-spacing:.1em}
.product-content h3{margin:7px 0 8px;font-size:18px;line-height:1.35;letter-spacing:-.02em}
.product-content p{margin:0 0 13px;color:var(--muted);font-size:11px;line-height:1.7}
.product-content b{display:flex;align-items:center;gap:7px;font-size:11px}
.product-content b svg{color:var(--red)}

.services{background:#f7f8fa}
.service-layout{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:86px;align-items:start}
.service-intro{position:sticky;top:130px}
.service-intro h2{max-width:11ch;font-size:clamp(40px,4.4vw,60px)}
.service-intro p{max-width:500px;margin:0 0 28px;color:var(--muted);font-size:14px;line-height:1.82}
.service-steps{margin:0;padding:0;list-style:none;border-top:1px solid #dfe2e7}
.service-steps li{display:grid;grid-template-columns:48px 52px 1fr;gap:18px;align-items:center;padding:28px 0;border-bottom:1px solid #dfe2e7}
.service-steps li>span{color:var(--red);font-size:11px;font-weight:850;letter-spacing:.08em}
.step-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#fff;color:var(--red);box-shadow:0 8px 22px rgba(26,29,37,.06)}
.step-icon svg{width:23px;height:23px}
.service-steps h3{margin:0 0 5px;font-size:20px;line-height:1.35}
.service-steps p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}

.company{background:#fff}
.company-shell{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:80px;align-items:center;padding:56px;border:1px solid var(--line);border-radius:var(--radius-xl);background:linear-gradient(135deg,#fff,#f8f9fb);box-shadow:0 18px 50px rgba(27,30,37,.06)}
.company-brand{min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:46px;border-radius:26px;background:#fff;box-shadow:var(--shadow-sm)}
.company-brand img{width:min(270px,100%)}
.company-brand span{margin-top:24px;color:var(--red);font-size:12px;font-weight:850;letter-spacing:.12em;text-align:center}
.company-copy h2{max-width:13ch;font-size:clamp(39px,4.2vw,58px)}
.company-copy>p{margin:0;color:var(--muted);font-size:14px;line-height:1.85}
.company-points{display:grid;gap:16px;margin-top:28px}
.company-points>div{display:flex;gap:13px;align-items:flex-start}
.company-points>div>svg{flex:none;width:22px;height:22px;margin-top:2px;padding:4px;border-radius:50%;background:var(--red-soft);color:var(--red);stroke-width:2.5}
.company-points span{display:grid}
.company-points b{font-size:14px}
.company-points small{margin-top:3px;color:var(--muted);font-size:11px;line-height:1.65}

.contact{background:#f7f8fa}
.contact-shell{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:70px;align-items:center}
.contact-copy h2{max-width:9ch;font-size:clamp(42px,4.7vw,64px)}
.contact-copy>p{max-width:520px;margin:0;color:var(--muted);font-size:14px;line-height:1.85}
.contact-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}
.contact-list>a,.contact-list>div{min-width:0;display:flex;align-items:center;gap:12px;padding:15px;border:1px solid #e2e5e9;border-radius:15px;background:#fff}
.contact-icon{flex:none;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--red-soft);color:var(--red)}
.contact-icon svg{width:19px;height:19px}
.contact-list>a>span:last-child,.contact-list>div>span:last-child{min-width:0;display:grid;line-height:1.35}
.contact-list small{color:var(--muted);font-size:9px}
.contact-list b{overflow-wrap:anywhere;font-size:11px}
.lead-form{padding:34px;border:1px solid var(--line);border-radius:var(--radius-xl);background:#fff;box-shadow:var(--shadow-md)}
.form-heading{margin-bottom:23px}
.form-heading span{font-size:22px;font-weight:850;letter-spacing:-.02em}
.form-heading p{margin:5px 0 0;color:var(--muted);font-size:11px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.field{display:grid;gap:7px}
.field--full{grid-column:1/-1}
.field>span{color:#555b65;font-size:11px;font-weight:750}
.field input,.field select,.field textarea{width:100%;border:1px solid #dfe2e7;border-radius:12px;background:#fafbfc;padding:12px 13px;color:var(--ink);font-size:13px;outline:0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.field textarea{resize:vertical;min-height:108px}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--red);background:#fff;box-shadow:0 0 0 4px rgba(223,31,45,.08)}
.field .is-invalid{border-color:#d82032;background:#fff5f6}
.consent{display:flex;align-items:flex-start;gap:9px;margin:17px 0;color:#6f7580;font-size:10px}
.consent input{margin-top:3px;accent-color:var(--red)}
.btn-submit{width:100%;border:0}
.btn-submit:disabled{cursor:not-allowed;opacity:.65;transform:none}
.form-status{min-height:20px;margin:11px 0 0;text-align:center;font-size:11px}
.form-status.success{color:#14814b}
.form-status.error{color:#c7192b}

.faq{background:#fff}
.faq-layout{display:grid;grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr);gap:82px}
.faq-intro h2{max-width:8ch;font-size:clamp(40px,4.2vw,58px)}
.faq-intro p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}
.accordion{border-top:1px solid var(--line)}
.accordion-item{border-bottom:1px solid var(--line)}
.accordion-item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:23px 0;border:0;background:transparent;color:var(--ink);text-align:left;font-size:16px;font-weight:750}
.accordion-item button svg{flex:none;width:20px;height:20px;transition:transform .25s ease,color .25s ease}
.accordion-item.is-open button svg{transform:rotate(45deg);color:var(--red)}
.accordion-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}
.accordion-content>div{overflow:hidden}
.accordion-content p{max-width:720px;margin:0;color:var(--muted);font-size:13px;line-height:1.8}
.accordion-item.is-open .accordion-content{grid-template-rows:1fr}
.accordion-item.is-open .accordion-content p{padding-bottom:23px}

.site-footer{padding:66px 0 22px;border-top:1px solid var(--line);background:#f8f9fa;color:#4d535e}
.footer-grid{display:grid;grid-template-columns:1.35fr .75fr .75fr 1fr;gap:56px;padding-bottom:42px}
.footer-brand .brand{display:inline-flex;align-items:center;gap:12px}
.footer-brand .brand img{width:64px;height:44px;object-fit:contain}
.footer-brand .brand>span{display:grid;line-height:1.14}
.footer-brand .brand strong{font-size:14px;letter-spacing:.035em}
.footer-brand .brand small{margin-top:4px;color:var(--muted);font-size:11px}
.footer-brand p{max-width:350px;margin:18px 0 0;color:var(--muted);font-size:12px;line-height:1.75}
.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start}
.footer-grid h3{margin:0 0 17px;color:var(--ink);font-size:13px}
.footer-grid>div:not(.footer-brand)>a,.footer-grid>div:not(.footer-brand)>p{margin:0 0 9px;color:#666c77;font-size:11px;line-height:1.75;transition:color .2s ease}
.footer-grid>div:not(.footer-brand)>a:hover{color:var(--red)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid #e1e4e8;color:#7a808a;font-size:10px}
.footer-bottom p{margin:0}
.footer-bottom a{display:flex;align-items:center;gap:7px;color:#565c66;font-weight:750}

.floating-actions{position:fixed;z-index:90;right:18px;bottom:18px;display:grid;gap:10px}
.floating-actions a{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;color:#fff;box-shadow:0 12px 28px rgba(20,24,32,.22);transition:transform .2s ease}
.floating-actions a:hover{transform:translateY(-4px)}
.float-zalo{background:#087fe8;font-size:11px;font-weight:850}
.float-phone{background:var(--red)}
.float-phone svg{width:21px;height:21px}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}

@keyframes marquee{to{transform:translateX(calc(-50% - 7px))}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}

@media (max-width:1120px){
  .main-nav{gap:19px}
  .hero-grid{grid-template-columns:1fr;gap:45px}
  .hero-copy{max-width:800px}
  .hero h1{max-width:15ch}
  .hero-media{max-width:900px}
  .marquee-panel{grid-template-columns:210px minmax(0,1fr)}
  .overview-grid{grid-template-columns:repeat(2,1fr)}
  .overview article:nth-child(2){border-right:0}
  .overview article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .brand-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .brand-card,.brand-card:nth-child(2){grid-column:span 1}
  .brand-card--feature{grid-column:span 2}
  .solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .solution-card{min-height:350px}
  .product-card{grid-template-columns:180px 1fr}
  .service-layout{gap:55px}
  .company-shell{gap:50px;padding:44px}
  .contact-shell{gap:48px}
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr}
  .footer-grid>div:last-child{grid-column:2/4}
}

@media (max-width:900px){
  .utility-links{display:none}
  .menu-toggle{display:flex}
  .nav-shell{height:72px}
  .main-nav{position:fixed;z-index:99;left:20px;right:20px;top:116px;display:grid;gap:3px;padding:14px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}
  .main-nav.is-open{opacity:1;visibility:visible;transform:none}
  .main-nav>a{padding:11px 12px!important;border-radius:10px}
  .main-nav>a:hover{background:#f5f6f8}
  .main-nav>a:not(.nav-cta)::after{display:none}
  .nav-cta{justify-content:center;margin-top:3px;background:var(--red)}
  .section{padding:84px 0}
  .hero{padding-top:60px}
  .hero-brand-grid{grid-template-columns:repeat(2,1fr)}
  .section-heading{display:block}
  .section-heading p{max-width:700px;margin-top:20px}
  .section-heading--center p{margin:0 auto}
  .brand-card--feature{display:block}
  .brand-card--feature .brand-card__image{height:320px}
  .brand-card--feature .brand-card__content{min-height:300px}
  .product-grid{grid-template-columns:1fr}
  .product-card{grid-template-columns:220px 1fr}
  .service-layout{grid-template-columns:1fr}
  .service-intro{position:static}
  .service-intro h2{max-width:15ch}
  .company-shell{grid-template-columns:1fr;padding:36px}
  .company-brand{min-height:260px}
  .company-copy h2{max-width:15ch}
  .contact-shell{grid-template-columns:1fr}
  .contact-copy h2{max-width:13ch}
  .faq-layout{grid-template-columns:1fr;gap:38px}
  .faq-intro h2{max-width:none}
}

@media (max-width:640px){
  .container{width:min(100% - 28px,var(--container))}
  body{font-size:15px}
  .utility-bar__inner{min-height:34px}
  .utility-message{font-size:9px;letter-spacing:0}
  .brand-mark{width:60px;height:46px;border-radius:13px}
  .brand-mark img{width:52px;height:36px}
  .brand-copy strong{font-size:12px}
  .brand-copy small{font-size:9px}
  .main-nav{left:14px;right:14px;top:105px}
  .section{padding:68px 0}
  .hero{padding:48px 0 46px}
  .hero-grid{gap:32px}
  .eyebrow,.section-label{font-size:9px;letter-spacing:.1em}
  .hero h1{max-width:none;margin:17px 0 17px;font-size:39px;line-height:1.08}
  .hero-lead{font-size:14px;line-height:1.75}
  .hero-actions{display:grid;margin:23px 0}
  .hero-actions .btn{width:100%}
  .hero-assurance{grid-template-columns:1fr;gap:8px}
  .hero-assurance article{align-items:center;padding:11px 12px}
  .hero-assurance small{font-size:10px}
  .hero-main-card{min-height:300px;border-radius:23px}
  .hero-main-card img{min-height:300px;object-position:58% center}
  .media-topline{left:16px;top:16px;padding:8px 10px;font-size:9px}
  .media-link{display:none}
  .media-overlay{left:20px;right:20px;bottom:20px}
  .media-overlay strong{max-width:285px;font-size:21px}
  .hero-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .hero-brand-grid a{display:block;padding:7px;border-radius:15px}
  .hero-brand-grid img{width:100%;height:76px;border-radius:11px}
  .hero-brand-grid span{padding:9px 5px 5px}
  .hero-brand-grid b{font-size:10px}
  .hero-brand-grid small{font-size:8px}
  .hero-brand-grid>a>svg{position:absolute;right:12px;top:12px;width:14px;height:14px;padding:3px;border-radius:50%;background:rgba(255,255,255,.9);color:#555;box-sizing:content-box}
  .overview{padding-bottom:42px}
  .overview-grid{grid-template-columns:1fr;border-radius:20px}
  .overview article{border-right:0;border-bottom:1px solid var(--line)!important;padding:19px 17px}
  .overview article:last-child{border-bottom:0!important}
  .brand-marquee{padding:8px 0 22px}
  .marquee-panel{display:block;border-radius:18px}
  .marquee-title{padding:12px 14px;border-right:0;border-bottom:1px solid #e7e9ee}
  .marquee-title__mark{width:34px;height:34px;border-radius:10px}
  .marquee-title strong{font-size:11px}
  .marquee-window{min-height:58px}
  .marquee-track{animation-duration:28s}
  .marquee-item{padding:9px 13px;font-size:10px}
  .section-heading{margin-bottom:30px}
  .section-heading h2,.service-intro h2,.company-copy h2,.contact-copy h2,.faq-intro h2{max-width:none;margin:15px 0 16px;font-size:35px;line-height:1.12}
  .section-heading p,.service-intro p,.company-copy>p,.contact-copy>p,.faq-intro p{font-size:13px}
  .brand-cards{grid-template-columns:1fr;gap:14px}
  .brand-card,.brand-card:nth-child(2),.brand-card--feature{grid-column:auto}
  .brand-card--feature .brand-card__image,.brand-card:not(.brand-card--feature) .brand-card__image{height:220px}
  .brand-card__content,.brand-card--feature .brand-card__content{min-height:250px;padding:22px}
  .brand-card h3{font-size:20px}
  .solution-grid{grid-template-columns:1fr;gap:14px}
  .solution-card{min-height:auto;padding:23px}
  .solution-icon{margin-bottom:28px}
  .solution-card h3{min-height:0;font-size:20px}
  .filter-bar{flex-wrap:nowrap;overflow-x:auto;margin-right:-14px;padding-bottom:4px;scrollbar-width:none}
  .filter-bar::-webkit-scrollbar{display:none}
  .filter-btn{flex:none}
  .product-grid{gap:14px}
  .product-card{display:block;padding:9px 9px 19px}
  .product-image{height:190px}
  .product-content{padding:15px 8px 0}
  .product-content h3{font-size:17px}
  .service-steps li{grid-template-columns:36px 44px 1fr;gap:11px;padding:23px 0}
  .step-icon{width:42px;height:42px;border-radius:13px}
  .service-steps h3{font-size:17px}
  .service-steps p{font-size:11px}
  .company-shell{gap:32px;padding:20px;border-radius:24px}
  .company-brand{min-height:220px;padding:30px;border-radius:19px}
  .company-brand img{width:210px}
  .company-brand span{font-size:10px}
  .contact-list{grid-template-columns:1fr}
  .lead-form{padding:22px;border-radius:23px}
  .form-heading span{font-size:20px}
  .form-grid{grid-template-columns:1fr}
  .field--full{grid-column:auto}
  .accordion-item button{font-size:14px;line-height:1.45}
  .site-footer{padding-top:52px}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-brand .brand img{width:54px;height:36px}
  .footer-brand .brand strong{font-size:12px}
  .footer-brand .brand small{font-size:9px}
  .footer-grid>div:last-child{grid-column:auto}
  .footer-bottom{align-items:flex-start;flex-direction:column}
  .floating-actions{right:12px;bottom:12px}
  .floating-actions a{width:46px;height:46px}
}

/* =========================================================
   V6 — Hero trust, hệ sinh thái thương hiệu và giới thiệu hệ thống
   ========================================================= */
.hero-trust{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px 24px;
  margin:2px 0 0;
  padding:0;
  list-style:none;
}
.hero-trust li{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#3f4652;
  font-size:12px;
  line-height:1.35;
  white-space:nowrap;
}
.hero-trust li>span{
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  flex:none;
  border-radius:8px;
  background:var(--red-soft);
  color:var(--red);
}
.hero-trust svg{width:14px;height:14px;stroke-width:2.2}
.hero-trust strong{font-weight:750}

.ecosystem-v6{
  position:relative;
  padding-top:86px;
  background:
    linear-gradient(rgba(26,31,40,.022) 1px,transparent 1px),
    linear-gradient(90deg,rgba(26,31,40,.022) 1px,transparent 1px),
    linear-gradient(180deg,#f8f9fb 0%,#fff 30%);
  background-size:54px 54px,54px 54px,100% 100%;
}
.ecosystem-intro{
  max-width:1080px;
  margin-bottom:32px;
}
.ecosystem-intro__grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(330px,.75fr);
  align-items:end;
  gap:62px;
  margin-top:16px;
}
.ecosystem-intro h2{
  max-width:720px;
  margin:0;
  font-size:clamp(38px,4.25vw,58px);
  line-height:1.08;
  letter-spacing:-.042em;
  text-wrap:balance;
}
.ecosystem-intro h2 em{color:var(--red);font-style:normal}
.ecosystem-intro p{
  margin:0 0 4px;
  color:var(--muted);
  font-size:14px;
  line-height:1.8;
}
.ecosystem-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.ecosystem-card{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(220px,.92fr) minmax(0,1.08fr);
  min-height:270px;
  overflow:hidden;
  border:1px solid #e2e5ea;
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 34px rgba(25,29,38,.055);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.ecosystem-card:hover{
  transform:translateY(-5px);
  border-color:transparent;
  box-shadow:0 22px 52px rgba(25,29,38,.105);
}
.ecosystem-card__media{
  position:relative;
  min-height:270px;
  overflow:hidden;
  background:#e9ebef;
}
.ecosystem-card__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 52%,rgba(13,16,21,.52));
  pointer-events:none;
}
.ecosystem-card__media img{
  width:100%;
  height:100%;
  min-height:270px;
  object-fit:cover;
  transition:transform .45s ease;
}
.ecosystem-card:first-child .ecosystem-card__media img{object-position:center}
.ecosystem-card:hover .ecosystem-card__media img{transform:scale(1.035)}
.ecosystem-card__media>span{
  position:absolute;
  z-index:2;
  left:16px;
  bottom:15px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:999px;
  background:rgba(18,21,27,.64);
  color:#fff;
  font-size:9px;
  font-weight:850;
  letter-spacing:.1em;
  backdrop-filter:blur(9px);
}
.ecosystem-card__body{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:25px 24px 23px;
}
.ecosystem-card__heading{
  display:flex;
  align-items:center;
  gap:12px;
}
.ecosystem-card__icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  flex:none;
  border-radius:13px;
  background:var(--red-soft);
  color:var(--red);
}
.ecosystem-card__icon svg{width:21px;height:21px}
.ecosystem-card h3{
  margin:0;
  font-size:19px;
  line-height:1.28;
  letter-spacing:-.025em;
}
.ecosystem-card__body>p{
  margin:15px 0 17px;
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
}
.ecosystem-card__tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:-2px 0 16px;
}
.ecosystem-card__tags span{
  padding:5px 8px;
  border-radius:999px;
  background:#f3f4f6;
  color:#565d68;
  font-size:9px;
  font-weight:700;
}
.ecosystem-card__link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:auto;
  color:var(--ink);
  font-size:11px;
  font-weight:800;
}
.ecosystem-card__link svg{
  width:15px;
  height:15px;
  color:var(--red);
  transition:transform .2s ease;
}
.ecosystem-card__link:hover svg{transform:translate(2px,-2px)}

.company-v6{
  background:linear-gradient(180deg,#fff 0%,#f7f8fa 100%);
}
.about-system{
  display:grid;
  grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);
  gap:64px;
  align-items:center;
  padding:54px;
  border:1px solid #e1e4e9;
  border-radius:32px;
  background:#fff;
  box-shadow:0 22px 60px rgba(24,28,36,.075);
}
.about-system__visual{min-width:0}
.about-logo-card{
  min-height:320px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:42px;
  border-radius:26px;
  background:
    radial-gradient(circle at 18% 15%,rgba(223,31,45,.1),transparent 32%),
    linear-gradient(145deg,#fff,#f3f5f8);
  box-shadow:inset 0 0 0 1px rgba(224,227,232,.85),0 18px 40px rgba(25,29,38,.075);
}
.about-logo-card img{width:min(300px,90%)}
.about-logo-card strong{
  margin-top:22px;
  color:var(--red);
  font-size:11px;
  letter-spacing:.14em;
  text-align:center;
}
.about-stat-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:12px;
}
.about-stat-row>div{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:70px;
  padding:12px 15px;
  border:1px solid #e5e8ed;
  border-radius:17px;
  background:#fff;
}
.about-stat-row b{
  flex:none;
  color:var(--red);
  font-size:24px;
  line-height:1;
  letter-spacing:-.04em;
}
.about-stat-row span{
  color:#5d6470;
  font-size:10px;
  font-weight:700;
  line-height:1.45;
}
.about-system__copy h2{
  max-width:13ch;
  margin:18px 0 18px;
  font-size:clamp(40px,4.2vw,58px);
  line-height:1.06;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.about-system__copy h2 em{color:var(--red);font-style:normal}
.about-system__copy>p{
  max-width:660px;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.82;
}
.about-feature-list{
  display:grid;
  gap:0;
  margin-top:24px;
  border-top:1px solid #e5e7eb;
}
.about-feature-list article{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:13px;
  padding:17px 0;
  border-bottom:1px solid #e5e7eb;
}
.about-feature-list article>span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  margin-top:1px;
  border-radius:11px;
  background:var(--red-soft);
  color:var(--red);
}
.about-feature-list svg{width:17px;height:17px;stroke-width:2.3}
.about-feature-list h3{
  margin:0 0 3px;
  font-size:14px;
  line-height:1.35;
}
.about-feature-list p{
  margin:0;
  color:var(--muted);
  font-size:11px;
  line-height:1.65;
}

@media (max-width:1120px){
  .ecosystem-intro__grid{grid-template-columns:1fr;gap:14px}
  .ecosystem-intro p{max-width:780px}
  .ecosystem-card{grid-template-columns:minmax(190px,.8fr) minmax(0,1.2fr)}
  .about-system{grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:42px;padding:42px}
}

@media (max-width:900px){
  .ecosystem-grid{grid-template-columns:1fr}
  .ecosystem-card{grid-template-columns:minmax(250px,.9fr) minmax(0,1.1fr)}
  .about-system{grid-template-columns:1fr;padding:34px}
  .about-system__visual{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:12px;align-items:stretch}
  .about-logo-card{min-height:270px}
  .about-stat-row{grid-template-columns:1fr;margin-top:0}
}

@media (max-width:640px){
  .hero-actions{margin-bottom:17px}
  .hero-trust{gap:10px 16px}
  .hero-trust li{font-size:11px}
  .hero-trust li>span{width:23px;height:23px;border-radius:7px}
  .ecosystem-v6{padding-top:62px;background-size:42px 42px,42px 42px,100% 100%}
  .ecosystem-intro{margin-bottom:22px}
  .ecosystem-intro__grid{margin-top:13px}
  .ecosystem-intro h2{font-size:34px;line-height:1.1}
  .ecosystem-intro p{font-size:13px;line-height:1.7}
  .ecosystem-grid{gap:14px}
  .ecosystem-card{display:block;min-height:0;border-radius:20px}
  .ecosystem-card__media,.ecosystem-card__media img{min-height:0;height:210px}
  .ecosystem-card__body{padding:20px}
  .ecosystem-card h3{font-size:18px}
  .ecosystem-card__body>p{font-size:12px}
  .about-system{gap:28px;padding:18px;border-radius:24px}
  .about-system__visual{display:block}
  .about-logo-card{min-height:220px;padding:28px;border-radius:20px}
  .about-logo-card img{width:215px}
  .about-logo-card strong{font-size:9px}
  .about-stat-row{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}
  .about-stat-row>div{display:grid;gap:5px;min-height:76px;padding:12px}
  .about-stat-row b{font-size:22px}
  .about-stat-row span{font-size:9px}
  .about-system__copy h2{max-width:none;margin:15px 0 15px;font-size:35px;line-height:1.1}
  .about-system__copy>p{font-size:13px;line-height:1.72}
  .about-feature-list{margin-top:19px}
  .about-feature-list article{grid-template-columns:34px minmax(0,1fr);gap:11px;padding:14px 0}
}

/* V6.1 — Giữ trọn hình ảnh banner trong thẻ thương hiệu */
.ecosystem-card{
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:auto 1fr;
  min-height:0;
}
.ecosystem-card__media{
  min-height:0;
  aspect-ratio:16/9;
}
.ecosystem-card__media img{
  min-height:0;
  aspect-ratio:16/9;
  object-fit:cover;
}
.ecosystem-card:first-child .ecosystem-card__media{
  background:linear-gradient(135deg,#f4f5f8,#fff);
}
.ecosystem-card:first-child .ecosystem-card__media img{
  object-fit:contain;
}
.ecosystem-card__body{
  min-height:225px;
}

@media (max-width:900px){
  .ecosystem-card{grid-template-columns:1fr}
}

@media (max-width:640px){
  .ecosystem-card__media,.ecosystem-card__media img{height:auto;min-height:0;aspect-ratio:16/9}
  .ecosystem-card__body{min-height:0}
}

/* V6.2 — Giảm khoảng trắng và cân bằng nội dung thẻ */
.ecosystem-intro__grid{align-items:start;gap:54px}
.ecosystem-card__body{min-height:205px}
.ecosystem-card__tags{margin-top:auto;margin-bottom:12px}
.ecosystem-card__link{margin-top:0}

@media (max-width:640px){
  .ecosystem-card__body{min-height:0}
  .ecosystem-card__tags{margin-top:0}
}

/* =========================================================
   V7 — Tối ưu các khu vực Giới thiệu, Tư vấn và FAQ
   ========================================================= */
.company-v7{
  background:linear-gradient(180deg,#fff 0%,#f6f7f9 100%);
}
.about-v7{
  padding:46px;
  border:1px solid #e1e4e9;
  border-radius:32px;
  background:#fff;
  box-shadow:0 22px 60px rgba(24,28,36,.07);
}
.about-v7__heading{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);
  gap:54px;
  align-items:end;
  padding-bottom:32px;
  border-bottom:1px solid #e7e9ed;
}
.about-v7__heading h2{
  max-width:760px;
  margin:17px 0 0;
  font-size:clamp(36px,3.55vw,50px);
  line-height:1.08;
  letter-spacing:-.042em;
  text-wrap:balance;
}
.about-v7__heading h2 em{
  color:var(--red);
  font-style:normal;
}
.about-v7__heading>p{
  max-width:500px;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.82;
}
.about-v7__content{
  display:grid;
  grid-template-columns:minmax(300px,.86fr) minmax(0,1.14fr);
  gap:28px;
  margin-top:28px;
}
.about-v7__brand{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-width:0;
  padding:28px;
  border:1px solid #e5e8ed;
  border-radius:24px;
  background:
    radial-gradient(circle at 10% 10%,rgba(223,31,45,.09),transparent 33%),
    linear-gradient(145deg,#fff,#f7f8fa);
}
.about-v7__logo{
  min-height:190px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.about-v7__logo img{
  width:min(270px,84%);
  height:auto;
}
.about-v7__logo div{
  display:grid;
  gap:4px;
  margin-top:18px;
}
.about-v7__logo strong{
  color:#22262d;
  font-size:13px;
  letter-spacing:.08em;
}
.about-v7__logo span{
  color:var(--red);
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.about-v7__stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin-top:24px;
}
.about-v7__stats article{
  min-width:0;
  padding:14px 12px;
  border:1px solid #e4e7ec;
  border-radius:15px;
  background:rgba(255,255,255,.88);
}
.about-v7__stats b{
  display:block;
  color:var(--red);
  font-size:24px;
  line-height:1;
  letter-spacing:-.045em;
}
.about-v7__stats span{
  display:block;
  margin-top:6px;
  color:#656c77;
  font-size:9px;
  font-weight:700;
  line-height:1.45;
}
.about-v7__benefits{
  display:grid;
  gap:12px;
}
.about-v7__benefits article{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:16px;
  align-items:start;
  min-height:112px;
  padding:22px 24px;
  border:1px solid #e5e8ed;
  border-radius:20px;
  background:#fff;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.about-v7__benefits article:hover{
  transform:translateY(-3px);
  border-color:transparent;
  box-shadow:0 16px 34px rgba(24,28,36,.08);
}
.about-v7__icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:var(--red-soft);
  color:var(--red);
}
.about-v7__icon svg{width:20px;height:20px;stroke-width:2.3}
.about-v7__benefits small{
  color:var(--red);
  font-size:9px;
  font-weight:850;
  letter-spacing:.12em;
}
.about-v7__benefits h3{
  margin:5px 0 5px;
  font-size:17px;
  line-height:1.3;
  letter-spacing:-.018em;
}
.about-v7__benefits p{
  margin:0;
  color:var(--muted);
  font-size:11px;
  line-height:1.65;
}

.contact-v7{
  background:#f5f6f8;
}
.contact-shell-v7{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:24px;
  align-items:stretch;
}
.contact-copy-v7{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:40px;
  border:1px solid #e1e4e9;
  border-radius:28px;
  background:
    radial-gradient(circle at 0 0,rgba(223,31,45,.09),transparent 31%),
    linear-gradient(145deg,#fff,#fafbfc);
  box-shadow:0 18px 44px rgba(24,28,36,.055);
}
.contact-copy-v7 h2{
  max-width:650px;
  margin:17px 0 17px;
  font-size:clamp(36px,3.65vw,50px);
  line-height:1.08;
  letter-spacing:-.043em;
  text-wrap:balance;
}
.contact-copy-v7 h2 em{
  display:block;
  color:var(--red);
  font-style:normal;
}
.contact-copy-v7>p{
  max-width:570px;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.78;
}
.contact-promise{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px;
}
.contact-promise span{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:34px;
  padding:7px 11px;
  border:1px solid #e5e8ed;
  border-radius:999px;
  background:#fff;
  color:#4d535e;
  font-size:10px;
  font-weight:750;
}
.contact-promise svg{
  width:14px;
  height:14px;
  color:var(--red);
}
.contact-copy-v7 .contact-list{
  margin-top:auto;
  padding-top:26px;
}
.contact-copy-v7 .contact-list>a,
.contact-copy-v7 .contact-list>div{
  padding:14px;
  border-color:#e1e4e9;
  box-shadow:0 8px 20px rgba(24,28,36,.035);
}
.lead-form-v7{
  height:100%;
  padding:40px;
  border-radius:28px;
  box-shadow:0 20px 48px rgba(24,28,36,.08);
}
.lead-form-v7 .form-heading span{
  font-size:21px;
  letter-spacing:-.01em;
}

.faq-v7{
  background:#fff;
}
.faq-intro-v7{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);
  gap:70px;
  align-items:end;
  margin-bottom:32px;
}
.faq-intro-v7 h2{
  max-width:780px;
  margin:17px 0 0;
  font-size:clamp(36px,3.55vw,50px);
  line-height:1.08;
  letter-spacing:-.042em;
  text-wrap:balance;
}
.faq-intro-v7 h2 em{
  color:var(--red);
  font-style:normal;
}
.faq-intro-v7>p{
  max-width:500px;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.82;
}
.faq-panel{
  padding:8px 30px;
  border:1px solid #e1e4e9;
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 46px rgba(24,28,36,.06);
}
.faq-v7 .accordion{
  border-top:0;
}
.faq-v7 .accordion-item{
  border-bottom:1px solid #e5e8ed;
}
.faq-v7 .accordion-item:last-child{border-bottom:0}
.faq-v7 .accordion-item button{
  min-height:82px;
  padding:20px 2px;
  font-size:15px;
}
.faq-question{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:16px;
  align-items:center;
}
.faq-question small{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#f5f6f8;
  color:var(--red);
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em;
}
.faq-question b{
  font-size:16px;
  line-height:1.45;
}
.faq-v7 .accordion-content p{
  max-width:900px;
  padding-left:58px;
  font-size:13px;
  line-height:1.78;
}
.faq-v7 .accordion-item.is-open .accordion-content p{
  padding-bottom:22px;
}

@media (max-width:1000px){
  .about-v7__heading,
  .faq-intro-v7{
    grid-template-columns:1fr;
    gap:18px;
    align-items:start;
  }
  .about-v7__heading>p,
  .faq-intro-v7>p{max-width:760px}
  .about-v7__content{grid-template-columns:1fr}
  .about-v7__brand{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);gap:20px;align-items:center}
  .about-v7__stats{grid-template-columns:1fr;margin-top:0}
  .contact-shell-v7{grid-template-columns:1fr}
  .contact-copy-v7 .contact-list{margin-top:26px;padding-top:0}
}

@media (max-width:640px){
  .about-v7{
    padding:22px;
    border-radius:24px;
  }
  .about-v7__heading{
    gap:14px;
    padding-bottom:22px;
  }
  .about-v7__heading h2,
  .contact-copy-v7 h2,
  .faq-intro-v7 h2{
    margin-top:14px;
    font-size:33px;
    line-height:1.1;
  }
  .about-v7__heading>p,
  .contact-copy-v7>p,
  .faq-intro-v7>p{
    font-size:13px;
    line-height:1.72;
  }
  .about-v7__content{margin-top:20px;gap:14px}
  .about-v7__brand{
    display:block;
    padding:18px;
    border-radius:20px;
  }
  .about-v7__logo{min-height:170px}
  .about-v7__logo img{width:210px}
  .about-v7__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:18px}
  .about-v7__stats article{padding:11px 8px}
  .about-v7__stats b{font-size:20px}
  .about-v7__stats span{font-size:8px}
  .about-v7__benefits article{
    grid-template-columns:42px minmax(0,1fr);
    min-height:0;
    padding:18px;
    border-radius:18px;
  }
  .about-v7__icon{width:40px;height:40px}
  .about-v7__benefits h3{font-size:16px}

  .contact-copy-v7,
  .lead-form-v7{
    padding:24px;
    border-radius:22px;
  }
  .contact-copy-v7 h2 em{display:inline}
  .contact-promise{display:grid;grid-template-columns:1fr}
  .contact-promise span{justify-content:flex-start;border-radius:12px}
  .contact-copy-v7 .contact-list{grid-template-columns:1fr;margin-top:22px}
  .lead-form-v7 .form-heading span{font-size:19px}

  .faq-intro-v7{
    gap:14px;
    margin-bottom:22px;
  }
  .faq-panel{
    padding:4px 18px;
    border-radius:22px;
  }
  .faq-v7 .accordion-item button{
    min-height:72px;
    gap:14px;
    padding:17px 0;
  }
  .faq-question{
    grid-template-columns:34px minmax(0,1fr);
    gap:11px;
  }
  .faq-question small{
    width:32px;
    height:32px;
    border-radius:10px;
    font-size:9px;
  }
  .faq-question b{font-size:14px;line-height:1.42}
  .faq-v7 .accordion-content p{
    padding-left:45px;
    font-size:12px;
    line-height:1.72;
  }
}
