
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap');

:root{
  --orange:#ff4f27;
  --orange-soft:#fff0eb;
  --navy:#111626;
  --navy-2:#171c2d;
  --ink:#0c1222;
  --text:#596176;
  --line:#dfe2e8;
  --paper:#fffdfa;
  --white:#ffffff;
  --container:960px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Be Vietnam Pro",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(var(--container),calc(100% - 34px));margin-inline:auto}

.site-header{height:62px;background:rgba(255,255,255,.96);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(15,23,42,.04);backdrop-filter:blur(12px)}
.header-inner{height:100%;display:flex;align-items:center}
.brand img{width:64px}
.main-nav{margin:auto;display:flex;align-items:center;gap:22px;font-size:10px;font-weight:500;color:#535b6e}
.main-nav a{transition:.2s}
.main-nav a:hover{color:var(--orange)}
.header-cta{display:inline-flex;align-items:center;gap:7px;background:var(--orange);color:#fff;border-radius:999px;padding:9px 17px;font-size:10px;font-weight:700;box-shadow:0 6px 18px rgba(255,79,39,.18)}
.menu-toggle{display:none;background:none;border:0;padding:8px;margin-left:auto}
.menu-toggle span{width:23px;height:2px;background:var(--ink);display:block;margin:5px;border-radius:99px}

.hero{background:
  radial-gradient(circle at 90% 12%,rgba(255,116,74,.19),transparent 36%),
  radial-gradient(circle at 5% 50%,rgba(111,130,164,.09),transparent 32%),
  #fff;
  padding:45px 0 50px;
}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.pill{display:inline-flex;align-items:center;gap:7px;border:1px solid #d8dce5;border-radius:999px;padding:5px 11px;font-size:9px;color:#4c5365;background:rgba(255,255,255,.7)}
.pill i{width:6px;height:6px;border-radius:50%;background:var(--orange)}
.hero h1{font-size:45px;line-height:1.01;letter-spacing:-2.5px;margin:17px 0 20px;font-weight:800}
.hero h1 span{color:var(--orange);position:relative;display:inline-block}
.hero h1 span:after{content:"";position:absolute;left:1px;right:0;bottom:-8px;height:5px;border-top:3px solid var(--orange);border-radius:50%;transform:rotate(-.6deg)}
.hero-description{color:#555f74;font-size:12px;line-height:1.75;max-width:450px;margin:0}
.hero-actions{display:flex;gap:13px;margin:25px 0 29px}
.button{height:41px;border-radius:999px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:11px;font-weight:700;transition:.2s}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--orange);color:#fff;box-shadow:0 8px 17px rgba(255,79,39,.22)}
.button-outline{background:#fff;border:1px solid #d8dce5}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:390px}
.hero-stats div{display:flex;flex-direction:column}
.hero-stats strong{font-size:18px;color:var(--orange);line-height:1}
.hero-stats small{font-size:8px;color:#606a7f;line-height:1.45;margin-top:6px;max-width:85px}

.hero-media{position:relative}
.hero-media>img{width:445px;height:334px;object-fit:cover;border-radius:15px;box-shadow:0 18px 38px rgba(20,29,48,.11)}
.metric-card{position:absolute;left:-25px;bottom:-11px;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e1e4ea;border-radius:12px;padding:11px 14px;box-shadow:0 8px 19px rgba(15,23,42,.14)}
.metric-icon{width:32px;height:32px;border-radius:8px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center;font-size:20px}
.metric-card>div:last-child{display:flex;flex-direction:column}
.metric-card strong{font-size:12px}
.metric-card small{font-size:7px;color:#798196}

.marquee{height:44px;background:var(--navy);overflow:hidden;color:#fff}
.marquee-track{height:100%;display:flex;width:max-content;animation:marquee 28s linear infinite}
.marquee-row{display:flex;align-items:center;gap:25px;padding-right:25px;font-size:11px;font-weight:700;white-space:nowrap}
.marquee-row i{font-style:normal;color:var(--orange)}
@keyframes marquee{to{transform:translateX(-50%)}}

.section{padding:52px 0}
.services-section{background:var(--paper);min-height:655px}
.section-heading{margin-bottom:38px}
.section-heading.compact{margin-bottom:34px}
.section-label{display:block;color:var(--orange);font-size:9px;font-weight:800;letter-spacing:1.5px;margin-bottom:10px}
.section-heading h2,.process-heading h2{font-size:27px;line-height:1.16;letter-spacing:-1.25px;margin:0 0 10px}
.section-heading p{font-size:11px;color:#626b80;margin:0;line-height:1.7}

.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.service-card{height:168px;border:1px solid #d9dde6;border-radius:11px;padding:17px 17px 15px;background:#fff;transition:.25s}
.service-card:hover{transform:translateY(-4px);border-color:#ffad98;box-shadow:0 14px 28px rgba(15,23,42,.07)}
.service-icon{width:37px;height:37px;border-radius:9px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center;font-size:20px}
.service-card h3{font-size:12px;margin:16px 0 8px}
.service-card p{font-size:8.5px;color:#626b80;line-height:1.65;margin:0}

.process-section{background:linear-gradient(120deg,#111626,#121827);color:#fff;padding:85px 0 83px}
.process-heading{margin-bottom:37px}
.process-heading h2{font-size:26px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.process-card{height:195px;border:1px solid rgba(255,255,255,.13);border-radius:11px;padding:16px 17px;background:rgba(255,255,255,.045)}
.process-card>b{display:block;color:#81453d;font-size:35px;line-height:1;margin-bottom:10px}
.process-icon{color:var(--orange);font-size:21px;margin-bottom:10px}
.process-card h3{font-size:12px;margin:0 0 9px}
.process-card p{font-size:8.5px;line-height:1.65;color:#aeb6c8;margin:0}

.projects-section{background:#fffefa;padding-top:82px;padding-bottom:60px}
.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.project-card{border:1px solid #d9dde6;border-radius:11px;overflow:hidden;background:#fff;box-shadow:0 8px 19px rgba(18,26,43,.04)}
.project-image{height:224px;position:relative;overflow:hidden}
.project-image img{width:100%;height:100%;object-fit:cover}
.project-card:nth-child(1) .project-image img{object-position:center}
.project-card:nth-child(2) .project-image img{object-position:center 48%}
.project-card:nth-child(3) .project-image img{object-position:center}
.project-category{position:absolute;left:12px;top:12px;background:rgba(255,255,255,.92);border-radius:999px;padding:4px 9px;font-size:7px}
.result-badge{position:absolute;right:12px;bottom:12px;background:var(--orange);color:#fff;border-radius:999px;padding:5px 9px;font-size:8px}
.project-content{padding:16px 17px 18px}
.project-content h3{font-size:12px;margin:0 0 8px}
.project-content p{font-size:8.5px;color:#626b80;margin:0;line-height:1.65}
.customer-strip{margin-top:35px;border-top:1px solid #e4e6eb;padding-top:23px;display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#71798c}
.customer-strip div{display:flex;gap:30px;font-size:12px;color:#959baa}

.articles-section{background:#fff;padding-top:80px;padding-bottom:75px}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.article-card{height:145px;border:1px solid #d9dde6;border-radius:11px;padding:20px;background:#fff;display:flex;flex-direction:column;transition:.25s}
.article-card:hover{transform:translateY(-3px);border-color:#ffad98}
.article-card>span{align-self:flex-start;background:var(--orange-soft);color:var(--orange);border-radius:999px;padding:4px 9px;font-size:7px}
.article-card h3{font-size:13px;line-height:1.5;margin:13px 0 0;max-width:240px}
.article-card>div{margin-top:auto;display:flex;justify-content:space-between;color:#6b7386}
.article-card small{font-size:8px}
.article-card b{font-size:13px}

.contact-section{background:
  radial-gradient(circle at 95% 85%,rgba(255,79,39,.24),transparent 31%),
  var(--navy);
  color:#fff;padding:83px 0 84px;
}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:73px;align-items:start}
.contact-copy h2{font-size:27px;margin:0 0 9px;letter-spacing:-1px}
.contact-copy>p{font-size:11px;color:#b8bfd0;max-width:385px;line-height:1.65;margin:0}
.contact-list{display:flex;flex-direction:column;gap:12px;margin:25px 0 27px}
.contact-list a,.contact-list span{display:flex;align-items:center;gap:10px;font-size:9px}
.contact-list svg{color:var(--orange);font-size:15px}
.contact-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:390px}
.contact-stats div{display:flex;flex-direction:column}
.contact-stats strong{color:var(--orange);font-size:17px}
.contact-stats small{font-size:7px;color:#aeb6c8;line-height:1.4;max-width:90px}
.contact-stats div:nth-child(4){grid-column:1}

.lead-form{background:#fff;color:var(--ink);border-radius:17px;padding:24px 25px 25px}
.lead-form label{display:flex;flex-direction:column;font-size:8px;font-weight:700;gap:7px;margin-bottom:12px}
.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid #d9dde6;border-radius:8px;padding:10px 12px;font-size:9px;color:#3f4758;background:#fff;outline:none}
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,79,39,.08)}
.lead-form textarea{resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.lead-form button{width:100%;height:39px;border:0;border-radius:999px;background:var(--orange);color:#fff;font-size:10px;font-weight:700;cursor:pointer;transition:.2s}
.lead-form button:hover{transform:translateY(-2px)}
.form-status{font-size:8px;text-align:center;margin:8px 0 0;color:#137c55;min-height:13px}

.site-footer{background:var(--navy);color:#fff;border-top:1px solid rgba(255,255,255,.12)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:85px;padding:38px 0 36px}
.footer-logo{font-size:18px;font-weight:800;color:var(--orange)}
.footer-logo span{color:#fff}
.footer-about p{font-size:8px;color:#9fa8bc;line-height:1.6;max-width:285px}
.footer-links{display:flex;flex-direction:column;gap:7px}
.footer-links h3{font-size:8px;margin:0 0 6px}
.footer-links a,.footer-links span{font-size:8px;color:#9fa8bc}
.footer-bottom{border-top:1px solid rgba(255,255,255,.11);padding:13px 0;color:#68738a;text-align:center;font-size:7px}

.floating-actions{position:fixed;right:17px;bottom:18px;z-index:40;display:flex;flex-direction:column;gap:8px}
.floating-actions a{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;box-shadow:0 9px 25px rgba(0,0,0,.2)}
.floating-actions a:first-child{background:#1ca66f}
.floating-actions a:last-child{background:#0878ff;font-size:10px}

/* Detailed services page */
.service-page{background:#fff}
.service-page-hero{padding:75px 0 70px;background:radial-gradient(circle at 80% 20%,rgba(255,79,39,.16),transparent 34%),#fff}
.service-page-hero h1{font-size:48px;line-height:1.05;letter-spacing:-2px;margin:20px 0 18px}
.service-page-hero h1 span{color:var(--orange)}
.service-page-hero p{max-width:620px;color:var(--text);font-size:13px}
.detail-section{padding:72px 0}
.detail-section.alternate{background:var(--paper)}
.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.detail-grid article{border:1px solid var(--line);border-radius:13px;padding:23px;background:#fff}
.detail-grid h3{font-size:15px;margin:0 0 15px}
.detail-grid ul{padding:0;margin:0;list-style:none}
.detail-grid li{font-size:9px;color:var(--text);padding-left:16px;margin:9px 0;position:relative}
.detail-grid li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--orange);position:absolute;left:0;top:5px}
.service-page-cta{background:var(--navy);color:#fff;padding:55px 0}
.service-page-cta>.container{display:flex;align-items:center;justify-content:space-between;gap:35px}
.service-page-cta h2{font-size:27px;margin:0 0 8px}
.service-page-cta p{font-size:10px;color:#b8bfd0}
.legal-page{padding:75px 0;min-height:70vh}
.legal-page .container{max-width:760px}
.legal-page h1{font-size:42px;margin:10px 0 30px}
.legal-page h2{font-size:20px;margin-top:30px}
.legal-page p{color:var(--text);font-size:13px}

@media (max-width:900px){
  .container{width:min(100% - 34px,720px)}
  .main-nav{display:none;position:absolute;top:62px;left:17px;right:17px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;flex-direction:column;align-items:flex-start;box-shadow:0 15px 35px rgba(15,23,42,.12)}
  .main-nav.open{display:flex}
  .menu-toggle{display:block}
  .header-cta{margin-left:12px}
  .hero-grid,.contact-grid{grid-template-columns:1fr}
  .hero-content{text-align:center}
  .pill{margin:auto}
  .hero-description{margin-inline:auto}
  .hero-actions{justify-content:center}
  .hero-stats{margin-inline:auto}
  .hero-media{max-width:520px;margin:auto}
  .hero-media>img{width:100%}
  .service-grid,.process-grid{grid-template-columns:repeat(2,1fr)}
  .project-grid,.article-grid{grid-template-columns:1fr}
  .project-image{height:310px}
  .customer-strip{flex-direction:column;gap:18px}
  .contact-copy{text-align:center}
  .contact-copy>p{margin-inline:auto}
  .contact-list{align-items:center}
  .contact-stats{margin-inline:auto}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:35px}
  .detail-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:600px){
  .site-header{height:58px}
  .header-inner{height:58px}
  .brand img{width:61px}
  .header-cta{font-size:9px;padding:8px 12px}
  .main-nav{top:58px}
  .hero{padding:38px 0 42px}
  .hero h1{font-size:36px;letter-spacing:-1.8px}
  .hero h1 br{display:none}
  .hero-actions{flex-direction:column}
  .button{width:100%}
  .hero-stats{gap:10px}
  .hero-media>img{height:260px}
  .metric-card{left:8px;bottom:-20px}
  .section{padding:60px 0}
  .section-heading h2,.process-heading h2{font-size:24px}
  .section-heading h2 br,.section-heading p br{display:none}
  .service-grid,.process-grid,.detail-grid{grid-template-columns:1fr}
  .service-card,.process-card{height:auto;min-height:168px}
  .process-section{padding:65px 0}
  .project-image{height:230px}
  .article-card{height:150px}
  .contact-section{padding:65px 0}
  .contact-stats{grid-template-columns:1fr 1fr}
  .contact-stats div:nth-child(4){grid-column:auto}
  .form-row{grid-template-columns:1fr}
  .lead-form{padding:21px}
  .footer-grid{grid-template-columns:1fr;gap:25px}
  .service-page-hero h1{font-size:36px}
  .service-page-cta>.container{flex-direction:column;align-items:flex-start}
}


/* ===== Enhanced KMTrend sections ===== */
.hero-capability{width:100%;max-width:490px;min-height:66px;margin-top:11px;background:rgba(248,250,255,.96);border:1px solid #e2e8f1;border-radius:10px;box-shadow:0 10px 24px rgba(19,35,65,.07);display:grid;grid-template-columns:1.35fr 1px 1fr;align-items:center;padding:11px 15px;position:relative;z-index:3}
.capability-item{display:flex;flex-direction:column;gap:7px;min-width:0}
.capability-label{font-size:7.5px;font-weight:800;color:#27344d;letter-spacing:.15px}
.capability-logos{display:flex;align-items:center;gap:11px;flex-wrap:nowrap}
.capability-logos span{display:flex;align-items:center;gap:4px;font-size:7px;color:#58657b;white-space:nowrap}
.capability-logos img{width:13px;height:13px;object-fit:contain;flex:0 0 auto}
.capability-divider{width:1px;height:37px;background:#d9e1ed;justify-self:center}
.capability-full{padding-left:15px}
.capability-tags{display:flex;gap:9px;flex-wrap:wrap}
.capability-tags b{font-size:7px;color:#58657b;font-weight:500;white-space:nowrap}

.about-section{padding:91px 0 96px;background:#fff;border-bottom:5px solid #f5f7fb}
.about-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:93px;align-items:start}
.blue-label{display:block;font-size:9px;letter-spacing:1.6px;color:#1c61ff;font-weight:800;margin-bottom:15px}
.about-title h2{font-size:41px;line-height:1.08;letter-spacing:-2px;margin:0;max-width:430px}
.about-copy p{font-size:13px;line-height:1.75;color:#5e6a82;margin:0 0 17px}
.about-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.about-pills span{background:#eef4ff;color:#1e61ff;border-radius:999px;padding:9px 15px;font-size:9px;font-weight:700}

.social-solutions{background:#0d213d;color:#fff;padding:78px 0 75px}
.social-container{max-width:720px}
.social-heading{text-align:center;margin-bottom:35px}
.social-heading>span{font-size:8px;letter-spacing:1.6px;color:#1f72ff;font-weight:800}
.social-heading h2{font-size:31px;line-height:1.05;letter-spacing:-1.5px;margin:14px 0 16px}
.social-heading p{font-size:9px;color:#9fbee3;margin:0}
.social-tabs{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;margin-bottom:16px}
.social-tab{min-height:31px;border:1px solid #39506f;background:transparent;color:#dce9fa;border-radius:8px;padding:7px 12px;font-size:8px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px}
.social-tab img{width:13px;height:13px;object-fit:contain;filter:saturate(.95)}
.social-tab.active{background:#fff;color:#0d213d;border-color:#fff}
.social-panels{min-height:300px}
.social-panel{display:none;background:#172f50;border:1px solid #315071;border-radius:15px;padding:29px 30px 28px}
.social-panel.active{display:block;animation:panelIn .25s ease}
@keyframes panelIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.social-panel-head{display:flex;align-items:center;gap:15px;margin-bottom:22px}
.platform-icon{width:38px;height:38px;border-radius:11px;background:#fff;display:grid;place-items:center;flex:0 0 auto;box-shadow:0 5px 14px rgba(0,0,0,.12)}
.platform-icon img{width:20px;height:20px;object-fit:contain}
.platform-icon.plus-icon,.platform-icon.software-icon{font-size:19px;font-weight:800;background:linear-gradient(135deg,#3579ff,#733bff);color:#fff}
.social-panel-head h3{font-size:16px;margin:0 0 2px}
.social-panel-head p{font-size:8px;color:#a9c6e8;margin:0}
.social-service-grid,.other-platforms{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}
.social-service-grid span,.other-platforms span{min-height:32px;border:1px solid #3b5676;background:#213b5d;border-radius:7px;padding:9px 10px;font-size:7px;color:#f2f7ff;display:flex;align-items:center}
.other-platforms span{gap:7px}
.other-platforms img{width:13px;height:13px;object-fit:contain;flex:0 0 auto}
.other-platforms .text-brand:before{content:'L';width:13px;height:13px;border-radius:4px;background:linear-gradient(135deg,#ff3266,#ff8a00);display:grid;place-items:center;color:#fff;font-size:8px;font-weight:800;margin-right:7px}

.difference-section{padding:83px 0 78px;background:#fff}
.difference-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center;max-width:810px}
.difference-copy h2{font-size:31px;line-height:1.12;letter-spacing:-1.45px;margin:0 0 16px;max-width:380px}
.difference-copy p{font-size:9px;color:#667189;line-height:1.7;max-width:360px;margin:0 0 14px}
.difference-copy a{font-size:9px;color:#1e61ff;font-weight:700}
.difference-cards{display:flex;flex-direction:column;gap:10px}
.difference-cards article{border:1px solid #dce3ee;border-radius:12px;padding:18px 20px;display:flex;gap:16px;min-height:88px}
.difference-cards b{color:#1e61ff;font-size:10px}
.difference-cards h3{font-size:11px;margin:0 0 6px}
.difference-cards p{font-size:8px;line-height:1.55;color:#69748a;margin:0}

.platform-ecosystem{background:#fffefa;padding:0 0 47px}
.platform-ecosystem-inner{border-top:1px solid #dfe3ea;padding-top:25px;display:flex;align-items:center;justify-content:space-between}
.platform-ecosystem-inner>span{font-size:8px;color:#7b8496}
.platform-brand-row{display:flex;align-items:center;gap:30px}
.platform-brand-row>div{display:flex;align-items:center;gap:7px;color:#9299a8}
.platform-brand-row img{width:17px;height:17px;object-fit:contain;opacity:.88}
.platform-brand-row b{font-size:11px}
.platform-brand-row>div:hover img{opacity:1;transform:scale(1.05)}
.platform-brand-row>div:hover b{color:#4d5669}

@media(max-width:900px){
  .capability-band{margin-top:15px;max-width:720px}
  .about-grid,.difference-grid{grid-template-columns:1fr;gap:35px}
  .about-title h2,.difference-copy h2{max-width:none}
  .social-container{max-width:720px}
  .social-service-grid,.other-platforms{grid-template-columns:repeat(2,1fr)}
  .platform-ecosystem-inner{flex-direction:column;gap:20px}
  .platform-brand-row{flex-wrap:wrap;justify-content:center}
}

@media(max-width:600px){
  .capability-band{grid-template-columns:1fr;padding:15px;margin-bottom:9px}
  .capability-divider{width:100%;height:1px;margin:10px 0}
  .capability-full{padding-left:0}
  .about-section{padding:65px 0}
  .about-title h2{font-size:32px}
  .about-grid{gap:28px}
  .social-solutions{padding:65px 0}
  .social-heading h2{font-size:27px}
  .social-panel{padding:22px 18px}
  .social-service-grid,.other-platforms{grid-template-columns:1fr}
  .difference-section{padding:65px 0}
  .difference-copy h2{font-size:28px}
  .platform-brand-row{gap:17px}
  .platform-brand-row b{font-size:9px}
}

.brand-service-icon{background:#fff;border:1px solid #e7eaf0}.brand-service-icon img{width:21px;height:21px;object-fit:contain}

@media (max-width:900px){
  .hero-capability{margin-inline:auto;max-width:520px;text-align:left}
}
@media (max-width:600px){
  .hero-capability{grid-template-columns:1fr;margin-top:18px;padding:14px;gap:12px}
  .capability-divider{width:100%;height:1px}
  .capability-full{padding-left:0}
  .capability-logos{gap:12px;flex-wrap:wrap}
}


/* Icon refresh update */
.official-icon{background:#fff;border:1px solid #e7eaf0;overflow:hidden}
.official-icon img{width:24px;height:24px;object-fit:contain}
.customer-strip img{width:18px;height:18px;object-fit:contain}
.customer-strip .brand-wordmark img{width:52px;height:auto;max-height:18px}
.customer-strip .brand-wordmark b{display:none}
.social-chip-grid span img{width:14px;height:14px;object-fit:contain}


/* Icon system V3 – chuẩn hóa từ bộ hình người dùng cung cấp */
.service-icon.brand-service-icon{
  width:39px;
  height:39px;
  border-radius:10px;
  background:#fff;
  border:1px solid #dde3ec;
  box-shadow:0 4px 12px rgba(20,35,62,.045);
  overflow:hidden;
}
.service-icon.brand-service-icon img{
  width:23px;
  height:23px;
  object-fit:contain;
}
.service-icon.brand-service-icon.official-icon img{
  width:27px;
  height:27px;
}
.service-card:hover .brand-service-icon{
  border-color:#ffb39f;
  box-shadow:0 7px 17px rgba(255,79,39,.10);
}
.social-tab .tab-plus{
  width:14px;
  height:14px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#3277ff,#7841ff);
  color:#fff;
  font-size:10px;
  line-height:1;
}
.platform-icon img[src*="slack-ui"],
.social-tab img[src*="slack-ui"]{
  filter:none;
}
.other-platforms img[src*="google-maps-ui"]{
  width:15px;
  height:15px;
}
.capability-logos img,
.platform-brand-row img,
.social-tab img,
.platform-icon img,
.other-platforms img{
  transition:transform .2s ease,opacity .2s ease;
}
.capability-logos span:hover img,
.platform-brand-row>div:hover img,
.social-tab:hover img,
.other-platforms span:hover img{
  transform:scale(1.08);
}
.detail-icon-title{
  display:flex;
  align-items:center;
  gap:10px;
}
.detail-icon-title img{
  width:25px;
  height:25px;
  padding:4px;
  border:1px solid #e0e5ed;
  border-radius:8px;
  object-fit:contain;
  background:#fff;
}


/* ============================================================
   V4 – LOGO QUANGCAOADS, THANH NỀN TẢNG & NÚT LIÊN HỆ NỔI
   ============================================================ */
.site-header{height:70px}
.header-inner{height:70px}
.brand{display:flex;align-items:center;min-width:158px}
.brand img{
  width:158px;
  height:48px;
  max-height:48px;
  object-fit:contain;
  object-position:left center;
}
.main-nav{gap:25px}
.footer-logo-image{
  width:245px;
  max-width:100%;
  min-height:86px;
  padding:8px 10px;
  border-radius:12px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 25px rgba(0,0,0,.14);
}
.footer-logo-image img{
  width:100%;
  max-height:92px;
  object-fit:contain;
}

/* Thanh nền tảng dạng chip, lấy cảm hứng từ thanh thương hiệu mẫu */
.brand-rail{
  position:relative;
  z-index:8;
  background:#fffdfa;
  padding:18px 0 19px;
  border-bottom:1px solid #f0ece8;
}
.brand-rail-container{
  width:min(1120px,calc(100% - 34px));
  margin-inline:auto;
}
.brand-rail-shell{
  height:65px;
  border:1px solid #e2e5eb;
  border-radius:22px;
  background:rgba(255,255,255,.98);
  box-shadow:0 12px 34px rgba(18,28,49,.075);
  display:grid;
  grid-template-columns:205px minmax(0,1fr);
  overflow:hidden;
}
.brand-rail-anchor{
  display:flex;
  align-items:center;
  gap:11px;
  padding:10px 17px;
  border-right:1px solid #e1e5ec;
  background:linear-gradient(110deg,#fff 15%,#fff7f3 100%);
}
.brand-rail-mark{
  width:42px;
  height:42px;
  flex:0 0 auto;
  border-radius:13px;
  border:1px solid #eceef3;
  background:#fff;
  padding:5px;
  display:grid;
  place-items:center;
  box-shadow:0 5px 14px rgba(26,38,61,.08);
}
.brand-rail-mark img{width:100%;height:100%;object-fit:contain}
.brand-rail-anchor>div:last-child{display:flex;flex-direction:column;min-width:0}
.brand-rail-anchor span{
  font-size:7px;
  line-height:1.2;
  letter-spacing:1.35px;
  color:var(--orange);
  font-weight:800;
}
.brand-rail-anchor strong{
  font-size:12px;
  color:#141a29;
  white-space:nowrap;
}
.brand-rail-viewport{
  min-width:0;
  overflow:hidden;
  position:relative;
  display:flex;
  align-items:center;
  mask-image:linear-gradient(to right,transparent 0,#000 4%,#000 96%,transparent 100%);
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 4%,#000 96%,transparent 100%);
}
.brand-rail-track{
  width:max-content;
  display:flex;
  align-items:center;
  animation:brandRailMove 31s linear infinite;
  will-change:transform;
}
.brand-rail:hover .brand-rail-track{animation-play-state:paused}
.brand-rail-set{
  display:flex;
  align-items:center;
  gap:11px;
  padding:0 6px;
}
.brand-chip{
  height:38px;
  min-width:max-content;
  padding:0 15px;
  border:1px solid #e1e5eb;
  border-radius:999px;
  background:#fff;
  color:#4c5568;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:10px;
  font-weight:700;
  box-shadow:0 4px 12px rgba(22,34,55,.04);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease;
}
.brand-chip:hover{
  transform:translateY(-2px);
  color:#111827;
  border-color:#ffad97;
  box-shadow:0 8px 20px rgba(255,79,39,.10);
}
.brand-chip img{
  width:18px;
  height:18px;
  object-fit:contain;
}
@keyframes brandRailMove{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

/* Nút gọi, Zalo, Messenger có vòng sóng và rung nhẹ */
.floating-actions{display:none!important}
.floating-contact{
  position:fixed;
  right:20px;
  bottom:24px;
  z-index:90;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.contact-fab{
  width:58px;
  height:58px;
  position:relative;
  display:grid;
  place-items:center;
  border-radius:50%;
  animation:fabFloat 3.2s ease-in-out infinite;
}
.contact-fab:nth-child(2){animation-delay:.45s}
.contact-fab:nth-child(3){animation-delay:.9s}
.contact-fab:before,
.contact-fab:after{
  content:"";
  position:absolute;
  inset:4px;
  border-radius:50%;
  opacity:0;
  pointer-events:none;
}
.contact-fab:before{
  border:2px solid currentColor;
  animation:fabRipple 2.4s ease-out infinite;
}
.contact-fab:after{
  inset:-7px;
  background:currentColor;
  opacity:.075;
}
.fab-core{
  width:50px;
  height:50px;
  border-radius:50%;
  display:grid;
  place-items:center;
  position:relative;
  z-index:2;
  box-shadow:0 10px 25px rgba(18,29,49,.20);
  transition:transform .2s ease,box-shadow .2s ease;
}
.contact-fab:hover .fab-core{
  transform:scale(1.08);
  box-shadow:0 14px 32px rgba(18,29,49,.26);
}
.fab-icon{
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  animation:fabAttention 6.4s ease-in-out infinite;
}
.contact-fab:nth-child(2) .fab-icon{animation-delay:1.1s}
.contact-fab:nth-child(3) .fab-icon{animation-delay:2.2s}
.fab-icon img{width:100%;height:100%;object-fit:contain}
.fab-phone{color:#22bd67}
.fab-phone .fab-core{
  background:linear-gradient(145deg,#2fce78,#13a958);
  border:2px solid #0c9348;
}
.fab-phone .fab-icon{width:25px;height:25px}
.fab-zalo{color:#0878ff}
.fab-zalo .fab-core{
  background:#fff;
  border:2px solid #0878ff;
}
.fab-zalo .fab-icon{width:30px;height:30px}
.fab-messenger{color:#7055ff}
.fab-messenger .fab-core{
  background:#fff;
  border:2px solid #5d6cff;
}
.fab-messenger .fab-icon{width:31px;height:31px}
.fab-tooltip{
  position:absolute;
  right:68px;
  top:50%;
  transform:translateY(-50%) translateX(8px);
  min-width:max-content;
  padding:7px 11px;
  border-radius:8px;
  background:#111827;
  color:#fff;
  font-size:10px;
  font-weight:700;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
  opacity:0;
  visibility:hidden;
  transition:.2s ease;
}
.fab-tooltip:after{
  content:"";
  position:absolute;
  right:-5px;
  top:50%;
  width:10px;
  height:10px;
  background:#111827;
  transform:translateY(-50%) rotate(45deg);
}
.contact-fab:hover .fab-tooltip{
  opacity:1;
  visibility:visible;
  transform:translateY(-50%) translateX(0);
}
@keyframes fabRipple{
  0%{transform:scale(.78);opacity:.52}
  75%,100%{transform:scale(1.42);opacity:0}
}
@keyframes fabFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}
@keyframes fabAttention{
  0%,78%,100%{transform:rotate(0) scale(1)}
  81%{transform:rotate(-12deg) scale(1.05)}
  84%{transform:rotate(12deg) scale(1.05)}
  87%{transform:rotate(-8deg) scale(1.04)}
  90%{transform:rotate(8deg) scale(1.04)}
  93%{transform:rotate(0) scale(1)}
}

@media(max-width:900px){
  .site-header,.header-inner{height:64px}
  .brand{min-width:132px}
  .brand img{width:132px;height:43px}
  .brand-rail-shell{grid-template-columns:180px minmax(0,1fr)}
  .brand-rail-anchor{padding-inline:13px}
  .brand-rail-anchor strong{font-size:11px}
}
@media(max-width:600px){
  .site-header,.header-inner{height:60px}
  .brand{min-width:108px}
  .brand img{width:108px;height:38px}
  .header-cta{padding:8px 10px}
  .brand-rail{padding:12px 0 14px}
  .brand-rail-container{width:calc(100% - 20px)}
  .brand-rail-shell{
    height:auto;
    min-height:118px;
    grid-template-columns:1fr;
    border-radius:18px;
  }
  .brand-rail-anchor{
    height:54px;
    border-right:0;
    border-bottom:1px solid #e1e5ec;
  }
  .brand-rail-mark{width:36px;height:36px;border-radius:10px}
  .brand-rail-viewport{height:62px}
  .brand-chip{height:35px;padding-inline:13px;font-size:9px}
  .brand-chip img{width:17px;height:17px}
  .floating-contact{right:12px;bottom:16px;gap:10px}
  .contact-fab{width:52px;height:52px}
  .fab-core{width:46px;height:46px}
  .fab-tooltip{display:none}
  .footer-logo-image{width:220px}
}
@media(prefers-reduced-motion:reduce){
  .brand-rail-track,.contact-fab,.fab-icon,.contact-fab:before{animation:none!important}
}


/* ============================================================
   V5 – LOGO KMTREND.COM + ICON ZALO/MESSENGER MỚI
   ============================================================ */
.brand{
  min-width:176px;
  height:58px;
}
.brand img{
  width:176px!important;
  height:56px!important;
  max-height:56px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.brand-rail-mark{
  padding:3px!important;
  background:#fff!important;
}
.brand-rail-mark img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
.footer-logo-image{
  width:250px!important;
  min-height:142px!important;
  padding:8px!important;
  background:#fff!important;
  border-radius:15px!important;
}
.footer-logo-image img{
  width:100%!important;
  max-height:132px!important;
  object-fit:contain!important;
}

/* Zalo sử dụng đúng logo tải lên */
.fab-zalo .fab-core{
  background:#fff!important;
  border:2px solid #0878ff!important;
}
.fab-zalo .fab-icon{
  width:34px!important;
  height:34px!important;
}
.fab-zalo .fab-icon img{
  width:34px!important;
  height:34px!important;
  object-fit:contain!important;
}

/* Messenger sử dụng đúng SVG Messenger 2020 */
.fab-messenger .fab-core{
  background:#fff!important;
  border:2px solid #6c63ff!important;
}
.fab-messenger .fab-icon{
  width:32px!important;
  height:32px!important;
}
.fab-messenger .fab-icon img{
  width:32px!important;
  height:32px!important;
  object-fit:contain!important;
}

/* Hiệu ứng rung rõ nhưng không gây khó chịu */
.fab-zalo .fab-icon{
  animation:contactShake 5.2s ease-in-out infinite!important;
}
.fab-messenger .fab-icon{
  animation:contactShake 5.2s ease-in-out 1.3s infinite!important;
}
@keyframes contactShake{
  0%,74%,100%{transform:rotate(0deg) scale(1)}
  78%{transform:rotate(-10deg) scale(1.07)}
  81%{transform:rotate(10deg) scale(1.07)}
  84%{transform:rotate(-7deg) scale(1.05)}
  87%{transform:rotate(7deg) scale(1.05)}
  90%{transform:rotate(0deg) scale(1)}
}

@media(max-width:900px){
  .brand{min-width:145px;height:53px}
  .brand img{
    width:145px!important;
    height:51px!important;
  }
}
@media(max-width:600px){
  .brand{min-width:118px;height:47px}
  .brand img{
    width:118px!important;
    height:44px!important;
  }
  .footer-logo-image{
    width:215px!important;
    min-height:124px!important;
  }
}

/* KMTrend V6 Premium */
:root{--container:1180px}
.section-heading h2,.process-heading h2,.social-heading h2,.difference-copy h2{font-size:clamp(34px,3.7vw,52px)!important;letter-spacing:-2px!important;line-height:1.13!important}
.section-heading p,.social-heading p,.difference-copy p{font-size:15px!important;line-height:1.75!important}
.section-label,.blue-label,.social-heading>span{font-size:11px!important;letter-spacing:1.8px!important}

/* Capability */
.hero-capability{margin-top:32px!important;width:min(100%,650px)!important;min-height:118px!important;padding:20px 22px!important;border-radius:22px!important;border:1px solid #dce2ec!important;background:rgba(255,255,255,.92)!important;box-shadow:0 18px 45px rgba(20,32,55,.09)!important;display:grid!important;grid-template-columns:1.25fr 1px .92fr!important;gap:22px!important;align-items:center!important}
.capability-label{display:block!important;font-size:12px!important;font-weight:800!important;color:#1e293b!important;margin-bottom:13px!important}
.capability-divider{height:72px!important;background:#e1e6ee!important}
.capability-logos{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}
.capability-logos span{height:43px!important;padding:0 10px!important;border-radius:12px!important;border:1px solid #e1e6ee!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;font-size:11px!important;font-weight:700!important;color:#414b60!important}
.capability-logos img{width:21px!important;height:21px!important}
.capability-tags{display:grid!important;gap:8px!important}
.capability-tags b{height:31px!important;padding:0 12px!important;border-radius:999px!important;background:#edf4ff!important;color:#3977f6!important;display:flex!important;align-items:center!important;font-size:11px!important}

/* Social */
.social-solutions{padding:105px 0!important;background:radial-gradient(circle at 12% 5%,rgba(59,112,255,.14),transparent 31%),radial-gradient(circle at 95% 65%,rgba(122,63,255,.13),transparent 29%),#0d1729!important}
.social-container{max-width:1120px!important}.social-heading{max-width:780px!important;margin:0 auto 40px!important;text-align:center!important}.social-heading p{color:#aeb9ce!important}
.social-tabs{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:10px!important;margin-bottom:22px!important}
.social-tab{min-height:52px!important;padding:10px 13px!important;border-radius:14px!important;font-size:12px!important;justify-content:center!important;border:1px solid rgba(255,255,255,.13)!important;background:rgba(255,255,255,.055)!important;color:#c8d2e4!important}
.social-tab img{width:22px!important;height:22px!important}.social-tab.active{background:#fff!important;color:#172033!important;box-shadow:0 13px 30px rgba(0,0,0,.18)!important}
.social-panels{border-radius:26px!important;overflow:hidden!important;box-shadow:0 24px 65px rgba(0,0,0,.24)!important}
.social-panel{min-height:480px!important;padding:38px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:26px!important;background:linear-gradient(145deg,#142440,#101d34)!important}
.social-panel-head{gap:20px!important;margin-bottom:30px!important}.platform-icon{width:64px!important;height:64px!important;border-radius:18px!important;padding:13px!important;background:#fff!important;flex:0 0 auto!important}
.platform-icon img{width:100%!important;height:100%!important}.social-panel-head h3{font-size:25px!important;margin:0 0 5px!important}.social-panel-head p{font-size:14px!important;color:#9eacc3!important}
.social-service-grid,.other-platforms{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.social-service-grid span,.other-platforms span{min-height:49px!important;padding:12px 14px!important;border-radius:13px!important;font-size:11px!important;line-height:1.45!important;color:#e3eaf5!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.075)!important;display:flex!important;align-items:center!important}
.other-platforms span{gap:9px!important}.other-platforms img{width:22px!important;height:22px!important}

/* Process */
.process-section{padding:105px 0!important;background:radial-gradient(circle at 16% 8%,rgba(255,79,39,.10),transparent 30%),linear-gradient(130deg,#0c1323,#111a2d 75%)!important}
.process-heading{text-align:center!important;margin:0 auto 55px!important}.process-grid{position:relative!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}
.process-grid:before{content:""!important;position:absolute!important;left:8%!important;right:8%!important;top:39px!important;height:2px!important;background:linear-gradient(90deg,rgba(255,79,39,.15),#ff4f27,rgba(255,79,39,.15))!important}
.process-card{position:relative!important;z-index:1!important;height:auto!important;min-height:310px!important;padding:28px 24px!important;border-radius:22px!important;border:1px solid rgba(255,255,255,.13)!important;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035))!important;transition:.3s!important}
.process-card:hover{transform:translateY(-8px)!important;border-color:rgba(255,79,39,.55)!important}.process-card>b{width:54px!important;height:54px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#ff4f27!important;color:#fff!important;font-size:15px!important;box-shadow:0 0 0 8px #111a2d,0 12px 25px rgba(255,79,39,.3)!important;margin:0 auto 35px!important}
.process-icon{width:48px!important;height:48px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:rgba(255,79,39,.12)!important;font-size:25px!important;margin-bottom:18px!important}
.process-card h3{font-size:18px!important;margin:0 0 12px!important}.process-card p{font-size:13px!important;line-height:1.7!important;color:#aeb8ca!important}

/* Ecosystem */
.platform-ecosystem{padding:86px 0!important;background:linear-gradient(180deg,#fff,#fafbfe)!important;border-block:1px solid #edf0f5!important}
.platform-ecosystem-inner{display:block!important;text-align:center!important}.platform-ecosystem-inner>span{display:block!important;margin-bottom:30px!important;color:#697386!important;font-size:14px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1.2px!important}
.platform-brand-row{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important}
.platform-brand-row>div{min-height:118px!important;padding:20px!important;border-radius:20px!important;background:#fff!important;border:1px solid #e1e6ee!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:11px!important;box-shadow:0 12px 30px rgba(20,32,55,.055)!important;transition:.25s!important}
.platform-brand-row>div:hover{transform:translateY(-5px)!important;border-color:#ffb09c!important}.platform-brand-row img{width:43px!important;height:43px!important;object-fit:contain!important}.platform-brand-row .brand-wordmark img{width:92px!important;height:42px!important}.platform-brand-row b{font-size:14px!important;color:#374151!important}

/* FAQ */
.faq-section{padding:100px 0;background:#f8f9fc}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.faq-intro h2{font-size:clamp(32px,3.5vw,48px);line-height:1.15;letter-spacing:-1.8px;margin:12px 0 18px}.faq-intro p{color:#667085;font-size:15px;line-height:1.75;margin-bottom:28px}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-list details{background:#fff;border:1px solid #e1e6ee;border-radius:16px;padding:0 20px}.faq-list summary{cursor:pointer;list-style:none;font-size:15px;font-weight:700;padding:20px 28px 20px 0;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:0;top:17px;font-size:22px;color:#ff4f27}.faq-list details[open] summary:after{content:"−"}.faq-list p{margin:0;padding:0 0 20px;color:#667085;font-size:13px;line-height:1.7}

/* Footer */
.premium-footer{background:linear-gradient(145deg,#09111f,#0d1729 70%,#141c2f)!important}.footer-main{display:grid!important;grid-template-columns:1.45fr 1fr 1fr 1.25fr!important;gap:52px!important;padding:72px 0 58px!important}
.footer-brand-logo{display:inline-flex!important;background:transparent!important;padding:0!important;width:230px!important;box-shadow:none!important}.footer-brand-logo img{width:230px!important;max-height:140px!important;object-fit:contain!important}
.footer-brand-block p{max-width:390px!important;color:#aeb8ca!important;font-size:13px!important;line-height:1.75!important;margin:18px 0 22px!important}.footer-socials{display:flex;gap:10px}.footer-socials a{width:39px;height:39px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.10);color:#fff;font-weight:800}.footer-socials img{width:21px;height:21px}
.footer-column{display:flex;flex-direction:column;gap:11px}.footer-column h3{font-size:14px!important;margin:3px 0 12px!important;color:#fff!important}.footer-column>a,.footer-column>span{font-size:12px!important;color:#aeb8ca!important}.footer-contact-column a,.footer-contact-column span{display:flex!important;flex-direction:column!important;gap:2px!important}.footer-contact-column strong{font-size:12px!important;color:#fff!important}.footer-contact-column small{font-size:9px!important;color:#7f8aa1!important}.footer-contact-button{margin-top:9px!important;height:42px!important;border-radius:999px!important;background:#ff4f27!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:700!important}.premium-footer-bottom>.container{display:flex!important;justify-content:space-between!important}.premium-footer-bottom div div{display:flex;gap:20px}
.service-card{height:auto!important;min-height:220px!important;padding:24px!important;border-radius:18px!important}.service-icon.brand-service-icon{width:49px!important;height:49px!important}.service-icon.brand-service-icon img{width:29px!important;height:29px!important}.service-card h3{font-size:16px!important;margin:20px 0 10px!important}.service-card p{font-size:11px!important;line-height:1.7!important}

@media(max-width:980px){
.hero-capability{grid-template-columns:1fr!important}.capability-divider{height:1px!important;width:100%!important}.capability-tags{grid-template-columns:repeat(3,1fr)!important}.social-tabs{grid-template-columns:repeat(3,1fr)!important}.social-service-grid,.other-platforms{grid-template-columns:repeat(2,1fr)!important}.process-grid{grid-template-columns:repeat(2,1fr)!important}.process-grid:before{display:none!important}.platform-brand-row{grid-template-columns:repeat(3,1fr)!important}.faq-layout{grid-template-columns:1fr;gap:42px}.footer-main{grid-template-columns:1.4fr 1fr 1fr!important}.footer-contact-column{grid-column:1/-1;display:grid!important;grid-template-columns:repeat(3,1fr)!important}.footer-contact-button{grid-column:1/-1}
}
@media(max-width:600px){
.hero-capability{width:100%!important;padding:18px!important;min-height:0!important;gap:17px!important;border-radius:18px!important}.capability-label{font-size:13px!important}.capability-logos{grid-template-columns:repeat(2,1fr)!important}.capability-logos span{height:47px!important;font-size:12px!important}.capability-logos img{width:23px!important;height:23px!important}.capability-tags{grid-template-columns:1fr!important}.capability-tags b{height:38px!important;font-size:12px!important}
.social-solutions{padding:72px 0!important}.social-tabs{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.social-tab{min-height:50px!important;font-size:11px!important}.social-panel{padding:22px!important;min-height:0!important}.platform-icon{width:55px!important;height:55px!important}.social-panel-head h3{font-size:20px!important}.social-panel-head p{font-size:12px!important}.social-service-grid,.other-platforms{grid-template-columns:1fr!important;gap:9px!important}.social-service-grid span,.other-platforms span{min-height:47px!important;font-size:11px!important}
.process-section{padding:75px 0!important}.process-grid{grid-template-columns:1fr!important}.process-card{min-height:0!important;padding:22px 20px 22px 83px!important}.process-card>b{position:absolute!important;left:18px!important;top:22px!important;width:45px!important;height:45px!important;margin:0!important;box-shadow:0 0 0 5px #111a2d!important}.process-icon{margin-bottom:13px!important}
.platform-ecosystem{padding:65px 0!important}.platform-brand-row{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.platform-brand-row>div{min-height:105px!important;padding:15px!important}
.faq-section{padding:70px 0}.faq-intro h2{font-size:32px}.footer-main{grid-template-columns:1fr!important;gap:34px!important;padding:55px 0 40px!important}.footer-brand-logo,.footer-brand-logo img{width:210px!important}.footer-contact-column{grid-template-columns:1fr!important}.premium-footer-bottom>.container{flex-direction:column!important;gap:10px!important;text-align:center!important}.service-card{min-height:200px!important}
}


/* ============================================================
   FINAL CLEAN — theo chỉnh sửa trực tiếp từ file demo
   ============================================================ */

/* Khối Hero capability đã được xóa khỏi HTML. */
.hero-capability{
  display:none!important;
}

/* Bỏ icon nhỏ trong từng bước quy trình và cân lại nội dung. */
.process-section .process-icon{
  display:none!important;
}
.process-section .process-card>b{
  margin-bottom:40px!important;
}
.process-section .process-card h3{
  margin-top:0!important;
}

/* Icon Nền tảng khác dùng đúng ảnh người dùng cung cấp. */
.social-tab .other-platform-tab-icon{
  width:24px!important;
  height:24px!important;
  object-fit:contain!important;
  flex:0 0 auto!important;
}
.platform-icon.other-platform-main-icon{
  padding:5px!important;
  overflow:hidden!important;
  background:transparent!important;
  box-shadow:none!important;
}
.platform-icon.other-platform-main-icon img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  border-radius:15px!important;
}

/* Mobile: sau khi bỏ icon, card quy trình không cần chừa khoảng bên trái. */
@media(max-width:600px){
  .process-section .process-card{
    padding:22px 20px 24px 78px!important;
  }
  .process-section .process-card>b{
    margin-bottom:15px!important;
  }
  .social-tab .other-platform-tab-icon{
    width:22px!important;
    height:22px!important;
  }
  .platform-icon.other-platform-main-icon{
    width:58px!important;
    height:58px!important;
  }
}


/* ============================================================
   V8 — PREMIUM HEADER / MENU
   Kiểu trình bày: logo trái, menu bo tròn giữa, hotline phải
   ============================================================ */

.premium-site-header{
  height:88px!important;
  background:rgba(255,255,255,.97)!important;
  border-bottom:1px solid #edf0f4!important;
  box-shadow:0 6px 24px rgba(15,23,42,.045)!important;
  backdrop-filter:blur(16px)!important;
}

.premium-header-inner{
  width:min(1280px,calc(100% - 42px))!important;
  height:88px!important;
  display:grid!important;
  grid-template-columns:205px minmax(0,1fr) 190px!important;
  align-items:center!important;
  gap:28px!important;
}

.premium-brand{
  min-width:0!important;
  width:205px!important;
  height:65px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}

.premium-brand img{
  width:190px!important;
  height:62px!important;
  max-height:62px!important;
  object-fit:contain!important;
  object-position:left center!important;
}

.premium-main-nav{
  margin:0 auto!important;
  width:max-content!important;
  max-width:100%!important;
  min-height:52px!important;
  padding:5px!important;
  border:1px solid #dfe5ec!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#fff,#fbfcfd)!important;
  box-shadow:
    0 8px 22px rgba(15,23,42,.045),
    inset 0 1px 0 rgba(255,255,255,.9)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:2px!important;
  color:#455064!important;
  position:static!important;
}

.premium-main-nav .nav-link{
  height:40px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
  font-size:11px!important;
  font-weight:700!important;
  color:#4d5869!important;
  transition:
    color .2s ease,
    background .2s ease,
    box-shadow .2s ease,
    transform .2s ease!important;
}

.premium-main-nav .nav-link:hover{
  color:#ff4f27!important;
  background:#fff1ec!important;
  transform:translateY(-1px)!important;
}

.premium-main-nav .nav-link.active{
  color:#fff!important;
  background:linear-gradient(135deg,#ff5b35,#ff4724)!important;
  box-shadow:0 7px 17px rgba(255,79,39,.22)!important;
}

.premium-header-cta{
  justify-self:end!important;
  min-width:178px!important;
  height:48px!important;
  padding:0 19px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  color:#fff!important;
  background:linear-gradient(135deg,#ff5b35,#ff4724)!important;
  box-shadow:0 10px 25px rgba(255,79,39,.23)!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.1px!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}

.premium-header-cta:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 14px 30px rgba(255,79,39,.29)!important;
}

.header-phone-icon{
  width:25px!important;
  height:25px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(255,255,255,.16)!important;
  font-size:12px!important;
}

.cta-mobile{
  display:none!important;
}

.premium-menu-toggle{
  display:none!important;
}

/* Header desktop vừa */
@media(max-width:1180px){
  .premium-header-inner{
    grid-template-columns:170px minmax(0,1fr) 154px!important;
    gap:18px!important;
  }

  .premium-brand{
    width:170px!important;
  }

  .premium-brand img{
    width:160px!important;
  }

  .premium-main-nav .nav-link{
    padding:0 10px!important;
    font-size:10px!important;
  }

  .premium-header-cta{
    min-width:150px!important;
    padding-inline:13px!important;
    font-size:11px!important;
  }
}

/* Tablet / mobile menu */
@media(max-width:940px){
  .premium-site-header{
    height:72px!important;
  }

  .premium-header-inner{
    width:calc(100% - 28px)!important;
    height:72px!important;
    display:flex!important;
    gap:12px!important;
  }

  .premium-brand{
    width:148px!important;
    height:54px!important;
  }

  .premium-brand img{
    width:142px!important;
    height:52px!important;
  }

  .premium-menu-toggle{
    order:3!important;
    margin-left:0!important;
    width:44px!important;
    height:44px!important;
    padding:8px!important;
    border:1px solid #e0e5ec!important;
    border-radius:13px!important;
    background:#fff!important;
    display:grid!important;
    place-items:center!important;
  }

  .premium-menu-toggle span{
    width:23px!important;
    height:2px!important;
    margin:2.5px 0!important;
    background:#152033!important;
  }

  .premium-main-nav{
    display:none!important;
    position:absolute!important;
    top:79px!important;
    left:14px!important;
    right:14px!important;
    width:auto!important;
    max-width:none!important;
    min-height:0!important;
    padding:12px!important;
    border-radius:20px!important;
    background:#fff!important;
    box-shadow:0 18px 45px rgba(15,23,42,.16)!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:5px!important;
  }

  .premium-main-nav.open{
    display:flex!important;
  }

  .premium-main-nav .nav-link{
    width:100%!important;
    height:44px!important;
    padding:0 15px!important;
    justify-content:flex-start!important;
    border-radius:12px!important;
    font-size:12px!important;
  }

  .premium-header-cta{
    order:2!important;
    margin-left:auto!important;
    min-width:110px!important;
    height:43px!important;
    padding:0 13px!important;
  }

  .cta-desktop{
    display:none!important;
  }

  .cta-mobile{
    display:inline!important;
  }
}

@media(max-width:480px){
  .premium-header-inner{
    width:calc(100% - 20px)!important;
  }

  .premium-brand{
    width:116px!important;
    height:48px!important;
  }

  .premium-brand img{
    width:112px!important;
    height:46px!important;
  }

  .premium-header-cta{
    min-width:91px!important;
    height:41px!important;
    padding:0 10px!important;
    gap:7px!important;
    font-size:10px!important;
  }

  .header-phone-icon{
    width:22px!important;
    height:22px!important;
    font-size:10px!important;
  }

  .premium-menu-toggle{
    width:41px!important;
    height:41px!important;
  }
}


/* ============================================================
   V9 — TYPOGRAPHY SYSTEM & RESPONSIVE SCALE
   Đồng bộ toàn bộ cỡ chữ, độ đậm và khoảng cách trên mọi thiết bị
   ============================================================ */

:root{
  --font-display:"Be Vietnam Pro",Arial,sans-serif;
  --font-body:"Be Vietnam Pro",Arial,sans-serif;

  /* Display scale */
  --fs-hero:clamp(2.35rem,4.35vw,4.45rem);
  --fs-h1:clamp(2.15rem,3.9vw,4rem);
  --fs-h2:clamp(1.65rem,2.5vw,2.65rem);
  --fs-h3:clamp(1.18rem,1.55vw,1.48rem);
  --fs-h4:clamp(1rem,1.2vw,1.18rem);

  /* Body scale */
  --fs-lead:clamp(.98rem,1.15vw,1.12rem);
  --fs-body:clamp(.91rem,1vw,1rem);
  --fs-small:clamp(.79rem,.9vw,.88rem);
  --fs-caption:clamp(.7rem,.78vw,.79rem);

  /* Weights */
  --fw-regular:400;
  --fw-medium:500;
  --fw-semibold:600;
  --fw-bold:700;

  /* Readability */
  --lh-display:1.12;
  --lh-heading:1.28;
  --lh-body:1.72;
  --tracking-display:-.035em;
  --tracking-heading:-.018em;
}

/* Base */
html{
  font-size:16px;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body{
  font-family:var(--font-body)!important;
  font-size:var(--fs-body)!important;
  line-height:var(--lh-body)!important;
  font-weight:var(--fw-regular)!important;
  letter-spacing:0!important;
  color:#152033;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* Headings — tránh quá đậm */
h1,h2,h3,h4,h5,h6{
  font-family:var(--font-display)!important;
  color:inherit;
  text-wrap:balance;
}
h1{
  font-size:var(--fs-h1)!important;
  line-height:var(--lh-display)!important;
  letter-spacing:var(--tracking-display)!important;
  font-weight:var(--fw-bold)!important;
}
h2{
  font-size:var(--fs-h2)!important;
  line-height:1.18!important;
  letter-spacing:var(--tracking-heading)!important;
  font-weight:var(--fw-bold)!important;
}
h3{
  font-size:var(--fs-h3)!important;
  line-height:var(--lh-heading)!important;
  letter-spacing:-.012em!important;
  font-weight:var(--fw-semibold)!important;
}
h4,h5,h6{
  font-size:var(--fs-h4)!important;
  line-height:var(--lh-heading)!important;
  font-weight:var(--fw-semibold)!important;
}

/* Body content */
p,li,dd,dt,blockquote{
  font-size:var(--fs-body)!important;
  line-height:var(--lh-body)!important;
  font-weight:var(--fw-regular)!important;
}
strong,b{
  font-weight:var(--fw-semibold)!important;
}
small,.small,.caption{
  font-size:var(--fs-caption)!important;
  line-height:1.55!important;
}

/* Hero */
.hero h1,
.service-page-hero h1,
.privacy-hero h1{
  font-size:var(--fs-hero)!important;
  line-height:1.06!important;
  letter-spacing:-.045em!important;
  font-weight:var(--fw-bold)!important;
}
.hero-description,
.hero-lead,
.service-page-hero p,
.privacy-lead{
  font-size:var(--fs-lead)!important;
  line-height:1.72!important;
  font-weight:var(--fw-regular)!important;
  color:#5d687b!important;
}

/* Section headings */
.section-heading h2,
.process-heading h2,
.social-heading h2,
.difference-copy h2,
.faq-intro h2,
.contact-copy h2,
.cta-box h2,
.privacy-card h2{
  font-size:var(--fs-h2)!important;
  line-height:1.18!important;
  letter-spacing:var(--tracking-heading)!important;
  font-weight:var(--fw-bold)!important;
}
.section-heading p,
.process-heading p,
.social-heading p,
.difference-copy p,
.faq-intro p,
.contact-copy>p{
  font-size:var(--fs-lead)!important;
  line-height:1.72!important;
  font-weight:var(--fw-regular)!important;
}

/* Labels / kickers */
.section-label,
.blue-label,
.eyebrow,
.kicker,
.pill,
.privacy-kicker,
.social-heading>span{
  font-size:var(--fs-caption)!important;
  line-height:1.4!important;
  font-weight:var(--fw-semibold)!important;
  letter-spacing:.11em!important;
}

/* Navigation */
.premium-main-nav .nav-link,
.main-nav a{
  font-size:clamp(.78rem,.86vw,.9rem)!important;
  line-height:1!important;
  font-weight:var(--fw-semibold)!important;
  letter-spacing:0!important;
}
.premium-header-cta,
.header-cta,
.button,
.btn,
.lead-form button,
.footer-contact-button{
  font-size:clamp(.78rem,.88vw,.91rem)!important;
  line-height:1!important;
  font-weight:var(--fw-semibold)!important;
  letter-spacing:0!important;
}

/* Service cards */
.service-card h3,
.detail-grid h3,
.article-card h3,
.project-content h3,
.social-panel-head h3,
.process-card h3{
  font-size:clamp(1rem,1.18vw,1.2rem)!important;
  line-height:1.38!important;
  font-weight:var(--fw-semibold)!important;
  letter-spacing:-.008em!important;
}
.service-card p,
.detail-grid li,
.article-card small,
.project-content p,
.social-panel-head p,
.social-service-grid span,
.other-platforms span,
.process-card p{
  font-size:var(--fs-small)!important;
  line-height:1.68!important;
  font-weight:var(--fw-regular)!important;
}

/* Stats */
.hero-stats strong,
.contact-stats strong,
.metric-card strong{
  font-size:clamp(1.2rem,1.7vw,1.62rem)!important;
  line-height:1.1!important;
  font-weight:var(--fw-bold)!important;
}
.hero-stats small,
.contact-stats small,
.metric-card small{
  font-size:var(--fs-caption)!important;
  line-height:1.45!important;
  font-weight:var(--fw-regular)!important;
}

/* Forms */
label,
.lead-form label{
  font-size:var(--fs-small)!important;
  line-height:1.45!important;
  font-weight:var(--fw-semibold)!important;
}
input,select,textarea{
  font-size:var(--fs-body)!important;
  line-height:1.45!important;
  font-weight:var(--fw-regular)!important;
}
input::placeholder,
textarea::placeholder{
  color:#98a2b3!important;
  opacity:1!important;
}

/* Footer */
.footer-column h3,
.footer-links h3,
.privacy-footer-column h3{
  font-size:clamp(.92rem,1vw,1.02rem)!important;
  line-height:1.35!important;
  font-weight:var(--fw-semibold)!important;
}
.footer-column a,
.footer-column span,
.footer-links a,
.footer-links span,
.footer-brand-block p,
.footer-about p,
.privacy-footer-column a,
.privacy-footer-column span,
.privacy-footer-logo p{
  font-size:var(--fs-small)!important;
  line-height:1.68!important;
  font-weight:var(--fw-regular)!important;
}
.footer-contact-column strong{
  font-size:var(--fs-small)!important;
  font-weight:var(--fw-semibold)!important;
}
.footer-contact-column small{
  font-size:var(--fs-caption)!important;
  font-weight:var(--fw-regular)!important;
}

/* Social tabs / platform ecosystem */
.social-tab,
.brand-chip,
.capability-platform-card span,
.capability-service-list span{
  font-size:var(--fs-small)!important;
  font-weight:var(--fw-semibold)!important;
}
.platform-brand-row b{
  font-size:clamp(.9rem,1vw,1rem)!important;
  font-weight:var(--fw-semibold)!important;
}

/* FAQ */
.faq-list summary{
  font-size:clamp(.92rem,1.05vw,1.05rem)!important;
  line-height:1.5!important;
  font-weight:var(--fw-semibold)!important;
}
.faq-list p{
  font-size:var(--fs-small)!important;
  line-height:1.7!important;
}

/* Privacy page */
.privacy-card p,
.privacy-card li{
  font-size:var(--fs-body)!important;
  line-height:1.75!important;
}
.privacy-nav a{
  font-size:var(--fs-small)!important;
  font-weight:var(--fw-medium)!important;
}

/* Tránh text quá nhỏ trong các thành phần cũ */
.service-card p,
.process-card p,
.project-content p,
.article-card small,
.social-service-grid span,
.other-platforms span,
.detail-grid li,
.footer-grid a,
.footer-grid p,
.contact-list a,
.contact-list span{
}

/* Tablet */
@media(max-width:980px){
  :root{
    --fs-hero:clamp(2.25rem,6.2vw,3.75rem);
    --fs-h1:clamp(2.05rem,5.4vw,3.3rem);
    --fs-h2:clamp(1.55rem,3.8vw,2.25rem);
    --fs-h3:clamp(1.12rem,2.3vw,1.38rem);
    --fs-body:clamp(.93rem,1.55vw,1rem);
    --fs-small:clamp(.82rem,1.3vw,.91rem);
    --fs-caption:clamp(.72rem,1.1vw,.8rem);
  }
  .premium-main-nav .nav-link,
  .main-nav a{
    font-size:.82rem!important;
  }
}

/* Mobile */
@media(max-width:600px){
  :root{
    --fs-hero:clamp(2.05rem,10vw,2.75rem);
    --fs-h1:clamp(1.95rem,8.6vw,2.55rem);
    --fs-h2:clamp(1.45rem,6.2vw,1.85rem);
    --fs-h3:clamp(1.08rem,5vw,1.28rem);
    --fs-h4:1rem;
    --fs-lead:clamp(.94rem,4.1vw,1rem);
    --fs-body:clamp(.9rem,3.75vw,.98rem);
    --fs-small:clamp(.8rem,3.35vw,.88rem);
    --fs-caption:clamp(.7rem,2.9vw,.78rem);
  }

  body{
    line-height:1.66!important;
  }

  .hero h1,
  .service-page-hero h1,
  .privacy-hero h1{
    line-height:1.1!important;
    letter-spacing:-.035em!important;
  }

  h2,
  .section-heading h2,
  .process-heading h2,
  .social-heading h2,
  .difference-copy h2,
  .faq-intro h2{
    line-height:1.22!important;
    letter-spacing:-.022em!important;
  }

  .premium-main-nav .nav-link,
  .main-nav a{
    font-size:.9rem!important;
    font-weight:var(--fw-medium)!important;
  }

  .premium-header-cta,
  .header-cta,
  .button,
  .btn{
    font-size:.84rem!important;
  }

  .service-card h3,
  .process-card h3,
  .social-panel-head h3,
  .project-content h3{
    font-size:1.08rem!important;
  }

  .service-card p,
  .process-card p,
  .social-service-grid span,
  .other-platforms span,
  .project-content p{
    font-size:.86rem!important;
  }

  .footer-column h3,
  .footer-links h3{
    font-size:.98rem!important;
  }
}

/* Small mobile */
@media(max-width:390px){
  :root{
    --fs-hero:2.02rem;
    --fs-h1:1.9rem;
    --fs-h2:1.52rem;
    --fs-body:.9rem;
    --fs-small:.8rem;
  }
}




/* Giảm tiêu đề Hero trên PC khoảng 4px */
@media (min-width: 981px) {
  .hero h1 {
    font-size: clamp(46px, 3.5vw, 58px) !important;
    line-height: 1.08 !important;
    letter-spacing: -2px !important;
    font-weight: 700 !important;
  }
}

@media (min-width: 601px) and (max-width: 980px) {
  .hero h1 {
    font-size: clamp(42px, 6vw, 52px) !important;
    line-height: 1.1 !important;
    letter-spacing: -1.7px !important;
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: clamp(34px, 9vw, 41px) !important;
    line-height: 1.12 !important;
    letter-spacing: -1.3px !important;
  }
}

/* FIX PHẦN BÀI VIẾT & TÀI NGUYÊN */
.article-grid {
  align-items: stretch !important;
}

.article-card {
  height: auto !important;
  min-height: 210px !important;
  padding: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border-radius: 16px !important;
}

.article-card > span {
  flex: 0 0 auto !important;
  font-size: 11px !important;
  line-height: 1 !important;
  padding: 6px 10px !important;
}

.article-card h3 {
  margin: 16px 0 20px !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;

  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

.article-card > div {
  width: 100% !important;
  margin-top: auto !important;
  padding-top: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.article-card small {
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.article-card > div b {
  font-size: 16px !important;
  line-height: 1 !important;
}

@media (max-width: 980px) {
  .article-card {
    min-height: 195px !important;
  }

  .article-card h3 {
    font-size: 17px !important;
  }
}


@media (max-width: 600px) {
  .article-grid {
    grid-template-columns: 1fr !important;
  }

  .article-card {
    min-height: 185px !important;
    padding: 21px !important;
  }

  .article-card h3 {
    font-size: 17px !important;
    line-height: 1.45 !important;
    margin-bottom: 16px !important;
  }
}

/* ============================================================
   FIX CONTACT SECTION — tăng cỡ chữ và cân đối toàn bộ khu liên hệ
   ============================================================ */

.contact-section{
  padding:88px 0 90px !important;
}

.contact-grid{
  grid-template-columns:minmax(0,.88fr) minmax(430px,1.12fr) !important;
  gap:82px !important;
  align-items:center !important;
}

.contact-copy h2{
  max-width:520px !important;
  margin:0 0 14px !important;
  font-size:clamp(2.05rem,3.15vw,3rem) !important;
  line-height:1.16 !important;
  letter-spacing:-.025em !important;
  font-weight:700 !important;
}

.contact-copy > p{
  max-width:520px !important;
  margin:0 !important;
  font-size:clamp(.96rem,1.08vw,1.08rem) !important;
  line-height:1.72 !important;
  font-weight:400 !important;
  color:#bec7d8 !important;
}

.contact-list{
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
  margin:30px 0 30px !important;
}

.contact-list a,
.contact-list span{
  min-height:38px !important;
  padding:8px 12px !important;
  border:1px solid rgba(255,255,255,.09) !important;
  border-radius:11px !important;
  background:rgba(255,255,255,.035) !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  font-size:clamp(.84rem,.94vw,.95rem) !important;
  line-height:1.45 !important;
  font-weight:500 !important;
  color:#eef3fb !important;
  transition:.2s ease !important;
}

.contact-list a:hover{
  background:rgba(255,255,255,.07) !important;
  border-color:rgba(255,79,39,.42) !important;
  transform:translateX(3px) !important;
}

.contact-list svg{
  width:18px !important;
  height:18px !important;
  flex:0 0 auto !important;
  color:var(--orange) !important;
  font-size:18px !important;
}

.contact-stats{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:12px !important;
  max-width:620px !important;
  margin-top:8px !important;
}

.contact-stats div{
  min-height:102px !important;
  padding:15px 14px !important;
  border:1px solid rgba(255,255,255,.09) !important;
  border-radius:13px !important;
  background:rgba(255,255,255,.035) !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}

.contact-stats div:nth-child(4){
  grid-column:auto !important;
}

.contact-stats strong{
  margin-bottom:7px !important;
  font-size:clamp(1.4rem,1.8vw,1.78rem) !important;
  line-height:1 !important;
  font-weight:700 !important;
  color:var(--orange) !important;
}

.contact-stats small{
  max-width:none !important;
  font-size:clamp(.74rem,.78vw,.82rem) !important;
  line-height:1.45 !important;
  font-weight:400 !important;
  color:#b5bfd1 !important;
}

/* Form liên hệ */
.lead-form{
  padding:30px 30px 31px !important;
  border-radius:20px !important;
  box-shadow:0 22px 60px rgba(0,0,0,.16) !important;
}

.lead-form label{
  gap:8px !important;
  margin-bottom:15px !important;
  font-size:clamp(.84rem,.9vw,.93rem) !important;
  line-height:1.4 !important;
  font-weight:600 !important;
}

.lead-form input,
.lead-form select,
.lead-form textarea{
  min-height:48px !important;
  padding:12px 14px !important;
  border-radius:10px !important;
  font-size:clamp(.91rem,.98vw,1rem) !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}

.lead-form textarea{
  min-height:126px !important;
}

.form-row{
  gap:14px !important;
}

.lead-form button{
  height:48px !important;
  margin-top:2px !important;
  font-size:clamp(.88rem,.95vw,.98rem) !important;
  font-weight:600 !important;
}

.form-status{
  min-height:18px !important;
  margin-top:10px !important;
  font-size:.82rem !important;
}

/* Tablet */
@media(max-width:980px){
  .contact-section{
    padding:76px 0 !important;
  }

  .contact-grid{
    grid-template-columns:1fr !important;
    gap:48px !important;
  }

  .contact-copy{
    text-align:left !important;
  }

  .contact-copy > p{
    margin-inline:0 !important;
  }

  .contact-list{
    align-items:stretch !important;
  }

  .contact-stats{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    margin-inline:0 !important;
  }
}

/* Mobile */
@media(max-width:600px){
  .contact-section{
    padding:64px 0 70px !important;
  }

  .contact-grid{
    gap:38px !important;
  }

  .contact-copy h2{
    font-size:clamp(1.85rem,8vw,2.25rem) !important;
    line-height:1.2 !important;
  }

  .contact-copy > p{
    font-size:.94rem !important;
    line-height:1.68 !important;
  }

  .contact-list{
    margin:24px 0 25px !important;
    gap:10px !important;
  }

  .contact-list a,
  .contact-list span{
    min-height:44px !important;
    padding:10px 12px !important;
    font-size:.86rem !important;
  }

  .contact-stats{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  .contact-stats div{
    min-height:94px !important;
    padding:13px 12px !important;
  }

  .contact-stats strong{
    font-size:1.42rem !important;
  }

  .contact-stats small{
    font-size:.76rem !important;
  }

  .lead-form{
    padding:23px 19px 22px !important;
    border-radius:17px !important;
  }

  .lead-form label{
    font-size:.84rem !important;
  }

  .lead-form input,
  .lead-form select,
  .lead-form textarea{
    min-height:46px !important;
    font-size:.91rem !important;
  }

  .lead-form textarea{
    min-height:112px !important;
  }

  .form-row{
    grid-template-columns:1fr !important;
    gap:0 !important;
  }
}


/* ============================================================
   FINAL HEADER LOGO FIX
   Ảnh logo gốc có khoảng trắng bên trong nên cần scale phần ảnh
   ============================================================ */

/* Desktop lớn */
@media (min-width:1181px){
  .premium-header-inner{
    grid-template-columns:270px minmax(0,1fr) 190px!important;
    gap:24px!important;
  }

  .premium-brand{
    width:260px!important;
    height:72px!important;
    min-width:260px!important;
    overflow:visible!important;
  }

  .premium-brand img{
    width:225px!important;
    height:66px!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:left center!important;
    transform:scale(1.32)!important;
    transform-origin:left center!important;
  }
}

/* Laptop / desktop vừa */
@media (min-width:941px) and (max-width:1180px){
  .premium-header-inner{
    grid-template-columns:225px minmax(0,1fr) 154px!important;
    gap:16px!important;
  }

  .premium-brand{
    width:215px!important;
    min-width:215px!important;
    height:64px!important;
    overflow:visible!important;
  }

  .premium-brand img{
    width:185px!important;
    height:58px!important;
    max-width:none!important;
    max-height:none!important;
    transform:scale(1.28)!important;
    transform-origin:left center!important;
  }
}

/* Tablet */
@media (min-width:481px) and (max-width:940px){
  .premium-brand{
    width:174px!important;
    min-width:174px!important;
    height:56px!important;
    overflow:visible!important;
  }

  .premium-brand img{
    width:150px!important;
    height:52px!important;
    max-width:none!important;
    max-height:none!important;
    transform:scale(1.22)!important;
    transform-origin:left center!important;
  }
}

/* Điện thoại */
@media (max-width:480px){
  .premium-brand{
    width:132px!important;
    min-width:132px!important;
    height:48px!important;
    overflow:visible!important;
  }

  .premium-brand img{
    width:116px!important;
    height:44px!important;
    max-width:none!important;
    max-height:none!important;
    transform:scale(1.15)!important;
    transform-origin:left center!important;
  }
}
