*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden}#root{width:100%}body{font-family:system-ui,-apple-system,sans-serif}body{margin:0}.currency-canvas{width:100%;height:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}html{scroll-behavior:smooth}.navbar{z-index:1000;background:#123d53;justify-content:space-between;align-items:center;width:100%;height:70px;padding:0 8%;display:flex;position:fixed;top:0;left:0}.logo{align-items:center;gap:12px;text-decoration:none;display:flex}.logo img{width:34px;height:34px}.logo span{color:#fff;font-size:16px;font-weight:700}.nav-menu{align-items:center;gap:38px;display:flex}.nav-menu a{color:#d3dde3;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s}.nav-menu a:hover{color:#fff}.nav-menu a.active{color:#e76b7d}.nav-cta{color:#fff;background:#e76b7d;border-radius:14px;padding:12px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.nav-cta:hover{transform:translateY(-2px)}.menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:28px;display:none}.mobile-cta{display:none}@media (width<=1024px){.navbar{padding:0 5%}.nav-menu{gap:24px}}@media (width<=768px){.menu-btn{display:block}.desktop-cta{display:none}.nav-menu{background:#123d53;flex-direction:column;justify-content:flex-start;align-items:center;gap:24px;width:100%;height:calc(100vh - 70px);padding-top:40px;transition:all .3s;position:fixed;top:70px;left:-100%}.nav-menu.active{left:0}.nav-menu a{font-size:18px}.mobile-cta{margin-top:10px;display:inline-block}}@media (width<=480px){.navbar{height:65px}.logo span{font-size:14px}.logo img{width:28px;height:28px}}.hero-section{background:#0f4761;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{opacity:.22;background-image:url(/assets/images/teacher-header1.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.hero-overlay{background:linear-gradient(100deg,#0d4a67f2 0%,#0d4a67eb 55%,#0d4a678c 100%);position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:1400px;margin:auto;padding:0 8%;position:relative}.hero-tag{color:#ff667f;margin-bottom:24px;font-size:18px;font-weight:600;display:inline-block}.hero-title{color:#fff;margin-bottom:30px;font-size:92px;font-weight:700;line-height:.95}.hero-title span{color:#ff667f}.hero-description{color:#ffffffbf;max-width:650px;margin-bottom:45px;font-size:24px;line-height:1.6}.hero-buttons{gap:20px;display:flex}.primary-btn{cursor:pointer;color:#fff;background:#f25f77;border:none;border-radius:12px;padding:18px 32px;font-size:18px;font-weight:600;transition:all .3s}.primary-btn:hover{transform:translateY(-2px)}.secondary-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:12px;padding:18px 32px;font-size:18px;font-weight:600;transition:all .3s}.secondary-btn:hover{background:#ffffff0d}@media (width<=1400px){.hero-title{font-size:78px}.hero-description{font-size:21px}}@media (width<=1024px){.hero-section{min-height:85vh}.hero-title{font-size:64px}.hero-description{max-width:550px;font-size:18px}}@media (width<=768px){.hero-section{min-height:auto;padding:120px 0 80px}.hero-content{text-align:center}.hero-tag{font-size:15px}.hero-title{font-size:48px;line-height:1.05}.hero-description{max-width:100%;font-size:17px}.hero-buttons{flex-direction:column;align-items:center}.primary-btn,.secondary-btn{width:100%;max-width:320px}}@media (width<=480px){.hero-section{padding:110px 0 60px}.hero-title{font-size:38px}.hero-description{font-size:15px}.hero-tag{font-size:13px}.primary-btn,.secondary-btn{padding:15px 20px;font-size:15px}}@media (width<=360px){.hero-title{font-size:32px}.hero-description{font-size:14px}}.services-section{background:#f7f8fa;padding:100px 20px}.services-header{text-align:center;max-width:850px;margin:0 auto 70px}.small-title{color:#ea6376;letter-spacing:3px;margin-bottom:14px;font-size:12px;font-weight:700;display:block}.services-header h2{color:#14384d;margin-bottom:18px;font-size:54px}.services-header p{color:#6c8391;font-size:18px;line-height:1.7}.services-grid{grid-template-columns:repeat(3,1fr);gap:26px;max-width:1200px;margin:auto;display:grid}.service-card{background:#fff;border:1px solid #dce3e8;border-radius:18px;flex-direction:column;min-height:430px;padding:30px;transition:all .35s;display:flex}.service-card:hover{border-color:#ea6376;transform:translateY(-10px);box-shadow:0 20px 35px #ea63762e}.featured{box-shadow:0 12px 30px #00000014}.service-icon{background:#153f56;border-radius:14px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:24px;transition:all .35s;display:flex}.featured .service-icon{background:#ea6376}.service-icon svg{stroke:#fff;stroke-width:1.8px;fill:none;width:24px;height:24px;overflow:visible}.service-card:hover .service-icon{background:#ea6376;box-shadow:0 12px 25px #ea637659}.service-card h3{color:#14384d;margin-bottom:15px;font-size:28px}.service-description{color:#6c8391;flex-grow:1;margin-bottom:25px;line-height:1.8}.service-card ul{margin:0;padding:0;list-style:none}.service-card li{color:#6c8391;margin-bottom:12px;padding-left:18px;position:relative}.service-card li:before{content:"•";color:#ea6376;position:absolute;left:0}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.services-header h2{font-size:42px}}@media (width<=768px){.services-section{padding:70px 16px}.services-grid{grid-template-columns:1fr}.services-header h2{font-size:34px}.services-header p{font-size:16px}.service-card{min-height:auto;padding:24px}.service-card h3{font-size:24px}}@media (width<=480px){.services-header h2{font-size:28px}.service-card h3{font-size:22px}.service-icon{width:52px;height:52px}.service-icon svg{width:22px;height:22px}}.platform-section{background:#f6f5f4;padding:100px 20px}.platform-container{justify-content:space-between;align-items:center;gap:80px;max-width:1400px;margin:auto;display:flex}.platform-text{flex:1;max-width:650px}.section-tag{color:#ea6376;letter-spacing:3px;margin-bottom:25px;font-size:12px;font-weight:700;display:inline-block}.platform-text h2{color:#173f55;margin-bottom:30px;font-size:62px;line-height:1.1}.platform-text p{color:#668294;margin-bottom:25px;font-size:18px;line-height:1.9}.platform-image{flex:1;justify-content:center;display:flex;position:relative}.laptop-image{width:100%;max-width:700px;display:block}@media (width<=1200px){.platform-text h2{font-size:50px}.platform-container{gap:50px}}@media (width<=992px){.platform-container{text-align:center;flex-direction:column}.platform-text{max-width:100%}.platform-text h2{font-size:42px}.platform-image{width:100%}}@media (width<=768px){.platform-section{padding:70px 16px}.platform-text h2{font-size:34px}.platform-text p{font-size:16px}}@media (width<=480px){.platform-text h2{font-size:28px}.platform-text p{font-size:15px}.section-tag{font-size:11px}}.talent-features-section{color:#fff;background:#154d69;padding:100px 20px}.talent-features-header{text-align:center;max-width:760px;margin:0 auto 70px}.talent-features-tag{color:#ee6078;letter-spacing:2px;margin-bottom:12px;font-size:11px;font-weight:700;display:block}.talent-features-header h2{color:#fff;margin-bottom:20px;font-size:62px;font-weight:700;line-height:1.05}.talent-features-header p{color:#c9d6df;max-width:620px;margin:auto;font-size:16px;line-height:1.8}.talent-features-grid{grid-template-columns:repeat(4,1fr);gap:16px;max-width:980px;margin:auto;display:grid}.talent-feature-card{background:#2c617d;border:1px solid #3b708a;border-radius:8px;min-height:128px;padding:16px;transition:all .3s}.talent-feature-card:hover{border-color:#ee6078;transform:translateY(-6px);box-shadow:0 10px 24px #ee60782e}.talent-feature-icon{color:#ee6078;background:#ee607826;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:14px;transition:all .3s;display:flex}.talent-feature-card:hover .talent-feature-icon{color:#fff;background:#ee6078}.talent-feature-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.talent-feature-card h3{color:#fff;margin-bottom:8px;font-size:13px;font-weight:700}.talent-feature-card p{color:#c9d6df;font-size:12px;line-height:1.6}@media (width<=1200px){.talent-features-grid{grid-template-columns:repeat(3,1fr);max-width:900px}.talent-features-header h2{font-size:54px}}@media (width<=992px){.talent-features-grid{grid-template-columns:repeat(2,1fr);max-width:700px}.talent-features-header h2{font-size:46px}}@media (width<=768px){.talent-features-section{padding:70px 16px}.talent-features-grid{grid-template-columns:1fr;max-width:450px}.talent-features-header h2{font-size:36px}.talent-features-header p{font-size:15px}.talent-feature-card{min-height:auto}}@media (width<=480px){.talent-features-header h2{font-size:30px}.talent-features-header p,.talent-feature-card h3{font-size:14px}.talent-feature-card p{font-size:12px}}.register-section{background:#f5f4f3;padding:100px 20px}.register-header{text-align:center;max-width:900px;margin:0 auto 80px}.register-tag{color:#ea6376;letter-spacing:3px;margin-bottom:20px;font-size:13px;font-weight:700;display:block}.register-header h2{color:#14384d;margin-bottom:24px;font-size:68px;line-height:1.1}.register-header p{color:#658091;font-size:20px}.steps-grid{grid-template-columns:repeat(4,1fr);gap:40px;max-width:1400px;margin:auto;display:grid}.step-card{text-align:left;transition:all .3s}.step-card:hover{transform:translateY(-6px)}.step-circle{color:#fff;background:#de5e71;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:28px;font-size:28px;font-weight:700;transition:all .3s;display:flex}.step-card:hover .step-circle{transform:scale(1.08);box-shadow:0 10px 25px #de5e7159}.step-card h3{color:#14384d;margin-bottom:16px;font-size:22px;line-height:1.4}.step-card p{color:#648192;font-size:16px;line-height:1.8}@media (width<=1200px){.steps-grid{grid-template-columns:repeat(2,1fr);max-width:900px}.register-header h2{font-size:56px}}@media (width<=768px){.register-section{padding:70px 20px}.register-header{margin-bottom:60px}.register-header h2{font-size:40px}.register-header p{font-size:17px}.steps-grid{grid-template-columns:1fr;gap:35px}.step-card{text-align:center}.step-circle{margin:0 auto 24px}.step-card h3{font-size:24px}}@media (width<=480px){.register-section{padding:60px 16px}.register-tag{font-size:11px}.register-header h2{font-size:32px}.register-header p{font-size:15px}.step-circle{width:54px;height:54px;font-size:24px}.step-card h3{font-size:20px}.step-card p{font-size:15px}}.comparison-section{background:#f6f5f4;padding:100px 20px}.comparison-header{text-align:center;margin-bottom:60px}.comparison-tag{color:#e56d7e;letter-spacing:3px;margin-bottom:15px;font-size:12px;font-weight:700;display:block}.comparison-header h2{color:#14384d;font-size:64px;line-height:1.1}.comparison-table-wrapper{border-radius:18px;max-width:1100px;margin:auto;overflow-x:auto;box-shadow:0 8px 25px #00000014}.comparison-table{border-collapse:collapse;width:100%;min-width:700px}.comparison-table thead{background:#14384d}.comparison-table th{color:#fff;text-align:left;padding:20px;font-size:16px;font-weight:600}.comparison-table th:nth-child(2),.comparison-table th:nth-child(3),.comparison-table td:nth-child(2),.comparison-table td:nth-child(3){text-align:center}.comparison-table tbody tr:nth-child(odd){background:#fff}.comparison-table tbody tr:nth-child(2n){background:#f1f1f1}.comparison-table td{color:#14384d;padding:18px 20px;font-size:15px}.check{color:#e56d7e;font-size:22px;font-weight:700}.cross{color:#ff4d4d;font-size:22px;font-weight:700}@media (width<=1200px){.comparison-header h2{font-size:52px}}@media (width<=992px){.comparison-section{padding:80px 20px}.comparison-header h2{font-size:44px}}@media (width<=768px){.comparison-section{padding:70px 16px}.comparison-header{margin-bottom:40px}.comparison-header h2{font-size:34px}.comparison-table th,.comparison-table td{padding:16px;font-size:14px}.comparison-table{min-width:600px}}@media (width<=480px){.comparison-header h2{font-size:28px}.comparison-tag{font-size:11px}.comparison-table{min-width:550px}}.reporting-section{background:#f5f4f3;padding:100px 20px}.reporting-container{justify-content:space-between;align-items:center;gap:80px;max-width:1200px;margin:auto;display:flex}.reporting-content-home{flex:1;max-width:550px}.reporting-tag{color:#ea6376;letter-spacing:2px;margin-bottom:20px;font-size:12px;font-weight:700;display:block}.reporting-content-home h2{color:#173f55;margin-bottom:30px;font-size:64px;line-height:1.1}.reporting-content-home p{color:#668294;font-size:20px;line-height:1.8}.reports-card{background:#fff;border:1px solid #e4eaee;border-radius:16px;flex:1;padding:35px;box-shadow:0 8px 20px #00000014}.reports-card h3{color:#173f55;margin-bottom:30px;font-size:32px}.reports-card ul{margin:0;padding:0;list-style:none}.reports-card li{color:#2f5164;align-items:center;gap:12px;padding:10px 0;font-size:16px;display:flex}.check-icon{color:#ea6376;border:1px solid #ea6376;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;display:flex}@media (width<=1200px){.reporting-content-home h2{font-size:54px}.reporting-container{gap:50px}}@media (width<=992px){.reporting-container{text-align:center;flex-direction:column}.reporting-content-home{max-width:100%}.reporting-content-home h2{font-size:46px}.reports-card{width:100%;max-width:700px}}@media (width<=768px){.reporting-section{padding:70px 16px}.reporting-content-home h2{font-size:36px}.reporting-content-home p{font-size:16px}.reports-card{padding:24px}.reports-card h3{margin-bottom:20px;font-size:26px}.reports-card li{text-align:left;font-size:15px}}@media (width<=480px){.reporting-content-home h2{font-size:30px}.reporting-content-home p{color:#5f7c8a;font-size:15px}.reporting-tag{font-size:11px}.reports-card{padding:20px}.reports-card h3{font-size:22px}.reports-card li{font-size:14px}}.contact-section{color:#fff;background-color:#0000;background-image:linear-gradient(#124a65f0,#124a65f0),url(/assets/images/teacher-header1.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.contact-overlay{background:linear-gradient(to right, #124a65fa 45%, #124a6599 #0d4a678c 100%);z-index:1;position:absolute;inset:0}.contact-container{z-index:2;width:100%;max-width:1200px;margin:auto;padding:80px 20px;position:relative}.contact-content{max-width:650px}.contact-tag{color:#ef6479;letter-spacing:2px;margin-bottom:18px;font-size:12px;font-weight:700;display:block}.contact-content h2{margin-bottom:24px;font-size:72px;line-height:1.05}.contact-content p{color:#d7e2ea;max-width:650px;margin-bottom:35px;font-size:20px;line-height:1.8}.contact-form{flex-direction:column;gap:14px;max-width:520px;display:flex}.contact-form input,.contact-form textarea{color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:10px;outline:none;width:100%;padding:16px 18px;font-size:15px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#fff9}.contact-form textarea{resize:vertical;min-height:120px}.contact-form button{color:#fff;cursor:pointer;background:#d95f74;border:none;border-radius:10px;padding:16px;font-size:16px;font-weight:600;transition:all .3s}.contact-form button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #d95f7459}.contact-details{flex-wrap:wrap;gap:30px;margin-top:35px;display:flex}.contact-item,.contact-address{color:#d7e2ea;align-items:center;gap:10px;display:flex}.contact-item svg,.contact-address svg{color:#ef6479;flex-shrink:0}.contact-address{margin-top:20px}@media (width<=1400px){.contact-content h2{font-size:60px}}@media (width<=1024px){.contact-section{min-height:auto}.contact-content h2{font-size:52px}.contact-content p{font-size:18px}}@media (width<=768px){.contact-container{padding:70px 16px}.contact-content{max-width:100%}.contact-content h2{font-size:40px}.contact-content p{font-size:16px}.contact-form{max-width:100%}.contact-details{flex-direction:column;gap:14px}}@media (width<=480px){.contact-content h2{font-size:32px}.contact-content p{font-size:15px}.contact-tag{font-size:11px}.contact-form input,.contact-form textarea,.contact-form button{padding:14px}.contact-address,.contact-item{font-size:14px}}.services-hero{color:#fff;background:radial-gradient(circle,#ffffff0a,#0000 60%),linear-gradient(135deg,#103f58,#194968);justify-content:center;align-items:center;min-height:520px;padding:120px 20px;display:flex;position:relative;overflow:hidden}.services-hero:before{content:"";opacity:.5;background-image:radial-gradient(#ffffff1f 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0}.services-hero-content{z-index:2;text-align:center;max-width:1000px;position:relative}.services-tag-wrapper{justify-content:center;align-items:center;gap:14px;margin-bottom:25px;display:flex}.line{background:#f0586a80;width:38px;height:1px}.services-tag{color:#f0586a;letter-spacing:4px;font-size:13px;font-weight:700}.services-hero h1{margin-bottom:28px;font-size:82px;font-weight:800;line-height:1.05}.services-hero h1 span{color:#f0586a}.services-hero p{color:#fffc;max-width:720px;margin:auto;font-size:22px;line-height:1.7}.shape{z-index:1;position:absolute}.shape-left{clip-path:polygon(0 0,100% 0,0 100%);background:#6f4f7c59;width:120px;height:120px;top:0;left:0}.shape-right{clip-path:polygon(100% 100%,100% 0,0 100%);background:#f0586a33;width:260px;height:260px;bottom:0;right:0}.circle-outline{z-index:1;border:1px solid #ffffff14;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-130px;left:50%;transform:translate(-50%)}@media (width<=1400px){.services-hero h1{font-size:72px}}@media (width<=1200px){.services-hero h1{font-size:64px}.services-hero p{font-size:20px}}@media (width<=992px){.services-hero{min-height:450px;padding:100px 30px}.services-hero h1{font-size:54px}.services-hero p{font-size:18px}.circle-outline{width:300px;height:300px}}@media (width<=768px){.services-hero{min-height:auto;padding:90px 20px}.services-hero h1{font-size:40px}.services-hero p{font-size:16px}.services-tag{letter-spacing:3px;font-size:11px}.shape-right{width:180px;height:180px}.circle-outline{width:240px;height:240px}}@media (width<=480px){.services-hero{padding:80px 16px}.services-hero h1{font-size:32px;line-height:1.15}.services-hero p{font-size:15px}.line{width:25px}.shape-left{width:70px;height:70px}.shape-right{width:120px;height:120px}.circle-outline{width:180px;height:180px}}.stats-section{background:#143f57;padding:70px 20px}.stats-container{grid-template-columns:repeat(4,1fr);gap:40px;max-width:1200px;margin:auto;display:grid}.stat-card{text-align:center;color:#fff;transition:all .3s}.stat-card:hover{transform:translateY(-5px)}.stat-icon{color:#ef6479;justify-content:center;margin-bottom:18px;display:flex}.stat-icon svg{stroke-width:2px;width:30px;height:30px}.stat-card h3{margin-bottom:10px;font-size:56px;font-weight:700;line-height:1}.stat-card p{color:#ffffffd9;font-size:18px;line-height:1.5}@media (width<=1200px){.stat-card h3{font-size:48px}.stat-card p{font-size:16px}}@media (width<=992px){.stats-container{grid-template-columns:repeat(2,1fr);gap:50px 30px}.stat-card h3{font-size:42px}}@media (width<=768px){.stats-section{padding:60px 16px}.stats-container{grid-template-columns:1fr;gap:40px}.stat-card h3{font-size:38px}.stat-card p{font-size:15px}.stat-icon svg{width:28px;height:28px}}@media (width<=480px){.stats-section{padding:50px 16px}.stat-card h3{font-size:34px}.stat-card p{font-size:14px}.stat-icon svg{width:25px;height:25px}}.industries-section{background:#f6f5f4;padding:100px 20px}.industries-header{text-align:center;max-width:850px;margin:0 auto 60px}.industries-header h2{color:#133f57;margin-bottom:20px;font-size:58px;font-weight:700;line-height:1.1}.industries-header p{color:#688093;max-width:700px;margin:0 auto;font-size:20px;line-height:1.8}.industries-grid{grid-template-columns:repeat(3,1fr);gap:22px;max-width:1250px;margin:auto;display:grid}.industry-card{background:#fff;border:1px solid #d7e0e6;border-radius:16px;padding:28px;transition:all .3s}.industry-card:hover{border-color:#ea6376;transform:translateY(-8px);box-shadow:0 15px 30px #ea637626}.industry-card h3{color:#133f57;margin-bottom:14px;font-size:32px;font-weight:700}.industry-card p{color:#6e8493;font-size:16px;line-height:1.8}@media (width<=1200px){.industries-header h2{font-size:48px}.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.industries-section{padding:80px 20px}.industries-header h2{font-size:42px}.industries-header p{font-size:18px}.industry-card h3{font-size:28px}}@media (width<=768px){.industries-section{padding:70px 16px}.industries-grid{grid-template-columns:1fr}.industries-header{margin-bottom:45px}.industries-header h2{font-size:34px}.industries-header p{font-size:16px}.industry-card{padding:24px}.industry-card h3{font-size:24px}.industry-card p{font-size:15px}}@media (width<=480px){.industries-header h2{font-size:28px}.industries-header p{font-size:15px}.industry-card{padding:20px}.industry-card h3{font-size:22px}.industry-card p{font-size:14px;line-height:1.7}}@media (width<=360px){.industries-header h2{font-size:24px}.industry-card h3{font-size:20px}}.cta-section{background:#ebeaea;padding:100px 20px}.cta-container{text-align:center;max-width:850px;margin:0 auto}.cta-container h2{color:#123f57;margin-bottom:25px;font-size:62px;font-weight:700;line-height:1.1}.cta-container p{color:#688093;max-width:700px;margin:0 auto 40px;font-size:22px;line-height:1.8}.cta-btn{cursor:pointer;color:#fff;background:#dd5f73;border:none;border-radius:12px;padding:18px 35px;font-size:18px;font-weight:600;transition:all .3s}.cta-btn:hover{transform:translateY(-4px);box-shadow:0 12px 25px #dd5f7359}@media (width<=1200px){.cta-container h2{font-size:52px}.cta-container p{font-size:20px}}@media (width<=992px){.cta-section{padding:80px 20px}.cta-container h2{font-size:44px}.cta-container p{font-size:18px}}@media (width<=768px){.cta-section{padding:70px 16px}.cta-container h2{font-size:36px}.cta-container p{margin-bottom:32px;font-size:16px}.cta-btn{width:100%;max-width:320px;padding:16px 24px;font-size:16px}}@media (width<=480px){.cta-container h2{font-size:30px}.cta-container p{font-size:15px;line-height:1.7}.cta-btn{border-radius:10px;max-width:100%}}@media (width<=360px){.cta-container h2{font-size:26px}.cta-container p{font-size:14px}.cta-btn{font-size:15px}}.platform-hero{color:#fff;background:radial-gradient(circle,#ffffff0d,#0000 60%),linear-gradient(135deg,#113f57,#2b4e6f);justify-content:center;align-items:center;min-height:550px;padding:120px 20px;display:flex;position:relative;overflow:hidden}.platform-hero:before{content:"";opacity:.35;background-image:radial-gradient(#ffffff1f 1px,#0000 1px);background-size:25px 25px;position:absolute;inset:0}.platform-hero-content{z-index:3;text-align:center;max-width:1100px;position:relative}.platform-tag-wrapper{justify-content:center;align-items:center;gap:18px;margin-bottom:28px;display:flex}.platform-tag{color:#f0596c;letter-spacing:4px;font-size:13px;font-weight:700}.platform-title{margin-bottom:28px;font-size:84px;font-weight:800;line-height:1.02}.platform-title span{color:#f34867}.platform-description{color:#fffc;max-width:760px;margin:auto;font-size:24px;line-height:1.7}.hero-corner{z-index:1;position:absolute}.hero-corner-left{clip-path:polygon(0 0,100% 0,0 100%);background:#7c528a59;width:120px;height:120px;top:0;left:0}.hero-corner-right{clip-path:polygon(100% 100%,100% 0,0 100%);background:#f0596c38;width:260px;height:260px;bottom:0;right:0}.hero-circle{border:1px solid #ffffff14;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-170px;left:50%;transform:translate(-50%)}@media (width<=1400px){.platform-title{font-size:72px}}@media (width<=1200px){.platform-title{font-size:64px}.platform-description{font-size:21px}}@media (width<=992px){.platform-hero{min-height:450px;padding:100px 30px}.platform-title{font-size:52px}.platform-description{font-size:18px}.hero-circle{width:320px;height:320px}}@media (width<=768px){.platform-hero{min-height:auto;padding:90px 20px}.platform-title{font-size:40px;line-height:1.1}.platform-description{max-width:100%;font-size:16px}.platform-tag{letter-spacing:3px;font-size:11px}.hero-circle{width:240px;height:240px}.hero-corner-right{width:170px;height:170px}.hero-corner-left{width:80px;height:80px}}@media (width<=480px){.platform-hero{padding:80px 16px}.platform-title{font-size:32px}.platform-description{font-size:15px;line-height:1.6}.tag-line{width:24px}.hero-circle{width:180px;height:180px}.hero-corner-right{width:120px;height:120px}}@media (width<=360px){.platform-title{font-size:28px}.platform-description{font-size:14px}}.platform-features{background:#f7f5f4;padding:100px 20px}.features-header{text-align:center;max-width:850px;margin:0 auto 70px}.features-header h2{color:#0f3953;margin-bottom:24px;font-size:64px;font-weight:700;line-height:1.1}.features-header p{color:#688093;max-width:720px;margin:0 auto;font-size:22px;line-height:1.8}.features-grid{grid-template-columns:repeat(4,1fr);gap:22px;max-width:1220px;margin:auto;display:grid}.feature-card{background:#fff;border:1px solid #d9e1e7;border-radius:16px;height:100%;padding:28px;transition:all .35s}.feature-card:hover{border-color:#df6175;transform:translateY(-8px);box-shadow:0 15px 35px #df617526}.feature-icon{color:#df6175;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:22px;display:flex}.feature-icon svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.feature-card h3{color:#0f3953;margin-bottom:16px;font-size:32px;font-weight:700}.feature-card p{color:#6f8594;font-size:18px;line-height:1.8}@media (width<=1200px){.features-header h2{font-size:52px}.features-grid{grid-template-columns:repeat(2,1fr)}.feature-card h3{font-size:28px}}@media (width<=992px){.platform-features{padding:80px 20px}.features-header h2{font-size:44px}.features-header p{font-size:18px}.feature-card p{font-size:16px}}@media (width<=768px){.platform-features{padding:70px 16px}.features-grid{grid-template-columns:1fr}.features-header{margin-bottom:50px}.features-header h2{font-size:36px}.features-header p{font-size:16px}.feature-card{padding:24px}.feature-card h3{font-size:24px}.feature-card p{font-size:15px}}@media (width<=480px){.features-header h2{font-size:30px}.features-header p{font-size:15px}.feature-card h3{font-size:22px}.feature-card p{font-size:14px;line-height:1.7}.feature-icon svg{width:24px;height:24px}}@media (width<=360px){.features-header h2{font-size:26px}.feature-card h3{font-size:20px}}.dashboard-showcase{background:#f6f5f4;padding:100px 20px}.dashboard-container{justify-content:center;align-items:center;gap:70px;max-width:1400px;margin:auto;display:flex}.dashboard-image{flex:1.2;justify-content:center;display:flex}.dashboard-image img{width:100%;max-width:720px;height:auto;display:block}.dashboard-content{flex:1;max-width:520px}.dashboard-content h2{color:#123f57;margin-bottom:24px;font-size:56px;font-weight:700;line-height:1.1}.dashboard-content p{color:#698192;margin-bottom:28px;font-size:20px;line-height:1.8}.dashboard-content ul{margin:0;padding:0;list-style:none}.dashboard-content li{color:#698192;margin-bottom:14px;padding-left:18px;font-size:18px;line-height:1.7;position:relative}.dashboard-content li:before{content:"•";color:#dd5f73;position:absolute;left:0}@media (width<=1200px){.dashboard-content h2{font-size:46px}.dashboard-content p{font-size:18px}.dashboard-content li{font-size:16px}}@media (width<=992px){.dashboard-showcase{padding:80px 20px}.dashboard-container{text-align:center;flex-direction:column;gap:50px}.dashboard-content{max-width:750px}.dashboard-content ul{text-align:left;display:inline-block}.dashboard-content h2{font-size:40px}}@media (width<=768px){.dashboard-showcase{padding:70px 16px}.dashboard-content h2{font-size:34px}.dashboard-content p{font-size:16px}.dashboard-content li{font-size:15px}.dashboard-image img{max-width:100%}}@media (width<=480px){.dashboard-content h2{font-size:28px}.dashboard-content p{font-size:15px;line-height:1.7}.dashboard-content li{font-size:14px}}@media (width<=360px){.dashboard-content h2{font-size:24px}.dashboard-content p,.dashboard-content li{font-size:13px}}.mobile-app-section{background:#f7f5f4;padding:100px 20px;overflow:hidden}.mobile-app-container{justify-content:center;align-items:center;gap:100px;max-width:1400px;margin:0 auto;display:flex}.mobile-content{flex:1;max-width:500px}.mobile-content h2{color:#123f57;margin-bottom:25px;font-size:56px;font-weight:700}.mobile-content p{color:#688093;margin-bottom:24px;font-size:18px;line-height:1.9}.mobile-content ul{margin:0;padding:0;list-style:none}.mobile-content li{color:#688093;margin-bottom:14px;padding-left:18px;font-size:17px;line-height:1.8;position:relative}.mobile-content li:before{content:"•";color:#df6175;position:absolute;top:0;left:0}.mobile-image{flex:1;justify-content:center;align-items:center;display:flex}.mobile-image img{width:100%;max-width:400px;height:800px;display:block}@media (width<=1200px){.mobile-content h2{font-size:46px}.mobile-content p{font-size:17px}.mobile-image img{max-width:420px}}@media (width<=992px){.mobile-app-container{text-align:center;flex-direction:column;gap:60px}.mobile-content{max-width:700px}.mobile-content h2{font-size:40px}.mobile-content ul{text-align:left;display:inline-block}.mobile-image img{max-width:380px}}@media (width<=768px){.mobile-app-section{padding:70px 16px}.mobile-content h2{font-size:34px}.mobile-content p{font-size:16px}.mobile-content li{font-size:15px}.mobile-image img{max-width:300px}}@media (width<=480px){.mobile-app-container{gap:40px}.mobile-content h2{font-size:28px}.mobile-content p{font-size:15px;line-height:1.8}.mobile-content li{font-size:14px}.mobile-image img{max-width:240px}}@media (width<=360px){.mobile-content h2{font-size:24px}.mobile-content p,.mobile-content li{font-size:13px}.mobile-image img{max-width:200px}}.live-demo{text-align:center;background:#174b66;justify-content:center;align-items:center;padding:90px 20px;display:flex}.live-demo-content{width:100%;max-width:700px}.live-demo-content h2{color:#fff;margin-bottom:30px;font-size:64px;font-weight:700;line-height:1.1}.live-demo-btn{color:#fff;cursor:pointer;background:#de5f73;border:none;border-radius:14px;outline:none;padding:18px 36px;font-size:20px;font-weight:600;transition:all .3s}.live-demo-btn:hover{transform:translateY(-4px);box-shadow:0 12px 30px #de5f7359}@media (width<=1200px){.live-demo-content h2{font-size:54px}}@media (width<=992px){.live-demo{padding:80px 20px}.live-demo-content h2{font-size:44px}.live-demo-btn{font-size:18px}}@media (width<=768px){.live-demo{padding:70px 16px}.live-demo-content h2{margin-bottom:24px;font-size:36px}.live-demo-btn{width:100%;max-width:320px;padding:16px 24px;font-size:16px}}@media (width<=480px){.live-demo-content h2{font-size:30px}.live-demo-btn{border-radius:12px;max-width:100%}}@media (width<=360px){.live-demo-content h2{font-size:26px}.live-demo-btn{padding:14px 20px;font-size:15px}}.features-hero{color:#fff;background:radial-gradient(circle,#ffffff0a,#0000 65%),linear-gradient(135deg,#0f4660,#2f4f70);justify-content:center;align-items:center;min-height:620px;padding:100px 20px;display:flex;position:relative;overflow:hidden}.features-hero:before{content:"";opacity:.35;background-image:radial-gradient(#ffffff1f 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0}.features-hero-content{z-index:5;text-align:center;max-width:1200px;position:relative}.hero-tag-wrapper{justify-content:center;align-items:center;gap:16px;margin-bottom:30px;display:flex}.tag-line{background:#ef556d80;width:42px;height:1px}.hero-tag{color:#ef556d;letter-spacing:4px;font-size:13px;font-weight:700}.features-hero h1{margin-bottom:30px;font-size:86px;font-weight:800;line-height:1.05}.features-hero h1 span{color:#ef556d}.features-hero p{color:#ffffffc7;max-width:800px;margin:0 auto;font-size:24px;line-height:1.7}.corner-shape{z-index:1;position:absolute}.corner-shape.left{clip-path:polygon(0 0,100% 0,0 100%);background:#7556884d;width:120px;height:120px;top:0;left:0}.corner-shape.right{clip-path:polygon(100% 100%,100% 0,0 100%);background:#ef556d33;width:260px;height:260px;bottom:0;right:0}.hero-circle{z-index:1;border:1px solid #ffffff14;border-radius:50%;width:430px;height:430px;position:absolute;bottom:-180px;left:50%;transform:translate(-50%)}@media (width<=1400px){.features-hero h1{font-size:72px}}@media (width<=1200px){.features-hero h1{font-size:64px}.features-hero p{font-size:21px}}@media (width<=992px){.features-hero{min-height:500px;padding:90px 30px}.features-hero h1{font-size:54px}.features-hero p{font-size:18px}.hero-circle{width:320px;height:320px}}@media (width<=768px){.features-hero{min-height:auto;padding:80px 20px}.features-hero h1{font-size:40px;line-height:1.15}.features-hero p{font-size:16px}.hero-tag{letter-spacing:3px;font-size:11px}.corner-shape.left{width:70px;height:70px}.corner-shape.right{width:170px;height:170px}.hero-circle{width:240px;height:240px}}@media (width<=480px){.features-hero{padding:70px 16px}.features-hero h1{font-size:32px}.features-hero p{font-size:15px;line-height:1.6}.tag-line{width:24px}.corner-shape.right{width:120px;height:120px}.hero-circle{width:180px;height:180px}}@media (width<=360px){.features-hero h1{font-size:26px}.features-hero p{font-size:14px}.hero-tag{font-size:10px}}.modules-section{background:#f8f7f5;padding:100px 20px}.modules-header{text-align:center;max-width:900px;margin:0 auto 70px}.modules-header h2{color:#0f3b57;margin-bottom:18px;font-size:64px;font-weight:700;line-height:1.1}.modules-header p{color:#6f8594;font-size:20px;line-height:1.7}.modules-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:1250px;margin:auto;display:grid}.module-card{background:#fff;border:1px solid #d8e1e7;border-radius:18px;padding:30px;transition:all .3s}.module-card:hover{border-color:#ef6077;transform:translateY(-6px);box-shadow:0 15px 30px #ef60771f}.module-card h3{color:#0f3b57;margin-bottom:24px;font-size:36px;font-weight:700}.module-card ul{margin:0;padding:0;list-style:none}.module-card li{color:#607a8b;align-items:center;gap:12px;margin-bottom:16px;font-size:19px;line-height:1.6;display:flex}.check-circle{color:#ef6077;border:1.5px solid #ef6077;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex}@media (width<=1200px){.modules-header h2{font-size:54px}.module-card h3{font-size:30px}.module-card li{font-size:17px}}@media (width<=992px){.modules-section{padding:80px 20px}.modules-grid{grid-template-columns:1fr}.modules-header h2{font-size:44px}.modules-header p{font-size:18px}}@media (width<=768px){.modules-section{padding:70px 16px}.modules-header{margin-bottom:50px}.modules-header h2{font-size:34px}.modules-header p{font-size:16px}.module-card{padding:24px}.module-card h3{font-size:24px}.module-card li{gap:10px;font-size:15px}.check-circle{width:20px;height:20px;font-size:11px}}@media (width<=480px){.modules-header h2{font-size:28px}.modules-header p{font-size:15px}.module-card{padding:20px}.module-card h3{font-size:22px}.module-card li{font-size:14px}}@media (width<=360px){.modules-header h2{font-size:24px}.module-card h3{font-size:20px}.module-card li{font-size:13px}}.integrations-section{background:#f7f5f4;padding:100px 20px}.integrations-container{max-width:1200px;margin:0 auto}.integrations-header{text-align:center;max-width:850px;margin:0 auto 50px}.integrations-header h2{color:#0f3b57;margin-bottom:18px;font-size:58px;font-weight:700;line-height:1.1}.integrations-header p{color:#6b8393;max-width:800px;margin:0 auto;font-size:20px;line-height:1.8}.integrations-grid{grid-template-columns:repeat(4,1fr);gap:18px;max-width:780px;margin:0 auto 40px;display:grid}.integration-card{text-align:center;color:#0f3b57;background:#fff;border:1px solid #d3dde5;border-radius:12px;justify-content:center;align-items:center;min-height:84px;padding:20px;font-size:15px;font-weight:700;transition:all .3s;display:flex}.integration-card:hover{color:#df6175;border-color:#df6175;transform:translateY(-5px);box-shadow:0 10px 25px #df617526}.integrations-btn-wrapper{text-align:center}.integrations-btn{cursor:pointer;color:#fff;background:#de5f73;border:none;border-radius:12px;padding:16px 34px;font-size:16px;font-weight:600;transition:all .3s}.integrations-btn:hover{transform:translateY(-4px);box-shadow:0 12px 28px #de5f734d}@media (width<=1200px){.integrations-header h2{font-size:52px}}@media (width<=992px){.integrations-section{padding:80px 20px}.integrations-header h2{font-size:44px}.integrations-header p{font-size:18px}.integrations-grid{grid-template-columns:repeat(2,1fr);max-width:560px}}@media (width<=768px){.integrations-section{padding:70px 16px}.integrations-header{margin-bottom:40px}.integrations-header h2{font-size:34px}.integrations-header p{font-size:16px}.integration-card{min-height:76px;font-size:14px}.integrations-btn{width:100%;max-width:320px}}@media (width<=480px){.integrations-grid{grid-template-columns:1fr}.integrations-header h2{font-size:28px}.integrations-header p{font-size:15px}.integration-card{min-height:70px}.integrations-btn{max-width:100%}}@media (width<=360px){.integrations-header h2{font-size:24px}.integrations-header p{font-size:14px}.integration-card{font-size:13px}}.how-hero{color:#fff;background:linear-gradient(135deg,#0f4b67,#344f70);justify-content:center;align-items:center;min-height:560px;padding:100px 20px;display:flex;position:relative;overflow:hidden}.how-hero:before{content:"";opacity:.35;background-image:radial-gradient(#ffffff1f 1px,#0000 1px);background-size:25px 25px;position:absolute;inset:0}.how-hero-content{z-index:5;text-align:center;max-width:1100px;position:relative}.how-hero-tag-wrapper{justify-content:center;align-items:center;gap:16px;margin-bottom:28px;display:flex}.how-line{background:#ee607880;width:42px;height:1px}.how-hero-tag{color:#ee6078;letter-spacing:4px;font-size:13px;font-weight:700}.how-hero h1{margin-bottom:28px;font-size:84px;font-weight:800;line-height:1.05}.how-hero h1 span{color:#ef566f}.how-hero p{color:#ffffffc7;max-width:760px;margin:auto;font-size:22px;line-height:1.7}.how-hero-shape{z-index:1;position:absolute}.how-shape-left{clip-path:polygon(0 0,100% 0,0 100%);background:#6a588759;width:120px;height:120px;top:0;left:0}.how-shape-right{clip-path:polygon(100% 100%,100% 0,0 100%);background:#ef566f40;width:230px;height:230px;bottom:0;right:0}.how-hero-circle{border:1px solid #ffffff14;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-180px;left:50%;transform:translate(-50%)}@media (width<=1200px){.how-hero h1{font-size:70px}.how-hero p{font-size:20px}}@media (width<=992px){.how-hero{min-height:500px}.how-hero h1{font-size:54px}.how-hero p{font-size:18px}.how-hero-circle{width:320px;height:320px}}@media (width<=768px){.how-hero{min-height:auto;padding:80px 20px}.how-hero h1{font-size:42px;line-height:1.15}.how-hero p{max-width:100%;font-size:16px}.how-hero-tag{letter-spacing:3px;font-size:11px}.how-shape-left{width:70px;height:70px}.how-shape-right{width:150px;height:150px}.how-hero-circle{width:240px;height:240px}}@media (width<=480px){.how-hero{padding:70px 16px}.how-hero h1{font-size:32px}.how-hero p{font-size:15px;line-height:1.6}.how-line{width:24px}.how-shape-right{width:110px;height:110px}.how-hero-circle{width:180px;height:180px}}@media (width<=360px){.how-hero h1{font-size:27px}.how-hero p{font-size:14px}.how-hero-tag{font-size:10px}}.journey-section{background:#f8f7f5;padding:100px 20px}.journey-container{max-width:1100px;margin:0 auto}.journey-header{text-align:center;margin-bottom:60px}.journey-header h2{color:#0f3b57;margin-bottom:18px;font-size:64px;font-weight:700;line-height:1.1}.journey-header p{color:#6b8393;font-size:20px;line-height:1.8}.journey-list{flex-direction:column;gap:22px;display:flex}.journey-card{background:#fff;border:1px solid #d6e0e7;border-radius:16px;align-items:flex-start;gap:40px;padding:28px 32px;transition:all .3s;display:flex}.journey-card:hover{border-color:#e66279;transform:translateY(-4px);box-shadow:0 12px 28px #e662791f}.journey-label{color:#e66279;min-width:90px;font-size:28px;font-weight:700}.journey-content{flex:1}.journey-content h3{color:#0f3b57;margin-bottom:10px;font-size:30px;font-weight:700}.journey-content p{color:#6b8393;font-size:17px;line-height:1.8}@media (width<=1200px){.journey-header h2{font-size:54px}.journey-content h3{font-size:26px}}@media (width<=992px){.journey-section{padding:80px 20px}.journey-header h2{font-size:44px}.journey-header p{font-size:18px}.journey-card{gap:25px}.journey-label{min-width:80px;font-size:24px}}@media (width<=768px){.journey-section{padding:70px 16px}.journey-header{margin-bottom:45px}.journey-header h2{font-size:34px}.journey-header p{font-size:16px}.journey-card{flex-direction:column;gap:15px;padding:24px}.journey-label{min-width:unset;font-size:22px}.journey-content h3{font-size:22px}.journey-content p{font-size:15px}}@media (width<=480px){.journey-header h2{font-size:28px}.journey-header p{font-size:15px}.journey-card{padding:20px}.journey-label,.journey-content h3{font-size:20px}.journey-content p{font-size:14px;line-height:1.7}}@media (width<=360px){.journey-header h2{font-size:24px}.journey-content h3{font-size:18px}.journey-content p{font-size:13px}}.faq-section{background:#f8f7f5;padding:100px 20px}.faq-container{max-width:1100px;margin:0 auto}.faq-header{text-align:center;margin-bottom:50px}.faq-header h2{color:#0d3d58;font-size:64px;font-weight:700;line-height:1.1}.faq-list{flex-direction:column;gap:16px;margin-bottom:35px;display:flex}.faq-card{background:#fff;border:1px solid #d6e0e7;border-radius:14px;padding:24px;transition:all .3s}.faq-card:hover{border-color:#df6175;transform:translateY(-4px);box-shadow:0 12px 24px #df61751f}.faq-card h3{color:#0d3d58;margin-bottom:12px;font-size:28px;font-weight:700}.faq-card p{color:#688092;font-size:16px;line-height:1.8}.faq-btn-wrapper{text-align:center}.faq-btn{cursor:pointer;color:#fff;background:#dc5f73;border:none;border-radius:12px;padding:16px 34px;font-size:16px;font-weight:600;transition:all .3s}.faq-btn:hover{transform:translateY(-3px);box-shadow:0 10px 24px #dc5f7359}@media (width<=1200px){.faq-header h2{font-size:54px}}@media (width<=992px){.faq-section{padding:80px 20px}.faq-header h2{font-size:46px}.faq-card h3{font-size:24px}}@media (width<=768px){.faq-section{padding:70px 16px}.faq-header{margin-bottom:40px}.faq-header h2{font-size:36px}.faq-card{padding:20px}.faq-card h3{font-size:20px}.faq-card p{font-size:15px}.faq-btn{width:100%;max-width:320px}}@media (width<=480px){.faq-header h2{font-size:30px}.faq-card h3{font-size:18px}.faq-card p{font-size:14px;line-height:1.7}.faq-btn{max-width:100%}}@media (width<=360px){.faq-header h2{font-size:25px}.faq-card h3{font-size:16px}.faq-card p{font-size:13px}}.reporting-hero{background:linear-gradient(135deg,#0f4b67 0%,#214f6b 45%,#405576 100%);justify-content:center;align-items:center;min-height:560px;padding:100px 20px;display:flex;position:relative;overflow:hidden}.reporting-hero:before{content:"";opacity:.35;background-image:radial-gradient(#ffffff21 1px,#0000 1px);background-size:25px 25px;position:absolute;inset:0}.reporting-content{z-index:5;text-align:center;max-width:1200px;position:relative}.reporting-tag-wrapper{justify-content:center;align-items:center;gap:16px;margin-bottom:30px;display:flex}.reporting-line{background:#ef5c7280;width:40px;height:1px}.reporting-tag{color:#ef5c72;letter-spacing:5px;font-size:13px;font-weight:700}.reporting-content h1{color:#fff;margin-bottom:30px;font-size:84px;font-weight:800;line-height:1.05}.reporting-content h1 span{color:#ef4e69}.reporting-content p{color:#ffffffbf;max-width:750px;margin:0 auto;font-size:22px;line-height:1.7}.reporting-shape{z-index:1;position:absolute}.reporting-shape-left{clip-path:polygon(0 0,100% 0,0 100%);background:#6b588759;width:120px;height:120px;top:0;left:0}.reporting-shape-right{clip-path:polygon(100% 100%,100% 0,0 100%);background:#ef5c7238;width:220px;height:220px;bottom:0;right:0}.reporting-circle{z-index:1;border:1px solid #ffffff0f;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-180px;left:50%;transform:translate(-50%)}@media (width<=1200px){.reporting-content h1{font-size:68px}.reporting-content p{font-size:20px}}@media (width<=992px){.reporting-hero{min-height:500px}.reporting-content h1{font-size:56px}.reporting-content p{font-size:18px}.reporting-circle{width:300px;height:300px}}@media (width<=768px){.reporting-hero{min-height:auto;padding:80px 20px}.reporting-content h1{font-size:42px;line-height:1.15}.reporting-content p{font-size:16px}.reporting-tag{letter-spacing:3px;font-size:11px}.reporting-shape-left{width:70px;height:70px}.reporting-shape-right{width:140px;height:140px}.reporting-circle{width:220px;height:220px}}@media (width<=480px){.reporting-hero{padding:70px 16px}.reporting-content h1{font-size:32px}.reporting-content p{font-size:15px;line-height:1.6}.reporting-line{width:24px}.reporting-circle{width:170px;height:170px}.reporting-shape-right{width:100px;height:100px}}@media (width<=360px){.reporting-content h1{font-size:26px}.reporting-content p{font-size:14px}.reporting-tag{font-size:10px}}.reporting-analysis-section{background:#f7f6f4;padding:110px 20px}.reporting-analysis-container{justify-content:space-between;align-items:center;gap:80px;max-width:1250px;margin:0 auto;display:flex}.reporting-analysis-content{flex:1;max-width:560px}.reporting-analysis-tag{color:#ea6376;letter-spacing:2px;margin-bottom:20px;font-size:12px;font-weight:700;display:block}.reporting-analysis-content h2{color:#0d3d58;margin-bottom:28px;font-size:68px;font-weight:700;line-height:1.05}.reporting-analysis-content p{color:#698193;font-size:20px;line-height:1.9}.reporting-analysis-card{background:#fff;border:1px solid #dce4eb;border-radius:18px;flex:1;max-width:580px;padding:32px;box-shadow:0 10px 25px #00000014}.reporting-analysis-card h3{color:#0d3d58;margin-bottom:28px;font-size:34px;font-weight:700}.reporting-analysis-card ul{margin:0;padding:0;list-style:none}.reporting-analysis-card li{color:#0d3d58;align-items:center;gap:14px;margin-bottom:18px;font-size:18px;line-height:1.6;display:flex}.reporting-check{color:#ea6376;border:1.5px solid #ea6376;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}@media (width<=1200px){.reporting-analysis-content h2{font-size:56px}.reporting-analysis-card h3{font-size:30px}.reporting-analysis-card li{font-size:16px}}@media (width<=992px){.reporting-analysis-section{padding:90px 20px}.reporting-analysis-container{flex-direction:column;gap:50px}.reporting-analysis-content{text-align:center;max-width:100%}.reporting-analysis-content h2{font-size:46px}.reporting-analysis-content p{font-size:18px}.reporting-analysis-card{width:100%;max-width:720px}}@media (width<=768px){.reporting-analysis-section{padding:70px 16px}.reporting-analysis-content h2{font-size:36px}.reporting-analysis-content p{font-size:16px}.reporting-analysis-card{padding:24px}.reporting-analysis-card h3{font-size:24px}.reporting-analysis-card li{gap:10px;font-size:15px}}@media (width<=480px){.reporting-analysis-content h2{font-size:30px}.reporting-analysis-content p{font-size:15px}.reporting-analysis-tag{font-size:11px}.reporting-analysis-card{padding:20px}.reporting-analysis-card h3{font-size:22px}.reporting-analysis-card li{align-items:flex-start;font-size:14px}}@media (width<=360px){.reporting-analysis-content h2{font-size:26px}.reporting-analysis-card h3{font-size:20px}.reporting-analysis-card li{font-size:13px}}.data-insights-section{background:#f8f7f5;padding:100px 20px}.data-insights-container{max-width:1250px;margin:0 auto}.data-insights-header{text-align:center;max-width:850px;margin:0 auto 60px}.data-insights-header h2{color:#0d3d58;margin-bottom:16px;font-size:64px;font-weight:700;line-height:1.1}.data-insights-header p{color:#6f8594;font-size:20px;line-height:1.8}.data-insights-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.data-insight-card{background:#fff;border:1px solid #d8e1e7;border-radius:18px;align-items:flex-start;gap:20px;padding:30px;transition:all .3s;display:flex}.data-insight-card:hover{border-color:#e45f77;transform:translateY(-5px);box-shadow:0 12px 24px #e45f771f}.data-insight-icon{color:#e45f77;flex-shrink:0;justify-content:center;align-items:center;display:flex}.data-insight-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:34px;height:34px}.data-insight-content h3{color:#0d3d58;margin-bottom:10px;font-size:20px;font-weight:700}.data-insight-content p{color:#6f8594;font-size:15px;line-height:1.8}@media (width<=1200px){.data-insights-header h2{font-size:54px}}@media (width<=992px){.data-insights-section{padding:80px 20px}.data-insights-header h2{font-size:46px}.data-insights-header p{font-size:18px}.data-insights-grid{grid-template-columns:1fr}}@media (width<=768px){.data-insights-section{padding:70px 16px}.data-insights-header{margin-bottom:45px}.data-insights-header h2{font-size:34px}.data-insights-header p{font-size:16px}.data-insight-card{padding:24px}.data-insight-icon svg{width:28px;height:28px}.data-insight-content h3{font-size:18px}.data-insight-content p{font-size:14px}}@media (width<=480px){.data-insights-header h2{font-size:28px}.data-insights-header p{font-size:15px}.data-insight-card{flex-direction:column;gap:16px;padding:20px}.data-insight-content h3{font-size:17px}.data-insight-content p{font-size:13px;line-height:1.7}}@media (width<=360px){.data-insights-header h2{font-size:24px}.data-insight-content h3{font-size:16px}.data-insight-content p{font-size:12px}}.reporting-demo-section{background:#154d69;padding:100px 20px}.reporting-demo-container{text-align:center;max-width:900px;margin:0 auto}.reporting-demo-container h2{color:#fff;margin-bottom:24px;font-size:64px;font-weight:700;line-height:1.1}.reporting-demo-container p{color:#fffc;max-width:720px;margin:0 auto 40px;font-size:20px;line-height:1.8}.reporting-demo-btn{cursor:pointer;color:#fff;background:#e15d73;border:none;border-radius:12px;outline:none;padding:18px 36px;font-size:18px;font-weight:600;transition:all .3s}.reporting-demo-btn:hover{transform:translateY(-4px);box-shadow:0 12px 30px #e15d7352}@media (width<=1200px){.reporting-demo-container h2{font-size:56px}.reporting-demo-container p{font-size:18px}}@media (width<=992px){.reporting-demo-section{padding:90px 20px}.reporting-demo-container h2{font-size:46px}.reporting-demo-container p{font-size:17px}}@media (width<=768px){.reporting-demo-section{padding:70px 16px}.reporting-demo-container h2{font-size:36px}.reporting-demo-container p{margin-bottom:30px;font-size:16px}.reporting-demo-btn{width:100%;max-width:330px;padding:16px 24px;font-size:16px}}@media (width<=480px){.reporting-demo-container h2{font-size:30px}.reporting-demo-container p{font-size:15px;line-height:1.7}.reporting-demo-btn{border-radius:10px;max-width:100%}}@media (width<=360px){.reporting-demo-container h2{font-size:26px}.reporting-demo-container p{font-size:14px}.reporting-demo-btn{padding:14px 20px;font-size:15px}}.contact-hero{background:linear-gradient(135deg,#0f4b67 0%,#1e4f6b 45%,#485778 100%);justify-content:center;align-items:center;min-height:520px;padding:100px 20px;display:flex;position:relative;overflow:hidden}.contact-hero:before{content:"";opacity:.35;background-image:radial-gradient(#ffffff21 1px,#0000 1px);background-size:25px 25px;position:absolute;inset:0}.contact-hero-content{z-index:5;text-align:center;max-width:950px;position:relative}.contact-tag-wrapper{justify-content:center;align-items:center;gap:16px;margin-bottom:28px;display:flex}.contact-line{background:#eb5a7180;width:38px;height:1px}.contact-tag{color:#eb5a71;letter-spacing:5px;font-size:13px;font-weight:700}.contact-hero h1{color:#fff;margin-bottom:28px;font-size:88px;font-weight:800;line-height:1.05}.contact-hero h1 span{color:#ef4e69}.contact-hero p{color:#ffffffb8;max-width:760px;margin:0 auto;font-size:22px;line-height:1.7}.contact-shape{z-index:1;position:absolute}.contact-shape-left{clip-path:polygon(0 0,100% 0,0 100%);background:#69588759;width:110px;height:110px;top:0;left:0}.contact-shape-right{clip-path:polygon(100% 100%,100% 0,0 100%);background:#ef4e6938;width:220px;height:220px;bottom:0;right:0}.contact-circle{z-index:1;border:1px solid #ffffff0f;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-200px;left:50%;transform:translate(-50%)}@media (width<=1400px){.contact-hero h1{font-size:74px}}@media (width<=1200px){.contact-hero h1{font-size:66px}.contact-hero p{font-size:20px}}@media (width<=992px){.contact-hero{min-height:460px}.contact-hero h1{font-size:54px}.contact-hero p{font-size:18px}.contact-circle{width:320px;height:320px}}@media (width<=768px){.contact-hero{min-height:auto;padding:80px 20px}.contact-hero h1{font-size:42px;line-height:1.15}.contact-hero p{font-size:16px}.contact-tag{letter-spacing:3px;font-size:11px}.contact-shape-left{width:70px;height:70px}.contact-shape-right{width:140px;height:140px}.contact-circle{width:240px;height:240px}}@media (width<=480px){.contact-hero{padding:70px 16px}.contact-hero h1{font-size:32px}.contact-hero p{font-size:15px;line-height:1.6}.contact-line{width:24px}.contact-circle{width:180px;height:180px}.contact-shape-right{width:100px;height:100px}}@media (width<=360px){.contact-hero h1{font-size:26px}.contact-hero p{font-size:14px}.contact-tag{font-size:10px}}.contact-info-section{background:#f8f7f5;padding:70px 20px}.contact-info-container{grid-template-columns:repeat(4,1fr);gap:20px;max-width:920px;margin:0 auto;display:grid}.contact-info-card{text-align:center;background:#fff;border:1px solid #d9e3ea;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:180px;padding:28px 20px;transition:all .3s;display:flex}.contact-info-card:hover{border-color:#e35f75;transform:translateY(-6px);box-shadow:0 12px 24px #e35f751f}.contact-info-icon{color:#e35f75;margin-bottom:16px}.contact-info-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:32px;height:32px}.contact-info-card h3{color:#0d3d58;margin-bottom:10px;font-size:26px;font-weight:700}.contact-info-card p{color:#6c8393;max-width:170px;font-size:15px;line-height:1.7}@media (width<=1200px){.contact-info-container{max-width:850px}.contact-info-card h3{font-size:22px}}@media (width<=992px){.contact-info-container{grid-template-columns:repeat(2,1fr);max-width:650px}}@media (width<=768px){.contact-info-section{padding:60px 16px}.contact-info-container{gap:16px}.contact-info-card{min-height:170px;padding:24px 16px}.contact-info-card h3{font-size:20px}.contact-info-card p{max-width:100%;font-size:14px}.contact-info-icon svg{width:28px;height:28px}}@media (width<=480px){.contact-info-container{grid-template-columns:1fr;max-width:360px}.contact-info-card{min-height:auto}.contact-info-card h3{font-size:18px}.contact-info-card p{font-size:13px}}@media (width<=360px){.contact-info-card{padding:20px 14px}.contact-info-card h3{font-size:17px}.contact-info-card p{font-size:12px}}.findus-section{background:#f8f7f5;padding:90px 20px}.findus-container{max-width:1280px;margin:0 auto}.findus-header{text-align:center;margin-bottom:35px}.findus-header h2{color:#0d3d58;margin:0;font-size:54px;font-weight:700}.findus-map-card{border:1px solid #d3dee6;border-radius:18px;max-width:900px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.findus-map-card iframe{border:none;width:100%;height:450px;display:block}.findus-overlay{position:absolute;top:18px;left:18px}.findus-location-card{background:#fff;border-radius:12px;width:250px;padding:18px;box-shadow:0 10px 20px #0000001f}.findus-location-card h3{color:#0d3d58;margin-bottom:10px;font-size:18px;font-weight:700}.findus-location-card p{color:#697f91;margin-bottom:14px;font-size:14px;line-height:1.7}.findus-btn{color:#fff;background:#e25d74;border-radius:8px;justify-content:center;align-items:center;padding:10px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.findus-btn:hover{background:#d84f68;transform:translateY(-2px)}@media (width<=1200px){.findus-header h2{font-size:48px}}@media (width<=992px){.findus-section{padding:80px 20px}.findus-header h2{font-size:42px}.findus-map-card iframe{height:400px}}@media (width<=768px){.findus-section{padding:70px 16px}.findus-header h2{font-size:34px}.findus-map-card iframe{height:350px}.findus-overlay{position:static}.findus-location-card{width:100%;box-shadow:none;border-bottom:1px solid #e4eaee;border-radius:0}}@media (width<=480px){.findus-header h2{font-size:28px}.findus-location-card{padding:16px}.findus-location-card h3{font-size:16px}.findus-location-card p{font-size:13px}.findus-btn{width:100%}.findus-map-card iframe{height:300px}}@media (width<=360px){.findus-header h2{font-size:24px}.findus-map-card iframe{height:260px}}.custom-footer{color:#fff;background:#0f4660;padding:60px 20px 30px}.footer-container{max-width:1250px;margin:auto}.footer-top{border-bottom:1px solid #ffffff14;justify-content:space-between;gap:80px;padding-bottom:40px;display:flex}.footer-about{max-width:400px}.footer-logo{align-items:center;gap:12px;margin-bottom:20px;display:flex}.footer-logo img{width:34px}.footer-logo span{font-size:34px;font-weight:700}.footer-about p{color:#ffffffb8;margin-bottom:28px;line-height:1.9}.footer-socials{gap:12px;display:flex}.footer-socials a{color:#fff;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.footer-socials a:hover{background:#e55f75;border-color:#e55f75}.footer-socials svg{fill:none;stroke:currentColor;stroke-width:2px;width:18px;height:18px}.footer-links{gap:90px;display:flex}.footer-column h4{margin-bottom:22px;font-size:22px}.footer-column{flex-direction:column;display:flex}.footer-column a{color:#ffffffb8;margin-bottom:14px;text-decoration:none}.footer-column a:hover{color:#fff}.footer-contact-bar{border-bottom:1px solid #ffffff14;grid-template-columns:repeat(3,1fr);gap:30px;padding:32px 0;display:grid}.footer-contact-item{color:#ffffffd9;align-items:center;gap:12px;display:flex}.footer-contact-item svg{color:#e55f75;fill:none;stroke:currentColor;stroke-width:2px;flex-shrink:0;width:20px;height:20px}.footer-bottom{justify-content:space-between;align-items:center;gap:20px;padding-top:25px;display:flex}.footer-bottom p{color:#ffffffa6;font-size:14px}.footer-bottom-links{gap:24px;display:flex}.footer-bottom-links a{color:#ffffffa6;font-size:14px;text-decoration:none}@media (width<=992px){.footer-top{flex-direction:column;gap:50px}.footer-links{justify-content:space-between;gap:40px}.footer-contact-bar{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}}@media (width<=768px){.custom-footer{padding:50px 16px 25px}.footer-links{flex-direction:column;gap:30px}.footer-logo span{font-size:28px}.footer-column h4{font-size:20px}}@media (width<=480px){.footer-socials{flex-wrap:wrap}.footer-contact-item{text-align:center;flex-direction:column}.footer-bottom-links{flex-direction:column;gap:10px}.footer-about p,.footer-column a,.footer-contact-item,.footer-bottom p{font-size:14px}}:root{--primary-color:#0d1b2a;--secondary-color:#d4af37;--accent-color:#c89b3c;--text-primary:#1a1a1a;--text-secondary:#666;--background:#fff;--section-bg:#f8f9fa;--container-width:1200px;--border-radius:10px;--transition:all .3s ease}
