/* SISA Smart — หน้าเดียว (homepage + customer + review) */
:root{--blue:#0b4dbb;--sky:#eaf4ff;--gold:#d6a33a;--navy:#07306f;--text:#14213d;--muted:#5d6b82;--white:#fff;--card:#f8fbff;--radius:24px;--quote:#e1002d;}
    *{box-sizing:border-box} html,body{margin:0;font-family:"Sarabun",sans-serif;color:var(--text);background:#fff;line-height:1.65} a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin:auto}
    header{position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid #e9eef7;z-index:10}.nav{display:flex;justify-content:space-between;align-items:center;padding:14px 0}.logo{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--blue);font-size:22px}.logo-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--blue),#35a7ff);display:grid;place-items:center;color:white}.menu{display:flex;gap:22px;color:#34445f;font-size:15px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;font-weight:700}.btn-primary{background:var(--blue);color:white;box-shadow:0 12px 28px rgba(11,77,187,.22)}.btn-light{background:white;color:var(--quote);border:1px solid #dbe7fb}.hero{background:radial-gradient(circle at 15% 10%,#dff1ff 0,transparent 34%),linear-gradient(135deg,#f7fbff 0%,#eef6ff 55%,#fff 100%);padding:78px 0}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center}.hero .eyebrow{color:var(--blue);font-weight:800;font-size:25px;margin-bottom:12px}.hero h1{font-size:42px;line-height:1.45;margin:0 0 18px;color:var(--navy);font-weight:800}
.hero h1 .hero-brand{font-family:"Sarabun",sans-serif;font-weight:600}.hero p{font-size:18px;color:var(--muted);margin:0 0 28px;text-wrap:pretty;line-break:strict}
.text-nowrap{white-space:nowrap}.actions{display:flex;gap:14px;flex-wrap:wrap}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:32px}.trust div,.card{background:white;border:1px solid #e5eefb;border-radius:var(--radius);box-shadow:0 18px 45px rgba(7,48,111,.08)}.visual{border:1px solid #e5eefb;border-radius:var(--radius);box-shadow:0 18px 45px rgba(7,48,111,.08)}.trust div{padding:18px}.trust strong{display:block;font-size:25px;color:var(--blue)}.visual{padding:24px}.dashboard{border-radius:20px;background:linear-gradient(180deg,#fff,#eff7ff);padding:18px;border:1px solid #dceafd}.bar{height:12px;background:#dbeafe;border-radius:99px;margin:12px 0}.bar:nth-child(2){width:90%}.bar:nth-child(3){width:70%}.bar:nth-child(4){width:82%}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}.mini{background:white;padding:18px;border-radius:18px;border:1px solid #e6eef8}.mini b{color:var(--blue);font-size:24px}section{padding:74px 0}.section-head{text-align:center;max-width:780px;margin:0 auto 38px}.section-head h2{font-size:36px;margin:0 0 10px;color:var(--navy)}.section-head p{color:var(--muted);font-size:18px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{padding:26px}.icon{width:48px;height:48px;border-radius:16px;background:var(--sky);display:grid;place-items:center;color:var(--blue);font-weight:900;margin-bottom:14px}.card h3{margin:0 0 8px;color:var(--navy)}.card p{margin:0;color:var(--muted)}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center}.panel{background:var(--navy);color:white;border-radius:32px;padding:36px}.panel h2{font-size:31px;margin:0 0 12px}.panel p{color:#d7e8ff}.checklist{display:grid;gap:12px}.check{padding:16px 18px;background:white;border:1px solid #e5eefb;border-radius:18px}.check strong{color:var(--blue)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:var(--card);padding:22px;border-radius:22px;border:1px solid #183153}.num{color:#07306f;font-size:28px;font-weight:900}.cta{background:linear-gradient(135deg,var(--blue),#0b79e8);color:white;border-radius:36px;padding:48px;text-align:center}.cta h2{font-size:38px;margin:0 0 10px}.cta p{color:#dbeafe;margin-bottom:24px}.faq{max-width:900px;margin:auto}.faq details{background:white;border:1px solid #e5eefb;border-radius:18px;padding:18px 22px;margin-bottom:12px}.faq summary{font-weight:800;color:var(--navy);cursor:pointer}footer{background:#071d43;color:#dbeafe;padding:36px 0}.foot{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px 32px}footer b{color:white}@media(max-width:850px){.hero-grid,.split,.features,.steps,.foot{grid-template-columns:1fr}.menu{display:none}.hero h1{font-size:36px}.trust{grid-template-columns:1fr}.hero{padding:48px 0}.section-head h2{font-size:28px}}

html{scroll-behavior:smooth;scroll-padding-top:80px;}

header .menu a{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  font-weight:500;
  white-space:nowrap;
  transition:color .2s ease,background .2s ease;
}
header .menu a:hover{
  color:var(--blue);
  background:var(--sky);
}
header .menu a:focus-visible{
  outline:2px solid var(--blue);
  outline-offset:2px;
}
@media(min-width:851px){
  .menu{
    gap:14px;
    font-size:14px;
  }
}
.container.cta{
  background:#07306f;
  box-shadow:0 18px 45px rgba(7,48,111,.18);
}

.foot{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:24px 32px;
}
.foot-info{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
  gap:24px 32px;
  text-align:left;
  min-width:0;
}
.foot-link{
  color:inherit;
  border-bottom:1px solid transparent;
  padding-bottom:1px;
  transition:color .2s ease,border-color .2s ease;
}
.foot-link:hover{
  color:#fff;
  border-bottom-color:rgba(219,234,254,.85);
}
.foot-map{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:12px;
  color:#dbeafe;
  font-weight:700;
  border-bottom:1px solid transparent;
  padding-bottom:3px;
  transition:color .2s ease,border-color .2s ease;
}
.foot-map:hover{
  color:#fff;
  border-bottom-color:rgba(219,234,254,.85);
}
.foot-contact p{
  margin:10px 0 0;
  line-height:1.6;
}
.foot-contact strong{
  font-weight:700;
}
.foot-aside{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:14px;
  justify-self:end;
  flex-shrink:0;
}
.foot-social{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:12px;
}
.foot-app-badges{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}
.foot-app-badges a{
  display:block;
  line-height:0;
  transition:opacity .2s ease,transform .2s ease;
}
.foot-app-badges a:hover{
  opacity:.88;
  transform:translateY(-2px);
}
.foot-app-badges img{
  height:40px;
  width:auto;
  display:block;
}
.foot-social a{
  display:block;
  line-height:0;
  transition:opacity .2s ease,transform .2s ease;
}
.foot-social a:hover{
  opacity:.88;
  transform:translateY(-2px);
}
.foot-social img{
  width:44px;
  height:44px;
  object-fit:contain;
  display:block;
}
.foot-copy{
  margin-top:24px;
  padding-top:20px;
  text-align:center;
  font-size:13px;
  color:rgba(219,234,254,.75);
}
.foot-copy p{margin:0}
@media(max-width:850px){
  .foot{grid-template-columns:1fr}
  .foot-info{grid-template-columns:1fr}
  .foot-aside{
    justify-self:start;
    align-items:flex-start;
    margin-top:8px;
  }
  .foot-social{
    flex-wrap:wrap;
  }
  .foot-app-badges{
    justify-content:flex-start;
  }
}

/* Hero หน้าแรก — พื้นหลัง banner + กล่องขาวใช้สีเข้ม */
main > section.hero{
  background:#eef6ff url('asset/banner1-3.png') center/cover no-repeat;
}
.hero .trust div{color:var(--muted)}
.hero .trust strong{color:var(--blue)}
.hero .visual{
  background:#fff;
  overflow:hidden;
}
.hero .dashboard{
  padding:0;
  overflow:hidden;
  background:transparent;
}
.hero .dashboard-photo{
  width:100%;
  height:auto;
  display:block;
  border-radius:20px;
}

#features .features .card{
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto 1fr;
  column-gap:14px;
  row-gap:10px;
  align-content:start;
  height:100%;
  transition:box-shadow .25s ease,border-color .25s ease,transform .25s ease;
}
#features .features .card:hover{
  border-color:#c5ddf5;
  box-shadow:0 26px 54px rgba(7,48,111,.22),0 10px 24px rgba(11,77,187,.14);
  transform:translateY(-6px);
}
#features .features .card.card--has-tip:hover{
  transform:translateY(-6px);
}
#features .features .card.card--has-tip.card--tip-visible{
  border-color:#c5ddf5;
  box-shadow:0 26px 54px rgba(7,48,111,.22),0 10px 24px rgba(11,77,187,.14);
  transform:translateY(-6px);
}
#features .features .card .icon{
  grid-column:1;
  grid-row:1;
  margin-bottom:0;
  align-self:center;
  min-width:48px;
  width:auto;
  padding:0 10px;
  font-size:20px;
}
#features .features .card h3{
  grid-column:2;
  grid-row:1;
  margin:0;
  align-self:center;
  line-height:1.35;
  font-size:17px;
}
#features .features .card p{
  grid-column:1 / -1;
  grid-row:2;
  margin:0;
  align-self:start;
}
#features .features{
  align-items:stretch;
}
#features .features .card.card--flip{
  display:flex;
  flex-direction:column;
  padding:0;
  background:transparent;
  border:none;
  box-shadow:none;
  overflow:visible;
  height:100%;
}
#features .features .card.card--flip:hover{
  transform:translateY(-6px);
  border-color:transparent;
  box-shadow:none;
}
#features .features .card.card--flip.card--preview:hover{
  transform:translateY(-8px);
}
#features .features .card.card--flip.card--tip-visible{
  transform:translateY(-6px);
}
#features .features .card.card--flip .module-flip{
  flex:1;
  height:100%;
  min-height:0;
  perspective:1200px;
}
#features .features .card.card--flip .module-flip-inner{
  position:relative;
  height:100%;
  min-height:100%;
  transform-style:preserve-3d;
  transition:transform .65s cubic-bezier(.4,.2,.2,1);
}
#features .features .card.card--flip.card--tip-visible .module-flip-inner{
  transform:rotateY(180deg);
}
#features .features .card.card--flip .module-flip-front,
#features .features .card.card--flip .module-flip-back{
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  border-radius:var(--radius);
  border:1px solid #e5eefb;
  box-shadow:0 18px 45px rgba(7,48,111,.08);
  transition:box-shadow .25s ease,border-color .25s ease;
}
#features .features .card.card--flip .module-flip-front{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-rows:auto auto;
  column-gap:14px;
  row-gap:10px;
  align-content:start;
  min-height:100%;
  height:100%;
  box-sizing:border-box;
  padding:26px;
  background:#fff;
}
#features .features .card.card--flip:hover .module-flip-front,
#features .features .card.card--flip.card--tip-visible .module-flip-back{
  border-color:#c5ddf5;
  box-shadow:0 26px 54px rgba(7,48,111,.22),0 10px 24px rgba(11,77,187,.14);
}
#features .features .card.card--flip .module-flip-back{
  position:absolute;
  inset:0;
  transform:rotateY(180deg);
  padding:14px 10px 14px 12px;
  background:#fff;
  color:var(--text);
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  scrollbar-color:rgba(11,77,187,.25) transparent;
}
#features .features .card.card--flip .module-flip-back .module-tip::-webkit-scrollbar-thumb{
  background:rgba(11,77,187,.25);
}
#features .features .card.card--flip .module-flip-back .module-tip-list{
  color:var(--muted);
}
#features .features .card.card--flip .module-flip-back .module-tip-section{
  color:var(--navy);
}
#features .features .card.card--flip .module-flip-back .module-tip-hint{
  border-top-color:#e5eefb;
  color:var(--muted);
}
#features .features .card.card--flip .module-flip-front .icon{
  grid-column:1;
  grid-row:1;
  margin-bottom:0;
  align-self:center;
  min-width:48px;
  width:auto;
  padding:0 10px;
  font-size:20px;
}
#features .features .card.card--flip .module-flip-front h3{
  grid-column:2;
  grid-row:1;
  margin:0;
  align-self:center;
  line-height:1.35;
  font-size:17px;
}
#features .features .card.card--flip .module-flip-front p{
  grid-column:1 / -1;
  grid-row:2;
  margin:0;
  align-self:start;
}
#features .features .card.card--preview .module-flip-front{
  padding-right:42px;
}
#features .features .card.card--preview .module-open-btn{
  position:absolute;
  top:14px;
  right:14px;
  z-index:3;
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  padding:0;
  border:none;
  border-radius:8px;
  color:var(--blue);
  background:rgba(234,244,255,.85);
  opacity:.85;
  cursor:pointer;
  pointer-events:auto;
  transition:opacity .2s ease,background .2s ease;
}
#features .features .card.card--preview .module-open-btn:hover,
#features .features .card.card--preview .module-open-btn:focus-visible{
  opacity:1;
  background:var(--sky);
  outline:none;
}
#features .features .card.card--preview .module-open-icon{
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  pointer-events:none;
}
#features .features .card.card--preview .module-open-tip{
  position:absolute;
  top:calc(100% + 8px);
  right:0;
  padding:7px 11px;
  border-radius:6px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(74,74,74,.96);
  color:#fff;
  font-size:12px;
  font-weight:400;
  line-height:1.35;
  white-space:nowrap;
  box-shadow:0 4px 14px rgba(0,0,0,.28);
  opacity:0;
  visibility:hidden;
  transform:translateY(-4px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
  pointer-events:none;
  z-index:5;
}
#features .features .card.card--preview .module-open-btn--tip-visible .module-open-tip{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
#features .features .card.card--preview:not(.card--flip){
  position:relative;
  padding-right:42px;
  cursor:pointer;
}
#features .features .card.card--preview:not(.card--flip) .module-open-btn{
  top:18px;
  right:18px;
}
#features .features .card .module-tip::-webkit-scrollbar{
  width:5px;
}
#features .features .card .module-tip::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.4);
  border-radius:99px;
}
#features .features .card .module-tip-list{
  margin:0;
  padding:0 0 0 1.1em;
  list-style:disc;
  text-align:left;
  font-size:12px;
  line-height:1.5;
  color:rgba(255,255,255,.94);
}
#features .features .card .module-tip-list li{
  margin-bottom:3px;
}
#features .features .card .module-tip-section{
  list-style:none;
  margin:8px 0 3px -1.1em;
  padding:0;
  font-weight:700;
  font-size:11.5px;
  line-height:1.4;
  color:#fff;
}
#features .features .card .module-tip-section:first-child{
  margin-top:0;
}
#features .features .card .module-tip--long .module-tip-list{
  font-size:11px;
  line-height:1.42;
}
#features .features .card .module-tip--long .module-tip-section{
  font-size:11px;
  margin-top:6px;
}
#features .features .card .module-tip--long .module-tip-list li{
  margin-bottom:2px;
}
#features .features .card .module-tip-hint{
  display:none;
  margin:10px 0 0;
  padding-top:8px;
  border-top:1px solid rgba(255,255,255,.18);
  font-size:10px;
  color:rgba(255,255,255,.65);
  text-align:center;
}
#features .features .card .module-tip--long .module-tip-hint{
  display:block;
}
#features .features .card.card--flip.card--preview{
  cursor:pointer;
}
#features .features .card.card--preview:not(.card--flip):hover{
  border-color:#c5ddf5;
  box-shadow:0 30px 60px rgba(7,48,111,.28),0 12px 28px rgba(11,77,187,.18);
  transform:translateY(-8px);
}
#features .features .card.card--flip.card--preview.card--tip-visible{
  transform:translateY(-8px);
}
#features .features .card.card--flip.card--preview:hover .module-flip-front,
#features .features .card.card--flip.card--preview.card--tip-visible .module-flip-back{
  box-shadow:0 30px 60px rgba(7,48,111,.28),0 12px 28px rgba(11,77,187,.18);
}
#features .features .card.card--preview:hover:active,
#features .features .card.card--preview:active{
  outline:none;
}
#features .features .card.card--preview:focus{
  outline:none;
}
#features .features .card.card--flip:focus-visible .module-flip-front{
  outline:2px solid var(--blue);
  outline-offset:2px;
  border-color:#c5ddf5;
}
#features .features .card.card--preview:focus-visible{
  outline:2px solid var(--blue);
  outline-offset:2px;
  border-color:#c5ddf5;
}

