*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:#0f172a;
  background:#f8fafc;
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}

:root{
  --bg:#f8fafc;
  --panel:#ffffff;
  --panel-soft:#f8fbff;
  --line:#e5e7eb;
  --line-soft:#dbe4f0;
  --text:#0f172a;
  --muted:#64748b;
  --blue:#2563eb;
  --blue-dark:#1d4ed8;
  --blue-soft:#eff6ff;
  --chip:#eef4ff;
  --shadow-sm:0 8px 24px rgba(15,23,42,.05);
  --shadow-md:0 14px 34px rgba(15,23,42,.06);
  --shadow-lg:0 20px 50px rgba(15,23,42,.08);
  --radius-sm:12px;
  --radius-md:16px;
  --radius-lg:20px;
  --radius-xl:24px;
}

.container{
  width:min(1120px, calc(100% - 32px));
  margin:0 auto;
}

/* header */
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.nav{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.brand-mark{
  width:42px;
  height:42px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#2563eb,#06b6d4);
  color:#fff;
  font-size:20px;
  font-weight:800;
}
.brand-text strong{
  display:block;
  font-size:15px;
  font-weight:900;
  color:var(--text);
}
.brand-text span{
  display:block;
  font-size:12px;
  color:var(--muted);
  margin-top:2px;
}

/* buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:0 20px;
  border-radius:14px;
  font-weight:800;
  border:1px solid transparent;
  cursor:pointer;
  transition:all .2s ease;
}
.btn:hover{
  transform:translateY(-1px);
}
.btn-primary{
  background:var(--blue);
  color:#fff;
  box-shadow:0 12px 28px rgba(37,99,235,.24);
}
.btn-primary:hover{
  background:var(--blue-dark);
}
.btn-outline{
  background:#fff;
  color:var(--text);
  border-color:#d1d5db;
}
.btn-outline:hover{
  border-color:#94a3b8;
}
.btn-full{
  width:100%;
}

/* hero */
.hero{
  padding:78px 0 58px;
}
.hero-map-bg{
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.10), transparent 34%),
    linear-gradient(180deg,#eef5ff 0%, #ffffff 100%);
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:38px;
  align-items:center;
}
.hero-copy h1{
  margin:0 0 14px;
  font-size:clamp(32px,5vw,56px);
  line-height:1.08;
  letter-spacing:-.03em;
  color:var(--text);
}
.eyebrow{
  display:inline-block;
  margin-bottom:14px;
  font-size:13px;
  font-weight:900;
  letter-spacing:.01em;
  color:var(--blue);
}
.lead{
  margin:0;
  font-size:18px;
  color:#475569;
  line-height:1.85;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.hero-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.point{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:var(--chip);
  border:1px solid #d7e5ff;
  color:var(--blue);
  font-size:14px;
  font-weight:900;
}
.hero-card{
  min-width:0;
}
.map-ui{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 24px 56px rgba(15,23,42,.10);
}
.map-topbar{
  padding:14px 18px;
  border-bottom:1px solid var(--line);
  background:#f8fbff;
  color:#334155;
  font-size:14px;
  font-weight:800;
}
.map-canvas{
  position:relative;
  min-height:260px;
  background:
    linear-gradient(90deg, rgba(148,163,184,.12) 1px, transparent 1px),
    linear-gradient(rgba(148,163,184,.12) 1px, transparent 1px),
    linear-gradient(180deg,#f8fafc 0%, #eef4ff 100%);
  background-size:40px 40px, 40px 40px, auto;
  overflow:hidden;
}
.map-route{
  position:absolute;
  left:52%;
  top:18%;
  width:4px;
  height:46%;
  transform:translateX(-50%);
  border-radius:999px;
  background:linear-gradient(180deg,#93c5fd 0%, #ec4899 100%);
  opacity:.75;
}
.map-pin{
  position:absolute;
  font-size:20px;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.18));
}
.pin-1{top:18%;left:55%}
.pin-2{top:30%;left:53%}
.pin-3{top:42%;left:51%}
.pin-4{top:54%;left:50%}
.map-pin.active{transform:scale(1.1)}
.map-results{
  padding:16px;
}
.map-result{
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
}
.map-result + .map-result{
  margin-top:10px;
}
.map-result.active{
  background:var(--blue-soft);
  border-color:#bfdbfe;
}
.map-result strong{
  display:block;
  font-size:15px;
  color:var(--text);
}
.map-result small{
  display:block;
  margin-top:2px;
  color:var(--muted);
  font-size:13px;
}

/* sections */
.section{
  padding:72px 0;
}
.section.light{
  background:#f8fafc;
}
.section-head{
  margin-bottom:26px;
}
.section-head.center{
  text-align:center;
}
.section-head h2{
  margin:0 0 12px;
  font-size:clamp(28px,4vw,42px);
  line-height:1.16;
  letter-spacing:-.03em;
  color:var(--text);
}
.section-head p{
  margin:0;
  font-size:17px;
  line-height:1.85;
  color:var(--muted);
}

/* cards */
.cards.three{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow-md);
  padding:28px 24px;
}
.card h3{
  margin:0 0 10px;
  font-size:21px;
  line-height:1.25;
  letter-spacing:-.02em;
  color:var(--text);
}
.card p{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:var(--muted);
}

