*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#1a1a1a;background:linear-gradient(180deg,#ffffff 0%,#f6f7fb 40%,#eef0f6 100%)}.App{text-align:left}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:800;letter-spacing:.5px;text-align:center;margin-bottom:3rem;color:#111827}.section-subtitle{font-size:1.2rem;text-align:center;margin-bottom:4rem;color:#64748b;max-width:600px;margin-left:auto;margin-right:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .8s ease-out}.site-header{position:sticky;top:0;z-index:50;background:#ffffffee;-webkit-backdrop-filter:saturate(120%) blur(6px);backdrop-filter:saturate(120%) blur(6px);border-bottom:1px solid #e5e7eb}.section-anchor{scroll-margin-top:86px}.nav-container{max-width:1200px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:14px}.brand .brand-logo{height:44px;width:auto;display:block}.brand .logo-placeholder{width:88px;height:44px;border-radius:8px;background:#ffdd33;border:2px solid #111827;display:grid;place-items:center;font-weight:800;color:#111827}.main-nav{display:flex;gap:28px}.nav-link{background:#fff;border-radius:10px;padding:10px 18px;font-weight:700;color:#111827;border:1px solid #e5e7eb}.nav-link.active,.nav-link:hover{background:#6e1b1f;color:#fff;border-color:#6e1b1f}.nav-cta{background:#6e1b1f;border:2px solid #6e1b1f;color:#fff;font-weight:800;border-radius:10px;padding:10px 18px}.hero{position:relative;min-height:60vh;display:grid;align-items:end;color:#fff}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-bottom-left-radius:36px;border-bottom-right-radius:36px}.hero-media video,.hero-media img{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:64px 20px 48px}.hero-kicker{display:inline-block;background:#6e1b1f;color:#fff;font-weight:900;padding:6px 10px;border-radius:6px;margin-bottom:14px}.hero-title{font-size:clamp(2rem,6vw,3.5rem);line-height:1.1;font-weight:900;margin-bottom:10px}.hero-sub{opacity:.95}.content-section{max-width:1200px;margin:0 auto;padding:56px 20px}.two-col{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:center}.muted-panel{background:#ffffff;border:1px solid #e5e7eb;border-radius:18px;padding:24px;box-shadow:0 10px 24px #1118270d}.two-col>img{width:100%;height:auto;display:block}.about-image{border-radius:16px;border:1px solid #e5e7eb;max-width:640px;max-height:360px;object-fit:contain;margin:0 auto;box-shadow:0 10px 24px #1118270d}.about-text{max-width:640px}.logo-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;align-items:center}.logo-card{display:grid;place-items:center;height:160px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px 22px;transition:transform .15s ease,box-shadow .15s ease}.logo-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #11182714}.logo-card img{max-height:110px;max-width:260px;width:100%;object-fit:contain;filter:none}.tabs{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.tab-btn{background:#eef0f6;border:1px solid #d1d5db;border-radius:8px;padding:10px 14px;font-weight:700}.tab-btn.active{background:#7d7d53;color:#fff}.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.price-list h3{margin-bottom:10px}.price-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dotted #9ca3af}.price-row span:last-child{white-space:nowrap}.accordion{display:grid;gap:10px}.accordion-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.accordion-header{display:flex;justify-content:space-between;padding:16px 18px;font-weight:700;cursor:pointer;background:#f9fafb}.accordion-content{padding:16px 18px;border-top:1px solid #e5e7eb}@media (max-width: 768px){.section{padding:60px 0}.section-title{font-size:2rem;margin-bottom:2rem}.section-subtitle{font-size:1.1rem;margin-bottom:3rem}.container{padding:0 15px}.two-col{grid-template-columns:1fr}.logo-strip{grid-template-columns:repeat(1,1fr)}.price-grid{grid-template-columns:1fr}.nav-container{padding:10px 12px;flex-direction:column;align-items:flex-start;gap:8px}.brand .brand-logo{height:36px}.section-anchor{scroll-margin-top:72px}.main-nav{width:100%;gap:10px;flex-wrap:wrap;justify-content:flex-start}.nav-link{padding:8px 12px;font-size:.9rem}.hero{min-height:70vh}.hero-content{padding:48px 16px 32px}.about-image{max-height:220px}.content-section p{overflow-wrap:anywhere;word-break:break-word}}.App{min-height:100vh;background-color:#fff}.hero-banner{background:transparent;padding:px 0;text-align:center;border-bottom:none}.banner-logo{display:block;width:60vw;max-width:720px;height:300px;margin:0 auto}.banner-logo-text{display:none}html{scroll-behavior:smooth}.btn{display:inline-block;padding:12px 30px;border:none;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;font-size:1rem;text-align:center}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#1e40af,#1e3a8a);transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.btn-secondary{background:transparent;color:#1e3a8a;border:2px solid #1e3a8a}.btn-secondary:hover{background:#1e3a8a;color:#fff;transform:translateY(-2px)}.card{transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.fade-in-section{opacity:0;transform:translateY(30px);transition:all .8s ease}.fade-in-section.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.banner-logo{width:85vw;max-width:420px;height:auto}}.logo-placeholder{font-size:14px;letter-spacing:.5px}.footer{background:#6b7280;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:400px}.footer-logo{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#ffffff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline{color:#cbd5e1;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.footer-social{display:flex;gap:1rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:rgba(255,255,255,.1);border-radius:50%;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-social-link:hover{background:#3b82f6;transform:translateY(-3px);box-shadow:0 10px 25px #3b82f64d}.footer-social-icon{font-size:1.5rem}.footer-title{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.footer-nav{list-style:none}.footer-nav li{margin-bottom:.8rem}.footer-link{background:none;border:none;color:#cbd5e1;font-size:1rem;cursor:pointer;transition:color .3s ease;text-align:left;padding:0}.footer-link:hover{color:#fff}.footer-contact-info p{color:#cbd5e1;margin-bottom:.8rem;font-size:1rem;display:flex;align-items:center;gap:.5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap;gap:1rem}.footer-copyright p{color:#94a3b8;font-size:.9rem;margin:0}.footer-legal{display:flex;gap:2rem}.footer-legal-link{background:none;border:none;color:#94a3b8;font-size:.9rem;cursor:pointer;transition:color .3s ease;padding:0}.footer-legal-link:hover{color:#fff}@media (max-width: 768px){.footer{padding:3rem 0 2rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand{max-width:100%}.footer-social{justify-content:center}.footer-nav,.footer-contact-info{text-align:center}.footer-bottom{flex-direction:column;text-align:center;gap:1.5rem}.footer-legal{justify-content:center}}
