/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/layout/Footer.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__eNA9m {
  background-color: var(--bg-footer);
  color: var(--text-footer);
  padding: 4rem 0 0;
}

.Footer_grid__WCfx6 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-gap: 3rem;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.Footer_brand__Lj6Sp { max-width: 300px; }

.Footer_logo__8uCHD {
  filter: brightness(0) invert(1);
  margin-bottom: 1rem;
}

.Footer_desc__t_pgm {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  margin-bottom: 1.5rem;
}

.Footer_contact__K_gpn {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.Footer_contactItem__M0DvS {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.75);
  transition: color var(--transition);
}

.Footer_contactItem__M0DvS:hover {
  color: var(--col-secondary);
}

.Footer_contactItem__M0DvS svg {
  flex-shrink: 0;
  color: var(--col-secondary);
}

.Footer_col__TmcuA {}

.Footer_colTitle__u3AX5 {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1.25rem;
  font-family: var(--font-body);
}

.Footer_linkList__K_ONQ {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.Footer_footerLink__vjGfL {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.75);
  transition: color var(--transition);
}

.Footer_footerLink__vjGfL:hover {
  color: var(--col-secondary);
}

.Footer_address__nBw9S {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
}

.Footer_bottom__ch0uR {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  gap: 1rem;
  flex-wrap: wrap;
}

.Footer_copy__1rMWy {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  margin: 0;
}

.Footer_credit__q8yBC {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  margin: 0;
}

.Footer_creditLink__Wo8EC {
  color: var(--col-secondary);
}

