:root {
  --navy: #102f58;
  --blue: #1d68dd;
  --blue-dark: #1456bd;
  --mint: #69d3bc;
  --ink: #14335e;
  --muted: #64748b;
  --line: #dce7ef;
  --soft: #f2faf8;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(25, 60, 105, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Sarabun", sans-serif; font-size: 16px; line-height: 1.78; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .65rem 1rem; color: white; background: var(--navy); border-radius: .4rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220,231,239,.75); }
.navigation { display: flex; align-items: center; justify-content: space-between; min-height: 80px; }
.brand { display: inline-flex; align-items: center; gap: .68rem; color: var(--navy); font-family: Manrope, sans-serif; line-height: 1.1; }
.brand-mark { width: 38px; height: 38px; color: var(--blue); flex: 0 0 auto; }
.brand strong { display: block; font-size: 1.04rem; letter-spacing: -.04em; }
.brand small { display: block; margin-top: .22rem; color: #7083a0; font-family: "Sarabun", sans-serif; font-size: .72rem; letter-spacing: .01em; }
.primary-nav { display: flex; align-items: center; gap: 2rem; font-size: .94rem; font-weight: 600; }
.primary-nav a { position: relative; padding: .55rem 0; color: #52647e; transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a.active { color: var(--blue); }
.primary-nav a.active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--blue); }
.menu-button { display: none; border: 0; background: transparent; cursor: pointer; }

.hero { position: relative; overflow: hidden; padding: 6.8rem 0 5.4rem; background: linear-gradient(135deg, #fff 0%, #fbfefd 45%, #effbf8 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 3.5rem; min-height: 344px; }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(.2px); }
.hero-orb-one { width: 46rem; height: 46rem; right: -25rem; top: -26rem; background: radial-gradient(circle, rgba(163,236,220,.52) 0%, rgba(163,236,220,0) 67%); }
.hero-orb-two { width: 32rem; height: 18rem; left: -15rem; bottom: -14rem; background: #e9f7fc; border-radius: 55% 50% 0 0; transform: rotate(-10deg); }
.eyebrow { margin: 0 0 .72rem; color: #227a6b; font-family: Manrope, sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 690px; margin-bottom: 1.25rem; font-size: clamp(2.15rem, 4vw, 3.65rem); font-weight: 600; line-height: 1.5; letter-spacing: .005em; }
h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 555px; margin-bottom: 2rem; color: #50637f; font-size: 1.08rem; line-height: 1.78; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border-radius: .55rem; padding: .82rem 1.22rem; font-size: .93rem; font-weight: 700; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--blue); box-shadow: 0 10px 18px rgba(29,104,221,.2); }
.button.primary:hover { background: var(--blue-dark); }

.hero-art { position: relative; height: 330px; }
.art-curve { position: absolute; right: 0; top: 4px; width: 100%; height: 80%; border: 1px solid rgba(115,212,192,.45); border-left: 0; border-bottom: 0; border-radius: 0 8rem 0 0; transform: skewY(-8deg); }
.art-card { position: absolute; border: 1px solid #d7e5ee; border-radius: .85rem; background: white; box-shadow: 0 14px 35px rgba(25,73,103,.12); }
.report-card { right: 3%; top: 38px; width: 250px; height: 175px; padding: 17px; }
.window-dots { display: flex; gap: 4px; }.window-dots i { width: 5px; height: 5px; border-radius: 50%; background: #9bb4d5; }
.report-content { display: flex; align-items: center; justify-content: space-between; padding: 25px 13px 13px; }
.report-bars { display: flex; align-items: end; gap: 9px; height: 52px; }.report-bars span { display: block; width: 13px; background: #397ddd; border-radius: 3px 3px 0 0; }.report-bars span:nth-child(1){height:26px}.report-bars span:nth-child(2){height:43px;background:#68d2bd}.report-bars span:nth-child(3){height:34px}.report-bars span:nth-child(4){height:48px;background:#9bbdff}
.report-check { display:grid; place-items:center; width: 39px; height: 39px; border-radius: 50%; background: #dff7ef; color: #249478; }.report-check svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2.5; }
.report-lines { display: flex; gap: 7px; }.report-lines span { display: block; height: 6px; border-radius: 8px; background: #e3edf3; }.report-lines span:first-child { width: 58%; }.report-lines span:last-child { width: 25%; }
.document-card { left: 2%; bottom: 64px; width: 105px; height: 130px; padding: 38px 18px; }.document-fold { position: absolute; right: 0; top: 0; width: 31px; height: 31px; background: #e7f6f2; clip-path: polygon(0 0,100% 100%,0 100%); }.document-card i { display:block; height:7px; margin-bottom: 10px; border-radius: 9px; background:#a8c7ed; }.document-card i:nth-of-type(2) { width: 74%; }.document-card i:nth-of-type(3) { width: 58%; }
.art-node { position: absolute; display: grid; place-items: center; width: 57px; height: 57px; border-radius: 50%; background: #64d5bd; box-shadow: 0 10px 25px rgba(60,167,143,.24); }.art-node svg { width: 29px; fill:none; stroke:white; stroke-width:2.6; }.node-one { left: 40%; bottom: 29px; }.node-two { right: 7%; bottom: 16px; width: 13px; height: 13px; }
.art-line { position: absolute; border-top: 2px dashed #69d3bc; }.line-one { width: 105px; left: 21%; bottom: 90px; transform: rotate(24deg); }.line-two { width: 95px; right: 16%; bottom: 72px; transform: rotate(-32deg); }
.plant { position:absolute; right: 32%; bottom: 9px; width: 42px; height: 70px; }.plant b { position:absolute; bottom:0; left:5px; width:32px; height:24px; border-radius: 5px 5px 12px 12px; background:#356caa; }.plant i { position:absolute; width:20px; height:38px; border-radius: 100% 0 100% 0; background:#6bd5bd; transform-origin: bottom center; }.plant i:first-child { left: 17px; top: 6px; transform: rotate(36deg); }.plant i:nth-child(2) { left: 5px; top: 15px; transform: rotate(-34deg); }.plant i:nth-child(3) { left: 19px; top: 22px; width:15px; height:27px; background:#90e2ce; transform:rotate(22deg); }

.trust-strip { padding: 1.35rem 0; background: linear-gradient(90deg, #edf9f7, #f8fcfb); border-block: 1px solid #e1f0ec; }.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.trust-grid article { display:flex; align-items:center; gap: .9rem; padding: .4rem 1.6rem; border-left: 1px solid #cee5df; }.trust-grid article:first-child { border-left: 0; }.trust-icon { display:grid; place-items:center; width: 48px; height:48px; color:#1d68dd; background:white; border-radius: 50%; box-shadow: 0 4px 12px rgba(40,90,125,.07); font-family: Manrope,sans-serif; font-size:1.55rem; font-weight:800; }.trust-icon.shield { color:#16846e; }.trust-icon.team { font-size:.76rem; letter-spacing: -2px; }.trust-grid h2 { margin:0; font-size: .94rem; line-height:1.25; }.trust-grid p { margin:.15rem 0 0; color:#718197; font-size:.78rem; line-height:1.4; }

.section { padding: 5.8rem 0; }.section-heading { text-align:center; margin-bottom: 2.3rem; }.section-heading .eyebrow { margin-bottom: .4rem; }.section-heading h2 { margin:0; font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight:600; letter-spacing:0; }.section-heading > span { display:block; width:50px; height:3px; margin: .8rem auto 0; background: linear-gradient(90deg,var(--mint),var(--blue)); border-radius:9px; }
.products { background: #fff; }.product-card { display:grid; grid-template-columns: 150px minmax(0, 1fr) 260px; align-items:center; gap: 2.5rem; padding: 2rem 2.5rem; border:1px solid var(--line); border-radius: 1.1rem; background: #fff; box-shadow: var(--shadow); }.product-logo { position:relative; display:grid; place-items:center; width: 138px; height:138px; border:1px solid #dce8f1; border-radius: 1rem; color:#1555b1; background: linear-gradient(135deg,#f9fcff,#eef7f5); font-family:Manrope,sans-serif; font-size: 4.8rem; font-weight:800; font-style:italic; letter-spacing:-.18em; }.product-logo span { position: relative; z-index: 1; }.product-logo i { position:absolute; right:27px; bottom: 24px; color:#55cbaa; font-size:2.25rem; font-style:normal; font-weight:800; }.product-copy h3 { margin:0; font-family:Manrope,sans-serif; font-size: 2rem; line-height:1.1; letter-spacing:-.06em; }.product-copy p { margin: .22rem 0 0; color:#61718a; font-size: .96rem; }.product-copy .product-type { color:var(--blue); font-weight:700; }.product-button { margin-top:1.1rem; }.product-copy small { display:block; margin:.4rem 0 0 .2rem; color:#637692; font-family:Manrope,sans-serif; font-size:.72rem; }.product-visual { display:flex; align-items:center; justify-content:center; gap: 1rem; }.csv-file { position:relative; width:64px; height:82px; padding-top:43px; overflow:hidden; border:1px solid #b3d7cf; border-radius: .4rem; background:#fff; box-shadow:0 5px 12px rgba(49,106,126,.08); text-align:center; }.csv-file::before { content:""; position:absolute; top:0; left:0; right:0; height:35px; background:#2a9b82; }.csv-file b { position:relative; color:white; font-family:Manrope,sans-serif; font-size:.78rem; }.csv-file i { display:block; width:39px; height:3px; margin:5px auto 0; background:#d7e6e9; }.transfer-arrow { color:var(--blue); font-family:Manrope,sans-serif; font-size:2.2rem; font-weight:800; }.app-window { width:110px; height:83px; padding:20px 12px 10px; border:1px solid #bcd2e9; border-radius:.45rem; background:#fff; box-shadow:0 5px 12px rgba(49,106,126,.08); }.app-window div { position:absolute; display:flex; gap:3px; margin-top:-12px; }.app-window div i { width:4px; height:4px; border-radius:50%; background:#80a2cd; }.app-window > span { display:block; height:7px; margin-bottom:7px; border-radius:3px; background:#e3ebf3; }.app-window > span:nth-child(3) { width:68%; }.app-window > span:last-child { width:82%; }

.company { background:#f3faf9; }.company-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items:center; }.company h2 { margin:0; font-size:clamp(1.85rem,3vw,2.65rem); font-weight:600; line-height:1.48; letter-spacing:0; }.company-grid > p { margin:0; color:#556a83; font-size:1.05rem; line-height:1.86; }
.contact { padding: 5rem 0; background: var(--navy); }.contact-card { display:flex; align-items:center; justify-content:space-between; gap:2rem; padding: 3.2rem 3.5rem; border:1px solid rgba(142,192,241,.25); border-radius:1.1rem; background:linear-gradient(120deg,rgba(44,101,164,.32),rgba(16,47,88,0)); color:white; }.contact .eyebrow { color:#82e0ca; }.contact h2 { margin-bottom:.45rem; font-size:2rem; font-weight:600; line-height:1.44; letter-spacing:0; }.contact p:not(.eyebrow) { max-width:600px; margin-bottom:0; color:#c5d8ec; }.button.light { flex:0 0 auto; color:var(--navy); background:white; }
.site-footer { padding: 1.9rem 0; color:#c9dbec; background:#0c284c; }.footer-content { display:grid; grid-template-columns: 1.4fr 1fr 1fr; align-items:center; gap:1rem; }.brand-footer { color:white; }.brand-footer small { color:#9bb4d0; }.footer-content > p { margin:0; font-size:.78rem; text-align:center; }.footer-content > p:last-child { text-align:right; }

@media (max-width: 800px) {
  .container { width:min(calc(100% - 36px), 600px); }.navigation { min-height:70px; }.brand-mark { width:33px; height:33px; }.brand strong { font-size:.95rem; }
  .menu-button { display:flex; flex-direction:column; justify-content:center; align-items:center; gap:4px; width:42px; height:42px; }.menu-button span:not(.sr-only) { width:20px; height:2px; background:var(--navy); transition:transform .2s,opacity .2s; }.menu-button[aria-expanded="true"] span:nth-child(2) { transform:translateY(6px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(3) { opacity:0; }.menu-button[aria-expanded="true"] span:nth-child(4) { transform:translateY(-6px) rotate(-45deg); }
  .primary-nav { position:absolute; top:70px; left:0; right:0; display:none; flex-direction:column; align-items:stretch; gap:0; padding: .75rem 1.4rem 1.2rem; background:rgba(255,255,255,.98); box-shadow:0 14px 25px rgba(10,41,78,.1); }.primary-nav.is-open { display:flex; }.primary-nav a { padding:.65rem 0; }.primary-nav a.active::after { width:38px; }
  .hero { padding: 4.4rem 0 2rem; }.hero-grid { grid-template-columns:1fr; gap:1.8rem; min-height:auto; }.hero-copy { text-align:center; }.hero-copy .eyebrow { text-align:center; }.hero h1 { font-size:clamp(1.85rem, 8.5vw, 2.25rem); line-height:1.65; letter-spacing:0; }.hero-break { display:none; }.hero-lead { margin-inline:auto; font-size:1rem; }.hero-art { height:230px; width:min(100%, 390px); margin:auto; transform:scale(.9); transform-origin:top center; }.report-card { right:0; top:0; }.document-card { bottom:27px; }.node-one { bottom:3px; }.node-two { bottom:10px; }.plant { right:27%; bottom:-4px; }.line-one { bottom:59px; }.line-two { bottom:45px; }
  .trust-grid { grid-template-columns:1fr; gap:.6rem; }.trust-grid article { padding:.55rem 0; border:0; }.trust-icon { width:43px; height:43px; }.section { padding:4.2rem 0; }
  .product-card { grid-template-columns:1fr; justify-items:center; gap:1.2rem; padding:1.7rem 1.3rem; text-align:center; }.product-logo { width:105px; height:105px; font-size:3.8rem; }.product-logo i { right:19px; bottom:17px; font-size:1.7rem; }.product-copy h3 { font-size:1.8rem; }.product-visual { margin-top:.3rem; transform:scale(.9); }.company-grid { grid-template-columns:1fr; gap:1.2rem; }.company h2 { font-size:2rem; }.company-grid > p { font-size:1rem; }.contact { padding:3.8rem 0; }.contact-card { display:block; padding:2.3rem 1.5rem; }.contact h2 { font-size:1.65rem; }.contact .button { width:100%; margin-top:1.5rem; }.footer-content { grid-template-columns:1fr; text-align:center; }.brand-footer { justify-content:center; }.footer-content > p, .footer-content > p:last-child { text-align:center; }
}

@media (max-width: 390px) { h1 { font-size:2.05rem; }.hero-art { transform:scale(.78); margin-bottom:-25px; }.product-copy p { font-size:.9rem; }.button { width:100%; }.product-button { width:auto; }.product-visual { transform:scale(.78); margin-block:-.3rem; } }
