:root{
  --bg:#eef3fb;
  --surface:#ffffff;
  --surface-2:#f8fbff;
  --text:#12223f;
  --muted:#6b7a99;
  --primary:#4c82f7;
  --primary-2:#79a5ff;
  --accent:#ff7b1a;
  --accent-2:#ff9b4d;
  --border:#dce5f2;
  --shadow:0 20px 50px rgba(32, 63, 128, 0.10);
  --radius:24px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:'Inter', Arial, sans-serif;
  background:linear-gradient(180deg,#f4f7fc 0%, #edf2fa 100%);
  color:var(--text);
}
.container{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
}
.hero{
  position:relative;
  overflow:hidden;
  padding:44px 0 56px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.20), transparent 22%),
    radial-gradient(circle at 80% 10%, rgba(255,255,255,0.18), transparent 20%),
    linear-gradient(135deg, #4c82f7 0%, #6f9df9 45%, #8fb5ff 100%);
}
.hero-overlay{
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.08));
}
.hero-inner{
  position:relative;
  text-align:center;
}
.brand-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,0.16);
  border:1px solid rgba(255,255,255,0.22);
  color:#fff;
  border-radius:999px;
  padding:10px 16px;
  font-size:13px;
  font-weight:600;
  backdrop-filter:blur(8px);
}
.hero h1{
  margin:18px 0 8px;
  font-size:64px;
  line-height:1;
  letter-spacing:-2px;
  color:#fff;
  font-weight:800;
}
.hero h1 span{color:#ffd7ba}
.hero p{
  width:min(760px, 100%);
  margin:0 auto;
  color:rgba(255,255,255,0.94);
  font-size:20px;
  line-height:1.6;
}
.search-card{
  margin:30px auto 18px;
  width:min(980px,100%);
  background:rgba(255,255,255,0.96);
  border:1px solid rgba(255,255,255,0.65);
  box-shadow:var(--shadow);
  border-radius:30px;
  padding:16px;
  display:grid;
  grid-template-columns:1.2fr 1fr auto;
  gap:14px;
}
.field-group{
  text-align:left;
  background:var(--surface-2);
  border:1px solid var(--border);
  border-radius:20px;
  padding:12px 14px;
}
.field-group label{
  display:block;
  font-size:12px;
  font-weight:700;
  color:#6b7a99;
  margin-bottom:6px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.field-group select{
  width:100%;
  border:none;
  background:transparent;
  color:var(--text);
  font-size:16px;
  font-weight:600;
  outline:none;
}
.btn-primary,.btn-light,.btn-outline-light{
  border:none;
  cursor:pointer;
  font-family:inherit;
  font-weight:700;
  transition:.25s ease;
}
.btn-primary{
  align-self:stretch;
  min-width:150px;
  border-radius:20px;
  background:linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  color:#fff;
  box-shadow:0 14px 24px rgba(255,123,26,0.28);
  padding:0 24px;
  font-size:16px;
}
.btn-primary:hover{transform:translateY(-2px); filter:brightness(1.02)}
.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}
.hero-badges span{
  background:rgba(255,255,255,0.16);
  color:#fff;
  border:1px solid rgba(255,255,255,0.24);
  border-radius:999px;
  padding:10px 14px;
  font-size:13px;
  font-weight:600;
}
.section{padding:42px 0}
.section-categories{padding-top:28px}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:16px;
  margin-bottom:22px;
}
.section-head.centered{justify-content:center; text-align:center}
.eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  color:var(--primary);
  text-transform:uppercase;
  letter-spacing:.14em;
  margin-bottom:10px;
}
.eyebrow.light{color:#dce8ff}
.section h2{
  margin:0;
  font-size:34px;
  line-height:1.15;
  letter-spacing:-1px;
}
.ghost-link{
  color:var(--primary);
  font-weight:700;
  text-decoration:none;
}
.categories-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}
.cat-card{
  background:rgba(255,255,255,0.92);
  border:1px solid #e2eaf5;
  box-shadow:0 16px 34px rgba(38,73,143,0.08);
  border-radius:26px;
  padding:22px 20px;
  text-align:center;
  transition:.25s ease;
}
.cat-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 38px rgba(38,73,143,0.12);
}
.cat-icon{
  width:72px;height:72px;border-radius:50%;
  display:grid;place-items:center;
  margin:0 auto 14px;
  font-size:30px;
  background:linear-gradient(180deg,#f5f9ff,#edf3ff);
  border:1px solid #dde8fb;
}
.cat-card h3{
  margin:0 0 6px;
  font-size:20px;
}
.cat-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
}
.section-highlight{padding-top:6px}
.highlight-card{
  border-radius:32px;
  padding:28px 30px;
  background:linear-gradient(135deg,#143c83 0%, #2855aa 50%, #3e73d4 100%);
  box-shadow:0 24px 44px rgba(26,54,110,0.18);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.highlight-card h2{
  color:#fff;
  font-size:32px;
  margin:0 0 10px;
}
.highlight-card p{
  margin:0;
  color:rgba(255,255,255,0.86);
  max-width:700px;
  line-height:1.6;
}
.highlight-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.btn-light,.btn-outline-light{
  padding:14px 20px;
  border-radius:18px;
  text-decoration:none;
  font-size:15px;
}
.btn-light{
  background:#fff;
  color:#19428d;
}
.btn-outline-light{
  border:1px solid rgba(255,255,255,0.35);
  color:#fff;
  background:rgba(255,255,255,0.08);
}
.section-plans{padding-top:20px; padding-bottom:52px}
.plans-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
  margin-top:22px;
}
.plan-card{
  position:relative;
  background:#fff;
  border:1px solid #e1e8f3;
  border-radius:28px;
  padding:26px 24px 24px;
  box-shadow:0 18px 34px rgba(39,66,116,0.08);
}
.plan-card.featured{
  border:2px solid #ff9b4d;
  transform:translateY(-6px);
}
.featured-badge{
  position:absolute;
  top:14px; right:14px;
  background:#fff3e7;
  color:#ff7b1a;
  border:1px solid #ffd4ad;
  padding:7px 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}
.plan-tag{
  display:inline-block;
  background:#eef4ff;
  color:#3d6fdf;
  padding:7px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.plan-top h3{
  margin:14px 0 10px;
  font-size:28px;
  letter-spacing:-1px;
}
.price{
  font-size:36px;
  font-weight:800;
  letter-spacing:-1.5px;
  color:#102340;
}
.price span{
  font-size:16px;
  color:var(--muted);
  font-weight:600;
}
.plan-card ul{
  list-style:none;
  padding:0;
  margin:18px 0 22px;
  text-align:left;
}
.plan-card li{
  position:relative;
  padding-left:22px;
  margin:11px 0;
  color:#44516b;
  font-weight:500;
}
.plan-card li::before{
  content:"•";
  position:absolute;
  left:6px;
  top:-1px;
  color:#ff7b1a;
  font-size:20px;
}
.full{
  width:100%;
  height:52px;
}
@media (max-width: 980px){
  .hero h1{font-size:50px}
  .hero p{font-size:18px}
  .search-card{grid-template-columns:1fr; border-radius:24px}
  .btn-primary{height:54px}
  .categories-grid,.plans-grid{grid-template-columns:repeat(2, 1fr)}
  .highlight-card{flex-direction:column; align-items:flex-start}
}
@media (max-width: 640px){
  .container{width:min(100% - 20px, 1180px)}
  .hero{padding:34px 0 42px}
  .hero h1{font-size:40px}
  .hero p{font-size:16px}
  .section{padding:28px 0}
  .section h2{font-size:28px}
  .categories-grid,.plans-grid{grid-template-columns:1fr}
  .cat-card,.plan-card{border-radius:22px}
}