.Footer_creditLink__Wo8EC:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .Footer_grid__WCfx6 {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .Footer_brand__Lj6Sp {
    grid-column: 1 / -1;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .Footer_grid__WCfx6 {
    grid-template-columns: 1fr;
  }
  .Footer_bottom__ch0uR {
    flex-direction: column;
    text-align: center;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ui/LangSwitcher.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.LangSwitcher_switcher__JkNpf {
  display: flex;
  align-items: center;
  gap: 2px;
  background: #f1f5f9;
  border-radius: 6px;
  padding: 2px;
}

.LangSwitcher_btn__p4Y6p {
  padding: 0.25rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: var(--font-body);
  letter-spacing: 0.05em;
  border: none;
  background: transparent;
  color: #64748b;
  border-radius: 4px;
  cursor: pointer;
  transition: all var(--transition);
}

.LangSwitcher_active__8Br_9 {
  background: #ffffff;
  color: var(--col-primary);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/layout/Navbar.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Navbar_header__UKF8E {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(255,255,255,0.97);
  border-bottom: 1px solid rgba(226,232,240,0.8);
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  height: var(--nav-h);
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.Navbar_scrolled__nobxR {
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  background-color: rgba(255,255,255,0.99);
}

.Navbar_inner__Zc9of {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.Navbar_logo__Am5h2 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* ── DESKTOP NAV ── */
.Navbar_desktopNav__wDgSZ {
  display: none;
  align-items: center;
  gap: 0.15rem;
}

.Navbar_navLink__A03oH {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.925rem;
  font-weight: 600;
  color: #1e293b;
  border-radius: var(--radius);
  transition: color var(--transition);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  letter-spacing: -0.01em;
}

.Navbar_navLink__A03oH::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0.9rem;
  right: 0.9rem;
  height: 2px;
  background: var(--col-secondary);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.Navbar_navLink__A03oH:hover {
  color: var(--col-primary);
}

.Navbar_navLink__A03oH:hover::after {
  transform: scaleX(1);
}

/* ── DROPDOWN ── */
.Navbar_dropdown__1vJ_E {
  position: relative;
}

.Navbar_dropdownMenu__Vg7EZ {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
  min-width: 230px;
  padding: 0.5rem;
  z-index: 200;
}

.Navbar_dropdownMenu__Vg7EZ::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  height: 6px;
}

.Navbar_dropdownItem__vfTIG {
  display: flex;
  align-items: center;
  padding: 0.65rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  border-radius: var(--radius);
  transition: all var(--transition);
  gap: 0.5rem;
}

.Navbar_dropdownItem__vfTIG::before {
  content: '→';
  font-size: 0.8rem;
  color: var(--col-secondary);
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.18s ease;
}

.Navbar_dropdownItem__vfTIG:hover {
  background-color: var(--col-accent);
  color: var(--col-primary);
  padding-left: 1.2rem;
}

.Navbar_dropdownItem__vfTIG:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* ── ACTIONS ── */
.Navbar_actions__TwM5h {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.Navbar_ctaBtn__7RG0X {
  display: none;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.55rem 1.35rem;
  background: linear-gradient(135deg, var(--col-primary) 0%, #2563eb 100%);
  color: #ffffff;
  border-radius: var(--radius);
  border: none;
  transition: all 0.22s ease;
  box-shadow: 0 2px 8px rgba(30,58,95,0.25);
}

.Navbar_ctaBtn__7RG0X:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(30,58,95,0.30);
  background: linear-gradient(135deg, #2563eb 0%, var(--col-primary) 100%);
}

.Navbar_hamburger__HA1m5 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
}

.Navbar_hamburger__HA1m5 span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #1e293b;
  transition: all var(--transition);
}

/* ── MOBILE PANEL ── */
.Navbar_backdrop__92SeP {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 101;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.Navbar_mobilePanel__xbuyh {
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 88vw);
  height: 100dvh;
  background-color: #ffffff;
  z-index: 102;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: -8px 0 32px rgba(0,0,0,0.14);
}

.Navbar_mobilePanelOpen__b_2so {
  transform: translateX(0);
}

.Navbar_mobilePanelHeader__BfGK9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.Navbar_closeBtn__2Q7GI {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.Navbar_closeBtn__2Q7GI span {
  display: block;
  width: 20px;
  height: 2px;
  background: #374151;
  border-radius: 2px;
}

.Navbar_closeBtn__2Q7GI span:first-child { transform: rotate(45deg) translate(5px, 5px); }
.Navbar_closeBtn__2Q7GI span:last-child { transform: rotate(-45deg) translate(5px, -5px); }

.Navbar_mobileNav__ykXjb {
  display: flex;
  flex-direction: column;
  padding: 1rem 1.5rem;
  gap: 0.25rem;
  flex: 1 1;
}

.Navbar_mobileLink___PlsO {
  display: block;
  padding: 0.8rem 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  border-bottom: 1px solid #f1f5f9;
}

.Navbar_mobileLinkLabel___Xlhi {
  display: block;
  padding: 0.75rem 0.5rem 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.Navbar_mobileServiceGroup__BqxVK {
  margin-bottom: 0.25rem;
}

.Navbar_mobileSubLink__tT1bg {
  display: block;
  padding: 0.55rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  border-bottom: 1px solid #f8fafc;
  transition: color 0.15s ease;
}

.Navbar_mobileSubLink__tT1bg:hover {
  color: var(--col-primary);
}

.Navbar_mobileCta___lbFE {
  margin-top: 1.25rem;
  text-align: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--col-primary) 0%, #2563eb 100%);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(30,58,95,0.25);
}

.Navbar_mobileLang__Xe7o4 {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

@media (min-width: 901px) {
  .Navbar_desktopNav__wDgSZ { display: flex; }
  .Navbar_ctaBtn__7RG0X { display: inline-flex; }
  .Navbar_hamburger__HA1m5 { display: none; }
  .Navbar_mobilePanel__xbuyh { display: none !important; }
  .Navbar_backdrop__92SeP { display: none !important; }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ui/CookieBanner.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.CookieBanner_banner__oqyum {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9998;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  padding: 1.25rem 1.5rem;
  max-width: 880px;
  margin: 0 auto;
}

.CookieBanner_content__Yh9Gu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.CookieBanner_title__jjweN {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.35rem 0;
  font-family: var(--font-display);
}

.CookieBanner_message__Dyg6d {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #475569;
  margin: 0;
}

.CookieBanner_link__LPg8I {
  color: var(--col-primary);
  text-decoration: underline;
  font-weight: 600;
}

.CookieBanner_actions__KH9vn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.CookieBanner_btnPrimary__kM3uH,
.CookieBanner_btnSecondary__NHv9E {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius);
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all var(--transition);
  min-width: 130px;
  text-align: center;
}

.CookieBanner_btnPrimary__kM3uH {
  background: var(--col-primary);
  color: #ffffff;
}
.CookieBanner_btnPrimary__kM3uH:hover {
  background: #15294a;
}

.CookieBanner_btnSecondary__NHv9E {
  background: #ffffff;
  color: #0f172a;
  border-color: #cbd5e1;
}
.CookieBanner_btnSecondary__NHv9E:hover {
  background: #f8fafc;
  border-color: #94a3b8;
}

.CookieBanner_reopenBtn__OGSv4 {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 9997;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--col-primary);
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform var(--transition);
}
.CookieBanner_reopenBtn__OGSv4:hover {
  transform: scale(1.08);
}

.CookieBanner_backdrop__ZPj5v {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
}

.CookieBanner_modal__OVNnJ {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  width: min(540px, calc(100% - 2rem));
  max-height: calc(100dvh - 2rem);
  overflow-y: auto;
  z-index: 9999;
  padding: 1.75rem;
}

.CookieBanner_modalHeader__und4G {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.CookieBanner_modalTitle__py6S_ {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  font-family: var(--font-display);
}

.CookieBanner_closeBtn__nGC2w {
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: #64748b;
  cursor: pointer;
  padding: 0 0.25rem;
}

.CookieBanner_modalDesc__mOhSE {
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.55;
  margin: 0 0 1.25rem 0;
}

.CookieBanner_category__vCoxs {
  border: 1px solid #e2e8f0;
  border-radius: var(--radius);
  padding: 0.9rem 1rem;
  margin-bottom: 0.75rem;
}

.CookieBanner_categoryHeader___m6gf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}

.CookieBanner_categoryDesc__vTdIw {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

.CookieBanner_alwaysOn__iIWTr {
  color: #22c55e;
  font-size: 1.2rem;
}

.CookieBanner_toggle__oW6sL {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}
.CookieBanner_toggle__oW6sL input {
  opacity: 0;
  width: 0;
  height: 0;
}
.CookieBanner_slider__QlHr6 {
  position: absolute;
  inset: 0;
  background: #cbd5e1;
  border-radius: 24px;
  cursor: pointer;
  transition: all var(--transition);
}
.CookieBanner_slider__QlHr6::before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform var(--transition);
}
.CookieBanner_toggle__oW6sL input:checked + .CookieBanner_slider__QlHr6 {
  background: var(--col-primary);
}
.CookieBanner_toggle__oW6sL input:checked + .CookieBanner_slider__QlHr6::before {
  transform: translateX(18px);
}

.CookieBanner_modalFooter__yE4rE {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .CookieBanner_content__Yh9Gu {
    flex-direction: row;
    align-items: center;
  }
  .CookieBanner_text__5hiqi {
    flex: 1 1;
  }
  .CookieBanner_actions__KH9vn {
    flex-shrink: 0;
  }
}

@media (max-width: 600px) {
  .CookieBanner_banner__oqyum {
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    padding: 1rem;
  }
  .CookieBanner_actions__KH9vn {
    flex-direction: column;
  }
  .CookieBanner_btnPrimary__kM3uH,
  .CookieBanner_btnSecondary__NHv9E {
    width: 100%;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ui/EmailAddress.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.EmailAddress_email__osnZv::before {
  content: attr(data-user) "@" attr(data-domain);
}

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/styles/globals.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
/* ═══════════════════════════════════════════════════════
   PALETTE 13 — INK BLUE & SKY
   ═══════════════════════════════════════════════════════ */
:root {
  --col-primary:   #1e3a5f;
  --col-secondary: #0ea5e9;
  --col-accent:    #e0f2fe;
  --col-dark-bg:   #0c1e35;
  --col-navy:      #1e3a5f;

  --font-display: 'Plus Jakarta Sans', sans-serif;
  --font-body:    'Inter', sans-serif;

  --nav-h: 76px;
  --radius: 8px;
  --radius-lg: 12px;
  --transition: 0.2s ease;
  --max-w: 1200px;
  --section-py: 5rem;
}

/* ═══════════════════════════════════════════════════════
   TEMA 3: MIXED-LIGHT
   Beyaz navbar + açık sections + koyu footer
   ═══════════════════════════════════════════════════════ */
[data-theme="mixed-light"] {
  --bg-page:            #ffffff;
  --bg-section-alt:     #f0f9ff;
  --bg-card:            #ffffff;
  --bg-hero:            var(--col-primary);
  --bg-navbar:          #ffffff;
  --bg-navbar-scrolled: #ffffff;
  --bg-footer:          var(--col-dark-bg);

  --text-page:          #1a1a2a;
  --text-secondary:     #4b5563;
  --text-navbar:        #1e293b;
  --text-navbar-scrolled: #1e293b;
  --text-footer:        rgba(255,255,255,0.80);
  --text-hero:          #ffffff;

  --btn-primary-bg:     var(--col-primary);
  --btn-primary-text:   #ffffff;
  --btn-hero-bg:        var(--col-secondary);
  --btn-hero-text:      var(--col-primary);
  --btn-outline-border: var(--col-primary);
  --btn-outline-text:   var(--col-primary);

  --card-bg:            #ffffff;
  --card-border:        #e2e8f0;
  --card-shadow:        0 2px 8px rgba(0,0,0,0.06);
  --card-hover-shadow:  0 8px 24px rgba(0,0,0,0.10);
  --card-hover-border:  var(--col-primary);

  --input-bg:           #ffffff;
  --input-border:       #cbd5e1;
  --input-focus:        var(--col-primary);
  --input-text:         #1a1a2a;

  --badge-bg:           var(--col-accent);
  --badge-text:         var(--col-primary);

  --divider:            #e2e8f0;
  --overlay:            rgba(0,0,0,0.55);
  --hamburger-color:    #1e293b;
  --navbar-scroll-trigger: 0px;
}

/* ═══════════════════════════════════════════════════════
   RESET & BASE
   ═══════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--text-page);
  background-color: var(--bg-page);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ═══════════════════════════════════════════════════════
   TYPOGRAPHY
   ═══════════════════════════════════════════════════════ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-page);
}

h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.25rem); }
h3 { font-size: clamp(1.125rem, 2.5vw, 1.5rem); }
h4 { font-size: 1.125rem; }

p { line-height: 1.7; }

/* ═══════════════════════════════════════════════════════
   UTILITY CLASSES
   ═══════════════════════════════════════════════════════ */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: var(--section-py) 0;
}

.section-alt {
  background-color: var(--bg-section-alt);
}

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

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

.section-header h2 {
  margin-bottom: 0.75rem;
}

.section-header p {
  color: var(--text-secondary);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: var(--radius);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--btn-primary-bg);
  color: var(--btn-primary-text);
}

.btn-primary:hover {
  background-color: var(--col-secondary);
  border-color: var(--col-secondary);
  color: #ffffff;
  transform: translateY(-1px);
}

.btn-hero {
  background-color: var(--btn-hero-bg);
  color: var(--btn-hero-text);
}

.btn-hero:hover {
  background-color: #ffffff;
  color: var(--col-primary);
  transform: translateY(-1px);
}

.btn-outline {
  background-color: transparent;
  border-color: var(--btn-outline-border);
  color: var(--btn-outline-text);
}

.btn-outline:hover {
  background-color: var(--btn-outline-border);
  color: #ffffff;
}

.btn-outline-light {
  background-color: transparent;
  border-color: rgba(255,255,255,0.6);
  color: #ffffff;
}

.btn-outline-light:hover {
  background-color: rgba(255,255,255,0.1);
  border-color: #ffffff;
}

/* ═══════════════════════════════════════════════════════
   BADGE
   ═══════════════════════════════════════════════════════ */
.badge {
  display: inline-block;
  padding: 0.25rem 0.85rem;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: var(--badge-bg);
  color: var(--badge-text);
}

/* ═══════════════════════════════════════════════════════
   GRID
   ═══════════════════════════════════════════════════════ */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 2rem; gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 2rem; gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 1.5rem; gap: 1.5rem; }

@media (max-width: 900px) {
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  :root { --section-py: 3rem; }
}

/* ═══════════════════════════════════════════════════════
   CARD
   ═══════════════════════════════════════════════════════ */
.card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow);
  padding: 2rem;
  transition: all var(--transition);
}

.card:hover {
  box-shadow: var(--card-hover-shadow);
  border-color: var(--card-hover-border);
  transform: translateY(-2px);
}

/* ═══════════════════════════════════════════════════════
   DIVIDER
   ═══════════════════════════════════════════════════════ */
hr {
  border: none;
  border-top: 1px solid var(--divider);
  margin: 2rem 0;
}

/* ═══════════════════════════════════════════════════════
   FOCUS
   ═══════════════════════════════════════════════════════ */
:focus-visible {
  outline: 3px solid var(--col-secondary);
  outline-offset: 2px;
  border-radius: 2px;
}

/* ═══════════════════════════════════════════════════════
   GOOGLE FONTS IMPORT
   ═══════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap');

