/* Blackstone Elite LLC website package */
:root {
  --bg: #0f172a;
  --bg-soft: #111827;
  --panel: #ffffff;
  --panel-soft: #f8fafc;
  --text: #0f172a;
  --muted: #475569;
  --line: #dbe3ee;
  --brand: #0f766e;
  --brand-dark: #115e59;
  --accent: #1d4ed8;
  --accent-soft: #dbeafe;
  --success: #166534;
  --gold: #b45309;
  --shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
  --radius: 20px;
  --radius-sm: 14px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #eef4f8;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.topbar {
  background: var(--bg);
  color: #e2e8f0;
  font-size: 14px;
}
.topbar .container {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px;
  padding: 10px 0;
}
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(255,255,255,0.92);
  border-bottom: 1px solid rgba(219,227,238,0.9);
}
.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 18px 0;
}
.brand {
  display: flex; align-items: center; gap: 14px;
}
.brand-mark {
  width: 48px; height: 48px; border-radius: 16px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #fff; font-weight: 800; letter-spacing: .08em;
  box-shadow: var(--shadow);
}
.brand-text strong { display: block; font-size: 18px; }
.brand-text span { display: block; color: var(--muted); font-size: 13px; }
.nav-links {
  display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: flex-end;
}
.nav-links a { color: var(--muted); font-weight: 600; }
.nav-links a:hover, .nav-links a.active { color: var(--brand-dark); }
.nav-cta { display: flex; gap: 12px; align-items: center; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 22px; border-radius: 999px;
  font-weight: 700; border: 1px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(15,23,42,0.12); }
