/*
Theme Name: Insurgente Theme
Author: Agência Criativa Insurgente, Lda
Author URI: https://insurgente.pt/
Description:
Requires at least: 6.7.2
Requires PHP: 8.0.1
Version: 1.0
Text Domain: insurgente-theme
*/

:root {
  --colours--white: white;
  --colours--primary: #0047ff;
  --font-sizes--fs-4xl: clamp(2.986rem, 2.6rem + 1.93vw, 4.577rem);
  --font-weights--fw-bold: 700;
  --font-sizes--fs-3xl: clamp(2.488rem, 2.2rem + 1.44vw, 3.662rem);
  --font-weights--fw-extrabold: 800;
  --font-sizes--fs-2xl: clamp(2.074rem, 1.85rem + 1.12vw, 2.93rem);
  --font-sizes--fs-xl: clamp(1.728rem, 1.55rem + .89vw, 2.344rem);
  --font-sizes--fs-lg: clamp(1.44rem, 1.3rem + .7vw, 1.875rem);
  --colours--dark: #0f1638;
  --font-sizes--fs-base: clamp(1rem, .93rem + .35vw, 1.2rem);
  --font-weights--fw-regular: 400;
  --outline-dark\<deleted\|variable-c15f6df4\>: #cfcfcc;
  --green-25\<deleted\|variable-32a6ab76-e962-6c91-d150-721f5cda1035\>: #8cc85040;
  --colours--primary-dark: #1b2557;
  --colours--accent: #00d4ff;
  --font-sizes--fs-sm: clamp(.833rem, .78rem + .265vw, .96rem);
  --colours--gray-light: #e2e8f0;
  --colours--primary-light: #7dd3f0;
  --colours--secondary: #5b9fff;
  --colours--gray: #a0aec0;
  --colours--gray-dark: #4a5568;
  --colours--success: #10b981;
  --colours--warning: #f59e0b;
  --colours--error: white;
  --colours--info: #7dd3f0;
  --font-sizes--fs-xs: clamp(.694rem, .65rem + .22vw, .8rem);
  --font-sizes--fs-md: clamp(1.2rem, 1.1rem + .5vw, 1.5rem);
  --espaçamento--space-3xs: clamp(.25rem, .23rem + .1vw, .31rem);
  --espaçamento--space-2xs: clamp(.5rem, .46rem + .2vw, .63rem);
  --espaçamento--space-xs: clamp(.75rem, .7rem + .25vw, .94rem);
  --espaçamento--space-sm: clamp(1rem, .93rem + .35vw, 1.25rem);
  --espaçamento--space-md: clamp(1.5rem, 1.4rem + .5vw, 1.88rem);
  --espaçamento--space-lg: clamp(2rem, 1.86rem + .7vw, 2.5rem);
  --espaçamento--space-xl: clamp(3rem, 2.79rem + 1.05vw, 3.75rem);
  --espaçamento--space-2xl: clamp(4rem, 3.72rem + 1.4vw, 5rem);
  --espaçamento--space-3xl: clamp(6rem, 5.58rem + 2.1vw, 7.5rem);
  --font-weights--fw-extralight: 200;
  --font-weights--fw-light: 300;
  --font-weights--fw-medium: 500;
  --font-weights--fw-semibold: 600;
}

body {
  background-color: var(--colours--white);
  color: var(--colours--primary);
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  font-size: var(--font-sizes--fs-4xl);
  line-height: 1.1;
  font-weight: var(--font-weights--fw-bold);
  letter-spacing: -.1rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  color: var(--colours--primary);
  font-size: var(--font-sizes--fs-3xl);
  line-height: 1.1;
  font-weight: var(--font-weights--fw-extrabold);
  text-align: center;
  max-width: 50ch;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: var(--font-sizes--fs-2xl);
  letter-spacing: -.05rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 3rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: visible;
}

h4 {
  font-size: var(--font-sizes--fs-xl);
  font-weight: var(--font-weights--fw-bold);
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: var(--font-sizes--fs-lg);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--colours--dark);
  font-family: Manrope, sans-serif;
  font-size: var(--font-sizes--fs-base);
  line-height: 1.3;
  font-weight: var(--font-weights--fw-regular);
  max-width: 65ch;
  margin-bottom: clamp(1rem, .75rem + 1vw, 1.75rem);
  margin-left: auto;
  margin-right: auto;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  border-radius: 8px;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-block {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-image {
  margin-left: auto;
  margin-right: auto;
}

.form-input {
  z-index: 100;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--outline-dark\<deleted\|variable-c15f6df4\>);
  color: #000;
  background-color: #0000;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.4rem;
  font-size: .95rem;
  position: relative;
}

.form-input::placeholder {
  color: #0b0e1099;
}

.form-error {
  background-color: var(--outline-dark\<deleted\|variable-c15f6df4\>);
  margin-top: .75rem;
  padding: .75rem;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--colours--primary);
  text-align: center;
  letter-spacing: .02rem;
  background-color: #b4dc8c;
  align-items: flex-start;
  padding: clamp(.875rem, .75rem + .5vw, 1.25rem) clamp(1.75rem, 1.5rem + 1vw, 2.5rem);
  font-family: Manrope, sans-serif;
  font-size: clamp(1.1rem, .95rem + .25vw, 1.35rem);
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: #99bd76;
}

.button.is-icon:hover {
  background-color: var(--green-25\<deleted\|variable-32a6ab76-e962-6c91-d150-721f5cda1035\>);
}

