:root{
  --bg:#F3FAFC;
  --surface:#FFFFFF;
  --ink:#0B2B3B;
  --muted:#5B7A88;
  --primary:#1E88A8;
  --primary-deep:#0B3D5C;
  --accent:#E0932E;
  --accent-text:#B5721E;
  --line:#D8E8ED;
  --shadow: 0 10px 30px rgba(11,45,66,0.08);
  --shadow-sm: 0 4px 14px rgba(11,45,66,0.06);
  --display:'Manrope', sans-serif;
  --body:'Inter', sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background:var(--bg);
  color:var(--ink);
  font-family:var(--body);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  transition:background .2s, color .2s;
}
a { color:inherit; }
img, svg { display:block; max-width:100%; }
button { font:inherit; cursor:pointer; }
.wrap { max-width:1180px; margin:0 auto; padding:0 20px; }
@media (min-width:640px) { .wrap { padding:0 32px; } }

.nav-outer { position:sticky; top:0; z-index:60; padding:16px 16px 0; }
@media (min-width:640px) { .nav-outer { padding:20px 24px 0; } }
.nav-pill {
  max-width:1100px; margin:0 auto; background:var(--surface); border:1px solid var(--line);
  border-radius:999px; box-shadow:var(--shadow-sm);
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  padding:10px 12px 10px 20px;
}
.logo { display:flex; align-items:center; white-space:nowrap; }
.logo img { height:34px; width:auto; display:block; }
.navlinks { display:flex; gap:26px; list-style:none; font-size:0.92rem; font-weight:600; }
.navlinks a { text-decoration:none; color:var(--muted); }
.navlinks a:hover { color:var(--primary); }
.nav-actions { display:flex; align-items:center; gap:8px; }
.btn-pill {
  font-family:var(--body); font-weight:700; font-size:0.88rem; border-radius:999px; border:none;
  padding:11px 20px; text-decoration:none; display:inline-block; white-space:nowrap;
}
.btn-accent { background:var(--accent); color:#fff; }
.btn-accent:hover { background:#C67F27; }
.icon-btn {
  width:44px; height:44px; border-radius:999px; border:1px solid var(--line); background:var(--surface);
  display:flex; align-items:center; justify-content:center; font-size:1.05rem; color:var(--ink); flex-shrink:0;
  -webkit-tap-highlight-color:transparent; touch-action:manipulation;
}
.navtoggle { display:none; }
@media (max-width:1024px) {
  .navlinks { display:none; }
  .btn-accent.desktop-only { display:none; }
  .navtoggle { display:flex; }
}
.mobile-menu {
  max-width:1100px; margin:8px auto 0; background:var(--surface); border:1px solid var(--line);
  border-radius:22px; box-shadow:var(--shadow-sm); padding:8px; flex-direction:column;
  max-height:calc(100vh - 110px); overflow-y:auto; -webkit-overflow-scrolling:touch;
  display:none;
}
.mobile-menu.is-open { display:flex; }
@media (min-width:1025px) { .mobile-menu, .mobile-menu.is-open { display:none; } }
.mobile-menu a { text-decoration:none; padding:14px 16px; border-radius:14px; font-weight:600; color:var(--ink); }
.mobile-menu a:hover { background:var(--bg); }
.mobile-menu .btn-accent { margin:6px 8px 2px; text-align:center; }

.hero { position:relative; padding:64px 0 40px; overflow:hidden; }
@media (min-width:860px) { .hero { padding:96px 0 60px; } }
.blob { position:absolute; border-radius:50%; filter:blur(70px); z-index:0; opacity:0.35; }
.blob-a { width:420px; height:420px; background:var(--primary); top:-160px; right:-120px; }
.blob-b { width:320px; height:320px; background:var(--accent); bottom:-140px; left:-100px; opacity:0.18; }
.hero-inner { position:relative; z-index:1; max-width:760px; margin:0 auto; text-align:center; }
.eyebrow-pill {
  display:inline-flex; align-items:center; gap:8px; background:var(--surface); border:1px solid var(--line);
  border-radius:999px; padding:8px 16px; font-size:0.82rem; font-weight:600; color:var(--primary-deep);
  box-shadow:var(--shadow-sm); margin-bottom:26px;
}
.eyebrow-pill .dot { width:7px; height:7px; border-radius:50%; background:var(--accent); }
h1 {
  font-family:var(--display); font-weight:800; letter-spacing:-0.02em;
  font-size:clamp(2rem, 6vw, 3.2rem); line-height:1.12; margin-bottom:20px;
}
h1 span { color:var(--primary); }
.lead { font-size:1.08rem; color:var(--muted); max-width:52ch; margin:0 auto 34px; }
.cta-row { display:flex; flex-wrap:wrap; justify-content:center; gap:14px; margin-bottom:44px; }
.btn-ghost-pill {
  border-radius:999px; border:1px solid var(--line); background:var(--surface); color:var(--ink);
  padding:11px 20px; font-weight:700; font-size:0.88rem; text-decoration:none;
}
.btn-ghost-pill:hover { border-color:var(--primary); }
.domain-row { display:flex; flex-wrap:wrap; justify-content:center; gap:12px; }
.domain-chip {
  background:var(--surface); border:1px solid var(--line); border-radius:999px; padding:9px 18px;
  font-size:0.86rem; font-weight:600; box-shadow:var(--shadow-sm); display:flex; align-items:center; gap:8px;
}
.domain-chip svg { width:16px; height:16px; stroke:var(--primary); flex-shrink:0; }

section { padding:56px 0; }
@media (min-width:860px) { section { padding:88px 0; } }
.section-head { max-width:620px; margin:0 auto 44px; text-align:center; }
.kicker {
  display:inline-block; font-size:0.82rem; font-weight:700; color:var(--accent-text);
  background:color-mix(in srgb, var(--accent-text) 14%, transparent);
  padding:6px 14px; border-radius:999px; margin-bottom:16px;
}
h2 {
  font-family:var(--display); font-weight:800; letter-spacing:-0.01em; font-size:clamp(1.5rem, 4vw, 2.1rem);
}
.section-sub { color:var(--muted); margin-top:12px; font-size:1rem; }

.feature-grid { display:grid; grid-template-columns:1fr; gap:18px; }
@media (min-width:700px) { .feature-grid { grid-template-columns:repeat(3,1fr); } }
.feature-card {
  background:var(--surface); border:1px solid var(--line); border-radius:22px; padding:30px 26px;
  box-shadow:var(--shadow-sm); transition:transform .18s, box-shadow .18s;
}
.feature-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
.feature-icon {
  width:48px; height:48px; border-radius:14px; background:color-mix(in srgb, var(--primary) 14%, transparent);
  display:flex; align-items:center; justify-content:center; margin-bottom:18px;
}
.feature-icon svg { width:24px; height:24px; stroke:var(--primary); }
.feature-card h3 { font-family:var(--display); font-size:1.08rem; margin-bottom:8px; }
.feature-card p { color:var(--muted); font-size:0.95rem; }

.about-panel {
  background:var(--primary-deep); border-radius:32px; padding:44px 28px; color:#fff;
  display:grid; grid-template-columns:1fr; gap:28px;
}
@media (min-width:860px) { .about-panel { padding:56px; grid-template-columns:1fr 1fr; gap:48px; } }
.about-panel .kicker { background:rgba(255,255,255,0.14); color:#CDEFF9; }
.about-panel h2 { color:#fff; }
.about-panel p { color:#CDEFF9; font-size:1rem; }
.about-panel p + p { margin-top:14px; }
.quote-box {
  background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.16); border-radius:20px;
  padding:26px; font-family:var(--display); font-weight:600; font-size:1.2rem; line-height:1.4;
}

.service-grid { display:grid; grid-template-columns:1fr; gap:16px; }
@media (min-width:700px) { .service-grid { grid-template-columns:repeat(2,1fr); } }
.service-card {
  background:var(--surface); border:1px solid var(--line); border-radius:20px; padding:26px;
  box-shadow:var(--shadow-sm); display:flex; gap:16px;
}
.service-num {
  font-family:var(--display); font-weight:800; font-size:0.85rem; color:var(--primary);
  background:color-mix(in srgb, var(--primary) 14%, transparent);
  width:34px; height:34px; border-radius:10px; display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}
.service-card h3 { font-family:var(--display); font-size:1rem; margin-bottom:6px; }
.service-card p { color:var(--muted); font-size:0.92rem; }

.contact-shell {
  background:var(--surface); border:1px solid var(--line); border-radius:28px; box-shadow:var(--shadow);
  padding:24px; display:grid; grid-template-columns:1fr; gap:0; overflow:hidden;
}
@media (min-width:900px) { .contact-shell { grid-template-columns:1.15fr 0.85fr; padding:0; } }
.contact-form-side { padding:8px; }
@media (min-width:900px) { .contact-form-side { padding:44px; } }
.contact-info-side {
  background:var(--bg); border-radius:20px; padding:26px; margin-top:16px;
}
@media (min-width:900px) { .contact-info-side { border-radius:0; margin-top:0; padding:44px; } }

form .form-row { margin-bottom:16px; }
form label { display:block; font-size:0.82rem; font-weight:600; margin-bottom:6px; color:var(--muted); }
form input, form select, form textarea {
  width:100%; font:inherit; font-size:0.95rem; color:var(--ink); background:var(--bg);
  border:1px solid var(--line); border-radius:12px; padding:12px 14px;
}
form textarea { resize:vertical; min-height:96px; }
form input:focus, form select:focus, form textarea:focus { outline:2px solid var(--primary); outline-offset:1px; border-color:var(--primary); }
.two-col { display:grid; grid-template-columns:1fr; gap:16px; }
@media (min-width:480px) { .two-col { grid-template-columns:1fr 1fr; } }
.checkbox-row { display:flex; align-items:flex-start; gap:10px; margin-bottom:18px; font-size:0.85rem; color:var(--muted); cursor:pointer; }
.checkbox-row input { width:auto; margin-top:3px; flex-shrink:0; }
.form-note { margin-top:12px; font-size:0.85rem; color:var(--primary); min-height:1.2em; }
.form-required { font-size:0.78rem; color:var(--muted); margin-bottom:18px; }
.btn-submit {
  width:100%; border:none; border-radius:999px; background:var(--accent); color:#fff;
  font-weight:700; font-size:0.95rem; padding:14px 20px;
}
.btn-submit:hover { background:#C67F27; }

.info-field { display:flex; justify-content:space-between; gap:12px; padding:12px 0; border-bottom:1px dashed var(--line); font-size:0.94rem; }
.info-field:last-of-type { border-bottom:none; }
.info-field .k { font-size:0.72rem; font-weight:700; text-transform:uppercase; letter-spacing:0.04em; color:var(--muted); padding-top:2px; white-space:nowrap; }
.info-field .v { text-align:right; }
.info-field .v a { text-decoration:none; font-weight:600; }
.info-field .v a:hover { color:var(--primary); }
.map-wrap { border-radius:20px; overflow:hidden; min-height:220px; margin-top:20px; border:1px solid var(--line); }
.map-wrap iframe { width:100%; height:100%; min-height:220px; border:0; }

footer { padding:32px 0; font-size:0.85rem; color:var(--muted); }
.foot-row { display:flex; flex-wrap:wrap; justify-content:space-between; gap:16px; align-items:center; }
.foot-links { display:flex; gap:18px; flex-wrap:wrap; list-style:none; font-weight:600; font-size:0.85rem; }
.foot-links a { text-decoration:none; }
.foot-links a:hover { color:var(--primary); }

.page-shell { padding:72px 0 36px; }
.page-header {
  text-align:center; margin-bottom:32px;
}
.page-header h1 {
  font-family:var(--display); font-weight:800; letter-spacing:-0.02em;
  font-size:clamp(2rem, 5vw, 3rem); margin-bottom:12px;
}
.page-header p { max-width:700px; margin:0 auto; color:var(--muted); }

.doc-grid, .gallery-grid {
  display:grid; grid-template-columns:1fr; gap:22px;
}
@media (min-width:760px) {
  .doc-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .gallery-grid { grid-template-columns:repeat(3, minmax(0, 1fr)); }
}

.doc-card, .gallery-card {
  background:var(--surface); border:1px solid var(--line); border-radius:24px; overflow:hidden;
  box-shadow:var(--shadow-sm);
}
.doc-card {
  padding:28px 24px;
}
.doc-card h2 {
  font-size:1.2rem; margin-bottom:10px;
}
.doc-card p, .doc-card li {
  color:var(--muted);
  font-size:0.96rem;
}
.doc-card ul {
  margin-top:12px; padding-left:18px;
  display:grid; gap:10px;
}
.doc-card .meta {
  display:inline-block; margin-bottom:12px; font-size:0.75rem; font-weight:700; color:var(--primary);
  background:color-mix(in srgb, var(--primary) 12%, transparent);
  border-radius:999px; padding:6px 10px;
}

.gallery-thumb {
  display:block; width:100%; border:0; padding:0; margin:0; background:none; cursor:pointer;
}
.gallery-card img {
  width:100%; aspect-ratio:4 / 3; object-fit:cover; display:block;
}
.gallery-card .caption {
  padding:16px 18px 18px;
}
.gallery-card h3 {
  font-family:var(--display); font-size:1.05rem; margin-bottom:6px;
}
.gallery-card p {
  color:var(--muted); font-size:0.9rem;
}

.lightbox {
  position:fixed; inset:0; z-index:200; display:none;
  align-items:center; justify-content:center; gap:12px;
  padding:24px; background:rgba(11,43,59,0.92);
}
.lightbox.is-open { display:flex; }
.lightbox-figure { max-width:min(1100px, 100%); max-height:100%; margin:0; display:flex; flex-direction:column; gap:12px; }
.lightbox-img {
  max-width:100%; max-height:78vh; width:auto; height:auto; display:block;
  border-radius:16px; box-shadow:0 20px 60px rgba(0,0,0,0.4); margin:0 auto;
}
.lightbox-caption {
  color:#fff; text-align:center; font-size:0.95rem; opacity:0.9;
}
.lightbox-close, .lightbox-nav {
  border:0; border-radius:999px; background:rgba(255,255,255,0.12); color:#fff;
  width:44px; height:44px; font-size:1.3rem; line-height:1; cursor:pointer;
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.lightbox-close:hover, .lightbox-nav:hover { background:rgba(255,255,255,0.22); }
.lightbox-close { position:absolute; top:20px; right:20px; }
@media (max-width:640px) {
  .lightbox-nav { position:absolute; top:50%; transform:translateY(-50%); }
  .lightbox-prev { left:8px; }
  .lightbox-next { right:8px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } * { transition:none !important; } }
:focus-visible { outline:2px solid var(--accent); outline-offset:2px; }
