/* =========================================================
   THINKCYBER INTERNATIONAL — NEXTGEN THEME
   Load this file after assets/css/style.css
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@500;600;700;800&display=swap');

:root {
  --tci-bg: #030711;
  --tci-bg-soft: #07101c;
  --tci-surface: rgba(12, 20, 32, 0.88);
  --tci-surface-strong: #0b1320;
  --tci-border: rgba(148, 163, 184, 0.18);
  --tci-border-cyan: rgba(34, 211, 238, 0.34);
  --tci-text: #f8fafc;
  --tci-muted: #94a3b8;
  --tci-cyan: #22d3ee;
  --tci-blue: #3b82f6;
  --tci-dark: #04101a;
  --tci-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --tci-radius: 16px;
  --tci-container: 1180px;
  --tci-nav-height: 96px;
}

/* -----------------------------
   BASE
------------------------------ */

html {
  scroll-behavior: smooth;
  background: var(--tci-bg);
}

body {
  margin: 0;
  padding-top: var(--tci-nav-height);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(34, 211, 238, 0.08), transparent 34rem),
    var(--tci-bg);
  color: var(--tci-text);
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea {
  font-family: 'Inter', sans-serif;
}

img,
video {
  max-width: 100%;
}

a {
  color: inherit;
}

main {
  position: relative;
  z-index: 2;
}

::selection {
  background: rgba(34, 211, 238, 0.26);
  color: #fff;
}

/* -----------------------------
   TYPOGRAPHY SYSTEM
------------------------------ */

.tc-title-xl,
.tc-title-lg,
.banner-1-label,
.banner-cert-text strong,
.banner-cert2-text strong {
  font-family: 'Orbitron', sans-serif;
}