.home-service-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  display: grid;
}

.navbar-link {
  color: #000;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-tab-top {
  border-top: 1px none var(--outline-dark\<deleted\|variable-c15f6df4\>);
  cursor: pointer;
  flex-direction: column;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  padding-right: 2px;
  display: flex;
}

.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-brand {
  color: #000;
  width: 10rem;
  padding-bottom: .35rem;
  text-decoration: none;
}

.work-body-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: absolute;
}

.navbar-no-shadow-container.relative {
  position: relative;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  background-color: var(--colours--white);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--colours--primary-dark);
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .75rem 1rem;
  font-size: .9rem;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--colours--accent);
}

.nav-link:focus-visible,
.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.image-18 {
  border-radius: 0;
  width: 150px;
}

.div-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-divider {
  background-color: #7dd3f080;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: .8rem;
  line-height: 16px;
}

.footer-links {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.paragraph-4 {
  color: var(--colours--white);
  font-size: var(--font-sizes--fs-sm);
  font-weight: var(--font-weights--fw-extrabold);
}

.paragraph-5 {
  color: var(--colours--accent);
  font-size: var(--font-sizes--fs-sm);
}

.footer-social {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
}

.css-pagina-inicial {
  display: none;
}

.section.terceira {
  background-image: url('images/Asset-9.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 120%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.inner-hero-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.descobre-titutlo {
  color: var(--colours--primary);
  text-align: left;
  margin-bottom: 0;
}

.container-xl {
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.div-block-8 {
  text-align: center;
  background-color: #f3faff;
  color: var(--colours--dark);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: .5rem;
  display: flex;
}

.list-item-navb {
  margin-bottom: 0;
}

.heading {
  text-align: center;
}

.link-footer {
  color: var(--colours--gray-light);
  text-decoration: none;
}

.color {
  color: var(--colours--primary-light);
}

.image-19 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-18 {
    width: 15svw;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .footer-social {
    justify-content: center;
    align-items: center;
  }

  .inner-hero-v2 {
    grid-template-columns: .75fr;
    justify-items: center;
  }

  .div-block-7 {
    grid-template-columns: 1fr 1fr;
  }
}

/* Island switcher component */
.island-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-family: 'Manrope', sans-serif;
  background: rgba(255,255,255,0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  padding: 3px;
  width: fit-content;
  margin: 1.25rem auto 0;
}

.island-switcher--hero {
  margin-top: 1.5rem;
}

.island-switcher--navbar {
  margin: 0 0.75rem;
}

.island-switcher__tab {
  padding: 0.7rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #1b2557;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: transparent;
  font-family: inherit;
  line-height: 1.4;
  display: inline-block;
}

.island-switcher__tab:hover {
  color: #000;
  background: #f7fafc;
}

.island-switcher__tab.is-active {
  background: #0047ff;
  color: #fff;
  font-weight: 600;
  cursor: default;
  box-shadow: 0 2px 8px rgba(0, 71, 255, 0.25);
}

.island-switcher__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #cbd5e0;
  flex-shrink: 0;
}

.island-switcher--navbar {
  display: none;
  margin: 0 0.5rem;
}

.island-switcher--hero {
  display: block;
  margin: 1rem auto 0;
}

body[data-theme="light"] .island-switcher__tab:not(.is-active) {
  color: #1B2557;
}

body:not([data-theme="light"]) .island-switcher {
  background: rgba(42, 48, 73, 0.8);
  border-color: var(--gray-300);
}

body:not([data-theme="light"]) .island-switcher__tab {
  color: #d0d6e3;
}

body:not([data-theme="light"]) .island-switcher__tab.is-active {
  color: #fff;
}

body:not([data-theme="light"]) .island-switcher__dot {
  background: var(--gray-300);
}

@media screen and (max-width: 767px) {
  .island-switcher {
    margin: 0.75rem auto;
    width: fit-content;
  }
  .island-lang-bar {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .island-switcher--hero {
    display: none !important;
  }
  .island-switcher--navbar {
    display: inline-flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .menu-button.w--open {
    background-color: var(--colours--accent);
  }

  .image-18 {
    width: 27svw;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }
}

#w-node-ef9a1985-fe7b-5464-9196-ce2c1792f36d-1792f35e,
#w-node-_1d7396c4-1c23-ab73-779f-407618576832-1792f35e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70230ad3-7fca-658a-69b0-0f5376d558a7-1792f35e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b57edfc5-647f-7fae-67dc-a74df4d4263b-795eac0a {
    order: 9999;
  }
}

:root {
	--neblu-primary: #0047ff;
	--neblu-primary-hover: #0039cc;
	--neblu-primary-active: #002b99;
	--neblu-sky: #97d9ff;
	--neblu-navy: #0f105b;
	--neblu-light: #5b9fff;
	--neblu-accent: #00d4ff;
	--neblu-white: #ffffff;
	--neblu-ghost: rgba(125, 211, 240, 0.1);
	--primary: #0047ff;
	--primary-dark: #0039cc;
	--primary-light: #5b9fff;
	--gray-50: #fafbfc;
	--gray-100: #f5f6f8;
	--gray-200: #eceef2;
	--gray-300: #dde0e6;
	--gray-400: #b8bcc8;
	--gray-500: #8b92a3;
	--gray-600: #6b7280;
	--gray-700: #4a5163;
	--gray-800: #2d3142;
	--gray-900: #1a1d28;
	--success: #059669;
	--success-light: #d1fae5;
	--success-dark: #047857;
	--warning: #d97706;
	--warning-light: #fef3c7;
	--warning-dark: #b45309;
	--error: #dc2626;
	--error-light: #fee2e2;
	--error-dark: #991b1b;
	--danger: #dc2626;
	--info: #0284c7;
	--info-light: #e0f2fe;
	--info-dark: #075985;
	/* Typography System */
	--font-sans: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	--font-display: 'Manrope', var(--font-sans);
	/* Type Scale - Perfect Fourth (1.333) */
	--fs-xs: 0.75rem;
	/* 12px */
	--fs-sm: 0.875rem;
	/* 14px */
	--fs-base: 1rem;
	/* 16px */
	--fs-md: 1.125rem;
	/* 18px */
	--fs-lg: 1.333rem;
	/* 21.33px */
	--fs-xl: 1.777rem;
	/* 28.43px */
	--fs-2xl: 2.369rem;
	/* 37.90px */
	--fs-3xl: 3.157rem;
	/* 50.51px */
	--fs-4xl: 4.209rem;
	/* 67.34px */
	--lh-tight: 1.25;
	--lh-snug: 1.375;
	--lh-normal: 1.5;
	--lh-relaxed: 1.625;
	--lh-loose: 1.75;
	--space-0: 0;
	--space-1: 0.25rem;
	/* 4px */
	--space-2: 0.5rem;
	/* 8px */
	--space-3: 0.75rem;
	/* 12px */
	--space-4: 1rem;
	/* 16px */
	--space-5: 1.25rem;
	/* 20px */
	--space-6: 1.5rem;
	/* 24px */
	--space-8: 2rem;
	/* 32px */
	--space-10: 2.5rem;
	/* 40px */
	--space-12: 3rem;
	/* 48px */
	--space-16: 4rem;
	/* 64px */
	--space-20: 5rem;
	/* 80px */
	--space-24: 6rem;
	/* 96px */
	--space-3xs: var(--space-1);
	--space-2xs: var(--space-2);
	--space-xs: var(--space-3);
	--space-sm: var(--space-4);
	--space-md: var(--space-6);
	--space-lg: var(--space-8);
	--space-xl: var(--space-10);
	--space-2xl: var(--space-12);
	--space-3xl: var(--space-16);
	--container-padding: 1rem;
	--container-max-xs: 20rem;
	/* 320px */
	--container-max-sm: 36rem;
	/* 576px */
	--container-max-md: 48rem;
	/* 768px */
	--container-max-lg: 64rem;
	/* 1024px */
	--container-max-xl: 80rem;
	/* 1280px */
	--container-max-2xl: 90rem;
	/* 1440px */
	--container-max-2xl: 110rem;
	/* 1440px */
	--container-xs: var(--container-max-xs);
	--container-sm: var(--container-max-sm);
	--container-md: var(--container-max-md);
	--container-lg: var(--container-max-lg);
	--container-2xl: var(--container-max-2xl);
	--radius-sm: 0.25rem;
	/* 4px */
	--radius-md: 0.5rem;
	/* 8px */
	--radius-lg: 0.75rem;
	/* 12px */
	--radius-xl: 1rem;
	/* 16px */
	--radius-2xl: 1.5rem;
	/* 24px */
	--radius-3xl: 2rem;
	/* 32px */
	--radius-full: 9999px;
	--gap-xs: 0.5rem;
	--gap-sm: 0.75rem;
	--gap-md: 1rem;
	--gap-lg: 1.5rem;
	--gap-xl: 2rem;
	--touch-target-min: 44px;
	--touch-target-comfortable: 44px;
	--touch-target-spacious: 56px;
	--touch-spacing-min: 8px;
	--focus-ring-width: 3px;
	--focus-ring-offset: 2px;
	--focus-ring-color: var(--neblu-accent);
	--focus-ring: 0 0 0 var(--focus-ring-offset) var(--neblu-white),
		0 0 0 calc(var(--focus-ring-offset) + var(--focus-ring-width)) var(--focus-ring-color);
	--shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
	--shadow-sm: 0 2px 8px rgba(0, 71, 255, 0.08);
	--shadow-md: 0 4px 16px rgba(0, 71, 255, 0.12);
	--shadow-lg: 0 8px 24px rgba(0, 71, 255, 0.16);
	--shadow-xl: 0 16px 48px rgba(0, 71, 255, 0.20);
	--shadow-2xl: 0 24px 64px rgba(0, 71, 255, 0.24);
	--duration-instant: 0.1s;
	--duration-fast: 0.2s;
	--duration-normal: 0.3s;
	--duration-slow: 0.5s;
	--duration-slower: 0.8s;
	--ease: cubic-bezier(0.4, 0, 0.2, 1);
	--ease-in: cubic-bezier(0.4, 0, 1, 1);
	--ease-out: cubic-bezier(0, 0, 0.2, 1);
	--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
	--ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	--ease-elastic: cubic-bezier(0.34, 1.56, 0.64, 1);
	--ease-pop: cubic-bezier(0.34, 1.56, 0.64, 1);
	/* Z-Index Scale */
	--z-base: 0;
	--z-dropdown: 1000;
	--z-sticky: 1100;
	--z-fixed: 1200;
	--z-modal-backdrop: 1300;
	--z-modal: 1400;
	--z-popover: 1500;
	--z-tooltip: 1600;
	--z-notification: 1700;
	--z-max: 9999;
}

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

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: var(--font-sans);
	font-size: var(--fs-base);
	line-height: var(--lh-normal);
	color: var(--gray-900);
	background: var(--neblu-white);
	min-height: 100vh;
	overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Skip Links for Accessibility */
.skip-link,
.skip-to-content {
	position: absolute;
	top: -100%;
	left: 0;
	background: var(--neblu-primary);
	color: var(--neblu-white);
	padding: var(--space-4) var(--space-6);
	text-decoration: none;
	font-weight: 700;
	z-index: var(--z-max);
	transition: top var(--duration-fast) var(--ease-out);
	border-radius: 0 0 var(--radius-md) 0;
}

.skip-link:focus,
.skip-to-content:focus {
	top: 0;
	outline: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-display);
	font-weight: 700;
	line-height: var(--lh-tight);
	color: var(--neblu-navy);
	margin-bottom: var(--space-4);
}

h1 {
	font-size: var(--fs-3xl);
	margin-bottom: var(--space-6);
}

h2 {
	font-size: var(--fs-2xl);
	margin-bottom: var(--space-5);
	letter-spacing: -0.015em;
}

h3 {
	font-size: var(--fs-xl);
	letter-spacing: -0.01em;
}

h4 {
	font-size: var(--fs-lg);
}

h5 {
	font-size: var(--fs-md);
}

h6 {
	font-size: var(--fs-base);
	font-weight: 600;
}

/* Body Text */
p {
	font-size: var(--fs-base);
	line-height: var(--lh-relaxed);
	color: var(--gray-700);
	margin-bottom: var(--space-4);
	max-width: 65ch;
}

.lead {
	font-size: var(--fs-md);
	line-height: var(--lh-relaxed);
	color: var(--gray-600);
}

/* Text Sizes */
small,
.text-sm,
.text-small {
	font-size: var(--fs-sm);
	line-height: var(--lh-normal);
}

.text-xs {
	font-size: var(--fs-xs);
	line-height: var(--lh-normal);
}

/* Text Formatting */
strong,
b {
	font-weight: 700;
	color: var(--gray-900);
}

em,
i {
	font-style: italic;
}

/* Links */
a {
	color: var(--neblu-primary);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.2em;
	transition: color var(--duration-fast) var(--ease-out);
}

a:hover {
	color: var(--neblu-primary-hover);
}

a:focus-visible {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
	border-radius: var(--radius-sm);
}

a:has(button) {
	text-decoration: none;
}

/* Lists */
ul,
ol {
	font-size: var(--fs-base);
	line-height: var(--lh-relaxed);
	color: var(--gray-700);
	padding-inline-start: var(--space-6);
	margin-bottom: var(--space-4);
}

li {
	margin-bottom: var(--space-2);
}

li::marker {
	color: var(--neblu-primary);
}

nav ul,
nav ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Text Color Utilities */
.text-primary {
	color: var(--neblu-primary);
}

.text-sky {
	color: var(--neblu-sky);
}

.text-navy {
	color: var(--neblu-navy);
}

.text-white {
	color: var(--neblu-white);
}

.text-gray {
	color: var(--gray-700);
}

.text-success {
	color: var(--success);
}

.text-warning {
	color: var(--warning);
}

.text-error {
	color: var(--error);
}

.text-danger {
	color: var(--danger);
}

/* Container System */
.container,
.container-xs,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-2xl,
.container-wide,
.container-narrow {
	width: 100%;
	margin-inline: auto;
	padding-inline: var(--container-padding);
}

.container-xs {
	max-width: calc(var(--container-max-xs) + (var(--container-padding) * 2));
}

.container-sm,
.container-narrow {
	max-width: calc(var(--container-max-sm) + (var(--container-padding) * 2));
}

.container,
.container-md {
	max-width: calc(var(--container-max-md) + (var(--container-padding) * 2));
}

.container-lg {
	max-width: calc(var(--container-max-lg) + (var(--container-padding) * 2));
}

.container-xl {
	max-width: calc(var(--container-max-xl) + (var(--container-padding) * 2));
}

.container-2xl,
.container-wide {
	max-width: calc(var(--container-max-2xl) + (var(--container-padding) * 2));
}

.container-fluid {
	width: 100%;
	max-width: 100%;
	margin-inline: auto;
	padding-inline: 0;
}

/* Sections */
section {
	padding-block: var(--space-16);
	position: relative;
}

.section-sm {
	padding-block: var(--space-12);
}

.section-lg {
	padding-block: var(--space-20);
}

.section-xl {
	padding-block: var(--space-24);
}

/* Section Backgrounds */
.section-primary {
	background: var(--neblu-primary);
	color: var(--neblu-white);
}

.section-blue {
	background: var(--neblu-primary);
	color: var(--neblu-white);
	position: relative;
	overflow: hidden;
}

.section-navy {
	background: var(--neblu-navy);
	color: var(--neblu-white);
}

.section-light {
	background: var(--gray-50);
}

.section-gray {
	background: var(--gray-100);
}

.section-gradient {
	background: linear-gradient(180deg, var(--neblu-white) 0%, var(--gray-50) 100%);
}

/* Background Utilities */
.bg-white {
	background: var(--neblu-white);
}

.bg-primary {
	background: var(--neblu-primary);
}

.bg-blue {
	background: var(--neblu-primary);
}

.bg-sky {
	background: var(--neblu-sky);
}

.bg-navy {
	background: var(--neblu-navy);
}

.bg-light {
	background: var(--gray-50);
}

.bg-gray {
	background: var(--gray-100);
}

.bg-success {
	background: var(--success-light);
}

.bg-warning {
	background: var(--warning-light);
}

.bg-error {
	background: var(--error-light);
}

button,
.btn {
	font-family: var(--font-display);
	font-size: var(--fs-base);
	font-weight: 600;
	line-height: var(--lh-tight);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-2);
	min-height: var(--touch-target-comfortable);
	min-width: var(--touch-target-comfortable);
	border: none;
	border-radius: var(--radius-xl);
	cursor: pointer;
	transition:
		background-color var(--duration-fast) var(--ease-out),
		color var(--duration-fast) var(--ease-out),
		transform var(--duration-fast) var(--ease-out),
		box-shadow var(--duration-fast) var(--ease-out),
		border-color var(--duration-fast) var(--ease-out);
	-webkit-tap-highlight-color: transparent;
	user-select: none;
	touch-action: manipulation;
}

