:root{
    --bg: #F8F7FB;
    --bg-alt: #F1EEFA;
    --card: #FFFFFF;
    --ink: #1D1B33;
    --ink-soft: #5B5876;
    --accent: #5B4FE0;
    --accent-dark: #4238B8;
    --accent-soft: #ECE9FC;
    --coral: #FF6B57;
    --teal: #16B8A6;
    --line: #E7E4F3;
    --radius: 18px;
    font-family: 'Segoe UI', Arial, sans-serif;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  body{ background: var(--bg); color: var(--ink); line-height: 1.5; -webkit-font-smoothing: antialiased; }
  img{max-width:100%; display:block;}
  .wrap{max-width:1180px; margin:0 auto; padding:0 24px;}
  a{color:inherit; text-decoration:none;}
  .eyebrow{
    display:inline-flex; align-items:center; gap:8px;
    background: var(--accent-soft); color: var(--accent-dark);
    font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
    padding:7px 16px; border-radius:999px; margin-bottom:18px;
  }
  .btn{
    display:inline-flex; align-items:center; gap:8px;
    background: var(--accent); color:#fff; font-weight:700;
    padding:14px 26px; border-radius:12px; border:none; cursor:pointer;
    font-size:15px; box-shadow: 0 10px 24px rgba(91,79,224,.25);
  }
  h1,h2,h3{font-weight:800; letter-spacing:-.02em;}
  .section{padding:80px 0;}
  .center{text-align:center;}
  .lede{color:var(--ink-soft); font-size:16.5px; max-width:640px;}
  .lede.center{margin:0 auto;}
  .grad-text{background:linear-gradient(90deg,var(--accent),var(--coral)); -webkit-background-clip:text; background-clip:text; color:transparent;}

  header{ position:sticky; top:0; z-index:50; background: rgba(248,247,251,.9); backdrop-filter:blur(10px); border-bottom:1px solid var(--line); }
  nav.wrap{display:flex; align-items:center; justify-content:space-between; padding:16px 24px;}
  .logo{display:flex; align-items:center; gap:10px; font-weight:800; font-size:18px;}
  .logo .mark{width:34px; height:34px; border-radius:9px; background:linear-gradient(135deg,var(--accent),var(--coral));}
  .navlinks{display:flex; gap:32px; font-size:14px; font-weight:600; color:var(--ink-soft);}
  .navlinks a:hover{color:var(--accent);}
  @media (max-width:820px){ .navlinks{display:none;} }

  .hero{padding:64px 0 40px; text-align:center;}
  .hero h1{font-size:50px; line-height:1.08; max-width:820px; margin:0 auto 20px;}
  @media (max-width:700px){ .hero h1{font-size:32px;} }
  .hero .sub{max-width:640px; margin:0 auto 30px; color:var(--ink-soft); font-size:16.5px;}
  .hero-ctas{display:flex; gap:14px; justify-content:center; margin-bottom:14px; flex-wrap:wrap;}
  .check-row{display:flex; gap:26px; justify-content:center; flex-wrap:wrap; font-size:13px; color:var(--ink-soft); margin-bottom:44px;}
  .check-row span::before{content:"✓ "; color:var(--teal); font-weight:800;}

  .hero-shots{display:grid; grid-template-columns:1.3fr 1fr; gap:22px; align-items:start;}
  @media (max-width:820px){ .hero-shots{grid-template-columns:1fr;} }
  .shot-card{ background:var(--card); border:1px solid var(--line); border-radius: var(--radius); padding:16px; box-shadow:0 20px 50px rgba(29,27,51,.06); text-align:left; position:relative; }
  .shot-card img{border-radius:12px; width:100%; height:260px; object-fit:cover;}
  .shot-stats{display:flex; gap:12px; margin-top:14px;}
  .shot-stats .sp{flex:1; background:var(--bg-alt); border-radius:10px; padding:10px 12px;}
  .shot-stats .sp b{display:block; font-size:16px; color:var(--accent-dark);}
  .shot-stats .sp span{font-size:11px; color:var(--ink-soft);}

  .marquee{ margin-top:56px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:16px 0; overflow:hidden; background:var(--bg-alt); }
  .marquee-track{display:flex; gap:40px; white-space:nowrap; font-weight:700; font-size:13px; color:var(--ink-soft); animation:scroll 30s linear infinite;}
  @keyframes scroll{ from{transform:translateX(0);} to{transform:translateX(-50%);} }

  .trust-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:40px;}
  @media (max-width:760px){ .trust-grid{grid-template-columns:1fr;} }
  .trust-logo{ background:var(--card); border:1px solid var(--line); border-radius:14px; padding:20px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; height:130px; }
  .trust-logo img{height:44px; width:auto; object-fit:contain;}
  .trust-logo span{font-size:12px; color:var(--ink-soft); font-weight:600;}

  .cert-grid{display:grid; grid-template-columns:1.1fr 1fr; gap:20px; margin-top:32px;}
  @media (max-width:820px){ .cert-grid{grid-template-columns:1fr;} }
  .cert-left{display:flex; flex-direction:column; gap:16px;}
  .cert-card{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:14px;}
  .cert-card img{border-radius:12px; width:100%; height:130px; object-fit:cover;}
  .award-row{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
  .award-card{background:var(--card); border:1px solid var(--line); border-radius:16px; padding:16px; text-align:center;}
  .award-card img{border-radius:10px; height:90px; object-fit:cover; margin:0 auto 10px;}
  .award-card span{font-size:12px; color:var(--ink-soft); font-weight:600;}
  .cert-big img{border-radius:12px; width:100%; height:290px; object-fit:cover;}
  .cert-big{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:14px; display:flex; flex-direction:column; gap:14px;}

  .card3{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:44px;}
  @media (max-width:820px){ .card3{grid-template-columns:1fr;} }
  .feat-card{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow:0 14px 34px rgba(29,27,51,.05); position:relative; }
  .feat-card .icn{width:38px; height:38px; border-radius:10px; background:var(--accent-soft); color:var(--accent-dark); display:flex; align-items:center; justify-content:center; font-weight:800; margin-bottom:16px;}
  .feat-card .num{position:absolute; top:20px; right:22px; font-size:26px; font-weight:800; color:var(--line);}
  .feat-card h3{font-size:18px; margin-bottom:8px;}
  .feat-card p{color:var(--ink-soft); font-size:14px; margin-bottom:12px;}
  .feat-card a{color:var(--accent-dark); font-size:13px; font-weight:700;}
  .tagpills{display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-top:38px;}
  .tagpills span{background:var(--bg-alt); color:var(--ink-soft); font-size:12.5px; font-weight:600; padding:8px 14px; border-radius:999px; border:1px solid var(--line);}

  .stat3{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin:40px 0 40px;}
  @media (max-width:760px){ .stat3{grid-template-columns:1fr;} }
  .stat-card{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:26px; text-align:center;}
  .stat-card .ic2{width:38px; height:38px; border-radius:10px; background:var(--accent-soft); margin:0 auto 10px;}
  .stat-card .big{font-size:34px; font-weight:800; color:var(--accent-dark);}
  .stat-card .lab{color:var(--ink-soft); font-size:12.5px; margin-top:4px; letter-spacing:.05em; text-transform:uppercase;}

  .graph-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
  @media (max-width:820px){ .graph-grid{grid-template-columns:1fr;} }
  .graph-card{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:0 14px 34px rgba(29,27,51,.05);}
  .graph-card img{width:100%; height:170px; object-fit:cover;}
  .graph-card .gc-body{padding:18px;}
  .graph-pills{display:flex; gap:10px; margin:12px 0;}
  .graph-pills div{flex:1; background:var(--bg-alt); border-radius:8px; padding:8px 10px; text-align:center;}
  .graph-pills b{display:block; font-size:15px; color:var(--accent-dark);}
  .graph-pills span{font-size:10.5px; color:var(--ink-soft);}
  .graph-card p{font-size:12.5px; color:var(--ink-soft); margin-bottom:6px;}
  .graph-card .tl{font-size:11.5px; color:var(--ink-soft); font-weight:600;}

  .review-stats{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin:36px 0 40px;}
  @media (max-width:760px){ .review-stats{grid-template-columns:repeat(2,1fr);} }
  .review-stats .rs{text-align:center; background:var(--card); border:1px solid var(--line); border-radius:14px; padding:18px;}
  .review-stats .rs .n{font-size:26px; font-weight:800; color:var(--accent-dark);}
  .review-stats .rs .l{font-size:11.5px; color:var(--ink-soft); text-transform:uppercase; letter-spacing:.04em;}
  .review-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
  @media (max-width:820px){ .review-grid{grid-template-columns:1fr;} }
  .review-card{background:var(--card); border:1px solid var(--line); border-radius:16px; overflow:hidden;}
  .review-card img{width:100%; height:170px; object-fit:cover;}
  .review-card .rc-body{padding:16px 18px;}
  .review-card .rc-body .tag{font-size:11px; color:var(--accent-dark); font-weight:700; text-transform:uppercase; letter-spacing:.05em; margin-bottom:4px;}
  .review-card .rc-body h4{font-size:14px;}

  .adv-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:40px;}
  @media (max-width:820px){ .adv-grid{grid-template-columns:1fr;} }
  .adv-card{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:26px; position:relative;}
  .adv-card .ic{width:42px; height:42px; border-radius:12px; background:linear-gradient(135deg,var(--coral),var(--accent)); margin-bottom:14px;}
  .adv-card .num{position:absolute; top:20px; right:22px; font-size:24px; font-weight:800; color:var(--line);}
  .adv-card h3{font-size:17px; margin-bottom:8px;}
  .adv-card p{color:var(--ink-soft); font-size:13.5px;}

  .inside-row{display:grid; grid-template-columns:1fr 1fr; gap:34px; align-items:center; margin-top:50px;}
  .inside-row:not(:last-child){margin-bottom:50px;}
  .inside-row.rev .inside-text{order:2;}
  .inside-row.rev .inside-img{order:1;}
  @media (max-width:820px){ .inside-row, .inside-row.rev{grid-template-columns:1fr;} .inside-row.rev .inside-text{order:1;} .inside-row.rev .inside-img{order:2;} }
  .inside-img img{border-radius:var(--radius); width:100%; height:280px; object-fit:cover; box-shadow:0 20px 50px rgba(29,27,51,.08);}
  .inside-text .tag{display:inline-block; background:var(--accent-soft); color:var(--accent-dark); font-size:11.5px; font-weight:700; padding:6px 12px; border-radius:999px; margin-bottom:14px;}
  .inside-text h3{font-size:26px; margin-bottom:14px;}
  .inside-text p{color:var(--ink-soft); font-size:15px; margin-bottom:18px;}

  .framework-wrap{display:grid; grid-template-columns:1fr 1fr; gap:36px; align-items:center; margin-top:44px;}
  @media (max-width:820px){ .framework-wrap{grid-template-columns:1fr;} }
  .fw-list .fw-item{display:flex; gap:14px; padding:15px; border-bottom:1px solid var(--line); border-radius:10px;}
  .fw-item.active{background:var(--accent-soft);}
  .fw-item .fw-num{width:32px; height:32px; flex:none; border-radius:8px; background:var(--card); color:var(--accent-dark); font-weight:800; font-size:13px; display:flex; align-items:center; justify-content:center;}
  .fw-item h4{font-size:15px; margin-bottom:4px;}
  .fw-item p{font-size:13px; color:var(--ink-soft);}
  .fw-diagram{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:20px;}
  .fw-diagram img{border-radius:12px; width:100%; height:300px; object-fit:cover;}
  .fw-output{margin-top:14px; background:var(--bg-alt); border-radius:10px; padding:12px 14px; font-size:12.5px; color:var(--ink-soft);}

  .team-lead{display:grid; grid-template-columns:180px 1fr; gap:26px; align-items:center; background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:26px; margin-top:40px;}
  @media (max-width:700px){ .team-lead{grid-template-columns:1fr; text-align:center;} }
  .team-lead img{width:100%; border-radius:14px; height:180px; object-fit:cover;}
  .team-lead h3{font-size:20px; margin-bottom:6px;}
  .team-lead .role{color:var(--accent-dark); font-weight:700; font-size:13px; margin-bottom:10px;}
  .team-lead p{color:var(--ink-soft); font-size:14px; margin-bottom:14px;}
  .team-lead .pill-row{display:flex; gap:10px; flex-wrap:wrap;}
  .team-lead .pill-row span{background:var(--bg-alt); padding:6px 12px; border-radius:999px; font-size:11.5px; font-weight:600; color:var(--ink-soft);}
  .team-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:24px;}
  @media (max-width:760px){ .team-grid{grid-template-columns:repeat(2,1fr);} }
  .team-card{background:var(--card); border:1px solid var(--line); border-radius:16px; padding:16px;}
  .team-card img{width:100%; height:160px; object-fit:cover; border-radius:12px; margin-bottom:12px;}
  .team-card h4{font-size:14.5px;}
  .team-card .role2{font-size:12px; color:var(--ink-soft); margin-bottom:8px;}
  .team-card p{font-size:12.5px; color:var(--ink-soft); margin-bottom:10px;}
  .team-card .pill-row span{background:var(--bg-alt); padding:5px 10px; border-radius:999px; font-size:11px; font-weight:600; color:var(--ink-soft); margin-right:6px;}

  .win-stats{display:grid; grid-template-columns:repeat(5,1fr); gap:16px; margin-top:40px;}
  @media (max-width:900px){ .win-stats{grid-template-columns:repeat(3,1fr);} }
  @media (max-width:600px){ .win-stats{grid-template-columns:repeat(2,1fr);} }
  .win-stats .ws{text-align:center; padding:22px 14px; border-radius:var(--radius); background:linear-gradient(160deg,var(--accent-soft),var(--card)); border:1px solid var(--line);}
  .win-stats .ws .ic3{width:36px; height:36px; border-radius:10px; background:var(--card); margin:0 auto 10px;}
  .win-stats .ws .n{font-size:26px; font-weight:800; color:var(--accent-dark);}
  .win-stats .ws .l{color:var(--ink-soft); font-size:11.5px; margin-top:4px; text-transform:uppercase; letter-spacing:.04em;}

  .why-panel{background:var(--card); border:1px solid var(--line); border-radius:28px; padding:44px; margin-top:20px;}
  .why-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:16px; margin-top:30px;}
  @media (max-width:900px){ .why-grid{grid-template-columns:repeat(2,1fr);} }
  .why-card{text-align:center; padding:24px 16px; background:var(--bg); border:1px solid var(--line); border-radius:16px;}
  .why-card .ic{width:44px; height:44px; border-radius:12px; background:var(--accent-soft); margin:0 auto 14px;}
  .why-card h3{font-size:14.5px; margin-bottom:6px;}

  .cta-box{ background:linear-gradient(135deg,var(--accent-dark),var(--accent) 60%,var(--coral)); border-radius:28px; padding:52px 44px; color:#fff; display:grid; grid-template-columns:1.2fr 1fr; gap:34px; align-items:center; }
  @media (max-width:820px){ .cta-box{grid-template-columns:1fr; text-align:center;} }
  .cta-box .eyebrow{background:rgba(255,255,255,.16); color:#fff;}
  .cta-box h2{font-size:30px; margin-bottom:14px; color:#fff;}
  .cta-box ul{list-style:none; margin-bottom:22px;}
  .cta-box ul li{font-size:14px; margin-bottom:10px; opacity:.92;}
  .cta-box ul li::before{content:"○ "; }
  .cta-box .btn{background:#fff; color:var(--accent-dark); box-shadow:none;}
  .cta-box .cta-side{background:rgba(255,255,255,.12); border-radius:18px; padding:22px;}
  .cta-box .cta-side h4{font-size:15px; margin-bottom:8px;}
  .cta-box .cta-side p{font-size:13px; opacity:.85; margin-bottom:16px;}
  .cta-box .note{font-size:11px; opacity:.7; margin-top:12px;}

  footer{padding:60px 0 30px; border-top:1px solid var(--line); margin-top:20px;}
  .foot-grid{display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:30px; margin-bottom:40px;}
  @media (max-width:760px){ .foot-grid{grid-template-columns:1fr 1fr;} }
  .foot-grid h5{font-size:13px; margin-bottom:14px; color:var(--ink-soft); letter-spacing:.06em; text-transform:uppercase;}
  .foot-grid a{display:block; font-size:14px; color:var(--ink); margin-bottom:10px;}
  .foot-grid a:hover{color:var(--accent);}
  .foot-bottom{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px; padding-top:24px; border-top:1px solid var(--line); font-size:13px; color:var(--ink-soft);}
