/*
Theme Name: Elbe Kebap House
Theme URI: https://elbekebaphouse.de
Author: Elbe Kebap House
Author URI: https://elbekebaphouse.de
Description: Modernes Restaurant-Theme für Elbe Kebap House. Alle Inhalte über Design → Customizer bearbeitbar. DSGVO-konform ohne Tracking.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elbe-kebap
Tags: restaurant, food, custom-menu, custom-logo, editor-style, featured-images, flexible-header, full-width-template, custom-colors, theme-options, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap');
:root{--green:#2D8C3C;--green-light:#34A853;--green-dark:#1e6b2a;--dark:#1a1a1a;--dark-soft:#2d2d2d;--cream:#faf7f2;--cream-dark:#f0ece4;--warm-gray:#8a8278;--text:#1a1a1a;--text-light:#5a5650;--white:#fff}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--cream);overflow-x:hidden;line-height:1.6}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}
::selection{background:var(--green);color:#fff}html{scroll-behavior:smooth}

.top-bar{background:var(--dark);color:#fff;font-size:.875rem;padding:.5rem 1rem}
.top-bar-inner{max-width:80rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}
.top-bar a{color:#fff;display:flex;align-items:center;gap:.5rem;transition:color .3s}.top-bar a:hover{color:var(--green-light)}

.header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:box-shadow .3s}
.header.scrolled{box-shadow:0 4px 20px rgba(0,0,0,.12)}
.header-inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:5rem}
.logo-link{display:flex;align-items:center;gap:.75rem;transition:transform .3s}.logo-link:hover{transform:scale(1.02)}
.logo-link img{height:2.5rem;width:auto;max-width:2.5rem;object-fit:contain}
.logo-text h1{font-size:1.25rem;font-weight:700;line-height:1.2}.logo-text h1 span{color:var(--green)}
.logo-text p{font-size:.7rem;color:var(--warm-gray);letter-spacing:.1em;text-transform:uppercase}
.nav{display:flex;align-items:center;gap:.25rem}
.nav-link{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--text-light);transition:color .3s,background .3s;border:none;background:none;cursor:pointer}
.nav-link:hover,.nav-link.active{color:var(--green);background:rgba(45,140,60,.08)}
.nav-dropdown{position:relative}
.nav-dropdown-menu{position:absolute;top:100%;left:0;margin-top:.5rem;width:16rem;background:#fff;border-radius:.75rem;box-shadow:0 10px 40px rgba(0,0,0,.15);border:1px solid #f0f0f0;padding:.5rem 0;display:none;z-index:60}
.nav-dropdown-menu.open{display:block;animation:fadeIn .2s}
.nav-dropdown-menu a{display:block;padding:.5rem 1rem;font-size:.875rem;color:var(--text-light);transition:all .2s}
.nav-dropdown-menu a:hover{background:rgba(45,140,60,.08);color:var(--green)}
.btn-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--green);color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:background .3s,transform .2s}
.btn-cta:hover{background:var(--green-dark);transform:translateY(-1px)}
.mobile-toggle{display:none;padding:.5rem;border:none;background:none;cursor:pointer;border-radius:.5rem}.mobile-toggle:hover{background:#f5f5f5}
.mobile-menu{display:none;background:#fff;border-top:1px solid #f0f0f0;padding:1rem}.mobile-menu.open{display:block;animation:fadeIn .2s}
.mobile-menu a,.mobile-menu button{display:block;width:100%;text-align:left;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;color:var(--text-light);border:none;background:none;cursor:pointer}
.mobile-menu a:hover{background:rgba(45,140,60,.05);color:var(--green)}

.hero{position:relative;min-height:85vh;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(26,26,26,.9),rgba(26,26,26,.7),rgba(26,26,26,.4))}
.hero-content{position:relative;z-index:10;max-width:80rem;margin:0 auto;padding:5rem 1.5rem}
.hero-inner{max-width:42rem;animation:fadeInUp .6s ease}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(45,140,60,.2);backdrop-filter:blur(8px);border:1px solid rgba(45,140,60,.3);border-radius:9999px;padding:.5rem 1rem;margin-bottom:2rem;color:var(--green-light);font-size:.875rem;font-weight:500}
.hero h1{font-size:3.5rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:1.5rem}.hero h1 span{color:var(--green-light)}
.hero-desc{font-size:1.25rem;color:#d1d5db;margin-bottom:2rem;line-height:1.7}
.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}
.btn-hero-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--green);color:#fff;padding:1rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;border:none;cursor:pointer;transition:background .3s;box-shadow:0 8px 24px rgba(45,140,60,.25)}
.btn-hero-primary:hover{background:var(--green-dark)}
.btn-hero-secondary{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);color:#fff;padding:1rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:background .3s}
.btn-hero-secondary:hover{background:rgba(255,255,255,.2)}
.hero-info{margin-top:3rem;display:flex;flex-wrap:wrap;gap:1.5rem}
.hero-info-item{display:flex;align-items:center;gap:.5rem;color:#d1d5db;font-size:.875rem}.hero-info-item svg{color:var(--green-light)}

.section{padding:5rem 1.5rem}.section-inner{max-width:80rem;margin:0 auto}
.section-white{background:#fff}.section-cream{background:var(--cream)}.section-center{text-align:center}
.section-label{color:var(--green);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}
.section-title{margin-top:.75rem;font-size:2.5rem;font-weight:700;color:var(--text)}.section-title span{color:var(--green)}
.section-desc{margin-top:1rem;font-size:1.125rem;color:var(--warm-gray);max-width:42rem}
.section-center .section-desc{margin-left:auto;margin-right:auto}

.grand-opening-badge{display:inline-block;background:var(--green);color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem}
.grand-opening-title{font-size:2.5rem;font-weight:700;margin-bottom:2.5rem}
.grand-opening-text{max-width:48rem;margin:0 auto}
.grand-opening-text p{font-size:1.05rem;color:var(--text-light);line-height:1.8;margin-bottom:1.25rem}
.grand-opening-highlight{margin-top:2.5rem;background:var(--green);border-radius:1rem;padding:2rem;color:#fff;font-size:1.1rem;font-weight:600;line-height:1.7}
.grand-opening-sig{margin-top:2rem;font-size:1.25rem;font-family:'Playfair Display',serif;color:var(--text-light)}

.dishes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.dish-card{position:relative;overflow:hidden;border-radius:1rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:box-shadow .5s;cursor:pointer}
.dish-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.15)}
.dish-card-img{aspect-ratio:4/3;overflow:hidden}.dish-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.dish-card:hover .dish-card-img img{transform:scale(1.1)}
.dish-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent,transparent)}
.dish-card-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem}
.dish-card-cat{color:var(--green-light);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}
.dish-card-name{font-size:1.25rem;font-weight:700;color:#fff;font-family:'Playfair Display',serif;margin-top:.25rem}
.dish-card-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}
.dish-card-price{color:#fff;font-size:1.125rem;font-weight:600}
.dish-card-link{color:rgba(255,255,255,.8);font-size:.875rem;transition:color .3s}
.dish-card:hover .dish-card-link{color:var(--green-light)}
.btn-dark{display:inline-flex;align-items:center;gap:.5rem;background:var(--dark);color:#fff;padding:1rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;border:none;cursor:pointer;transition:background .3s;margin-top:3rem}
.btn-dark:hover{background:var(--dark-soft)}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.about-img-wrap{position:relative}
.about-img-wrap img{border-radius:1rem;width:100%;height:500px;object-fit:cover;box-shadow:0 20px 60px rgba(0,0,0,.15)}
.about-badge{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--green);color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 8px 24px rgba(45,140,60,.3)}
.about-badge p:first-child{font-size:1.75rem;font-weight:700;font-family:'Playfair Display',serif}
.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem}
.about-feature{display:flex;align-items:flex-start;gap:1rem}
.about-feature-icon{width:3rem;height:3rem;border-radius:.75rem;background:rgba(45,140,60,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.about-feature-icon svg{color:var(--green)}
.about-feature h4{font-family:'Inter',sans-serif;font-weight:600;font-size:.95rem}
.about-feature p{font-size:.85rem;color:var(--warm-gray);margin-top:.25rem}
.link-green{color:var(--green);font-weight:500;display:inline-flex;align-items:center;gap:.5rem;margin-top:2.5rem;transition:gap .3s}
.link-green:hover{gap:.75rem}

.cta-banner{position:relative;padding:5rem 1.5rem;overflow:hidden}
.cta-banner .hero-bg img{width:100%;height:100%;object-fit:cover}
.cta-banner-overlay{position:absolute;inset:0;background:rgba(26,26,26,.8)}
.cta-banner-content{position:relative;z-index:10;max-width:48rem;margin:0 auto;text-align:center}
.cta-banner h2{font-size:2rem;color:#fff;margin-bottom:1rem}.cta-banner p{font-size:1.125rem;color:#d1d5db;margin-bottom:2rem}
.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}

.page-header{background:var(--dark);color:#fff;padding:4rem 1.5rem}
.page-header-inner{max-width:80rem;margin:0 auto}
.page-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.page-header h1 span{color:var(--green-light)}
.page-header p{font-size:1.125rem;color:#9ca3af;max-width:42rem}
.search-wrap{margin-top:2rem;max-width:28rem;position:relative}
.search-wrap input{width:100%;padding:.875rem 1rem .875rem 2.75rem;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:.75rem;color:#fff;font-size:.95rem;outline:none;transition:all .3s}
.search-wrap input::placeholder{color:#9ca3af}
.search-wrap input:focus{border-color:var(--green-light);box-shadow:0 0 0 2px rgba(52,168,83,.3)}
.search-wrap svg{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#9ca3af}
.search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem}.search-clear:hover{color:#fff}

.menu-layout{display:flex;gap:2.5rem;max-width:80rem;margin:0 auto;padding:2.5rem 1.5rem}
.menu-sidebar{width:18rem;flex-shrink:0}.menu-sidebar-sticky{position:sticky;top:7rem}
.menu-sidebar h3{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--warm-gray);margin-bottom:1rem;font-family:'Inter',sans-serif}
.cat-btn{width:100%;text-align:left;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s;background:none;color:var(--text-light);margin-bottom:.25rem}
.cat-btn:hover{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.cat-btn.active{background:var(--green);color:#fff;box-shadow:0 4px 12px rgba(45,140,60,.2)}
.cat-count{font-size:.75rem;padding:.125rem .5rem;border-radius:9999px;background:var(--cream-dark);color:var(--warm-gray)}
.cat-btn.active .cat-count{background:rgba(255,255,255,.2);color:#fff}
.menu-content{flex:1;min-width:0}
.menu-content h2{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}
.menu-content .count{color:var(--warm-gray);margin-bottom:2rem}
.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.menu-item{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:box-shadow .3s;display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}
.menu-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}
.menu-item-name{font-size:.95rem;font-weight:600;transition:color .3s}.menu-item:hover .menu-item-name{color:var(--green)}
.menu-item-cat{display:inline-block;margin-top:.25rem;font-size:.75rem;color:var(--green);background:rgba(45,140,60,.1);padding:.125rem .5rem;border-radius:9999px}
.menu-item-desc{font-size:.85rem;color:var(--warm-gray);margin-top:.5rem;line-height:1.5}
.menu-item-price{font-size:1.1rem;font-weight:700;color:var(--green);white-space:nowrap}
.menu-hint{margin-top:1.5rem;padding:1.25rem;background:rgba(45,140,60,.05);border:1px solid rgba(45,140,60,.2);border-radius:.75rem;font-size:.875rem;color:var(--green);font-weight:500}
.no-results{text-align:center;padding:4rem 0;color:var(--warm-gray);font-size:1.125rem}
.no-results button{margin-top:1rem;color:var(--green);background:none;border:none;cursor:pointer;font-weight:500}

.contact-grid{display:grid;grid-template-columns:1fr 2fr;gap:3rem}.contact-cards{display:flex;flex-direction:column;gap:1.5rem}
.contact-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:box-shadow .3s}
.contact-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}
.contact-card-icon{width:3rem;height:3rem;border-radius:.75rem;background:rgba(45,140,60,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.contact-card-icon svg{color:var(--green)}
.contact-card h3{font-family:'Inter',sans-serif;font-weight:600;font-size:.95rem;margin-bottom:.5rem}
.contact-card p{font-size:.875rem;color:var(--warm-gray)}
.contact-hours{list-style:none;padding:0;margin-top:1rem}
.contact-hours li{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.75rem}
.contact-hours li span:first-child{color:var(--text-light)}.contact-hours li span:last-child{font-weight:500;color:var(--text)}
.contact-right{display:flex;flex-direction:column;gap:2rem}
.contact-map{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06)}.contact-map iframe{width:100%;height:350px;border:0}
.contact-form-wrap{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.contact-form-wrap h2{font-size:1.5rem;margin-bottom:.5rem}.contact-form-wrap>p{color:var(--warm-gray);margin-bottom:2rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}
.form-group{display:flex;flex-direction:column}.form-group.full{grid-column:span 2}
.form-group label{font-size:.875rem;font-weight:500;color:var(--text-light);margin-bottom:.375rem}
.form-group input,.form-group textarea{padding:.75rem 1rem;border-radius:.75rem;border:1px solid #e5e5e5;background:var(--cream);font-size:.95rem;color:var(--text);outline:none;transition:all .3s;font-family:'Inter',sans-serif}
.form-group input:focus,.form-group textarea:focus{border-color:var(--green);box-shadow:0 0 0 2px rgba(45,140,60,.15)}
.form-group textarea{resize:none;min-height:120px}
.btn-submit{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:var(--green);color:#fff;border-radius:.75rem;font-weight:500;border:none;cursor:pointer;font-size:.95rem;transition:background .3s}
.btn-submit:hover{background:var(--green-dark)}
.form-success{text-align:center;padding:3rem 0}.form-success svg{color:var(--green);margin-bottom:1rem}
.form-success h3{font-size:1.25rem;margin-bottom:.5rem;font-family:'Inter',sans-serif}.form-success p{color:var(--warm-gray)}

.legal-content{max-width:48rem;margin:0 auto;padding:4rem 1.5rem}
.legal-card{background:#fff;border-radius:1rem;padding:2.5rem 3rem;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.legal-card h2{font-size:1.5rem;margin-bottom:2rem}.legal-card h3{font-size:1.2rem;margin-top:2rem;margin-bottom:1rem}
.legal-card p{color:var(--text-light);margin-bottom:1rem;line-height:1.7}
.legal-card a{color:var(--green)}.legal-card a:hover{text-decoration:underline}
.legal-card ul{padding-left:1.5rem;margin-bottom:1rem}.legal-card ul li{color:var(--text-light);margin-bottom:.25rem}
.legal-info-box{background:var(--cream);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}
.legal-info-box p{margin-bottom:.25rem}.legal-info-box .label{font-weight:600;color:var(--text)}

.footer{background:var(--dark);color:#fff;padding:4rem 1.5rem}
.footer-inner{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}
.footer h4{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#d1d5db;margin-bottom:1.5rem;font-family:'Inter',sans-serif}
.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}
.footer-brand img{height:3rem;width:3rem;object-fit:contain}.footer-brand h3{font-size:1.1rem}.footer-brand span{color:var(--green-light)}
.footer-desc{color:#9ca3af;font-size:.875rem;line-height:1.6}
.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}
.footer-links a{color:#9ca3af;font-size:.875rem;transition:color .3s}.footer-links a:hover{color:var(--green-light)}
.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}
.footer-contact-item svg{color:var(--green-light);margin-top:.125rem;flex-shrink:0}
.footer-contact-item a,.footer-contact-item span{color:#9ca3af;font-size:.875rem;transition:color .3s}
.footer-contact-item a:hover{color:var(--green-light)}
.footer-hours-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}
.footer-hours-item svg{color:var(--green-light);margin-top:.25rem;flex-shrink:0}
.footer-hours-item .day{color:#d1d5db;font-size:.875rem;display:block}.footer-hours-item .time{color:#9ca3af;font-size:.875rem}
.footer-bottom{border-top:1px solid #374151;margin-top:3rem;padding-top:1.5rem}
.footer-bottom-inner{max-width:80rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}
.footer-bottom p{color:#6b7280;font-size:.875rem}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--dark);border-top:1px solid #374151;box-shadow:0 -4px 24px rgba(0,0,0,.3);animation:slideUp .4s ease}
.cookie-inner{max-width:80rem;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.cookie-text{display:flex;align-items:center;gap:.75rem;flex:1}.cookie-text svg{color:var(--green-light);flex-shrink:0}
.cookie-text p{font-size:.875rem;color:#d1d5db}.cookie-text a{color:var(--green-light);font-weight:500}.cookie-text a:hover{text-decoration:underline}
.cookie-btns{display:flex;align-items:center;gap:.75rem;flex-shrink:0}
.cookie-accept{padding:.625rem 1.5rem;background:var(--green);color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .3s}
.cookie-accept:hover{background:var(--green-dark)}
.cookie-close{padding:.5rem;background:none;border:none;color:#9ca3af;cursor:pointer;transition:color .3s}.cookie-close:hover{color:#fff}

@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}

@media(max-width:1024px){
  .nav{display:none}.mobile-toggle{display:block}
  .dishes-grid{grid-template-columns:1fr 1fr}
  .about-grid{grid-template-columns:1fr;gap:2rem}.about-badge{display:none}
  .contact-grid{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr 1fr}
  .menu-sidebar{display:none}.menu-layout{flex-direction:column}
  .hero h1{font-size:2.5rem}
}
@media(max-width:640px){
  .top-bar{display:none}
  .dishes-grid{grid-template-columns:1fr}
  .menu-grid{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}.form-group.full{grid-column:span 1}
  .footer-inner{grid-template-columns:1fr}
  .footer-bottom-inner{flex-direction:column;gap:.5rem;text-align:center}
  .hero h1{font-size:2rem}.section-title{font-size:1.75rem}
  .hero-buttons{flex-direction:column}.cta-buttons{flex-direction:column;align-items:center}
  .legal-card{padding:1.5rem}
}