/* chips */
.info-strip{
  margin-top:22px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}
.info-chip{
  display:inline-flex;
  align-items:center;
  padding:11px 15px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  font-size:14px;
  font-weight:900;
  color:var(--text);
}

/* steps */
.steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:var(--shadow-md);
  padding:24px;
}
.step span{
  width:42px;
  height:42px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:var(--blue);
  color:#fff;
  font-size:14px;
  font-weight:900;
  margin-bottom:12px;
}
.step h3{
  margin:0 0 8px;
  font-size:20px;
  color:var(--text);
}
.step p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.8;
}

/* pricing */
.pricing-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  overflow:hidden;
  box-shadow:var(--shadow-lg);
}
.pricing-left,
.pricing-right{
  padding:30px;
}
.pricing-left{
  border-right:1px solid var(--line);
}
.pricing-left h3,
.pricing-right h3{
  margin:0 0 12px;
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.02em;
  color:var(--text);
}
.pricing-left ul{
  margin:0;
  padding-left:20px;
}
.pricing-left li{
  color:var(--muted);
  line-height:1.9;
}
.pricing-right p{
  margin:0;
  color:var(--muted);
  line-height:1.85;
}
.price-badge{
  display:inline-flex;
  align-items:center;
  margin-bottom:12px;
  padding:8px 12px;
  border-radius:999px;
  background:#eff6ff;
  border:1px solid #bfdbfe;
  color:#1d4ed8;
  font-size:13px;
  font-weight:900;
}

