:root {
  --bg-primary: #0a0d14;
  --bg-secondary: #121620;
  --bg-card: #181e2b;
  --border-color: rgba(255, 59, 48, 0.18);
  --border-hover-color: rgba(255, 59, 48, 0.35);
  --border-highlight-color: rgba(255, 59, 48, 0.22);
  --border-highlight-hover-color: rgba(255, 59, 48, 0.45);
  --accent: #ff3b30;
  --accent-glow: rgba(255, 59, 48, 0.2);
  --accent-silver: #fca5a5;
  --accent-dark: #7f1d1d;
  --text-main: #f3f4f6;
  --text-muted: #9ca3af;
  --font-display: 'Outfit', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --border-radius: 10px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
  background-color: var(--bg-primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Crect x='20' y='20' width='30' height='30' rx='3' fill='none' stroke='rgba(255, 255, 255, 0.04)' stroke-width='1.5'/%3E%3Cpath d='M15 25 h5 M15 35 h5 M15 45 h5 M50 25 h5 M50 35 h5 M50 45 h5 M25 15 v5 M35 15 v5 M45 15 v5 M25 50 v5 M35 50 v5 M45 50 v5' stroke='rgba(255, 255, 255, 0.04)' stroke-width='1'/%3E%3Cpath d='M50 35 L90 35 L110 55 L110 100 L130 120 L170 120' fill='none' stroke='rgba(255, 255, 255, 0.03)' stroke-width='1'/%3E%3Cpath d='M50 45 L86 45 L106 65 L106 102 L126 122 L170 122' fill='none' stroke='rgba(255, 255, 255, 0.025)' stroke-width='1' stroke-dasharray='3,3'/%3E%3Cpath d='M35 50 L35 90 L55 110 L55 150 L75 170 L120 170' fill='none' stroke='rgba(255, 255, 255, 0.03)' stroke-width='1'/%3E%3Cpath d='M10 120 L50 120 L70 140 L70 180' fill='none' stroke='rgba(255, 255, 255, 0.02)' stroke-width='1'/%3E%3Cpath d='M180 20 L150 20 L130 40 L130 80 L150 100' fill='none' stroke='rgba(255, 255, 255, 0.025)' stroke-width='1'/%3E%3Cpath d='M130 10 L160 40 L190 40' fill='none' stroke='rgba(255, 255, 255, 0.025)' stroke-width='1'/%3E%3Cpath d='M135 5 L163 35 L190 35' fill='none' stroke='rgba(255, 255, 255, 0.015)' stroke-width='1'/%3E%3Ccircle cx='90' cy='35' r='3' fill='none' stroke='rgba(255, 255, 255, 0.06)' stroke-width='1'/%3E%3Ccircle cx='90' cy='35' r='1' fill='rgba(255, 255, 255, 0.06)'/%3E%3Ccircle cx='130' cy='120' r='3' fill='none' stroke='rgba(255, 255, 255, 0.06)' stroke-width='1'/%3E%3Ccircle cx='130' cy='120' r='1' fill='rgba(255, 255, 255, 0.06)'/%3E%3Ccircle cx='55' cy='110' r='3' fill='none' stroke='rgba(255, 255, 255, 0.05)' stroke-width='1'/%3E%3Ccircle cx='55' cy='110' r='1' fill='rgba(255, 255, 255, 0.05)'/%3E%3Ccircle cx='70' cy='140' r='2.5' fill='none' stroke='rgba(255, 255, 255, 0.04)' stroke-width='1'/%3E%3Ccircle cx='130' cy='40' r='2.5' fill='none' stroke='rgba(255, 255, 255, 0.04)' stroke-width='1'/%3E%3Ccircle cx='170' cy='120' r='1.5' fill='rgba(255, 255, 255, 0.07)'/%3E%3Ccircle cx='170' cy='122' r='1.5' fill='rgba(255, 255, 255, 0.06)'/%3E%3Ccircle cx='120' cy='170' r='1.5' fill='rgba(255, 255, 255, 0.07)'/%3E%3Ccircle cx='70' cy='180' r='1.5' fill='rgba(255, 255, 255, 0.05)'/%3E%3Ccircle cx='150' cy='100' r='1.5' fill='rgba(255, 255, 255, 0.05)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-attachment: fixed;
}

body {
  background: transparent;
  color: var(--text-main);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("images/V13_Freisteller.png");
  background-repeat: repeat;
  background-size: 450px auto; /* Larger size, less frequent repetition */
  background-position: center;
  opacity: 0.035; /* Adjusted subtle watermark opacity */
  filter: grayscale(1) brightness(1.2) contrast(0.85); /* Balanced styling filter */
  pointer-events: none;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
  background: var(--bg-card);
  border: 2px solid var(--bg-primary);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--accent-silver);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  z-index: 1000;
  background: rgba(10, 13, 20, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
}

.brand-container {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.techworld-main-logo {
  display: flex;
  align-items: center;
}

.techworld-main-logo .techworld-logo-header {
  height: auto;
  max-height: 48px;
  max-width: 250px;
  width: 100%;
  opacity: 0.95;
  object-fit: contain;
  filter: brightness(0.95) contrast(1.2) drop-shadow(0 0 6px rgba(209, 213, 219, 0.15));
  transition: var(--transition-smooth);
}

.techworld-main-logo .techworld-logo-header:hover {
  opacity: 1;
  filter: brightness(1.0) contrast(1.25) drop-shadow(0 0 10px rgba(209, 213, 219, 0.22)) drop-shadow(0 0 15px var(--accent-glow));
}

.brand-separator {
  width: 1px;
  height: 24px;
  background: var(--border-color);
}

.partner-subtext {
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 2px;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.header-contact .phone-link {
  color: var(--text-main);
  text-decoration: none;
  font-weight: 600;
  font-family: var(--font-display);
  font-size: 1.1rem;
  transition: var(--transition-smooth);
}

.header-contact .phone-link:hover {
  color: var(--accent-silver);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: var(--transition-smooth);
  text-decoration: none;
  text-align: center;
  gap: 8px;
}

.btn.btn-primary {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
}

.btn.btn-primary:hover {
  background: var(--accent);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.25);
}

.btn.btn-secondary {
  background: var(--bg-card);
  border: 1px solid var(--accent-dark);
  color: var(--text-main);
}

.btn.btn-secondary:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.btn.btn-glass {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-color);
  color: var(--text-main);
}

.btn.btn-glass:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

.btn.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

.btn.btn-pdf {
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed rgba(255, 255, 255, 0.2);
  color: var(--accent);
  padding: 0.85rem 1.75rem;
  font-size: 0.92rem;
}

.btn.btn-pdf:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--accent);
  color: #ffffff;
}