.tc-title-xl,
.tc-title-lg {
  margin: 0;
  color: var(--tci-text);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.tc-title-xl {
  font-size: clamp(3rem, 6vw, 6.3rem);
}

.tc-title-xl span {
  display: block;
  background: linear-gradient(90deg, var(--tci-cyan), #5cc8ff 46%, var(--tci-blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tc-title-lg {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.tc-kicker,
.nav-links a,
.navbar-login,
.tc-btn-primary,
.tc-btn-outline,
.banner-button,
.contact-form button,
.footer-navigation a {
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.tc-kicker {
  margin: 0 0 20px;
  color: var(--tci-cyan);
  font-size: 0.76rem;
  font-weight: 600;
}

.tc-body {
  color: var(--tci-muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

/* -----------------------------
   NAVBAR
------------------------------ */

.navbar {
  height: var(--tci-nav-height);
  padding: 0 max(32px, calc((100vw - var(--tci-container)) / 2));
  background: rgba(3, 7, 17, 0.88);
  border-bottom: 1px solid rgba(148, 163, 184, 0.11);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.logo img {
  width: auto;
  height: 66px;
  object-fit: contain;
}

.navbar-right {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links {
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #cbd5e1;
  font-size: 0.72rem;
  font-weight: 500;
  text-shadow: none;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 3px;
  height: 1px;
  background: var(--tci-cyan);
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.75);
  transition: right 0.24s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--tci-cyan);
  text-shadow: none;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  right: 0;
}

.nav-links a i {
  display: none;
}

.navbar-login {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 112px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 9px;
  color: #e2e8f0;
  font-size: 0.72rem;
  text-decoration: none;
  transition: border-color 0.24s ease, color 0.24s ease,
              background 0.24s ease, transform 0.24s ease;
}

.navbar-login:hover {
  color: var(--tci-cyan);
  border-color: var(--tci-border-cyan);
  background: rgba(34, 211, 238, 0.06);
  transform: translateY(-1px);
}

.menu-toggle {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 9px;
  color: #fff;
}

/* -----------------------------
   HERO
------------------------------ */

.tci-hero {
  position: relative;
  min-height: calc(100svh - var(--tci-nav-height));
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 50%, rgba(15, 56, 90, 0.3), transparent 34rem),
    linear-gradient(180deg, #02050c 0%, #040916 100%);
}

.tci-hero-map {
  position: absolute;
  z-index: -3;
  top: 50%;
  left: 50%;
  width: min(1500px, 94vw);
  max-width: none;
  transform: translate(-50%, -48%);
  opacity: 0.85;
  filter: saturate(0.8) contrast(1.14);
  pointer-events: none;
}

.tci-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;

    background:
        linear-gradient(
            90deg,
            rgba(3,7,17,.72),
            rgba(3,7,17,.28) 50%,
            rgba(3,7,17,.72)
        ),
        linear-gradient(
            180deg,
            rgba(3,7,17,.08),
            rgba(3,7,17,.68)
        );
}

.tci-hero::before,
.tci-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(34, 211, 238, 0.08);
  border-radius: 50%;
  filter: blur(0.2px);
}

.tci-hero::before {
  left: -190px;
  top: 20%;
}

.tci-hero::after {
  right: -190px;
  bottom: 12%;
}

.tci-hero-content {
  width: min(1050px, calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0 120px;
  text-align: center;
}

.tci-hero-subtitle {
  width: min(780px, 100%);
  margin: 30px auto 0;
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
}

.tci-hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 38px;
}

.tc-btn-primary,
.tc-btn-outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 9px;
  font-size: 0.74rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease,
              background 0.24s ease, border-color 0.24s ease;
}

.tc-btn-primary {
  color: var(--tci-dark);
  border: 1px solid var(--tci-cyan);
  background: linear-gradient(100deg, var(--tci-cyan), #53bfff);
  box-shadow: 0 14px 34px rgba(34, 211, 238, 0.18);
}

.tc-btn-primary:hover {
  color: var(--tci-dark);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(34, 211, 238, 0.27);
}

.tc-btn-outline {
  color: #fff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(3, 7, 17, 0.36);
}

.tc-btn-outline:hover {
  color: var(--tci-cyan);
  border-color: var(--tci-border-cyan);
  background: rgba(34, 211, 238, 0.055);
  transform: translateY(-2px);
}

/* -----------------------------
   SECTION HEADERS
------------------------------ */

.tc-section-heading {
  width: 100%;
  padding: 96px 24px 44px;
  box-sizing: border-box;
  text-align: center;
  background: #050a13;
}

.tc-section-heading .tc-kicker {
  margin-bottom: 16px;
}

.tc-section-intro {
  max-width: 760px;
  margin: 22px auto 0;
}

.tc-contact-heading {
  padding-bottom: 38px;
}

/* old heading bars are no longer used in new index */
.bar-1,
.bar-2,
.bar-3,
.bar-cert,
.bar-4,
.bar-contacts {
  display: none;
}

/* -----------------------------
   PROGRAM CARDS
------------------------------ */

.banner-1 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  max-width: none;
  padding: 24px max(24px, calc((100vw - var(--tci-container)) / 2)) 96px;
  background: #050a13;
}

.banner-1-section {
  position: relative;
  width: auto;
  min-width: 0;
  height: 100%;
  padding: 30px 22px 26px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid var(--tci-border);
  border-radius: var(--tci-radius);
  background:
    linear-gradient(180deg, rgba(14, 24, 38, 0.92), rgba(8, 14, 24, 0.96));
  box-shadow: var(--tci-shadow);
  transition: transform 0.3s ease, border-color 0.3s ease,
              box-shadow 0.3s ease;
}

.banner-1-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.07), transparent 38%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.banner-1-section:hover {
  transform: translateY(-7px);
  border-color: var(--tci-border-cyan);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48),
              0 0 0 1px rgba(34, 211, 238, 0.07);
}

.banner-1-section:hover::before {
  opacity: 1;
}

.banner-1-section img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  margin: 0 auto 20px;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.42));
}