/* Button Primary */
.btn-primary {
	background: var(--neblu-primary);
	color: var(--neblu-white);
	box-shadow: var(--shadow-sm);
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.btn-primary::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg,
			transparent 0%,
			rgba(255, 255, 255, 0.1) 45%,
			rgba(255, 255, 255, 0.3) 50%,
			rgba(255, 255, 255, 0.1) 55%,
			transparent 100%);
	transform: translateX(-100%);
	transition: transform var(--duration-slower) var(--ease-out);
}

.btn-primary:hover {
	background: var(--neblu-primary-hover);
	transform: translateY(-2px);
	box-shadow: var(--shadow-lg);
}

.btn-primary:hover::before {
	transform: translateX(100%);
}

.btn-primary:active {
	transform: translateY(0);
	box-shadow: var(--shadow-sm);
}

.btn-primary:focus-visible {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
}

.btn-primary:disabled,
.btn-primary[aria-disabled="true"] {
	background: var(--gray-300);
	color: var(--gray-500);
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
	opacity: 0.6;
}

.btn-primary:disabled::before {
	display: none;
}

/* Button Loading State */
.btn-primary.is-loading {
	pointer-events: none;
	position: relative;
	color: transparent;
}

.btn-primary.is-loading::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-top-color: var(--neblu-white);
	border-radius: 50%;
	animation: spin var(--duration-slower) linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* Button Variants */
