:root {
  --ink:#101917;
  --ink-soft:#223631;
  --muted:#667570;
  --line:#dfe7e4;
  --line-strong:#cbd8d4;
  --page:#f6f8f7;
  --surface:#fff;
  --surface-soft:#f9fbfa;
  --green:#2e7d32;
  --green-dark:#1c5f2a;
  --green-soft:#eaf7ec;
  --mint:#36b37e;
  --brand:#1677ff;
  --gold:#f6a623;
  --coral:#ef6a4b;
  --shadow-sm:0 10px 28px rgba(16,25,23,.07);
  --shadow-md:0 22px 60px rgba(16,25,23,.12);
  --shadow-lg:0 30px 90px rgba(16,25,23,.16);
  --radius-xs:8px;
  --radius-md:22px;
  --radius-lg:34px;
  --header-height:72px;
  --safe-bottom:env(safe-area-inset-bottom,0px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--page)}
body{margin:0;color:var(--ink);background:radial-gradient(circle at 4% 0%,rgba(46,125,50,.08),transparent 30%),radial-gradient(circle at 92% 0%,rgba(22,119,255,.08),transparent 30%),var(--page);font-size:16px;line-height:1.65}
body.nav-open,body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.shell{width:min(1240px,calc(100% - 48px));margin:0 auto}
.skip-link{position:fixed;left:12px;top:12px;z-index:100;transform:translateY(-160%);padding:10px 14px;border-radius:999px;background:var(--green-dark);color:#fff}
.skip-link:focus{transform:translateY(0)}
.site-header{position:sticky;top:0;z-index:50;height:var(--header-height);background:rgba(255,255,255,.86);border-bottom:1px solid rgba(223,231,228,.86);backdrop-filter:blur(20px)}
.site-header.scrolled{box-shadow:0 16px 42px rgba(16,25,23,.08)}
.nav{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:20px;min-height:var(--header-height)}
.brand{display:flex;align-items:center;gap:10px;width:max-content;font-weight:950}
.brand img{width:34px;height:34px;filter:drop-shadow(0 8px 14px rgba(22,119,255,.18))}
.nav-links{display:flex;align-items:center;gap:2px;padding:4px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.82);box-shadow:0 12px 30px rgba(16,25,23,.05)}
.nav-links a{display:flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border-radius:999px;color:var(--muted);font-size:14px;white-space:nowrap}
.nav-links a:hover,.nav-links a.active{color:var(--green-dark);background:#fff}
.nav-actions{display:flex;justify-self:end;gap:10px}
.nav-cta,.button,.mobile-menu-btn{border:0;appearance:none}
.nav-cta{display:flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:10px;color:#fff;background:var(--green-dark);font-size:14px;font-weight:900;box-shadow:0 14px 28px rgba(46,125,50,.22)}
.mobile-menu-btn{display:none;width:42px;height:42px;border-radius:12px;background:#fff;border:1px solid var(--line)}
.mobile-menu-btn span,.mobile-menu-btn::before,.mobile-menu-btn::after{display:block;width:18px;height:2px;margin:4px auto;border-radius:99px;content:"";background:currentColor}
.hero{position:relative;overflow:hidden;isolation:isolate;color:#fff;background:#071a38}
.hero::before{position:absolute;inset:0;z-index:-3;content:"";background:radial-gradient(circle at 70% 16%,rgba(167,243,185,.32),transparent 30%),radial-gradient(circle at 92% 74%,rgba(46,125,50,.48),transparent 34%),linear-gradient(106deg,#061329 0%,#0b1f42 42%,#123f45 72%,#2e7d32 100%)}
.hero::after{position:absolute;inset:0;z-index:-2;content:"";opacity:.7;background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:80px 80px}
.hero-inner{display:grid;grid-template-columns:minmax(0,.86fr) minmax(500px,.94fr);gap:64px;align-items:center;min-height:640px;padding:72px 0}
.hero-content{max-width:620px}
h1,h2,h3,p{margin-top:0}
h1{margin:0 0 18px;font-size:clamp(50px,4.5vw,72px);line-height:.98;letter-spacing:-.055em;font-weight:950}
.hero-copy{max-width:560px;margin-bottom:26px;color:rgba(255,255,255,.84);font-size:18px;line-height:1.85}
.hero-actions,.cta-row{display:flex;flex-wrap:wrap;gap:12px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:10px;font-weight:900;transition:transform .2s,box-shadow .2s}
.button:hover{transform:translateY(-1px)}
.button-primary{color:#fff;background:linear-gradient(135deg,var(--green),var(--mint));box-shadow:0 18px 36px rgba(46,125,50,.28)}
.button-secondary{color:#fff;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.12);backdrop-filter:blur(14px)}
.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:32px}
.hero-metrics article{min-height:112px;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.07));box-shadow:0 12px 26px rgba(4,16,35,.12)}
.hero-metrics strong{display:block;margin-bottom:4px;font-size:24px;line-height:1.1}
.hero-metrics span{color:rgba(255,255,255,.72);font-size:13px}
.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.hero-tags span{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.78);font-size:13px}
.hero-tags span::before{width:7px;height:7px;border-radius:50%;content:"";background:#a7f3b9;box-shadow:0 0 0 4px rgba(167,243,185,.13)}
.hero-visual{margin:0}
.hero-visual img{width:100%;filter:drop-shadow(0 30px 68px rgba(0,0,0,.24))}
.anchor-band{position:sticky;top:var(--header-height);z-index:40;padding:12px 0;background:rgba(246,248,247,.74);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,231,228,.72)}
.anchor-scroll{display:flex;justify-content:center;gap:8px;overflow:auto;padding:7px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.86);box-shadow:0 12px 30px rgba(16,25,23,.05)}
.anchor-scroll::-webkit-scrollbar{display:none}
.anchor-scroll a{flex:0 0 auto;display:flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;color:var(--muted);font-size:14px;font-weight:850}
.anchor-scroll a.active,.anchor-scroll a:hover{color:#fff;background:var(--green-dark)}
.section{padding:34px 0}
.section>.shell{padding:40px;border:1px solid rgba(223,231,228,.92);border-radius:34px;background:rgba(255,255,255,.78);box-shadow:0 18px 44px rgba(16,25,23,.06);backdrop-filter:blur(8px)}
.section-heading{display:grid;grid-template-columns:minmax(0,.78fr) minmax(320px,.52fr);gap:36px;align-items:end;margin-bottom:28px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--green);font-size:13px;font-weight:950;letter-spacing:.06em}
.eyebrow::before{width:22px;height:3px;border-radius:99px;content:"";background:currentColor}
h2{margin:0 0 12px;font-size:clamp(34px,3.6vw,54px);line-height:1.06;letter-spacing:-.04em;font-weight:950}
h3{margin:0 0 8px;font-size:22px;line-height:1.22;font-weight:950}
.section-heading>p,.scenario-card p,.overview-card p,.module-copy p,.flow-track p,.pricing-copy p,.guarantee-grid p,.operation-grid p,.analytics-cards p,.delivery-grid p,.faq-layout p{color:var(--muted)}
.overview-grid,.guarantee-grid,.operation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.overview-card,.scenario-card,.module-panel,.pricing-copy,.pricing-phone,.guarantee-grid article,.operation-grid article,.analytics-cards article,.analytics-kpi-panel article,.delivery-grid article,.faq-item,.contact-card{border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:var(--shadow-sm)}
.overview-card{padding:26px}
.card-icon,.guarantee-grid span,.analytics-kpi-panel span{display:grid;place-items:center;width:52px;height:52px;margin-bottom:16px;border-radius:16px;color:#fff;background:linear-gradient(135deg,var(--green),var(--mint));font-weight:950}
.operation-grid article{padding:24px}
.operation-grid .op-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.operation-grid .op-head h3{margin:0;line-height:1.2}
.operation-grid .op-icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--green),var(--mint));box-shadow:0 10px 24px rgba(45,166,79,.18)}
.operation-grid .op-icon svg{width:22px;height:22px;stroke:currentColor}
.inline-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.inline-head h3{margin:0;line-height:1.24}
.inline-head .card-icon{flex:0 0 44px;width:44px;height:44px;margin:0;border-radius:14px;box-shadow:0 10px 24px rgba(45,166,79,.18)}
.inline-head .card-icon svg,.kpi-icon svg{width:22px;height:22px;stroke:currentColor}
.kpi-inline-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.kpi-inline-head p{margin:0;color:var(--ink-soft);font-size:15px;font-weight:900}
.kpi-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--green),var(--mint));box-shadow:0 10px 24px rgba(45,166,79,.18)}
.overview-card ul,.module-copy ul,.operation-grid ul,.delivery-grid ul,.analytics-cards ul{display:grid;gap:8px;margin:18px 0 0;padding:0;list-style:none}
.overview-card li,.module-copy li,.operation-grid li,.delivery-grid li,.analytics-cards li{position:relative;padding-left:18px}
.overview-card li::before,.module-copy li::before,.operation-grid li::before,.delivery-grid li::before,.analytics-cards li::before{position:absolute;top:.72em;left:0;width:7px;height:7px;border-radius:50%;content:"";background:var(--green)}
.scenario-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.48fr);gap:20px}
.scenario-visual{margin:0;border-radius:30px;overflow:hidden;background:#fff;box-shadow:var(--shadow-md)}
.scenario-cards{display:grid;gap:14px}
.scenario-card{padding:22px}
.scenario-card>span{display:grid;place-items:center;width:44px;height:44px;margin-bottom:14px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--green),var(--mint));font-weight:950}
.scenario-card div{display:flex;flex-wrap:wrap;gap:8px}
.scenario-card em{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;color:var(--green-dark);background:rgba(46,125,50,.08);border:1px solid rgba(46,125,50,.12);font-size:12px;font-style:normal;font-weight:900}
.module-shell{padding:42px!important}
.module-head{display:grid;grid-template-columns:minmax(0,.72fr) minmax(340px,.52fr);gap:36px;align-items:end;margin-bottom:20px}
.module-head p:last-child{color:var(--ink-soft)}
.module-tabs{display:flex;width:max-content;max-width:100%;margin-bottom:16px;border:1px solid var(--line);border-radius:999px;overflow:auto;background:#fff;box-shadow:0 12px 30px rgba(16,25,23,.05)}
.module-tab{min-width:150px;min-height:48px;padding:0 22px;border:0;border-right:1px solid var(--line);background:transparent;color:var(--ink-soft);font-weight:950}
.module-tab:last-child{border-right:0}
.module-tab.active{color:#fff;background:linear-gradient(135deg,var(--green-dark),var(--green))}
.module-panel{display:grid;grid-template-columns:minmax(360px,.45fr) minmax(0,.55fr);overflow:hidden;min-height:560px}
.module-panel[hidden]{display:none}
.module-copy{padding:36px}
.module-visual{margin:0;background:linear-gradient(135deg,#eef7ef,#f7fbf8);display:grid;place-items:center;border-left:1px solid var(--line)}
.module-visual img{width:100%;height:auto}
.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.chip-row span{min-height:32px;padding:0 12px;border-radius:999px;color:var(--green-dark);background:rgba(46,125,50,.08);border:1px solid rgba(46,125,50,.12);font-size:12px;font-weight:900;display:inline-flex;align-items:center}
.flow-track{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}
.flow-track article{text-align:center}
.flow-track span{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 14px;border:8px solid var(--page);border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--green),var(--brand));box-shadow:0 12px 36px rgba(46,125,50,.22);font-weight:950}
.flow-track h3{font-size:17px}
.flow-track p{font-size:14px;line-height:1.55}
.pricing-head{display:grid;grid-template-columns:minmax(0,.76fr) minmax(320px,.5fr);gap:32px;margin-bottom:22px}
.pricing-tags{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}
.pricing-tags span,.feature-grid span{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;color:var(--green-dark);background:rgba(46,125,50,.08);border:1px solid rgba(46,125,50,.12);font-size:13px;font-weight:900}
.pricing-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.45fr);gap:22px;align-items:start}
.pricing-copy{padding:28px}
.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}
.feature-grid article{padding:18px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#fff,#f6fbf7)}
.feature-grid article span{width:44px;height:44px;justify-content:center;padding:0;margin-bottom:12px;color:#fff;background:linear-gradient(135deg,var(--green),var(--mint));border:0;border-radius:15px}
.feature-grid h4{margin:0 0 8px;font-size:20px}
.pricing-phone{margin:0;overflow:hidden;display:grid;place-items:center;padding:20px;border-radius:30px;background:radial-gradient(circle at 50% 0%,rgba(83,193,135,.18),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(241,249,244,.98))}
.pricing-phone img{width:min(100%,360px);filter:drop-shadow(0 24px 40px rgba(15,25,23,.18))}
.guarantee-grid article{padding:24px}
.analytics-kpi-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}
.analytics-kpi-panel article{position:relative;overflow:hidden;min-height:170px;padding:22px}
.analytics-kpi-panel strong{display:block;font-size:30px;line-height:1.1}
.analytics-kpi-panel em{display:inline-flex;min-height:30px;padding:0 11px;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:12px;font-style:normal;font-weight:900;align-items:center}
.analytics-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.48fr);gap:22px}
.analytics-visual{margin:0;border-radius:30px;overflow:hidden;background:#fff;box-shadow:var(--shadow-md)}
.analytics-cards{display:grid;gap:16px}
.analytics-cards article{padding:24px}
.delivery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.delivery-grid article{padding:24px}
.faq-layout{display:grid;grid-template-columns:minmax(0,.72fr) minmax(420px,1fr);gap:24px}
.faq-list{display:grid;gap:12px}
.faq-item{overflow:hidden}
.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:68px;padding:0 22px;border:0;background:#fff;text-align:left;font-weight:950}
.faq-question::after{content:"+";display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--green-soft);color:var(--green-dark)}
.faq-item.open .faq-question::after{content:"−"}
.faq-answer{display:none;padding:0 22px 22px;color:var(--muted)}
.faq-item.open .faq-answer{display:block}
.contact-section{padding-bottom:132px}
.contact-card{display:grid;grid-template-columns:minmax(0,.88fr) minmax(360px,.52fr);gap:38px;align-items:center;padding:46px;color:#fff;background:linear-gradient(135deg,#0f2850 0%,#124a55 46%,#1c6b4a 100%);overflow:hidden}
.contact-card .eyebrow{color:#a7f3b9}
.contact-card p{color:rgba(255,255,255,.78);font-size:18px}
.contact-panel{padding:24px;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:rgba(255,255,255,.1);backdrop-filter:blur(18px)}
.contact-panel ul{display:grid;gap:14px;margin:0 0 22px;padding:0;list-style:none}
.contact-panel li{display:flex;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.14)}
.contact-panel span{color:rgba(255,255,255,.66)}
.contact-panel strong{color:#fff;text-align:right}
.floating-bar{position:fixed;left:24px;right:24px;bottom:calc(24px + var(--safe-bottom));z-index:45;display:none;align-items:center;justify-content:space-between;gap:16px;width:min(720px,calc(100% - 48px));margin:0 auto;padding:12px;border:1px solid rgba(223,231,228,.85);border-radius:18px;background:rgba(255,255,255,.92);box-shadow:var(--shadow-md);backdrop-filter:blur(18px)}
.floating-bar.show{display:flex}
.floating-bar strong{display:block}.floating-bar span{color:var(--muted);font-size:13px}
.back-top{position:fixed;right:24px;bottom:calc(100px + var(--safe-bottom));z-index:44;display:none;width:44px;height:44px;border:0;border-radius:50%;background:#fff;box-shadow:var(--shadow-sm);color:var(--green-dark);font-weight:950}
.back-top.show{display:block}
.modal-backdrop{position:fixed;inset:0;z-index:90;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(6,19,41,.48);backdrop-filter:blur(10px)}
.modal-backdrop.open{display:flex}
.modal-card{width:min(680px,100%);border-radius:28px;background:#fff;box-shadow:var(--shadow-lg);overflow:hidden}
.modal-head{display:flex;justify-content:space-between;gap:20px;padding:28px;border-bottom:1px solid var(--line)}
.modal-head h2{font-size:32px}
.modal-close{width:42px;height:42px;border:0;border-radius:50%;background:var(--surface-soft);font-size:24px}
.lead-form{padding:28px}
.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.field.full{grid-column:1/-1}
.field label{display:block;margin-bottom:6px;font-size:13px;font-weight:900}
.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:#fff}
.field textarea{min-height:108px;resize:vertical}
.form-note{color:var(--muted);font-size:13px}
.toast{position:fixed;left:50%;bottom:calc(30px + var(--safe-bottom));z-index:110;transform:translateX(-50%) translateY(30px);opacity:0;padding:12px 16px;border-radius:999px;color:#fff;background:var(--green-dark);transition:.2s}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.reveal{opacity:0;transform:translateY(18px);transition:.55s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width:1180px){
  .nav-links{display:none;position:fixed;left:24px;right:24px;top:calc(var(--header-height) + 10px);flex-direction:column;align-items:stretch;border-radius:18px;padding:10px}
  body.nav-open .nav-links{display:flex}
  .mobile-menu-btn{display:block}
  .hero-inner,.section-heading,.scenario-layout,.module-panel,.pricing-layout,.analytics-layout,.faq-layout,.contact-card{grid-template-columns:1fr}
  .module-visual{border-left:0;border-top:1px solid var(--line)}
  .flow-track{grid-template-columns:repeat(2,minmax(0,1fr))}
  .delivery-grid,.analytics-kpi-panel{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:820px){
  :root{--header-height:64px}
  .shell{width:min(100% - 28px,1240px)}
  .nav-cta{display:none}
  .section>.shell,.module-shell{padding:24px!important;border-radius:28px}
  .hero-inner{grid-template-columns:1fr;min-height:0;padding:52px 0}
  h1{font-size:44px}.hero-metrics,.overview-grid,.guarantee-grid,.operation-grid,.feature-grid,.delivery-grid,.analytics-kpi-panel{grid-template-columns:1fr}
  .pricing-head,.module-head{grid-template-columns:1fr}
  .pricing-tags{justify-content:flex-start}
  .contact-panel li{display:grid}
}
@media (max-width:520px){
  .hero-actions .button,.cta-row .button{width:100%}
  .flow-track{grid-template-columns:1fr}
  .field-grid{grid-template-columns:1fr}
  .floating-bar{left:12px;right:12px;width:auto}
}


/* Polished icon system and image integration */
.inline-head h4 {
  margin: 0;
  font-size: 20px;
  line-height: 1.24;
  font-weight: 950;
}

.scenario-card .inline-head .card-icon,
.feature-grid .inline-head .card-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(45, 166, 79, .18);
}

.scenario-card > span {
  display: none;
}

.feature-grid article > span {
  display: none;
}

.hero-visual img,
.scenario-visual img,
.module-visual img,
.analytics-visual img {
  width: 100%;
  border-radius: inherit;
}

.hero-visual img {
  border-radius: 30px;
  box-shadow: 0 30px 70px rgba(0,0,0,.22);
}

.scenario-visual,
.module-visual,
.analytics-visual,
.pricing-phone {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(241,249,244,.96));
}

.scenario-visual img,
.analytics-visual img {
  object-fit: contain;
}

.module-visual {
  padding: 18px;
}

.module-visual img {
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(16,25,23,.08);
}

.pricing-phone img {
  width: min(100%, 390px);
  border-radius: 26px;
}

@media (max-width: 820px) {
  .module-visual {
    padding: 12px;
  }
}


/* 2026-07-08 icon badge refinement */
.card-icon,
.guarantee-grid span,
.analytics-kpi-panel span,
.operation-grid .op-icon,
.kpi-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:36px;
  height:32px;
  padding:0 8px;
  border-radius:10px;
}

.inline-head .card-icon,
.feature-grid .inline-head .card-icon {
  flex:0 0 auto;
  width:auto;
  height:32px;
  min-width:36px;
  padding:0 8px;
  border-radius:10px;
  margin:0;
}

.operation-grid .op-icon,
.kpi-icon {
  flex:0 0 auto;
  width:auto;
  height:32px;
  min-width:36px;
  padding:0 8px;
  border-radius:10px;
}

.inline-head .card-icon svg,
.kpi-icon svg,
.operation-grid .op-icon svg,
.guarantee-grid span svg,
.analytics-kpi-panel span svg {
  width:17px;
  height:17px;
}

.kpi-inline-head {
  gap:10px;
  margin-bottom:12px;
}

.kpi-inline-head p {
  font-size:14px;
  line-height:1.2;
}

.operation-grid .op-head {
  gap:12px;
  margin-bottom:12px;
}

.operation-grid .op-head h3,
.inline-head h3,
.inline-head h4 {
  line-height:1.2;
}


/* 2026-07-09 unified icon system refinement */
:root {
  --icon-badge-bg: linear-gradient(135deg, #2f9f58 0%, #45be75 100%);
  --icon-badge-shadow: 0 6px 16px rgba(45, 166, 79, .14);
}

/* make all title icons smaller, flatter and consistent */
.card-icon,
.guarantee-grid span,
.analytics-kpi-panel span,
.operation-grid .op-icon,
.kpi-icon,
.scenario-card > span,
.feature-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 30px;
  height: 26px;
  padding: 0 6px;
  border-radius: 8px;
  color: #fff;
  background: var(--icon-badge-bg);
  box-shadow: var(--icon-badge-shadow);
}

.inline-head .card-icon,
.feature-grid .inline-head .card-icon,
.operation-grid .op-icon,
.kpi-icon,
.scenario-card .inline-head .card-icon {
  flex: 0 0 auto;
  width: auto;
  min-width: 30px;
  height: 26px;
  padding: 0 6px;
  border-radius: 8px;
  margin: 0;
  box-shadow: var(--icon-badge-shadow);
}

.inline-head,
.operation-grid .op-head,
.kpi-inline-head {
  gap: 8px;
  margin-bottom: 10px;
}

.inline-head .card-icon svg,
.kpi-icon svg,
.operation-grid .op-icon svg,
.guarantee-grid span svg,
.analytics-kpi-panel span svg,
.feature-grid article > span svg,
.scenario-card > span svg {
  width: 14px;
  height: 14px;
  stroke-width: 1.9;
}

.inline-head h3,
.inline-head h4,
.operation-grid .op-head h3,
.kpi-inline-head p {
  margin: 0;
  line-height: 1.15;
}

.kpi-inline-head p {
  font-size: 13px;
  font-weight: 900;
}

/* improve hierarchy of operation and analytics cards */
.operation-grid article,
.analytics-kpi-panel article {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
  box-shadow: 0 12px 28px rgba(16, 25, 23, .05);
}

.operation-grid article:hover,
.analytics-kpi-panel article:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(16, 25, 23, .08);
}

.operation-grid article,
.analytics-kpi-panel article,
.feature-grid article,
.delivery-grid article,
.guarantee-grid article,
.overview-card,
.scenario-card {
  transition: transform .22s ease, box-shadow .22s ease;
}

.analytics-kpi-panel article::after {
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(47,159,88,.18), rgba(69,190,117,.5));
}