.logo-img{
  height:72px;
  width:auto;
  max-width:480px;
  object-fit:contain;
  display:block;
}
@media(max-width:850px){
  .logo-img{
    height:52px;
    max-width:280px;
  }
}

#customers{
  --deep:#082b5f;
  --line:#e6edf5;
}

#customers .customer-card.is-hidden,
#reviews .review-card.is-hidden {
  display: none;
}

#customers .chip {
  cursor: pointer;
  font-family: inherit;
}

#reviews .pill {
  cursor: pointer;
  font-family: inherit;
}

:root{
      --blue:#0b5ed7;
      --deep:#082b5f;
      --sky:#eef7ff;
      --gold:#d7a83f;
      --text:#183153;
      --muted:#667085;
      --card:#ffffff;
      --line:#e6edf5;
    }
#customers *{box-sizing:border-box}
/* id + class อยู่แท็กเดียวกัน → ใช้ #customers โดยตรง (ไม่ใช่ #customers .customer-section) */
section#customers.customer-section{
      max-width:1180px;
      width:min(1180px,92%);
      margin:0 auto;
      padding:70px 20px;
      box-sizing:border-box;
      background:linear-gradient(180deg,#f7fbff 0%,#ffffff 45%, 100%);
    }
#customers .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 14px;
      border-radius:999px;
      background:#fff7e6;
      color:#8b640d;
      font-weight:700;
      font-size:14px;
      margin-bottom:18px;
    }