.btn-secondary {
	background: var(--neblu-white);
	color: var(--neblu-primary);
	border: 2px solid var(--neblu-primary);
	box-shadow: var(--shadow-xs);
}

.btn-secondary:hover {
	background: var(--neblu-primary);
	color: var(--neblu-white);
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
}

.btn-ghost,
.btn-outline,
.btn-primary-ghost {
	background: transparent;
	color: var(--neblu-primary);
	border: 2px solid var(--neblu-primary);
	box-shadow: none;
}

.btn-ghost:hover,
.btn-outline:hover {
	background: var(--neblu-ghost);
	border-color: var(--neblu-primary-hover);
}

.btn-text {
	background: transparent;
	color: var(--neblu-primary);
	border: none;
	box-shadow: none;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	padding-inline: var(--space-2);
	min-width: auto;
}

.btn-text:hover {
	color: var(--neblu-primary-hover);
	background: var(--neblu-ghost);
}

/* Button Sizes */
.btn-sm {
	font-size: var(--fs-sm);
	min-height: var(--touch-target-min);
	padding: var(--space-2) var(--space-4);
}

.btn-lg {
	font-size: var(--fs-md);
	min-height: var(--touch-target-spacious);
	padding: var(--space-4) var(--space-8);
}

.btn-full {
	width: 100%;
}

