.app{width:100%;min-height:100vh;background-color:#fbf8f2;position:relative;overflow-x:hidden}.hero{position:relative;padding:80px 20px 0;max-width:1200px;margin:0 auto}.hero-shape{position:absolute;width:400px;height:400px;border-radius:50%;opacity:.3;z-index:0;pointer-events:none}.hero-shape-top{top:-100px;left:-150px;background:radial-gradient(circle,#EBB44D 0%,transparent 70%)}.hero-shape-bottom{bottom:-100px;right:-150px;background:radial-gradient(circle,#EBB44D 0%,transparent 70%)}.hero-content{position:relative;z-index:1;text-align:center}.logo-container{margin-bottom:30px;display:flex;justify-content:center}.logo-image{width:200px;height:auto}.tags{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}.tag{background-color:#9c5656;color:#fff;padding:5px 15px;border-radius:10px;font-size:16px;font-weight:700;font-family:Source Sans Pro,sans-serif}.hero-headline{font-family:"Source Serif Pro",serif;font-size:48px;font-weight:700;color:#3d332d;margin-bottom:30px;line-height:1.2;max-width:900px;margin-left:auto;margin-right:auto}.hero-text{max-width:700px;margin:0 auto;font-size:18px}.hero-text p{margin-bottom:20px}.section{max-width:1200px;margin:0 auto;position:relative}.section-content{position:relative;z-index:1}.cta-section{text-align:center;position:relative}.cta-buttons{display:flex;flex-direction:column;gap:16px;margin:40px auto 0;align-items:center}.cta-button{background-color:#833535;color:#fff;padding:16px 32px;border-radius:52px;text-decoration:none;font-family:Source Sans Pro,sans-serif;font-size:16px;font-weight:600;text-align:center;border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease;display:block;width:90%;max-width:375px}.cta-button:hover{background-color:#6b2e28;transform:translateY(-1px)}.cta-button:active{transform:translateY(0)}.footer{text-align:center;padding:40px 20px;font-style:italic;font-size:14px;color:#3d332d;opacity:.7}@media (max-width: 768px){.hero-headline{font-size:32px}.hero-text{font-size:16px}.tags{flex-direction:column;align-items:center}.hero-shape{width:250px;height:250px}.hero-shape-top{top:-50px;left:-100px}.hero-shape-bottom{bottom:-50px;right:-100px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Source Sans Pro,sans-serif;color:#3d332d;background-color:#fbf8f2;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
