:root {
  --bg: #f4f5f9;
  --text: #111322;
  --muted: #69708a;
  --card: #ffffff;
  --dark: #060812;
  --primary: #4f46ff;
  --primary-2: #6f66ff;
  --border: rgba(79, 70, 255, 0.14);
  --shadow: 0 24px 60px rgba(17, 19, 34, 0.08);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.center { text-align: center; }
.narrow { max-width: 780px; margin-inline: auto; }

.topbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 0; color: rgba(255,255,255,.88); font-size: 14px;
}
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: linear-gradient(180deg, rgba(6,8,18,.96), rgba(6,8,18,.92));
  backdrop-filter: blur(12px);
}
.sep { padding: 0 8px; opacity: .5; }
.navbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0 18px;
}
.brand img { height: 44px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 24px; color: white; }
.nav-links a { font-weight: 500; font-size: 15px; }
.nav-toggle { display: none; background: transparent; border: 0; color: white; font-size: 28px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 14px; font-weight: 700; transition: .25s ease;
  border: 1px solid transparent; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-2)); color: white; box-shadow: 0 14px 28px rgba(79,70,255,.28); }
.btn-outline { border-color: rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.04); }
.btn-sm { padding: 11px 16px; font-size: 14px; }
.text-link { color: var(--primary); font-weight: 700; }

