/* ===== Fonts ===== */
@font-face { font-family:'Acidgrotesk'; src:url('assets/fonts/AcidGrotesk-Normal.otf') format('opentype'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Acidgrotesk'; src:url('assets/fonts/AcidGrotesk-Medium.otf') format('opentype'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Acidgrotesk'; src:url('assets/fonts/AcidGrotesk-Bold.otf') format('opentype'); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:'Acidgrotesk'; src:url('assets/fonts/AcidGrotesk-Light.otf') format('opentype'); font-weight:300; font-style:normal; font-display:swap; }

/* ===== Reset ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{-webkit-font-smoothing:antialiased;}
body{font-family:'Acidgrotesk',sans-serif;font-size:16px;line-height:24px;color:#1a191b;background:#fff;}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;}
.container{max-width:1280px;margin:0 auto;width:100%;}

/* ===== Header ===== */
.site-header{position:sticky;top:0;z-index:50;height:80px;display:flex;align-items:center;background:#fff;}
.header-inner{display:flex;align-items:center;justify-content:space-between;}
.logo-img{width:84px;height:36px;object-fit:contain;}
.nav{display:flex;align-items:center;gap:24px;}
.nav a{font-size:14px;color:#1a191b;display:flex;align-items:center;gap:6px;white-space:nowrap;}
.nav .caret{width:12px;height:12px;}
.nav-cta{font-size:12px;font-weight:500;color:#fff;background:#1a191b;border-radius:100px;padding:14px 20px;}

/* ===== Hero ===== */
.hero{
  height:532px;
  background:url('a/treatments-ayd-health.avif') 100% 100% / 144% no-repeat;
  position:relative;
}
.hero-inner{
  max-width:1280px;margin:0 auto;height:100%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:40px;
}
.hero-texts{display:flex;flex-direction:column;align-items:center;gap:8px;}
.hero-title{font-size:80px;font-weight:700;line-height:88px;color:#fff;text-align:center;}
.hero-title .typed{font-weight:700;}
.hero-sub{font-size:20px;font-weight:500;line-height:24px;color:#fff;text-align:center;max-width:820px;}

.hero-actions{display:flex;flex-direction:column;align-items:center;gap:30px;}
.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;font-size:16px;font-weight:400;line-height:16px;padding:16px 32px;border-radius:1440px;}
.button-white{background:#fff;color:#1a191b;}
.button .icon-16{width:16px;height:16px;}

.hero-trust{display:flex;flex-direction:column;align-items:center;gap:8px;min-height:90px;justify-content:flex-start;}
.tp-logo{width:88px;height:auto;}
.tp-rating{width:150px;height:auto;}
.hero-trust .tp-text{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;line-height:1;color:#fff;}
.hero-trust .tp-text strong{font-weight:700;}
.hero-trust .tp-text a{text-decoration:underline;color:#fff;}

/* ===== Verticals ===== */
.verticals{padding:72px 64px;background:#fff;}
.cards-verticals{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;}
.vcard{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #e9e6e1;border-radius:32px;padding:32px;overflow:hidden;color:#1a191b;}
.vcard-lg{grid-column:span 3;min-height:202px;}
.vcard-sm{grid-column:span 2;min-height:131px;}
.vcard h4{font-size:32px;font-weight:500;line-height:1.1;}
.vcard h5{font-size:20px;font-weight:400;line-height:1.2;opacity:.72;margin-top:8px;}
.vcard-arrow{position:absolute;right:24px;bottom:24px;width:32px;height:32px;}
.vcard-photo{position:absolute;right:0;bottom:0;height:100%;width:auto;object-fit:cover;border-top-left-radius:24px;}
.vcard-img .vcard-text{max-width:55%;}
.vcard-badge{position:absolute;right:24px;top:24px;background:#1a191b;color:#fff;font-size:12px;font-weight:500;padding:6px 12px;border-radius:100px;z-index:2;}

/* ===== Dein digitales Ärzteteam ===== */
.docteam{background:#f6f6f6;padding:72px 64px;}
.docteam-inner{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:64px;}
.docteam h2{font-size:64px;font-weight:500;line-height:70.4px;text-align:center;}
.docteam-img img{width:544px;height:544px;object-fit:contain;}
.docteam-text{display:flex;flex-direction:column;align-items:center;gap:24px;}
.docteam-text p{font-size:16px;line-height:24px;text-align:center;}
.docteam-btns{display:flex;gap:24px;}
.button-dark{background:#1a191b;color:#fff;}

/* ===== Grün: Verbessere deine Gesundheit ===== */
.health{background:url('a/68e76a6b624ddcfd9e2bb8e3_bg-texture-green.avif') center/cover no-repeat;padding:72px 64px 0;text-align:center;position:relative;overflow:hidden;}
.health-title{font-size:40px;font-weight:500;line-height:44px;color:#fff;max-width:1280px;margin:0 auto;}
.health-img{margin-top:16px;}
.health-img img{width:512px;height:604px;object-fit:contain;display:inline-block;}
.health-info{position:relative;margin-top:-240px;display:flex;flex-direction:column;align-items:center;gap:12px;padding-bottom:72px;}
.health-info h3{font-size:64px;font-weight:500;line-height:70.4px;color:#1a191b;}
.health-check{display:flex;align-items:center;gap:16px;}
.health-check span{font-size:16px;color:#1a191b;}

/* ===== Personalisierte Betreuung (dunkel) ===== */
.care{background:#343434;padding:72px 64px;}
.care-inner{max-width:1312px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px;}
.care-title{font-size:64px;font-weight:500;line-height:70.4px;color:#ffe68d;text-align:center;margin-bottom:-40px;position:relative;z-index:2;}
.care-media{position:relative;width:896px;max-width:100%;}
.care-photo{width:896px;height:544px;object-fit:cover;border-radius:40px;}
.care-card{position:absolute;top:24px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-radius:16px;padding:12px;display:flex;flex-direction:column;gap:4px;min-width:150px;}
.care-card-l{left:24px;}
.care-card-r{right:24px;top:auto;bottom:24px;}
.cc-row{display:flex;justify-content:space-between;gap:16px;font-size:13px;}
.cc-row span{opacity:.6;}
.cc-row b{font-weight:500;}
.care-foot{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;margin-top:24px;}
.care-foot-title{font-size:64px;font-weight:500;line-height:70.4px;color:#fff;}
.care-foot p{font-size:16px;line-height:24px;color:#fff;max-width:520px;}

/* ===== Einfach, 100 % online ===== */
.simple{padding:72px 0;}
.simple-head{padding-left:64px;padding-right:64px;}
.simple-head h2{font-size:64px;font-weight:500;line-height:70.4px;}
.simple-cards{display:flex;gap:24px;padding:40px 64px 0;overflow-x:auto;}
.scard{flex:0 0 416px;min-height:180px;background:#f6f6f6;border-radius:40px;padding:32px;position:relative;overflow:hidden;}
.scard-t{font-size:20px;font-weight:500;}
.scard-img{position:absolute;right:0;bottom:0;max-width:60%;}

/* ===== Medizinisch fundiert ===== */
.experts{background:#f6f6f6;padding:72px 64px;}
.experts-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;}
.experts-info{display:flex;flex-direction:column;justify-content:space-between;gap:32px;}
.experts-info h2{font-size:64px;font-weight:500;line-height:70.4px;}
.experts-info p{font-size:16px;line-height:24px;margin-top:8px;}
.experts-info .button{align-self:flex-start;}
.founders{display:flex;flex-direction:column;gap:16px;}
.founder{position:relative;background:#fff;border:1px solid #e9e6e1;border-radius:32px;height:396px;overflow:hidden;}
.founder img{width:100%;height:100%;object-fit:cover;}
.founder-meta{position:absolute;left:0;right:0;top:0;display:flex;flex-direction:column;align-items:center;padding-top:24px;text-align:center;}
.founder-meta b{font-weight:500;}
.founder-meta span{position:absolute;top:348px;font-size:14px;opacity:.7;}

/* ===== Presse-Logos ===== */
.press{padding:24px 64px 56px;background:#fff;}
.press-bar{background:#fff;border-radius:32px;box-shadow:0 8px 40px rgba(0,0,0,.06);padding:32px 64px;margin-top:-72px;display:flex;align-items:center;justify-content:space-between;gap:40px;}
.press-bar img{height:24px;width:auto;object-fit:contain;opacity:.85;}

/* ===== FAQ ===== */
.faq{padding:72px 64px;background:#fff;}
.faq h2{font-size:64px;font-weight:500;line-height:70.4px;margin-bottom:48px;}
.faq-item{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;border-top:1px solid #e9e6e1;font-size:18px;}
.faq-item:last-child{border-bottom:1px solid #e9e6e1;}
.faq-plus{font-size:24px;font-weight:300;color:#1a191b;flex:0 0 auto;}

/* ===== Footer ===== */
.footer{background:#000;color:#fff;padding:72px 64px;}
.footer-top{display:flex;gap:40px;}
.footer-col{display:flex;flex-direction:column;gap:24px;flex:1;}
.footer-label{display:flex;flex-direction:column;gap:8px;}
.footer-label p{text-transform:uppercase;font-size:14px;line-height:21px;color:rgba(255,255,255,.48);}
.footer-line{height:1px;background:rgba(255,255,255,.16);}
.footer-col a{color:#fff;font-size:16px;line-height:20px;}
.footer-col a:hover{opacity:.7;}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:80px;}
.footer-seal{width:96px;height:auto;}
.footer .copyright{font-size:12px;line-height:14px;color:#fff;}