/* 2026-07-09 KPI icon/text vertical alignment fix */
.analytics-kpi-panel .kpi-inline-head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 26px;
}

.analytics-kpi-panel .kpi-icon {
  align-self: center;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}

.analytics-kpi-panel .kpi-inline-head p {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  line-height: 1;
  margin: 0;
  vertical-align: middle;
}


/* 2026-07-09 pricing rule chips redraw */
.pricing-rule-list {
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(2, minmax(132px, 1fr));
  gap: 10px;
  width: min(360px, 100%);
}

.pricing-rule-list span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid rgba(46, 125, 50, .13);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(242,248,244,.92));
  box-shadow: 0 8px 22px rgba(16,25,23,.04);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.pricing-rule-list svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.pricing-rule-list strong {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 13px;
  font-weight: 950;
}

@media (max-width: 820px) {
  .pricing-rule-list {
    justify-self: start;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    width: 100%;
  }
}


/* 2026-07-09 Product demo section color redraw */
.demo-redraw-section {
  padding-bottom: 132px;
}

.demo-redraw-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(167, 243, 185, .18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 12%, rgba(54, 179, 126, .38), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(22, 119, 255, .20), transparent 30%),
    linear-gradient(135deg, #071a38 0%, #0d3445 48%, #1c6b4a 100%) !important;
  box-shadow: 0 30px 90px rgba(6, 19, 41, .22);
  color: #fff;
}