#customers .section-head{
      text-align:center;
      max-width:780px;
      margin:0 auto 32px;
    }
#customers h1{
      font-size:clamp(28px,3.4vw,42px);
      line-height:1.12;
      margin:0 0 16px;
      color:var(--deep);
      letter-spacing:-.5px;
    }
#customers .lead{
      font-size:18px;
      line-height:1.8;
      color:var(--muted);
      margin:0;
    }
#customers .trust-stats{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
#customers .stat{
      background:rgba(255,255,255,.85);
      border:1px solid var(--line);
      border-radius:22px;
      padding:22px 16px;
      text-align:center;
      box-shadow:0 12px 30px rgba(15,70,130,.08);
    }
#customers .stat strong{
      display:block;
      font-size:30px;
      color:var(--blue);
      margin-bottom:4px;
    }
#customers .stat span{font-size:13px;color:var(--muted)}
#customers .toolbar{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      align-items:center;
      background:#ffffff;
      border:1px solid var(--line);
      border-radius:24px;
      padding:16px;
      margin-bottom:28px;
      box-shadow:0 16px 36px rgba(8,43,95,.07);
    }
#customers .search{
      flex:1 1 280px;
      border:1px solid #d9e4f2;
      border-radius:16px;
      padding:14px 16px;
      font-size:15px;
      outline:none;
    }
