/* =============================================================
   TASARIM 2 — "Aydınlık"
   Krem zemin, editoryal düzen, dört renkli vurgu.
   ============================================================= */

:root {
  --paper:      #faf7f2;
  --paper-2:    #f3ede3;
  --paper-3:    #ffffff;

  --ink:        #16150f;
  --ink-soft:   #55514a;
  --ink-faint:  #8b857b;

  --line:       rgba(22, 21, 15, .13);
  --line-soft:  rgba(22, 21, 15, .07);

  --flame:      #de4a26;
  --ocean:      #14655d;
  --violet:     #5340d0;
  --sun:        #d1861a;

  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --wrap: 1180px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* Renk yardımcıları — bir bloğa c-flame verince o blok turuncu olur */
.c-flame  { --c: var(--flame);  --c-tint: rgba(222, 74, 38, .1); }
.c-ocean  { --c: var(--ocean);  --c-tint: rgba(20, 101, 93, .1); }
.c-violet { --c: var(--violet); --c-tint: rgba(83, 64, 208, .1); }
.c-sun    { --c: var(--sun);    --c-tint: rgba(209, 134, 26, .12); }

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }
button, input, textarea { font: inherit; color: inherit; }
::selection { background: var(--flame); color: #fff; }
:focus-visible { outline: 2px solid var(--flame); outline-offset: 3px; border-radius: 4px; }

.skip-link {
  position: fixed; top: -100px; left: 16px; z-index: 999;
  padding: 10px 18px; background: var(--ink); color: var(--paper);
  font-weight: 600; border-radius: 0 0 10px 10px; transition: top .2s var(--ease);
}
.skip-link:focus { top: 0; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 26px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(250, 247, 242, 0);
  transition: background .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.is-stuck {
  background: rgba(250, 247, 242, .88);
  backdrop-filter: saturate(150%) blur(12px);
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  border-bottom-color: var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 74px; }

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-photo { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); }
.brand-text { font-family: var(--display); font-size: 19px; font-weight: 500; letter-spacing: -.01em; }

.header-right { display: flex; align-items: center; gap: 10px; }

/* Dil değiştirici */
.lang-switch {
  display: inline-flex; align-items: center; gap: 2px; flex: none;
  padding: 3px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255,255,255,.6);
}
.lang-switch a {
  padding: 6px 12px; font-size: 12.5px; font-weight: 600; letter-spacing: .04em;
  color: var(--ink-faint); border-radius: 999px;
  transition: color .25s var(--ease), background .25s var(--ease);
}
.lang-switch a:hover { color: var(--ink); }
.lang-switch a.is-active { color: #fff; background: var(--ink); }

.nav { display: flex; align-items: center; gap: 2px; }
.nav a {
  position: relative; padding: 9px 14px; font-size: 14.5px; color: var(--ink-soft);
  border-radius: 8px; transition: color .25s var(--ease), background .25s var(--ease);
}
.nav a:hover { color: var(--ink); background: rgba(22,21,15,.05); }
.nav a.is-active { color: var(--flame); }
.nav .nav-cta {
  margin-left: 10px; padding: 9px 18px; color: var(--paper); background: var(--ink);
  border-radius: 999px; font-weight: 500;
}
.nav .nav-cta:hover { background: var(--flame); color: #fff; }
.nav .nav-cta.is-active { color: var(--paper); }

.nav-toggle {
  display: none; width: 42px; height: 42px; padding: 0; cursor: pointer;
  background: transparent; border: 1px solid var(--line); border-radius: 11px;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span { display: block; width: 17px; height: 1.7px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease); }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.35px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child  { transform: translateY(-3.35px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { padding-top: 150px; }
.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: center;
  padding-bottom: 90px;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px;
  font-size: 12.5px; letter-spacing: .13em; text-transform: uppercase; color: var(--ink-faint);
}
.hero-eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--ocean);
  box-shadow: 0 0 0 0 rgba(20,101,93,.5); animation: pulse 2.6s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(20,101,93,.45); }
  70%  { box-shadow: 0 0 0 9px rgba(20,101,93,0); }
  100% { box-shadow: 0 0 0 0 rgba(20,101,93,0); }
}

.hero-title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(3rem, 7.4vw, 5.6rem);
  line-height: 1;
  letter-spacing: -.03em;
  margin-bottom: 22px;
}