.demo-redraw-card::before {
  position: absolute;
  inset: 24px auto auto 46%;
  width: 380px;
  height: 220px;
  content: "";
  border-radius: 999px;
  background: rgba(167, 243, 185, .10);
  filter: blur(36px);
  pointer-events: none;
}

.demo-redraw-card::after {
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  pointer-events: none;
}

.demo-redraw-copy,
.demo-redraw-panel {
  position: relative;
  z-index: 1;
}

.demo-redraw-copy .eyebrow {
  color: #a7f3b9;
}

.demo-redraw-copy h2 {
  color: #fff;
  text-shadow: 0 10px 28px rgba(0,0,0,.16);
}

.demo-redraw-copy p {
  max-width: 620px;
  color: rgba(255,255,255,.82);
}

.demo-redraw-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 26px;
}

.demo-redraw-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #eafff0;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  font-size: 13px;
  font-weight: 900;
}

.demo-redraw-panel {
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
}

.demo-panel-head {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.demo-panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #2f9f58, #45be75);
  box-shadow: 0 12px 28px rgba(54,179,126,.28);
}

.demo-panel-icon svg {
  width: 21px;
  height: 21px;
}

.demo-panel-head strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.demo-panel-head p {
  margin: 4px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
}

.demo-redraw-panel li {
  border-bottom-color: rgba(255,255,255,.14);
}