/* support */
.support-box{
  margin-top:24px;
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-md);
}
.support-box h3{
  margin:0 0 8px;
  font-size:22px;
  color:var(--text);
}
.support-box p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}
.support-numbers{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.support-number a{
  display:block;
  padding:16px 18px;
  border-radius:14px;
  background:#f1f5f9;
  font-weight:900;
  font-size:20px;
  color:#111827;
  text-align:center;
  transition:all .2s ease;
}
.support-number a:hover{
  background:var(--blue);
  color:#fff;
  transform:translateY(-2px);
}

/* forms */
.form-wrap{
  max-width:980px;
}
.inquiry-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  box-shadow:var(--shadow-lg);
}
.grid.two{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.field + .field{
  margin-top:0;
}
.field{
  margin-bottom:16px;
}
.field label{
  display:block;
  margin-bottom:8px;
  font-size:14px;
  font-weight:900;
  color:var(--text);
}
.field input,
.field select,
.field textarea{
  width:100%;
  border:1px solid #dbe3ee;
  background:#fff;
  color:#111827;
  border-radius:14px;
  padding:14px 15px;
  font-size:15px;
  line-height:1.5;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.field input::placeholder,
.field textarea::placeholder{
  color:#94a3b8;
  opacity:1;
}
.field input:focus,
.field select:focus,
.field textarea:focus{
  outline:none;
  border-color:var(--blue);
  box-shadow:0 0 0 4px rgba(37,99,235,.10);
}
.field textarea{
  min-height:140px;
  resize:vertical;
}

/* alerts */
.alert{
  padding:14px 16px;
  border-radius:14px;
  font-size:14px;
  font-weight:800;
  margin-bottom:16px;
  border:1px solid transparent;
}
.alert.success{
  background:#ecfdf5;
  color:#166534;
  border-color:#bbf7d0;
}
.alert.error{
  background:#fef2f2;
  color:#991b1b;
  border-color:#fecaca;
}

/* footer */
.site-footer{
  background:#fff;
  border-top:1px solid var(--line);
}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:start;
  padding:30px 0;
}
.site-footer strong{
  display:block;
  margin-bottom:6px;
  color:var(--text);
}
.site-footer p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.footer-links a{
  color:var(--text);
  font-weight:700;
}
.footer-call{
  margin-top:8px;
}
.footer-call a{
  font-weight:800;
  color:var(--text);
}

/* login */
.login-page{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:24px;
  background:linear-gradient(180deg,#eef5ff 0%, #ffffff 100%);
}
.login-box{
  width:min(460px,100%);
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:28px;
  box-shadow:var(--shadow-lg);
}
.login-box h1{
  margin:0 0 10px;
  font-size:34px;
  line-height:1.1;
  letter-spacing:-.03em;
}
.login-box p{
  margin:0 0 20px;
  color:var(--muted);
}

/* admin common */
.admin-top{
  background:#fff;
  border-bottom:1px solid var(--line);
  box-shadow:var(--shadow-sm);
}
.admin-top .container{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  min-height:74px;
}
.table-wrap{
  width:100%;
  overflow:hidden;
  border-radius:20px;
}

.table{
  width:100%;
  max-width:100%;
  table-layout:fixed;
  border-collapse:separate;
  border-spacing:0;
}
.table th,
.table td{
  text-align:left;
}
.status-new{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:#ecfdf5;
  border:1px solid #bbf7d0;
  color:#166534;
  font-size:12px;
  font-weight:900;
}

/* admin responsive width helpers */
.table col.id{width:4%}
.table col.date{width:8%}
.table col.name{width:10%}
.table col.contact{width:16%}
.table col.url{width:16%}
.table col.notes{width:16%}
.table col.cc1{width:8%}
.table col.cc2{width:8%}
.table col.status{width:6%}
.table col.ip{width:8%}

/* utility */
.center{text-align:center}

/* responsive */
@media (max-width:980px){
  .hero-grid,
  .cards.three,
  .steps,
  .pricing-card,
  .grid.two,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .pricing-left{
    border-right:0;
    border-bottom:1px solid var(--line);
  }

  .nav{
    min-height:auto;
    padding:12px 0;
    flex-wrap:wrap;
  }

  .hero{
    padding:54px 0 40px;
  }

  .hero-actions{
    width:100%;
  }

  .hero-actions .btn{
    flex:1 1 auto;
  }

  .support-number a{
    font-size:18px;
  }
}

@media (max-width:900px){
  .admin-top .container{
    min-height:auto;
    padding-top:12px;
    padding-bottom:12px;
    align-items:flex-start;
    flex-direction:column;
  }

  .table{
    table-layout:auto;
  }
}

@media (max-width:640px){
  .container{
    width:min(100%, calc(100% - 20px));
  }

  .hero-copy h1{
    font-size:34px;
  }

  .section{
    padding:54px 0;
  }

  .section-head h2{
    font-size:28px;
  }

  .lead,
  .section-head p{
    font-size:15px;
  }

  .inquiry-form,
  .login-box,
  .card,
  .step,
  .support-box,
  .pricing-left,
  .pricing-right{
    padding:20px;
  }

  .btn{
    min-height:46px;
    padding:0 16px;
  }
}
.premium-map-ui{
  overflow:hidden;
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff 0%, #f8fbff 100%);
  border:1px solid rgba(148,163,184,.18);
  box-shadow:
    0 24px 60px rgba(15,23,42,.14),
    0 8px 20px rgba(15,23,42,.06);
}

.premium-map-ui .map-topbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:16px 18px;
  background:linear-gradient(180deg,#ffffff 0%, #f8fafc 100%);
  border-bottom:1px solid #e5e7eb;
}

.map-search-label{
  font-size:15px;
  font-weight:900;
  color:#1e293b;
}

.map-top-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:999px;
  background:#eff6ff;
  color:#2563eb;
  border:1px solid #bfdbfe;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}

.premium-map-canvas{
  position:relative;
  min-height:340px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.9), transparent 28%),
    radial-gradient(circle at 80% 28%, rgba(255,255,255,.7), transparent 22%),
    linear-gradient(180deg,#eef4fb 0%, #e8eff9 100%);
  overflow:hidden;
}

.map-grid-overlay{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(148,163,184,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148,163,184,.14) 1px, transparent 1px);
  background-size:40px 40px;
  opacity:.75;
}

