:root {
  --ls-ink: #10152f;
  --ls-muted: #596173;
  --ls-line: #e3e8f2;
  --ls-bg: #f6f8fc;
  --ls-blue: #2563eb;
  --ls-mint: #16c79a;
  --ls-violet: #6d4aff;
  --ls-deep: #09111f;
}

body { color: var(--ls-ink); }

#main-header { box-shadow: 0 10px 35px rgba(16, 21, 47, .08) !important; }
#logo { display: none !important; }
.logo_container a:before {
  align-items: center;
  color: var(--ls-ink);
  content: "LogicoSpace";
  display: inline-flex;
  font-size: 24px;
  font-weight: 900;
  height: 54px;
  letter-spacing: 0;
}
.logo_container a:after {
  color: var(--ls-blue);
  content: "Hosting";
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  margin-left: 8px;
}
.et_header_style_left #et-top-navigation { padding-top: 18px !important; }
#top-menu li a { color: #20263d !important; font-weight: 800; }
#top-menu li.current-menu-item > a,
#top-menu li a:hover { color: var(--ls-blue) !important; opacity: 1 !important; }
#et_search_icon { display: none !important; }

.page .entry-title { display: none !important; }
#main-content .container:before { display: none !important; }
#left-area { padding-right: 0 !important; width: 100% !important; }
#sidebar { display: none !important; }
.page #main-content > .container {
  max-width: none !important;
  padding-top: 0 !important;
  width: 100% !important;
}

.ls-page { background: #fff; font-family: inherit; overflow: hidden; }
.ls-page h1,
.ls-page h2,
.ls-page h3 { color: var(--ls-ink); font-weight: 900; letter-spacing: 0; }
.ls-page h1 { font-size: clamp(42px, 6vw, 76px); line-height: .98; margin: 0 0 22px; }
.ls-page h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.05; margin: 0 0 16px; }
.ls-page h3 { font-size: 24px; line-height: 1.2; margin: 0 0 10px; }
.ls-page p { color: var(--ls-muted); font-size: 17px; line-height: 1.72; }
.ls-wrap { margin: 0 auto; width: min(1160px, calc(100% - 40px)); }