.banner-1-label {
  margin: 0 0 20px;
  color: var(--tci-text);
  font-size: 1.22rem;
  letter-spacing: 0.02em;
}

.banner-1-textblock {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.banner-1-text {
  color: var(--tci-muted);
  font-size: 0.98rem;
  line-height: 1.65;
  text-align: left;
}

.banner-1 .banner-link-group {
  grid-column: 1 / -1;
}

/* -----------------------------
   GENERIC CTA BUTTON
------------------------------ */

.banner-link-group {
  margin: 42px 0 0;
}

.banner-button {
  min-width: 280px;
  padding: 17px 26px;
  border: 1px solid var(--tci-border-cyan);
  border-radius: 9px;
  background: transparent;
  box-shadow: none;
  color: #e2e8f0;
  font-size: 0.73rem;
  font-weight: 600;
  text-align: center;
}

.banner-button:hover {
  color: var(--tci-dark);
  background: var(--tci-cyan);
  box-shadow: 0 16px 40px rgba(34, 211, 238, 0.18);
}

/* -----------------------------
   CYBERIUM
------------------------------ */

.banner-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(380px, 0.76fr);
  gap: 52px;
  align-items: center;
  padding: 24px max(24px, calc((100vw - var(--tci-container)) / 2)) 96px;
  background: #050a13;
}

.banner-2-image {
  width: 100%;
  max-width: none;
  border: 1px solid var(--tci-border);
  border-radius: var(--tci-radius);
  box-shadow: var(--tci-shadow);
}

.banner-2-text {
  width: auto;
  max-width: none;
  margin: 0;
  color: var(--tci-muted);
  font-size: 1.02rem;
  line-height: 1.72;
  text-align: left;
}

.centered-strong {
  margin-bottom: 20px;
  color: var(--tci-text);
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.24rem, 2vw, 1.75rem);
  line-height: 1.35;
  text-align: left;
}

.banner-2 .banner-link-group {
  grid-column: 2;
  justify-content: flex-start;
  margin-top: -8px;
}

/* -----------------------------
   PARTNERS
------------------------------ */

.banner-partners {
  padding: 24px 24px 96px;
  background: #050a13;
}

.partners-logos {
  width: min(var(--tci-container), 100%);
  margin: 0 auto;
  gap: 18px;
}

.partners-logos a {
  display: grid;
  place-items: center;
  min-width: 220px;
  min-height: 112px;
  padding: 18px 24px;
  box-sizing: border-box;
  border: 1px solid var(--tci-border);
  border-radius: 14px;
  background: rgba(11, 19, 32, 0.75);
  transition: transform 0.24s ease, border-color 0.24s ease,
              background 0.24s ease;
}

.partners-logos a:hover {
  transform: translateY(-4px);
  border-color: var(--tci-border-cyan);
  background: rgba(13, 25, 39, 0.92);
}

.partners-logos img {
  max-width: 180px;
  height: 58px;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
  filter: grayscale(1) brightness(1.5);
  opacity: 0.68;
  transition: filter 0.24s ease, opacity 0.24s ease;
}

.partners-logos a:hover img {
  filter: none;
  opacity: 1;
}

/* -----------------------------
   CERTIFICATION
------------------------------ */

.banner-cert {
  padding: 24px max(24px, calc((100vw - var(--tci-container)) / 2)) 48px;
  background: #050a13;
}

.banner-cert-inner {
  max-width: var(--tci-container);
  gap: 42px;
  padding: 34px;
  box-sizing: border-box;
  border: 1px solid var(--tci-border);
  border-radius: var(--tci-radius);
  background: linear-gradient(180deg, rgba(13, 22, 35, 0.93), rgba(8, 14, 23, 0.96));
  box-shadow: var(--tci-shadow);
}

.banner-cert-side-main,
.banner-cert2-image {
  border-radius: 12px;
  border: 1px solid var(--tci-border);
}

.banner-cert-text,
.banner-cert2-text {
  color: var(--tci-muted);
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
}

