
  :root{
    --ink:#101a2c;
    --ink-soft:#54607a;
    --paper:#ffffff;
    --paper-soft:#f4f6fa;
    --line:#e2e6ee;
    --blue:#163b7d;
    --blue-deep:#0c2456;
    --blue-glow:#4f76c4;
    --cyan:#67d6e9;
    --green:#1a8f5c;
    --navy:#0a1428;
    --navy-2:#0f1f3c;
    --radius-lg:24px;
    --radius-md:16px;
    --radius-sm:12px;
    --shadow-soft:0 20px 60px -22px rgba(10,20,40,0.28);
    --shadow-card:0 10px 28px -14px rgba(10,20,40,0.16);
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  main{
    margin:0;
    font-family:"Noto Sans JP","Inter",-apple-system,BlinkMacSystemFont,sans-serif;
    color:var(--ink);
    background:var(--paper);
    line-height:1.75;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  img{max-width:100%;display:block;}
  .en{font-family:"Inter",sans-serif;}
  .wrap{max-width:1180px;margin:0 auto;padding:0 24px;}
  .eyebrow{
    display:inline-flex;align-items:center;gap:8px;
    font-family:"Inter",sans-serif;font-weight:700;font-size:13px;letter-spacing:0.14em;
    color:var(--blue);text-transform:uppercase;margin-bottom:18px;
  }
  .eyebrow::before{content:"";width:22px;height:2px;background:var(--blue);display:inline-block;border-radius:2px;}
  h1,h2,h3{margin:0;font-weight:800;letter-spacing:-0.01em;}
  h2{font-size:clamp(28px,4vw,42px);line-height:1.35;}
  .lead{font-size:18px;color:var(--ink-soft);max-width:640px;}
  .center{text-align:center;margin-left:auto;margin-right:auto;}
  .btn{
    display:inline-flex;align-items:center;justify-content:center;gap:10px;
    padding:16px 32px;border-radius:999px;font-weight:700;font-size:16px;
    background:var(--blue);color:#fff;box-shadow:0 12px 30px -10px rgba(22,59,125,0.4);
    transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
    white-space:nowrap;
  }
  .btn:hover{transform:translateY(-2px);box-shadow:0 16px 36px -8px rgba(22,59,125,0.5);}
  .btn.ghost{
    background:rgba(255,255,255,0.1);color:#fff;border:1px solid rgba(255,255,255,0.4);
    box-shadow:none;
  }
  .btn.ghost:hover{background:rgba(255,255,255,0.18);}
  section{position:relative;}

  .imgTitle {
    font-size: clamp(20px, 4vw, 36px);
    line-height: 1.35;
    padding: 20px 10px;
  }

   .imgTitle.center {
    text-align: center;
  }
    
  .imgText {
    font-size: 14.5px;
    padding: 0 10px 20px 10px;
  }

  /* ---------- HERO (full-bleed KV) ---------- */
  .hero{
    position:relative;overflow:hidden;background:var(--navy);color:#fff;
    min-height:100vh;display:flex;align-items:flex-end;
  }
  .hero-media{position:absolute;inset:0;z-index:0;}
  .hero-media img{width:100%;height:100%;object-fit:cover;object-position:62% center;display:block;}
  .hero-media .scrim{
    position:absolute;inset:0;
    background:
      linear-gradient(100deg,rgba(6,14,28,.95) 0%,rgba(6,14,28,.78) 30%,rgba(6,14,28,.32) 58%,rgba(6,14,28,.06) 82%),
      linear-gradient(0deg,rgba(6,14,28,.6) 0%,rgba(6,14,28,0) 46%);
  }
  .hero .wrap{position:relative;z-index:2;padding:206px 0 118px;}
  .hero-text{max-width:600px;}
  .hero-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px;}
  .hero-tag{
    font-family:"Inter",sans-serif;font-size:12.5px;font-weight:700;color:#fff;
    background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.28);
    padding:6px 14px;border-radius:999px;backdrop-filter:blur(6px);
  }
  .hero h1{
    font-size:clamp(32px,4.4vw,54px);line-height:1.32;font-weight:900;
    color:#fff;letter-spacing:-0.02em;
  }
  .hero h1 .accent{
    background:linear-gradient(100deg,#8fb0ff 10%,#67d6e9 90%);
    -webkit-background-clip:text;background-clip:text;color:transparent;
  }
  .hero .sub{
    margin:22px 0 0;font-size:17px;color:rgba(255,255,255,0.8);max-width:480px;font-weight:400;
  }
  .hero .sub b{color:#fff;font-weight:700;}
  .hero-cta{margin-top:36px;display:flex;gap:16px;flex-wrap:wrap;align-items:center;}
  .btn .arrow{transition:transform .25s ease;}
  .btn:hover .arrow{transform:translateX(3px);}
  .hero-scroll{
    position:absolute;left:50%;bottom:30px;transform:translateX(-50%);z-index:2;
    display:flex;flex-direction:column;align-items:center;gap:10px;
    color:rgba(255,255,255,0.55);font-size:10.5px;letter-spacing:0.18em;font-family:"Inter",sans-serif;
  }
  .hero-scroll .line{width:1px;height:34px;background:linear-gradient(#fff,transparent);animation:scrollpulse 1.8s ease-in-out infinite;}
  @keyframes scrollpulse{0%,100%{opacity:.15;}50%{opacity:1;}}

  .trustbar{border-top:1px solid var(--line);margin-top:0;padding:26px 0;    background: linear-gradient(180deg, #f5f7fb 0%, #eef2fb 100%);}
  .trustbar .wrap{display:flex;gap:25px;flex-wrap:wrap;align-items:center;justify-content:center;}
  .trustbar-label{    
    font-size: 17.5px;
    display: flex;
    align-items: center;
    gap: 10px;
    color:var(--ink-soft);font-weight:600;flex:none;}
  .trustbar-label .chip {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--blue-glow);
    box-shadow: 0 0 10px var(--blue-glow);
}
  .trustbar-items{display:flex;gap:28px;flex-wrap:wrap;
    row-gap: 15px;}
  .trustbar-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--blue-deep);font-weight:700;}
  .trustbar-item .dot{
    width:20px;
    height:20px;
    background: url(/wp-content/themes/theme-230131/css/awc/../../img/lp-creone/check.svg) no-repeat center;
    background-size: cover;
}

  @media (max-width:960px){
    .hero-text{max-width:100%;}
  }
    @media (min-width:761px){
        .trustbar-items{
            justify-content: center;
        }
    }
  @media (max-width:760px){
    .hero{min-height:92vh;}
    .hero .wrap{padding:150px 0 84px;}
    .hero-media img{object-position:72% center;}
    .trustbar .wrap{justify-content:center;text-align:center;}
  }

  /* ---------- PROBLEM ---------- */
  .problem{padding:110px 0;background:var(--paper);}
  .problem .grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:60px;align-items:center;}
  .problem-cards{display:grid;gap:16px;margin-top:38px;}
  .p-card{
    display:flex;gap:18px;align-items:flex-start;padding:22px 24px;border-radius:var(--radius-md);
    background:var(--paper-soft);border:1px solid var(--line);transition:transform .25s ease, box-shadow .25s;
  }
  .p-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-card);}
  .p-card .num{
    flex:none;width:38px;height:38px;border-radius:10px;background:#fff1f0;color:#e5484d;
    display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;font-family:"Inter",sans-serif;
  }
  .p-card p{margin:0;font-size:15.5px;color:var(--ink);font-weight:500;}
  .problem-visual{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid var(--line);}
  .problem-visual img{width:100%;}

  /* ---------- SOLUTION / VALUE ---------- */
  .solution{padding:110px 0;background:linear-gradient(180deg,#f5f7fb 0%, #eef2fb 100%);}
  .solution-head{max-width:720px;margin:0 auto 40px;text-align:center;}
  .solution-head .eyebrow{justify-content:center;}
  .solution-chips{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:26px;}
  .solution-chip{
    display:flex;align-items:center;gap:8px;padding:9px 18px;border-radius:999px;
    background:#fff;border:1px solid var(--line);font-size:13.5px;font-weight:600;color:var(--blue-deep);
    box-shadow:var(--shadow-card);
  }
  .solution-chip .dot{width:6px;height:6px;border-radius:50%;background:var(--green);}
  .solution-visual{
    max-width:760px;margin:0 auto 88px;border-radius:var(--radius-lg);overflow:hidden;
    box-shadow:var(--shadow-soft);background:#fff;border:1px solid var(--line);
  }
  .solution-visual img{width:100%;}
  .values-head{max-width:640px;margin:0 auto 40px;text-align:center;}
  .values-head .eyebrow{justify-content:center;}
  .value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
  .value-card{
    background:#fff;border-radius:var(--radius-md);padding:34px 28px;border:1px solid var(--line);
    box-shadow:var(--shadow-card);transition:transform .3s ease;
  }
  .value-card:hover{transform:translateY(-6px);}
  .value-card .icon{
    width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;
    background:linear-gradient(135deg,#e7f0ff,#eefaf3);margin-bottom:20px;
  }
  .value-card .icon svg{width:26px;height:26px;}
  .value-card h3{font-size:19px;margin-bottom:12px;}
  .value-card p{font-size:14.5px;color:var(--ink-soft);margin:0;}
  .value-card .tag{font-family:"Inter",sans-serif;font-weight:800;font-size:12px;color:var(--blue);letter-spacing:.08em;margin-bottom:10px;display:block;}

  /* ---------- CORE SYSTEM ---------- */
  .core{padding:120px 0;background:linear-gradient(180deg,#0a0f1f 0%, #0e1730 100%);color:#fff;position:relative;}
  .core::before{
    content:"";position:absolute;inset:0;
    background:radial-gradient(700px 400px at 90% 0%, rgba(79,118,196,0.28), transparent 60%);
    pointer-events:none;
  }
  .core .wrap{position:relative;z-index:2;}
  .core-head{max-width:680px;margin-bottom:56px;}
  .core-head .lead{color:rgba(255,255,255,0.68);}
  .core-visual{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 30px 80px -30px rgba(0,0,0,0.6);margin-bottom:56px;border:1px solid rgba(255,255,255,0.08);}
  .feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;}
  .feature{
    background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);
    border-radius:var(--radius-md);padding:28px;backdrop-filter:blur(6px);
  }
  .feature h3{font-size:17.5px;margin-bottom:10px;color:#fff;display:flex;align-items:center;gap:10px;}
  .feature h3 .chip{width:8px;height:8px;border-radius:50%;background:var(--blue-glow);box-shadow:0 0 10px var(--blue-glow);}
  .feature p{font-size:14.5px;color:rgba(255,255,255,0.62);margin:0;}
  .core-insight{margin-top:56px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 30px 80px -30px rgba(0,0,0,0.6);border:1px solid rgba(255,255,255,0.08);}

  /* ---------- HARDWARE / PRODUCTS ---------- */
  .hardware{padding:120px 0;background:var(--paper);}
  .hardware-head{max-width:700px;margin-bottom:24px;}
  .product-list{margin-top:40px;}
  .product-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:66px 0;border-top:1px solid var(--line);}
  .product-row:first-child{border-top:0;padding-top:8px;}
  .product-row.reverse .product-media{order:2;}
  .product-media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid var(--line);background:#f5f7fb;}
  .product-media img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:4/3;}
  .product-kicker{font-family:"Inter",sans-serif;font-weight:800;font-size:12px;letter-spacing:.12em;color:var(--blue);text-transform:uppercase;}
  .product-copy h3{font-family:"Inter",sans-serif;font-size:clamp(26px,3vw,34px);margin:10px 0 8px;}
  .product-lead{font-size:18px;font-weight:700;color:var(--ink);margin:0 0 14px;}
  .product-copy p.desc{color:var(--ink-soft);font-size:15px;margin:0 0 18px;}
  .product-bullets{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:10px;}
  .product-bullets li{position:relative;padding-left:22px;font-size:14.5px;color:var(--ink);font-weight:600;}
  .product-bullets li::before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:50%;background:var(--blue);}
  .product-spec{padding:14px 18px;border-left:3px solid var(--blue);background:var(--paper-soft);font-size:13.5px;color:var(--ink-soft);border-radius:0 8px 8px 0;}
  @media (max-width:920px){
    .product-row{grid-template-columns:1fr;gap:28px;padding:48px 0;}
    .product-row.reverse .product-media{order:0;}
  }

  /* ---------- USE CASE (3-step flow) ---------- */
  .usecase{padding:120px 0;background:linear-gradient(180deg,#eef2fb 0%, #f5f7fb 100%);}
  .usecase-head{margin-bottom:56px;}
  .flow-track{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
  .flow-track::before{
    content:"";position:absolute;top:44px;left:9%;right:9%;height:2px;z-index:0;
    background:repeating-linear-gradient(90deg,#c9d4ea 0 10px,transparent 10px 18px);
  }
  .flow-card{
    position:relative;z-index:1;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);
    overflow:visible;box-shadow:var(--shadow-card);display:flex;flex-direction:column;
  }
  .flow-card .flow-num{
    position:absolute;top:-16px;left:24px;z-index:3;width:36px;height:36px;border-radius:50%;
    background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;
    font:800 15px "Inter",sans-serif;box-shadow:0 10px 22px -6px rgba(22,59,125,0.5);border:3px solid #fff;
  }
  .flow-visual{
    aspect-ratio:4/3;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden;
    background:linear-gradient(145deg,#eef3fb,#dde8fa);display:flex;align-items:center;justify-content:center;
  }
  .flow-visual svg{width:52%;height:52%;}
  .flow-body{padding:26px 24px 30px;}
  .flow-body .en-tag{font-family:"Inter",sans-serif;font-size:11.5px;font-weight:800;color:var(--ink-soft);letter-spacing:.1em;}
  .flow-body h3{font-size:18.5px;margin:6px 0 10px;}
  .flow-body p{font-size:14px;color:var(--ink-soft);margin:0;}
  .flow-arrow{
    position:absolute;top:38px;right:-15px;z-index:4;width:30px;height:30px;border-radius:50%;
    background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-card);
    display:flex;align-items:center;justify-content:center;color:var(--blue);font-weight:800;font-size:14px;
  }
  @media (max-width:920px){
    .flow-track{grid-template-columns:1fr;gap:44px;}
    .flow-track::before{display:none;}
    .flow-arrow{display:none;}
  }

  /* ---------- IOT CLOUD ARCHITECTURE ---------- */
  .architecture{padding:120px 0;background:linear-gradient(180deg,#0a0f1f 0%, #0e1730 100%);color:#fff;position:relative;overflow:hidden;}
  .architecture::before{
    content:"";position:absolute;inset:0;
    background:radial-gradient(620px 380px at 12% 6%, rgba(79,118,196,0.26), transparent 60%);
    pointer-events:none;
  }
  .architecture .wrap{position:relative;z-index:2;}
  .architecture-head{max-width:720px;margin:0 auto;text-align:center;}
  .architecture-head .eyebrow{justify-content:center;color:var(--cyan);}
  .architecture-head .eyebrow::before{background:var(--cyan);}
  .architecture-head h2{color:#fff;}
  .architecture-head .lead{color:rgba(255,255,255,0.68);margin:16px auto 0;}
  .arch-diagram{max-width:740px;margin:60px auto 0;}
  .arch-diagram svg{width:100%;height:auto;display:block;}
  .arch-legend{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:60px;}
  .arch-item{background:rgba(255,255,255,0.045);border:1px solid rgba(255,255,255,0.1);border-radius:var(--radius-md);padding:26px;}
  .arch-item h3{font-size:15.5px;color:#fff;margin:0 0 10px;display:flex;align-items:center;gap:9px;}
  .arch-item h3 .chip{width:7px;height:7px;border-radius:50%;background:var(--blue-glow);box-shadow:0 0 10px var(--blue-glow);flex:none;}
  .arch-item p{font-size:13.5px;color:rgba(255,255,255,0.62);margin:0;}
  @media (max-width:920px){.arch-legend{grid-template-columns:1fr;}}

  /* ---------- CTA / FOOTER ---------- */
  .cta{
    position:relative;overflow:hidden;
    background:linear-gradient(120deg,#0a0f1f 0%, #14204a 60%, #0a0f1f 100%);
    color:#fff;padding:130px 0 70px;
  }
  .cta-bg{position:absolute;top:0;right:0;height:100%;width:55%;opacity:0.35;object-fit:cover;pointer-events:none;
    -webkit-mask-image:linear-gradient(to left, rgba(0,0,0,0.9), transparent);
    mask-image:linear-gradient(to left, rgba(0,0,0,0.9), transparent);}
  .cta .wrap{position:relative;z-index:2;}
  .cta-top{max-width:640px;margin-bottom:56px;}
  .cta-top h2{font-size:clamp(28px,4vw,40px);margin-bottom:18px;}
  .cta-top p{color:rgba(255,255,255,0.68);font-size:16.5px;margin-bottom:34px;}
  .contact-panel{
    display:grid;grid-template-columns:repeat(4,auto);gap:36px;
    background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.12);
    border-radius:var(--radius-md);padding:32px 34px;backdrop-filter:blur(8px);margin-bottom:56px;
  }
  .contact-item{font-size:14px;}
  .contact-item .label{display:flex;align-items:center;gap:8px;font-weight:700;color:#fff;margin-bottom:6px;font-size:13px;}
  .contact-item .val{color:rgba(255,255,255,0.68);line-height:1.6;}
  .contact-item .val a{color:var(--blue-glow);}
  .footer-bottom{
    border-top:1px solid rgba(255,255,255,0.12);padding-top:28px;
    display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;
  }
  .footer-bottom .brand-row{display:flex;align-items:center;gap:18px;font-size:13px;color:rgba(255,255,255,0.5);}
  .footer-bottom .brand-row b{color:rgba(255,255,255,0.85);}
  .copyright{font-size:12.5px;color:rgba(255,255,255,0.38);}

  /* reveal animation */
  .reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease, transform .8s ease;}
  .reveal.in{opacity:1;transform:translateY(0);}

  @media (max-width:920px){
    .problem .grid{grid-template-columns:1fr;}
    .value-grid, .feature-grid{grid-template-columns:1fr;}
    .contact-panel{grid-template-columns:1fr 1fr;}
  }
  @media (max-width:560px){
    .contact-panel{grid-template-columns:1fr;}
  }


  /* =========================================================
     2026-07 KV / ISSUES / PDF PAGE OVERRIDES
     ========================================================= */
  header .logo{display:flex;align-items:center;line-height:0;}
  header .logo img{width:142px;height:auto;}

  .hero-v2{
    min-height:820px;padding:128px 0 0;display:block;color:var(--ink);
    background:
      radial-gradient(circle at 78% 22%,rgba(103,214,233,.28),transparent 24%),
      radial-gradient(circle at 90% 76%,rgba(22,59,125,.13),transparent 28%),
      linear-gradient(135deg,#fff 0%,#f8fbfd 55%,#eef6fa 100%);
    overflow:hidden;
  }
  .hero-v2 .wrap{padding:0 24px;}
  .hero-v2__mesh{position:absolute;inset:0;opacity:.52;pointer-events:none;background-image:linear-gradient(rgba(22,59,125,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(22,59,125,.045) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to right,transparent 0,#000 52%,#000 100%);}
  .hero-v2__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);gap:64px;align-items:center;min-height:620px;}
  .hero-v2__copy{max-width:660px;padding:48px 0 66px;}
  .hero-v2__logo{width:174px;margin:0 0 35px;}
  .hero-v2__eyebrow{margin:0 0 20px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.17em;}
  .hero-v2 h1{margin:0;color:#071b2b;font-size:clamp(44px,5.15vw,76px);line-height:1.18;letter-spacing:-.055em;font-weight:900;}
  .hero-v2 h1 span{position:relative;display:inline-block;color:var(--blue);}
  .hero-v2 h1 span::after{content:"";position:absolute;left:0;right:0;bottom:.02em;height:.19em;background:linear-gradient(90deg,rgba(103,214,233,.52),rgba(103,214,233,.05));z-index:-1;border-radius:999px;}
  .hero-v2__lead{margin:28px 0 0;max-width:630px;color:#4a5c67;font-size:17px;line-height:1.9;font-weight:500;}
  .hero-v2__points{display:flex;gap:9px;flex-wrap:wrap;margin:26px 0 0;}
  .hero-v2__points span{padding:8px 13px;border-radius:999px;background:#fff;border:1px solid rgba(0,70,127,.16);box-shadow:0 8px 24px rgba(6,31,52,.055);color:#1f4057;font-size:12.5px;font-weight:800;}
  .hero-v2__cta{margin-top:34px;min-width:238px;border-radius:12px;background:var(--blue);box-shadow:0 18px 36px -14px rgba(0,70,127,.55);}
  .hero-v2__visual{position:relative;min-height:570px;display:grid;place-items:center;}
  .hero-v2__frame{position:relative;z-index:3;width:100%;border-radius:30px;overflow:hidden;border:1px solid rgba(0,70,127,.12);background:#fff;padding:12px;box-shadow:0 34px 90px -30px rgba(6,31,52,.32);transform:rotate(1.2deg);}
  .hero-v2__frame img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:21px;}
  .hero-v2__halo{position:absolute;border-radius:50%;filter:blur(3px);pointer-events:none;}
  .hero-v2__halo--one{width:520px;height:520px;background:rgba(103,214,233,.24);right:-110px;top:-45px;}
  .hero-v2__halo--two{width:270px;height:270px;border:1px solid rgba(0,70,127,.18);left:-70px;bottom:-20px;box-shadow:0 0 0 56px rgba(0,70,127,.035),0 0 0 112px rgba(103,214,233,.028);}
  .hero-v2__badge{position:absolute;z-index:5;display:flex;flex-direction:column;min-width:144px;padding:16px 18px;border-radius:17px;background:rgba(255,255,255,.92);border:1px solid rgba(0,70,127,.12);box-shadow:0 18px 40px -16px rgba(6,31,52,.28);backdrop-filter:blur(14px);}
  .hero-v2__badge b{font:800 18px/1.1 Inter,sans-serif;color:#071b2b;}
  .hero-v2__badge small{margin-top:5px;color:#6e7e89;font:700 10px/1.2 Inter,sans-serif;letter-spacing:.07em;text-transform:uppercase;}
  .hero-v2__badge--cloud{left:-28px;top:65px;}
  .hero-v2__badge--secure{right:-10px;bottom:74px;}
  .hero-v2__status{position:absolute;z-index:5;left:8%;bottom:34px;padding:11px 16px;border-radius:999px;background:#071b2b;color:#fff;font:700 10.5px/1 Inter,sans-serif;letter-spacing:.1em;box-shadow:0 15px 30px rgba(7,27,43,.2);}
  .hero-v2__status span{display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%;background:#58d996;box-shadow:0 0 0 4px rgba(88,217,150,.15);}
  .hero-v2__rail{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;gap:21px;min-height:74px;border-top:1px solid rgba(0,70,127,.10);background:rgba(255,255,255,.66);backdrop-filter:blur(8px);color:#49606f;font:800 11px/1 Inter,sans-serif;letter-spacing:.12em;}
  .hero-v2__rail i{width:4px;height:4px;border-radius:50%;background:var(--cyan);}
  .hero-scroll{display:none;}

  .problem-v2{padding:128px 0 138px;background:#fff;overflow:hidden;}
  .problem-v2::before{content:"";position:absolute;left:50%;top:40px;width:950px;height:420px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(103,214,233,.16),transparent 65%);pointer-events:none;}
  .problem-v2__head{position:relative;z-index:2;display:grid;grid-template-columns:.55fr 1.45fr;column-gap:70px;align-items:end;margin-bottom:58px;}
  .problem-v2__head .eyebrow{align-self:start;margin-top:13px;font-size:13px;}
  .problem-v2__head h2{font-size:clamp(38px,5vw,64px);line-height:1.24;letter-spacing:-.045em;color:#071b2b;}
  .problem-v2__head .lead{grid-column:2;margin:18px 0 0;max-width:760px;font-size:16px;line-height:1.9;}
  .issues-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:22px;}
  .issue-card{position:relative;overflow:hidden;min-height:270px;padding:28px 30px 30px;border-radius:26px;background:linear-gradient(145deg,#f8fafc,#edf4f7);border:1px solid #dce8ed;box-shadow:0 22px 55px -32px rgba(6,31,52,.22);}
  .issue-card--ledger{grid-row:1/3;min-height:562px;padding:34px 38px;}
  .issue-card--trace{background:linear-gradient(145deg,#f7fbff,#edf3fa);}
  .issue-card--risk{background:linear-gradient(145deg,#0c2640,#071b2b);border-color:rgba(255,255,255,.08);color:#fff;}
  .issue-card__meta{display:flex;align-items:center;justify-content:space-between;gap:20px;}
  .issue-card__meta span{font:900 54px/1 Inter,sans-serif;color:rgba(0,70,127,.14);letter-spacing:-.05em;}
  .issue-card__meta em{font:800 10px/1 Inter,sans-serif;font-style:normal;letter-spacing:.14em;color:#67808f;}
  .issue-card--risk .issue-card__meta span{color:rgba(103,214,233,.2);}.issue-card--risk .issue-card__meta em{color:#8ca7b8;}
  .issue-card h3{max-width:530px;margin:22px 0 10px;font-size:clamp(21px,2.3vw,30px);line-height:1.45;letter-spacing:-.02em;}
  .issue-card p{max-width:590px;margin:0;color:#61727e;font-size:14.5px;}
  .issue-card--risk p{color:#abc0cc;}
  .issue-card__visual{position:relative;display:flex;align-items:center;justify-content:center;margin:18px 0 26px;border-radius:20px;}
  .issue-card__visual--ledger{height:250px;background:rgba(255,255,255,.75);border:1px solid rgba(0,70,127,.08);}
  .mini-sheet{width:54%;height:72%;padding:20px;border-radius:14px;background:#fff;border:1px solid #d7e3e8;box-shadow:0 20px 38px -24px rgba(6,31,52,.38);transform:rotate(-4deg);}
  .mini-sheet b{display:block;margin-bottom:16px;color:#1d4058;font:800 11px Inter,sans-serif;letter-spacing:.1em;}
  .mini-sheet i{display:block;height:1px;margin:17px 0;background:#d6e2e8;}
  .mini-key{position:absolute;right:15%;bottom:18%;display:grid;place-items:center;width:88px;height:88px;border:11px solid #647985;border-radius:50%;color:#647985;font-size:62px;line-height:1;transform:rotate(20deg);box-shadow:0 16px 28px rgba(6,31,52,.13);}
  .issue-card__visual--trace{height:78px;gap:10px;background:rgba(255,255,255,.68);border:1px solid rgba(0,70,127,.08);}
  .trace-node{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:#fff;border:1px solid #cfdde4;color:#7390a2;font:800 18px Inter,sans-serif;box-shadow:0 10px 20px rgba(6,31,52,.06);}
  .issue-card__visual--trace i{width:48px;height:1px;background:repeating-linear-gradient(90deg,#7aa7bd 0 5px,transparent 5px 9px);}
  .issue-card__visual--risk{height:76px;justify-content:flex-start;margin-bottom:20px;}
  .risk-ring{position:relative;display:grid;place-items:center;width:70px;height:70px;border:1px solid rgba(103,214,233,.55);border-radius:50%;box-shadow:0 0 0 12px rgba(103,214,233,.07),0 0 28px rgba(103,214,233,.16);}
  .risk-ring span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--cyan);color:#071b2b;font:900 18px Inter,sans-serif;}
  .risk-scan{height:1px;flex:1;margin-left:24px;background:linear-gradient(90deg,var(--cyan),rgba(103,214,233,.03));box-shadow:0 0 12px var(--cyan);}

  .products-pdf{padding:116px 0 132px;background:linear-gradient(180deg,#f6f9fb,#edf3f6);}
  .products-pdf__head{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:48px;}
  .products-pdf__head .eyebrow{margin:0 0 12px;}
  .products-pdf__head h2{font-size:clamp(32px,4vw,48px);}
  .products-pdf__pages{display:grid;gap:52px;}
  .pdf-page{margin:0;padding:12px;border-radius:24px;background:#fff;border:1px solid #d9e4e9;box-shadow:0 30px 75px -38px rgba(6,31,52,.34);overflow:hidden;}
  .pdf-page img{width:100%;height:auto;border-radius:15px;}

  .architecture-pdf{padding:118px 0;background:linear-gradient(180deg,#eaf2f6,#f7fafb);color:var(--ink);}
  .architecture-pdf::before{display:none;}
  .architecture-pdf .wrap{position:relative;z-index:2;}
  .pdf-page--architecture{max-width:1180px;margin:0 auto;}

  @media (max-width:1080px){
    .hero-v2__grid{grid-template-columns:1fr;gap:10px;}
    .hero-v2__copy{max-width:820px;padding-bottom:10px;}
    .hero-v2__visual{min-height:510px;}
    .hero-v2__frame{max-width:850px;}
    .hero-v2__badge--cloud{left:2%;}.hero-v2__badge--secure{right:3%;}
  }
  @media (max-width:820px){
    header .logo img{width:122px;}
    .hero-v2{padding-top:105px;}
    .hero-v2__grid{display:block;}
    .hero-v2__copy{padding:34px 0 50px;}
    .hero-v2__logo{width:145px;margin-bottom:28px;}
    .hero-v2 h1{font-size:clamp(38px,11vw,58px);}
    .hero-v2__visual{min-height:auto;padding-bottom:78px;}
    .hero-v2__badge{min-width:124px;padding:13px 15px;}
    .hero-v2__badge--cloud{top:-20px;left:1%;}.hero-v2__badge--secure{right:1%;bottom:38px;}
    .hero-v2__status{left:3%;bottom:24px;}
    .hero-v2__rail{justify-content:flex-start;overflow:hidden;padding:0 24px;white-space:nowrap;}
    .problem-v2__head{display:block;margin-bottom:40px;}
    .problem-v2__head h2{font-size:clamp(34px,9vw,50px);}
    .problem-v2__head .lead{margin-top:16px;}
    .issues-grid{grid-template-columns:1fr;grid-template-rows:auto;}
    .issue-card--ledger{grid-row:auto;min-height:500px;}
    .products-pdf__head{display:block;}
  }
  @media (max-width:560px){
    .hero-v2 .wrap{padding:0 20px;}
    .hero-v2__copy{padding-top:20px;}
    .hero-v2__lead br{display:none;}
    .hero-v2__points{gap:7px;}
    .hero-v2__frame{padding:7px;border-radius:20px;transform:none;}
    .hero-v2__frame img{border-radius:14px;aspect-ratio:4/3;object-position:center;}
    .hero-v2__badge--cloud{display:none;}
    .hero-v2__badge--secure{right:0;bottom:42px;}
    .hero-v2__status{font-size:8.5px;}
    .problem-v2{padding:92px 0;}
    .issue-card,.issue-card--ledger{padding:24px;min-height:auto;}
    .issue-card__visual--ledger{height:210px;}
    .mini-key{width:68px;height:68px;border-width:9px;font-size:48px;}
    .pdf-page{padding:6px;border-radius:14px;}
    .pdf-page img{border-radius:9px;}
    .products-pdf,.architecture-pdf{padding:84px 0;}
  }


/* =========================================================
   2026-07-25 KV / ISSUES refinement
   ========================================================= */
header .logo{display:flex;align-items:center;line-height:0;}
header .logo img{width:152px;height:auto;}

.hero-v3{
  position:relative;
  min-height:100svh;
  display:flex;
  align-items:center;
  padding:96px 0 34px;
  overflow:hidden;
  background:
    radial-gradient(circle at 84% 16%, rgba(103,214,233,.28), transparent 22%),
    radial-gradient(circle at 92% 82%, rgba(22,59,125,.12), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f7fafc 48%, #eef4f8 100%);
}
.hero-v3::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background-image:linear-gradient(rgba(22,59,125,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(22,59,125,.04) 1px,transparent 1px);
  background-size:74px 74px;
  mask-image:linear-gradient(to right, transparent 0%, rgba(0,0,0,.72) 38%, rgba(0,0,0,.95) 100%);
  opacity:.58;
}
.hero-v3__inner{
  position:relative;z-index:2;width:100%;
  max-width:1320px;margin:0 auto;padding:0 24px;
  display:grid;grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr);
  gap:clamp(28px,4vw,58px);align-items:center;
}
.hero-v3__copy{max-width:510px;padding:10px 0 24px;}
.hero-v3__logo{width:176px;height:auto;margin:0 0 26px;}
.hero-v3__eyebrow{margin:0 0 18px;font:800 12px/1.4 Inter,sans-serif;letter-spacing:.18em;color:var(--blue);text-transform:uppercase;}
.hero-v3 h1{margin:0;color:#0a1d2f;font-size:clamp(34px,4.1vw,60px);line-height:1.18;letter-spacing:-.045em;font-weight:900;}
.hero-v3 h1 .accent{color:var(--blue);}
.hero-v3__lead{margin:22px 0 0;max-width:470px;color:#4b5e68;font-size:16px;line-height:1.85;font-weight:500;}
.hero-v3__points{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 0;}
.hero-v3__points span{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.84);border:1px solid rgba(0,70,127,.14);box-shadow:0 10px 26px -18px rgba(6,31,52,.35);color:#214257;font:800 12px/1 Inter,sans-serif;letter-spacing:.02em;}
.hero-v3__points span::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 0 5px rgba(103,214,233,.14);}
.hero-v3__cta{margin-top:30px;padding:16px 28px;border-radius:14px;min-width:240px;box-shadow:0 18px 36px -16px rgba(22,59,125,.45);}
.hero-v3__visual{position:relative;min-height:clamp(430px,67vh,610px);}
.hero-v3__visual::before{content:"";position:absolute;right:-26px;top:-24px;width:82%;height:86%;border-radius:32px;background:linear-gradient(140deg, rgba(103,214,233,.20), rgba(22,59,125,.06));}
.hero-v3__image-shell{position:absolute;inset:0;border-radius:32px;overflow:hidden;border:1px solid rgba(0,70,127,.12);background:#fff;box-shadow:0 34px 90px -36px rgba(6,31,52,.34);}
.hero-v3__image-shell img{width:100%;height:100%;object-fit:cover;object-position:center center;}
.hero-v3__floating{position:absolute;z-index:4;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.92);border:1px solid rgba(0,70,127,.12);box-shadow:0 20px 42px -18px rgba(6,31,52,.28);backdrop-filter:blur(14px);}
.hero-v3__floating b{display:block;color:#0a1d2f;font:800 19px/1.05 Inter,sans-serif;}
.hero-v3__floating small{display:block;margin-top:5px;color:#6f808b;font:700 10px/1.2 Inter,sans-serif;letter-spacing:.09em;text-transform:uppercase;}
.hero-v3__floating--one{left:-18px;top:44px;}
.hero-v3__floating--two{right:-16px;bottom:70px;}
.hero-v3__status{position:absolute;left:34px;bottom:26px;z-index:4;display:inline-flex;align-items:center;gap:10px;padding:11px 16px;border-radius:999px;background:#0a1d2f;color:#fff;font:800 10.5px/1 Inter,sans-serif;letter-spacing:.1em;box-shadow:0 18px 34px -18px rgba(6,31,52,.4);}
.hero-v3__status::before{content:"";width:8px;height:8px;border-radius:50%;background:#57d995;box-shadow:0 0 0 4px rgba(87,217,149,.16);}
.hero-v3__bottom{position:relative;z-index:2;margin-top:28px;border-top:1px solid rgba(0,70,127,.08);background:rgba(255,255,255,.66);backdrop-filter:blur(10px);}
.hero-v3__rail{max-width:1320px;margin:0 auto;padding:18px 24px;display:flex;gap:18px;justify-content:center;align-items:center;flex-wrap:wrap;color:#49606f;font:800 11px/1 Inter,sans-serif;letter-spacing:.14em;}
.hero-v3__rail i{width:4px;height:4px;border-radius:50%;background:var(--cyan);display:block;}

.issues-v3{padding:118px 0 130px;background:#fff;overflow:hidden;}
.issues-v3::before{content:"";position:absolute;left:50%;top:34px;width:980px;height:440px;transform:translateX(-50%);background:radial-gradient(ellipse, rgba(103,214,233,.13), transparent 66%);pointer-events:none;}
.issues-v3__head{position:relative;z-index:2;max-width:860px;margin:0 auto 54px;text-align:center;}
.issues-v3__head .eyebrow{justify-content:center;margin-bottom:18px;}
.issues-v3__head h2{font-size:clamp(34px,4.3vw,54px);line-height:1.26;letter-spacing:-.04em;color:#071b2b;}
.issues-v3__head .lead{margin:18px auto 0;max-width:760px;font-size:16px;line-height:1.9;}
.issues-v3__grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.issue-v3{position:relative;display:flex;flex-direction:column;height:100%;padding:26px 26px 28px;border-radius:26px;background:linear-gradient(180deg,#ffffff 0%, #f7fbfd 100%);border:1px solid #dde8ee;box-shadow:0 24px 60px -36px rgba(6,31,52,.24);}
.issue-v3--dark{background:linear-gradient(180deg,#0d2940 0%, #0a1d2f 100%);border-color:rgba(255,255,255,.06);}
.issue-v3__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;}
.issue-v3__num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:#eef5fb;color:var(--blue);font:900 16px/1 Inter,sans-serif;}
.issue-v3--dark .issue-v3__num{background:rgba(255,255,255,.08);color:#fff;}
.issue-v3__label{color:#6f838f;font:800 11px/1 Inter,sans-serif;letter-spacing:.14em;text-transform:uppercase;}
.issue-v3--dark .issue-v3__label{color:#9db1bd;}
.issue-v3__visual{display:grid;place-items:center;height:198px;margin-bottom:24px;border-radius:22px;background:linear-gradient(180deg,#eef5f8 0%, #fbfdfe 100%);border:1px solid rgba(0,70,127,.08);overflow:hidden;}
.issue-v3--dark .issue-v3__visual{background:linear-gradient(180deg,rgba(255,255,255,.05) 0%, rgba(255,255,255,.02) 100%);border-color:rgba(255,255,255,.07);}
.issue-v3 svg{width:88%;height:88%;}
.issue-v3 h3{margin:0 0 10px;color:#071b2b;font-size:24px;line-height:1.45;letter-spacing:-.02em;}
.issue-v3 p{margin:0;color:#61727e;font-size:14.5px;line-height:1.9;}
.issue-v3--dark h3{color:#fff;}
.issue-v3--dark p{color:#adc0cc;}

.issue-v3__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:1080px){
  .hero-v3__inner{grid-template-columns:1fr;gap:24px;}
  .hero-v3__copy{max-width:780px;padding-bottom:0;}
  .hero-v3__visual{min-height:520px;}
  .hero-v3__floating--one{left:10px;top:20px;}
  .hero-v3__floating--two{right:10px;bottom:58px;}
  .issues-v3__grid{grid-template-columns:repeat(2,1fr);}
  .issues-v3__grid .issue-v3:last-child{grid-column:1 / -1;}
}
@media (max-width:820px){
  header .logo img{width:126px;}
  .hero-v3{padding-top:102px;align-items:flex-start;}
  .hero-v3__logo{width:146px;margin-bottom:22px;}
  .hero-v3 h1{font-size:clamp(34px,9vw,50px);}
  .hero-v3__visual{min-height:380px;}
  .hero-v3__status{left:18px;bottom:16px;font-size:9px;}
  .hero-v3__floating{padding:13px 14px;}
  .hero-v3__floating b{font-size:16px;}
  .issues-v3{padding:94px 0 96px;}
  .issues-v3__grid{grid-template-columns:1fr;}
  .issues-v3__grid .issue-v3:last-child{grid-column:auto;}
}
@media (max-width:560px){
  .hero-v3__inner{padding:0 20px;}
  .hero-v3__copy{padding-top:0;}
  .hero-v3__lead br{display:none;}
  .hero-v3__visual{min-height:310px;}
  .hero-v3__image-shell{border-radius:22px;}
  .hero-v3__floating--one{top:12px;left:8px;}
  .hero-v3__floating--two{right:8px;bottom:54px;}
  .hero-v3__floating small{font-size:9px;}
  .hero-v3__status{padding:10px 14px;left:12px;}
  .hero-v3__rail{justify-content:flex-start;white-space:nowrap;overflow:auto;flex-wrap:nowrap;}
  .issue-v3{padding:22px;}
  .issue-v3__visual{height:172px;}
}


/* =========================================================
   2026-07-25 full-width KV and PDF use-case imagery
   ========================================================= */
.kv-full{
  position:relative;
  min-height:clamp(650px,100svh,900px);
  display:flex;
  align-items:center;
  overflow:hidden;
  isolation:isolate;
  background:#071522;
  color:#fff;
}
.kv-full__media{position:absolute;inset:0;z-index:-3;}
.kv-full__media img{width:100%;height:100%;object-fit:cover;object-position:center center;}
.kv-full__media::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(4,16,27,.94) 0%,rgba(4,16,27,.86) 28%,rgba(4,16,27,.58) 49%,rgba(4,16,27,.14) 72%,rgba(4,16,27,.04) 100%),
    linear-gradient(0deg,rgba(4,16,27,.38) 0%,rgba(4,16,27,0) 42%);
}
.kv-full::after{
  content:"";position:absolute;inset:auto 0 0;height:190px;z-index:-1;
  background:linear-gradient(0deg,rgba(4,16,27,.4),transparent);
  pointer-events:none;
}
.kv-full__inner{
  width:100%;max-width:1320px;margin:0 auto;padding:132px 40px 88px;
  position:relative;z-index:2;
}
.kv-full__copy{max-width:640px;}
.kv-full__logo-box{
  display:inline-flex;align-items:center;padding:14px 18px;margin:0 0 26px;
  border-radius:14px;background:rgba(255,255,255,.94);
  box-shadow:0 16px 38px -20px rgba(0,0,0,.45);
  backdrop-filter:blur(8px);
}
.kv-full__logo-box img{width:166px;height:auto;}
.kv-full__eyebrow{margin:0 0 18px;color:#b9eefa;font:800 12px/1.4 Inter,sans-serif;letter-spacing:.18em;text-transform:uppercase;}
.kv-full h1{margin:0;color:#fff;font-size:clamp(40px,4.25vw,62px);line-height:1.19;letter-spacing:-.045em;font-weight:900;text-shadow:0 4px 28px rgba(0,0,0,.28);}
.kv-full h1 .accent{color:#8ee6f1;}
.kv-full__line{display:block;}
.kv-full__lead{margin:24px 0 0;max-width:560px;color:rgba(255,255,255,.82);font-size:16px;line-height:1.85;font-weight:500;text-shadow:0 2px 15px rgba(0,0,0,.2);}
.kv-full__points{display:flex;flex-wrap:wrap;gap:9px;margin:25px 0 0;}
.kv-full__points span{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:rgba(7,23,38,.52);border:1px solid rgba(255,255,255,.22);color:#fff;font-size:12px;font-weight:800;backdrop-filter:blur(8px);}
.kv-full__points span::before{content:"";width:7px;height:7px;border-radius:50%;background:#67d6e9;box-shadow:0 0 0 4px rgba(103,214,233,.14);}
.kv-full__cta{margin-top:32px;min-width:240px;border-radius:14px;background:#fff;color:#0b3f78;box-shadow:0 18px 44px -20px rgba(0,0,0,.45);}
.kv-full__cta:hover{background:#f7fbff;color:#0b3f78;}
.kv-full__rail{position:absolute;left:0;right:0;bottom:0;z-index:3;border-top:1px solid rgba(255,255,255,.16);background:rgba(4,16,27,.42);backdrop-filter:blur(12px);}
.kv-full__rail-inner{max-width:1320px;margin:0 auto;padding:18px 40px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;color:rgba(255,255,255,.75);font:800 10.5px/1 Inter,sans-serif;letter-spacing:.14em;}
.kv-full__rail i{width:4px;height:4px;border-radius:50%;background:#67d6e9;display:block;}

.flow-visual{aspect-ratio:5/3;background:#eaf1f5;}
.flow-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;}
.flow-card{overflow:hidden;}
.flow-card .flow-num{z-index:5;}
.flow-card .flow-arrow{z-index:6;}

@media (max-width:900px){
  .kv-full{min-height:760px;align-items:flex-start;}
  .kv-full__media img{object-position:58% center;}
  .kv-full__media::after{background:linear-gradient(90deg,rgba(4,16,27,.92) 0%,rgba(4,16,27,.77) 58%,rgba(4,16,27,.26) 100%);}
  .kv-full__inner{padding:130px 28px 112px;}
  .kv-full__copy{max-width:570px;}
}
@media (max-width:600px){
  .kv-full{min-height:760px;}
  .kv-full__media img{object-position:59% center;}
  .kv-full__media::after{background:linear-gradient(90deg,rgba(4,16,27,.93) 0%,rgba(4,16,27,.81) 72%,rgba(4,16,27,.5) 100%);}
  .kv-full__inner{padding:118px 20px 114px;}
  .kv-full__logo-box{padding:11px 14px;margin-bottom:22px;}
  .kv-full__logo-box img{width:138px;}
  .kv-full h1{font-size:32px;line-height:1.28;}
  .kv-full__line{white-space:nowrap;}
  .kv-full__lead{font-size:14.5px;}
  .kv-full__rail-inner{padding:16px 20px;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;}
}



/* =========================================================
   2026-07-25 FINAL: full-width split KV / unified ISSUES
   ========================================================= */
.kv-split{
  position:relative;
  width:100%;
  min-height:calc(100svh - 80px);
  display:grid;
  grid-template-columns:minmax(420px, 40%) minmax(0, 60%);
  align-items:stretch;
  margin-top:0;
  overflow:hidden;
  background:#f5f8fa;
}
.kv-split__copy-panel{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  background:linear-gradient(135deg,#ffffff 0%,#f8fbfc 72%,#eef6f8 100%);
  border-right:1px solid rgba(0,70,127,.08);
}
.kv-split__copy-panel::after{
  content:"";
  position:absolute;
  right:-80px;
  top:14%;
  width:190px;
  height:190px;
  border-radius:50%;
  background:rgba(103,214,233,.12);
  filter:blur(2px);
  pointer-events:none;
}
.kv-split__copy{
  position:relative;
  z-index:2;
  width:100%;
  max-width:560px;
  margin-left:auto;
  padding:52px clamp(34px,4vw,72px) 52px clamp(28px,5vw,80px);
}
.kv-split__logo{width:174px;height:auto;margin:0 0 26px;}
.kv-split__eyebrow{
  margin:0 0 18px;
  color:var(--blue);
  font:800 11px/1.5 Inter,sans-serif;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.kv-split h1{
  margin:0;
  color:#091d2f;
  font-size:clamp(38px,4vw,58px);
  line-height:1.2;
  letter-spacing:-.045em;
  font-weight:900;
}
.kv-split h1 span{display:block;font-weight:900}
.kv-split h1 .accent{color:var(--blue);}
.kv-split__lead{
  margin:22px 0 0;
  max-width:500px;
  color:#50636e;
  font-size:15.5px;
  line-height:1.85;
  font-weight:500;
}
.kv-split__points{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px;}
.kv-split__points span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 13px;
  border-radius:999px;
  border:1px solid rgba(0,70,127,.13);
  background:#fff;
  color:#24475d;
  font-size:12px;
  font-weight:800;
  box-shadow:0 10px 26px -20px rgba(6,31,52,.35);
}
.kv-split__points span::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 0 4px rgba(103,214,233,.14);
}
.kv-split__cta{
  margin-top:30px;
  min-width:238px;
  border-radius:13px;
  box-shadow:0 17px 34px -15px rgba(22,59,125,.44);
}
.kv-split__visual-panel{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:clamp(30px,4vw,60px) clamp(28px,4vw,68px);
  background:
    radial-gradient(circle at 78% 17%,rgba(103,214,233,.28),transparent 25%),
    radial-gradient(circle at 18% 86%,rgba(22,59,125,.10),transparent 29%),
    linear-gradient(135deg,#eef6f8 0%,#e8f1f5 100%);
}
.kv-split__visual-panel::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.48;
  background-image:linear-gradient(rgba(22,59,125,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(22,59,125,.045) 1px,transparent 1px);
  background-size:72px 72px;
  pointer-events:none;
}
.kv-split__visual{
  position:relative;
  z-index:2;
  width:min(100%,1040px);
  aspect-ratio:16/9;
  border-radius:30px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,70,127,.11);
  box-shadow:0 34px 90px -38px rgba(6,31,52,.38);
}
.kv-split__visual::before{
  content:"";
  position:absolute;
  inset:-18px 28px 18px -18px;
  z-index:-1;
  border-radius:32px;
  background:rgba(103,214,233,.18);
}
.kv-split__visual img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#fff;
}
.kv-split__badge{
  position:absolute;
  z-index:4;
  padding:15px 18px;
  border-radius:17px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(0,70,127,.11);
  box-shadow:0 20px 40px -20px rgba(6,31,52,.32);
  backdrop-filter:blur(12px);
}
.kv-split__badge b{display:block;color:#0a2032;font:800 18px/1.05 Inter,sans-serif;}
.kv-split__badge small{display:block;margin-top:5px;color:#6d808c;font:700 9.5px/1.2 Inter,sans-serif;letter-spacing:.09em;text-transform:uppercase;}
.kv-split__badge--cloud{left:clamp(8px,2vw,30px);top:18%;}
.kv-split__badge--secure{right:clamp(8px,2vw,30px);bottom:16%;}
.kv-split__status{
  position:absolute;
  z-index:4;
  left:50%;
  bottom:clamp(12px,3vw,34px);
  transform:translateX(-50%);
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:11px 16px;
  border-radius:999px;
  background:#0a2032;
  color:#fff;
  font:800 10px/1 Inter,sans-serif;
  letter-spacing:.1em;
  white-space:nowrap;
  box-shadow:0 17px 34px -18px rgba(6,31,52,.42);
}
.kv-split__status::before{content:"";width:8px;height:8px;border-radius:50%;background:#57d995;box-shadow:0 0 0 4px rgba(87,217,149,.16);}

/* ISSUES: all three cards intentionally share one visual system. */
.issues-v3__grid{align-items:stretch;}
.issue-v3,
.issue-v3--dark{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbfd 100%);
  border-color:#dde8ee;
  color:var(--ink);
}
.issue-v3--dark .issue-v3__num{background:#eef5fb;color:var(--blue);}
.issue-v3--dark .issue-v3__label{color:#6f838f;}
.issue-v3--dark .issue-v3__visual{
  background:linear-gradient(180deg,#eef5f8 0%,#fbfdfe 100%);
  border-color:rgba(0,70,127,.08);
}
.issue-v3--dark h3{color:#071b2b;}
.issue-v3--dark p{color:#61727e;}

@media (max-width:1120px){
  .kv-split{grid-template-columns:minmax(360px,44%) minmax(0,56%);}
  .kv-split__copy{padding-left:34px;padding-right:32px;}
  .kv-split h1{font-size:clamp(36px,4.2vw,52px);}
  .kv-split__visual-panel{padding:36px 28px;}
}
@media (max-width:900px){
  .kv-split{
    min-height:auto;
    grid-template-columns:1fr;
  }
  .kv-split__copy-panel{border-right:0;border-bottom:1px solid rgba(0,70,127,.08);}
  .kv-split__copy{max-width:760px;margin:0 auto;padding:52px 28px 44px;}
  .kv-split__visual-panel{min-height:520px;padding:34px 28px 54px;}
  .kv-split__visual{width:min(100%,820px);}
}
@media (max-width:600px){
  .kv-split__copy{padding:40px 20px 36px;}
  .kv-split__logo{width:146px;margin-bottom:22px;}
  .kv-split h1{font-size:34px;line-height:1.28;}
  .kv-split__lead{font-size:14.5px;}
  .kv-split__visual-panel{min-height:330px;padding:24px 14px 42px;}
  .kv-split__visual{border-radius:20px;}
  .kv-split__badge{padding:12px 14px;}
  .kv-split__badge b{font-size:15px;}
  .kv-split__badge--cloud{left:6px;top:12%;}
  .kv-split__badge--secure{right:6px;bottom:13%;}
  .kv-split__status{bottom:12px;font-size:8.5px;padding:9px 13px;}
}



/* =========================================================
   2026-07-25 V5: sharp KV / use-case number overlays
   ========================================================= */
.kv-split{
  min-height:calc(100svh - 78px);
  grid-template-columns:minmax(560px,45%) minmax(0,55%);
  background:#071724;
  isolation:isolate;
}
.kv-split__copy-panel{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(135deg,rgba(7,23,36,.98) 0%,rgba(8,31,49,.98) 64%,rgba(9,42,65,.98) 100%);
  border-right:0;
}
.kv-split__copy-panel::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(103,214,233,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(103,214,233,.055) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(135deg,#000 0%,rgba(0,0,0,.35) 70%,transparent 100%);
  pointer-events:none;
}
.kv-split__copy-panel::after{
  content:"";
  position:absolute;
  right:-88px;
  top:0;
  width:176px;
  height:100%;
  border-radius:0;
  background:linear-gradient(180deg,rgba(103,214,233,.4),rgba(22,59,125,.08));
  filter:none;
  transform:skewX(-7deg);
  transform-origin:top;
  opacity:.38;
  pointer-events:none;
}
.kv-split__copy{
  max-width:720px;
  margin:0 0 0 auto;
  padding:48px clamp(50px,5vw,92px) 52px clamp(42px,5vw,86px);
}
.kv-split__logo{
  width:166px;
  margin-bottom:30px;
  filter:brightness(0) invert(1);
}
.kv-split__eyebrow{
  margin-bottom:18px;
  color:#7fe3ef;
  font-size:11.5px;
  letter-spacing:.19em;
}
.kv-split h1{
  color:#fff;
  font-size:clamp(40px,3.35vw,54px);
  line-height:1.24;
  letter-spacing:-.055em;
  text-shadow:0 10px 32px rgba(0,0,0,.18);
}
.kv-split h1 span{
  display:block;
  white-space:nowrap;
}
.kv-split h1 .accent{
  color:#fff;
  position:relative;
  width:max-content;
}
.kv-split h1 .accent::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  height:3px;
  background:linear-gradient(90deg,#67d6e9 0%,rgba(103,214,233,.05) 100%);
}
.kv-split__lead{
  max-width:540px;
  margin-top:28px;
  color:rgba(255,255,255,.73);
  font-size:15.5px;
}
.kv-split__points span{
  border-radius:4px;
  border-color:rgba(127,227,239,.27);
  background:rgba(255,255,255,.055);
  color:#eefcff;
  box-shadow:none;
  backdrop-filter:blur(8px);
}
.kv-split__points span::before{
  width:5px;
  height:5px;
  box-shadow:none;
  background:#67d6e9;
}
.kv-split__cta{
  border-radius:4px;
  background:#0e4c87;
  box-shadow:0 18px 38px -18px rgba(0,0,0,.62);
}
.kv-split__visual-panel{
  position:relative;
  overflow:hidden;
  padding:0;
  background:#dfe8ed;
}
.kv-split__visual-panel::before{
  z-index:3;
  inset:0 auto 0 0;
  width:22%;
  opacity:1;
  background:linear-gradient(90deg,rgba(7,23,36,.62),rgba(7,23,36,0));
}
.kv-split__visual-panel::after{
  content:"";
  position:absolute;
  z-index:4;
  left:0;
  top:-8%;
  width:2px;
  height:116%;
  background:linear-gradient(180deg,transparent 0%,#67d6e9 24%,#67d6e9 76%,transparent 100%);
  transform:rotate(7deg);
  transform-origin:center;
  box-shadow:0 0 22px rgba(103,214,233,.58);
}
.kv-split__visual{
  position:absolute;
  inset:0;
  width:100%;
  aspect-ratio:auto;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:#dfe8ed;
  clip-path:polygon(5.5% 0,100% 0,100% 100%,0 100%);
}
.kv-split__visual::before{display:none;}
.kv-split__visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:48% center;
  background:#dfe8ed;
  transform:scale(1.02);
}
.kv-split__badge{
  z-index:5;
  min-width:138px;
  padding:12px 15px;
  border-radius:4px;
  background:rgba(5,22,35,.88);
  border:1px solid rgba(103,214,233,.48);
  box-shadow:0 14px 32px -18px rgba(0,0,0,.65);
  backdrop-filter:blur(10px);
}
.kv-split__badge b{color:#fff;font-size:16px;}
.kv-split__badge small{color:#8feaf3;}
.kv-split__badge--cloud{left:auto;right:28px;top:26px;}
.kv-split__badge--secure{right:28px;bottom:72px;}
.kv-split__status{
  left:auto;
  right:28px;
  bottom:26px;
  transform:none;
  border-radius:3px;
  background:rgba(5,22,35,.88);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:none;
}

/* Use-case: the step badges sit cleanly above the image instead of being clipped. */
.flow-track{padding-top:24px;}
.flow-card{
  overflow:visible;
  border-radius:20px;
}
.flow-visual{
  position:relative;
  overflow:hidden;
  border-radius:20px 20px 0 0;
  border-bottom:1px solid var(--line);
}
.flow-card .flow-num{
  top:-24px;
  left:24px;
  width:52px;
  height:52px;
  border-radius:12px;
  border:4px solid #eef2fb;
  background:linear-gradient(145deg,#0d4178,#082c55);
  color:#fff;
  font-size:18px;
  box-shadow:0 15px 30px -16px rgba(8,44,85,.72);
}
.flow-card .flow-num::after{
  content:"";
  position:absolute;
  right:-8px;
  bottom:8px;
  width:10px;
  height:2px;
  background:#67d6e9;
}
.flow-card .flow-arrow{top:40px;}

@media (max-width:1280px){
  .kv-split{grid-template-columns:minmax(500px,46%) minmax(0,54%);}
  .kv-split__copy{padding-left:42px;padding-right:52px;}
  .kv-split h1{font-size:clamp(38px,3.65vw,49px);}
}
@media (max-width:1050px){
  .kv-split{
    min-height:auto;
    grid-template-columns:1fr;
  }
  .kv-split__copy-panel{min-height:560px;}
  .kv-split__copy{max-width:860px;margin:0 auto;padding:62px 34px 64px;}
  .kv-split h1{font-size:clamp(39px,6vw,54px);}
  .kv-split__visual-panel{min-height:520px;}
  .kv-split__visual{clip-path:none;}
  .kv-split__visual-panel::after{display:none;}
  .kv-split__visual-panel::before{width:100%;height:24%;background:linear-gradient(180deg,rgba(7,23,36,.46),transparent);}
}
@media (max-width:600px){
  .kv-split__copy-panel{min-height:auto;}
  .kv-split__copy{padding:46px 20px 52px;}
  .kv-split__logo{width:142px;margin-bottom:24px;}
  .kv-split h1{font-size:clamp(28px,8vw,34px);line-height:1.3;letter-spacing:-.06em;}
  .kv-split h1 span{white-space:nowrap;}
  .kv-split__lead{font-size:14.5px;}
  .kv-split__visual-panel{min-height:340px;}
  .kv-split__visual img{object-position:47% center;}
  .kv-split__badge{min-width:112px;padding:10px 12px;}
  .kv-split__badge b{font-size:14px;}
  .kv-split__badge--cloud{right:12px;top:12px;}
  .kv-split__badge--secure{right:12px;bottom:58px;}
  .kv-split__status{right:12px;bottom:14px;font-size:8px;padding:8px 10px;}
  .flow-track{padding-top:20px;}
  .flow-card .flow-num{left:18px;top:-20px;width:46px;height:46px;border-radius:10px;}
}



/* =========================================================
   2026-07-25 Products overview / Core Values emphasis
   ========================================================= */
.solution-visual{margin-bottom:72px;}

.values-stage{
  position:relative;
  overflow:hidden;
  padding:58px 58px 54px;
  border-radius:32px;
  background:
    radial-gradient(560px 360px at 92% 0%, rgba(79,118,196,.30), transparent 65%),
    radial-gradient(420px 300px at 0% 100%, rgba(103,214,233,.12), transparent 68%),
    linear-gradient(135deg,#081426 0%,#0c1d38 52%,#102a4d 100%);
  box-shadow:0 34px 90px -38px rgba(6,20,40,.60);
  color:#fff;
}
.values-stage::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.23;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(135deg,transparent 5%,#000 52%,transparent 100%);
}
.values-stage::after{
  content:"";position:absolute;right:-110px;top:-150px;width:410px;height:410px;border-radius:50%;
  border:1px solid rgba(103,214,233,.26);box-shadow:0 0 0 52px rgba(103,214,233,.035),0 0 0 104px rgba(103,214,233,.018);
  pointer-events:none;
}
.values-stage__head{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:40px;}
.values-stage__head .eyebrow{color:#78ddea;margin-bottom:14px;}
.values-stage__head .eyebrow::before{background:#78ddea;}
.values-stage__head h2{color:#fff;font-size:clamp(30px,4vw,46px);line-height:1.32;letter-spacing:-.035em;}
.values-stage__mark{font:900 clamp(44px,6vw,76px)/.82 Inter,sans-serif;letter-spacing:-.07em;color:rgba(255,255,255,.055);text-align:right;white-space:nowrap;}

.value-grid--impact{
  position:relative;z-index:2;
  display:grid;grid-template-columns:repeat(3,1fr);gap:1px;
  overflow:hidden;border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.12);
}
.value-grid--impact .value-card{
  position:relative;overflow:hidden;min-height:330px;
  padding:30px 28px 32px;border:0;border-radius:0;box-shadow:none;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  color:#fff;transition:background .3s ease,transform .3s ease;
}
.value-grid--impact .value-card::before{
  content:"";position:absolute;left:0;right:0;top:0;height:3px;
  background:linear-gradient(90deg,#67d6e9,#5988dd);transform:scaleX(.36);transform-origin:left;transition:transform .35s ease;
}
.value-grid--impact .value-card:hover{transform:none;background:linear-gradient(180deg,rgba(255,255,255,.115),rgba(255,255,255,.055));}
.value-grid--impact .value-card:hover::before{transform:scaleX(1);}
.value-card__top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px;}
.value-grid--impact .tag{margin:0;color:#8fe5ef;font-size:11px;letter-spacing:.16em;}
.value-card__number{font:900 48px/1 Inter,sans-serif;letter-spacing:-.07em;color:rgba(255,255,255,.12);}
.value-grid--impact .icon{
  width:66px;height:66px;margin:0 0 28px;border-radius:18px;
  background:linear-gradient(145deg,rgba(103,214,233,.18),rgba(79,118,196,.12));
  border:1px solid rgba(103,214,233,.28);color:#82e3ed;
  box-shadow:inset 0 0 28px rgba(103,214,233,.04),0 14px 30px -20px rgba(0,0,0,.55);
}
.value-grid--impact .icon svg{width:31px;height:31px;}
.value-grid--impact h3{margin:0 0 15px;color:#fff;font-size:22px;line-height:1.45;letter-spacing:-.02em;}
.value-grid--impact p{margin:0;color:rgba(255,255,255,.66);font-size:14.5px;line-height:1.9;}

.products-pdf__head{display:block;max-width:1180px;margin-bottom:38px;}
.products-pdf__head .eyebrow{margin:0 0 13px;}
.products-pdf__head h2{font-size:clamp(34px,4.2vw,48px);line-height:1.3;letter-spacing:-.035em;white-space:nowrap;}
.portfolio-overview{
  margin:0 0 68px;padding:12px;border-radius:25px;
  background:#fff;border:1px solid #d9e4e9;
  box-shadow:0 30px 78px -40px rgba(6,31,52,.40);overflow:hidden;
}
.portfolio-overview img{width:100%;height:auto;border-radius:16px;display:block;}
.product-detail-divider{display:flex;align-items:center;gap:16px;margin:0 0 30px;color:#69808f;font:800 11px/1 Inter,sans-serif;letter-spacing:.16em;text-transform:uppercase;}
.product-detail-divider::after{content:"";height:1px;flex:1;background:#cfdae0;}

@media (max-width:920px){
  .values-stage{padding:44px 28px 30px;border-radius:25px;}
  .values-stage__head{align-items:flex-start;}
  .values-stage__mark{display:none;}
  .value-grid--impact{grid-template-columns:1fr;}
  .value-grid--impact .value-card{min-height:auto;}
}
@media (max-width:560px){
  .values-stage{margin-left:-4px;margin-right:-4px;padding:38px 20px 22px;border-radius:22px;}
  .values-stage__head{margin-bottom:28px;}
  .value-grid--impact .value-card{padding:25px 22px 28px;}
  .value-card__number{font-size:42px;}
  .products-pdf__head h2{white-space:normal;}
  .portfolio-overview{padding:6px;border-radius:16px;margin-bottom:48px;}
  .portfolio-overview img{border-radius:10px;}
}