.btn-primary { background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; }
.btn-secondary { background: #fff; color: var(--brand-dark); border-color: var(--line); }
.btn-accent { background: linear-gradient(135deg, var(--accent), #2563eb); color: #fff; }
.btn-outline { border-color: rgba(255,255,255,0.35); color: #fff; }
.hero {
  background:
    radial-gradient(circle at top right, rgba(29,78,216,0.20), transparent 25%),
    radial-gradient(circle at left bottom, rgba(15,118,110,0.18), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, #eef4f8 100%);
  padding: 86px 0 56px;
}
.hero-grid {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 38px; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px; background: #e6fffb;
  color: var(--brand-dark); font-weight: 700; font-size: 14px;
}
.hero h1 { font-size: clamp(38px, 5.6vw, 64px); line-height: 1.05; margin: 18px 0 18px; }
.hero p { font-size: 18px; color: var(--muted); max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-note { margin-top: 22px; color: var(--muted); font-size: 15px; }
.hero-card, .card {
  background: rgba(255,255,255,0.9); border: 1px solid rgba(219,227,238,0.92);
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.hero-card { padding: 26px; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.stat {
  background: var(--panel-soft); border-radius: 18px; padding: 18px;
  border: 1px solid var(--line);
}
.stat strong { display: block; font-size: 27px; }
.stat span { color: var(--muted); font-size: 14px; }
.badge-list, .check-list { list-style: none; padding: 0; margin: 0; }
.badge-list li, .check-list li {
  display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px;
}
.icon-dot {
  flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%;
  display: inline-grid; place-items: center; background: #dcfce7; color: var(--success); font-weight: 900;
}
.section { padding: 76px 0; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.08; margin: 10px 0 14px; }
.section-heading p { color: var(--muted); font-size: 17px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card, .policy-card, .pricing-card, .testimonial, .info-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.service-card, .policy-card, .testimonial, .info-card { padding: 28px; }
.service-icon {
  width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center;
  background: linear-gradient(135deg, #e6fffb, #dbeafe); color: var(--brand-dark); font-weight: 800; margin-bottom: 18px;
}
.service-card h3, .policy-card h3, .pricing-card h3, .info-card h3 { margin: 0 0 10px; font-size: 22px; }
.service-card p, .policy-card p, .pricing-card p, .info-card p, .testimonial p { color: var(--muted); }
.pricing-wrap {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch;
}
.pricing-card { padding: 30px; position: relative; overflow: hidden; }
.pricing-card.featured {
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%); color: #fff; transform: translateY(-10px);
}
.pricing-card.featured p, .pricing-card.featured li, .pricing-card.featured .price-sub { color: #dbeafe; }
.pricing-card.featured .tag { background: rgba(255,255,255,0.14); color: #fff; }
.tag {
  display: inline-flex; padding: 8px 12px; border-radius: 999px; background: #ecfeff; color: var(--brand-dark);
  font-size: 13px; font-weight: 800; letter-spacing: .02em;
}
.price { font-size: 48px; font-weight: 800; line-height: 1; margin: 18px 0 6px; }
.price-sub { color: var(--muted); margin-bottom: 16px; }
.pricing-card ul { padding-left: 18px; }
.pricing-card li { margin-bottom: 10px; color: var(--muted); }
.cta-band {
  background: linear-gradient(135deg, var(--brand), var(--accent)); color: #fff; border-radius: 28px; padding: 34px; box-shadow: var(--shadow);
  display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center;
}
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial strong { display: block; margin-top: 16px; }
.testimonial span { color: var(--muted); font-size: 14px; }
.contact-layout, .checkout-layout, .page-grid {
  display: grid; grid-template-columns: 1.08fr .92fr; gap: 28px; align-items: start;
}
.form-card, .summary-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow);
}
label { display: block; margin-bottom: 8px; font-weight: 700; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px;
  font: inherit; color: var(--text); background: #fff;
}
textarea { min-height: 120px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-group { margin-bottom: 18px; }
.notice {
  padding: 16px 18px; border-radius: 16px; background: #eff6ff; border: 1px solid #bfdbfe; color: #1e3a8a;
  font-size: 15px;
}
.mini-list { list-style: none; margin: 0; padding: 0; }
.mini-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.mini-list li:last-child { border-bottom: none; }
.table-wrap { overflow-x: auto; }
.price-table {
  width: 100%; border-collapse: collapse; background: #fff; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow);
}
.price-table th, .price-table td {
  border-bottom: 1px solid var(--line); padding: 18px; text-align: left;
}
.price-table th { background: #0f172a; color: #fff; font-size: 15px; }
.price-table tr:nth-child(even) td { background: #f8fafc; }
.page-hero {
  background: linear-gradient(180deg, #f8fbff 0%, #eef4f8 100%);
  padding: 62px 0 28px;
}
.page-hero h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.08; margin: 10px 0 14px; }
.page-hero p { color: var(--muted); font-size: 18px; max-width: 760px; }
.breadcrumb { color: var(--muted); font-size: 14px; }
.policy-layout { display: grid; grid-template-columns: 320px 1fr; gap: 28px; align-items: start; }
.policy-nav {
  position: sticky; top: 110px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow);
}
.policy-nav a { display: block; padding: 12px 0; color: var(--muted); border-bottom: 1px solid var(--line); }
.policy-nav a:last-child { border-bottom: none; }
.policy-content {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow);
}
.policy-content h2 { margin-top: 0; }
.policy-content h3 { margin-top: 26px; }
.policy-content p, .policy-content li { color: var(--muted); }
.footer {
  background: var(--bg); color: #dbeafe; margin-top: 40px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 24px; padding: 54px 0 28px;
}
.footer h4 { margin: 0 0 12px; color: #fff; }
.footer p, .footer a { color: #bfd2ea; }
.footer a:hover { color: #fff; }
.footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding: 18px 0 28px; border-top: 1px solid rgba(255,255,255,0.12); color: #bfd2ea; font-size: 14px;
}
.center { text-align: center; }
.hidden-note { color: var(--muted); font-size: 14px; }
.order-summary-item {
  display: flex; justify-content: space-between; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line);
}
.order-summary-item:last-child { border-bottom: none; }
@media (max-width: 1040px) {
  .hero-grid, .grid-3, .pricing-wrap, .testimonials, .contact-layout, .checkout-layout, .page-grid, .footer-grid, .policy-layout, .grid-2, .cta-band {
    grid-template-columns: 1fr;
  }
  .pricing-card.featured { transform: none; }
  .policy-nav { position: static; }
}
@media (max-width: 760px) {
  .nav { align-items: flex-start; flex-direction: column; }
  .nav-links, .nav-cta, .hero-actions { width: 100%; }
  .form-grid, .stat-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .section { padding: 60px 0; }
}