.badge {
  display: inline-block;
  padding: 0.65rem 1.4rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--accent);
  border-radius: 9999px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.hero-section {
  position: relative;
  min-height: 95vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 2rem 2rem 2rem;
  overflow: hidden;
}

.hero-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.hero-bg-container .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  filter: grayscale(1) contrast(1.1) brightness(0.6);
  transition: opacity 1.5s ease-in-out;
  z-index: -2;
}

.hero-bg-container .hero-slide.active {
  opacity: 0.45;
}

.hero-bg-container .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, transparent 15%, var(--bg-primary) 80%),
                linear-gradient(to bottom, transparent 60%, var(--bg-primary) 100%);
  z-index: -1;
}

.hero-content {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.hero-content h1 {
  font-size: 3.75rem;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff 40%, var(--accent-silver) 80%, var(--accent-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.hero-content .hero-lead {
  font-size: 1.2rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  line-height: 1.7;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.hero-content .hero-lead strong {
  color: #ffffff;
}

.hero-brand-emblem-container {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}

.hero-brand-emblem-container .hero-brand-logo {
  max-width: 520px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0.95) contrast(1.2) drop-shadow(0 0 12px rgba(209, 213, 219, 0.15)) drop-shadow(0 0 25px var(--accent-glow));
  transition: var(--transition-smooth);
}

.hero-brand-emblem-container .hero-brand-logo:hover {
  transform: scale(1.02);
  filter: brightness(1.0) contrast(1.25) drop-shadow(0 0 18px rgba(209, 213, 219, 0.22)) drop-shadow(0 0 35px var(--accent-glow));
}

.hero-licensing-subtext {
  margin-bottom: 2.25rem;
  text-align: center;
}

.hero-licensing-subtext .licensing-years {
  font-size: 0.95rem;
  color: var(--accent-silver);
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}

.hero-licensing-subtext .licensing-tags {
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.hero-cta-box {
  background: rgba(16, 21, 30, 0.8);
  border: 1px solid var(--border-color);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 12px;
  padding: 2.5rem;
  margin-top: 1rem;
  text-align: left;
}

.hero-cta-box h3 {
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.75rem;
  position: relative;
}

.hero-cta-box h3::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--accent-silver);
}

.contact-phone-sub {
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
  font-size: 1.15rem;
  color: var(--text-muted);
}

.contact-phone-sub .phone-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
  margin-left: 0.35rem;
  transition: var(--transition-smooth);
}

.contact-phone-sub .phone-link:hover {
  color: var(--accent);
}

.phone-icon-emoji {
  font-size: 1.15em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.contact-card h4 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.contact-card p {
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.contact-card .btn {
  width: 100%;
  font-size: 0.92rem;
  padding: 0.85rem 1.6rem;
}

.services-section {
  padding: 3rem 2rem 6rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-header h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  background: linear-gradient(to right, #ffffff, var(--accent-silver));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-header p {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 650px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr));
  gap: 2rem;
}

.service-card {
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  transition: var(--transition-smooth);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.service-card .card-img-container {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-color);
  background: var(--bg-primary);
}

.service-card .card-img-container[data-random-slideshow="rc"] {
  height: auto;
  aspect-ratio: 3 / 2;
}

.service-card .card-img-container .card-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.service-card .card-img-container .card-slide.active {
  opacity: 1;
}

.service-card .card-img-container > img:only-child {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.service-card .card-body-content {
  padding: 2.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-card .card-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  color: var(--accent-silver);
  transition: var(--transition-smooth);
}

.service-card .card-icon .card-svg-icon {
  width: 26px;
  height: 26px;
  stroke-width: 1.75;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
}

.service-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.service-card .sale-highlight {
  display: inline-block;
  margin-top: 0.6rem;
  color: #ffffff;
  font-weight: 700;
  border-left: 2px solid var(--accent);
  padding-left: 8px;
}

.service-card .price-accent {
  color: var(--accent);
  font-size: 1.8em;
  vertical-align: baseline;
  line-height: 1;
}

.service-card .btn-pdf {
  margin-top: auto;
  align-self: flex-start;
}

.service-card .card-link {
  color: var(--accent);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: var(--transition-smooth);
  margin-top: auto;
}

.service-card .card-link:hover {
  color: #ffffff;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-hover-color);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.card-img-container .card-slide.active, .card-img-container .service-card:hover > img:only-child {
  transform: scale(1.04);
  transition: var(--transition-smooth);
}

.service-card:hover .card-icon {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--accent);
  color: #ffffff;
}

.service-card.highlight-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.01), rgba(16, 21, 30, 0.7));
  border-color: var(--border-highlight-color);
  grid-column: 1 / -1;
}

.service-card.highlight-card .card-body-content {
  padding: 2.25rem;
}

.service-card.highlight-card h3 {
  color: #ffffff;
}

.service-card.highlight-card strong {
  color: #ffffff;
}

.service-card.highlight-card:hover {
  border-color: var(--border-highlight-hover-color);
}

.main-footer {
  border-top: 1px solid var(--border-color);
  padding: 3rem 2rem;
  background: var(--bg-primary);
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-links .footer-btn {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.footer-links .footer-btn:hover {
  color: #ffffff;
  text-decoration: underline;
}

.legal-dialog {
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius);
  background: var(--bg-secondary);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.8);
  max-width: 800px;
  width: 90%;
  max-height: 80vh;
  color: #cbd5e1;
  padding: 0;
  display: flex;
  flex-direction: column;
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 0;
  transform: scale(0.96);
}

.legal-dialog::backdrop {
  background: rgba(10, 13, 20, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.legal-dialog[open] {
  opacity: 1;
  transform: scale(1);
}

.legal-dialog:not([open]) {
  display: none !important;
}

.legal-dialog .dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}

.legal-dialog .dialog-header h3 {
  font-size: 1.25rem;
  color: #e5e7eb;
}

.legal-dialog .dialog-header .close-dialog-btn {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.75rem;
  cursor: pointer;
  line-height: 1;
  transition: var(--transition-smooth);
}

.legal-dialog .dialog-header .close-dialog-btn:hover {
  color: #ffffff;
  transform: rotate(90deg);
}

.legal-dialog .dialog-body {
  padding: 2rem;
  overflow-y: auto;
  font-size: 0.9rem;
  line-height: 1.7;
}

.legal-dialog .dialog-body h4 {
  font-size: 1rem;
  color: #cbd5e1;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: var(--font-display);
}

.legal-dialog .dialog-body h4:first-of-type {
  margin-top: 0;
}

.legal-dialog .dialog-body p {
  margin-bottom: 0.75rem;
  color: #9ca3af;
}

.legal-dialog .dialog-body ul {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
}

.legal-dialog .dialog-body ul li {
  margin-bottom: 0.4rem;
  color: #9ca3af;
}

.legal-dialog .dialog-body hr {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 1.5rem 0;
}

.legal-dialog .dialog-body a {
  color: #cbd5e1;
  text-decoration: underline;
}

.legal-dialog .dialog-body a:hover {
  color: #ffffff;
}

.legal-dialog .dialog-body .dialog-date {
  font-style: italic;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.legal-dialog .dialog-footer {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}

.legal-dialog .btn-secondary {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #cbd5e1;
}

.legal-dialog .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 2.75rem;
  }
}

@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

@media (max-width: 768px) {
  .main-header {
    padding: 0 1.5rem;
  }
}

@media (max-width: 768px) {
  .techworld-main-logo .techworld-logo-header {
    max-width: 160px;
  }
}

@media (max-width: 768px) {
  .brand-separator {
    display: none;
  }
}

@media (max-width: 768px) {
  .partner-subtext {
    display: none;
  }
}

@media (max-width: 768px) {
  .header-contact .phone-link {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 110px 1rem 2rem 1rem;
  }
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 768px) {
  .hero-licensing-subtext .licensing-tags {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .hero-licensing-subtext .licensing-years {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .hero-cta-box {
    padding: 1.5rem;
  }
}

@media (max-width: 768px) {
  .services-section {
    padding: 2rem 1rem 4rem 1rem;
  }
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-content .footer-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .service-card .card-body-content {
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  .legal-dialog .dialog-header, .legal-dialog .dialog-body {
    padding: 1.25rem 1.5rem;
  }
}

@media (max-width: 576px) {
  .legal-dialog .dialog-footer {
    padding: 1rem 1.5rem;
  }
}