#customers .chip{
      border:1px solid #d9e4f2;
      background:#f8fbff;
      color:var(--deep);
      border-radius:999px;
      padding:12px 16px;
      font-size:14px;
      font-weight:700;
      cursor:default;
    }
#customers .chip.active{
      background:var(--blue);
      color:white;
      border-color:var(--blue);
    }
#customers .customer-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
      margin-bottom:38px;
    }
#customers .customer-card{
      background:var(--card);
      border:1px solid #e5eefb;
      border-radius:24px;
      padding:18px 20px;
      min-height:auto;
      display:flex;
      flex-direction:column;
      justify-content:center;
      transition:box-shadow .25s ease,border-color .25s ease,transform .25s ease;
      box-shadow:0 18px 45px rgba(7,48,111,.08);
      cursor:pointer;
    }
#customers .customer-card:hover{
      border-color:#c5ddf5;
      box-shadow:0 26px 54px rgba(7,48,111,.22),0 10px 24px rgba(11,77,187,.14);
      transform:translateY(-6px);
    }
#customers .customer-card:focus-visible{
      outline:2px solid var(--blue);
      outline-offset:2px;
      border-color:#c5ddf5;
    }
#customers .customer-card > div{
      display:flex;
      align-items:center;
      gap:14px;
    }
#customers .logo-box{
      width:64px;
      height:64px;
      border-radius:18px;
      background:linear-gradient(135deg,#e9f4ff,#ffffff);
      border:none;
      display:flex;
      align-items:center;
      justify-content:center;
      color:var(--blue);
      font-size:24px;
      font-weight:900;
      margin-bottom:0;
      flex-shrink:0;
      overflow:hidden;
    }
#customers .logo-box img{
      width:100%;
      height:100%;
      object-fit:contain;
      display:block;
    }
#customers .logo-box--plain{
      background:transparent;
      border:none;
      box-shadow:none;
    }
#customers .logo-box--white{
      background:#fff;
    }
#customers .customer-card h3{
      font-size:16px;
      line-height:1.45;
      margin:0;
      color:var(--deep);
      flex:1;
      min-width:0;
    }
#customers .customer-card p{margin:0;color:var(--muted);font-size:13px}
#customers .tag{
      display:inline-block;
      margin-top:14px;
      color:#8b640d;
      background:#fff7e6;
      border-radius:999px;
      padding:6px 10px;
      font-size:12px;
      font-weight:700;
      width:max-content;
    }
#customers .case-area{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
      margin-top:8px;
    }
#customers .quote-card{
      background:#fff;
      border-radius:28px;
      padding:16px;
      box-shadow:0 15px 40px rgba(8,43,95,.08);
      border:1px solid var(--line);
    }
#customers .quote-chart-img{
      width:100%;
      height:auto;
      display:block;
      border-radius:16px;
      cursor:zoom-in;
    }
#customers .cta-card{
      background:#fff;
      border:1px solid var(--line);
      border-radius:28px;
      padding:30px;
      box-shadow:0 15px 40px rgba(8,43,95,.08);
    }
#customers .cta-card h2{margin:0 0 14px;color:var(--deep);font-size:36px;line-height:1.35;font-weight:800}
#customers .cta-card p{color:var(--muted);line-height:1.75;margin:0 0 24px;font-size:15px}
#customers .btns{display:flex;gap:12px;flex-wrap:wrap}
#customers .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:13px 18px;
      border-radius:14px;
      text-decoration:none;
      font-weight:800;
      font-size:14px;
    }
#customers .btn.primary{background-color:var(--quote);background-image:none;color:white;box-shadow:none}
#customers .btn.secondary{background:transparent;color:var(--quote);border:1px solid var(--quote)}
#customers .btn.secondary:hover{background:rgba(225,0,45,.06)}
#customers .note{
      margin-top:26px;
      font-size:13px;
      color:var(--muted);
      text-align:center;
    }
