:root {
  --green-950: #082d24;
  --green-900: #0a3d2f;
  --green-800: #075c42;
  --green-700: #08734e;
  --green-600: #0a8b5d;
  --green-100: #dff3eb;
  --green-50: #f0faf6;
  --gold-500: #e6ad2d;
  --gold-300: #f5d274;
  --ink: #15362c;
  --muted: #61766f;
  --line: #dce8e3;
  --surface: #ffffff;
  --canvas: #f5f9f7;
  --danger: #b42318;
  --warning: #a15c00;
  --info: #1261a0;
  --shadow: 0 16px 50px rgba(7, 73, 51, .10);
  --shadow-sm: 0 8px 24px rgba(7, 73, 51, .08);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 10% 20%, rgba(230,173,45,.08), transparent 25%), radial-gradient(circle at 90% 60%, rgba(10,139,93,.07), transparent 30%);
  z-index: -1;
}
a { color: var(--green-700); text-decoration: none; }
a:hover { color: var(--green-900); }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; background: #fff; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.service-strip { padding: 7px 20px; text-align: center; color: #f8e7ad; background: var(--green-950); font-size: .82rem; letter-spacing: .03em; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,232,227,.9); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--green-900); }
.brand img { flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(6,74,51,.18)); }
.brand span { display: grid; line-height: 1.15; }
.brand strong { letter-spacing: .08em; font-size: 1.15rem; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .72rem; }
.site-nav, .admin-nav { display: flex; align-items: center; gap: 6px; }
.site-nav a { padding: 10px 13px; color: #37534a; border-radius: 11px; font-size: .92rem; font-weight: 650; }
.site-nav a:hover, .site-nav a.active { color: var(--green-800); background: var(--green-50); }
.site-nav .nav-cta { margin-left: 6px; color: #fff; background: var(--green-700); padding-inline: 18px; box-shadow: 0 8px 18px rgba(8,115,78,.2); }
.site-nav .nav-cta:hover, .site-nav .nav-cta.active { color: #fff; background: var(--green-900); }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 10px; padding: 8px 12px; font-weight: 700; }

.hero { position: relative; overflow: hidden; padding: 76px 0 96px; color: #fff; background: linear-gradient(125deg, var(--green-950), var(--green-700)); }
.hero::after { content: ""; position: absolute; width: 640px; height: 640px; right: -220px; top: -290px; border: 80px solid rgba(246,207,87,.10); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 16px; color: var(--green-700); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 3px; background: var(--gold-500); }
.hero .eyebrow { color: var(--gold-300); }
.hero h1 { max-width: 690px; margin: 0; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1.04; letter-spacing: -.045em; }
.hero h1 span { color: var(--gold-300); }
.hero-copy { max-width: 650px; margin: 24px 0 32px; color: #d9eee6; font-size: 1.1rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-weight: 750; transition: transform .15s, box-shadow .15s, background .15s; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--green-700); box-shadow: 0 9px 22px rgba(8,115,78,.23); }
.btn-primary:hover { color: #fff; background: var(--green-900); }
.btn-gold { color: var(--green-950); background: var(--gold-300); box-shadow: 0 10px 22px rgba(0,0,0,.14); }
.btn-gold:hover { color: var(--green-950); background: #ffe39a; }
.btn-outline { color: var(--green-800); border-color: #9fc4b6; background: #fff; }
.btn-outline:hover { background: var(--green-50); }
.hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.hero-card { position: relative; min-height: 390px; display: grid; place-items: center; }
.hero-orbit { width: 310px; height: 310px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.05); box-shadow: inset 0 0 70px rgba(255,255,255,.04); }
.hero-orbit::before { content: ""; width: 230px; height: 230px; border: 1px dashed rgba(246,207,87,.55); border-radius: 50%; }
.hero-logo { position: absolute; width: 165px; height: 165px; object-fit: contain; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 10px; max-width: 190px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; color: #fff; background: rgba(255,255,255,.12); box-shadow: 0 16px 38px rgba(0,0,0,.16); backdrop-filter: blur(12px); font-size: .85rem; }
.floating-note strong { display: block; color: var(--gold-300); }
.floating-note.one { top: 44px; left: -5px; }
.floating-note.two { right: -12px; bottom: 50px; }
.icon-bubble { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--green-950); background: var(--gold-300); font-weight: 900; }

.quick-track { position: relative; z-index: 4; margin-top: -38px; }
.track-panel { display: grid; grid-template-columns: 1fr 1.35fr auto; align-items: end; gap: 16px; padding: 23px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.track-panel h2 { margin: 0; font-size: 1.1rem; }
.track-panel p { margin: 4px 0 0; color: var(--muted); font-size: .85rem; }

.section { padding: 78px 0; }
.section-tight { padding: 46px 0; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading h2 { margin: 0 0 12px; font-size: clamp(1.8rem, 3.5vw, 2.75rem); line-height: 1.18; letter-spacing: -.03em; }
.section-heading p { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 285px; display: flex; flex-direction: column; padding: 28px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.service-card::after { content: ""; position: absolute; width: 100px; height: 100px; right: -48px; top: -48px; border-radius: 50%; background: var(--green-100); }
.service-card:hover { border-color: #9fc9b9; transform: translateY(-4px); box-shadow: var(--shadow); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 16px; color: var(--green-800); background: var(--green-100); font-size: 1.55rem; font-weight: 900; }
.service-card h3 { margin: 0 0 10px; font-size: 1.2rem; }
.service-card p { margin: 0 0 20px; color: var(--muted); font-size: .93rem; }
.service-card .card-link { margin-top: auto; font-weight: 800; }

.steps-wrap { color: #fff; background: var(--green-950); }
.steps-wrap .section-heading p { color: #bcd8cd; }
.steps-wrap .eyebrow { color: var(--gold-300); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 24px; color: var(--gold-300); font-size: 2rem; font-weight: 850; }
.step h3 { margin: 0 0 8px; }
.step p { margin: 0; color: #bcd8cd; font-size: .92rem; }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.feature-panel { padding: 34px; background: linear-gradient(150deg, var(--green-100), #fff); border: 1px solid #cce2da; border-radius: 28px; }
.feature-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; }
.check { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green-700); font-size: .8rem; font-weight: 900; }

.page-hero { padding: 58px 0 45px; color: #fff; background: linear-gradient(120deg, var(--green-950), var(--green-700)); }
.page-hero h1 { margin: 8px 0 8px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.1; letter-spacing: -.035em; }
.page-hero p { max-width: 680px; margin: 0; color: #d6ebe3; }
.breadcrumb { display: flex; gap: 8px; align-items: center; color: #b9d7cb; font-size: .84rem; }
.breadcrumb a { color: var(--gold-300); }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 30px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.card-body { padding: 30px; }
.card-header { padding: 22px 30px; border-bottom: 1px solid var(--line); }
.card-header h2, .card-header h3 { margin: 0; }
.info-card { padding: 26px; }
.info-card h2, .info-card h3 { margin-top: 0; }
.info-card + .info-card { margin-top: 18px; }
.notice { padding: 16px 18px; color: #684403; background: #fff8df; border: 1px solid #f2dfa2; border-radius: 14px; font-size: .9rem; }
.notice strong { display: block; color: #583700; }

.form-section + .form-section { margin-top: 32px; padding-top: 30px; border-top: 1px solid var(--line); }
.form-section h2 { margin: 0 0 6px; font-size: 1.25rem; }
.form-section > p { margin: 0 0 20px; color: var(--muted); font-size: .9rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; color: #29493e; font-size: .88rem; font-weight: 750; }
.required { color: var(--danger); }
.field input, .field select, .field textarea, .input {
  width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: #fbfdfc; border: 1px solid #cfded8; border-radius: 11px; outline: none;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .input:focus { border-color: var(--green-600); box-shadow: 0 0 0 4px rgba(10,139,93,.10); }
.field-hint { margin-top: 5px; color: var(--muted); font-size: .78rem; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; }
.checkbox input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--green-700); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.alert { margin: 18px 0; padding: 14px 17px; border: 1px solid; border-radius: 12px; }
.alert ul { margin: 8px 0 0; padding-left: 22px; }
.alert-success { color: #0f5c3e; background: #e5f8ee; border-color: #9dd9ba; }
.alert-danger { color: #842018; background: #fff0ee; border-color: #efb6b0; }
.alert-warning { color: #775000; background: #fff7df; border-color: #edd798; }
.alert-info { color: #124e79; background: #edf7ff; border-color: #bddcf4; }
.flash-wrap { position: relative; z-index: 60; }

.success-box { padding: 38px; text-align: center; }
.success-icon { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; color: #fff; background: var(--green-700); font-size: 2rem; font-weight: 900; box-shadow: 0 12px 30px rgba(8,115,78,.25); }
.ticket-code { display: inline-block; margin: 12px 0; padding: 12px 18px; color: var(--green-900); background: var(--green-100); border: 1px dashed var(--green-600); border-radius: 10px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 1.18rem; font-weight: 850; letter-spacing: .04em; }

.status-summary { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding: 24px; background: linear-gradient(135deg, var(--green-50), #fff); border: 1px solid #cce2da; border-radius: 16px; }
.status-summary h2 { margin: 4px 0; }
.badge { display: inline-flex; align-items: center; padding: 5px 10px; border-radius: 999px; font-size: .76rem; font-weight: 800; }
.badge-success { color: #09613f; background: #d8f5e5; }
.badge-danger { color: #93251c; background: #ffe0dc; }
.badge-warning { color: #815000; background: #fff0ba; }
.badge-info { color: #125b8f; background: #dbf0ff; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 24px 0; }
.detail-item { padding: 15px; background: #f7faf9; border-radius: 12px; }
.detail-item small { display: block; color: var(--muted); }
.timeline { margin: 24px 0 0 7px; padding: 0; list-style: none; }
.timeline li { position: relative; display: grid; grid-template-columns: 26px 1fr; gap: 12px; padding-bottom: 27px; }
.timeline li:not(:last-child)::before { content: ""; position: absolute; left: 7px; top: 14px; bottom: 0; width: 2px; background: var(--line); }
.timeline-dot { position: relative; z-index: 1; width: 16px; height: 16px; margin-top: 4px; border: 4px solid var(--green-100); border-radius: 50%; background: var(--green-700); }
.timeline p { margin: 4px 0; color: #3f5b52; }
.timeline time { color: var(--muted); font-size: .78rem; }

.admin-body { padding-top: 78px; background: #eef4f1; }
.admin-topbar { position: fixed; inset: 0 0 auto; z-index: 80; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 28px; background: var(--green-950); box-shadow: 0 5px 20px rgba(0,0,0,.15); }
.brand-light, .brand-light:hover { color: #fff; }
.brand-light small { color: #bcd8cd; }
.admin-nav a { padding: 8px 10px; color: #cae1d8; border-radius: 9px; font-size: .86rem; font-weight: 650; }
.admin-nav a:hover { color: #fff; background: rgba(255,255,255,.1); }
.admin-shell { padding: 34px 0 60px; }
.admin-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 25px; }
.admin-heading h1 { margin: 0; font-size: 2rem; letter-spacing: -.03em; }
.admin-heading p { margin: 4px 0 0; color: var(--muted); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.stat-card { padding: 23px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow-sm); }
.stat-card small { color: var(--muted); font-weight: 700; }
.stat-card strong { display: block; margin: 8px 0 2px; color: var(--green-900); font-size: 2rem; line-height: 1; }
.admin-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px; margin-top: 22px; }
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; white-space: nowrap; }
.data-table th { color: var(--muted); background: #f7faf9; font-size: .75rem; letter-spacing: .04em; text-transform: uppercase; }
.data-table td { font-size: .88rem; }
.data-table tr:last-child td { border-bottom: 0; }
.data-table a { font-weight: 750; }
.filters { display: grid; grid-template-columns: 1.2fr .8fr auto; gap: 12px; padding: 18px; margin-bottom: 18px; }
.empty { padding: 44px 24px; text-align: center; color: var(--muted); }
.login-page { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; background: #fff; }
.login-visual { display: grid; align-content: center; padding: 10vw; color: #fff; background: linear-gradient(140deg, var(--green-950), var(--green-700)); }
.login-visual img { width: 90px; height: 110px; object-fit: contain; }
.login-visual h1 { margin: 25px 0 12px; font-size: 3rem; line-height: 1.1; }
.login-visual p { color: #c8e0d7; }
.login-form { display: grid; place-items: center; padding: 40px; }
.login-card { width: min(420px, 100%); }
.login-card h2 { margin: 0 0 8px; font-size: 2rem; }
.login-card > p { margin: 0 0 28px; color: var(--muted); }
.login-card .field { margin-bottom: 18px; }
.login-card .btn { width: 100%; }

.site-footer { padding: 58px 0 20px; color: #c5ddd4; background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .65fr; gap: 50px; }
.footer-grid h2 { margin: 0 0 12px; color: #fff; font-size: 1rem; }
.footer-grid p { margin: 7px 0; font-size: .88rem; }
.footer-grid a { color: var(--gold-300); }
.footer-brand { margin-bottom: 16px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
.footer-bottom span { color: var(--gold-300); }

@media (max-width: 980px) {
  .site-nav { position: absolute; top: 76px; left: 20px; right: 20px; display: none; align-items: stretch; flex-direction: column; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav .nav-cta { margin-left: 0; text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid, .feature-grid { grid-template-columns: 1fr; }
  .hero-card { display: none; }
  .hero { padding-block: 64px 90px; }
  .service-grid, .steps, .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .info-card + .info-card { margin-top: 0; }
  .admin-topbar { align-items: flex-start; }
  .admin-nav { overflow-x: auto; max-width: 65vw; }
  .admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }
  .service-strip { font-size: .7rem; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 44px; height: 44px; }
  .brand small { max-width: 210px; }
  .hero h1 { font-size: 2.6rem; }
  .hero-copy { font-size: 1rem; }
  .quick-track { margin-top: -26px; }
  .track-panel { grid-template-columns: 1fr; align-items: stretch; }
  .section { padding-block: 58px; }
  .service-grid, .steps, .stat-grid, .form-grid, .detail-grid, .sidebar, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .card-body, .card-header { padding: 22px; }
  .status-summary, .admin-heading, .footer-bottom { flex-direction: column; }
  .admin-body { padding-top: 0; }
  .admin-topbar { position: static; display: block; padding: 14px; }
  .admin-nav { max-width: 100%; margin-top: 12px; }
  .filters { grid-template-columns: 1fr; }
  .login-page { grid-template-columns: 1fr; }
  .login-visual { display: none; }
  .login-form { min-height: 100vh; padding: 24px; }
}

@media print {
  .service-strip, .site-header, .site-footer, .actions, .btn, .admin-topbar { display: none !important; }
  body, .admin-body { padding: 0; background: #fff; }
  .card { box-shadow: none; }
}