.hero, .cta-section, .video-banner, .page-hero {
  position: relative; overflow: hidden;
}
.hero {
  min-height: 90vh;
  background:
    radial-gradient(circle at 20% 20%, rgba(130,105,255,.28), transparent 20%),
    radial-gradient(circle at 80% 15%, rgba(39,171,255,.18), transparent 16%),
    linear-gradient(135deg, rgba(7,9,18,.94), rgba(18,20,35,.82)),
    linear-gradient(120deg, #131525, #0b1024);
  display: flex; align-items: center;
}
.hero-overlay, .video-overlay, .cta-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.24), rgba(0,0,0,.18));
}
.hero-content, .video-content, .cta-content { position: relative; z-index: 1; }
.hero-content { padding: 88px 0 86px; color: white; }
.eyebrow { text-transform: none; letter-spacing: .01em; font-weight: 600; color: #c7cbff; margin-bottom: 10px; }
.eyebrow.accent { color: var(--primary); }
.hero h1, .page-hero h1 { font-size: clamp(38px, 6vw, 72px); line-height: 1.04; max-width: 980px; margin: 0 0 18px; }
.hero-copy { max-width: 820px; font-size: 18px; line-height: 1.75; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.center-actions { justify-content: center; }
.hero-features {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px;
}
.hero-features article {
  border: 1px solid rgba(255,255,255,.14); border-radius: 22px; padding: 26px;
  background: rgba(255,255,255,.05); backdrop-filter: blur(10px);
}
.icon-badge, .service-icon, .play-circle {
  width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center;
  border: 1px solid rgba(111,102,255,.55); color: white; background: rgba(79,70,255,.08);
}
.hero-features h3 { margin: 18px 0 10px; font-size: 20px; }
.hero-features p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.7; }

section { padding: 96px 0; }
.split-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; }
.split-section.reverse { grid-template-columns: .95fr 1.05fr; }
.about-section h2, .feature-block h2, .services-section h2, .hosting-section h2, .pricing-copy h2, .cta-content h2 {
  font-size: clamp(30px, 4vw, 52px); line-height: 1.1; margin: 0 0 18px;
}
.about-section p, .feature-block p, .section-copy, .pricing-copy p, .cta-content p { color: var(--muted); line-height: 1.8; font-size: 17px; }
.media-card {
  min-height: 420px; border-radius: 28px; box-shadow: var(--shadow);
  background: linear-gradient(135deg, rgba(79,70,255,.16), rgba(67,182,255,.12)), white;
  position: relative; overflow: hidden;
}
.gradient-card::before, .office-card::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 25% 25%, rgba(255,255,255,.7), transparent 20%),
    linear-gradient(145deg, rgba(79,70,255,.18), rgba(67,182,255,.08));
}
.tall { min-height: 500px; }
.office-card { background: linear-gradient(135deg, #ffffff, #eef1ff); }
.office-card::after {
  content: ''; position: absolute; inset: 12%; border-radius: 20px;
  background: linear-gradient(135deg, rgba(11,16,36,.9), rgba(79,70,255,.65)); opacity: .85;
}
.stats-row { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 28px; }
.stats-row div strong { display: block; font-size: 46px; color: var(--primary); }
.stats-row div span { color: var(--muted); font-weight: 600; }

.service-grid, .hosting-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px;
}
.service-card, .hosting-card, .price-card, .booking-card, .hours-card {
  background: var(--card); border-radius: 24px; border: 1px solid var(--border); box-shadow: var(--shadow);
}
.service-card { padding: 28px; }
.service-icon {
  color: var(--primary); background: rgba(79,70,255,.08); border-color: rgba(79,70,255,.18);
}
.service-card h3 { margin: 18px 0 10px; font-size: 22px; }
.service-card p { color: var(--muted); min-height: 110px; line-height: 1.7; }
.service-price { font-weight: 800; color: var(--text); font-size: 26px; margin-top: 10px; }
.service-subprice { color: var(--primary); margin: 8px 0 14px; font-weight: 600; }

.video-banner {
  background:
    radial-gradient(circle at 70% 25%, rgba(79,70,255,.20), transparent 15%),
    linear-gradient(135deg, rgba(7,9,18,.90), rgba(9,12,26,.72));
  min-height: 420px; display: flex; align-items: center;
}
.video-content { color: white; }
.play-circle { margin: 0 auto 22px; border-radius: 50%; font-size: 22px; }
.video-content p, .cta-content p { color: rgba(255,255,255,.78); max-width: 720px; margin-inline: auto; }

.hosting-card { padding: 28px; position: relative; }
.pill {
  display: inline-flex; padding: 8px 12px; border-radius: 999px; font-size: 13px;
  background: rgba(79,70,255,.08); color: var(--primary); font-weight: 700; margin-bottom: 16px;
}
.hosting-card h3 { margin: 0 0 12px; font-size: 24px; }
.hosting-card p { color: var(--muted); line-height: 1.7; min-height: 92px; }
.hosting-meta { color: var(--text); font-weight: 700; margin-bottom: 18px; }
.hosting-card .btn-outline { color: var(--primary); border-color: rgba(79,70,255,.18); background: white; }

.pricing-section {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: center;
}
.price-boxes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.price-card { padding: 34px; }
.price-card.muted { background: #f6f6fd; }
.price-card.featured { border-color: rgba(79,70,255,.5); }
.price-card h3 { margin: 0 0 10px; font-size: 28px; }
.price {
  font-size: 62px; color: var(--primary); font-weight: 300; line-height: 1; margin-bottom: 16px;
}
.price-card p { color: var(--muted); line-height: 1.7; }
.price-card ul { padding-left: 18px; color: var(--text); line-height: 2; }

.cta-section {
  background: linear-gradient(135deg, rgba(7,9,18,.94), rgba(18,20,35,.82));
  min-height: 380px; display: flex; align-items: center;
}
.cta-content { color: white; }

.site-footer {
  background: #05070d; color: rgba(255,255,255,.9); padding-top: 70px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 40px;
}
.footer-logo { height: 48px; margin-bottom: 18px; }
.site-footer p, .site-footer span, .site-footer a { color: rgba(255,255,255,.7); line-height: 1.8; }
.site-footer h4 { margin-top: 0; color: white; font-size: 18px; }
.site-footer a { display: block; margin-bottom: 8px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08); margin-top: 46px; padding: 22px 0 30px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 14px;
}
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.hours-row {
  display: flex; justify-content: space-between; gap: 12px; margin-bottom: 10px; font-size: 14px;
}
.hours-row strong { color: white; font-weight: 600; }
.social-note { color: #c7cbff; margin-top: 18px; }

.whatsapp-float {
  position: fixed; left: 20px; bottom: 20px; z-index: 70; display: inline-flex;
  align-items: center; gap: 10px; padding: 14px 18px; border-radius: 999px;
  background: linear-gradient(135deg, #202545, #4f46ff); color: white; box-shadow: 0 24px 54px rgba(17,19,34,.22);
}
.wa-icon {
  width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%;
  background: rgba(255,255,255,.14); font-weight: 800;
}

.inner-page { min-height: 70vh; }
.page-hero.small-hero {
  background: linear-gradient(135deg, rgba(7,9,18,.94), rgba(18,20,35,.82)); color: white; padding: 80px 0 60px;
}
.page-hero p { max-width: 820px; color: rgba(255,255,255,.78); line-height: 1.8; }
.booking-layout {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; margin-top: -30px; padding-bottom: 96px;
}
.booking-card, .hours-card { padding: 30px; }
.booking-form .form-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 16px;
}
label { display: block; font-weight: 600; color: var(--text); }
input, select, textarea {
  width: 100%; margin-top: 8px; padding: 14px 16px; border-radius: 14px; border: 1px solid rgba(17,19,34,.12);
  font: inherit; background: #fff;
}
textarea { resize: vertical; }
.aside-divider { height: 1px; background: rgba(17,19,34,.09); margin: 24px 0; }

@media (max-width: 1100px) {
  .service-grid, .hosting-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-features, .footer-grid, .pricing-section, .booking-layout, .split-section, .split-section.reverse { grid-template-columns: 1fr; }
  .price-boxes { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .topbar { display: none; }
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: calc(100% + 8px); right: 20px; left: 20px; display: none; flex-direction: column;
    background: #0b1024; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 18px;
  }
  .nav-links.open { display: flex; }
  .hero { min-height: auto; }
  .hero-features, .service-grid, .hosting-grid, .booking-form .form-grid { grid-template-columns: 1fr; }
  section { padding: 72px 0; }
  .whatsapp-float span:last-child { display: none; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .price { font-size: 48px; }
}
