/* RESET & BASE =================================================================== */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  background: #181B26;
  color: #E3E3EA;
  min-height: 100vh;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
*, *::before, *::after {
  box-sizing: inherit;
}
a {
  color: #14FFEC;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #F50057;
  outline: none;
  text-decoration: none;
}
ul, ol {
  margin: 0 0 1.5em 1.5em;
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
button, input, select, textarea {
  font-family: inherit;
  outline: none;
  border: none;
  background: none;
  color: inherit;
}
button {
  cursor: pointer;
}

/* BRAND FONTS - loaded via <link> in HTML, fallback set above */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Orbitron', 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  text-shadow: 0 1px 4px rgba(20,255,236,0.08), 0 2px 32px rgba(20,255,236,0.12);
  letter-spacing: 0.02em;
}
h1 {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 14px;
}
h4, h5, h6 {
  margin-bottom: 12px;
}

p, li {
  font-size: 1rem;
  line-height: 1.7;
  color: #E3E3EA;
}

strong {
  color: #14FFEC;
}

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: linear-gradient(135deg, rgb(20,255,236,0.09) 0%, rgba(21,29,41,1) 100%);
  border-radius: 24px;
  box-shadow: 0 6px 24px rgba(20,255,236,0.05), 0 2px 8px rgba(0,0,0,0.07);
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.card {
  position: relative;
  border-radius: 16px;
  background: #23263A;
  box-shadow: 0 4px 12px rgba(20,255,236,0.08);
  margin-bottom: 20px;
  padding: 28px 24px;
  transition: box-shadow 0.25s, background 0.3s;
}
.card:hover {
  background: #181B26;
  box-shadow: 0 0 0 3px #14FFEC33, 0 10px 32px rgba(245,0,87,0.13);
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  color: #181B26;
  border-radius: 18px;
  margin-right: 20px;
  box-shadow: 0 8px 28px rgba(20,255,236,0.09), 0 1.5px 9px rgba(0,0,0,0.10);
  min-width: 270px;
  max-width: 380px;
  margin-bottom: 20px;
  border-left: 5px solid #14FFEC;
  transition: transform 0.13s;
}
.testimonial-card strong {
  color: #181B26;
}
.testimonial-card:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 0 0 2px #14FFEC80, 0 8px 32px #14ffec22;
}
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}

.feature,
.value-item,
.benefit-item,
.usp-item {
  background: #23263A;
  border-radius: 14px;
  padding: 24px 18px 18px 18px;
  min-width: 210px;
  flex: 1 1 230px;
  box-shadow: 0 1.5px 8px rgba(20,255,236,0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  transition: box-shadow 0.18s, background 0.22s;
}
.feature:hover,
.value-item:hover,
.benefit-item:hover,
.usp-item:hover {
  background: #14FFEC18;
  box-shadow: 0 0 0 2px #14FFEC75, 0 2px 12px #14FFEC12;
}

.feature img,
.value-item img,
.benefit-item img,
.usp-item img {
  width: 36px;
  height: 36px;
  display: block;
}

.services-list,
.values-list,
.usp-list,
.webinar-list,
.workshop-list,
.trend-highlights,
.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}

.service-card,
.webinar-item,
.workshop-highlight,
.trending-topic,
.tip-of-the-week {
  background: #23263A;
  border-radius: 14px;
  padding: 20px 18px;
  flex: 1 1 240px;
  box-shadow: 0 3px 12px rgba(245,0,87,0.06);
  margin-bottom: 20px;
}

.pricing-table {
  margin-top: 28px;
}
.pricing-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #181B26;
  border-radius: 10px;
  box-shadow: 0 0 0 1.5px #14FFEC44;
  overflow: hidden;
  margin-bottom: 20px;
}
.pricing-table th, .pricing-table td {
  padding: 14px 11px;
  text-align: left;
  border-bottom: 1px solid #23263A;
  color: #E3E3EA;
}
.pricing-table th {
  background: #1A1D29;
  color: #14FFEC;
  font-weight: 700;
}
.pricing-table tr:last-child td {
  border-bottom: none;
}

.step-by-step-timeline {
  display: flex;
  flex-direction: column;
  gap: 13px;
  list-style: none;
}
.step-by-step-timeline li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #23263A;
  border-radius: 9px;
  padding: 14px 18px;
  color: #fff;
}
.step-by-step-timeline img {
  width: 28px;
}

