/*
Theme Name: Tretschoks Child (Astra)
Theme URI: https://example.com/
Description: Child-Theme für Astra – enthält Corporate Styles für den Tretschoks Onepager.
Author: Tretschoks / ChatGPT
Template: astra
Version: 1.0.0
Text Domain: tretschoks-child
*/

:root{
  --ci-cream: #E1E0D3;
  --ci-rose:  #AE5670;
  --ci-blue:  #7794A6;
  --ci-sand:  #D3B68C;

  --ci-ink:   #5E1E23;
  --ci-ink2:  #6B585D;
  --ci-punch: #943654;

  --radius-lg: 18px;
  --shadow-soft: 0 12px 35px rgba(0,0,0,.08);
}

body{
  background: var(--ci-cream);
  color: var(--ci-ink);
}

a{ color: var(--ci-punch); }

.section{ padding: 64px 0; }

.card{
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  padding: 22px;
  border: 1px solid rgba(0,0,0,.06);
}

.btn-ci{
  display:inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ci-rose);
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: var(--shadow-soft);
}
.btn-ci--ghost{
  background: transparent;
  color: var(--ci-ink) !important;
  border: 1px solid rgba(94,30,35,.25);
  box-shadow: none;
}