.btn-icon {
	width: var(--touch-target-comfortable);
	height: var(--touch-target-comfortable);
	padding: 0;
	min-width: 0;
}

.btn-icon svg {
	width: 24px;
	height: 24px;
}

.btn-icon-sm {
	width: var(--touch-target-min);
	height: var(--touch-target-min);
}

.btn-icon-sm svg {
	width: 20px;
	height: 20px;
}

/* Button Colors */
.btn-blue {
	background: var(--neblu-primary);
	color: var(--neblu-white);
	box-shadow: var(--shadow-sm);
}

.btn-blue:hover {
	background: var(--neblu-navy);
	transform: translateY(-2px);
	box-shadow: var(--shadow-lg);
}

.btn-success {
	background: var(--success);
	color: var(--neblu-white);
}

.btn-success:hover {
	background: var(--success-dark);
}

.btn-danger,
.btn-error {
	background: var(--error);
	color: var(--neblu-white);
}

.btn-danger:hover,
.btn-error:hover {
	background: var(--error-dark);
}

/* Labels */
label {
	display: block;
	font-size: var(--fs-sm);
	font-weight: 600;
	color: var(--gray-900);
	margin-bottom: var(--space-2);
	line-height: var(--lh-snug);
}

.label-required::after {
	content: '*';
	color: var(--error);
	margin-left: var(--space-1);
}

.helper-text {
	display: block;
	font-size: var(--fs-sm);
	color: var(--gray-600);
	margin-top: var(--space-2);
	line-height: var(--lh-normal);
}

/* Input Fields */
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
	font-family: var(--font-sans);
	font-size: var(--fs-base);
	line-height: var(--lh-normal);
	color: var(--gray-900);
	width: 100%;
	min-height: var(--touch-target-comfortable);
	padding: var(--space-3) var(--space-4);
	background: var(--neblu-white);
	border: 2px solid var(--gray-300);
	border-radius: var(--radius-lg);
	transition:
		border-color var(--duration-fast) var(--ease-out),
		box-shadow var(--duration-fast) var(--ease-out);
	appearance: none;
}

