:root {
  --growth-navy: #20325a;
  --growth-teal: #0b8278;
  --growth-coral: #d95c4e;
  --growth-sand: #f7f0e8;
  --growth-ink: #12213d;
}

.button.primary {
  background: linear-gradient(135deg, var(--growth-coral), #ef7b58);
  box-shadow: 0 12px 28px rgba(217, 92, 78, .24);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.button.primary:hover {
  filter: saturate(1.08);
  box-shadow: 0 16px 34px rgba(217, 92, 78, .32);
  transform: translateY(-2px);
}
.quick-service-card,
.service-card,
.article-card,
.trust-widget {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.quick-service-card:hover,
.service-card:hover,
.article-card:hover {
  border-color: rgba(11, 130, 120, .42);
  box-shadow: 0 18px 36px rgba(26, 48, 83, .12);
  transform: translateY(-4px);
}
a:focus-visible,
button:focus-visible,
select:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(11, 130, 120, .55);
  outline-offset: 3px;
}

.aeo-answer-block {
  background:
    radial-gradient(circle at 92% 14%, rgba(11, 130, 120, .16), transparent 30%),
    linear-gradient(135deg, #f5faf9 0%, #fff8f0 100%);
  border-block: 1px solid rgba(32, 50, 90, .1);
  margin: 72px 0;
  overflow: hidden;
  padding: 56px 0;
}
.aeo-answer-layout {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
}
.aeo-kicker {
  color: var(--growth-teal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.aeo-answer-block h2 {
  color: var(--growth-ink);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.12;
  margin: 0 0 16px;
}
.aeo-direct-answer {
  color: #30435e;
  font-size: 1.06rem;
  line-height: 1.7;
  margin: 0 0 22px;
}
.aeo-points {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.aeo-points li {
  align-items: flex-start;
  color: #243550;
  display: flex;
  gap: 11px;
  line-height: 1.5;
}
.aeo-points li::before {
  background: var(--growth-teal);
  border-radius: 50%;
  content: "";
  flex: 0 0 8px;
  height: 8px;
  margin-top: .46em;
}
.aeo-faq {
  border-top: 1px solid rgba(32, 50, 90, .13);
}
.aeo-faq details {
  border-bottom: 1px solid rgba(32, 50, 90, .13);
  padding: 14px 0;
}
.aeo-faq summary {
  color: var(--growth-navy);
  cursor: pointer;
  font-weight: 750;
}
.aeo-faq p {
  color: #40516a;
  line-height: 1.6;
  margin: 10px 0 0;
}
.aeo-source {
  color: #51627b;
  font-size: .86rem;
  line-height: 1.55;
  margin: 20px 0 0;
}
.aeo-source a {
  color: var(--growth-teal);
  font-weight: 700;
}
.aeo-visual {
  margin: 0;
}
.aeo-visual img {
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  box-shadow: 0 22px 46px rgba(32, 50, 90, .18);
  display: block;
  object-fit: cover;
  width: 100%;
}
.aeo-visual figcaption {
  color: #65738a;
  font-size: .78rem;
  line-height: 1.45;
  margin-top: 10px;
}
@media (max-width: 780px) {
  .aeo-answer-block { margin: 48px 0; padding: 40px 0; }
  .aeo-answer-layout { gap: 28px; grid-template-columns: 1fr; }
  .aeo-visual { order: -1; }
}
@media (prefers-reduced-motion: reduce) {
  .button.primary,
  .quick-service-card,
  .service-card,
  .article-card,
  .trust-widget { transition: none; }
  .button.primary:hover,
  .quick-service-card:hover,
  .service-card:hover,
  .article-card:hover { transform: none; }
}
/* Kurumsal logo sistemi: deprem dalgası, yapı ve güven hissini tek işarette birleştirir. */
.brand-mark {
  align-items: center;
  background: transparent !important;
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  overflow: visible;
  position: relative;
  width: 42px;
}
.brand-mark > svg { display: none !important; }
.brand-mark::before {
  background: url("/assets/brand-shield-20260727.svg") center / contain no-repeat;
  content: "";
  display: block;
  filter: drop-shadow(0 7px 12px rgba(22, 40, 72, .18));
  height: 100%;
  transform: translateZ(0);
  transition: filter .2s ease, transform .2s ease;
  width: 100%;
}
.brand:hover .brand-mark::before {
  filter: drop-shadow(0 9px 15px rgba(10, 156, 141, .28));
  transform: translateY(-1px) scale(1.035);
}
.brand > span:last-child > strong { letter-spacing: -.025em; }
.brand > span:last-child > small {
  color: var(--growth-teal, #0a9c8d);
  font-weight: 700;
  letter-spacing: .035em;
}
.footer-brand .brand-mark {
  flex-basis: 40px;
  height: 40px;
  width: 40px;
}
@media (max-width: 780px) {
  .brand-mark {
    flex-basis: 36px;
    height: 36px;
    width: 36px;
  }
  .footer-brand .brand-mark {
    flex-basis: 38px;
    height: 38px;
    width: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .brand-mark::before { transition: none; }
  .brand:hover .brand-mark::before { transform: none; }
}
/* Ana sayfa: somut, anlaşılır ve güven veren değerlendirme yol haritası. */
.hero-dashboard[data-meaningful-hero="true"] {
  background:
    radial-gradient(circle at 92% 7%, rgba(84, 209, 189, .26), transparent 28%),
    linear-gradient(145deg, rgba(20, 40, 70, .96), rgba(37, 64, 98, .9));
  border: 1px solid rgba(189, 226, 221, .36);
  border-radius: 20px;
  box-shadow: 0 28px 70px rgba(6, 17, 37, .42);
  overflow: hidden;
  padding: 20px;
  position: relative;
}
.hero-dashboard[data-meaningful-hero="true"]::after {
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 15px;
  content: "";
  inset: 9px;
  pointer-events: none;
  position: absolute;
}
.hero-dashboard[data-meaningful-hero="true"] > * { position: relative; z-index: 1; }
.hero-meaning-top {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 13px;
  gap: 9px;
  padding: 16px;
}
.hero-meaning-top span { color: #9de8dc; font-size: .69rem; letter-spacing: .085em; }
.hero-meaning-top span svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 17px;
}
.hero-meaning-top strong {
  font-size: clamp(1.36rem, 2.8vw, 1.72rem);
  letter-spacing: -.035em;
  line-height: 1.1;
  max-width: 16ch;
}
.dashboard-score.hero-meaning-score {
  background: linear-gradient(135deg, #ffffff, #eef8f6);
  border: 1px solid rgba(157, 232, 220, .48);
  border-radius: 13px;
  gap: 8px;
  margin: 14px 0;
  padding: 16px;
}
.hero-meaning-score > span { color: #087d72; font-size: .68rem; letter-spacing: .075em; }
.hero-meaning-score b {
  color: #172d50;
  font-size: clamp(1.18rem, 2.6vw, 1.48rem);
  letter-spacing: -.03em;
  line-height: 1.18;
}
.hero-meaning-score p {
  color: #52647c;
  font-size: .81rem;
  font-weight: 650;
  line-height: 1.48;
  margin: 0;
}
.hero-process-line {
  align-items: center;
  display: flex;
  gap: 9px;
  margin-top: 5px;
}
.hero-process-line span {
  align-items: center;
  background: #d9f1ed;
  border-radius: 50%;
  color: #087d72;
  display: inline-flex;
  flex: 0 0 25px;
  font-size: .62rem;
  font-style: normal;
  font-weight: 900;
  height: 25px;
  justify-content: center;
  letter-spacing: 0;
}
.hero-meaning-score .hero-process-line i {
  background: linear-gradient(90deg, #0a9c8d, #96d9d1);
  border-radius: 10px;
  display: block;
  flex: 1;
  height: 2px;
}
.dashboard-grid.hero-meaning-grid { gap: 9px; }
.dashboard-grid.hero-meaning-grid > div {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  gap: 8px;
  min-height: 146px;
  padding: 13px;
}
.hero-step {
  align-items: center;
  background: rgba(157, 232, 220, .15);
  border: 1px solid rgba(157, 232, 220, .36);
  border-radius: 999px;
  color: #a7eee3;
  display: inline-flex;
  font-size: .64rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: .04em;
  padding: 4px 7px;
  width: max-content;
}
.dashboard-grid.hero-meaning-grid strong {
  color: #fff;
  font-size: .86rem;
  letter-spacing: -.015em;
  line-height: 1.16;
}
.dashboard-grid.hero-meaning-grid small {
  color: rgba(237, 250, 248, .78);
  font-size: .67rem;
  line-height: 1.42;
}
@media (max-width: 780px) {
  .hero-dashboard[data-meaningful-hero="true"] { padding: 16px; }
  .hero-meaning-top,
  .dashboard-score.hero-meaning-score { padding: 14px; }
  .dashboard-grid.hero-meaning-grid > div { min-height: 142px; padding: 11px; }
  .dashboard-grid.hero-meaning-grid small { font-size: .63rem; }
}
@media (max-width: 390px) {
  .dashboard-grid.hero-meaning-grid { grid-template-columns: 1fr; }
  .dashboard-grid.hero-meaning-grid > div { min-height: auto; }
}
/* Güven alanı: süre vaadi yerine kayıtlı, gerekçeli ve dengeli süreç anlatımı. */
.trust-section[data-stable-trust="true"] {
  background:
    radial-gradient(circle at 88% 13%, rgba(84, 209, 189, .13), transparent 26%),
    linear-gradient(180deg, #f4f7f8 0%, #fff 78%);
  padding: 74px 0 82px;
}
.stable-trust-layout {
  align-items: stretch;
  gap: 26px;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
}
.stable-trust-copy {
  background:
    radial-gradient(circle at 88% 10%, rgba(84, 209, 189, .3), transparent 26%),
    linear-gradient(155deg, #1f3e68, #142847);
  border: 1px solid rgba(117, 202, 190, .38);
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(20, 40, 71, .18);
  color: rgba(241, 249, 249, .84);
  display: flex;
  flex-direction: column;
  min-height: 350px;
  padding: 30px;
}
.stable-trust-copy .eyebrow { color: #9de8dc; font-size: .72rem; letter-spacing: .09em; }
.stable-trust-copy h2 {
  color: #fff;
  font-size: clamp(2rem, 3.1vw, 3rem);
  letter-spacing: -.047em;
  line-height: 1.04;
  margin: 4px 0 14px;
}
.stable-trust-copy > p:not(.eyebrow) {
  color: rgba(241, 249, 249, .8);
  font-size: .95rem;
  line-height: 1.65;
  margin: 0;
}
.stable-trust-note {
  border-top: 1px solid rgba(157, 232, 220, .3);
  display: grid;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
}
.stable-trust-note span {
  color: #9de8dc;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.stable-trust-note strong { color: #fff; font-size: .85rem; line-height: 1.45; }
.stable-trust-widget-grid {
  align-content: stretch;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.trust-widget.stable-trust-widget {
  background: rgba(255, 255, 255, .9);
  border: 1px solid #d3dee2;
  border-radius: 15px;
  box-shadow: 0 14px 34px rgba(21, 42, 72, .07);
  gap: 10px;
  min-height: 168px;
  padding: 18px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.trust-widget.stable-trust-widget:hover {
  border-color: rgba(10, 156, 141, .52);
  box-shadow: 0 18px 38px rgba(21, 42, 72, .12);
  transform: translateY(-3px);
}
.stable-trust-index {
  align-items: center;
  background: #e5f4f1;
  border: 1px solid rgba(10, 156, 141, .24);
  border-radius: 999px;
  color: #087d72;
  display: inline-flex !important;
  font-size: .68rem;
  font-weight: 900;
  height: 26px !important;
  justify-content: center;
  letter-spacing: .06em;
  width: 36px !important;
}
.trust-widget.stable-trust-widget strong {
  color: #1c3255;
  font-size: 1.08rem;
  letter-spacing: -.028em;
  line-height: 1.1;
}
.trust-widget.stable-trust-widget small { color: #53647a; font-size: .76rem; line-height: 1.48; }
.stable-proof-grid {
  border-top: 1px solid #dce5e8;
  gap: 0;
  margin-top: 18px;
  padding-top: 22px;
}
.proof-grid.stable-proof-grid article {
  background: transparent;
  border: 0;
  border-left: 1px solid #dce5e8;
  border-radius: 0;
  box-shadow: none;
  gap: 12px;
  min-height: auto;
  padding: 3px 20px;
}
.proof-grid.stable-proof-grid article:first-child { border-left: 0; padding-left: 0; }
.stable-proof-index { color: #0a9c8d; font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.proof-grid.stable-proof-grid h3 {
  color: #1c3255;
  font-size: .92rem;
  letter-spacing: -.018em;
  margin-bottom: 5px;
}
.proof-grid.stable-proof-grid p { color: #5a6b80; font-size: .75rem; line-height: 1.5; }
@media (max-width: 980px) {
  .stable-trust-layout { grid-template-columns: 1fr; }
  .stable-trust-copy { min-height: 0; }
}
@media (max-width: 680px) {
  .trust-section[data-stable-trust="true"] { padding: 52px 0 58px; }
  .stable-trust-copy { border-radius: 15px; padding: 24px; }
  .stable-trust-copy h2 { font-size: 2rem; }
  .stable-trust-widget-grid { grid-template-columns: 1fr; }
  .trust-widget.stable-trust-widget { min-height: 0; }
  .stable-proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid.stable-proof-grid article {
    border-left: 0;
    border-top: 1px solid #dce5e8;
    padding: 15px 0;
  }
  .proof-grid.stable-proof-grid article:nth-child(-n + 2) {
    border-top: 0;
    padding-top: 3px;
  }
  .proof-grid.stable-proof-grid article:nth-child(odd) { padding-right: 14px; }
  .proof-grid.stable-proof-grid article:nth-child(even) { padding-left: 14px; }
}
@media (max-width: 390px) {
  .stable-proof-grid { grid-template-columns: 1fr; }
  .proof-grid.stable-proof-grid article:nth-child(2) { border-top: 1px solid #dce5e8; padding-top: 15px; }
  .proof-grid.stable-proof-grid article:nth-child(odd),
  .proof-grid.stable-proof-grid article:nth-child(even) { padding-left: 0; padding-right: 0; }
}
/* Yerel niyet: Gaziosmanpaşa ön saha incelemesi için açıklayıcı kaynak kutusu. */
.local-intent-panel {
  background: linear-gradient(135deg, #edf8f6, #f8fbfc);
  border: 1px solid #c5e4de;
  border-radius: 16px;
  margin: 28px 0;
  padding: 24px;
}
.local-intent-kicker {
  color: #087d72;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.local-intent-panel h2 {
  color: #1c3255;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  letter-spacing: -.03em;
  margin: 0 0 10px;
}
.local-intent-panel p {
  color: #41546e;
  line-height: 1.65;
  margin: 0 0 14px;
}
.local-intent-panel a {
  color: #087d72;
  font-size: .88rem;
  font-weight: 800;
}
/* Güven kartlarında tek tip yüzey: arka plan ışıması kart tonlarını etkilemesin. */
.trust-section[data-stable-trust="true"] {
  background: #f5f8f8;
}
.trust-widget.stable-trust-widget {
  background: #ffffff;
  border-color: #d4e0e3;
}
.trust-widget.stable-trust-widget:hover {
  background: #f8fcfb;
  border-color: #b9dcd6;
  box-shadow: 0 16px 32px rgba(21, 42, 72, .09);
  transform: none;
}
.stable-proof-grid {
  border-color: #d4e0e3;
}
.proof-grid.stable-proof-grid article {
  border-color: #d4e0e3;
}
/* Tüm kart sistemlerinde okunabilirlik: net hiyerarşi, rahat satır aralığı, güçlü kontrast. */
.quick-service-card strong,
.trust-widget strong {
  color: #183154;
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.24;
}
.quick-service-card small,
.trust-widget small {
  color: #4f627b;
  font-size: .83rem;
  font-weight: 600;
  line-height: 1.5;
}
.service-body { gap: 14px; }
.service-body h3,
.article-card h3,
.contact-cards h3 {
  color: #183154;
  font-size: 1.16rem;
  letter-spacing: -.022em;
  line-height: 1.22;
}
.service-body p,
.article-card p,
.contact-cards p,
.proof-grid p {
  color: #4f627b;
  font-size: .91rem;
  font-weight: 500;
  line-height: 1.6;
}
.proof-grid h3 {
  color: #183154;
  font-size: 1rem;
  letter-spacing: -.018em;
  line-height: 1.25;
}
.dashboard-grid small {
  font-size: .74rem;
  line-height: 1.45;
}
@media (max-width: 780px) {
  .quick-service-card small,
  .trust-widget small { font-size: .81rem; }
  .service-body h3,
  .article-card h3,
  .contact-cards h3 { font-size: 1.12rem; }
  .service-body p,
  .article-card p,
  .contact-cards p,
  .proof-grid p { font-size: .89rem; }
}
/* Marka işareti: D monogramı, yapı çizgileri ve sismik sinyal. */
.brand-mark::before {
  background-image: url("/assets/brand-signal-20260727.svg");
  filter: drop-shadow(0 8px 14px rgba(15, 37, 68, .22));
}
.brand:hover .brand-mark::before {
  filter: drop-shadow(0 10px 16px rgba(10, 156, 141, .3));
}
/* Sadece sembol: marka adı ve alan adı görselden kaldırılır. */
.brand > span:last-child {
  display: none !important;
}
.brand {
  gap: 0 !important;
}
.brand-mark::before {
  background-image: url("/assets/brand-structure-20260727.svg");
}
.brand .brand-mark {
  flex-basis: 46px;
  height: 46px;
  width: 46px;
}
.footer-brand .brand-mark {
  flex-basis: 44px;
  height: 44px;
  width: 44px;
}
@media (max-width: 780px) {
  .brand .brand-mark {
    flex-basis: 40px;
    height: 40px;
    width: 40px;
  }
}
/* Header yanındaki hafif deprem sinyali: yapı + sismik dalga. */
.nav-shell > .brand::after {
  background: url("/assets/earthquake-signal-20260727.svg") center / contain no-repeat;
  content: "";
  display: block;
  height: 38px;
  margin-left: 7px;
  transform-origin: 32% 56%;
  width: 66px;
  animation: seismic-brand-signal 4.8s cubic-bezier(.36, .05, .2, 1) infinite;
}

.nav-shell > .brand:hover::after {
  filter: saturate(1.13) brightness(1.02);
}

@keyframes seismic-brand-signal {
  0%, 62%, 100% { transform: translate3d(0, 0, 0); }
  65% { transform: translate3d(-1px, 1px, 0) rotate(-1deg); }
  68% { transform: translate3d(2px, -1px, 0) rotate(1deg); }
  71% { transform: translate3d(-2px, 1px, 0) rotate(-.8deg); }
  74% { transform: translate3d(1px, -1px, 0) rotate(.45deg); }
  77% { transform: translate3d(0, 0, 0); }
}

@media (max-width: 780px) {
  .nav-shell > .brand::after {
    height: 32px;
    margin-left: 5px;
    width: 55px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-shell > .brand::after { animation: none; }
}
/* Eski kalkan işareti kaldırılır; markada yalnızca hareketli deprem sinyali kalır. */
.nav-shell > .brand .brand-mark {
  display: none;
}

.nav-shell > .brand::after {
  margin-left: 0;
}

.footer-brand {
  display: none !important;
}
/* Sarsıntı hareketi daha sık tekrarlanır; SVG içindeki dalga da kesintisiz akar. */
.nav-shell > .brand::after {
  animation: seismic-brand-signal 2.1s ease-in-out infinite;
}

@keyframes seismic-brand-signal {
  0%, 43%, 100% { transform: translate3d(0, 0, 0); }
  47% { transform: translate3d(-1.5px, 1px, 0) rotate(-1.1deg); }
  52% { transform: translate3d(2px, -1px, 0) rotate(1.15deg); }
  57% { transform: translate3d(-2px, 1px, 0) rotate(-.9deg); }
  62% { transform: translate3d(1px, -1px, 0) rotate(.5deg); }
  67% { transform: translate3d(0, 0, 0); }
}
.nav-shell > .brand::after {
  background-image: url("/assets/earthquake-signal-20260727.svg?v=gif-motion-20260727");
}

@media (prefers-reduced-motion: reduce) {
  .nav-shell > .brand::after {
    animation: none;
    background-image: none;
  }
}
/* Google Ads / dönüşüm hazırlığı: izin, form şeffaflığı ve güven alanları. */
.form-privacy-consent {
  align-items: flex-start;
  color: #43536d;
  display: flex;
  font-size: .78rem;
  gap: 9px;
  line-height: 1.55;
  margin: 14px 0 12px;
}

.form-privacy-consent input {
  accent-color: #0a9c8d;
  flex: 0 0 auto;
  height: 17px;
  margin: 3px 0 0;
  width: 17px;
}

.form-privacy-consent a,
.ads-trust-footer a,
.privacy-content a {
  color: #0a766c;
  font-weight: 800;
  text-underline-offset: 3px;
}

.ads-consent {
  background: #fff;
  border: 1px solid #c9d9e2;
  border-radius: 18px;
  bottom: 18px;
  box-shadow: 0 18px 52px rgba(20, 42, 73, .24);
  color: #172945;
  display: flex;
  gap: 20px;
  left: 50%;
  max-width: 780px;
  padding: 18px 20px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  z-index: 10000;
}

.ads-consent__copy { flex: 1; }
.ads-consent__copy strong { display: block; font-size: 1rem; }
.ads-consent__copy p { color: #52617a; font-size: .86rem; line-height: 1.5; margin: 5px 0 7px; }
.ads-consent__copy a { color: #0a766c; font-size: .82rem; font-weight: 800; }
.ads-consent__actions { align-items: center; display: flex; flex: 0 0 auto; gap: 9px; }
.ads-consent__actions button { background: #f3f7f8; border: 1px solid #b9cad2; border-radius: 10px; color: #1c3151; cursor: pointer; font: inherit; font-size: .83rem; font-weight: 800; padding: 11px 13px; }
.ads-consent__actions button.primary { background: #173d69; border-color: #173d69; color: #fff; }

.ads-trust-footer {
  border-top: 1px solid rgba(202, 220, 232, .36);
  margin-top: 24px;
  padding: 18px 0 0;
}

.ads-trust-footer .container {
  align-items: center;
  color: #c7d4e5;
  display: flex;
  flex-wrap: wrap;
  font-size: .78rem;
  gap: 9px 18px;
  line-height: 1.45;
}

.ads-trust-footer strong { color: #fff; }
.ads-trust-footer a { color: #83e2d6; }

a[href^="mailto:"] { display: none !important; }
.contact-cards article:has(a[href^="mailto:"]) { display: none !important; }

.privacy-page { background: #f5f8fa; color: #1b2d4c; }
.privacy-header { background: #fff; border-bottom: 1px solid #dce6ec; }
.privacy-header .container { align-items: center; display: flex; justify-content: space-between; min-height: 76px; }
.privacy-home { align-items: center; color: #16365d; display: inline-flex; font-size: 1rem; font-weight: 900; gap: 10px; text-decoration: none; }
.privacy-home img { height: 38px; width: 66px; }
.privacy-contact { background: #173d69; border-radius: 10px; color: #fff; font-size: .84rem; font-weight: 800; padding: 11px 14px; text-decoration: none; }
.privacy-content { max-width: 860px; padding-bottom: 70px; padding-top: 64px; }
.privacy-content h1 { font-size: clamp(2rem, 5vw, 3.4rem); letter-spacing: -.05em; line-height: 1.02; margin: 0 0 18px; }
.privacy-content h2 { font-size: 1.16rem; margin: 0 0 10px; }
.privacy-content section { background: #fff; border: 1px solid #d9e4ea; border-radius: 16px; box-shadow: 0 10px 28px rgba(22, 54, 93, .06); margin-top: 16px; padding: 22px 24px; }
.privacy-content p { color: #53627a; line-height: 1.7; margin: 8px 0; }
.privacy-content .privacy-lead { font-size: 1.06rem; max-width: 720px; }
.privacy-content .privacy-note { border-color: #b7d9d4; background: #edf8f6; }
.privacy-updated { font-size: .84rem; margin-top: 21px !important; }
.privacy-footer { margin-top: 0; }

@media (max-width: 680px) {
  .ads-consent { align-items: stretch; bottom: 10px; flex-direction: column; gap: 13px; padding: 16px; width: calc(100% - 20px); }
  .ads-consent__actions { width: 100%; }
  .ads-consent__actions button { flex: 1; }
  .privacy-header .container { min-height: 66px; }
  .privacy-home span { display: none; }
  .privacy-content { padding-top: 42px; }
  .privacy-content section { padding: 18px; }
}