@media(max-width:900px){
#customers .case-area{grid-template-columns:1fr}
#customers .customer-grid{grid-template-columns:repeat(2,1fr)}
#customers .trust-stats{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:560px){
#customers .customer-section{padding:44px 14px}
#customers .customer-grid{grid-template-columns:1fr}
#customers .trust-stats{grid-template-columns:1fr}
#customers .toolbar{border-radius:20px}
}

#reviews{
  --blue:#0b5ed7;
  --blue-dark:#083f91;
  --sky:#eaf4ff;
  --gold:#f4b400;
  --text:#1f2937;
  --muted:#667085;
  --white:#ffffff;
  --soft:#f6f9ff;
  --border:#dbeafe;
  --green:#039855;
  --shadow:0 18px 45px rgba(11,94,215,.12);
}

#reviews *{box-sizing:border-box}
#reviews a{text-decoration:none;color:inherit}
#reviews .topbar{
      background:#072f6b;
      color:#fff;
      font-size:14px;
      padding:8px 20px;
      text-align:center;
    }
#reviews header{
      position:sticky;
      top:0;
      z-index:10;
      background:rgba(255,255,255,.94);
      backdrop-filter:blur(10px);
      border-bottom:1px solid var(--border);
    }
#reviews .nav{
      max-width:1180px;
      margin:auto;
      padding:16px 20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:20px;
    }
#reviews .brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:800;
      color:var(--blue-dark);
      font-size:22px;
    }
#reviews .brand-mark{
      width:42px;height:42px;
      border-radius:14px;
      background:linear-gradient(135deg,var(--blue),#55b7ff);
      color:white;
      display:grid;
      place-items:center;
      font-weight:900;
      box-shadow:var(--shadow);
    }
#reviews .menu{
      display:flex;
      gap:24px;
      font-size:15px;
      color:#344054;
    }
#reviews .nav-cta{
      background:var(--gold);
      color:#fff;
      padding:10px 18px;
      border-radius:999px;
      font-weight:700;
      box-shadow:0 8px 18px rgba(244,180,0,.25);
    }
#reviews .hero{
      background:#f7fbff;
      color:var(--text);
      padding:86px 0 0;
    }
#reviews .hero .hero-inner > div:first-child .eyebrow{color:var(--blue);}
#reviews .hero .hero-inner > div:first-child h1{color:var(--blue-dark);}
#reviews .hero .hero-inner > div:first-child > p{color:var(--muted);}
#reviews .rating-card h2,
#reviews .rating-card > p{color:var(--text);}
#reviews .rating-card > p{color:var(--muted);}
#reviews .rating-box,
#reviews .rating-box p,
#reviews .rating-box .quote{color:#344054;}
#reviews .hero-inner{
      max-width:1180px;
      margin:auto;
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:42px;
      align-items:center;
      padding:0 20px;
    }
#reviews .hero-inner--single{
      grid-template-columns:1fr;
      text-align:center;
      justify-items:center;
    }
#reviews .hero-inner--single > div{
      max-width:820px;
      width:100%;
      margin:0 auto;
      text-align:center;
    }
#reviews .hero-lead{
      display:block;
      width:100%;
      max-width:720px;
      margin:0 auto 20px;
      text-align:center;
      text-wrap:pretty;
    }
#reviews .hero .filterbar{
      margin:0 auto 28px;
      max-width:820px;
      padding:0 20px;
    }
#reviews .hero .reviews{
      max-width:1180px;
      margin:0 auto;
      padding:0 20px 70px;
    }
#reviews .hero-inner--single .hero-actions{justify-content:center}
#reviews .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      background:#fff;
      border:1px solid var(--border);
      padding:8px 14px;
      border-radius:999px;
      font-size:14px;
      margin-bottom:18px;
      font-weight:700;
    }
#reviews h1{
      font-size:42px;
      line-height:1.18;
      margin:0 0 20px;
      letter-spacing:-.8px;
    }
#reviews .hero p{
      font-size:16px;
      opacity:.94;
    }
#reviews .hero-actions{display:flex;gap:14px;flex-wrap:wrap}
#reviews .btn-primary, #reviews .btn-secondary{
      padding:14px 22px;
      border-radius:999px;
      font-weight:800;
      display:inline-block;
    }
#reviews .btn-primary{background:var(--gold);color:white}
header .btn-primary{
  background-color:var(--quote);
  background-image:none;
  color:#fff;
  box-shadow:none;
}
#reviews .cta .btn-primary{
  background-color:var(--quote);
  background-image:none;
  color:#fff;
  border:none;
  box-shadow:none;
}
#reviews .btn-secondary{border:1px solid var(--blue);color:var(--blue);background:#fff}
#reviews .rating-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:30px;
      padding:26px;
      box-shadow:var(--shadow);
    }
#reviews .rating-box{
      background:#fff;
      color:var(--text);
      border-radius:22px;
      padding:24px;
      margin-top:16px;
    }
#reviews .stars{font-size:28px;color:var(--gold);letter-spacing:3px}
#reviews .rating-box .quote{
      font-size:18px;
      margin:12px 0 0;
      color:#344054;
      line-height:1.65;
    }
#reviews .section{
      max-width:1180px;
      margin:auto;
      padding:48px 20px 74px;
    }
#reviews .section-title{
      text-align:center;
      max-width:840px;
      margin:0 auto 38px;
    }
#reviews .section-title h2{
      margin:0 0 12px;
      font-size:36px;
      color:var(--blue-dark);
      line-height:1.25;
    }
#reviews .section-title p{
      margin:0;
      color:var(--muted);
      font-size:18px;
    }
#reviews .stats{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
#reviews .stat{
      background:white;
      border:1px solid var(--border);
      border-radius:22px;
      padding:24px;
      text-align:center;
      box-shadow:var(--shadow);
    }
#reviews .stat strong{
      display:block;
      font-size:34px;
      color:var(--blue);
      line-height:1.1;
    }