/* HEADER & NAVIGATION ============================================================= */
header {
  background: #181B26;
  box-shadow: 0 1.5px 8px rgba(20,255,236,0.07);
  padding: 0 0 0 0;
  position: sticky;
  top: 0;
  z-index: 1001;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 26px;
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
}
header img {
  height: 40px;
  width: auto;
  margin-right: 18px;
}
nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
nav a {
  font-family: 'Orbitron', 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: #14FFEC;
  padding: 8px 14px;
  border-radius: 6px;
  transition: color 0.14s, background 0.17s;
  font-weight: 500;
}
nav a:hover, nav a.active {
  background: #14FFEC19;
  color: #F50057;
}
.cta-button {
  background: linear-gradient(90deg, #14FFEC, #D50047 95%);
  color: #fff;
  padding: 12px 28px;
  border-radius: 28px;
  font-family: 'Orbitron', 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.11rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-left: 16px;
  box-shadow: 0 2px 10px #14FFEC19;
  transition: background 0.2s, color 0.2s, transform 0.14s;
}
.cta-button:hover, .cta-button:focus {
  background: linear-gradient(90deg, #D50047 15%, #14FFEC 90%);
  color: #fff;
  transform: scale(1.035);
}
.cta-link {
  color: #D50047;
  font-weight: 700;
  margin-top: 18px;
  font-family: 'Orbitron', 'Roboto', Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
  transition: color 0.19s;
  font-size: 1.03em;
}
.cta-link:hover {
  color: #14FFEC;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  color: #14FFEC;
  font-size: 2rem;
  margin-left: auto;
  border-radius: 8px;
  padding: 6px 14px 4px 14px;
  border: none;
  transition: background 0.16s, color 0.22s;
  z-index: 90;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #14FFEC19;
  color: #fff;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(26, 29, 41, 0.95);
  transform: translateX(-100vw);
  transition: transform 0.35s cubic-bezier(.61, .06, .29, 1.08);
  z-index: 3002;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 12px 40px #14ffec44;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  align-self: flex-end;
  margin: 24px 24px 8px 0;
  background: none;
  border: none;
  color: #14FFEC;
  font-size: 2.2rem;
  cursor: pointer;
  padding: 5px 13px;
  border-radius: 7px;
  transition: background 0.14s, color 0.2s;
  font-family: 'Orbitron', 'Roboto', Arial, Helvetica, sans-serif;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #D5004717;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 32px 20px 36px;
  width: 100%;
}
.mobile-nav a {
  display: block;
  color: #14FFEC;
  background: none;
  border-radius: 8px;
  font-size: 1.17rem;
  font-family: 'Orbitron', 'Roboto', Arial, Helvetica, sans-serif;
  padding: 14px 0 13px 0;
  border-bottom: 1px solid #23263A;
  transition: background 0.14s, color 0.16s;
}
.mobile-nav a:last-child {
  border-bottom: none;
}
.mobile-nav a:hover {
  background: #14FFEC22;
  color: #D50047;
}

.header + main {
  z-index: 1;
}

/* MAIN & SECTIONS ================================================================= */
main {
  width: 100%;
  min-height: 72vh;
}
section {
  margin-bottom: 60px;
  padding: 40px 0 0 0;
}

/* ADDRESS & CONTACT CARDS ======================================================== */
.address-card,
.email-phone-details,
.map-embed {
  background: #23263A;
  border-radius: 12px;
  padding: 18px 16px;
  color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 1px 8px #14FFEC16;
}

/* KNOWLEDGE COMPONENTS =========================================================== */
.knowledge-list ul, .resource-filters ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.resource-filters ul {
  flex-direction: row;
  gap: 16px;
}
.resource-filters li {
  background: #23263A;
  border-radius: 8px;
  padding: 8px 16px;
  color: #14FFEC;
  font-family: 'Orbitron', 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-bottom: 0 !important;
}

/* FOOTER & CONTACT ============================================================= */
footer {
  background: #1A1D29;
  color: #E3E3EA;
  box-shadow: 0 -2px 18px #14FFEC12;
  padding: 0 0 0 0;
  margin-top: 28px;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 38px 20px;
}
footer nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer nav a {
  color: #14FFEC;
  font-family: 'Orbitron', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}
.footer-contact a {
  color: #F50057;
  font-weight: 600;
  transition: color 0.11s;
}
.footer-contact a:hover {
  color: #14FFEC;
}

/* BUTTONS & INTERACTIONS ========================================================= */
button,
.cta-button {
  transition: background 0.23s, color 0.20s, box-shadow 0.18s, transform 0.15s;
  outline: none;
}
button:focus-visible {
  box-shadow: 0 0 0 2.5px #F50057;
}

/* COOKIE CONSENT FIXED BANNER & MODAL ============================================= */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: linear-gradient(to right, #23263A 75%, #14FFEC22 100%);
  color: #fff;
  padding: 24px 18px 20px 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
  z-index: 6000;
  box-shadow: 0 -3px 28px #14FFEC17;
  border-top: 3px solid #14FFEC;
  animation: cookieslidein 0.49s cubic-bezier(.61,.06,.29,1.08);
}
@keyframes cookieslidein {
  from { transform: translateY(100%); opacity:0;}
  to   { transform: translateY(0); opacity: 1; }
}
.cookie-banner p {
  flex: 1 1 50%;
  min-width: 210px;
  color: #fff;
  font-size: 1.05rem;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cookie-banner button,
.cookie-banner .cookie-settings-btn {
  background: #14FFEC;
  color: #1A1D29;
  font-weight: bold;
  font-family: 'Orbitron', 'Roboto', Arial, Helvetica, sans-serif;
  border: none;
  border-radius: 22px;
  padding: 10px 22px;
  font-size: 1rem;
  margin-right: 0;
}
.cookie-banner button.accept {
  background: linear-gradient(90deg,#14FFEC,#D50047 100%);
  color: #fff;
}
.cookie-banner button.reject {
  background: #23263A;
  color: #fff;
  border: 1.5px solid #14FFEC;
}
.cookie-banner .cookie-settings-btn {
  background: #fff;
  color: #181B26;
  border: 1.5px solid #14FFEC;
}
.cookie-banner button:hover,
.cookie-banner .cookie-settings-btn:hover {
  background: #D50047;
  color: #fff;
}

/* Cookie modal popup */
.cookie-modal-overlay {
  position: fixed;
  z-index: 6100;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(26,29,41,0.94);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: cookiemodalfade .3s;
}
@keyframes cookiemodalfade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  color: #181B26;
  border-radius: 15px;
  box-shadow: 0 12px 52px #14FFEC1A;
  padding: 32px 27px 22px 27px;
  width: 95vw;
  max-width: 376px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cookie-modal h3 {
  font-family: 'Orbitron';
  color: #181B26;
  font-size: 1.3rem;
  margin-bottom: 2px;
}
.cookie-modal .cookie-category {
  display: flex;
  align-items: center;
  gap: 13px;
  background: #23263A09;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 1.04em;
}
.cookie-modal label {
  margin-left:8px;
  color: #181B26;
}
.cookie-modal input[type="checkbox"]:checked + label {
  color: #D50047;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 13px;
  margin-top: 12px;
}
.cookie-modal button {
  border-radius: 17px;
  background: #14FFEC;
  color: #181B26;
  font-family: 'Orbitron', 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 7px 19px;
  border: none;
}
.cookie-modal button.save {
  background: #14FFEC;
}
.cookie-modal button.cancel {
  background: #23263A;
  color: #fff;
  border: 1.5px solid #14FFEC;
}
.cookie-modal button:hover {
  background: #D50047;
  color: #fff;
}


/* RESPONSIVE ====================================================================== */
@media (max-width: 1100px) {
  .container {
    max-width: 980px;
  }
  .content-wrapper,
  .services-list,
  .values-list,
  .usp-list,
  .trend-highlights,
  .webinar-list,
  .workshop-list,
  .testimonial-slider {
    gap: 16px;
  }
}
@media (max-width: 900px) {
  h1 {
    font-size: 2.05rem;
  }
  h2 {
    font-size: 1.55rem;
  }
  .container {
    max-width: 98vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .content-wrapper {
    gap: 11px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100vw;
    padding: 0 6vw;
  }
  .content-wrapper,
  .services-list,
  .values-list,
  .usp-list,
  .trend-highlights,
  .webinar-list,
  .workshop-list,
  .testimonial-slider {
    flex-direction: column;
    gap: 13px;
  }
  .section {
    padding: 24px 4vw;
    margin-bottom: 38px;
  }
  section {
    padding-top: 24px;
    margin-bottom: 34px;
  }
  .pricing-table th, .pricing-table td {
    padding: 8px 6px;
    font-size: 0.98em;
  }
  .footer-contact {
    width: 100%;
  }
  footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
  }
  header .container {
    padding-top: 13px;
    padding-bottom: 13px;
    gap: 10px;
  }
  .testimonial-card {
    min-width: unset;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .card-container, .testimonial-slider {
    flex-direction: column;
    gap: 13px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 1.38rem;
    margin-bottom: 16px;
  }
  h2 {
    font-size: 1.09rem;
    margin-bottom: 11px;
  }
  .cta-button {
    font-size: 1rem;
    padding: 9px 16px;
  }
  .mobile-menu-close {
    font-size: 1.5rem;
    padding: 2.5px 8px;
  }
  .cookie-modal {
    padding: 17px 7vw 16px 7vw;
  }
  .cookie-banner {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 17px 9px 14px 10px;
  }
}
@media (max-width: 580px) {
  nav, .cta-button {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
    margin-left: auto;
  }
  header .container {
    gap: 0;
  }
  main {
    padding-top: 8px;
  }
}
@media (max-width: 440px) {
  .container { padding: 0 2vw; }
  .section { padding: 13px 2vw 7px 2vw; }
  footer .container { padding: 17px 2vw; }
  .cookie-modal { padding: 7vw 4vw 7vw 4vw; max-width: 96vw; }
}

/* MICRO-INTERACTIONS ============================================================= */
.cta-button, .card, .feature, .service-card, .value-item,
.benefit-item, .testimonial-card, .usp-item {
  transition: box-shadow 0.15s, background 0.22s, transform 0.15s;
}
.card:active, .feature:active, .usp-item:active, .cta-button:active {
  transform: scale(0.99) translateY(2px);
}

/* SELECTION STYLING =============================================================== */
::selection {
  background: #14FFEC55;
  color: #23263A;
}

/* OVERRIDES & UTILITY CLASSES ==================================================== */
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.d-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.flex-col {
  flex-direction: column;
}
.gap-16 {
  gap: 16px;
}
.gap-8 {
  gap: 8px;
}

/* ==== END OF CSS ==== */
