/* =======================================================================
   UrbanBlick TECH FUTURISTIC THEME – style.css
   ========================================================================
   Minimalistische Linienführung | Neon Accents | Moderne Fonts | Flexbox Only!
   ======================================================================== */
/* ==========================
   RESET & BASE NORMALIZATION
   ========================== */
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;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  background: #1b2231;
  color: #f4f4f4;
  min-height: 100vh;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  background-color: #1b2231;
}

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; display: block; height: auto; }
a { text-decoration: none; color: inherit; transition: color 0.2s; }

/* =================================
   TYPOGRAPHY – 'tech_futuristic' feel
   ================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #f4f4f4;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(69,126,172,0.06);
  letter-spacing: 0.01em;
}
h1 { font-size: 2.5rem; margin-bottom: 20px; line-height: 1.15; }
h2 { font-size: 2rem; margin-bottom: 18px; line-height: 1.18; }
h3 { font-size: 1.25rem; margin-bottom: 10px; line-height: 1.2; }
h4, h5, h6 { font-weight: 700; }
p, li { font-size: 1rem; line-height: 1.7; color: #e0e6ed; }
strong { color: #87d3f9; font-weight: bold; }

@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  h3 { font-size: 1.05rem; }
}

/* =====================
   COLORS & NEON ACCENTS
   ===================== */
:root {
  --primary: #233142;
  --primary-dark: #1b2231;
  --secondary: #457EAC;
  --accent: #F4F4F4;
  --neon: #31fbfb;
  --neon-glow: #2fd0e5;
}

/* ===================
   LAYOUT CONTAINERS
   =================== */
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

@media (max-width: 600px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-wrapper {
    gap: 18px;
  }
}

/* ================
   GLOBAL SECTIONS
   ================ */
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #223047;
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(35,49,66,0.11), 0 1.5px 6px rgba(49,251,251,0.03);
  transition: background 0.35s;
}

@media (max-width: 600px) {
  .section {
    padding: 28px 5px;
    margin-bottom: 34px;
    border-radius: 10px;
  }
}

/* ===========================
   FLEXBOX SPACING & ALIGNMENT
   =========================== */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 20px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  flex: 1 1 300px;
  background: #25345a;
  border-radius: 18px;
  box-shadow: 0 3px 12px 0 rgba(49,251,251,0.08);
  transition: box-shadow 0.2s, transform 0.16s;
}
.card:hover {
  box-shadow: 0 6px 28px 0 var(--neon), 0 3px 12px 0 rgba(49,251,251,0.13);
  transform: translateY(-6px) scale(1.012);
}

.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;
}
@media (max-width: 768px) {
  .text-image-section {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}

.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fafafe;
  color: #1a2136;
  border-radius: 16px;
  box-shadow: 0 3px 18px 0 #39ebfa33, 0 0.5px 1.5px 0 #457eac1a;
  margin-bottom: 20px;
  min-width: 0;
  width: 100%;
  flex: 1 1 320px;
}
.testimonial-card p {
  color: #1a2136;
  margin-bottom: 0;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

@media (max-width: 600px) {
  .card-container, .content-grid {
    flex-direction: column;
    gap: 16px;
  }
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px;
    gap: 12px;
  }
}

/* ================================
   MAIN NAVIGATION & HEADER STYLES
   ================================ */