.demo-redraw-panel li:last-child {
  border-bottom: 0;
}

.demo-redraw-panel span {
  color: rgba(255,255,255,.68);
}

.demo-redraw-panel strong {
  color: #fff;
}

.demo-redraw-card .button-secondary {
  color: #fff;
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.12);
}

.demo-redraw-card .button-primary {
  box-shadow: 0 18px 38px rgba(54,179,126,.30);
}

@media (max-width: 820px) {
  .demo-redraw-tags {
    margin-bottom: 20px;
  }
}


/* 2026-07-09 Pricing blank area relayout */
.pricing-layout {
  align-items: stretch;
}

.pricing-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pricing-copy > h3,
.pricing-copy > p {
  margin-bottom: 0;
}

.pricing-copy .feature-grid {
  margin-top: 0;
}

.pricing-result-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 22px;
  align-items: center;
  margin-top: auto;
  padding: 22px;
  border: 1px solid rgba(46, 125, 50, .13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 10% 0%, rgba(54, 179, 126, .14), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(241,249,244,.96));
  box-shadow: 0 12px 30px rgba(16,25,23,.05);
}

.pricing-result-eyebrow {
  margin-bottom: 6px !important;
  color: var(--green);
  font-size: 13px;
  font-weight: 950;
}

.pricing-result-card h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 950;
}

