
:root {
  --deep-blue: #06345f;
  --blue: #0B65A3;
  --sky: #12A8E0;
  --cyan: #58D6F9;
  --green: #35A853;
  --leaf: #7BC043;
  --gold: #F8B83E;
  --cream: #F6FBFF;
  --ink: #10263A;
  --muted: #5F7282;
  --white: #fff;
  --shadow: 0 18px 45px rgba(6,52,95,.15);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { color: var(--green); text-transform: uppercase; letter-spacing: .15em; font-size: .78rem; font-weight: 800; margin-bottom: .7rem; }
.btn { display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; border-radius: 999px; padding: .86rem 1.16rem; font-weight: 800; border: 2px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(6,52,95,.20); }
.btn-primary { background: var(--blue); color: #fff; }
.btn-green { background: var(--green); color: #fff; }
.btn-light { background: #fff; color: var(--deep-blue); border-color: rgba(255,255,255,.7); }
.btn-outline { background: transparent; color: var(--blue); border-color: rgba(11,101,163,.25); }
.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; }
.badge { display: inline-flex; padding: .42rem .75rem; border-radius: 999px; background: rgba(18,168,224,.12); color: var(--blue); font-weight: 800; font-size: .88rem; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.91); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(6,52,95,.08); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: .8rem 0; gap: 1rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex: 0 0 auto; }
.brand-logo { width: clamp(210px, 24vw, 300px); height: auto; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.nav-links { display: flex; align-items: center; gap: 1.1rem; }
.nav-links a { text-decoration: none; color: var(--deep-blue); font-weight: 800; font-size: .93rem; }
.menu-toggle { display: none; border: 0; background: var(--deep-blue); color: #fff; border-radius: 12px; padding: .6rem .75rem; font-weight: 800; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 10%, rgba(88,214,249,.38), transparent 26%), linear-gradient(135deg, #f6fbff 0%, #e8f7ff 52%, #f4fff4 100%); padding: 78px 0 60px; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; bottom: -230px; background: radial-gradient(circle, rgba(53,168,83,.20), transparent 65%); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; gap: 48px; align-items: center; }
h1 { font-size: clamp(2.45rem, 5vw, 5.3rem); line-height: .96; margin: .2rem 0 1rem; color: var(--deep-blue); letter-spacing: -.05em; }
.lede { font-size: clamp(1.05rem, 2vw, 1.33rem); color: #42596d; margin: 0 0 1.5rem; max-width: 720px; }
.hero-card { background: rgba(255,255,255,.88); border: 1px solid rgba(6,52,95,.08); border-radius: 34px; padding: 1rem; box-shadow: var(--shadow); }
.hero-card img { border-radius: 24px; }
.hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: .75rem; margin-top: 1rem; }
.stat { padding: 1rem; border-radius: 22px; background: #fff; border: 1px solid rgba(6,52,95,.07); }
.stat strong { display: block; font-size: 1.5rem; color: var(--blue); line-height: 1.1; }
.stat span { color: var(--muted); font-weight: 700; font-size: .86rem; }
.section { padding: 78px 0; }
.section-soft { background: linear-gradient(180deg, #fff, #f6fbff); }
.section-blue { background: linear-gradient(135deg, var(--deep-blue), var(--blue)); color: #fff; }
.section-title { max-width: 800px; margin-bottom: 2rem; }
.section-title h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); line-height: 1.05; margin: 0 0 .7rem; color: var(--deep-blue); letter-spacing: -.03em; }
.section-blue .section-title h2, .section-blue .section-title p, .section-blue .eyebrow { color: #fff; }
.section-title p { color: var(--muted); font-size: 1.1rem; margin: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.15rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.2rem; }
.card { background: #fff; border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow); border: 1px solid rgba(6,52,95,.08); }
.card h3 { color: var(--deep-blue); font-size: 1.25rem; line-height: 1.2; margin: .2rem 0 .7rem; }
.card p { color: var(--muted); margin: 0; }
.icon { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(18,168,224,.14), rgba(53,168,83,.18)); color: var(--blue); font-size: 1.5rem; margin-bottom: 1rem; }
.product-list { display: flex; flex-wrap: wrap; gap: .65rem; }
.product-list span { padding: .55rem .78rem; border-radius: 999px; background: rgba(18,168,224,.1); color: var(--deep-blue); font-weight: 800; }
.stage-box { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1.3rem; align-items: center; }
.stage-box .panel { background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.18); border-radius: 32px; padding: 1.5rem; }
.stage-box h3 { margin-top: 0; font-size: 2rem; line-height: 1.05; }
.stage-box p { color: rgba(255,255,255,.82); }
.checks { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.checks li { display: flex; gap: .7rem; align-items: flex-start; }
.checks li::before { content: "✓"; flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 999px; background: var(--green); color: #fff; font-weight: 900; margin-top: .1rem; }
.infographic-card { overflow: hidden; padding: 0; }
.infographic-card img { width: 100%; background: #f6fbff; }
.graphic-zoom { position: relative; display: block; width: 100%; padding: 0; border: 0; background: #f6fbff; cursor: zoom-in; overflow: hidden; font: inherit; color: inherit; text-align: left; }
.graphic-zoom img { width: 100%; transition: transform .25s ease, filter .25s ease; }
.graphic-zoom:hover img, .graphic-zoom:focus-visible img { transform: scale(1.02); filter: brightness(.96); }
.graphic-zoom:focus-visible { outline: 4px solid rgba(18,168,224,.45); outline-offset: 4px; }
.hero-card .graphic-zoom { border-radius: 24px; }
.hero-card .graphic-zoom img { border-radius: 0; }
.infographic-card .graphic-zoom { border-radius: 28px 28px 0 0; }
.zoom-hint { position: absolute; right: 14px; bottom: 14px; padding: .52rem .75rem; border-radius: 999px; background: rgba(6,52,95,.90); color: #fff; font-size: .82rem; font-weight: 900; box-shadow: 0 10px 24px rgba(6,52,95,.22); }
.graphic-modal[hidden] { display: none; }
.graphic-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; }
.graphic-modal__backdrop { position: absolute; inset: 0; background: rgba(6,27,48,.78); backdrop-filter: blur(6px); }
.graphic-modal__dialog { position: relative; width: min(1120px, 96vw); max-height: 92vh; overflow: auto; background: #fff; border-radius: 28px; padding: 1rem; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.graphic-modal__dialog h2 { margin: .25rem 3.3rem 1rem .35rem; color: var(--deep-blue); font-size: clamp(1.25rem, 2.5vw, 2rem); line-height: 1.1; }
.graphic-modal__dialog img { width: 100%; height: auto; border-radius: 20px; background: #f6fbff; }
.graphic-modal__close { position: absolute; top: 12px; right: 12px; width: 42px; height: 42px; border: 0; border-radius: 999px; background: var(--deep-blue); color: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.graphic-modal__close:hover, .graphic-modal__close:focus-visible { background: var(--blue); outline: 3px solid rgba(18,168,224,.35); }
body.modal-open { overflow: hidden; }
.infographic-body { padding: 1.1rem 1.25rem 1.25rem; }
.download-card { background: #fff; border-radius: 30px; padding: 1.35rem; box-shadow: var(--shadow); border: 1px solid rgba(6,52,95,.08); display: flex; flex-direction: column; gap: 1rem; }
.download-card h3 { margin: 0; color: var(--deep-blue); }
.download-card p { margin: 0; color: var(--muted); }
.form-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1.2rem; align-items: start; }
.contact-panel { background: #fff; border-radius: 32px; padding: 1.5rem; box-shadow: var(--shadow); }
.contact-panel h3 { margin-top: 0; color: var(--deep-blue); }
.form-grid { display: grid; gap: .85rem; }
.form-grid label { font-weight: 800; color: var(--deep-blue); font-size: .95rem; }
.form-grid input, .form-grid textarea, .form-grid select { width: 100%; margin-top: .3rem; border: 1px solid rgba(6,52,95,.16); border-radius: 16px; padding: .9rem; font: inherit; color: var(--ink); background: #fff; }
.form-grid textarea { min-height: 150px; resize: vertical; }
.note { color: var(--muted); font-size: .9rem; }
.footer { background: #071f38; color: rgba(255,255,255,.82); padding: 42px 0; }
.footer strong { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; }
.footer a { color: #fff; }
@media (max-width: 880px) {
  .hero-grid, .grid-3, .grid-2, .stage-box, .form-wrap, .footer-grid { grid-template-columns: 1fr; }
  .brand-logo { width: min(220px, 58vw); }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 68px; background: #fff; border-radius: 20px; padding: 1rem; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: inline-flex; }
  .hero-stats { grid-template-columns: 1fr; }
}
