/* RESET & NORMALIZE */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background: #181C22;
  color: #fff;
}
body {
  line-height: 1.6;
  font-family: 'Roboto', Arial, sans-serif;
  background: #181C22;
  color: #fff!important;
  min-height: 100vh;
}
body p{
  color: #fff!important;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
button, input, select, textarea {
  font: inherit;
}
/* ---------- COLOR VARIABLES FOR FALLBACK ---------- */
:root {
  --primary: #232B35;
  --secondary: #FDD835;
  --accent: #FFFFFF;
  --bg: #181C22;
  --electric-magenta: #FF1361;
  --electric-cyan: #00D2FF;
  --e-contrast-dark: #1a1e24;
  --e-card-shadow: 0 4px 24px rgba(35,43,53,0.16), 0 1.5px 10px rgba(253,216,53,0.1);
}
/* ---------- TYPOGRAPHY ---------- */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--primary);
}
h1 {
  font-size: 2.5rem;
  color: var(--electric-magenta);
  margin-bottom: 18px;
}
h2 {
  font-size: 2rem;
  color: var(--secondary);
  margin-bottom: 14px;
}
h3 {
  font-size: 1.35rem;
  color: var(--electric-cyan);
  margin-bottom: 10px;
  letter-spacing: 0.4px;
}
p, li, ul, label {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #fff;
}
strong {
  font-weight: 700;
  color: #fff;
}
em {
  font-style: italic;
  color: var(--electric-magenta);
}
/* ---------- LAYOUT CONTAINER ---------- */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.text-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
/* ---------- SECTION SPACING ---------- */
section {
  width: 100%;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: var(--accent);
  border-radius: 18px;
  box-shadow: var(--e-card-shadow);
}
main section {
  margin-bottom: 60px;
  padding: 40px 0 0 0;
}
/* ---------- FLEXBOX PATTERNS ---------- */
.card-container,
.card-grid,
.service-cards,
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.card,
.service-card {
  margin-bottom: 20px;
  position: relative;
  border-radius: 14px;
  box-shadow: var(--e-card-shadow);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  min-width: 260px;
  max-width: 100%;
  transition: transform 0.18s cubic-bezier(.45,2.4,.56,.68), box-shadow 0.22s;
}
.card:hover,
.service-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 9px 30px rgba(255,19,97,0.11), 0 2px 13px rgba(0,210,255,0.13);
  z-index: 2;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 2px 14px rgba(35,43,53,0.09);
  margin-bottom: 20px;
}
.testimonial-card p {
  color: #15191c;
  font-size: 1.08rem;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
/* ---------- HEADER ---------- */
header {
  background: var(--primary);
  box-shadow: 0 2px 14px rgba(35,43,53,0.16);
  z-index: 100;
  position: sticky;
  top: 0;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  gap: 0;
}
header img {
  height: 40px;
}
.main-nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.main-nav a {
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--secondary);
  font-size: 1.10rem;
  padding: 6px 12px;
  border-radius: 6px;
  transition: background 0.16s, color 0.17s;
}
.main-nav a:hover,
.main-nav a:focus {
  background: var(--secondary);
  color: var(--primary);
}
.main-nav .cta {
  background: var(--electric-magenta);
  color: #fff;
  border-radius: 8px;
  padding: 8px 22px;
  margin-left: 14px;
  font-size: 1.12rem;
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 700;
  box-shadow: 0 2px 9px rgba(255,19,97,0.11);
  border: none;
  cursor: pointer;
  transition: background 0.15s, color 0.16s, transform 0.10s;
}
.main-nav .cta:hover,
.main-nav .cta:focus {
  background: var(--secondary);
  color: var(--primary);
  transform: scale(1.08);
}
/* ---------- MOBILE BURGER MENU ---------- */
.mobile-menu-toggle {
  display: none;
  background: none;
  color: var(--secondary);
  font-size: 2rem;
  border: none;
  padding: 4px 12px;
  cursor: pointer;
  margin-left: 18px;
  z-index: 105;
  transition: color 0.18s;
}
.mobile-menu-toggle:focus {
  outline: 3px dotted var(--electric-magenta);
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: var(--primary);
  z-index: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(.55,.08,.31,.97);
  box-shadow: 0 9px 50px rgba(35,43,53,0.23);
  padding: 38px 32px 24px 32px;
  gap: 18px;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: var(--secondary);
  font-size: 2.2rem;
  align-self: flex-end;
  margin-bottom: 22px;
  cursor: pointer;
  transition: color 0.18s;
  z-index: 601;
}
.mobile-menu-close:focus {
  outline: 3px dotted var(--electric-cyan);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.mobile-nav a {
  color: var(--secondary);
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 6px;
  border-radius: 9px;
  background: transparent;
  transition: background 0.15s, color 0.16s;
}
.mobile-nav a:hover,
.mobile-nav a:focus {
  background: var(--secondary);
  color: var(--primary);
}
@media (max-width: 1024px) {
  .main-nav {
    gap: 12px;
  }
}
@media (max-width: 900px) {
  header img {
    height: 34px;
  }
  .main-nav a, .main-nav .cta {
    font-size: 1rem;
    padding: 6px 8px;
  }
}
@media (max-width: 800px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
}
/* ---------- MAIN CONTENT SECTIONS ---------- */
section {
  width: 100%;
  margin-bottom: 60px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
/* List styling for highlight/feature lists */
ul {
  margin-bottom: 8px;
  margin-left: 0;
  padding: 0;
}
ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 1rem;
}
ul li img {
  width: 22px;
  margin-right: 8px;
}
/* Service Cards Grid */
.service-cards {
  gap: 24px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.service-card {
  flex: 1 1 260px;
  min-width: 220px;
  max-width: 340px;
}
/* ---------- BUTTONS & LINKS ---------- */
.cta, .cta-btn, .cookie-banner-btn {
  display: inline-block;
  background: var(--electric-magenta);
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 12px 28px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  cursor: pointer;
  box-shadow: 0 2px 9px rgba(255,19,97,0.14);
  margin-top: 10px;
  margin-bottom: 6px;
  margin-right: 12px;
  transition: background 0.13s, box-shadow 0.15s, color 0.15s, transform 0.11s;
}
.cta:hover, .cta:focus, .cta-btn:hover, .cta-btn:focus, .cookie-banner-btn:hover, .cookie-banner-btn:focus {
  background: var(--secondary);
  color: var(--primary);
  box-shadow: 0 7px 22px 0 rgba(253,216,53,0.24);
  transform: translateY(-2px) scale(1.06);
}
/* ---------- CARDS ---------- */
.card, .service-card {
  margin-bottom: 20px;
}
.card-container, .card-grid {
  gap: 24px;
}
.card-content {
  gap: 12px;
}
.card strong, .service-card strong {
  color: var(--electric-magenta);
}
.card em, .service-card em {
  color: var(--electric-cyan);
}
/* ---------- TESTIMONIALS ---------- */
.testimonial-card {
  color: #181C22;
  box-shadow: 0 2px 14px rgba(35,43,53,0.09);
  border-left: 4px solid var(--secondary);
  font-size: 1.1rem;
  font-weight: 500;
}
.testimonial-card strong {
  color: var(--primary);
  font-weight: 700;
  font-size: 1rem;
}
/* ---------- FOOTER ---------- */
footer {
  background: var(--primary);
  color: var(--secondary);
  margin-top: 60px;
  padding: 32px 0 10px 0;
  font-family: 'Roboto', Arial, sans-serif;
}
footer .container {
  flex-direction: column;
  gap: 0;
}
.main-footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.main-footer img {
  height: 35px;
}
.footer-links {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.footer-links a {
  color: var(--secondary);
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1px;
  opacity: 0.85;
  transition: color 0.15s, opacity 0.14s;
}
.footer-links a:hover,
.footer-links a:focus {
  color: var(--electric-magenta);
  opacity: 1;
}
.social-media-links {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.social-media-links a img {
  width: 29px;
  height: 29px;
  filter: drop-shadow(0 2px 7px #00D2FF55); /* Subtle neon/cyan shadow */
  transition: filter 0.14s;
}
.social-media-links a:hover img,
.social-media-links a:focus img {
  filter: drop-shadow(0 3px 11px #FF136188) drop-shadow(0 1px 8px #FDD83599);
}
/* ---------- COOKIE CONSENT BANNER ---------- */
.cookie-consent-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 24px;
  z-index: 900;
  background: var(--primary);
  color: var(--accent);
  border-radius: 16px;
  box-shadow: 0 3px 32px rgba(253,216,53,0.18);
  padding: 18px 16px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  animation: banner-slidein .35s cubic-bezier(.53,1.08,.67,.96) 1;
}
@keyframes banner-slidein {
  from { opacity: 0; transform: translateY(48px); } to { opacity: 1; transform: translateY(0); }
}
.cookie-banner-buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 9px;
}
.cookie-banner-btn {
  background: var(--secondary);
  color: var(--primary);
  border: none;
  border-radius: 18px;
  padding: 11px 26px;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 1.5px 6px rgba(253,216,53,0.12);
  transition: background 0.12s, color 0.13s, transform 0.09s;
}
.cookie-banner-btn.ghost {
  background: transparent;
  color: var(--secondary);
  border: 2px solid var(--secondary);
}
.cookie-banner-btn.settings {
  background: var(--electric-magenta);
  color: #fff;
}
.cookie-banner-btn:hover, .cookie-banner-btn:focus {
  background: var(--electric-cyan);
  color: var(--primary);
}
/* Cookie Modal */
.cookie-modal {
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 1100;
  background: rgba(35,43,53,0.79);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: modal-fadein .2s cubic-bezier(.53,1.08,.67,.96) 1;
}
@keyframes modal-fadein {
  from { opacity: 0; } to { opacity: 1; }
}
.cookie-modal-content {
  background: var(--accent);
  color: var(--primary);
  border-radius: 18px;
  box-shadow: 0 7px 41px rgba(255,19,97,0.09);
  padding: 34px 30px 30px 30px;
  min-width: 310px;
  max-width: 98vw;
  display: flex;
  flex-direction: column;
  gap: 17px;
  animation: modal-content-in .25s cubic-bezier(.53,1.08,.67,.96) 1;
}
@keyframes modal-content-in {
  from { transform: scale(0.96) translateY(13px); opacity: 0; }
  to { transform: scale(1) translateY(0); opacity: 1; }
}
.cookie-modal-close {
  background: none;
  border: none;
  color: var(--primary);
  font-size: 1.9rem;
  align-self: flex-end;
  cursor: pointer;
  margin-bottom: 5px;
  transition: color 0.14s;
}
.cookie-modal-close:focus {
  outline: 3px dotted var(--electric-magenta);
}
.cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 9px;
  font-size: 1.1rem;
  font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 8px;
}
.cookie-toggle {
  appearance: none;
  width: 32px;
  height: 18px;
  background: var(--secondary);
  border-radius: 9px;
  position: relative;
  margin-left: 9px;
  outline: none;
  transition: background 0.14s;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(253,216,53,0.09);
}
.cookie-toggle:checked {
  background: var(--electric-magenta);
}
.cookie-toggle:before {
  content: '';
  position: absolute;
  top: 2.5px; left: 4px;
  background: #fff;
  border-radius: 50%;
  width: 13px; height: 13px;
  transition: left 0.17s;
}
.cookie-toggle:checked:before {
  left: 15px;
}
/* ---------- RESPONSIVE DESIGN (MOBILE-FIRST) ---------- */
@media (max-width: 1099px) {
  .container { max-width: 96vw; }
  main section { padding-left: 6px; padding-right: 6px; }
}
@media (max-width: 900px) {
  h1 { font-size: 1.85rem; }
  h2 { font-size: 1.23rem; }
  .service-card,
  .card { min-width: 200px; padding: 21px 14px; }
  .main-footer { flex-direction: column; gap: 20px; align-items: flex-start; }
}
@media (max-width: 768px) {
  .container, .main-footer { max-width: 100vw; }
  .content-grid,
  .card-container,
  .service-cards {
    flex-direction: column;
    gap: 22px;
  }
  .main-footer,
  .footer-links,
  .social-media-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .section,
  main section {
    padding: 30px 4px;
    margin-bottom: 38px;
  }
  .text-image-section {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }
}
@media (max-width: 520px) {
  .cookie-consent-banner {
    left: 5px;
    right: 5px;
    padding: 11px 9px 16px 11px;
  }
  .cookie-modal-content {
    padding: 16px 7px 17px 7px;
    min-width: 88vw;
  }
}
/* ---------- ANIMATIONS & MICRO-INTERACTIONS ---------- */
.cta, .cta-btn, .card, .service-card, .cookie-consent-banner, .cookie-modal-content {
  transition: box-shadow 0.16s, background 0.16s, transform 0.13s;
}
.card:hover, .service-card:hover {
  box-shadow: 0 9px 28px 0 rgba(253,216,53,0.11), 0 2px 13px rgba(255,19,97,0.1);
}
.cta:active, .main-nav .cta:active, .cta-btn:active {
  transform: scale(0.97);
}
/* ---------- UTILITIES ---------- */
.text-center { text-align: center; }
.mt-24 { margin-top: 24px; }
.mb-24 { margin-bottom: 24px; }
.mb-40 { margin-bottom: 40px; }
.gap-20 { gap: 20px; }
.gap-24 { gap: 24px; }
.w-100 { width: 100%; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-col { flex-direction: column; }
.hidden { display: none !important; }
/* ---------- ELEVATED/NEON STYLING FOR ENERGETIC THEME ---------- */
.card, .service-card, .section, .testimonial-card {
  border: 2.5px solid var(--electric-cyan);
  box-shadow: 0 4px 22px 0 rgba(0,210,255,0.09), var(--e-card-shadow);
}
.card:hover, .service-card:hover {
  border-color: var(--electric-magenta);
}
.section {
  border-left: 8px solid var(--secondary);
}
h1, h2, h3, h4 {
  text-shadow: 0 2px 10px rgba(255,19,97,0.10), 0 1px 5px rgba(0,210,255,0.06);
}
.cta, .cta-btn, .cookie-banner-btn.settings {
  box-shadow: 0 2px 13px #FF136199, 0 0.5px 6px #FDD83588;
}
/* ---------- SCROLLBAR ---------- */
body::-webkit-scrollbar {
  width: 10px;
  background: var(--primary);
}
body::-webkit-scrollbar-thumb {
  background: var(--electric-magenta);
}
body,
html {
  scrollbar-width: thin;
  scrollbar-color: var(--electric-magenta) var(--primary);
}
/* ACCESSIBLE FOCUS STATES */
a:focus,
button:focus,
.cta:focus,
.cta-btn:focus,
.cookie-banner-btn:focus {
  outline: 3px dotted var(--electric-magenta);
  outline-offset: 1px;
  background: var(--secondary);
  color: var(--primary);
}
/* ---------- END ---------- */
