:root{
  --navy:#0c2f63;
  --navy2:#09264f;
  --green:#079648;
  --green-dark:#05793b;
  --orange:#ff5a0a;
  --ink:#102848;
  --muted:#5e6d82;
  --line:#dbe6f0;
  --soft:#f7fbfe;
  --soft-green:#f3fbf6;
  --white:#fff;
  --shadow:0 8px 26px rgba(10,47,99,.06);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:min(calc(100% - 44px),var(--max));margin:0 auto}
.green{color:var(--green)}

/* Header */
.site-header{height:74px;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(12,47,99,.05);position:sticky;top:0;z-index:50;backdrop-filter:blur(10px)}
.header-inner{height:100%;display:flex;align-items:center;gap:28px}
.logo,.footer-logo{font-size:34px;line-height:1;font-weight:900;letter-spacing:-1.8px;color:var(--navy)}
.logo img{display:block;width:auto;height:34px}
.logo span,.footer-logo span,.hero-brand span,.mini-title span,.cta-copy span{color:var(--green)}
.global-nav{display:flex;align-items:center;gap:29px;margin-left:auto;font-size:13px;font-weight:800;color:#0b2852;white-space:nowrap}
.global-nav a{transition:.2s}
.global-nav a:hover{color:var(--green)}
.header-cta{display:inline-flex;align-items:center;justify-content:center;min-width:150px;min-height:44px;margin-left:auto;background:var(--orange);color:#fff;font-size:13px;font-weight:900;padding:10px 20px;border-radius:6px;box-shadow:0 5px 14px rgba(255,90,10,.16);white-space:nowrap}

/* Hero */
.hero{padding:10px 0 0;background:linear-gradient(180deg,#fff 0%,#fff 77%,#f8fcff 100%);overflow:hidden}
.hero-grid{position:relative;min-height:565px}
.hero-copy{position:relative;width:39%;padding:44px 16px 42px 0;z-index:2;font-family:"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",serif}
.tag{display:inline-flex;border:2px solid var(--green);border-radius:999px;color:var(--green-dark);font-size:16px;font-weight:900;padding:5px 17px;margin-bottom:18px}
.hero h1{margin:0;color:var(--navy);font-size:50px;line-height:1.22;letter-spacing:-2px;font-weight:900}
.hero h1 .green{font-family:inherit;font-weight:900;letter-spacing:.02em}
.hero-question{margin:10px 0 0;font-size:15px;font-weight:800;color:#17355e}
.hero-lead{margin:4px 0 0;font-size:15px;font-weight:750;color:#17355e;line-height:1.45}
.hero-lead strong span{color:var(--green)}
.hero-message{display:inline-block;margin-top:25px;color:var(--navy);font-size:23px;font-weight:900;border-bottom:3px solid var(--green);padding-bottom:4px;letter-spacing:-.4px}
.tag,.hero-message{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif}
.hero-brand{font-size:48px;color:var(--navy);font-weight:900;letter-spacing:-2.4px;margin-top:14px}
.hero-brand img{width:auto;height:48px}
.hero-actions{display:flex;gap:16px;margin-top:17px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:24px;border-radius:7px;font-weight:900;font-size:15px;padding:13px 18px;min-height:49px;transition:.2s}
.btn b{font-size:22px;font-weight:500;line-height:1}
.btn.primary{background:var(--orange);color:#fff;border:1px solid var(--orange);box-shadow:0 7px 17px rgba(255,90,10,.15)}
.btn.outline{background:#fff;color:var(--orange);border:1.5px solid var(--orange)}
.btn:hover{transform:translateY(-1px)}
.hero-visual{position:absolute;inset:0;z-index:0;overflow:hidden}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center}

/* Common */
.section{padding:30px 0}
.section-title{text-align:center;margin-bottom:18px}
.section-title h2{font-size:25px;color:var(--navy);margin:0;font-weight:900;letter-spacing:.5px}
.section-title span{display:block;width:24px;height:2px;background:var(--green);margin:4px auto 0}
.section-title.compact{margin-bottom:14px}

/* Problems */
.problems{border-top:1px solid #edf2f6;padding-top:25px}
.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.problem-card{border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:var(--shadow);text-align:center;padding:16px 14px 14px;min-height:196px}
.problem-card img{height:90px;margin:0 auto 5px}
.problem-card h3{font-size:16px;margin:2px 0 5px;color:#102d59}
.problem-card p{font-size:12.5px;margin:0;color:#38506e;line-height:1.65}

/* Three column block */
.overview{padding-top:17px}
.overview-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:18px}
.panel{background:#fff;border-top:1px solid #e7eef5;padding-top:7px}
.mini-title{text-align:center;font-size:20px;color:var(--navy);margin-bottom:10px;position:relative}
.mini-title:after{content:"";display:block;width:24px;height:2px;background:var(--green);margin:4px auto 0}
.steps-row{display:grid;grid-template-columns:1fr 23px 1fr 23px 1fr;align-items:center;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}
.step-mini{padding:12px 7px;text-align:center;min-height:290px}
.step-mini + .step-mini{border-left:1px solid #e7eef5}
.step-title{font-size:14px;font-weight:900;color:var(--navy);white-space:nowrap}
.step-title i{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--green);color:#fff;font-style:normal;margin-right:5px}
.step-mini img{width:150px;height:100px;object-fit:contain;margin:14px auto 8px}
.step-mini p{font-size:12.5px;line-height:1.65;color:#405875;margin:0}
.steps-row .arrow{font-size:40px;color:var(--navy);font-weight:900;text-align:center}

.future-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);border:1px solid var(--line);border-radius:12px;min-height:290px;overflow:hidden}
.future-before,.future-after{padding:10px 10px 142px;position:relative;overflow:hidden}
.future-before{background:linear-gradient(#fff,#f8f8f8)}
.future-after{background:linear-gradient(#fff,#f1fbf4);border-left:1px solid #bee4cb}
.label{display:block;text-align:center;width:116px;margin:0 auto 8px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:900;color:#fff}
.label.gray{background:#4d4d4d}.green-label{background:var(--green)}
.future-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}
.future-grid li{font-size:12.5px;font-weight:850;color:#2b3d56;line-height:1.45;padding-left:17px;position:relative}
.future-grid li:before{content:"✓";position:absolute;left:0;top:0;color:#4a4a4a;font-weight:900}
.future-after li{color:var(--green-dark)}
.future-after li:before{color:var(--green)}
.future-illustration{position:absolute;left:50%;bottom:8px;width:min(88%,190px);height:auto;object-fit:contain;transform:translateX(-50%)}

.feature-section{padding-top:12px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.feature-grid article{display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid var(--line);border-radius:11px;padding:18px 14px;min-height:220px;background:#fff}
.feature-grid img{width:160px;height:107px;object-fit:contain;margin:0 auto 10px}
.feature-grid h3{font-size:16px;color:#16365f;margin:0 0 6px;font-weight:900}
.feature-grid p{font-size:12.5px;color:#425a77;line-height:1.65;margin:0}

/* Use cases */
.use-case{padding-top:2px;padding-bottom:24px}
.use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.use-grid article{display:grid;grid-template-columns:82px 1fr;align-items:center;gap:10px;border:1px solid var(--line);border-radius:11px;padding:10px 13px;background:#fff;min-height:105px}
.use-grid img{width:72px;height:66px;object-fit:contain}
.use-grid h3{font-size:16px;color:var(--navy);margin:0 0 3px}
.use-grid p{font-size:12.5px;line-height:1.55;margin:0;color:#415a76}

/* CTA */
.final-cta{background:linear-gradient(180deg,#fff,#f8fcff);border-top:1px solid #eff4f8;padding:26px 0 0;overflow:hidden}
.cta-grid{display:grid;grid-template-columns:1.5fr .85fr .9fr;align-items:end;gap:16px;min-height:190px}
.cta-copy{align-self:center;padding-bottom:20px}
.cta-copy h2{margin:0;font-size:29px;line-height:1.45;color:var(--navy);font-weight:900;letter-spacing:-.5px}
.cta-copy h2 strong{font-weight:900}.cta-copy p{font-size:13px;color:#304865;margin:8px 0 0}
.cta-logo{display:inline-block;width:auto;height:1em;margin-right:.12em;vertical-align:-.12em}
.cta-actions{display:grid;align-self:center;justify-self:center;width:100%;max-width:300px;padding-bottom:16px}
.cta-actions .btn{min-height:56px;font-size:16px}
.btn.wide{width:100%;justify-content:space-between;padding-inline:24px}
.cta-visual{align-self:end;height:174px;display:flex;align-items:flex-end;justify-content:flex-end}
.cta-visual img{height:100%;width:auto;object-fit:contain;object-position:right bottom}

/* Footer */
.site-footer{background:#082b5a;color:#fff;padding:13px 0 14px}
.footer-inner{display:flex;align-items:center;gap:31px}
.footer-logo{color:#fff;font-size:26px;letter-spacing:-1px}
.footer-logo img{display:block;width:auto;height:26px}
.footer-nav{display:flex;gap:25px;font-size:10px;font-weight:800;white-space:nowrap}
.site-footer small{margin-left:auto;font-size:10px;color:#d8e4f0;white-space:nowrap}

@media(max-width:1020px){
  .global-nav{gap:18px;font-size:12px}.header-cta{display:none}
  .hero-copy{width:44%}.hero h1{font-size:46px}.hero-message{font-size:20px}
  .overview-grid{grid-template-columns:1fr 1fr}.feature-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:780px){
  .site-header{height:64px}.header-inner{justify-content:space-between}.logo{font-size:29px}.global-nav{display:none}
  .hero{padding-top:8px}.hero-grid{min-height:0}.hero-copy{width:100%;padding:10px 0 28px}.hero h1{font-size:46px}.hero-message{font-size:21px}.hero-visual{position:relative;inset:auto;height:auto;margin-top:-10px}.hero-visual img{width:160%;max-width:none;height:auto;transform:translateX(-37.5%)}
  .problem-grid{grid-template-columns:1fr 1fr}
  .overview-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr 1fr}
  .use-grid{grid-template-columns:1fr 1fr}
  .cta-grid{grid-template-columns:1fr 1fr}.cta-visual{grid-column:2;grid-row:1/3;height:180px}.cta-actions{grid-column:1}.cta-copy{grid-column:1}
  .footer-inner{flex-wrap:wrap}.footer-nav{order:3;width:100%;flex-wrap:wrap}.site-footer small{margin-left:auto}
}
@media(max-width:520px){
  .wrap{width:min(calc(100% - 28px),var(--max))}
  .hero h1{font-size:39px}.hero-question,.hero-lead{font-size:14px}.hero-message{font-size:18px}.hero-brand img{height:42px}.hero-actions{display:grid}.btn{width:100%}
  .problem-grid{grid-template-columns:1fr}.problem-card{min-height:auto}
  .steps-row{grid-template-columns:1fr}.steps-row .arrow{transform:rotate(90deg);height:28px}.step-mini{min-height:auto;border-bottom:1px solid #e7eef5}.step-mini + .step-mini{border-left:0}.step-mini p{font-size:12.5px}
  .future-grid{grid-template-columns:1fr}.future-after{border-left:0;border-top:1px solid #bee4cb}.future-before,.future-after{min-height:225px}
  .feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:auto}.feature-grid h3{font-size:16px}.feature-grid p{font-size:12.5px}
  .use-grid{grid-template-columns:1fr}
  .cta-grid{grid-template-columns:1fr}.cta-copy,.cta-actions,.cta-visual{grid-column:auto;grid-row:auto}.cta-visual{height:160px;justify-content:center}.cta-copy h2{font-size:25px}.cta-copy p{font-size:13px}
  .footer-inner{align-items:flex-start;flex-direction:column}.site-footer small{margin-left:0}.footer-nav{gap:14px}
}