#reviews .stat span{color:var(--muted)}
#reviews .filterbar{
      display:flex;
      gap:12px;
      justify-content:center;
      flex-wrap:wrap;
      margin-bottom:28px;
    }
#reviews .pill{
      border:1px solid var(--border);
      background:white;
      color:#344054;
      padding:10px 16px;
      border-radius:999px;
      font-weight:700;
      font-size:14px;
    }
#reviews .pill.active{
      background:var(--blue) linear-gradient(135deg,var(--blue),#1478ff);
      color:white;
      border-color:var(--blue);
    }
#reviews .reviews{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:20px;
    }
#reviews .review-card{
      background:white;
      border:1px solid var(--border);
      border-radius:24px;
      padding:24px;
      box-shadow:0 12px 34px rgba(15,23,42,.07);
      position:relative;
    }
#reviews .review-card:before{
      content:"“";
      position:absolute;
      top:8px;
      right:20px;
      font-size:72px;
      color:#eaf4ff;
      font-weight:900;
      line-height:1;
    }
#reviews .review-top{
      display:flex;
      align-items:flex-start;
      gap:14px;
      margin-bottom:14px;
      position:relative;
      z-index:1;
    }
#reviews .avatar{
      width:54px;height:54px;
      border-radius:18px;
      background:linear-gradient(135deg,var(--sky),#fff);
      border:1px solid var(--border);
      display:grid;
      place-items:center;
      color:var(--blue);
      font-weight:900;
    }
#reviews .avatar--yt{
      width:56px;
      height:auto;
      aspect-ratio:9/16;
      min-width:56px;
      flex-shrink:0;
      position:relative;
      padding:0;
      overflow:hidden;
      cursor:pointer;
      background:#0a1628;
      border:none;
      font:inherit;
    }
#reviews .avatar--yt img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
#reviews .avatar--yt::before{
      content:"▶";
      position:absolute;
      left:50%;
      top:50%;
      transform:translate(-50%,-50%);
      width:28px;
      height:28px;
      border-radius:50%;
      background:rgba(244,180,0,.95);
      color:#083f91;
      font-size:11px;
      font-weight:900;
      display:grid;
      place-items:center;
      padding-left:2px;
      box-shadow:0 2px 8px rgba(0,0,0,.25);
      z-index:1;
    }
#reviews .avatar--yt::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(rgba(8,63,145,.08),rgba(8,63,145,.22));
      pointer-events:none;
    }
#reviews .avatar--yt:hover::before{background:#fff;color:var(--blue)}
#reviews .review-top strong{
      display:block;
      color:var(--blue-dark);
    }
#reviews .role{
      display:flex;
      flex-direction:column;
      gap:2px;
      font-size:13px;
      color:var(--muted);
      line-height:1.45;
    }
#reviews .role-school{color:var(--muted)}
#reviews .mini-stars{color:var(--gold);font-size:17px}
#reviews .review-card p{
      margin:12px 0 18px;
      color:#344054;
      position:relative;
      z-index:1;
    }
#reviews .tag{
      display:inline-block;
      background:linear-gradient(135deg,var(--blue),#1478ff);
      color:#fff;
      border-radius:999px;
      padding:6px 10px;
      font-size:13px;
      font-weight:800;
    }
#reviews .video-grid{
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:24px;
      align-items:stretch;
    }
#reviews .video-main, #reviews .video-list{
      background:white;
      border:1px solid var(--border);
      border-radius:26px;
      box-shadow:var(--shadow);
      padding:24px;
    }
#reviews .video-embed{
      position:relative;
      width:100%;
      padding-bottom:56.25%;
      border-radius:22px;
      overflow:hidden;
      background:#0a1628;
    }
#reviews .video-embed iframe{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      border:0;
    }
#reviews .video-item{
      display:flex;
      gap:14px;
      padding:14px 0;
      border-bottom:1px solid #eef2f7;
    }
#reviews .video-item:last-child{border-bottom:0}
#reviews .video-item--link{
      text-decoration:none;
      color:inherit;
      cursor:pointer;
      border-radius:14px;
      margin:0 -10px;
      padding:14px 10px;
      transition:background .15s ease;
    }
#reviews .video-item--link:hover{background:#f3f7fc}
#reviews .video-item--link:focus-visible{
      outline:2px solid var(--blue);
      outline-offset:2px;
    }
#reviews .thumb{
      flex-shrink:0;
      width:72px;height:54px;border-radius:12px;
      background:var(--sky);
      display:grid;
      place-items:center;
      color:var(--blue);
      font-weight:900;
    }
#reviews .thumb--yt{
      position:relative;
      width:120px;
      height:68px;
      padding:0;
      overflow:hidden;
      background:#0a1628;
    }
#reviews .thumb--yt img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
#reviews .thumb--yt::before{
      content:"▶";
      position:absolute;
      left:50%;
      top:50%;
      transform:translate(-50%,-50%);
      width:32px;
      height:32px;
      border-radius:50%;
      background:rgba(244,180,0,.95);
      color:#083f91;
      font-size:14px;
      font-weight:900;
      display:grid;
      place-items:center;
      padding-left:3px;
      box-shadow:0 4px 14px rgba(0,0,0,.25);
      z-index:1;
    }
#reviews .thumb--yt::after{
      content:"";
      position:absolute;
      inset:0;
      background:linear-gradient(rgba(8,63,145,.08),rgba(8,63,145,.22));
      pointer-events:none;
    }
#reviews .case-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:20px;
    }
#reviews .case-card{
      background:white;
      border:1px solid var(--border);
      border-radius:24px;
      padding:24px;
      box-shadow:0 12px 34px rgba(15,23,42,.07);
    }
#reviews .case-card h3{
      margin:0 0 8px;
      color:var(--blue-dark);
    }
#reviews .case-card ul{
      margin:14px 0 0;
      padding-left:20px;
      color:#344054;
    }
