:root{--theme-primary-color: #f84800;--primary-main: #f84800;--primary-light: #f97316;--primary-lighter: #fb923c;--primary-dark: #c2410c;--primary-darker: #9a3412;--primary-rgba-05: rgba(248, 72, 0, .05);--primary-rgba-08: rgba(248, 72, 0, .08);--primary-rgba-10: rgba(248, 72, 0, .1);--primary-rgba-15: rgba(248, 72, 0, .15);--primary-rgba-20: rgba(248, 72, 0, .2);--primary-rgba-25: rgba(248, 72, 0, .25);--primary-rgba-30: rgba(248, 72, 0, .3);--primary-rgba-40: rgba(248, 72, 0, .4);--primary-rgba-60: rgba(248, 72, 0, .6);--primary-light-rgba-05: rgba(249, 115, 22, .05);--primary-light-rgba-08: rgba(249, 115, 22, .08);--primary-light-rgba-10: rgba(249, 115, 22, .1);--primary-light-rgba-15: rgba(249, 115, 22, .15);--primary-light-rgba-20: rgba(249, 115, 22, .2);--primary-light-rgba-25: rgba(249, 115, 22, .25);--primary-light-rgba-30: rgba(249, 115, 22, .3);--primary-light-rgba-40: rgba(249, 115, 22, .4);--primary-light-rgba-60: rgba(249, 115, 22, .6);--emerald-rgba-05: rgba(248, 72, 0, .05);--emerald-rgba-10: rgba(248, 72, 0, .1);--emerald-rgba-30: rgba(248, 72, 0, .3);--emerald-rgba-40: rgba(248, 72, 0, .4)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.landing-page{min-height:100vh;background:linear-gradient(135deg,#fff,#fff7ed,#ffedd5);background-attachment:fixed;position:relative;overflow-x:hidden}.landing-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(249,115,22,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(249,115,22,.05) 0%,transparent 50%),radial-gradient(circle at 60% 20%,rgba(248,72,0,.08) 0%,transparent 40%),radial-gradient(circle at 40% 80%,rgba(249,115,22,.05) 0%,transparent 60%);pointer-events:none;z-index:0}.landing-page>*{position:relative;z-index:1}.container{max-width:1200px;margin:0 auto;padding:0 20px}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes titleGlow{0%{text-shadow:0 2px 4px rgba(0,0,0,.05),0 4px 8px rgba(249,115,22,.1)}to{text-shadow:0 2px 4px rgba(0,0,0,.05),0 4px 8px rgba(249,115,22,.15)}}@keyframes phoneFloat{0%,to{transform:perspective(1000px) rotateY(-15deg) rotateX(5deg) translateY(0)}50%{transform:perspective(1000px) rotateY(-15deg) rotateX(5deg) translateY(-15px)}}@keyframes cardContentSlide{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes borderGlow{0%{opacity:.8;filter:brightness(1)}to{opacity:1;filter:brightness(1.2)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.page-section{padding:80px 0;position:relative;overflow:hidden}.page-section.bg-light{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.page-section.bg-white{background:#fff}.page-section.bg-gradient{background:linear-gradient(135deg,#fff,#fff7ed,#ffedd5)}.page-section.bg-dark{background:linear-gradient(135deg,#1e293b,#334155);color:#fff}.page-section.bg-dark .page-title{color:#fff}.page-section.bg-dark .page-subtitle{color:#ffffffe6}.page-section.bg-dark .page-header-content{color:#fff}.page-section.with-overlay:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(248,72,0,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(59,130,246,.1) 0%,transparent 50%);pointer-events:none}.page-section.with-grid-overlay:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3;pointer-events:none}.page-container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}@media (max-width: 768px){.page-container{padding:0 16px}}.page-container.container-sm{max-width:800px}.page-container.container-lg{max-width:1400px}.page-container.container-full{max-width:100%}.page-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;margin:0 0 20px;line-height:1.1;color:#1e293b}@media (max-width: 768px){.page-title{margin-bottom:16px}}.page-subtitle{font-size:clamp(1.125rem,2.5vw,1.25rem);color:#64748b;max-width:600px;margin:0 auto 40px;line-height:1.6}@media (max-width: 768px){.page-subtitle{margin-bottom:32px}}.page-section.bg-dark .page-title,.page-header.bg-dark .page-title,.page-header .page-title{color:#fff!important}.page-section.bg-dark .page-subtitle,.page-header.bg-dark .page-subtitle,.page-header .page-subtitle{color:#ffffffe6!important}.page-section.bg-dark .page-hero-text1,.page-header.bg-dark .page-hero-text1,.page-header .page-hero-text1{color:#fff!important}.page-hero-text1{font-size:clamp(2rem,4vw,2.5rem);font-weight:800;margin:0 0 16px;color:#1e293b;line-height:1.2}.page-hero-text2-gradient{font-size:clamp(2rem,4vw,2.5rem);font-weight:800;margin:0 0 16px;background:linear-gradient(135deg,#9a3412,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}@supports not (-webkit-background-clip: text){.page-hero-text2-gradient{color:#9a3412}}.page-header-content{text-align:center;margin-bottom:60px}@media (max-width: 768px){.page-header-content{margin-bottom:40px}}.page-header-content .page-badge{display:inline-flex;align-items:center;gap:8px;background:#f848001a;color:#9a3412;padding:8px 16px;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:20px}.page-header-content .page-badge .badge-icon{font-size:1rem}.page-header-content .highlight{background:linear-gradient(135deg,#9a3412,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@supports not (-webkit-background-clip: text){.page-header-content .highlight{color:#9a3412}}.page-header{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:60px 0 40px;text-align:center;position:relative;overflow:hidden}@media (min-width: 768px){.page-header{padding:70px 0}}.page-header .page-title{color:#fff}.page-header .page-subtitle{color:#ffffffe6}.page-header .page-header-content{color:#fff}.page-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}