input::placeholder,
textarea::placeholder {
	color: var(--gray-500);
	opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: var(--neblu-primary);
	box-shadow: 0 0 0 3px rgba(0, 71, 255, 0.1);
}

input:hover:not(:disabled),
textarea:hover:not(:disabled),
select:hover:not(:disabled) {
	border-color: var(--neblu-sky);
}

/* Input States */
input[aria-invalid="true"],
textarea[aria-invalid="true"],
select[aria-invalid="true"],
.input-error {
	border-color: var(--error);
	background: var(--error-light);
}

input[aria-invalid="true"]:focus {
	box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.input-success {
	border-color: var(--success);
	background: var(--success-light);
}

input:disabled,
textarea:disabled,
select:disabled {
	background: var(--gray-100);
	color: var(--gray-500);
	cursor: not-allowed;
	opacity: 0.6;
}

/* Error & Success Messages */
.error-message {
	display: flex;
	align-items: flex-start;
	gap: var(--space-2);
	margin-top: var(--space-2);
	font-size: var(--fs-sm);
	color: var(--error-dark);
	line-height: var(--lh-normal);
}

.error-message svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin-top: 2px;
}

.success-message {
	display: flex;
	align-items: flex-start;
	gap: var(--space-2);
	margin-top: var(--space-2);
	font-size: var(--fs-sm);
	color: var(--success-dark);
	line-height: var(--lh-normal);
}

/* Textarea */
textarea {
	min-height: 120px;
	resize: vertical;
}

/* Select */
select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%234a5163' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right var(--space-4) center;
	background-size: 20px;
	padding-right: calc(var(--space-4) + 28px);
}

/* Checkbox & Radio */
input[type="checkbox"],
input[type="radio"] {
	width: 20px;
	height: 20px;
	min-height: 0;
	margin: 0;
	cursor: pointer;
	accent-color: var(--neblu-primary);
	transition: transform var(--duration-fast) var(--ease-out);
}

input[type="checkbox"]:hover,
input[type="radio"]:hover {
	transform: scale(1.1);
}

input[type="checkbox"]:focus-visible,
input[type="radio"]:focus-visible {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
}

.checkbox-wrapper,
.radio-wrapper {
	display: flex;
	align-items: flex-start;
	gap: var(--space-3);
	cursor: pointer;
	padding: var(--space-2);
	border-radius: var(--radius-md);
	transition: background-color var(--duration-fast) var(--ease-out);
}

.checkbox-wrapper:hover,
.radio-wrapper:hover {
	background: var(--gray-50);
}

.checkbox-wrapper label,
.radio-wrapper label {
	margin: 0;
	cursor: pointer;
	user-select: none;
}

/* Form Layout */
.form-group {
	margin-bottom: var(--space-6);
}

.form-inline {
	display: flex;
	gap: var(--space-4);
	align-items: end;
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--space-6);
}

.card {
	background: var(--neblu-white);
	border: 1px solid var(--gray-200);
	border-radius: var(--radius-2xl);
	padding: var(--space-6);
	box-shadow: var(--shadow-xs);
	transition:
		transform var(--duration-normal) var(--ease-out),
		box-shadow var(--duration-normal) var(--ease-out);
}

.card-sm {
	padding: var(--space-4);
	border-radius: var(--radius-xl);
}

.card-lg {
	padding: var(--space-8);
	border-radius: var(--radius-3xl);
}

.card-title {
	font-size: var(--fs-xl);
	font-weight: 700;
	color: var(--neblu-navy);
	line-height: var(--lh-tight);
	margin-bottom: var(--space-3);
}

.card-text {
	font-size: var(--fs-base);
	line-height: var(--lh-relaxed);
	color: var(--gray-700);
}

.card-header {
	padding-bottom: var(--space-4);
	margin-bottom: var(--space-4);
	border-bottom: 1px solid var(--gray-200);
}

.card-footer {
	padding-top: var(--space-4);
	margin-top: var(--space-4);
	border-top: 1px solid var(--gray-200);
}

.badge {
	display: inline-flex;
	align-items: center;
	gap: var(--space-2);
	padding: var(--space-2) var(--space-3);
	border-radius: var(--radius-full);
	font-size: var(--fs-sm);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1;
}

.badge-primary {
	background: var(--neblu-primary);
	color: var(--neblu-white);
}

.badge-sky {
	background: var(--neblu-ghost);
	color: var(--neblu-primary);
}

.badge-outline {
	background: transparent;
	border: 2px solid var(--neblu-primary);
	color: var(--neblu-primary);
}

.badge-success {
	background: var(--success-light);
	color: var(--success-dark);
}

.badge-warning {
	background: var(--warning-light);
	color: var(--warning-dark);
}

.badge-error,
.badge-danger {
	background: var(--error-light);
	color: var(--error-dark);
}

.alert {
	display: flex;
	align-items: flex-start;
	gap: var(--space-4);
	padding: var(--space-4);
	border-radius: var(--radius-lg);
	border-left: 4px solid;
	margin-bottom: var(--space-4);
}

.alert svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	margin-top: 2px;
}

.alert-success {
	background: var(--success-light);
	border-color: var(--success);
	color: var(--success-dark);
}

.alert-warning {
	background: var(--warning-light);
	border-color: var(--warning);
	color: var(--warning-dark);
}