#reviews .cta{
      margin:50px 20px 70px;
      background:linear-gradient(135deg,var(--blue-dark),var(--blue));
      color:white;
      border-radius:34px;
      padding:54px 24px;
      text-align:center;
      box-shadow:0 22px 60px rgba(11,94,215,.25);
    }
#reviews .cta h2{font-size:36px;margin:0 0 14px}
#reviews .cta p{margin:0 auto 24px;max-width:780px;font-size:18px;opacity:.92}
@media(max-width:900px){
#reviews .hero-inner, #reviews .video-grid{grid-template-columns:1fr}
#reviews .reviews, #reviews .case-grid{grid-template-columns:1fr 1fr}
#reviews .stats{grid-template-columns:repeat(2,1fr)}
#reviews .menu{display:none}
#reviews h1{font-size:36px}
}
@media(max-width:560px){
#reviews .reviews, #reviews .case-grid, #reviews .stats{grid-template-columns:1fr}
#reviews .section{padding:52px 18px}
#reviews .section-title h2, #reviews .cta h2{font-size:28px}
#reviews .hero{padding-top:60px}
}

/* Popup รูปโรงเรียนตามกลุ่มลูกค้า */
.customer-modal{
  position:fixed;
  inset:0;
  z-index:100;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.customer-modal[hidden]{display:none}
.customer-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(7,30,70,.55);
  backdrop-filter:blur(4px);
}
.customer-modal-dialog{
  position:relative;
  z-index:1;
  width:min(920px,100%);
  max-height:min(88vh,900px);
  overflow:auto;
  background:#fff;
  border-radius:28px;
  padding:28px 24px 24px;
  box-shadow:0 24px 60px rgba(8,43,95,.25);
}
.customer-modal-close{
  position:absolute;
  top:14px;
  right:16px;
  width:40px;
  height:40px;
  border:none;
  border-radius:50%;
  background:#f0f4fa;
  color:var(--deep,#082b5f);
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.customer-modal-close:hover{background:#e2ebf8}
#customer-modal-title{
  margin:0 48px 20px 0;
  font-size:22px;
  color:var(--deep,#082b5f);
}
.customer-modal-gallery{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(140px,1fr));
  gap:16px;
}
.customer-modal-gallery .gallery-cell{
  min-height:120px;
  padding:12px;
  border-radius:16px;
  border:1px solid #e5eef8;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  background:#fff;
  box-shadow:0 4px 14px rgba(8,43,95,.08);
}
.customer-modal-gallery .gallery-cell img{
  width:100%;
  max-height:100px;
  height:auto;
  object-fit:contain;
  background:transparent;
  border:none;
  padding:0;
  cursor:zoom-in;
}
.customer-modal-gallery.gallery--plain .gallery-cell,
.customer-modal-gallery .gallery-cell--plain{
  background:transparent;
  border:1px solid #e5eef8;
  box-shadow:none;
  padding:12px;
  min-height:120px;
}
.customer-modal-gallery.gallery--row-top{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:flex-start;
  gap:20px 32px;
  margin:0 auto;
  max-width:100%;
}
.customer-modal-gallery.gallery--row-top .gallery-cell{
  flex:0 1 auto;
  width:min(200px,28vw);
  min-height:0;
  border:none;
  box-shadow:none;
  background:transparent;
  padding:0;
}
.customer-modal-gallery.gallery--row-top .gallery-cell img{
  max-height:min(180px,22vw);
  width:100%;
  object-fit:contain;
  cursor:zoom-in;
}
@media(max-width:560px){
  .customer-modal-gallery.gallery--row-top{
    gap:16px 20px;
  }
  .customer-modal-gallery.gallery--row-top .gallery-cell{
    width:min(140px,40vw);
  }
  .customer-modal-gallery.gallery--row-top .gallery-cell img{
    max-height:min(120px,36vw);
  }
}
.customer-modal-school-list{
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid #e6edf5;
}
.customer-modal-school-list--3col{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:clamp(16px,4vw,40px);
  width:100%;
  max-width:100%;
  margin-inline:auto;
}
.customer-modal-school-list--3col .customer-modal-school-col{
  flex:0 1 min(220px,30%);
  list-style:disc;
  list-style-position:outside;
  margin:0;
  padding-left:1.1em;
  font-size:clamp(11px,2.6vw,15px);
  line-height:1.75;
  color:#14213d;
  min-width:0;
  text-align:left;
}
.customer-modal-school-list--3col li{
  margin-bottom:2px;
  overflow-wrap:anywhere;
}
.gallery-caption{
  margin:8px 0 0;
  font-size:12px;
  line-height:1.45;
  text-align:center;
  color:#5d6b82;
  max-width:140px;
}
.customer-modal-empty{
  margin:0;
  padding:32px 16px;
  text-align:center;
  color:var(--muted,#5d6b82);
  font-size:17px;
}

.image-lightbox{
  position:fixed;
  inset:0;
  z-index:200;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.image-lightbox[hidden]{display:none}
.image-lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.85);
}
.image-lightbox-close{
  position:absolute;
  top:20px;
  right:24px;
  z-index:1;
  width:44px;
  height:44px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.15);
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}
.image-lightbox-close:hover{background:rgba(255,255,255,.25)}
.image-lightbox-img{
  position:relative;
  z-index:1;
  max-width:min(92vw,1200px);
  max-height:88vh;
  width:auto;
  height:auto;
  object-fit:contain;
  background:#fff;
  border-radius:12px;
  padding:12px;
  box-shadow:0 20px 60px rgba(0,0,0,.4);
}

.video-lightbox{
  position:fixed;
  inset:0;
  z-index:210;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}
.video-lightbox[hidden]{display:none}
.video-lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.85);
}
.video-lightbox-close{
  position:absolute;
  top:20px;
  right:24px;
  z-index:1;
  width:44px;
  height:44px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.15);
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}
.video-lightbox-close:hover{background:rgba(255,255,255,.25)}
.video-lightbox-frame{
  position:relative;
  z-index:1;
  height:min(88vh,780px);
  width:min(92vw,calc(min(88vh,780px) * 9 / 16));
  aspect-ratio:9/16;
  border-radius:20px;
  overflow:hidden;
  background:#000;
  box-shadow:0 20px 60px rgba(0,0,0,.4);
}
.video-lightbox-frame iframe{
  width:100%;
  height:100%;
  border:0;
}