.pricing-result-card p {
  margin: 0;
  color: var(--muted);
}

.pricing-result-steps {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.pricing-result-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(46,125,50,.08);
  border: 1px solid rgba(46,125,50,.12);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.pricing-result-steps i {
  flex: 1;
  min-width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(46,125,50,.32), rgba(46,125,50,.06));
}

.pricing-result-total {
  justify-self: end;
  min-width: 140px;
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--green), var(--mint));
  color: #fff;
  box-shadow: 0 18px 34px rgba(46,125,50,.22);
}

.pricing-result-total span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 850;
}

.pricing-result-total strong {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.03em;
}

@media (max-width: 980px) {
  .pricing-result-card {
    grid-template-columns: 1fr;
  }

  .pricing-result-total {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .pricing-result-steps {
    flex-wrap: wrap;
  }

  .pricing-result-steps i {
    display: none;
  }
}

.nav-back {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(16, 25, 23, 0.06);
}

.nav-back:hover {
  border-color: rgba(46, 125, 50, 0.28);
  background: #fff;
}

/* Mobile detail rebuild: align case detail pages with the homepage mobile system */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 760px) {
  :root {
    --header-height: 64px;
  }

  body {
    background:
      linear-gradient(180deg, #eef6ff 0%, #f7fbff 34%, #f6f8f7 100%);
  }

  .shell {
    width: min(100% - 28px, 1240px);
  }

  .site-header {
    height: var(--header-height);
  }

  .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    min-height: var(--header-height);
  }

  .brand {
    gap: 8px;
    min-width: 0;
    width: auto;
  }

  .brand img {
    width: 30px;
    height: 30px;
  }

  .brand span:last-child {
    max-width: 150px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-actions {
    gap: 8px;
  }

  .nav-back {
    min-height: 36px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 12px;
  }

  .mobile-menu-btn {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .nav-links {
    left: 14px;
    right: 14px;
    top: calc(var(--header-height) + 8px);
    max-height: min(72vh, 520px);
    overflow-y: auto;
  }

  .hero {
    padding: 28px 0 0;
    background:
      radial-gradient(260px 170px at 82% 18%, rgba(63, 190, 124, 0.34), transparent 70%),
      radial-gradient(230px 170px at 14% 78%, rgba(22, 119, 255, 0.22), transparent 72%),
      linear-gradient(145deg, #06152e 0%, #0b2456 48%, #0d6b42 100%);
  }

  .hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: 0;
    padding: 0 0 28px;
  }

  .hero-content {
    max-width: none;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(30px, 8.4vw, 38px) !important;
    line-height: 1.12;
    letter-spacing: -0.04em;
    white-space: normal;
  }

  .hero-copy {
    max-width: none;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.78;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 48px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 14px;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 34px rgba(0, 24, 84, 0.16);
  }

  .hero-metrics article {
    min-height: 96px;
    padding: 14px 9px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-metrics article:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero-metrics strong {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.18;
  }

  .hero-metrics span {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    line-height: 1.38;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .hero-tags {
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    margin-top: 16px;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .hero-tags::-webkit-scrollbar {
    display: none;
  }

  .hero-tags span {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .hero-visual {
    min-height: 0;
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    box-shadow: 0 16px 34px rgba(0, 24, 84, 0.18);
  }

  .hero-visual img {
    width: 100%;
    border-radius: 16px;
    box-shadow: none;
    filter: none;
  }

  .anchor-band {
    position: sticky;
    top: var(--header-height);
    padding: 10px 0;
    border-bottom: 0;
    background: linear-gradient(180deg, #eaf5ff 0%, #f7fbff 100%);
  }

  .anchor-scroll {
    justify-content: flex-start;
    min-height: 0;
    padding: 7px;
    border: 1px solid rgba(203, 216, 212, 0.72);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 28px rgba(18, 83, 167, 0.08);
  }

  .anchor-scroll a {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .section {
    padding: 18px 0;
  }

  .section > .shell {
    padding: 20px !important;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 30px rgba(18, 83, 167, 0.08);
  }

  .section-heading,
  .scenario-layout,
  .module-head,
  .pricing-head,
  .pricing-layout,
  .analytics-layout,
  .faq-layout,
  .contact-card {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .eyebrow::before {
    width: 18px;
    height: 2px;
  }

  h2,
  .module-head h2,
  .pricing-head h2 {
    margin-bottom: 10px;
    font-size: clamp(25px, 7vw, 31px);
    line-height: 1.14;
    letter-spacing: -0.035em;
  }

  .section-heading > p,
  .module-head > p,
  .pricing-head p {
    font-size: 15px;
    line-height: 1.78;
  }

  .overview-grid,
  .scenario-cards,
  .guarantee-grid,
  .operation-grid,
  .delivery-grid,
  .analytics-kpi-panel,
  .feature-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .overview-card,
  .scenario-card,
  .operation-grid article,
  .delivery-grid article,
  .guarantee-grid article,
  .analytics-kpi-panel article,
  .feature-grid article {
    min-height: 0;
    padding: 20px;
    border-radius: 18px;
  }

  .overview-card h3,
  .scenario-card h3,
  .operation-grid h3,
  .delivery-grid h3,
  .guarantee-grid h3 {
    font-size: 20px;
    line-height: 1.24;
  }

  .overview-card p,
  .scenario-card p,
  .operation-grid p,
  .delivery-grid p,
  .guarantee-grid p {
    font-size: 14px;
    line-height: 1.75;
  }

  .module-panel {
    min-height: 0;
    border-radius: 20px;
  }

  .module-copy {
    padding: 20px;
  }

  .module-tabs {
    width: 100%;
    overflow-x: auto;
    border-radius: 16px;
  }

  .module-tab {
    min-width: 132px;
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .floating-bar {
    right: 14px;
    bottom: calc(12px + var(--safe-bottom));
    left: 14px;
    width: auto;
    padding: 10px;
    border-radius: 14px;
  }
}

@media (max-width: 380px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-metrics strong {
    font-size: 14px;
  }

  .hero-metrics span {
    font-size: 10.5px;
  }

  h2 {
    font-size: 24px;
  }
}

/* Mobile hero image containment: prevent the main visual from using its intrinsic width */
@media (max-width: 760px) {
  .hero {
    overflow: hidden;
  }

  .shell,
  .hero-inner {
    box-sizing: border-box;
    width: calc(100% - 28px) !important;
    max-width: calc(100vw - 28px) !important;
  }

  .hero-content,
  .hero-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .hero-visual {
    overflow: hidden;
  }

  .hero-visual img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }
}

/* Mobile paired icon/title alignment for all similar detail cards */
@media (max-width: 760px) {
  .inline-head,
  .operation-grid .op-head,
  .kpi-inline-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .inline-head .card-icon,
  .feature-grid .inline-head .card-icon,
  .operation-grid .op-icon,
  .kpi-icon,
  .guarantee-grid article > span,
  .flow-track article > span {
    display: inline-flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(46, 125, 50, 0.16);
  }

  .inline-head .card-icon svg,
  .feature-grid .inline-head .card-icon svg,
  .operation-grid .op-icon svg,
  .kpi-icon svg,
  .guarantee-grid article > span svg {
    width: 15px;
    height: 15px;
  }

  .inline-head h3,
  .inline-head h4,
  .operation-grid .op-head h3,
  .kpi-inline-head p {
    display: flex;
    align-items: center;
    min-height: 32px;
    margin: 0;
    line-height: 1.18;
    text-align: left;
  }

  .overview-card > p,
  .overview-card > ul,
  .scenario-card > p,
  .scenario-card > div:not(.inline-head),
  .feature-grid article > p,
  .operation-grid article > p,
  .operation-grid article > ul,
  .delivery-grid article > p,
  .delivery-grid article > ul,
  .analytics-cards article > p:not(.eyebrow),
  .analytics-cards article > ul {
    margin-left: 40px;
    padding-left: 0;
    text-align: left;
    text-indent: 0;
  }

  .guarantee-grid article {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 0 8px;
    align-content: flex-start;
  }

  .guarantee-grid article > span {
    grid-column: 1;
    grid-row: 1;
  }

  .guarantee-grid article > h3 {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    align-items: center;
    min-height: 32px;
    margin: 0 0 8px;
    text-align: left;
  }

  .guarantee-grid article > p,
  .guarantee-grid article > ul {
    grid-column: 2;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    text-indent: 0;
  }

  .flow-track article {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 0 8px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    text-align: left;
  }

  .flow-track article > span {
    grid-column: 1;
    grid-row: 1;
  }

  .flow-track article > h3 {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    align-items: center;
    min-height: 32px;
    margin: 0 0 6px;
    text-align: left;
  }

  .flow-track article > p {
    grid-column: 2;
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .anchor-band {
    display: none !important;
  }

  .scenario-card .inline-head .card-icon {
    flex: 0 0 32px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 10px;
  }

  .scenario-card .inline-head .card-icon svg {
    width: 15px;
    height: 15px;
  }

  .guarantee-grid article {
    display: block;
  }

  .guarantee-grid article > p {
    margin-left: 40px;
    padding-left: 0;
    text-align: left;
    text-indent: 0;
  }
}