.alert-error,
.alert-danger {
	background: var(--error-light);
	border-color: var(--error);
	color: var(--error-dark);
}

.alert-info {
	background: var(--info-light);
	border-color: var(--info);
	color: var(--info-dark);
}

table {
	width: 100%;
	border-collapse: collapse;
	font-size: var(--fs-sm);
	line-height: var(--lh-normal);
}

thead {
	background: var(--gray-50);
	border-bottom: 2px solid var(--gray-300);
}

th {
	font-size: var(--fs-sm);
	font-weight: 700;
	text-align: left;
	color: var(--gray-900);
	padding: var(--space-4);
}

td {
	padding: var(--space-4);
	border-bottom: 1px solid var(--gray-200);
	color: var(--gray-700);
}

tr:hover {
	background: var(--gray-50);
}

.table-wrapper {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: var(--radius-lg);
	border: 1px solid var(--gray-200);
}

.footer {
	background: var(--neblu-navy);
	color: var(--neblu-sky);
	position: relative;
	overflow: hidden;
	padding-top: var(--space-16);
	padding-bottom: var(--space-8);
}

.footer::before {
	content: '';
	position: absolute;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(0, 71, 255, 0.1) 0%, transparent 70%);
	border-radius: 50%;
	bottom: -150px;
	right: -150px;
	pointer-events: none;
}

.footer-content {
	position: relative;
	z-index: var(--z-base);
}

.footer-main {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--space-8);
	margin-bottom: var(--space-8);
	padding-bottom: var(--space-8);
	border-bottom: 1px solid rgba(125, 211, 240, 0.2);
}

.footer-brand {
	max-width: 100%;
}

.footer-logo {
	width: 120px;
	height: auto;
	margin-bottom: var(--space-4);
}

.footer-tagline {
	font-size: var(--fs-md);
	font-weight: 700;
	color: var(--neblu-white);
	line-height: var(--lh-snug);
	margin-bottom: var(--space-3);
}

.footer-description {
	font-size: var(--fs-sm);
	color: var(--neblu-sky);
	line-height: var(--lh-relaxed);
	margin-bottom: var(--space-5);
}

.footer-social {
	display: flex;
	gap: var(--space-3);
	flex-wrap: wrap;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--touch-target-min);
	height: var(--touch-target-min);
	background: rgba(125, 211, 240, 0.1);
	border: 2px solid transparent;
	border-radius: 50%;
	transition:
		background-color var(--duration-normal) var(--ease-out),
		border-color var(--duration-normal) var(--ease-out),
		transform var(--duration-normal) var(--ease-out);
}

.social-link:hover {
	background: var(--neblu-primary);
	border-color: var(--neblu-sky);
	transform: translateY(-3px);
}

.social-link:focus-visible {
	outline: var(--focus-ring-width) solid var(--neblu-accent);
	outline-offset: var(--focus-ring-offset);
}

.social-link svg {
	width: 20px;
	height: 20px;
	fill: var(--neblu-sky);
	transition: fill var(--duration-normal) var(--ease-out);
}

.social-link:hover svg {
	fill: var(--neblu-white);
}

.footer-links,
.footer-contact-info,
.footer-legal {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: var(--space-3);
}

.footer-links a,
.footer-contact-info a,
.footer-legal a {
	color: var(--neblu-sky);
	text-decoration: none;
	font-size: var(--fs-sm);
	line-height: var(--lh-normal);
	display: inline-block;
	position: relative;
	transition:
		color var(--duration-normal) var(--ease-out),
		transform var(--duration-normal) var(--ease-out);
}

.footer-links a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--neblu-accent);
	transition: width var(--duration-normal) var(--ease-out);
}

.footer-links a:hover,
.footer-contact-info a:hover,
.footer-legal a:hover {
	color: var(--neblu-white);
}

.footer-links a:hover {
	transform: translateX(4px);
}

.footer-links a:hover::after,
.footer-credits a:hover::after,
.footer-legal a:hover::after {
	width: 100%;
}

.footer-links a:focus-visible,
.footer-contact-info a:focus-visible,
.footer-legal a:focus-visible {
	outline: var(--focus-ring-width) solid var(--neblu-accent);
	outline-offset: var(--focus-ring-offset);
	border-radius: var(--radius-sm);
}

.footer-contact-info li {
	display: flex;
	align-items: flex-start;
	gap: var(--space-3);
	margin-bottom: var(--space-3);
	font-size: var(--fs-sm);
	line-height: var(--lh-normal);
}

.footer-contact-info svg {
	width: 18px;
	height: 18px;
	fill: var(--neblu-accent);
	flex-shrink: 0;
	margin-top: 2px;
}

.footer-bottom {
	display: flex;
	flex-direction: column;
	gap: var(--space-4);
	font-size: var(--fs-xs);
	text-align: center;
	padding-top: var(--space-6);
}

.footer-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-3);
}

.footer-copyright {
	color: var(--neblu-sky);
	line-height: var(--lh-normal);
}

.footer-credits {
	color: var(--neblu-sky);
	display: flex;
	align-items: center;
	gap: var(--space-2);
}

.footer-credits a {
	color: var(--neblu-white);
	font-weight: 600;
	text-decoration: none;
	transition: color var(--duration-normal) var(--ease-out);
	position: relative;
}

.footer-credits a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--neblu-accent);
	transition: width var(--duration-normal) var(--ease-out);
}

.footer-credits a:hover {
	color: var(--neblu-accent);
}