/* ========== เกี่ยวกับเรา (#about) ========== */
#about .about-eyebrow{
  display:inline-flex;
  color:var(--blue);
  font-weight:800;
  background:var(--sky);
  padding:8px 16px;
  border-radius:999px;
  margin-bottom:16px;
  font-size:14px;
}
#about .about-eyebrow--gold{
  background:#fff7e6;
  color:var(--gold);
}
#about .about-block{
  padding:74px 0;
}
#about .about-block--soft{
  background:#f6f9ff;
}
#about .about-grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}
#about .about-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
#about .about-grid-4{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  max-width:960px;
  margin:0 auto;
}
#about .about-title{
  font-size:36px;
  font-weight:800;
  color:var(--navy);
  margin:0 0 22px;
  line-height:1.8;
  letter-spacing:-.01em;
}
#about .about-lead,
#about .about-highlight{
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
  margin:0 0 20px;
}
#about .about-line{
  display:block;
}
#about .about-line--justify{
  text-align:justify;
  text-justify:inter-character;
}
#about .about-text{
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
  margin:0 0 24px;
  text-align:left;
}
#about .about-company-vision{
  background:linear-gradient(135deg,var(--navy),var(--blue));
  color:#fff;
  border-radius:20px;
  padding:24px;
  box-shadow:0 18px 45px rgba(7,48,111,.08);
}
#about .about-company-vision strong{
  color:#fff;
  display:block;
  margin-bottom:6px;
  font-size:18px;
}
#about .about-company-vision span{
  opacity:.9;
  font-size:15px;
  line-height:1.6;
}
#about .about-company-img-wrapper{
  position:relative;
}
#about .about-company-img{
  width:100%;
  height:auto;
  display:block;
  border-radius:32px;
  box-shadow:0 24px 60px rgba(7,47,107,.12);
}
#about .about-visual{
  background:linear-gradient(135deg,var(--navy),var(--blue));
  border-radius:32px;
  padding:40px;
  color:#fff;
  box-shadow:0 18px 45px rgba(7,48,111,.08);
}
#about .about-visual h3{
  font-size:28px;
  margin:0 0 16px;
}
#about .about-visual > p{
  opacity:.9;
  margin:0 0 24px;
  font-size:16px;
}
#about .about-vision-box{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.2);
  border-radius:16px;
  padding:20px;
  margin-bottom:12px;
}
#about .about-vision-box:last-child{
  margin-bottom:0;
}
#about .about-vision-box strong{
  color:var(--gold);
  display:block;
  margin-bottom:4px;
  font-size:18px;
}
#about .about-vision-box span{
  font-size:15px;
  line-height:1.6;
  opacity:.95;
}
#about .about-award-card{
  background:#fff;
  border:1px solid #e5eefb;
  border-radius:var(--radius);
  padding:30px;
  text-align:center;
  box-shadow:0 12px 34px rgba(15,23,42,.05);
  transition:transform .3s ease,box-shadow .3s ease;
}
#about .about-award-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 45px rgba(7,48,111,.08);
}
#about .about-award-icon{
  width:100%;
  max-width:260px;
  height:150px;
  object-fit:contain;
  object-position:center;
  display:block;
  margin:0 auto 14px;
  border-radius:0;
}
#about .about-award-card h3{
  color:var(--navy);
  margin:0 0 10px;
  font-size:20px;
}
#about .about-award-card p{
  color:var(--muted);
  margin:0;
  font-size:15px;
}
#about .about-team-card{
  background:#fff;
  border:1px solid #e5eefb;
  border-radius:20px;
  padding:24px;
  text-align:center;
  box-shadow:0 10px 28px rgba(8,43,95,.05);
}
#about .about-team-avatar{
  width:120px;
  height:120px;
  border-radius:50%;
  object-fit:cover;
  object-position:center top;
  margin:0 auto 16px;
  border:3px solid #fff;
  box-shadow:0 8px 16px rgba(11,77,187,.15);
  display:block;
}
#about .about-team-card h3{
  margin:0 0 4px;
  color:var(--navy);
  font-size:18px;
}
#about .about-team-role{
  margin:0;
  color:var(--blue);
  font-weight:600;
  font-size:14px;
}
#about .about-team-card > span{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}
#about .about-team-quote{
  margin:12px 0 0;
  font-size:13px;
  line-height:1.5;
  color:var(--deep,#082b5f);
  font-style:italic;
}
#about .about-team-banner-head{
  margin-top:40px;
  margin-bottom:20px;
}
#about .about-team-banner{
  width:100%;
  height:400px;
  object-fit:fill;
  border-radius:32px;
  box-shadow:0 24px 60px rgba(7,47,107,.12);
  margin-top:0;
  display:block;
}
@media(max-width:900px){
  #about .about-grid-2,
  #about .about-grid-3{
    grid-template-columns:1fr;
  }
  #about .about-grid-4{
    grid-template-columns:1fr 1fr;
  }
  #about .about-title{
    font-size:44px;
    line-height:1.18;
  }
  #about .about-company-img{
    height:auto;
  }
  #about .about-team-banner-head{
    margin-top:32px;
    margin-bottom:16px;
  }
  #about .about-team-banner{
    height:260px;
  }
}
@media(max-width:560px){
  #about .about-grid-4{
    grid-template-columns:1fr;
  }
  #about .about-block{
    padding:48px 0;
  }
}

