﻿:root {
  --tc-accent: #00d1ff;
  --tc-text: rgba(255,255,255,.92);
  --tc-muted: rgba(255,255,255,.72);
}

body,input,select,textarea {
  font-family: "Inter", system-ui, sans-serif;
}
h1,h2,h3,h4 {
  font-family: "Space Grotesk", "Inter", sans-serif;
}

#intro h1 { color: var(--tc-text); }
#intro p { color: var(--tc-muted); max-width: 42ch; }

.button.primary {
  background: var(--tc-accent) !important;
  color: #0b1020 !important;
}

.hero-grid {
  display:grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap:2rem;
  align-items:center;
}

.hero-pills {
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
  margin:1rem 0 1.4rem;
}
.hero-pill {
  font-size:.85rem;
  padding:.45rem .75rem;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

@media screen and (max-width:736px){
  .hero-grid { grid-template-columns:1fr; }
}
html, body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

#wrapper {
  overflow: visible !important;
  height: auto !important;
}

.wrapper.fullscreen {
  min-height: 100vh !important;
  height: auto !important;
}
#sidebar {
  overflow: hidden !important;
}
html, body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

#wrapper {
  overflow: visible !important;
  height: auto !important;
}

.wrapper.fullscreen {
  min-height: 100vh !important;
  height: auto !important;
}
#intro {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
}
#intro .inner {
  max-width: 85em !important;
}
.button.primary {
  border-radius: 999px !important;
  font-weight: 700 !important;
}

.actions .button:not(.primary) {
  border-radius: 999px !important;
}
.hero-grid {
  margin-top: -1rem !important;
}

#intro h1 {
  margin-bottom: 1rem !important;
}

#intro p {
  margin-bottom: 1.2rem !important;
}
#intro:before {
  opacity: 0.06 !important;
}
#intro:before {
  opacity: 0.06 !important;
}
#intro h1 {
  font-size: 3.2rem !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
}
#intro p {
  font-size: 1.15rem !important;
  line-height: 1.6 !important;
  opacity: 0.85 !important;
}
.actions .button {
  border-radius: 999px !important;
  padding: 0.85rem 2.2rem !important;
  font-weight: 700 !important;
}

.button.primary {
  background: #00d1ff !important;
  color: #081018 !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25) !important;
}

.button.primary:hover {
  transform: translateY(-2px);
  transition: 0.2s ease;
}
#sidebar {
  background: rgba(20,15,40,0.92) !important;
}

#sidebar nav ul li a {
  opacity: 0.6 !important;
  font-weight: 600 !important;
}

#sidebar nav ul li a:hover {
  opacity: 1 !important;
}
.hero-proof {
  margin-top: 1.5rem;
  font-size: 0.95rem;
  opacity: 0.65;
}
#intro .inner {
  max-width: 1100px !important;
}
#intro:before,
.wrapper.style1:before {
  display: none !important;
}
.services-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem;
  margin-top: 2.5rem;
}

.service-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 2rem;
  border-radius: 20px;
  transition: 0.2s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.06);
}

.service-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.service-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
}

.service-card p {
  opacity: 0.75;
  font-size: 1rem;
  line-height: 1.6;
}

.service-card a {
  display: inline-block;
  margin-top: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  color: #00d1ff;
}
#intro .actions .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}
.service-card a {
  margin-top: 1.3rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 0.95rem;
  opacity: 0.9;
}

.service-card a:hover {
  opacity: 1;
  transform: translateX(3px);
  transition: 0.2s ease;
}
.service-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.service-card p {
  flex-grow: 1;
}
.service-icon {
  width: 46px;
  height: 46px;
  font-size: 0.9rem;
  border-radius: 14px;
}
.service-card {
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

.service-card:hover {
  box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}
#sidebar {
  border-right: 1px solid rgba(255,255,255,0.08);
}

#sidebar nav ul li a {
  padding: 0.6rem 0;
}
form .button.submit {
  background: #00d1ff !important;
  color: #081018 !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}
form input, form textarea {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 14px !important;
}

form input:focus, form textarea:focus {
  border-color: #00d1ff !important;
  box-shadow: 0 0 0 3px rgba(0,209,255,0.25);
}
.contact-info {
  background: rgba(255,255,255,0.04) !important;
  padding: 2rem !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
}
form .button.submit {
  background: #00d1ff !important;
  color: #081018 !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25) !important;
}
form input, form textarea {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 14px !important;
  color: white !important;
}

form input:focus, form textarea:focus {
  border-color: #00d1ff !important;
  box-shadow: 0 0 0 3px rgba(0,209,255,0.25) !important;
}
.hero-proof {
  margin-top: 1rem;
  font-size: 0.95rem;
  opacity: 0.7;
}
.button,
input[type='submit'],
button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding-top: 0.95rem !important;
  padding-bottom: 0.95rem !important;
}
#sidebar nav ul li a {
  opacity: 0.72 !important;
  color: rgba(255,255,255,0.75) !important;
}

#sidebar nav ul li a:hover {
  opacity: 1 !important;
  color: white !important;
}
#sidebar nav ul li a {
  opacity: 0.72 !important;
  color: rgba(255,255,255,0.75) !important;
}

#sidebar nav ul li a:hover {
  opacity: 1 !important;
  color: white !important;
}



#three textarea {
  min-height: 160px !important;
}