.footer-legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--space-4);
}

.grid {
	display: grid;
	gap: var(--gap-md);
}

.grid-2 {
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}

.grid-3 {
	grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
}

.grid-4 {
	grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
}

/* Flexbox Utilities */
.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.flex-col {
	flex-direction: column;
}

.flex-row {
	flex-direction: row;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-around {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.flex-start {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.items-start {
	align-items: flex-start;
}

.items-center {
	align-items: center;
}

.items-end {
	align-items: flex-end;
}

.justify-start {
	justify-content: flex-start;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: flex-end;
}

.justify-between {
	justify-content: space-between;
}

/* Gap Utilities */
.gap-0 {
	gap: 0;
}

.gap-1 {
	gap: var(--space-1);
}

.gap-2 {
	gap: var(--space-2);
}

.gap-3 {
	gap: var(--space-3);
}

.gap-4 {
	gap: var(--space-4);
}

.gap-6 {
	gap: var(--space-6);
}

.gap-8 {
	gap: var(--space-8);
}

.gap-xs {
	gap: var(--gap-xs);
}

.gap-sm {
	gap: var(--gap-sm);
}

.gap-md {
	gap: var(--gap-md);
}

.gap-lg {
	gap: var(--gap-lg);
}

.gap-xl {
	gap: var(--gap-xl);
}

.p-0 {
	padding: 0;
}

.p-2 {
	padding: var(--space-2);
}

.p-4 {
	padding: var(--space-4);
}

.p-6 {
	padding: var(--space-6);
}

.p-8 {
	padding: var(--space-8);
}

.px-4 {
	padding-inline: var(--space-4);
}

.px-6 {
	padding-inline: var(--space-6);
}

.py-4 {
	padding-block: var(--space-4);
}

.py-6 {
	padding-block: var(--space-6);
}

.m-0 {
	margin: 0;
}

.m-auto {
	margin: auto;
}

.mx-auto {
	margin-inline: auto;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-2 {
	margin-bottom: var(--space-2);
}

.mb-4 {
	margin-bottom: var(--space-4);
}

.mb-6 {
	margin-bottom: var(--space-6);
}

.mb-8 {
	margin-bottom: var(--space-8);
}

.mb-xs {
	margin-bottom: var(--space-xs);
}

.mb-sm {
	margin-bottom: var(--space-sm);
}

.mb-md {
	margin-bottom: var(--space-md);
}

.mb-lg {
	margin-bottom: var(--space-lg);
}

.mb-xl {
	margin-bottom: var(--space-xl);
}

.mb-2xl {
	margin-bottom: var(--space-2xl);
}

.mt-0 {
	margin-top: 0;
}

.mt-2 {
	margin-top: var(--space-2);
}

.mt-4 {
	margin-top: var(--space-4);
}

.mt-6 {
	margin-top: var(--space-6);
}

.mt-8 {
	margin-top: var(--space-8);
}

.mt-xs {
	margin-top: var(--space-xs);
}

.mt-sm {
	margin-top: var(--space-sm);
}

.mt-md {
	margin-top: var(--space-md);
}

.mt-lg {
	margin-top: var(--space-lg);
}

.mt-xl {
	margin-top: var(--space-xl);
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}

.hidden {
	display: none;
}

.w-full {
	width: 100%;
}

.w-auto {
	width: auto;
}

.h-full {
	height: 100%;
}

.h-auto {
	height: auto;
}

/* Screen Reader Only */
.sr-only,
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

/* Focus Utilities */
.focus-visible:focus-visible {
	outline: var(--focus-ring-width) solid var(--focus-ring-color);
	outline-offset: var(--focus-ring-offset);
}

@media (min-width: 641px) {
	:root {
		--container-padding: 1.5rem;
		--fs-4xl: 5rem;
	}

	h1 {
		font-size: var(--fs-4xl);
	}

	section {
		padding-block: var(--space-20);
	}

	.footer-main {
		grid-template-columns: repeat(2, 1fr);
		gap: var(--space-10);
	}

	.footer-brand {
		grid-column: 1 / -1;
	}

	.footer-bottom {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}

	.footer-left {
		flex-direction: row;
		align-items: center;
	}

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

@media (min-width: 1025px) {
	:root {
		--container-padding: 2rem;
		--touch-target-comfortable: 44px;
	}

	h1 {
		font-size: clamp(4rem, 5vw, 6rem);
	}

	section {
		padding-block: var(--space-24);
	}

	.footer-main {
		grid-template-columns: 1.8fr repeat(4, 1fr);
		gap: var(--space-12);
	}

	.footer-brand {
		grid-column: auto;
		max-width: 320px;
	}

	button,
	.btn {
		min-height: var(--touch-target-min);
	}
}

@media (min-width: 1441px) {
	:root {
		--container-padding: 2.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {

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

	html {
		scroll-behavior: auto;
	}

	.btn-primary.is-loading::after {
		animation: none;
		opacity: 0.5;
	}
}

@media (prefers-contrast: high) {
	:root {
		--gray-500: #6b7280;
		--lh-relaxed: 1.75;
		--lh-loose: 2;
	}

	input,
	textarea,
	select,
	.card {
		border-width: 3px;
	}

	*:focus-visible {
		outline-width: 4px;
		outline-offset: 3px;
	}
}

/* Print Styles */
@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]::after,
	a[href^="javascript:"]::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	nav,
	.footer,
	.btn,
	button {
		display: none;
	}
}