.map-road{
  position:absolute;
  background:linear-gradient(180deg,#c7d8f6 0%, #9dbcf0 100%);
  border-radius:999px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35);
}

.road-1{
  width:6px;
  height:120px;
  left:54%;
  top:16%;
}

.road-2{
  width:90px;
  height:6px;
  left:43%;
  top:56%;
}

.road-3{
  width:6px;
  height:86px;
  left:36%;
  top:44%;
}

.premium-pin{
  position:absolute;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  z-index:2;
}

.premium-pin .pin-dot{
  width:12px;
  height:12px;
  border-radius:999px;
  background:linear-gradient(180deg,#ff6aa2 0%, #e11d48 100%);
  box-shadow:
    0 0 0 4px rgba(255,255,255,.95),
    0 8px 18px rgba(225,29,72,.28);
  position:relative;
}

.premium-pin .pin-dot::after{
  content:"";
  position:absolute;
  left:50%;
  top:100%;
  transform:translateX(-50%);
  width:2px;
  height:10px;
  background:#94a3b8;
  border-radius:999px;
}

.pin-a{left:58%;top:20%}
.pin-b{left:55%;top:30%}
.pin-c{left:52%;top:42%}
.pin-d{left:49%;top:54%}

.premium-pin.active{
  transform:scale(1.12);
}

.premium-pin.active .pin-dot{
  background:linear-gradient(180deg,#fb7185 0%, #db2777 100%);
  box-shadow:
    0 0 0 5px rgba(255,255,255,.98),
    0 12px 24px rgba(219,39,119,.34);
}

.map-focus-card{
  position:absolute;
  left:24px;
  bottom:24px;
  width:220px;
  padding:16px 16px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(226,232,240,.95);
  box-shadow:0 18px 30px rgba(15,23,42,.10);
  backdrop-filter:blur(8px);
  z-index:3;
}

.focus-rank{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:8px;
  padding:5px 10px;
  border-radius:999px;
  background:#dbeafe;
  color:#1d4ed8;
  font-size:11px;
  font-weight:900;
}

.focus-title{
  font-size:16px;
  font-weight:900;
  color:#0f172a;
  line-height:1.25;
}

.focus-sub{
  margin-top:4px;
  font-size:13px;
  line-height:1.55;
  color:#64748b;
}

.premium-results{
  padding:16px;
  background:#ffffff;
  border-top:1px solid #e5e7eb;
}

.premium-results .map-result{
  border-radius:16px;
  border:1px solid #e5e7eb;
  background:#fff;
  padding:14px 16px;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.premium-results .map-result + .map-result{
  margin-top:10px;
}

.premium-results .map-result.active{
  background:linear-gradient(180deg,#eff6ff 0%, #ffffff 100%);
  border-color:#93c5fd;
  box-shadow:0 10px 24px rgba(37,99,235,.10);
}

.premium-results .map-result:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(15,23,42,.06);
}

.premium-results .map-result strong{
  display:block;
  color:#0f172a !important;
  font-size:15px;
  font-weight:900;
}

.premium-results .map-result small{
  display:block;
  margin-top:3px;
  color:#64748b !important;
  font-size:13px;
  line-height:1.5;
}

@media (max-width: 640px){
  .premium-map-canvas{
    min-height:280px;
  }

  .map-focus-card{
    left:14px;
    right:14px;
    bottom:14px;
    width:auto;
  }

  .premium-map-ui .map-topbar{
    flex-direction:column;
    align-items:flex-start;
  }
}