.hero-role {
  font-size: clamp(17px, 2.2vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
}
.hero-company { color: var(--flame); }

.hero-tagline {
  max-width: 540px; font-size: 16.5px; line-height: 1.8; color: var(--ink-soft); margin-bottom: 26px;
}

/* CTO rolünün kapsamını özetleyen kısa etiketler */
.hero-highlights {
  display: flex; flex-wrap: wrap; gap: 9px;
  max-width: 560px; margin-bottom: 32px; padding-top: 24px;
  border-top: 1px solid var(--line);
}
.hero-highlights li {
  padding: 7px 15px; font-size: 13px; font-weight: 500;
  color: var(--c); background: var(--c-tint);
  border-radius: 999px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero-figure { position: relative; margin: 0; justify-self: center; width: min(340px, 100%); }

/* Fotoğrafın altındaki sosyal ikon şeridi */
/* margin-top, arkadaki renkli bloğun alt kenarını (-20px) geçecek
   kadar olmalı; yoksa ikonlar bloğun sınırında kalıyor */
.hero-social {
  position: relative; z-index: 2;
  display: flex; justify-content: center; gap: 8px;
  margin-top: 40px;
}
.hero-social a {
  display: grid; place-items: center; width: 42px; height: 42px;
  color: var(--c); background: var(--paper-3);
  border: 1px solid var(--line-soft); border-radius: 13px;
  transition: transform .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}
.hero-social a:hover { transform: translateY(-3px); border-color: var(--c); background: var(--c-tint); }
.hero-figure img {
  position: relative; z-index: 1;
  /* height:auto olmadan HTML'deki height="400" özniteliği kazanıyor
     ve aspect-ratio devre dışı kalıyor */
  width: 100%; height: auto; aspect-ratio: 1; object-fit: cover;
  border-radius: 200px 200px 22px 22px;   /* kemer formu */
  border: 1px solid var(--line);
}
/* Yükseklik `bottom` ile değil aspect-ratio ile veriliyor: figürün içinde
   sosyal ikon şeridi de var, `inset` kullanılsa blok onun altına kadar uzardı. */
.hero-figure-block {
  position: absolute; z-index: 0;
  top: 22px; left: 22px; right: -20px;
  aspect-ratio: 1;
  border-radius: 200px 200px 22px 22px;
  background: linear-gradient(150deg, var(--sun), var(--flame) 55%, var(--violet));
  opacity: .9;
}

/* Kayan şerit */
.ticker {
  position: relative;
  overflow: hidden; padding: 16px 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--paper-3);
}
/* Kenarlardaki solma. mask-image yerine degrade örtü kullanılıyor:
   iOS Safari'de maskelenmiş bir kabın içindeki animasyon donabiliyor. */
.ticker::before,
.ticker::after {
  content: "";
  position: absolute; top: 0; bottom: 0; width: 12%;
  pointer-events: none; z-index: 2;
}
.ticker::before { left: 0;  background: linear-gradient(90deg,  var(--paper-3), transparent); }
.ticker::after  { right: 0; background: linear-gradient(270deg, var(--paper-3), transparent); }

.ticker-track {
  display: flex; align-items: center; gap: 20px;
  width: max-content;
  /* translate3d + will-change: mobil tarayıcıda GPU katmanına alır.
     Bunlar olmadan animasyon bazı telefonlarda ilk karede donuyor. */
  will-change: transform;
  animation: slide 40s linear infinite;
}
.ticker-item { font-size: 13px; letter-spacing: .11em; text-transform: uppercase; color: var(--ink-soft); white-space: nowrap; }
.ticker-star { font-size: 10px; color: var(--c, var(--flame)); }

@keyframes slide {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

/* ---------- Bölüm iskeleti ---------- */
.section { padding: 112px 0; }
.section-tint { background: var(--paper-2); }

.sec-head { max-width: 760px; margin-bottom: 60px; }

.eyebrow {
  display: inline-flex; align-items: baseline; gap: 12px; margin-bottom: 18px;
  font-size: 12.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint);
}
.eyebrow .num {
  font-family: var(--display); font-size: 15px; letter-spacing: 0; color: var(--flame);
}

.sec-title {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(2.1rem, 4.6vw, 3.3rem);
  line-height: 1.12; letter-spacing: -.025em;
}
.sec-lead { margin-top: 18px; font-size: 17px; color: var(--ink-soft); max-width: 620px; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; font-size: 15px; font-weight: 500; border-radius: 999px;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.btn .icon { transition: transform .3s var(--ease); }
.btn:hover .icon { transform: translateX(3px); }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: var(--flame); color: #fff; transform: translateY(-2px); }
.btn-outline { border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .55; cursor: not-allowed; transform: none; }

/* ---------- Hakkımda ---------- */
.about-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 64px; align-items: start; }
.about-text p { font-size: 16.5px; line-height: 1.85; color: var(--ink-soft); }
.about-text p + p { margin-top: 22px; }
.about-text .lead {
  font-family: var(--display); font-size: clamp(20px, 2.3vw, 24px); line-height: 1.5;
  color: var(--ink); letter-spacing: -.015em;
}

.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.stat {
  padding: 24px 20px; background: var(--paper-3);
  border: 1px solid var(--line-soft); border-radius: 16px;
  border-top: 3px solid var(--c);
}
.stat-value { display: block; font-family: var(--display); font-size: 2.4rem; line-height: 1; color: var(--c); }
.stat-label { display: block; margin-top: 10px; font-size: 12.5px; color: var(--ink-faint); }

/* ---------- Uzmanlık ---------- */
.skills { display: grid; gap: 16px; }
.skill {
  display: grid; grid-template-columns: 82px 1fr; gap: 24px;
  padding: 32px 30px; background: var(--paper-3);
  border: 1px solid var(--line-soft); border-radius: 20px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.skill:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -28px rgba(22,21,15,.5); }
.skill-no {
  font-family: var(--display); font-size: 2.4rem; line-height: 1;
  color: var(--c); opacity: .9;
}
.skill-title { font-size: 21px; font-weight: 600; letter-spacing: -.015em; margin-bottom: 10px; }
.skill-text { font-size: 15.5px; line-height: 1.75; color: var(--ink-soft); margin-bottom: 20px; max-width: 620px; }

.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags li {
  padding: 6px 13px; font-size: 12.5px; border-radius: 999px;
  color: var(--c, var(--ink-soft)); background: var(--c-tint, rgba(22,21,15,.05));
}
.tags-lg li { padding: 8px 16px; font-size: 13.5px; }

.stack { margin-top: 60px; padding-top: 46px; border-top: 1px solid var(--line); }
.stack-title { font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 30px; }
.stack-row {
  display: grid; grid-template-columns: 210px 1fr; gap: 24px;
  padding: 22px 0; border-top: 1px solid var(--line-soft); align-items: start;
}
.stack-row:first-of-type { border-top: 0; padding-top: 0; }
.stack-label { font-size: 14.5px; font-weight: 600; color: var(--c); padding-top: 6px; }

/* ---------- Deneyim ---------- */
.jobs { border-top: 1px solid var(--line); }
.job {
  display: grid; grid-template-columns: 240px 1fr; gap: 32px;
  padding: 34px 0; border-bottom: 1px solid var(--line-soft);
  transition: background .3s var(--ease);
}
.job:hover { background: rgba(255,255,255,.6); }
.job-when { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.job-period { font-size: 13px; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-faint); padding-top: 5px; }
.job-now {
  padding: 3px 11px; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase;
  color: #fff; background: var(--ocean); border-radius: 999px;
}
.job-role { font-size: 21px; font-weight: 600; letter-spacing: -.015em; margin-bottom: 4px; }
.job-company { font-size: 15.5px; color: var(--flame); margin-bottom: 6px; }
.job-meta { font-size: 13.5px; color: var(--ink-faint); margin-bottom: 12px; }
.job-text { font-size: 15.5px; line-height: 1.75; color: var(--ink-soft); max-width: 660px; }

.edu {
  display: flex; align-items: flex-start; gap: 18px; margin-top: 46px;
  padding: 26px 28px; background: var(--paper-3);
  border: 1px solid var(--line-soft); border-radius: 18px; border-left: 3px solid var(--violet);
}
.edu .icon { color: var(--violet); flex: none; margin-top: 2px; }
.edu-body { flex: 1; }
.edu-label { display: block; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 12px; }
.edu-list { display: flex; flex-wrap: wrap; gap: 10px 46px; }
.edu-list li { display: flex; flex-direction: column; }
.edu-list strong { font-size: 16.5px; font-weight: 500; letter-spacing: -.01em; }
.edu-list span { font-size: 14px; color: var(--ink-soft); margin-top: 2px; }

/* ---------- İletişim ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 60px; align-items: start; }

.contact-loc { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; color: var(--ink-soft); margin-bottom: 26px; }
.contact-loc .icon { color: var(--flame); }

.contact-links { display: grid; gap: 10px; }
.contact-links a {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 22px; background: var(--paper-3);
  border: 1px solid var(--line-soft); border-radius: 14px;
  transition: transform .28s var(--ease), border-color .28s var(--ease);
}
.contact-links a:hover { transform: translateX(5px); border-color: var(--c); }
.cl-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--c); background: var(--c-tint); flex: none; }
.cl-label { font-size: 15px; font-weight: 500; min-width: 80px; }
/* min-width:0 olmadan uzun e-posta adresi kutuyu genişletip
   dar ekranlarda yatay kaydırmaya sebep oluyor */
.cl-handle {
  font-size: 14px; color: var(--ink-faint); flex: 1;
  min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.contact-links a > .icon:last-child { color: var(--ink-faint); transition: transform .28s var(--ease), color .28s var(--ease); }
.contact-links a:hover > .icon:last-child { transform: translateX(4px); color: var(--c); }

.form-card { padding: 34px 32px; background: var(--paper-3); border: 1px solid var(--line-soft); border-radius: 20px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 8px; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); }
.field input, .field textarea {
  width: 100%; padding: 13px 16px; font-size: 15px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 11px;
  transition: border-color .25s var(--ease), background .25s var(--ease); resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: #a8a298; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--flame); background: #fff; }
.field input.has-error, .field textarea.has-error { border-color: #c0392b; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin-top: 16px; font-size: 14px; min-height: 20px; color: var(--ink-soft); }
.form-status.is-ok { color: var(--ocean); }
.form-status.is-error { color: #c0392b; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--paper); padding-top: 52px; }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 40px; }
.footer-name { font-family: var(--display); font-size: 21px; font-weight: 500; }
.footer-note { margin-top: 8px; font-size: 13.5px; color: rgba(250,247,242,.5); max-width: 340px; line-height: 1.65; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.footer-nav a { font-size: 14px; color: rgba(250,247,242,.7); transition: color .25s var(--ease); }
.footer-nav a:hover { color: var(--paper); }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  display: grid; place-items: center; width: 40px; height: 40px;
  border: 1px solid rgba(250,247,242,.18); border-radius: 11px; color: rgba(250,247,242,.7);
  transition: color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}
.footer-social a:hover { color: var(--paper); border-color: var(--paper); transform: translateY(-2px); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-block: 20px; border-top: 1px solid rgba(250,247,242,.14);
  font-size: 13px; color: rgba(250,247,242,.5);
}
.to-top:hover { color: var(--paper); }

/* ---------- Animasyon ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }

/* ---------- Duyarlı ---------- */
@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: 1fr; gap: 46px; }
  .hero-figure { order: -1; width: min(260px, 70%); justify-self: start; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .stack-row { grid-template-columns: 1fr; gap: 14px; }
  .stack-label { padding-top: 0; }
  .job { grid-template-columns: 1fr; gap: 14px; }
  .job-when { flex-direction: row; align-items: center; gap: 12px; }
  .job-period { padding-top: 0; }
}

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .nav {
    position: fixed; inset: 74px 0 auto 0; flex-direction: column; align-items: stretch; gap: 2px;
    padding: 18px 26px 26px; background: var(--paper);
    border-bottom: 1px solid var(--line);
    transform: translateY(-12px); opacity: 0; visibility: hidden;
    transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
  }
  .nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav a { padding: 14px 12px; font-size: 16px; }
  .nav .nav-cta { margin: 10px 0 0; text-align: center; }
  .hero { padding-top: 118px; }
  .hero-highlights { padding-top: 20px; margin-bottom: 26px; gap: 8px; }
  .hero-highlights li { padding: 6px 13px; font-size: 12.5px; }
  .section { padding: 80px 0; }
  .sec-head { margin-bottom: 44px; }
  .skill { grid-template-columns: 1fr; gap: 12px; padding: 28px 24px; }
  .stats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .wrap { padding-inline: 20px; }
  .hero-actions .btn { width: 100%; }
  .form-card { padding: 26px 22px; }
  .contact-links a { padding: 16px 16px; gap: 11px; }
  .cl-label { min-width: 0; }
  .hero-figure-block { top: 16px; left: 16px; right: -14px; }
}

/* Telefonda "Hareketi Azalt" açıksa animasyonlar durur.
   O durumda şerit yarısı kaymış hâlde donup bozuk görünmesin diye
   kayan şeridi ortalanmış, satır atlayan sabit bir listeye çeviriyoruz. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }

  .ticker { overflow: visible; }
  .ticker::before, .ticker::after { display: none; }
  .ticker-track {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    padding-inline: 26px;
    transform: none !important;
    animation: none !important;
  }
  /* Liste iki kez basıldığı için ikinci kopyayı gizle */
  .ticker-track .is-dup { display: none; }
}

@media print {
  .site-header, .ticker, .form-card, .footer-social, .to-top { display: none !important; }
  body { background: #fff; }
  .section { padding: 22px 0; page-break-inside: avoid; }
  .site-footer { background: #fff; color: #000; }
}