.ls-hero,
.ls-subhero,
.ls-section { margin-left: calc(50% - 50vw); width: 100vw; }
.ls-hero {
  align-items: center;
  background: linear-gradient(90deg, rgba(7, 14, 30, .92), rgba(24, 31, 65, .78)), url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=2200&q=85") center/cover no-repeat;
  color: #fff;
  display: flex;
  min-height: 720px;
  position: relative;
}
.ls-hero h1,
.ls-hero p,
.ls-subhero h1,
.ls-subhero p { color: #fff; }
.ls-hero-grid { align-items: center; display: grid; gap: 56px; grid-template-columns: minmax(0, 1.1fr) 420px; }
.ls-kicker {
  color: var(--ls-mint) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  margin: 0 0 14px !important;
  text-transform: uppercase;
}
.ls-lede { font-size: 20px !important; max-width: 760px; }
.ls-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.ls-btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  text-decoration: none !important;
}
.ls-btn-primary { background: var(--ls-mint); color: #07111f !important; }
.ls-btn-secondary { background: #fff; color: var(--ls-ink) !important; }
.ls-trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.ls-trust-row span { border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 800; padding: 8px 12px; }
.ls-hero-card { background: rgba(255, 255, 255, .95); border: 1px solid rgba(255, 255, 255, .5); border-radius: 16px; box-shadow: 0 30px 90px rgba(0, 0, 0, .32); padding: 18px; }
.ls-hero-card div { border-bottom: 1px solid var(--ls-line); padding: 22px; }
.ls-hero-card div:last-child { border-bottom: 0; }
.ls-hero-card strong { color: var(--ls-ink); display: block; font-size: 21px; font-weight: 900; }
.ls-hero-card span { color: var(--ls-muted); display: block; font-weight: 700; margin-top: 6px; }

.ls-section { padding: 86px 0; }
.ls-alt { background: var(--ls-bg); }
.ls-section-lede { max-width: 720px; }
.ls-product-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; }
.ls-product { background: #fff; border: 1px solid var(--ls-line); border-radius: 12px; box-shadow: 0 18px 48px rgba(16, 21, 47, .08); color: inherit !important; display: block; min-height: 250px; padding: 28px; text-decoration: none !important; transition: transform .2s ease, border-color .2s ease; }
.ls-product:hover { border-color: var(--ls-blue); transform: translateY(-3px); }
.ls-product span { color: var(--ls-blue); font-weight: 900; }
.ls-product p { margin-bottom: 0; }
.ls-proof { background: var(--ls-deep); }
.ls-proof h2,
.ls-proof p { color: #fff; }
.ls-proof-grid { display: grid; gap: 50px; grid-template-columns: .8fr 1fr; }
.ls-proof-list { display: grid; gap: 18px; }
.ls-proof-list p { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; margin: 0; padding: 20px; }

.ls-subhero { background: #111827; padding: 130px 0 96px; position: relative; }
.ls-subhero-shared { background: linear-gradient(90deg, rgba(11, 20, 42, .9), rgba(22, 199, 154, .25)), url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=2200&q=85") center/cover no-repeat; }
.ls-subhero-vps { background: linear-gradient(90deg, rgba(11, 20, 42, .92), rgba(37, 99, 235, .3)), url("https://images.unsplash.com/photo-1597852074816-d933c7d2b988?auto=format&fit=crop&w=2200&q=85") center/cover no-repeat; }
.ls-subhero-dedicated { background: linear-gradient(90deg, rgba(11, 20, 42, .92), rgba(109, 74, 255, .25)), url("https://images.unsplash.com/photo-1551808525-51a94da548ce?auto=format&fit=crop&w=2200&q=85") center/cover no-repeat; }
.ls-subhero-contact { background: linear-gradient(90deg, rgba(11, 20, 42, .92), rgba(22, 199, 154, .22)), url("https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=2200&q=85") center/cover no-repeat; }
.ls-heading-row { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 24px; }
.ls-heading-row > p { margin: 0; max-width: 430px; }
.ls-contact-grid { display: grid; gap: 30px; grid-template-columns: 1fr 420px; }
.ls-contact-panel { background: var(--ls-bg); border: 1px solid var(--ls-line); border-radius: 14px; padding: 30px; }

.logicospace-plans-grid { gap: 24px !important; }
.logicospace-plan-card { border: 1px solid var(--ls-line) !important; border-radius: 14px !important; box-shadow: 0 18px 48px rgba(16, 21, 47, .08) !important; padding: 28px !important; }
.logicospace-plan-card.is-featured { border-color: var(--ls-blue) !important; box-shadow: 0 24px 65px rgba(37, 99, 235, .16) !important; }
.logicospace-plan-badge { background: #eef2ff !important; border-radius: 999px !important; color: #3730a3 !important; }
.logicospace-plan-price span { color: var(--ls-ink); font-size: 42px !important; }
.logicospace-plan-button { background: var(--ls-blue) !important; border-radius: 8px !important; }
.logicospace-plan-button:hover { background: var(--ls-violet) !important; }

#footer-widgets { display: none !important; }
#main-footer,
#footer-bottom { background: #07111f !important; }
#footer-info { color: #d8dfef !important; font-size: 0 !important; }
#footer-info:before { content: "(c) 2026 LogicoSpace Hosting. Shared hosting, VPS hosting, and dedicated server requests."; font-size: 14px; }
.et-social-icons { display: none !important; }

@media (max-width: 980px) {
  .ls-hero { min-height: auto; padding: 110px 0 80px; }
  .ls-hero-grid,
  .ls-proof-grid,
  .ls-contact-grid { grid-template-columns: 1fr; }
  .ls-hero-card { max-width: 560px; }
  .ls-product-grid { grid-template-columns: 1fr; }
  .ls-heading-row { display: block; }
  .logo_container a:before { font-size: 21px; }
  .ls-page h1 { font-size: 44px; }
}

@media (max-width: 640px) {
  .ls-wrap { width: min(100% - 28px, 1160px); }
  .ls-section { padding: 62px 0; }
  .ls-subhero { padding: 96px 0 70px; }
  .ls-actions { display: grid; }
  .ls-btn { width: 100%; }
  .ls-hero-card div { padding: 18px; }
  .ls-page h1 { font-size: 38px; }
  .ls-page h2 { font-size: 30px; }
  .logicospace-plan-price span { font-size: 34px !important; }
}
