
:root{
  --bg:#eef6f3;
  --bg-2:#f8fbfa;
  --card:#ffffff;
  --ink:#0f1f25;
  --muted:#6e7f8f;
  --line:#d8e2e0;
  --green:#1fbe86;
  --green-2:#73e59e;
  --deep:#172f3d;
  --lav:#d8c8f0;
  --lav-2:#a88fe3;
  --lime:#eef7cf;
  --sun:#ffd479;
  --rose:#f76f86;
  --shadow:0 20px 60px rgba(29,62,59,.10);
  --shadow-soft:0 10px 28px rgba(29,62,59,.07);
  --radius-xl:34px;
  --radius-lg:24px;
  --radius-md:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(31,190,134,.12), transparent 20%),
    radial-gradient(circle at 88% 16%, rgba(168,143,227,.12), transparent 20%),
    linear-gradient(180deg,#f3faf7 0%, #edf5f3 100%);
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.wrap{width:min(1180px, calc(100% - 40px)); margin:0 auto}
.topbar{
  position:sticky; top:0; z-index:50;
  background:rgba(248,251,250,.86); backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(216,226,224,.8);
}
.nav{
  display:grid; grid-template-columns:auto 1fr auto; gap:18px; align-items:center;
  min-height:82px;
}
.brand{
  display:flex; align-items:center; gap:14px;
}
.brand-badge{
  width:62px; height:62px; border-radius:20px; padding:8px;
  background:linear-gradient(135deg, #ffffff, #f2fff7);
  box-shadow:var(--shadow-soft); border:1px solid rgba(216,226,224,.9);
}
.brand-badge img{width:100%; height:100%; object-fit:cover; border-radius:14px}
.brand strong{display:block; font-size:1rem; letter-spacing:-.02em}
.brand span{display:block; color:var(--muted); font-size:.73rem; letter-spacing:.11em; text-transform:uppercase; margin-top:4px}
.nav-links{display:flex; justify-content:center; flex-wrap:wrap; gap:8px}
.nav-links a{
  padding:12px 16px; border-radius:999px; font-weight:700; color:#4f6670; transition:.25s ease;
}
.nav-links a:hover, .nav-links a.active{background:#e7f7ef; color:#12362b}
.nav-cta{
  display:flex; align-items:center; gap:10px;
}
.nav-cta .play-btn{
  padding:13px 18px; border-radius:999px; background:var(--deep); color:#fff; font-weight:800;
}
.menu-btn{display:none; border:0; background:var(--deep); color:#fff; width:48px; height:48px; border-radius:16px; font-size:1.25rem}
.hero{
  padding:44px 0 34px;
}
.hero-card{
  position:relative; overflow:hidden;
  background:linear-gradient(135deg, rgba(255,255,255,.95), rgba(247,251,250,.88));
  border:1px solid rgba(216,226,224,.9);
  border-radius:42px; box-shadow:var(--shadow);
  padding:34px;
}
.hero-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:28px; align-items:center}
.kicker{
  display:inline-flex; align-items:center; gap:10px; padding:10px 14px; border-radius:999px;
  background:#ecfaf2; color:#156d4c; font-weight:800; letter-spacing:.12em; text-transform:uppercase; font-size:.74rem;
}
.kicker::before{content:""; width:8px; height:8px; background:var(--green); border-radius:50%}
.hero h1{
  margin:18px 0 0; font-size:clamp(3.1rem, 6vw, 6.3rem); line-height:.94; letter-spacing:-.06em;
}
.hero h1 .accent{color:var(--green)}
.lead{margin:18px 0 0; font-size:1.07rem; line-height:1.86; color:#556977; max-width:620px}
.hero-actions{display:flex; flex-wrap:wrap; gap:12px; margin:26px 0}
.btn{
  display:inline-flex; align-items:center; justify-content:center; min-height:56px; padding:0 22px; border-radius:20px; font-weight:800; transition:.25s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(90deg, var(--green), #31c8ba); color:#fff; box-shadow:0 12px 28px rgba(31,190,134,.22)}
.btn-secondary{background:#fff; border:1px solid var(--line); color:var(--ink)}
.hero-pills{display:flex; flex-wrap:wrap; gap:10px; margin-top:8px}
.hero-pills span{padding:10px 14px; border-radius:999px; background:#fff; border:1px solid var(--line); color:#496070; font-weight:700; font-size:.92rem}
.collage{position:relative; min-height:620px}
.collage .banner{
  position:absolute; inset:0 0 auto 0; height:260px; overflow:hidden; border-radius:32px; border:1px solid rgba(216,226,224,.9); box-shadow:var(--shadow-soft);
}
.collage .banner img{width:100%; height:100%; object-fit:cover}
.float-card{
  position:absolute; border-radius:30px; overflow:hidden; background:#fff; border:1px solid rgba(216,226,224,.9); box-shadow:0 25px 55px rgba(26,59,55,.18)
}
.screen-a{width:30%; left:3%; top:190px; transform:rotate(-6deg)}
.screen-b{width:36%; left:30%; top:110px; z-index:3}
.screen-c{width:30%; right:4%; top:150px; transform:rotate(6deg)}
.app-icon-card{
  position:absolute; left:18px; top:18px; width:100px; height:100px; padding:10px; background:rgba(255,255,255,.92); border-radius:30px; box-shadow:var(--shadow-soft); z-index:5;
}
.app-icon-card img{width:100%; height:100%; object-fit:cover; border-radius:22px}
.note-card{
  position:absolute; left:18px; bottom:18px; width:220px; padding:18px; border-radius:24px; background:linear-gradient(135deg,#162e3c,#244554); color:#fff; z-index:6;
}
.note-card strong{display:block; font-size:1rem; margin-bottom:8px}
.note-card p{margin:0; color:#dbe8f1; line-height:1.55; font-size:.92rem}
.metrics{
  display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:26px;
}
.metric{padding:16px; border-radius:22px; background:#fff; border:1px solid var(--line)}
.metric b{display:block; font-size:1.8rem; letter-spacing:-.04em}
.metric span{display:block; color:var(--muted); margin-top:5px; font-size:.88rem}
.section{padding:78px 0}
.section-head{display:grid; grid-template-columns:1fr minmax(280px,460px); gap:26px; align-items:end; margin-bottom:28px}
.section-head h2{margin:0; font-size:clamp(2.4rem,4.8vw,4.8rem); line-height:.95; letter-spacing:-.05em}
.section-head p{margin:0; color:var(--muted); line-height:1.8}
.ribbon-layout{display:grid; grid-template-columns:300px 1fr; gap:22px}
.sidebar-card{
  background:linear-gradient(180deg,#182d3a,#223745); color:#fff; border-radius:34px; padding:28px; box-shadow:var(--shadow);
}
.sidebar-card h3{margin:12px 0 10px; font-size:2rem; line-height:1; letter-spacing:-.04em}
.sidebar-card p{color:#d7e4ed; line-height:1.75}
.sidebar-card img{width:88px; height:88px; border-radius:28px; border:1px solid rgba(255,255,255,.18)}
.sidebar-card .mini-links{display:grid; gap:10px; margin-top:18px}
.sidebar-card .mini-links a{padding:12px 14px; border-radius:16px; background:rgba(255,255,255,.09); font-weight:700}
.bento{display:grid; grid-template-columns:repeat(12,1fr); gap:18px}
.card{
  grid-column:span 4; min-height:215px; padding:24px; border-radius:30px; background:#fff; border:1px solid var(--line); box-shadow:var(--shadow-soft);
}
.card.wide{grid-column:span 8}
.card.tall{min-height:250px}
.badge{display:inline-flex; align-items:center; justify-content:center; width:54px; height:54px; border-radius:18px; background:#ecfaf2; color:#146c4c; font-weight:900; margin-bottom:18px}
.card h3{margin:0 0 10px; font-size:1.3rem; letter-spacing:-.03em}
.card p{margin:0; color:#60727e; line-height:1.74}
.duo{display:grid; grid-template-columns:1.1fr .9fr; gap:22px; align-items:start}
.panel{padding:30px; background:#fff; border:1px solid var(--line); border-radius:34px; box-shadow:var(--shadow-soft)}
.panel h2{margin:0 0 14px; font-size:clamp(2.1rem,4vw,3.7rem); line-height:.98; letter-spacing:-.05em}
.panel p{margin:0; color:var(--muted); line-height:1.8}
.checks{display:grid; gap:12px; margin-top:20px}
.checks div{padding:14px 16px; border-radius:18px; background:#f9fbfc; border:1px solid var(--line); font-weight:700; color:#3f5664}
.shot-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:14px}
.shot{overflow:hidden; border-radius:26px; border:1px solid var(--line); background:#fff; box-shadow:var(--shadow-soft)}
.service-band{display:grid; grid-template-columns:repeat(4,1fr); gap:16px}
.service{padding:22px; border-radius:28px; background:linear-gradient(180deg,#fff,#f7fbfa); border:1px solid var(--line); box-shadow:var(--shadow-soft)}
.service b{display:block; color:var(--green); font-size:2rem; margin-bottom:10px}
.service h3{margin:0 0 8px; font-size:1.12rem}
.service p{margin:0; color:var(--muted); line-height:1.7}
.contact-layout{display:grid; grid-template-columns:.95fr 1.05fr; gap:22px}
.info-card, .map-card{padding:30px; border-radius:34px; background:#fff; border:1px solid var(--line); box-shadow:var(--shadow-soft)}
.info-stack{display:grid; gap:12px; margin-top:18px}
.info-row{padding:16px 18px; border-radius:18px; background:#f9fbfc; border:1px solid var(--line)}
.info-row span{display:block; font-size:.77rem; color:#577164; text-transform:uppercase; letter-spacing:.12em; font-weight:800; margin-bottom:5px}
.info-row strong{line-height:1.6}
.footer{padding:48px 0 70px; border-top:1px solid rgba(216,226,224,.9); background:rgba(255,255,255,.45)}
.footer-grid{display:grid; grid-template-columns:1fr auto; gap:18px; align-items:end}
.footer-brand{display:flex; gap:14px; align-items:flex-start}
.footer-brand img{width:68px; height:68px; border-radius:22px}
.footer-brand strong{display:block; font-size:1.02rem}
.footer-brand p{margin:8px 0 0; color:var(--muted); line-height:1.75; max-width:620px}
.footer-links{display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end}
.footer-links a{padding:11px 14px; border-radius:999px; border:1px solid var(--line); background:#fff; font-weight:700; color:#4f6670}
.page-hero{padding:56px 0 24px}
.page-hero-panel{background:#fff; border:1px solid var(--line); border-radius:38px; padding:30px; box-shadow:var(--shadow-soft)}
.page-hero h1{margin:14px 0 0; font-size:clamp(2.8rem,5vw,5rem); letter-spacing:-.05em; line-height:.94}
.page-hero p{margin:16px 0 0; color:var(--muted); line-height:1.82; max-width:760px}
.legal{max-width:920px; margin:0 auto; padding:34px; background:#fff; border:1px solid var(--line); border-radius:34px; box-shadow:var(--shadow-soft); color:#536675; line-height:1.8}
.legal strong{display:block; color:#1a3a33; font-size:1.05rem; margin-top:16px; margin-bottom:8px}
.legal p{margin:0 0 10px}
.reveal{opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease}
.reveal.show{opacity:1; transform:none}
@media (max-width: 1080px){
  .nav{grid-template-columns:auto auto 1fr; min-height:78px}
  .nav-cta .play-btn{display:none}
  .menu-btn{display:inline-flex; align-items:center; justify-content:center; justify-self:end}
  .nav-links{display:none; position:absolute; left:20px; right:20px; top:84px; flex-direction:column; padding:14px; background:#fff; border:1px solid var(--line); border-radius:22px; box-shadow:var(--shadow-soft)}
  .nav-links.open{display:flex}
  .hero-grid, .section-head, .ribbon-layout, .duo, .contact-layout, .footer-grid{grid-template-columns:1fr}
  .service-band{grid-template-columns:repeat(2,1fr)}
  .collage{min-height:690px}
}
@media (max-width: 760px){
  .wrap{width:min(100% - 24px, 1180px)}
  .hero-card,.page-hero-panel,.panel,.sidebar-card,.info-card,.map-card,.legal{padding:22px}
  .brand strong{font-size:.88rem}
  .brand span{display:none}
  .hero h1{font-size:2.85rem}
  .metrics,.service-band,.shot-grid{grid-template-columns:1fr 1fr}
  .card,.card.wide{grid-column:span 12}
  .collage{min-height:570px}
  .collage .banner{height:190px}
  .app-icon-card{width:82px; height:82px; top:12px; left:12px}
  .screen-a{width:34%; left:2%; top:166px}
  .screen-b{width:44%; left:28%; top:106px}
  .screen-c{width:34%; right:2%; top:152px}
  .note-card{width:auto; right:12px; left:12px; bottom:12px}
  .service-band,.metrics{grid-template-columns:1fr}
  .footer-links{justify-content:flex-start}
}
