/* Modern SaaS styles — mobile-first */
:root{--accent:#F15B2A;--accent-600:#d84d20;--muted:#6b6b6b;--bg:#ffffff}
*{box-sizing:border-box}
body{font-family:Inter, system-ui, -apple-system, Arial, Helvetica, sans-serif;margin:0;color:#111;line-height:1.45;background:var(--bg)}
.container{max-width:1100px;margin:0 auto;padding:20px}
.site-header{background:#fff;border-bottom:1px solid #f0f0f0}
.site-header .container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}
.header-links{display:flex;gap:12px;align-items:center;justify-content:center;font-size:12px}
.header-links a{color:#111;text-decoration:none;font-size:12px;font-weight:500}
.header-links a:hover{color:var(--accent)}
.logo-img{height:44px}
.lang-switch{float:right}
.lang-switch button{margin-left:6px;padding:6px 8px;border:0;background:#f4f4f4;border-radius:6px;cursor:pointer}
.lang-switch button.active{background:var(--accent);color:#fff}
.eyebrow{font-weight:600;color:var(--accent);margin:0 0 6px 0}
.hero{display:flex;flex-direction:column;gap:18px;padding:48px 0 80px 0;align-items:stretch;position:relative;background-image:url('assets/chef.jpg');background-color:#111;background-size:cover;background-repeat:no-repeat;background-position:center top !important;background-position-x:center !important;background-position-y:top !important;color:#fff;overflow:hidden;min-height:720px}
.hero .container{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:22px}
.hero{width:100%;left:0;right:0}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,0.36) 0%,rgba(0,0,0,0.12) 60%);pointer-events:none}
.hero-left{flex:1;position:relative;z-index:2;min-width:0}
.hero-right{display:flex;align-items:center;justify-content:center;margin-top:0;position:relative;z-index:2}
.hero .lead{color:rgba(255,255,255,0.9)}
.hero-img{max-width:320px;width:100%;height:auto;box-shadow:0 8px 30px rgba(0,0,0,0.25);border:12px solid #1a1a1a;border-radius:32px;background:#000}
.lead{color:var(--muted);margin-top:12px;font-size:15px}
.cta-row{margin-top:18px}
.btn{display:inline-block;padding:11px 18px;border-radius:10px;text-decoration:none;margin-right:10px;font-weight:700}
.btn.primary{background:var(--accent);color:#fff;border:0;box-shadow:0 6px 20px rgba(241,91,42,0.12)}
.btn.ghost{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.14);color:#fff}
.btn.whatsapp{background:#25D366;color:#fff}
.trust-badges{list-style:none;padding:0;margin:14px 0 0 0;display:flex;gap:12px;flex-wrap:wrap}
.trust-badges li{background:rgba(255,255,255,0.08);padding:8px 10px;border-radius:8px;border:1px solid rgba(255,255,255,0.08);font-size:14px;color:#fff}
section.trust{margin-top:26px;text-align:center}
section.trust h3{margin-bottom:8px}
section.trust p{max-width:820px;margin:10px auto 0 auto;color:#555;text-align:center}
.faq{margin-top:32px}
.faq h2{margin-bottom:12px}
.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{background:#fff;border:1px solid #f0f0f0;border-radius:10px;padding:14px 16px;box-shadow:0 6px 20px rgba(0,0,0,0.04)}
.faq-item summary{cursor:pointer;font-weight:700;color:#111;list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";float:right;font-weight:800;color:var(--accent)}
.faq-item[open] summary::after{content:"–"}
.faq-item p{margin:10px 0 0 0;color:#444}
.banner-early{background:linear-gradient(90deg,rgba(241,91,42,0.06),rgba(241,91,42,0.02));border-top:1px solid rgba(241,91,42,0.08);border-bottom:1px solid rgba(241,91,42,0.04);padding:10px 0;margin:16px 0}
.banner-early strong{color:var(--accent);margin-right:8px}
.comparison{margin-top:20px}
.comparison{margin-top:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:18px}
.comparison h2{margin:0}
.compare-grid{display:flex;gap:28px;flex-direction:column;align-items:center}
.compare-grid .card{width:320px;max-width:90vw;background:rgba(241,91,42,0.08);color:#ffffff;border:1px solid rgba(241,91,42,0.12)}
.compare-grid .card.highlight{width:360px;background:var(--accent);color:#ffffff;border:1px solid rgba(255,255,255,0.06);box-shadow:0 16px 48px rgba(241,91,42,0.12)}
/* Ensure highlight card text is white (override global .big) */
.compare-grid .card.highlight h3,
.compare-grid .card.highlight p,
.compare-grid .card.highlight .big{
	color:#ffffff;
}
/* First (muted) card: use brand accent color for heading and big number, keep light background */
.compare-grid .card.muted{background:#ffffff;color:var(--accent);border:1px solid #f3f3f3}
.compare-grid .card.muted h3{color:var(--accent);font-weight:700}
.compare-grid .card.muted .big{color:var(--accent);font-weight:800}
.compare-grid .card.muted p{color:#555}
.card{padding:18px;border-radius:10px;background:#fff;border:1px solid #f3f3f3;text-align:center}
.card.muted{opacity:0.9}
.card.highlight{border:1px solid var(--accent);box-shadow:0 12px 40px rgba(241,91,42,0.06)}
.card h3{margin:6px 0 8px 0}
.big{font-size:34px;font-weight:800;color:var(--accent)}
.how{margin-top:32px;text-align:center}
.steps{display:flex;gap:16px;flex-direction:column;align-items:center}
.step{display:flex;gap:14px;align-items:center;justify-content:flex-start;padding:16px 18px;border-radius:14px;background:#fff;border:1px solid #f0f0f0;box-shadow:0 10px 26px rgba(0,0,0,0.06);width:100%;max-width:520px;text-align:left}
.step-num{width:44px;height:44px;border-radius:12px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 44px}
.step h4{margin:0;font-size:16px}
.features{margin-top:28px;text-align:center}
.features-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:14px;margin:16px auto 0;max-width:400px;padding:0}
.features-grid li{list-style:none}
.feature-card{display:flex;gap:12px;align-items:center;background:#fff;padding:16px;border-radius:14px;border:1px solid #f0f0f0;box-shadow:0 12px 24px rgba(0,0,0,0.05);text-align:left}
.feature-icon{width:72px;height:72px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:rgba(241,91,42,0.12);font-size:40px;flex:0 0 72px;line-height:1;text-align:center;vertical-align:middle}
.feature-card strong{display:block;font-size:16px;margin-bottom:4px}
.feature-text span{display:block;color:#555;font-size:14px;line-height:1.4}
.lead-form label{display:block;margin:10px 0}
.lead-form input, .lead-form textarea{width:100%;padding:10px;border:1px solid #e9e9e9;border-radius:8px;font-family:inherit}
.form-actions{margin-top:12px}
.footer-social{margin-top:6px;font-size:14px;color:#666}
.footer-social a{color:var(--accent);text-decoration:none;font-weight:600}
.footer-social span{margin:0 8px;color:#aaa}
.small{font-size:13px;color:var(--muted);margin-top:8px}
.site-footer{border-top:1px solid #f0f0f0;padding:22px;margin-top:30px;text-align:center;color:var(--muted)}
@media(min-width:700px){
	.site-header .container{flex-direction:row;justify-content:space-between;gap:20px}
	.hero{flex-direction:row;align-items:center}
	.hero .container{flex-direction:row;align-items:center}
	.hero-left{padding-right:20px}
	.hero-right{flex:0 0 420px;margin-top:0}
	.header-links{gap:20px;font-size:14px}
	.header-links a{font-size:14px}
	.compare-grid{flex-direction:row;align-items:stretch}
	.steps{flex-direction:row;justify-content:center}
	.step{max-width:320px}
	.features-grid{grid-template-columns:repeat(3,1fr);max-width:none}
}