header {
  background: #1b2231cc;
  box-shadow: 0 1px 8px #457eac11;
  position: sticky;
  top: 0;
  z-index: 10;
}
.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #f4f4f4;
  padding: 7px 18px;
  margin-right: 3px;
  border-radius: 36px;
  transition: background 0.18s, color 0.18s, box-shadow 0.22s;
  position: relative;
  z-index: 1;
}
.main-nav a:hover,
.main-nav a:focus {
  background: linear-gradient(90deg, #233142 70%, #39ebfa22 100%);
  color: #31fbfb;
  box-shadow: 0 2px 12px #39ebfa28;
}
.main-nav .logo-link {
  margin-right: 15px;
  background: none;
  box-shadow: none;
  padding: 0;
}
.main-nav .logo-link img {
  height: 38px;
  width: auto;
  display: block;
}

.cta.primary {
  background: linear-gradient(90deg,#39ebfa 2%, #233142 100%);
  color: #233142;
  border-radius: 36px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 0 8px #31fbfb44, 0 2px 12px #457eac33;
  position: relative;
  padding: 9px 32px;
  margin-left: 10px;
  border: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.24s, transform 0.14s;
}
.cta.primary:hover, .cta.primary:focus {
  background: linear-gradient(90deg, #233142 14%, #31fbfb 98%);
  color: #39ebfa;
  box-shadow: 0 0 24px #31fbfbcc, 0 5px 24px #23314277;
  transform: scale(1.03);
}

.cta {
  display: inline-block;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: #457EAC;
  color: #f4f4f4;
  border: none;
  border-radius: 36px;
  padding: 9px 24px;
  margin-top: 12px;
  margin-bottom: 8px;
  box-shadow: 0 2px 10px #457eac22;
  cursor: pointer;
  transition: background 0.16s, color 0.16s, box-shadow 0.16s;
}
.cta:hover, .cta:focus {
  background: #31fbfb;
  color: #233142;
  box-shadow: 0 0 18px #31fbfb88, 0 1.5px 14px #457eac22;
}

/* Hide .main-nav on mobile*/
@media (max-width: 1024px) {
  .main-nav {
    display: none;
  }
}

/* ===========================
   MOBILE NAVIGATION/HAMBURGER
   =========================== */
.mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #31fbfb;
  background: none;
  border: none;
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 51;
  outline: none;
  width: 48px;
  height: 48px;
  transition: filter 0.2s, color 0.18s;
  cursor: pointer;
}
.mobile-menu-toggle:active,
.mobile-menu-toggle:focus {
  color: #f4f4f4;
  filter: drop-shadow(0 0 12px #31fbfb);
}

@media (min-width: 1025px) {
  .mobile-menu-toggle {
    display: none;
  }
  .mobile-menu {
    display: none !important;
  }
}

.mobile-menu {
  position: fixed;
  top: 0; left: 0; right:0; bottom: 0;
  background: #1b2231f4;
  box-shadow: 0 0 100px #31fbfb33;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(.28,.74,.25,1.14);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  color: #31fbfb;
  background: none;
  border: none;
  font-size: 2.2rem;
  align-self: flex-end;
  margin: 30px 26px 18px 0;
  cursor: pointer;
  z-index: 1100;
  padding: 0 8px;
  border-radius: 50%;
  transition: color 0.18s, filter 0.16s;
}
.mobile-menu-close:focus,
.mobile-menu-close:hover {
  color: #f4f4f4;
  filter: drop-shadow(0 0 12px #31fbfb);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 0 24px;
  margin-top: 16px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
  color: #f4f4f4;
  padding: 14px 0 12px 10px;
  border-left: 3px solid transparent;
  border-radius: 0;
  width: 100%;
  transition: color 0.16s, border-left 0.2s, background 0.16s;
  display: block;
}
.mobile-nav a:focus,
.mobile-nav a:hover {
  color: #31fbfb;
  background: #23314266;
  border-left: 3px solid #31fbfb;
}
@media (max-width: 600px) {
  .mobile-nav a {
    font-size: 1.04rem;
  }
}

/* ===============
   HERO SECTION
   =============== */
.hero-section {
  min-height: 320px;
  background: linear-gradient(100deg,#223047 70%,#457EAC 100%);
  box-shadow: 0 5px 90px 0 #31fbfa19;
  padding: 56px 0 36px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .content-wrapper {
  align-items: flex-start;
  justify-content: center;
  max-width: 680px;
}

@media (max-width: 600px) {
  .hero-section {
    padding-top: 24px;
    padding-bottom: 20px;
    min-height: 180px;
  }
}

/* ================
   LISTS & ICON ROWS
   ================ */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 18px;
  margin-bottom: 18px;
  justify-content: flex-start;
}
.feature-grid li {
  background: #233142;
  border-radius: 14px;
  box-shadow: 0 2px 17px #457eac22;
  padding: 30px 28px 26px 28px;
  flex: 1 1 245px;
  min-width: 210px;
  position: relative;
  color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-left: 4px solid #31fbfb;
  transition: background 0.18s, box-shadow 0.22s, transform 0.13s;
}
.feature-grid li:hover {
  background: #222c45;
  box-shadow: 0 6px 28px #31fbfa69, 0 2px 7px #23314228;
  transform: translateY(-4px) scale(1.025);
}
.feature-grid img {
  height: 38px;
  margin-bottom: 4px;
  filter: drop-shadow(0 0 6px #31fbfb44);
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 18px;
  justify-content: flex-start;
}
.service-list li {
  background: #233142;
  border-radius: 14px;
  box-shadow: 0 2px 17px #457eac22;
  padding: 26px 20px;
  flex: 1 1 245px;
  min-width: 210px;
  
  color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  border-left: 3px solid #31fbfb;
}
.service-list li .price {
  color: #31fbfb;
  font-weight: 600;
  margin-top: 10px;
  font-size: 1.03rem;
}

@media (max-width: 600px) {
  .feature-grid,
  .service-list {
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }
  .feature-grid li, .service-list li {
    width: 100%;
    min-width: 0;
  }
}

/* ========== TEXT SECTION ========== */
.text-section {
  margin-bottom: 18px;
  gap: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-section ul {
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.text-section li {
  position: relative;
  padding-left: 18px;
  color: #e0e6ed;
  font-size: 1em;
}
.text-section li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #31fbfb;
  filter: drop-shadow(0 0 8px #31fbfa);
}
.text-section h3 {
  font-weight: 600;
  color: #31fbfb;
  margin-bottom: 8px;
}

/* ===========
   BLOCKQUOTE 
   ===========*/
blockquote {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #31fbfb;
  background: #223047;
  border-left: 4px solid #31fbfb;
  margin: 0 0 16px 0;
  padding: 26px 32px;
  border-radius: 13px;
  font-size: 1.18rem;
  font-weight: 600;
  box-shadow: 0 2px 11px #457eac27, 0 1px 7px #31fbfb19;
  max-width: 900px;
  line-height: 1.44;
}
@media (max-width: 600px) {
  blockquote {
    padding: 15px 10px;
    font-size: 1rem;
  }
}

/* ==================
   PROJECT HIGHLIGHTS
   ================== */
.project-highlights {
  background: #25345a;
  border-radius: 13px;
  box-shadow: 0 1px 7px #39ebfa19;
  padding: 16px 16px;
  margin-top: 24px;
}
.project-highlights h3 {
  color: #31fbfb;
  margin-bottom: 10px;
}
.project-highlights ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.project-highlights li {
  padding-left: 18px;
  color: #f4f4f4;
  position: relative;
}
.project-highlights li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8.3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #31fbfb;
  filter: blur(0.5px);
}

/* ===================
   CTA BANNER SECTION
   =================== */
#cta-banner {
  background: linear-gradient(90deg,#233142 40%, #31fbfb 100%);
  box-shadow: 0 1px 24px #31fbfb15;
  padding-top: 38px;
  padding-bottom: 38px;
  margin-bottom: 0;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
}

#cta-banner .content-wrapper {
  align-items: center;
  justify-content: center;
}

#cta-banner h2 {
  color: #f4f4f4;
  margin-bottom: 18px;
  text-align: center;
}
@media (max-width: 600px) {
  #cta-banner { padding: 20px 5px; border-radius: 10px; }
}

/* ===========
   FOOTER
   =========== */
footer {
  background: #233142;
  color: #f4f4f4;
  padding: 44px 0 16px 0;
  border-top: 1.5px solid #31fbfa44;
  position: relative;
}
footer .content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 44px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
  width: 100%;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav a {
  color: #f4f4f4;
  opacity: 0.9;
  font-size: 1rem;
  font-weight: 600;
  padding: 4px 0;
  transition: color 0.14s, opacity 0.17s;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: #39ebfa;
  opacity: 1;
}
.footer-contact p {
  font-size: 0.97rem;
  color: #e0e6ed;
  margin-bottom: 2px;
}
@media (max-width: 850px) {
  footer .content-wrapper {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}

/* ===============
   RESPONSIVE SECTION PADDING (for main sections)
   =============== */
section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
@media (max-width:600px){
  section {padding:20px 5px;margin-bottom:34px;}
}
/* Give minimum margin between cards/sections */
section + section {
  margin-top: 24px !important;
}

/* =============
   FORMS, FIELDS
   ============= */
input, textarea, select {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  background: #232c41;
  color: #f4f4f4;
  border-radius: 9px;
  border: 1.5px solid #31fbfa33;
  padding: 12px 16px;
  margin-bottom: 18px;
  outline: none;
  transition: border-color 0.16s, background 0.15s;
}
input:focus, textarea:focus, select:focus {
  border-color: #31fbfb;
  background: #192447;
}

/* ==========================
   SOCIAL ICON ROWS (kontakt)
   ========================== */
.text-section ul li img {
  height: 22px;
  width: 22px;
  vertical-align: -7px;
  margin-right: 8px;
  filter: drop-shadow(0 0 5px #39ebfa44);
}

/* ================
   ANIMATIONS
   ================ */
@keyframes fadeInUp {
  0%{opacity:0;transform:translateY(32px);}
  100%{opacity:1;transform:translateY(0);}
}

@keyframes fadeSlideX {
  0% { opacity: 0; transform: translateX(90px); }
  100% { opacity: 1; transform: translateX(0); }
}

.hero-section .content-wrapper, .section, .testimonial-card, .feature-grid li, .service-list li {
  animation: fadeInUp 0.62s cubic-bezier(0.18,.9,.37,1.11) 0.04s backwards;
}


/* ============================
   COOKIE CONSENT BANNER & MODAL
   ============================ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  background: #233142ee;
  color: #f4f4f4;
  box-shadow: 0 -3px 30px #39ebfa47;
  padding: 20px 26px 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 1rem;
  border-top: 2.5px solid #31fbfb;
  animation: fadeInUp 0.5s ease-in;
}
.cookie-banner .cookie-text {
  flex: 2 1 230px;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex: 1 1 140px;
}
.cookie-banner button {
  cursor: pointer;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  border-radius: 28px;
  border: none;
  padding: 8px 22px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  background: #233142;
  color: #31fbfb;
  box-shadow: 0 1px 8px #31fbfa19;
  transition: background 0.16s, color 0.14s, box-shadow 0.16s;
}
.cookie-banner button:focus,
.cookie-banner button:hover {
  background: #31fbfb;
  color: #233142;
  box-shadow: 0 0 12px #31fbfb88;
}
.cookie-banner .cookie-settings-btn {
  background: #457EAC;
  color: #f4f4f4;
}
.cookie-banner .cookie-settings-btn:hover {
  background: #31fbfb;
  color: #233142;
}

@media (max-width: 650px) {
  .cookie-banner {
    font-size: 0.97rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 13px 7px;
  }
  .cookie-banner .cookie-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 10px;
    margin-top: 8px;
  }
}

.cookie-modal {
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  background: #1b2231e6;
  z-index: 11000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInUp 0.4s;
}
.cookie-modal-content {
  background: #f4f4fc;
  color: #233142;
  border-radius: 17px;
  padding: 40px 32px 32px 32px;
  width: 95%;
  max-width: 400px;
  box-shadow: 0 3px 37px #31fbfa22, 0 4px 13px #457eac23;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 23px;
  font-size: 1.03rem;
}
.cookie-modal-close {
  position: absolute;
  right: 22px;
  top: 15px;
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #31fbfb;
  cursor: pointer;
  transition: color 0.18s;
}
.cookie-modal-close:hover,
.cookie-modal-close:focus {
  color: #233142;
}
.cookie-modal-content h3 {
  color: #233142;
  font-size: 1.18rem;
  margin-bottom:8px;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 1px 7px 1px;
}
.cookie-category label {
  font-size: 1rem;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #294264;
}
.cookie-category input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: #31fbfb;
  border-radius: 9px;
  margin-left: 0;
}
.cookie-category .essential {
  color: #92b2c8;
  font-size: 0.97em;
  font-style: italic;
  font-weight: 400;
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 12px;
  align-self: flex-end;
}
.cookie-modal-actions button {
  background: #233142;
  color: #31fbfb;
  border-radius: 20px;
  padding: 8px 24px;
  border: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, color 0.14s;
}
.cookie-modal-actions button:focus,
.cookie-modal-actions button:hover {
  background: #31fbfb;
  color: #233142;
}

/* ========================================
   RESPONSIVE UTILITY PATTERNS (Media Query)
   ======================================== */
@media (max-width: 900px) {
  h1 { font-size: 2.1rem; }
  h2 { font-size: 1.3rem; }
}

@media (max-width: 768px) {
  .content-wrapper, .card-container, .content-grid {
    gap: 16px;
  }
  section {
    padding: 15px 4px;
    margin-bottom: 30px;
  }
}
@media (max-width:400px){
  h1{font-size:1.3rem;}
}

/* =============================
   UTILITY CLASSES & MISC DESIGN
   ============================= */
.mt-2 { margin-top: 20px; }
.mb-2 { margin-bottom: 20px; }
.rounded {
  border-radius: 19px !important;
}
.shadow {
  box-shadow: 0 4px 20px #39ebfa19 !important;
}
.gradient-bg {
  background: linear-gradient(100deg,#223047 60%, #31fbfb 110%);
}

/* =====================
   ACCESSIBLE FOCUS RING
   ===================== */
:focus {
  outline: 2px solid #31fbfb !important;
  outline-offset: 2px;
}

::selection {
  background: #31fbfb;
  color: #233142;
}

/* ===================
   PRINT FRIENDLY
   =================== */
@media print {
  * { color: #111 !important; background: none !important; box-shadow: none !important; }
  header, nav, footer, .cookie-banner, .mobile-menu { display: none !important; }
  section, .section { margin: 0 !important; padding: 0 !important; }
}