.banner-cert-text strong,
.banner-cert2-text strong {
  color: var(--tci-text);
  font-size: 1.18rem;
}

.banner-cert1::after {
  display: none;
}

.banner-cert2 {
  padding-top: 0;
  padding-left: max(24px, calc((100vw - var(--tci-container)) / 2));
  padding-right: max(24px, calc((100vw - var(--tci-container)) / 2));
  padding-bottom: 96px;
}

.banner-cert2-left {
  gap: 32px;
}

.banner-cert2-logo {
  max-width: 300px;
  border-radius: 10px;
}

.banner-cert-cta {
  margin-top: 34px;
}

/* -----------------------------
   CYBER MANIFESTO
------------------------------ */

.banner-4 {
  min-height: 520px;
  justify-content: center;
  padding: 48px 24px 110px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(34, 211, 238, 0.07), transparent 28rem),
    #050a13;
}

.banner-4-text {
  position: relative;
  z-index: 3;
  max-width: 920px;
  width: 100%;
  margin: 0;
  color: var(--tci-muted);
  font-size: 1.12rem;
  line-height: 1.8;
  text-align: center;
}

.banner-4-text strong {
  color: #fff;
}

.banner-4 .centered-strong {
  margin: 32px auto;
  text-align: center;
  color: var(--tci-cyan);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.shield5 {
  width: min(450px, 70vw);
  opacity: 0.08;
}

/* -----------------------------
   CONTACT
------------------------------ */

.contact-banner {
  padding: 20px 24px 92px;
  background: #050a13;
}

.contact-form {
  max-width: 880px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid var(--tci-border);
  border-radius: 10px;
  background: rgba(11, 19, 32, 0.82);
  color: #e2e8f0;
  font-size: 0.98rem;
  outline: none;
  transition: border-color 0.24s ease, box-shadow 0.24s ease,
              background 0.24s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--tci-border-cyan);
  background: rgba(13, 24, 38, 0.96);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.08);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #64748b;
}

.contact-form textarea {
  grid-column: 1 / -1;
  min-height: 150px;
}

.contact-form button {
  grid-column: 1 / -1;
  justify-self: center;
  min-width: 220px;
  padding: 16px 28px;
  border: 1px solid var(--tci-cyan);
  border-radius: 9px;
  background: linear-gradient(100deg, var(--tci-cyan), #53bfff);
  color: var(--tci-dark);
  font-size: 0.74rem;
  font-weight: 600;
}

.contact-form button:hover {
  background: #67dcf1;
  box-shadow: 0 16px 40px rgba(34, 211, 238, 0.2);
}

.form-alert {
  grid-column: 1 / -1;
  width: 100%;
  box-sizing: border-box;
}

.contact-social {
  margin-top: 52px;
  gap: 18px;
  color: var(--tci-muted);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-social a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--tci-border);
  border-radius: 50%;
  color: var(--tci-cyan);
  text-decoration: none;
  transition: transform 0.24s ease, border-color 0.24s ease,
              background 0.24s ease;
}

.contact-social a:hover {
  transform: translateY(-3px);
  border-color: var(--tci-border-cyan);
  background: rgba(34, 211, 238, 0.07);
}

.contact-social i {
  font-size: 1.35rem;
}

/* -----------------------------
   FOOTER
------------------------------ */

.bar-transparent {
  display: none;
}

.site-footer {
  position: relative;
  z-index: 2;
  bottom: auto;
  left: auto;
  padding: 70px 24px 54px;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 211, 238, 0.06), transparent 24rem),
    #030711;
}

.footer-logo {
  width: min(360px, 80vw);
  height: auto;
  margin-bottom: 34px;
}

