:root{--rr-blue: #1f6fb2;--rr-yellow: #ffcc4d;--rr-light-yellow: #fff4d4;--rr-dark: #1f1f1f;--rr-grey: #555555;--rr-bg-light: #fafafa}.home-hero{padding:120px 0;background:radial-gradient(circle at top right,rgba(255,200,80,.18),transparent 40%),linear-gradient(to bottom,#fff,#fff4d4)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.hero-content h1{font-size:46px;line-height:1.15;margin-bottom:22px;letter-spacing:-.5px}.hero-content p{font-size:17px;max-width:520px;margin-bottom:32px;color:#3f3f3f}.hero-content .btn-primary{padding:14px 28px;font-size:16px;border-radius:10px;box-shadow:0 10px 25px #f5c84b59}.hero-image{position:relative}.hero-image:before{content:"";position:absolute;inset:-12px;background:linear-gradient(135deg,#1e40af40,#f5c84b59);border-radius:26px;z-index:0}.hero-image img{position:relative;z-index:1;width:100%;border-radius:22px;object-fit:cover;box-shadow:0 25px 60px #0000001f}@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:48px}.hero-content h1{font-size:34px}.hero-image:before{inset:-8px}}@media(max-width:480px){.home-hero{padding:80px 0}.hero-content h1{font-size:30px}.hero-content p{font-size:16px}}.why-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:80px;align-items:start}.why-content h2{font-size:38px;margin-bottom:20px;letter-spacing:-.3px}.why-content p{font-size:17px;color:#3f3f3f;max-width:460px;line-height:1.7}.why-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.why-card{background:#fff;border-radius:22px;padding:34px 30px;border:1px solid #eeeeee;position:relative;transition:all .35s ease}.why-card:before{content:"";position:absolute;top:0;left:24px;right:24px;height:4px;background:linear-gradient(to right,var(--brand-yellow),var(--brand-blue));border-radius:0 0 6px 6px;opacity:.85}.why-card span,.why-icon{font-size:30px;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:14px;background:#fff7db;margin-bottom:18px}@media(max-width:900px){.why-grid{grid-template-columns:1fr;gap:52px}.why-cards{grid-template-columns:1fr}.why-content h2{font-size:32px}}.home-why{background:#fff;padding:100px 0}.why-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:start}.why-left{display:flex;flex-direction:column;gap:34px}.why-content h2{font-size:38px;margin-bottom:18px;letter-spacing:-.3px}.why-content p{font-size:17px;color:#3f3f3f;max-width:520px;line-height:1.7}.why-visual-card{background:linear-gradient(to bottom right,#fff7db,#fff);border-radius:18px;padding:26px 24px;border:1px solid #f2e4b5}.why-visual-card h4{font-size:18px;margin-bottom:14px}.why-visual-card ul{list-style:none;padding:0;margin:0}.why-visual-card li{font-size:15px;color:#444;margin-bottom:10px;padding-left:22px;position:relative}.why-visual-card li:before{content:"✔";position:absolute;left:0;color:var(--brand-blue);font-weight:700}.why-trust{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}.why-trust span{font-size:13px;padding:8px 14px;border-radius:999px;background:#f5f5f5;border:1px solid #e6e6e6;font-weight:600}.why-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.why-card{background:#fff;border-radius:22px;padding:34px 30px;border:1px solid #eeeeee;transition:all .35s ease}.why-card span{font-size:30px;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:14px;background:#fff7db;margin-bottom:18px}.why-card h4{font-size:19px;margin-bottom:10px}.why-card p{font-size:15px;color:#555;line-height:1.6}.why-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #00000014;border-color:#f5c84b}@media(max-width:900px){.why-grid{grid-template-columns:1fr;gap:44px}.why-cards{grid-template-columns:1fr}}.home-process{background:linear-gradient(to bottom,#fff,#fff7db);padding:50px 0}.process-header h2{font-size:36px;color:var(--rr-dark);margin-bottom:14px}.process-header p{font-size:16px;color:var(--rr-grey);max-width:620px;line-height:1.6;margin-bottom:60px}.process-timeline{position:relative;padding-left:56px}.process-timeline:before{content:"";position:absolute;left:28px;top:0;width:3px;height:100%;background:linear-gradient(to bottom,var(--rr-yellow),var(--rr-blue));border-radius:4px}.process-step{display:flex;gap:28px;margin-bottom:46px}.process-dot{width:56px;height:56px;border-radius:50%;background:#fff;border:2px solid var(--rr-yellow);font-weight:700;font-size:14px;color:var(--rr-dark);display:flex;align-items:center;justify-content:center;z-index:1}.process-text h3{font-size:20px;margin-bottom:6px;color:var(--rr-dark)}.process-text p{font-size:15px;color:var(--rr-grey);line-height:1.6;max-width:520px}@media(max-width:768px){.process-timeline{padding-left:0}.process-timeline:before{display:none}.process-step{background:#fff;border-radius:20px;padding:22px 20px 22px 18px;margin-bottom:22px;display:flex;gap:16px;align-items:flex-start;border-left:5px solid var(--rr-yellow);box-shadow:0 12px 28px #0000000f}.process-dot{width:44px;height:44px;font-size:13px;background:var(--rr-light-yellow);border-color:var(--rr-yellow);flex-shrink:0}.process-text h3{font-size:18px}.process-text p{font-size:14px}}.home-cta{background:#fff;padding:80px 0}.cta-shell{position:relative;background:linear-gradient(to right,#fff,#fffaf0);border-radius:34px;padding:80px 72px;max-width:1040px;margin:0 auto;box-shadow:0 40px 80px #00000014,inset 0 0 0 1px #f1e4b5;overflow:hidden}.cta-shell:before{content:"";position:absolute;top:0;left:0;height:7px;width:100%;background:linear-gradient(to right,var(--rr-yellow),var(--rr-blue))}.cta-shell:after{content:"";position:absolute;right:-120px;top:50%;width:280px;height:280px;background:radial-gradient(circle,rgba(255,204,77,.25),transparent 70%);transform:translateY(-50%)}.cta-left h2{font-size:42px;color:var(--rr-dark);margin-bottom:18px;line-height:1.2}.cta-left h2 span{color:var(--rr-blue)}.cta-left p{font-size:18px;color:var(--rr-grey);max-width:680px;line-height:1.65;margin-bottom:36px}.cta-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.cta-btn-primary{background:var(--rr-yellow);color:#000;padding:18px 38px;border-radius:14px;font-size:17px;font-weight:700;text-decoration:none;box-shadow:0 18px 36px #0000002e;transition:all .3s ease}.cta-btn-primary:hover{transform:translateY(-4px);background:#f5b800;box-shadow:0 26px 50px #00000038}.cta-note{font-size:14px;color:#666}@media(max-width:768px){.cta-shell{padding:52px 28px;border-radius:26px}.cta-left h2{font-size:30px}.cta-left p{font-size:15px}.cta-actions{flex-direction:column;align-items:stretch}.cta-btn-primary{width:100%;text-align:center}.cta-note{text-align:center}}.services-hero{background:#fdf9ef;padding:110px 0 80px}.services-hero-inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px}.services-hero-title{font-size:48px;font-weight:800;line-height:1.15;margin-bottom:22px;color:#1f1f1f}.services-hero-title span{display:block}.services-hero-text{font-size:18px;line-height:1.7;color:#2a2a2a;max-width:620px}.services-hero-image img{width:100%;border-radius:22px;box-shadow:0 18px 40px #0000001f}.services-section{padding:90px 0;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.service-card{background:#fff;padding:32px;border-radius:18px;border-top:4px solid #f6c453;box-shadow:0 14px 35px #0000000f}.service-card h4{font-size:20px;font-weight:700;margin-bottom:14px;color:#1f3b66}.service-card p{font-size:15.5px;line-height:1.7;color:#333}.engagement-commitment{margin-top:80px;padding-left:18px;border-left:4px solid #f6c453}.engagement-commitment p{font-size:16px;line-height:1.7;margin-bottom:18px;color:#2a2a2a}.highlight-line{font-weight:700;color:#000}@media(max-width:900px){.services-hero-inner{grid-template-columns:1fr;gap:40px}.services-hero-title{font-size:39px;text-align:center}.services-grid{grid-template-columns:1fr}}.services-section{background:linear-gradient(180deg,#fffdf7,#fff);padding:80px 20px}.services-section .container{max-width:1200px;margin:auto}.section-title,.services-section h2{font-size:42px;font-weight:700;margin-bottom:16px}.services-intro{max-width:720px;font-size:18px;line-height:1.7;color:#555;margin-bottom:60px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.service-card{background:#fff;border-radius:16px;padding:28px 26px 32px;box-shadow:0 10px 28px #0000000f;position:relative;transition:all .35s ease;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;height:4px;width:100%;background:linear-gradient(90deg,#ffcc4d,#1f3b63)}.service-card:hover{transform:translateY(-8px);box-shadow:0 18px 42px #0000001f}.service-card h4{font-size:20px;font-weight:600;color:#1f3b63;margin-bottom:12px}.service-card p{font-size:15.5px;line-height:1.65;color:#555}.engagement-commitment{margin-top:70px;padding:40px 40px 42px;background:#fff;border-radius:20px;border-left:6px solid #ffcc4d;box-shadow:0 12px 34px #00000014;max-width:900px}.engagement-commitment p{font-size:16.5px;line-height:1.75;color:#444;margin-bottom:18px}.engagement-commitment .highlight-line{font-size:18px;font-weight:600;color:#1f3b63;margin-top:26px}@media(max-width:768px){.section-title,.services-section h2{font-size:32px}.services-intro{font-size:16.5px}.engagement-commitment{padding:28px}}.industries-hero{background:linear-gradient(to bottom,#fff,#fff7db);padding:110px 0 70px}.industries-hero h1{font-size:44px;margin-bottom:14px;color:#1f1f1f}.industries-hero p{max-width:680px;font-size:17px;color:#555}.industries-list{background:#fff;padding:80px 0}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.industry-card{background:#fff;border:1px solid #eeeeee;border-radius:16px;padding:28px;transition:all .3s ease;position:relative}.industry-card:before{content:"";position:absolute;top:0;left:0;height:5px;width:100%;background:linear-gradient(to right,#ffcc4d,#2f6fb2);border-radius:16px 16px 0 0}.industry-card h3{font-size:20px;margin-bottom:10px;color:#1f3b63}.industry-card p{font-size:15px;line-height:1.6;color:#555}.industry-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #00000014}.industries-note{background:#fafafa;padding:60px 0;text-align:center}.industries-note p{font-size:22px;max-width:820px;margin:0 auto;color:#1f1f1f}.industries-note strong{color:#1f3b63}@media(max-width:992px){.industries-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.industries-hero h1{font-size:32px}.industries-grid{grid-template-columns:1fr}.industries-note p{font-size:18px}}.industry-adapt{background:#fff;padding:90px 0;text-align:center}.industry-adapt h2{font-size:34px;max-width:900px;margin:0 auto 18px;line-height:1.3}.industry-adapt h2 strong{color:#1f3b63}.adapt-intro{max-width:760px;margin:0 auto 50px;font-size:17px;color:#555}.adapt-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-bottom:50px}.adapt-card{background:#fff;border:1px solid #eeeeee;border-radius:16px;padding:26px;transition:all .3s ease;position:relative}.adapt-card:before{content:"";position:absolute;top:0;left:0;height:4px;width:100%;background:linear-gradient(to right,#ffcc4d,#2f6fb2);border-radius:16px 16px 0 0}.adapt-card h4{font-size:18px;margin-bottom:10px;color:#1f3b63}.adapt-card p{font-size:14.5px;line-height:1.6;color:#555}.adapt-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #00000014}.adapt-footer p{font-size:20px;max-width:900px;margin:0 auto;color:#1f1f1f}@media(max-width:992px){.adapt-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.industry-adapt h2{font-size:26px}.adapt-grid{grid-template-columns:1fr}.adapt-footer p{font-size:17px}}.industries-hero{background:#fdf9ef;padding:120px 0 90px}.industries-hero-inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px}.industries-hero-title{font-size:48px;font-weight:800;line-height:1.15;margin-bottom:22px;color:#1f1f1f}.industries-hero-title span{display:block}.industries-hero-text{font-size:18px;line-height:1.7;color:#2a2a2a;max-width:620px;margin-bottom:28px}.industries-hero-image img{width:100%;border-radius:22px;box-shadow:0 18px 40px #0000001f;object-fit:cover}@media(max-width:900px){.industries-hero-inner{grid-template-columns:1fr;gap:40px}.industries-hero-title{font-size:36px;text-align:center}.industries-hero-text{font-size:16.5px}}.about-hero{background:linear-gradient(to bottom,#fff,#fff7db);padding:80px 20px}.about-container{max-width:1200px;margin:auto;display:flex;align-items:center;gap:60px}.about-text{flex:1}.about-text h1{font-size:46px;font-weight:800;line-height:1.1;margin-bottom:28px}.about-text h1 span{display:block}.about-text p{font-size:18px;line-height:1.7;color:#333;margin-bottom:18px}.about-image{flex:1;display:flex;justify-content:center}.about-image img{width:100%;height:80%;border-radius:18px;box-shadow:0 14px 40px #00000026}@media(max-width:768px){.about-container{flex-direction:column;text-align:center;gap:36px}.about-text h1{font-size:34px}.about-text p{font-size:16px;line-height:1.6}.about-image img{max-width:280px}}.difference-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.difference-card{background:#fff;padding:26px;border-radius:14px;border:1px solid #eee}.core-belief{padding:100px 0}.core-belief .container{max-width:900px}.core-belief h2{font-size:38px;font-weight:600;margin-bottom:28px;position:relative}.core-belief h2:after{content:"";width:60px;height:4px;background:linear-gradient(to right,#ffcc4d,#2f6fb2);display:block;margin-top:12px;border-radius:4px}.core-belief p{font-size:17px;line-height:1.7;color:#444;margin-bottom:18px}.core-belief strong{color:#1f3b63;font-weight:600}.core-belief blockquote{margin-top:32px;padding:24px 28px;background:#fff;border-left:5px solid #ffcc4d;border-radius:10px;font-size:18px;font-style:italic;color:#222;box-shadow:0 12px 30px #0000000f}@media(max-width:768px){.core-belief{padding:70px 0}.core-belief h2{font-size:30px}.core-belief p,.core-belief blockquote{font-size:16px}}.difference-section{background:linear-gradient(to bottom,#fff,#fff7db);padding:100px 0}.difference-section h2{font-size:36px;font-weight:600;margin-bottom:50px;position:relative}.difference-section h2:after{content:"";width:70px;height:4px;background:linear-gradient(to right,#ffcc4d,#2f6fb2);display:block;margin-top:12px;border-radius:4px}.difference-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.difference-card{background:#fff;border:1px solid #eeeeee;border-radius:18px;padding:30px 26px;transition:all .35s ease;position:relative}.difference-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#ffcc4d,#2f6fb2);border-radius:18px 18px 0 0}.difference-card:hover{transform:translateY(-10px);box-shadow:0 20px 45px #00000014;border-color:transparent}.difference-card h4{font-size:18px;font-weight:600;margin-bottom:12px;color:#1f3b63}.difference-card p{font-size:15px;line-height:1.6;color:#555}@media(max-width:1100px){.difference-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.difference-section{padding:70px 0}.difference-section h2{font-size:28px}.difference-grid{grid-template-columns:1fr}}.think-section{background:#fff;padding:100px 0}.think-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.think-content h2{font-size:36px;font-weight:600;margin-bottom:18px;position:relative}.think-content h2:after{content:"";width:60px;height:4px;background:linear-gradient(to right,#ffcc4d,#2f6fb2);display:block;margin-top:10px;border-radius:4px}.think-intro{font-size:16px;color:#555;margin-bottom:28px;max-width:520px}.think-list{list-style:none;padding:0}.think-list li{position:relative;padding-left:28px;margin-bottom:14px;font-size:15px;color:#333}.think-list li:before{content:"✔";position:absolute;left:0;top:2px;color:#ffcc4d;font-weight:600}.think-visual{display:flex;justify-content:center}.think-box{background:#fff7db;border-radius:20px;padding:36px 30px;box-shadow:0 20px 40px #0000000d;max-width:380px;position:relative}.think-box:before{content:"";position:absolute;top:0;left:0;height:5px;width:100%;background:linear-gradient(to right,#ffcc4d,#2f6fb2);border-radius:20px 20px 0 0}.think-box h4{font-size:18px;font-weight:600;margin-bottom:12px;color:#1f3b63}.think-box p{font-size:14px;color:#555;line-height:1.6}@media(max-width:900px){.think-grid{grid-template-columns:1fr;gap:40px}.think-section{padding:70px 0}.think-content h2{font-size:30px}}.workwith-section{background:linear-gradient(to bottom,#fff,#fff7db);padding:100px 0}.workwith-header{max-width:650px;margin-bottom:50px}.workwith-header h2{font-size:36px;font-weight:600;margin-bottom:16px;position:relative}.workwith-header h2:after{content:"";width:70px;height:4px;background:linear-gradient(to right,#ffcc4d,#2f6fb2);display:block;margin-top:10px;border-radius:4px}.workwith-header p{font-size:16px;color:#555}.workwith-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.workwith-card{background:#fff;border:1px solid #eeeeee;border-radius:16px;padding:30px;transition:all .3s ease}.workwith-card h4{font-size:18px;font-weight:600;margin-bottom:10px;color:#1f3b63}.workwith-card p{font-size:14px;color:#555;line-height:1.6}.workwith-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #00000014;border-color:#ffcc4d}.workwith-card.highlight{background:#fff;border:1px solid #ffcc4d}@media(max-width:992px){.workwith-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.workwith-grid{grid-template-columns:1fr}.workwith-section{padding:70px 0}.workwith-header h2{font-size:30px}}.partner-section{padding:90px 0}.partner-statement{max-width:820px;font-size:26px;line-height:1.5;color:#1f1f1f;font-weight:400;position:relative;padding-left:24px}.partner-statement:before{content:"";position:absolute;left:0;top:6px;width:5px;height:90%;background:linear-gradient(to bottom,#ffcc4d,#2f6fb2);border-radius:4px}.partner-statement span{font-weight:700;color:#1f3b63}.partner-statement strong{display:block;margin-top:10px;font-weight:600;color:#000}@media(max-width:768px){.partner-statement{font-size:22px}}@media(max-width:480px){.partner-statement{font-size:20px;padding-left:18px}}:root{--rr-blue: #1f3a5f;--rr-cream: #fff8e8;--rr-dark: #111;--rr-orange: #ffcc4d}.about-section{background:linear-gradient(180deg,#fffdf5,var(--rr-cream));padding:100px 0}.about-container{max-width:1200px;margin:auto;padding:0 20px;display:flex;align-items:center;gap:60px}.about-content{flex:1}.about-content h2{font-size:20px;color:var(--rr-muted);margin-bottom:6px}.about-content h1{font-size:46px;font-weight:800;margin-bottom:18px}.about-content .tagline{font-size:18px;font-weight:600;color:var(--rr-blue);margin-bottom:16px}.about-content p{font-size:16px;line-height:1.7;margin-bottom:12px;max-width:520px}.about-image{flex:1}.about-image img{width:100%;border-radius:18px}.contact-main{background:#f3f4f6;padding:100px 0}.contact-wrapper{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:20px;overflow:hidden;box-shadow:0 40px 100px #0000001a}.contact-form{background:#fff;padding:60px}.contact-form h2{font-size:32px;margin-bottom:30px;color:var(--rr-dark)}.contact-form form{display:flex;flex-direction:column;gap:16px}.contact-form input,.contact-form textarea{padding:14px 16px;font-size:15px;border-radius:10px;border:1px solid #ddd}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{margin-top:10px;padding:14px;border-radius:30px;border:none;background:var(--rr-blue);color:#fff;font-weight:600;cursor:pointer;transition:.3s ease}.contact-form button:hover{background:#162c47}.contact-info-panel{background-size:cover;background-position:center;position:relative;color:#fff}.contact-info-panel .overlay{background:#0009;height:100%;padding:60px;display:flex;flex-direction:column;justify-content:center}.contact-info-panel h3{font-size:28px;margin-bottom:8px}.contact-info-panel h4{font-size:20px;font-weight:500;margin-bottom:16px}.contact-info-panel p{font-size:15px;margin-bottom:20px;line-height:1.6}.contact-info-panel ul{list-style:none;padding:0}.contact-info-panel li{font-size:15px;margin-bottom:10px}@media(max-width:900px){.about-container{flex-direction:column;text-align:center}.contact-wrapper{grid-template-columns:1fr}.contact-form,.contact-info-panel .overlay{padding:40px}}body{padding-top:150px}.header-wrapper{position:fixed;top:0;width:100%;z-index:2000;transition:all .35s ease}.top-bar{background:#ffd84d;padding:10px 0;transition:all .35s ease}.top-bar-inner{display:flex;justify-content:space-between;font-size:14px}.header-wrapper.scrolled .top-bar{height:0;opacity:0;padding:0;overflow:hidden}.navbar{background:#fff;border-bottom:1px solid #eee;box-shadow:0 2px 10px #0000000a;transition:all .35s ease}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:90px;transition:height .35s ease}.header-wrapper.scrolled .navbar-inner{height:64px}.logo-img{max-height:220px;transition:all .35s ease}.header-wrapper.scrolled .logo-img{max-height:102px}.desktop-nav{display:flex;gap:32px}.desktop-nav a{color:#212121;text-decoration:none;font-size:18px;font-weight:600}.hamburger{display:none;font-size:28px;background:none;border:none;cursor:pointer}.menu-backdrop{position:fixed;inset:0;background:#0006;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1500}.menu-backdrop.show{opacity:1;pointer-events:all}.side-menu{position:fixed;right:0;top:0;width:78%;max-width:360px;height:100vh;background:#edeaca;padding:28px;transform:translate(100%);transition:transform .35s ease;z-index:2000}.side-menu.open{transform:translate(0)}.close-btn{background:#000;color:#fff;border-radius:50%;border:none;font-size:22px;width:42px;height:42px;cursor:pointer}.side-menu-links{margin-top:60px;display:flex;flex-direction:column;gap:26px}.side-menu-links a{font-size:22px;text-decoration:none;color:#000}@media(max-width:900px){.desktop-nav{display:none}.hamburger{display:block}body{padding-top:170px}.top-bar-inner{flex-direction:column;gap:6px;text-align:center}}.top-item{display:flex;align-items:center;gap:8px;font-size:14px;text-decoration:none}.top-icon{font-size:16px;color:#1f3b66}@media(max-width:768px){.top-bar{padding:12px 0}.top-bar-inner{flex-direction:column;align-items:center;gap:10px;text-align:center}.top-item{justify-content:center;white-space:normal;line-height:1.4;text-decoration:none}.top-icon{font-size:18px}}.footer{background:linear-gradient(180deg,#fff,#fff8e6);border-top:1px solid #f1f1f1;padding-top:70px}.footer-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;padding-bottom:50px}.footer-brand h4{font-size:22px;font-weight:800;color:#1f3a5f;margin-bottom:14px;position:relative}.footer-brand h4:after{content:"";position:absolute;left:0;bottom:-6px;width:48px;height:3px;background:linear-gradient(90deg,#f7c948,#3b82f6);border-radius:2px}.footer-brand p{font-size:14.5px;line-height:1.7;color:#555;max-width:380px}.footer-links{display:flex;flex-direction:column;gap:16px}.footer-links a{font-size:14.5px;color:#1f2937;text-decoration:none;position:relative;width:fit-content;transition:all .25s ease}.footer-links a:after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:2px;background:#f7c948;transition:width .25s ease}.footer-links a:hover{color:#3b82f6}.footer-links a:hover:after{width:100%}.footer-bottom{background:linear-gradient(90deg,#fff4cc,#fff,#f0f6ff);border-top:1px solid #eee;padding:18px 0;text-align:center}.footer-bottom p{font-size:16px;color:#666;font-weight:700}@media(max-width:768px){.footer-inner{grid-template-columns:1fr;gap:40px}.footer-links{flex-direction:row;flex-wrap:wrap;gap:20px}}.rocket-icon{height:100px;width:auto}.rr-backtotop{position:fixed;right:28px;bottom:28px;width:58px;height:58px;border-radius:50%;background:#ffcc4d;border:2px solid #1f3a5f;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:999;box-shadow:0 14px 35px #0000002e;transition:transform .25s ease,box-shadow .25s ease}.rr-backtotop img{width:96px;height:106px;object-fit:contain;transition:transform .25s ease}.rr-backtotop:hover{transform:translateY(-4px);background:#ffb703}.rr-backtotop:hover img{transform:translateY(-3px) rotate(-10deg)}.rr-backtotop:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:2px solid rgba(31,58,95,.25);animation:rrPulse 1.8s infinite}@keyframes rrPulse{0%{transform:scale(.95);opacity:.8}70%{transform:scale(1.15);opacity:0}to{transform:scale(1.15);opacity:0}}.rr-tooltip{position:absolute;right:70px;bottom:50%;transform:translateY(50%);background:#1f3a5f;color:#fff;font-size:12px;padding:7px 10px;border-radius:10px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.rr-backtotop:hover .rr-tooltip{opacity:1;transform:translateY(50%) translate(-4px)}@media(max-width:600px){.rr-backtotop{width:52px;height:52px;right:18px;bottom:18px}.rr-backtotop img{width:52px;height:52px}.rr-tooltip{display:none}}.whatsapp-float{position:fixed;left:40px;bottom:40px;width:56px;height:56px;border-radius:50%;background-color:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px #00000040;cursor:pointer;z-index:999;transition:transform .25s ease,box-shadow .25s ease}.whatsapp-float:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000004d}.whatsapp-tooltip{position:absolute;left:70px;background:#1f3a5f;color:#fff;font-size:12px;padding:6px 10px;border-radius:8px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;transform:translate(-4px)}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;transform:translate(0)}@media(max-width:600px){.whatsapp-float{width:52px;height:52px;left:14px;bottom:90px}.whatsapp-tooltip{display:none}}:root{--brand-yellow: #ffce58;--brand-red: #cd2028;--brand-blue: #256db6;--brand-dark: #212121;--text-muted: #555555;--bg-light: #ffffff}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{font-family:Poppins,Arial,sans-serif;color:var(--brand-dark);background:var(--bg-light);line-height:1.6}.container{max-width:1140px;margin:auto;padding:0 20px}section{padding:80px 0}h1{font-size:46px;line-height:1.2;font-weight:600;margin-bottom:16px}h2{font-size:32px;font-weight:500;margin-bottom:12px}p{font-size:16px;color:var(--text-muted)}.btn-primary{display:inline-block;padding:12px 26px;background:var(--brand-yellow);color:var(--brand-dark);border-radius:6px;text-decoration:none;font-weight:500;transition:all .3s ease}.btn-primary:hover{background:var(--brand-red);color:#fff}.navbar{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:100}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.nav-links a{margin-left:28px;text-decoration:none;font-size:20px;font-weight:500}.nav-links a:hover{color:var(--brand-blue)}.menu-btn{display:none;background:none;border:none;font-size:26px;cursor:pointer}@media(max-width:768px){h1{font-size:32px}h2{font-size:26px}section{padding:60px 0}.menu-btn{display:block}.nav-links{position:absolute;top:72px;left:0;width:100%;background:#fff;display:none;flex-direction:column;border-top:1px solid #eee}.nav-links.open{display:flex}.nav-links a{padding:16px 20px;margin:0;border-bottom:1px solid #f1f1f1}.nav-links a.btn-primary{margin:16px;text-align:center}}@media(max-width:480px){h1{font-size:28px}section{padding:50px 0}}