.footer-navigation {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.footer-navigation a {
  color: #cbd5e1;
  font-size: 0.7rem;
  text-decoration: none;
}

.footer-navigation a:hover {
  color: var(--tci-cyan);
}

.footer-copyright {
  color: #64748b;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  line-height: 1.8;
}

/* -----------------------------
   SCROLL TO TOP
------------------------------ */

.scroll-to-top {
  width: 48px;
  height: 48px;
  right: 28px;
  bottom: 28px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(11, 19, 32, 0.92);
  color: #fff;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
}

.scroll-to-top:hover,
.scroll-to-top:active {
  color: var(--tci-dark);
  background: var(--tci-cyan);
}

/* -----------------------------
   RESPONSIVE
------------------------------ */

@media (max-width: 1180px) {
  :root {
    --tci-nav-height: 82px;
  }

  .navbar {
    padding: 0 28px;
  }

  .logo img {
    height: 56px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .navbar-right {
    gap: 12px;
  }

  .nav-links {
    position: absolute;
    top: calc(var(--tci-nav-height) - 1px);
    right: 20px;
    width: min(360px, calc(100vw - 40px));
    max-height: calc(100vh - var(--tci-nav-height) - 20px);
    overflow-y: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 18px;
    box-sizing: border-box;
    border: 1px solid var(--tci-border);
    border-radius: 0 0 14px 14px;
    background: rgba(5, 10, 19, 0.98);
    box-shadow: var(--tci-shadow);
  }

  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
  }

  .nav-links a::after {
    display: none;
  }

  .navbar-login {
    min-width: 96px;
  }

  .banner-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .banner-2 {
    grid-template-columns: 1fr;
  }

  .banner-2 .banner-link-group {
    grid-column: 1;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .tc-title-xl {
    font-size: clamp(2.35rem, 10.5vw, 4rem);
    line-height: 1.08;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
  }

  .tc-title-lg {
    font-size: clamp(3.6rem, 7vw, 6.4rem);
  }

  .tci-hero {
    min-height: auto;
  }

  .tci-hero-content {
    padding: 92px 0 100px;
  }

  .tci-hero-map {
    width: 170vw;
    opacity: 0.27;
  }

  .tc-section-heading {
    padding-top: 72px;
  }

  .banner-1 {
    grid-template-columns: 1fr;
    padding-bottom: 72px;
  }

  .banner-1-section {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .banner-2 {
    gap: 30px;
    padding-bottom: 72px;
  }

  .banner-2-text,
  .banner-cert-text,
  .banner-cert2-text,
  .banner-4-text {
    width: 100%;
    max-width: none;
  }

  .banner-cert {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-cert-inner {
    padding: 24px;
  }

  .banner-cert2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 72px;
  }

  .banner-cert2-left {
    align-items: center;
  }

  .banner-cert-text,
  .banner-cert2-text {
    text-align: left;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form input,
  .contact-form textarea,
  .contact-form button,
  .form-alert {
    grid-column: 1;
  }

  .footer-navigation {
    gap: 18px 22px;
  }
}

@media (max-width: 560px) {
  :root {
    --tci-nav-height: 74px;
  }

  body {
    padding-top: var(--tci-nav-height);
  }

  .navbar {
    height: var(--tci-nav-height);
    padding: 0 14px;
  }

  .logo img {
    height: 46px;
  }

  .navbar-login {
    min-width: 82px;
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.65rem;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .tci-hero-content {
    width: min(100% - 28px, 920px);
  }

  .tc-title-xl {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .tc-btn-primary,
  .tc-btn-outline,
  .banner-button {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .tci-hero-actions {
    width: min(100%, 340px);
    margin-left: auto;
    margin-right: auto;
  }

  .tc-section-heading {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-1,
  .banner-2,
  .banner-partners,
  .banner-cert,
  .banner-cert2,
  .banner-4,
  .contact-banner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .partners-logos a {
    width: 100%;
    min-width: 0;
  }

  .banner-cert-inner {
    padding: 18px;
  }

  .banner-4 {
    padding-bottom: 82px;
  }

  .footer-logo {
    width: min(300px, 84vw);
  }

  .footer-navigation {
    flex-direction: column;
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
