@import"https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;700&family=Montserrat:wght@400;500;600&family=Poppins:wght@400;500;600&family=Open+Sans:wght@400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Work Sans,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.mb-0{margin-bottom:0}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-family:Work Sans,sans-serif;font-weight:500;font-size:16px;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background-color:#f29d38;color:#fff}.btn-secondary{background-color:transparent;color:#333;border:1px solid #333}.btn-secondary:hover{background-color:#333;color:#fff}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 480px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.container{max-width:100%;padding:0 10px}.btn{padding:10px 20px;font-size:14px}}@media (min-width: 481px) and (max-width: 768px){.grid-2{grid-template-columns:1fr}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.container{max-width:720px;padding:0 15px}}@media (min-width: 769px) and (max-width: 1024px){.grid-2,.grid-3{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(3,1fr)}.container{max-width:960px;padding:0 20px}}@media (min-width: 1025px) and (max-width: 1440px){.container{max-width:1200px;padding:0 20px}}@media (min-width: 1441px) and (max-width: 1920px){.container{max-width:1400px;padding:0 40px}}@media (min-width: 1921px){.container{max-width:1600px;padding:0 60px}body{font-size:18px}.btn{padding:14px 28px;font-size:18px}}.fade-in{opacity:0;transform:translateY(20px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left{opacity:0;transform:translate(-50px);transition:all .6s ease}.slide-in-left.visible{opacity:1;transform:translate(0)}.slide-in-right{opacity:0;transform:translate(50px);transition:all .6s ease}.slide-in-right.visible{opacity:1;transform:translate(0)}.navigation-wrapper{position:fixed;top:10px;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:center;gap:100px;width:100%;padding:0 20px;box-sizing:border-box}.logo-container{display:flex;align-items:center;padding:8px 16px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:32px;box-shadow:0 4px 8px -2px #0000001a,0 2px 4px -2px #0000000f;border:1px solid rgba(0,0,0,.1);white-space:nowrap;position:absolute;left:50px;height:44px}.logo-image{height:28px;width:auto;display:block}.navigation{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:32px;box-shadow:0 4px 8px -2px #0000001a,0 2px 4px -2px #0000000f;border:1px solid rgba(0,0,0,.1)}.nav-container{display:flex;align-items:center;height:60px;padding:0 25px}.nav-menu{display:flex;gap:20px;align-items:center}.nav-link{background:none;border:none;text-decoration:none;color:#0b0c14;font-family:Montserrat,sans-serif;font-weight:500;font-size:14px;padding:10px 16px;border-radius:20px;transition:all .3s ease;opacity:.75;cursor:pointer;white-space:nowrap}.nav-link:hover{opacity:1;background:#1f1f1f0d}.nav-link.active{background:#1f1f1f08;border:1px solid rgba(31,31,31,.1);opacity:1}.hamburger-menu{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px;gap:3px}.hamburger-menu span{width:20px;height:2px;background-color:#0b0c14;transition:all .3s ease}@media (max-width: 1024px){.navigation-wrapper{gap:60px}.logo-container{left:30px}.nav-menu{gap:15px}.nav-link{padding:8px 14px;font-size:13px}}@media (max-width: 768px){.navigation-wrapper{top:8px;justify-content:space-between;gap:15px;padding:0 20px}.logo-container{position:static;padding:6px 15px;height:40px}.logo-image{height:24px}.navigation{width:auto}.nav-container{padding:0 15px;height:50px}.hamburger-menu{display:flex}.nav-menu{position:absolute;top:100%;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:15px 20px;border-radius:20px;box-shadow:0 4px 8px -2px #0000001a;border:1px solid rgba(0,0,0,.1);margin-top:10px;gap:10px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;min-width:180px}.nav-menu.nav-menu-open{opacity:1;visibility:visible;transform:translateY(0)}.nav-link{width:100%;text-align:center;padding:12px;font-size:14px}}@media (max-width: 480px){.navigation-wrapper{top:6px;padding:0 15px}.logo-container{padding:5px 12px;height:38px}.logo-image{height:22px}.nav-container{padding:0 12px;height:45px}.nav-menu{padding:12px 15px}.nav-link{font-size:13px;padding:10px}}@media (max-width: 360px){.navigation-wrapper{top:5px;padding:0 10px;gap:10px}.logo-container{padding:4px 10px;height:36px}.logo-image{height:20px}.nav-container{padding:0 10px;height:42px}.nav-link{font-size:12px;padding:8px}.hamburger-menu span{width:18px}}@media (min-width: 1920px){.navigation-wrapper{top:15px;gap:120px}.logo-container{left:80px;height:50px;padding:10px 20px}.logo-image{height:32px}.nav-container{height:70px;padding:0 30px}.nav-menu{gap:25px}.nav-link{font-size:16px;padding:12px 20px}}.scroll-to-top{position:fixed;bottom:40px;right:40px;z-index:1000;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateY(20px)}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-button{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#ff6b35,#ff8c42);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #ff6b354d;transition:all .3s cubic-bezier(.4,0,.2,1);color:#fff}.scroll-button:hover{transform:translateY(-4px);box-shadow:0 12px 32px #ff6b3566;background:linear-gradient(135deg,#ff8c42,#ff6b35)}.scroll-button:active{transform:translateY(-2px);box-shadow:0 6px 16px #ff6b354d}.scroll-button svg{animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}60%{transform:translateY(-3px)}}@media (max-width: 768px){.scroll-to-top{bottom:24px;right:24px}.scroll-button{width:48px;height:48px}.scroll-button svg{width:20px;height:20px}}@media (max-width: 480px){.scroll-to-top{bottom:20px;right:20px}.scroll-button{width:44px;height:44px}}.home-page{background-color:#fff9f1;min-height:calc(100vh - 70px);font-family:Work Sans,sans-serif;display:flex;align-items:center;padding-top:70px;width:100%;margin:0}.hero-section{width:100%;display:flex;align-items:center;justify-content:center}.hero-content{max-width:1200px;width:100%;margin:0 auto;padding:40px 60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text{display:flex;flex-direction:column;gap:24px}.hero-title{font-family:Playfair Display,serif;font-size:48px;font-weight:700;line-height:60px;color:#050505;margin:0}.welcome-text{font-weight:400}.company-name{font-weight:700}.hero-description{font-family:Work Sans,sans-serif;font-size:18px;line-height:26px;color:#333;margin:0}.hero-buttons{display:flex;gap:24px;flex-wrap:wrap}.btn-primary{background-color:#f29d38;color:#fff;border:none;border-radius:12px;padding:18px 36px;font-family:Work Sans,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background-color:#e08a2a;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:#333;border:1px solid #333333;border-radius:12px;padding:18px 36px;font-family:Work Sans,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background-color:#333;color:#fff;transform:translateY(-2px)}.btn-products{background-color:#4a90e2;color:#fff;border:none;border-radius:12px;padding:18px 36px;font-family:Work Sans,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease}.btn-products:hover{background-color:#357abd;transform:translateY(-2px)}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.quote-container{position:relative;width:440px;height:375px}.quote-background-layer-1{position:absolute;top:17px;left:-9px;width:242px;height:275px;background:#f9b776;border:1.5px solid #333;border-radius:28px;z-index:1}.quote-background-layer-2{position:absolute;top:105px;left:203px;width:242px;height:275px;background:#f9b776;border:1.5px solid #333;border-radius:28px;z-index:2}.big-star{position:absolute;top:22px;left:17px;width:55px;height:55px;z-index:4}.big-star:before,.big-star:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.big-star:before{width:3px;height:100%;background:linear-gradient(to bottom,transparent 0%,transparent 15%,#333 15%,#333 85%,transparent 85%,transparent 100%)}.big-star:after{width:100%;height:3px;background:linear-gradient(to right,transparent 0%,transparent 15%,#333 15%,#333 85%,transparent 85%,transparent 100%);box-shadow:0 0 0 3px transparent,-17px -17px #333,17px -17px #333,-17px 17px #333,17px 17px #333}.quote-card{position:absolute;top:50px;left:55px;background:#fff;border:1.5px solid #333;border-radius:28px;padding:55px 50px;width:352px;height:297px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;z-index:3;position:relative}.sparkle-top-left{position:absolute;top:27px;left:27px;width:26px;height:26px;z-index:5}.sparkle-bottom-right{position:absolute;bottom:27px;right:27px;width:31px;height:31px;z-index:5}.quote-text{font-family:Work Sans,sans-serif;font-weight:500;font-size:15px;line-height:1.6;color:#2d2d2d;margin:0;text-align:center;animation:fadeInOut 4s ease-in-out infinite;opacity:1;transition:opacity .5s ease-in-out}@keyframes fadeInOut{0%{opacity:1}90%{opacity:1}95%{opacity:.3}to{opacity:1}}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:40px;text-align:center;padding:30px 40px}.hero-title{font-size:36px;line-height:45px}.hero-description{font-size:16px}.quote-container{width:350px;height:295px}.quote-background-layer-1{width:180px;height:200px;top:-38px;left:-40px}.quote-background-layer-2{width:177px;height:210px;top:78px;left:167px}.quote-card{width:300px;height:245px;top:25px;left:25px;padding:35px 30px}.big-star{width:58px;height:58px;top:-13px;left:-17px}.sparkle-top-left{width:26px;height:26px;top:24px;left:24px}.sparkle-bottom-right{width:32px;height:32px;bottom:24px;right:24px}.quote-text{font-size:14px}}@media (max-width: 768px){.hero-section{padding-top:20px}.hero-content{padding:20px 30px;gap:30px}.hero-title{font-size:28px;line-height:35px}.hero-description{font-size:14px;line-height:22px}.hero-buttons{flex-direction:column;gap:16px;align-items:center}.btn-primary,.btn-secondary,.btn-products{width:100%;max-width:250px;padding:14px 28px}.quote-container{width:322px;height:273px}.quote-background-layer-1{width:168px;height:186px;top:-36px;left:-37px}.quote-background-layer-2{width:166px;height:195px;top:73px;left:156px}.quote-card{width:280px;height:225px;top:24px;left:24px;padding:30px 25px}.big-star{width:52px;height:52px;top:-12px;left:-16px}.sparkle-top-left{width:24px;height:24px;top:22px;left:22px}.sparkle-bottom-right{width:28px;height:28px;bottom:22px;right:22px}.quote-text{font-size:13px}}@media (max-width: 480px){.hero-title{font-size:22px;line-height:28px}.hero-description{font-size:13px;line-height:20px}.quote-container{width:294px;height:249px}.quote-background-layer-1{width:260px;height:205px;top:8px;left:5px}.quote-background-layer-2{width:260px;height:205px;top:11px;left:11px}.quote-card{width:260px;height:205px;padding:28px 22px}.big-star{width:48px;height:48px;top:3px;left:3px}.sparkle-top-left{width:20px;height:20px;top:18px;left:18px}.sparkle-bottom-right{width:26px;height:26px;bottom:18px;right:18px}.quote-text{font-size:12px;line-height:1.4}}@media (max-width: 360px){.home-page{padding-top:60px}.hero-title{font-size:20px;line-height:26px}.hero-description{font-size:12px;line-height:18px}.hero-buttons{gap:12px}.btn-primary,.btn-secondary,.btn-products{max-width:220px;padding:12px 24px;font-size:13px}.quote-container{width:260px;height:220px}.quote-card{width:240px;height:190px;padding:24px 18px}.quote-text{font-size:11px}}@media (min-width: 1920px){.home-page{padding-top:90px}.hero-content{max-width:1600px;gap:80px}.hero-title{font-size:64px;line-height:76px}.hero-description{font-size:22px;line-height:32px}.btn-primary,.btn-secondary,.btn-products{padding:20px 40px;font-size:16px}.quote-container{width:520px;height:440px}.quote-background-layer-1,.quote-background-layer-2{width:280px;height:320px}.quote-card{width:400px;height:340px;padding:60px 55px}.quote-text{font-size:17px}.big-star{width:65px;height:65px}.sparkle-top-left{width:32px;height:32px}.sparkle-bottom-right{width:36px;height:36px}}.services-page{background-color:#fff;font-family:Work Sans,sans-serif;overflow-x:hidden}.services-section{padding:70px 20px;max-width:1200px;margin:0 auto}.services-content-wrapper{display:flex;align-items:flex-start;gap:50px;width:100%}.services-header-left{flex:0 0 300px;padding-top:10px;position:sticky;top:100px}.services-title{font-family:Playfair Display,serif;font-size:32px;font-weight:600;color:#0b0c14;margin:0 0 20px;letter-spacing:-.8px;line-height:1.2}.services-description{font-family:Work Sans,sans-serif;font-size:18px;line-height:24px;color:#252525;margin:0}.services-scroll-wrapper{flex:1;min-width:0}.services-scroll-container{overflow-x:auto;scroll-behavior:smooth;padding:15px 0;cursor:grab;-ms-overflow-style:none;scrollbar-width:none}.services-scroll-container::-webkit-scrollbar{display:none}.services-scroll-content{display:flex;gap:15px;width:max-content}.service-card{background:#fff;border:1px solid #dcdcde;border-radius:20px;padding:14px;text-align:center;transition:all .3s ease;box-shadow:0 4px 20px #0000000d;width:300px;flex-shrink:0;height:auto;min-height:250px;display:flex;flex-direction:column;justify-content:flex-start}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a;border-color:#f29d38}.service-icon{margin-bottom:2px;display:flex;justify-content:center;align-items:center;height:50px;flex-shrink:0}.service-icon svg{height:50px;width:50px}.service-title{font-family:Playfair Display,serif;font-size:18px;font-weight:600;color:#0b0c14;margin:0 0 6px;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.service-description{font-family:Work Sans,sans-serif;font-size:13px;line-height:20px;color:#8c8c91;margin:0;flex-grow:1;text-align:center;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;padding:0 4px}.service-buttons{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.service-button{background:#fff;border:1.5px solid rgba(11,12,20,.25);border-radius:18px;padding:7px 14px;font-family:Work Sans,sans-serif;font-weight:500;font-size:11px;color:#0b0c14;cursor:pointer;transition:all .3s ease;width:100%}.service-button:hover{background:#f29d38;color:#fff;border-color:#f29d38}.service-details-button{background:#f29d38;border:1.5px solid #f29d38;border-radius:18px;padding:11px 20px;font-family:Work Sans,sans-serif;font-weight:500;font-size:13px;color:#fff;cursor:pointer;transition:all .3s ease;width:100%;flex-shrink:0;margin-top:4px}.service-details-button:hover{background:#e08a2a;border-color:#e08a2a}@media (max-width: 1024px){.services-content-wrapper{gap:40px}.services-header-left{flex:0 0 250px}.service-card{width:230px;height:300px;padding:18px 12px}}@media (max-width: 768px){.services-content-wrapper{flex-direction:column;gap:30px}.services-header-left{flex:none;width:100%;position:static;padding-top:0;text-align:center}.services-title{font-size:26px;margin-bottom:15px}.services-description{font-size:15px;line-height:22px}.services-scroll-wrapper{width:100%}.service-card{width:220px;min-height:300px;height:auto;padding:18px 14px}.services-scroll-content{gap:12px}.service-icon{height:35px;margin-bottom:12px}.service-icon svg{height:35px;width:35px}.service-title{font-size:15px;margin-bottom:10px}.service-description{font-size:11px;line-height:16px;margin-bottom:14px}.service-button{padding:6px 12px;font-size:10px}.service-details-button{padding:10px 18px;font-size:12px}}@media (max-width: 480px){.services-section{padding:50px 10px 30px}.services-content-wrapper{gap:25px}.services-title{font-size:22px}.services-description{font-size:14px;line-height:20px}.service-card{width:160px;height:240px;padding:12px 8px}.services-scroll-content{gap:8px}.service-icon{height:25px;margin-bottom:8px}.service-title{font-size:12px;margin-bottom:6px}.service-description{font-size:8px;line-height:12px;margin-bottom:10px}.service-button{padding:4px 8px;font-size:8px;border-radius:14px}}@media (max-width: 1200px) and (min-width: 769px){.services-content-wrapper{gap:40px}.services-header-left{flex:0 0 280px}}@media (min-width: 1200px){.services-scroll-container{width:1165px}}@media (max-width: 1200px) and (min-width: 1024px){.services-scroll-container{width:956px}}@media (max-width: 1024px) and (min-width: 768px){.services-scroll-container{width:876px}}@media (max-width: 768px) and (min-width: 480px){.services-scroll-container{width:750px}}@media (max-width: 480px){.services-scroll-container{width:664px}}.services-detail-page{background-color:#fff9f1;min-height:100vh;font-family:Work Sans,sans-serif;padding-top:80px}.services-detail-container{max-width:1200px;margin:0 auto;padding:0 40px}.services-detail-header{background:linear-gradient(to bottom,#fff9f1,#fff);padding:80px 0 60px;text-align:center;position:relative}.services-detail-main-title{font-family:Work Sans,sans-serif;font-size:48px;font-weight:700;color:#333;line-height:1.2;max-width:900px;margin:0 auto 24px}.services-detail-subtitle{font-family:Work Sans,sans-serif;font-size:20px;font-style:italic;color:#666;max-width:700px;margin:0 auto;line-height:1.4}.services-detail-section{padding:80px 0;background-color:#fff9f1}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto}.service-detail-card{background:#fff;border-radius:16px;padding:32px 24px;text-align:center;box-shadow:0 4px 15px #00000014;transition:all .3s ease;border:2px solid transparent;display:flex;flex-direction:column}.service-detail-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.service-detail-icon{width:50px;height:50px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.service-detail-icon svg{width:50px;height:50px}.service-detail-title{font-family:Playfair Display,serif;font-size:20px;font-weight:600;color:#333;margin:0 0 16px;line-height:1.3}.service-detail-description{font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6;color:#666;margin:0 0 16px;min-height:60px;flex-grow:1}.service-read-more-button{background:#f29d38;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-family:Work Sans,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease;margin-bottom:12px;width:100%}.service-read-more-button:hover{background:#e08a2a;transform:translateY(-2px)}.service-popup-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.service-popup-content{background:#fff;border-radius:16px;padding:40px;max-width:500px;width:100%;box-shadow:0 10px 30px #0003;position:relative;text-align:center}.service-popup-header{display:flex;align-items:center;justify-content:center;margin-bottom:24px;gap:16px}.service-popup-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center}.service-popup-icon svg{width:50px;height:50px}.service-popup-title{font-family:Playfair Display,serif;font-size:24px;font-weight:600;color:#333;margin:0}.service-popup-body{margin-bottom:30px}.service-popup-description{font-family:Work Sans,sans-serif;font-size:16px;line-height:1.6;color:#666;margin:0;text-align:left}.service-popup-close-button{background:#f29d38;color:#fff;border:none;border-radius:8px;padding:12px 30px;font-family:Work Sans,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease;min-width:120px}.service-popup-close-button:hover{background:#e08a2a;transform:translateY(-2px)}@media (max-width: 1024px){.services-detail-container{padding:0 30px}.services-detail-main-title{font-size:40px}.services-detail-subtitle{font-size:18px}.services-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width: 768px){.services-detail-page{padding-top:60px}.services-detail-header{padding:60px 0 40px}.services-detail-main-title{font-size:32px;line-height:1.3}.services-detail-subtitle{font-size:16px}.services-detail-section{padding:60px 0}.services-grid{grid-template-columns:1fr;gap:20px}.service-detail-card{padding:28px 20px}.service-detail-title{font-size:18px}.service-detail-description{font-size:13px;min-height:50px}.service-popup-content{padding:30px 25px;margin:20px}.service-popup-header{flex-direction:column;text-align:center;gap:12px}.service-popup-title{font-size:20px}.service-popup-description{font-size:14px}}@media (max-width: 480px){.services-detail-container{padding:0 20px}.services-detail-main-title{font-size:26px}.services-detail-subtitle{font-size:14px}.service-detail-card{padding:24px 16px}.service-detail-title{font-size:16px}.service-detail-description{font-size:12px;line-height:1.5;min-height:45px}.service-read-more-button{padding:10px 20px;font-size:13px}.service-popup-content{padding:25px 20px}}.about-page{background-color:#fff;min-height:100vh;font-family:Work Sans,sans-serif}.about-us-section{padding:100px 20px 80px;max-width:1200px;margin:0 auto;position:relative;overflow:hidden}.orange-blur-blob{position:absolute;top:80px;right:150px;width:700px;height:700px;background:radial-gradient(circle,rgba(242,157,56,.9) 0%,rgba(242,157,56,.6) 25%,rgba(242,157,56,.3) 45%,transparent 70%);border-radius:50%;filter:blur(90px);z-index:0;pointer-events:none}.thread-decoration{position:absolute;top:-20px;right:0;width:100%;height:120%;max-width:900px;min-height:1000px;z-index:1;pointer-events:none;opacity:.7}.about-container{position:relative;z-index:2;max-width:900px}.about-us-title{font-family:Times New Roman,serif!important;font-size:56px;font-weight:700;color:#000;margin:0 0 8px;letter-spacing:-1px}.about-us-subtitle{font-family:Work Sans,sans-serif;font-size:18px;font-weight:400;color:#999;margin:0 0 40px}.about-content{margin-bottom:60px}.about-content .about-description{font-family:Work Sans,sans-serif;font-size:15px;line-height:1.8;color:#333;margin:0 0 20px;text-align:justify}.vision-mission-container{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:40px;margin-bottom:60px}@media (max-width: 1024px){.thread-decoration{max-width:600px;min-height:700px;opacity:.5}.orange-blur-blob{width:500px;height:500px;opacity:.7}}@media (max-width: 768px){.thread-decoration,.orange-blur-blob{display:none}.about-us-section{overflow:visible}}@media (max-width: 480px){.thread-decoration,.orange-blur-blob{display:none}}.vision-box,.mission-box{background-color:#f9f9f9;border-radius:8px;padding:24px;border-left:4px solid #333;min-height:180px}.box-title{font-family:Times New Roman,serif!important;font-size:20px;font-weight:700;color:#000;margin:0 0 12px}.box-content{font-family:Work Sans,sans-serif;font-size:13px;line-height:1.7;color:#333;margin:0;text-align:justify}.about-section{padding:60px 20px 50px;max-width:1400px;margin:0 auto}.about-header{text-align:center;margin-bottom:50px}.about-title{font-family:Playfair Display,serif;font-size:48px;font-weight:600;color:#000;margin:0 0 24px;letter-spacing:-1px}.about-description{font-family:Work Sans,sans-serif;font-size:18px;line-height:28px;color:#666;max-width:500px;margin:0 auto 32px}.explore-btn{background:#252525;color:#fff;border:none;border-radius:25px;padding:14px 32px;font-family:Work Sans,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.explore-btn:hover{background:#333;transform:translateY(-2px)}.gallery-container{display:grid;grid-template-columns:200px 1fr 200px;gap:40px;align-items:start;max-width:1200px;margin:0 auto}.gallery-left-text{display:flex;flex-direction:column;gap:20px;font-family:Work Sans,sans-serif;font-size:18px;font-weight:500;line-height:1.4;color:#252525;padding-top:40px;align-self:start}.gallery-right-text{display:flex;flex-direction:column;gap:20px;font-family:Work Sans,sans-serif;font-size:18px;font-weight:500;line-height:1.4;color:#252525;text-align:right;padding-bottom:40px;align-self:end}.gallery-left-text p,.gallery-right-text p{margin:0;opacity:.9}.underline{height:2px;background:#252525;border-radius:2px;margin-top:8px}.gallery-left-text .underline{width:120px}.gallery-right-text .underline{width:100px;margin-left:auto}.gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(3,auto);gap:16px;width:100%}.gallery-item{border-radius:12px;overflow:hidden;background-color:#f5f5f5;position:relative;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.gallery-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}.item-1{grid-column:1 / 3;grid-row:1;aspect-ratio:2/1.5}.item-2{grid-column:3 / 5;grid-row:1;aspect-ratio:2/1.5}.item-3{grid-column:5 / 7;grid-row:1;aspect-ratio:2/1.5}.item-4{grid-column:1 / 4;grid-row:2;aspect-ratio:3/2}.item-5{grid-column:4 / 7;grid-row:2;aspect-ratio:3/2}.item-6{grid-column:1 / 3;grid-row:3;aspect-ratio:2/1.5}.item-7{grid-column:3 / 7;grid-row:3;aspect-ratio:4/1.5}@media (max-width: 1200px){.gallery-container{grid-template-columns:150px 1fr 150px;gap:30px;max-width:1000px}.gallery-left-text,.gallery-right-text{font-size:16px}.gallery-left-text{padding-top:30px}.gallery-right-text{padding-bottom:30px}.about-title{font-size:42px}}@media (max-width: 1024px){.gallery-container{grid-template-columns:120px 1fr 120px;gap:25px}.gallery-grid{gap:12px}.gallery-left-text,.gallery-right-text{font-size:15px;gap:16px}.gallery-left-text{padding-top:20px}.gallery-right-text{padding-bottom:20px}.about-title{font-size:36px}}@media (max-width: 900px){.gallery-container{grid-template-columns:100px 1fr 100px;gap:20px}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:10px}.item-1{grid-column:1 / 3;grid-row:1}.item-2{grid-column:3 / 5;grid-row:1}.item-3{grid-column:1 / 3;grid-row:2}.item-4{grid-column:3 / 5;grid-row:2}.item-5{grid-column:1 / 5;grid-row:3}.item-6{grid-column:1 / 3;grid-row:4}.item-7{grid-column:3 / 5;grid-row:4}.gallery-left-text,.gallery-right-text{font-size:14px;gap:12px}}@media (max-width: 768px){.about-section{padding:50px 15px 40px}.about-title{font-size:28px;margin-bottom:16px}.about-description{font-size:14px;line-height:22px;margin-bottom:24px}.gallery-container{grid-template-columns:1fr;gap:30px;max-width:600px}.gallery-left-text{text-align:center;order:1;padding-top:0;align-self:center}.gallery-grid{order:2;grid-template-columns:repeat(2,1fr);gap:10px}.gallery-right-text{text-align:center;order:3;padding-bottom:0;align-self:center}.gallery-right-text .underline{margin-left:auto;margin-right:auto}.item-1{grid-column:1;grid-row:1}.item-2{grid-column:2;grid-row:1}.item-3{grid-column:1;grid-row:2}.item-4{grid-column:2;grid-row:2}.item-5{grid-column:1 / 3;grid-row:3}.item-6{grid-column:1;grid-row:4}.item-7{grid-column:2;grid-row:4}.gallery-left-text,.gallery-right-text{font-size:15px;gap:14px}.about-us-section{padding:80px 20px 60px}.about-us-title{font-size:40px}.about-us-subtitle{font-size:16px}.about-content .about-description{font-size:14px}.vision-mission-container{grid-template-columns:1fr;gap:25px}.vision-box,.mission-box{padding:20px;min-height:150px}.box-title{font-size:18px}.box-content{font-size:12px}}@media (max-width: 480px){.about-section{padding:40px 12px 30px}.about-title{font-size:24px}.about-description{font-size:13px;line-height:20px}.explore-btn{padding:10px 20px;font-size:12px}.gallery-container{gap:25px}.gallery-grid{gap:8px}.gallery-left-text,.gallery-right-text{font-size:13px;gap:10px}.gallery-left-text .underline{width:70px}.gallery-right-text .underline{width:60px}.about-us-section{padding:60px 15px 50px}.about-us-title{font-size:32px}.about-us-subtitle{font-size:14px}.about-content .about-description{font-size:13px}.vision-mission-container{gap:20px}.vision-box,.mission-box{padding:18px;min-height:130px}.box-title{font-size:16px}.box-content{font-size:11px}}@media (max-width: 360px){.gallery-grid{grid-template-columns:1fr}.gallery-item{grid-column:1!important;grid-row:auto!important;aspect-ratio:4/3}.about-title{font-size:24px}.gallery-left-text,.gallery-right-text{font-size:13px;gap:10px}.about-us-section{padding:80px 15px 60px}.about-us-title{font-size:42px}.vision-mission-container{gap:20px}}@media (min-width: 1920px){.about-us-section{padding:120px 40px 100px}.about-us-title{font-size:68px}.about-us-subtitle{font-size:22px}.about-content .about-description{font-size:18px;line-height:2}.vision-mission-container{gap:50px}.vision-box,.mission-box{padding:32px;min-height:220px}.box-title{font-size:24px}.box-content{font-size:16px}.about-title{font-size:56px}.about-description{font-size:20px;line-height:32px}.gallery-left-text,.gallery-right-text{font-size:20px}.gallery-grid{gap:20px}}.about-us-page{background-color:#f8f5f0;min-height:100vh;font-family:Work Sans,sans-serif;padding-top:80px;padding-bottom:100px}.about-us-container{max-width:1200px;margin:0 auto;padding:0 40px}.about-us-header{margin-bottom:10px}.about-us-title{font-family:Work Sans,sans-serif;font-size:48px;font-weight:700;color:#333;margin:0 0 8px;line-height:1.2}.about-us-subtitle{font-family:Work Sans,sans-serif;font-size:24px;font-weight:400;color:#333;margin:0}.about-us-content{position:relative;margin-bottom:80px}.about-us-text{max-width:800px;margin-bottom:40px}.about-us-paragraph{font-family:Work Sans,sans-serif;font-size:16px;line-height:1.6;color:#333;margin:0 0 20px}.about-us-paragraph:last-child{margin-bottom:0}.decorative-element{position:absolute;top:-80px;right:40px;width:210px;height:210px;z-index:1;pointer-events:none}.thread-image{width:100%;height:100%;object-fit:contain;opacity:.9}.vision-mission{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:60px}.vision-section{display:flex;gap:20px}.vision-content{flex:1}.mission-section{padding-left:20px}.section-title{font-family:Work Sans,sans-serif;font-size:24px;font-weight:700;color:#333;margin:0 0 16px}.section-text{font-family:Work Sans,sans-serif;font-size:16px;line-height:1.6;color:#333;margin:0}@media (max-width: 1024px){.about-us-container{padding:0 30px}.vision-mission{gap:40px}.decorative-element{width:140px;height:140px;top:-60px;right:20px}}@media (max-width: 768px){.about-us-page{padding-top:60px;padding-bottom:60px}.about-us-container{padding:0 20px}.about-us-title{font-size:32px}.about-us-subtitle{font-size:18px}.about-us-paragraph{font-size:14px}.vision-mission{grid-template-columns:1fr;gap:30px}.vision-section{flex-direction:column;gap:15px}.mission-section{padding-left:0}.decorative-element{display:none!important}.section-title{font-size:20px}.section-text{font-size:14px}}@media (max-width: 480px){.about-us-container{padding:0 15px}.about-us-title{font-size:26px}.about-us-subtitle{font-size:16px}.about-us-paragraph{font-size:13px}.section-title{font-size:18px}.section-text{font-size:13px}.decorative-element{display:none!important}.vision-mission{gap:20px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.paytrakz-page{min-height:100vh;font-family:Work Sans,sans-serif;padding-top:70px;position:relative}.paytrakz-page.paytrakz-theme-page{background:linear-gradient(to bottom,#faf7f2,#fefdfb,#fff 30%,#fefdfb,#faf7f2 70%,#f5f2ed)}.paytrakz-page.dairy-theme-page{background:linear-gradient(to bottom,#e8f4fb,#f5fafd,#fff 30%,#f5fafd,#e8f4fb 70%,#d4e7f7)}.Toastify{position:fixed!important;z-index:9999!important}.Toastify__toast-container{position:fixed!important}.app-toggle-container{display:flex;justify-content:center;align-items:center;margin:15px 0 30px;padding:0 20px;position:relative;z-index:10}.app-toggle{display:flex;background:#f5f5f5;border-radius:8px;padding:4px;border:1px solid #e0e0e0}.app-toggle.dairy-theme{border:2px solid #5B9BD5!important;background:#fff!important}.toggle-btn{padding:8px 24px;border:none;border-radius:6px;background:transparent;color:#666;font-family:Work Sans,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin:0}.app-toggle.paytrakz-theme .toggle-btn.active{background:#f29d38;color:#fff}.app-toggle.dairy-theme .toggle-btn.active{background:#5b9bd5;color:#fff}.app-toggle.paytrakz-theme .toggle-btn:hover:not(.active){background:#f29d381a;color:#f29d38}.app-toggle.dairy-theme .toggle-btn:hover:not(.active){background:#5b9bd51a;color:#5b9bd5}.paytrakz-container{max-width:1200px;margin:0 auto;padding:0 40px}.paytrakz-header{background:transparent;padding:40px 0 30px;text-align:center;position:relative;overflow:hidden}.paytrakz-header:before{content:"";position:absolute;top:-50px;right:15%;width:350px;height:350px;background:radial-gradient(circle,rgba(242,157,56,.5) 0%,rgba(242,157,56,.25) 40%,transparent 70%);border-radius:50%;filter:blur(50px);z-index:0;pointer-events:none}.paytrakz-header .paytrakz-container{position:relative;z-index:1}.paytrakz-main-title{font-family:Times New Roman,Times,serif;font-size:42px;font-weight:400;color:#333;line-height:1.3;max-width:800px;margin:0 auto 16px}.paytrakz-subtitle{font-family:Work Sans,sans-serif;font-size:16px;font-style:normal;font-weight:400;color:#666;max-width:700px;margin:0 auto 20px;line-height:1.4}.paytrakz-header{text-align:center;width:100%}.paytrakz-container{max-width:1200px!important;margin:0 auto!important;padding:0 20px!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.paytrakz-main-title{text-align:center;width:100%}.paytrakz-page .product-name{font-family:Poppins,sans-serif!important;font-size:56px;font-weight:700;margin:20px auto!important;text-align:center!important;display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:100%!important}@media (max-width: 1024px){.paytrakz-page .product-name{font-size:48px}}@media (max-width: 768px){.paytrakz-page .product-name{font-size:40px}}@media (max-width: 480px){.paytrakz-page .product-name{font-size:32px}}.pay-text{color:#333}.trakz-text{color:#f29d38}.store-buttons{display:flex;justify-content:center;gap:20px;margin-top:20px;flex-wrap:wrap}.btn-appstore,.btn-playstore{background:none;border:none;cursor:pointer;padding:0;transition:transform .3s ease}.btn-website{background:linear-gradient(135deg,#f29d38,#ff6b00);color:#fff;border:none;padding:15px 40px;border-radius:50px;font-family:Work Sans,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #f29d384d}.btn-website:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f29d3866}.store-badge{height:60px;width:auto;border-radius:8px}.hero-image-section{padding:30px 0 0;background:transparent;margin:0}.hero-image-container{max-width:900px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:center;position:relative;text-align:center}.hero-main-image{width:100%;height:auto;display:block;margin:0 auto}.paytrakz-section{padding:80px 0;background-color:transparent;position:relative;overflow:hidden}.paytrakz-section.alt-background{background-color:transparent}.paytrakz-section.gradient-background{background:transparent;padding:80px 0}.paytrakz-section.gradient-background:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(242,157,56,.6) 0%,rgba(242,157,56,.35) 40%,transparent 70%);border-radius:50%;filter:blur(80px);z-index:0;pointer-events:none}.paytrakz-section:nth-child(3):after,.paytrakz-section:nth-child(4):after,.paytrakz-section:nth-child(5):after{content:"";position:absolute;top:50%;left:30%;transform:translate(-50%,-50%);width:450px;height:450px;background:radial-gradient(circle,rgba(242,157,56,.5) 0%,rgba(242,157,56,.3) 40%,transparent 70%);border-radius:50%;filter:blur(70px);z-index:0;pointer-events:none}.paytrakz-section .paytrakz-container{position:relative;z-index:1}.section-header{margin-bottom:60px;text-align:center;max-width:900px;margin-left:auto;margin-right:auto}.paytrakz-section.gradient-background .section-title{color:#333}.paytrakz-section.gradient-background .section-description{color:#555}.screenshots-container.horizontal-layout{display:flex;flex-direction:row;align-items:flex-end;justify-content:center;gap:40px;max-width:1100px;margin:0 auto;position:relative}.screenshots-container.overlap-layout{align-items:flex-start;position:relative;height:400px}.screenshots-container.overlap-layout .desktop-screenshot{flex:2;max-width:700px;position:relative;z-index:2;height:100%;display:flex;align-items:flex-start;justify-content:center}.screenshots-container.overlap-layout .mobile-screenshot.overlap-mobile{flex:1;max-width:220px;position:absolute;right:80px;bottom:-20px;z-index:3;height:auto;margin-bottom:0}.desktop-image{width:100%;height:auto;max-height:400px;object-fit:contain}.mobile-image{width:auto;height:360px;object-fit:contain}.screenshots-container.overlap-layout .desktop-screenshot .desktop-image{height:400px;border-radius:16px}.screenshots-container.overlap-layout .mobile-screenshot .mobile-image{height:360px;border-radius:24px}.screenshots-container.equal-height{align-items:center;height:400px}.screenshots-container.equal-height .desktop-screenshot,.screenshots-container.equal-height .mobile-screenshot{height:100%;display:flex;align-items:center;justify-content:center}.screenshots-container.equal-height .desktop-image.equal-height-image{width:100%;height:auto;max-height:400px;object-fit:contain}.screenshots-container.equal-height .mobile-image.equal-height-image{width:auto;height:360px;object-fit:contain}.desktop-screenshot{flex:2;max-width:700px;position:relative;z-index:2}.mobile-screenshot{flex:1;max-width:220px;position:relative;z-index:3;margin-bottom:-20px}.screenshot-image{border-radius:12px;box-shadow:0 20px 40px #00000026}.desktop-screenshot .screenshot-image{border-radius:16px}.mobile-screenshot .screenshot-image{border-radius:24px;box-shadow:0 15px 30px #00000040;mix-blend-mode:darken;isolation:isolate}@media (max-width: 1024px){.paytrakz-container{padding:0 30px}.paytrakz-main-title{font-size:40px}.paytrakz-subtitle{font-size:18px}.section-title{font-size:32px}.screenshots-container.horizontal-layout{gap:30px;max-width:900px}.desktop-screenshot{max-width:600px}.mobile-screenshot{max-width:200px;margin-bottom:-15px}.screenshots-container.overlap-layout,.screenshots-container.overlap-layout .desktop-screenshot .desktop-image{height:360px}.screenshots-container.overlap-layout .mobile-screenshot .mobile-image{height:320px}.screenshots-container.overlap-layout .mobile-screenshot.overlap-mobile{max-width:200px;right:60px;bottom:-15px}.screenshots-container.equal-height{height:360px}.screenshots-container.equal-height .desktop-image.equal-height-image{max-height:360px}.screenshots-container.equal-height .mobile-image.equal-height-image,.mobile-image{height:320px}.desktop-image{max-height:360px}.paytrakz-section.gradient-background{padding:80px 0}.toggle-btn{padding:10px 28px;font-size:15px}.store-badge{height:50px}.btn-website{padding:12px 32px;font-size:15px}.hero-image-container{padding:0 30px}.hero-main-image{width:100%}}@media (max-width: 768px){.paytrakz-page{padding-top:60px}.paytrakz-header{padding:40px 0 30px}.app-toggle-container{margin:30px 0}.app-toggle{width:90%;max-width:300px}.toggle-btn{padding:10px 20px;font-size:14px;flex:1}.paytrakz-main-title{font-size:32px;line-height:1.3}.paytrakz-subtitle{font-size:16px}.paytrakz-section{padding:60px 0}.paytrakz-section.gradient-background{padding:70px 0}.section-title{font-size:28px}.section-description{font-size:15px}.screenshots-container.horizontal-layout{flex-direction:column;align-items:center;gap:30px;height:auto}.screenshots-container.overlap-layout{height:auto}.screenshots-container.overlap-layout .mobile-screenshot.overlap-mobile{position:relative;right:auto;bottom:auto;order:2;max-width:180px}.screenshots-container.overlap-layout .desktop-screenshot{order:1;max-width:100%}.screenshots-container.overlap-layout .desktop-screenshot .desktop-image,.screenshots-container.overlap-layout .mobile-screenshot .mobile-image{height:auto;max-height:320px}.screenshots-container.equal-height{height:auto}.screenshots-container.equal-height .desktop-image.equal-height-image{max-height:320px}.screenshots-container.equal-height .mobile-image.equal-height-image{height:280px}.desktop-screenshot{max-width:100%;order:1}.mobile-screenshot{max-width:180px;margin-bottom:0;order:2}.mobile-image{height:280px}.section-header{margin-bottom:40px}.store-buttons{flex-direction:column;align-items:center;gap:15px}.store-badge{height:45px}.btn-website{padding:12px 30px;font-size:14px}.hero-image-section{padding:30px 0 0}.hero-image-container{flex-direction:column;gap:20px;padding:0 20px}.hero-main-image{width:100%}}@media (max-width: 480px){.paytrakz-container{padding:0 20px}.paytrakz-main-title{font-size:26px}.paytrakz-subtitle{font-size:14px}.section-title{font-size:24px}.section-description{font-size:14px;line-height:1.5}.paytrakz-section{padding:40px 0}.paytrakz-section.gradient-background{padding:50px 0}.section-header{margin-bottom:30px}.screenshots-container.horizontal-layout{gap:20px}.screenshots-container.overlap-layout .mobile-screenshot.overlap-mobile{max-width:160px}.screenshots-container.equal-height .desktop-image.equal-height-image{max-height:280px}.screenshots-container.equal-height .mobile-image.equal-height-image{height:240px}.mobile-screenshot{max-width:160px}.mobile-image{height:240px}.app-toggle-container{margin:20px 0}.toggle-btn{padding:8px 16px;font-size:13px}.store-badge{height:40px}.btn-website{padding:10px 24px;font-size:13px}}.dairy-app-content{background:linear-gradient(to bottom,#e8f4fb,#f5fafd,#fff 30%,#f5fafd,#e8f4fb 70%,#d4e7f7);min-height:100vh;font-family:Work Sans,sans-serif;position:relative}.dairy-container{max-width:1200px;margin:0 auto;padding:0 40px}.dairy-header{background:transparent;padding:40px 0 30px;text-align:center;position:relative;overflow:hidden}.coming-soon-badge{display:inline-block;background:linear-gradient(135deg,#5b9bd5,#4a8bc2);color:#fff;padding:8px 24px;border-radius:50px;font-family:Work Sans,sans-serif;font-size:14px;font-weight:600;margin-bottom:20px;box-shadow:0 4px 12px #5b9bd54d}.dairy-header:before{content:"";position:absolute;top:-50px;right:15%;width:350px;height:350px;background:radial-gradient(circle,rgba(91,155,213,.5) 0%,rgba(91,155,213,.25) 40%,transparent 70%);border-radius:50%;filter:blur(50px);z-index:0;pointer-events:none}.dairy-header .dairy-container{position:relative;z-index:1}.dairy-main-title{font-family:Times New Roman,Times,serif;font-size:42px;font-weight:400;color:#333;line-height:1.3;max-width:800px;margin:0 auto 16px}.dairy-subtitle{font-family:Work Sans,sans-serif;font-size:16px;font-style:normal;font-weight:400;color:#666;max-width:700px;margin:0 auto 20px;line-height:1.4}.dairy-page .product-name{font-family:Poppins,sans-serif!important;font-size:32px;font-weight:700;margin:20px 0;text-align:center;display:flex;justify-content:center;align-items:center;width:100%}.dairy-text{color:#333}.app-text{color:#5b9bd5}.dairy-section{padding:80px 0;background-color:transparent;position:relative;overflow:hidden}.dairy-section.alt-background{background-color:transparent}.dairy-section.gradient-background{background:transparent;padding:80px 0}.dairy-section.gradient-background:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(91,155,213,.6) 0%,rgba(91,155,213,.35) 40%,transparent 70%);border-radius:50%;filter:blur(80px);z-index:0;pointer-events:none}.dairy-section:nth-child(3):after,.dairy-section:nth-child(4):after,.dairy-section:nth-child(5):after{content:"";position:absolute;top:50%;left:30%;transform:translate(-50%,-50%);width:450px;height:450px;background:radial-gradient(circle,rgba(91,155,213,.5) 0%,rgba(91,155,213,.3) 40%,transparent 70%);border-radius:50%;filter:blur(70px);z-index:0;pointer-events:none}.dairy-section .dairy-container{position:relative;z-index:1}.content-row{display:flex;align-items:center;gap:60px;max-width:1100px;margin:0 auto}.content-row.reverse{flex-direction:row-reverse}.text-content{flex:1;max-width:500px}.image-content{flex:1;display:flex;justify-content:center;align-items:center}.section-title{font-family:Times New Roman,Times,serif;font-size:36px;font-weight:700;color:#333;margin:0 0 24px;line-height:1.2;position:relative}.section-description{font-family:Work Sans,sans-serif;font-size:16px;line-height:1.6;color:#666;margin:0}.mobile-screenshot{max-width:220px;position:relative;z-index:3}.screenshot-image{width:auto;height:360px;object-fit:contain;border-radius:24px;box-shadow:0 15px 30px #00000040;mix-blend-mode:darken;isolation:isolate}@media (max-width: 1024px){.dairy-container{padding:0 30px}.dairy-main-title{font-size:40px}.dairy-subtitle{font-size:18px}.section-title{font-size:32px}.content-row{gap:40px}.mobile-screenshot{max-width:200px}.screenshot-image{height:320px}}@media (max-width: 768px){.dairy-app-content{padding-top:0}.dairy-header{padding:40px 0 30px}.dairy-main-title{font-size:32px;line-height:1.3}.dairy-subtitle{font-size:16px}.dairy-section{padding:60px 0}.section-title{font-size:28px}.section-description{font-size:15px}.content-row{flex-direction:column;gap:30px;text-align:center}.content-row.reverse{flex-direction:column}.text-content{max-width:100%}.mobile-screenshot{max-width:180px}.screenshot-image{height:280px}}@media (max-width: 480px){.dairy-container{padding:0 20px}.dairy-main-title{font-size:26px}.dairy-subtitle{font-size:14px}.section-title{font-size:24px}.section-description{font-size:14px;line-height:1.5}.dairy-section{padding:40px 0}.mobile-screenshot{max-width:160px}.screenshot-image{height:240px}.coming-soon-badge{font-size:12px;padding:6px 18px}}.product-page{background-color:#fff9f1;min-height:100vh;font-family:Work Sans,sans-serif;padding-top:60px}.alert{background-color:#f8990c;color:#fff;padding:12px 20px;border-radius:8px;border:none;font-weight:600;box-shadow:0 2px 8px #ff98004d;margin:10px 0}.alert:hover{background-color:#f57c00;transform:translateY(-1px);box-shadow:0 4px 12px #ff980066}.product-section{padding:0 20px 60px;max-width:1200px;margin:0 auto}.product-header{text-align:center;margin-bottom:60px}.product-title{font-family:Playfair Display,serif;font-size:36px;font-weight:700;color:#12141d;margin:0 0 12px}.product-subtitle{font-family:Work Sans,sans-serif;font-size:16px;line-height:24px;color:#12141d;opacity:.8;max-width:500px;margin:0 auto;letter-spacing:-.5px}.product-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;margin-bottom:80px}.product-info{display:flex;flex-direction:column;gap:40px}.product-name-section{display:flex;flex-direction:column;gap:20px}.product-name{font-family:Times New Roman,serif;font-size:60px;font-weight:700;line-height:1;margin:0;text-align:left}.pay-text{color:#e29f4c}.trakz-text{color:#12141d}.product-tagline{font-family:Work Sans,sans-serif;font-size:20px;font-style:italic;line-height:1.4;color:#12141d;opacity:.8;margin:0;max-width:400px}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.feature-item{display:flex;align-items:flex-start;gap:15px;padding:0;background:transparent;border:none}.feature-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.feature-icon img{width:100%;height:100%;object-fit:contain}.feature-content{flex:1}.feature-title{font-family:Playfair Display,serif;font-size:18px;font-weight:600;color:#12141d;margin:0 0 8px}.feature-description{font-family:Work Sans,sans-serif;font-size:14px;line-height:1.5;color:#12141d;opacity:.7;margin:0}.product-visual{display:flex;justify-content:center;align-items:center;position:relative}.mockup-container{position:relative;width:100%;height:auto;min-height:300px}.desktop-mockup{position:absolute;top:0;right:0;width:480px;height:auto;z-index:2}.desktop-image{width:100%;height:auto;object-fit:contain;border-radius:8px;border:3px solid #000;background:#fff;display:block}.mobile-mockup{position:absolute;bottom:5px;left:20px;width:130px;height:auto;z-index:3}.mobile-image{width:100%;height:auto;object-fit:contain;border-radius:20px;border:none;background:#fff;display:block;box-shadow:0 4px 12px #00000026}.second-product{background:#fff;border-radius:20px;padding:40px;margin-bottom:60px;box-shadow:0 5px 20px #0000000d;border:1px solid rgba(0,0,0,.1)}.second-product-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.second-product-info{display:flex;flex-direction:column;gap:25px}.second-product-name{font-family:Playfair Display,serif;font-size:48px;font-weight:700;color:#12141d;margin:0}.second-product-tagline{font-family:Work Sans,sans-serif;font-size:20px;color:#12141d;opacity:.8;margin:0}.project-inventory{display:flex;flex-direction:column;gap:15px}.inventory-title{font-family:Playfair Display,serif;font-size:20px;font-weight:600;color:#12141d;margin:0}.inventory-items{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.inventory-item{font-family:Work Sans,sans-serif;font-size:14px;color:#12141d;padding:8px 12px;background:#e29f4c1a;border-radius:8px;text-align:center;border:1px solid rgba(226,159,76,.2)}.second-product-visual{display:flex;justify-content:center;align-items:center}.second-mockup{width:100%;max-width:300px}.second-mockup-image{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 25px #00000026;border:1px solid rgba(0,0,0,.1)}.product-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-appstore,.btn-playstore,.btn-website{padding:8px 16px;border-radius:6px;font-family:Work Sans,sans-serif;font-weight:600;font-size:13px;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;gap:8px}.store-badge{height:40px;width:auto}.btn-appstore{color:#fff}.btn-appstore:hover{transform:translateY(-2px)}.btn-playstore{color:#fff}.btn-playstore:hover{transform:translateY(-2px)}.btn-website{background:#e29f4c;color:#fff}.btn-website:hover{background:#d18a3a;transform:translateY(-2px)}.btn-more-products{background:#4a90e2;color:#fff}.btn-more-products:hover{background:#357abd;transform:translateY(-2px)}@media (max-width: 1024px){.product-content{grid-template-columns:1fr;gap:40px}.product-name{font-size:50px}.features-grid{grid-template-columns:1fr 1fr}.desktop-mockup{width:280px}.mobile-mockup{width:100px;bottom:15px;left:15px}.second-product-content{grid-template-columns:1fr;gap:40px;text-align:center}.inventory-items{grid-template-columns:repeat(3,1fr)}}.main-product-image{width:100%;max-width:550px;height:auto;object-fit:contain}.product-name{font-family:Poppins,sans-serif!important;justify-content:flex-start}@media (max-width: 768px){.product-page{padding-top:50px}.product-section{padding:15px 15px 30px}.product-header{margin-bottom:25px}.product-title{font-size:24px}.product-subtitle{font-size:13px;line-height:20px}.product-content{gap:25px}.product-name{font-size:34px}.product-tagline{font-size:15px}.features-grid{grid-template-columns:1fr;gap:14px}.feature-item{padding:0}.feature-title{font-size:14px}.feature-description{font-size:12px}.mockup-container{min-height:auto;display:flex;justify-content:center;align-items:center;position:relative;margin:20px 0;padding:0 10px}.main-product-image{max-width:250px;width:90%;height:auto}.desktop-mockup{width:240px;position:relative}.mobile-mockup{width:85px;bottom:5px;left:5px}.second-product{padding:20px 18px;margin-bottom:30px}.second-product-name{font-size:28px}.second-product-tagline,.inventory-title{font-size:15px}.inventory-items{gap:8px}.inventory-item{font-size:12px;padding:6px 8px}.product-actions{gap:10px;margin-top:20px}.store-badge{height:32px}}@media (max-width: 480px){.product-page{padding-top:40px}.product-section{padding:15px 10px 30px}.product-title{font-size:20px}.product-subtitle{font-size:12px;line-height:18px}.product-name{font-size:30px}.product-tagline{font-size:14px}.feature-item{text-align:left}.mockup-container{min-height:auto;margin:15px 0;padding:0 10px}.main-product-image{max-width:280px;width:90%;height:auto}.desktop-mockup{width:170px}.mobile-mockup{width:65px;bottom:6px;left:6px}.second-product{padding:20px 15px}.second-product-name{font-size:24px}.second-product-tagline{font-size:14px}.inventory-items{grid-template-columns:repeat(2,1fr)}.inventory-item{font-size:11px}.product-actions{flex-direction:column;align-items:center}.btn-appstore,.btn-playstore,.btn-website,.btn-more-products{width:100%;max-width:200px;justify-content:center}.store-badge{height:28px}}@media (max-width: 360px){.product-section{padding:0 8px 25px}.product-title{font-size:20px}.product-subtitle{font-size:12px}.product-name{font-size:32px}.product-tagline{font-size:15px}.desktop-mockup{width:180px}.mobile-mockup{width:70px}.second-product-name{font-size:26px}.inventory-item{font-size:11px}}@media (min-width: 1920px){.product-section{padding:0 40px 80px}.product-title{font-size:44px}.product-subtitle{font-size:20px;max-width:700px}.product-name{font-size:72px}.product-tagline{font-size:24px;max-width:500px}.features-grid{gap:35px}.feature-title{font-size:22px}.feature-description{font-size:17px}.desktop-mockup{width:560px}.mobile-mockup{width:160px}.second-product{padding:50px}.second-product-name{font-size:56px}.second-product-tagline,.inventory-title{font-size:24px}.inventory-item{font-size:17px;padding:10px 16px}.store-badge{height:50px}}.testimonials-page{background-color:#fff;min-height:100vh;font-family:Work Sans,sans-serif;padding-top:80px}.testimonials-section{background-color:#f8f5f0;padding:80px 40px}.testimonials-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}.testimonials-left{padding-right:20px}.testimonials-title{font-family:Playfair Display,serif;font-size:36px;font-weight:600;color:#000;margin:0 0 20px;line-height:1.2}.testimonials-description{font-family:Work Sans,sans-serif;font-size:16px;line-height:26px;color:#666;margin:0}.testimonials-right{display:flex;flex-direction:column;gap:20px}.testimonial-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000014;min-height:200px;transition:all .5s ease;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.testimonial-text{font-family:Work Sans,sans-serif;font-size:15px;line-height:24px;color:#999;font-style:italic;margin:0 0 24px}.testimonial-author{display:flex;align-items:center;gap:16px}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);flex-shrink:0}.author-info{flex:1}.author-name{font-family:Work Sans,sans-serif;font-size:16px;font-weight:600;color:#000;margin:0 0 6px}.author-rating{display:flex;gap:4px}.star{color:#ddd;font-size:18px}.star.filled{color:#ff6b6b}.author-company{font-family:Work Sans,sans-serif;font-size:14px;color:#ff6b6b;font-weight:500}.testimonial-dots{display:flex;justify-content:center;gap:8px}.dot{width:10px;height:10px;border-radius:50%;background-color:#ddd;cursor:pointer;transition:all .3s ease}.dot:hover{background-color:#f99;transform:scale(1.1)}.dot.active{background-color:#ff6b6b;width:12px;height:12px}.faq-section{background-color:#fff;padding:80px 40px}.faq-container{max-width:900px;margin:0 auto;text-align:center}.faq-label{font-family:Work Sans,sans-serif;font-size:14px;color:#f96;text-transform:uppercase;letter-spacing:1px;margin:0 0 16px}.faq-title{font-family:Playfair Display,serif;font-size:32px;font-weight:600;color:#333;margin:0 0 40px}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background-color:#f5f5f5;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-item.open{background-color:#fff;box-shadow:0 2px 12px #0000001a}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;cursor:pointer;font-family:Work Sans,sans-serif;font-size:16px;font-weight:500;color:#333;text-align:left;-webkit-user-select:none;user-select:none}.faq-question:hover{background-color:#00000005}.faq-icon{font-size:24px;font-weight:300;color:#333;flex-shrink:0;transition:transform .3s ease}.faq-answer{padding:0 24px 24px;text-align:left;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{font-family:Work Sans,sans-serif;font-size:14px;line-height:22px;color:#666;margin:0}@media (max-width: 1024px){.testimonials-container{grid-template-columns:1fr;gap:40px}.testimonials-left{text-align:center;padding-right:0}}@media (max-width: 768px){.testimonials-page{padding-top:60px}.testimonials-section,.faq-section{padding:60px 20px}.testimonials-title,.faq-title{font-size:28px}.testimonial-card{padding:24px;min-height:180px}.testimonial-text{font-size:14px}.faq-question{padding:16px 20px;font-size:15px}.faq-answer{padding:0 20px 20px}}@media (max-width: 480px){.testimonials-section,.faq-section{padding:40px 15px}.testimonials-title,.faq-title{font-size:24px}.testimonial-card{min-height:160px}.testimonial-author{flex-wrap:wrap}.author-company{width:100%;margin-top:8px}.faq-question{padding:14px 16px;font-size:14px}.faq-icon{font-size:20px}.faq-answer{padding:0 16px 16px}.faq-answer p{font-size:13px;line-height:20px}}.careers-page{background-color:#f8f5f0;min-height:100vh;font-family:Work Sans,sans-serif;padding-top:80px;padding-bottom:100px;position:relative}.careers-container{max-width:1200px;margin:0 auto;padding:0 40px}.careers-header{padding:80px 0 60px;position:relative;overflow:hidden}.careers-content{max-width:600px;position:relative;z-index:2}.careers-title{font-family:Playfair Display,serif;font-size:48px;font-weight:600;color:#2c2c2c;line-height:1.2;margin:0 0 24px}.careers-description{font-family:Work Sans,sans-serif;font-size:16px;line-height:1.6;color:#666;margin:0 0 16px}.careers-subtitle{font-family:Work Sans,sans-serif;font-size:16px;line-height:1.6;color:#666;margin:0 0 20px}.search-container{display:flex;align-items:center;background:#fff;border-radius:25px;padding:12px 20px;box-shadow:0 4px 15px #0000001a;max-width:400px;margin-top:10px}.search-icon{display:flex;align-items:center;justify-content:center;margin-right:12px;color:#999}.search-input{border:none;outline:none;flex:1;font-family:Work Sans,sans-serif;font-size:14px;color:#333;background:transparent}.search-input::placeholder{color:#999}.careers-thread-decoration{position:absolute;top:80px;right:40px;width:210px;height:210px;z-index:1;pointer-events:none}.careers-thread-image{width:100%;height:100%;object-fit:contain;opacity:.9}.jobs-section{padding:30px 0 40px}.jobs-list{display:flex;flex-direction:column;gap:20px}.job-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 10px #0000000d;border:1px solid #f0f0f0;transition:all .3s ease}.job-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.job-title{font-family:Playfair Display,serif;font-size:24px;font-weight:600;color:#2c2c2c;margin:0;flex:1}.apply-btn{background:#2c2c2c;color:#fff;border:none;border-radius:20px;padding:8px 16px;font-family:Work Sans,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:4px}.apply-btn:hover{background:#f29d38;transform:translateY(-1px)}.job-meta{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.job-department,.job-location,.job-type,.job-experience{background:#f8f8f8;color:#666;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;border:1px solid #e0e0e0}.job-department{background:#e8f4fd;color:#1976d2;border-color:#bbdefb}.job-description{font-family:Work Sans,sans-serif;font-size:14px;line-height:1.6;color:#666;margin:0 0 20px}.job-skills{display:flex;flex-wrap:wrap;gap:8px}.skill-tag{background:#fff3e0;color:#f57c00;padding:4px 10px;border-radius:10px;font-size:11px;font-weight:500;border:1px solid #ffcc02}.no-results{text-align:center;padding:60px 20px;color:#666}.no-results p{font-size:16px;margin:0}@media (max-width: 1024px){.careers-container{padding:0 30px}.careers-title{font-size:40px}.careers-thread-decoration{width:140px;height:140px;top:-60px;right:20px}}@media (max-width: 768px){.careers-page{padding-top:60px;padding-bottom:60px}.careers-header{padding:50px 0 30px}.careers-container{padding:0 20px}.careers-title{font-size:28px;line-height:1.3}.careers-description,.careers-subtitle{font-size:13px}.search-container{max-width:100%;padding:10px 16px}.search-input{font-size:13px}.careers-thread-decoration{display:none!important}.jobs-section{padding:20px 0 30px}.job-card{padding:20px}.job-header{flex-direction:column;align-items:flex-start;gap:12px}.job-title{font-size:20px}.job-meta{gap:8px}.job-department,.job-location,.job-type,.job-experience{font-size:11px;padding:3px 8px}.job-description{font-size:13px}.skill-tag{font-size:10px;padding:3px 8px}}@media (max-width: 480px){.careers-container{padding:0 15px}.careers-title{font-size:24px}.careers-description,.careers-subtitle{font-size:12px}.search-container{padding:10px 16px}.search-input{font-size:12px}.careers-thread-decoration{display:none!important}.job-header{flex-direction:column;align-items:flex-start;gap:12px}.job-meta{gap:8px}.job-department,.job-location,.job-type,.job-experience{font-size:11px;padding:3px 8px}.job-card{padding:16px}.job-title{font-size:18px}.job-description{font-size:13px}.skill-tag{font-size:10px;padding:3px 8px}}.contact-page{min-height:100vh;font-family:Work Sans,sans-serif;position:relative;background:#f29d38;width:100%;padding-top:0}.contact-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 20px 60px;overflow:hidden}.contact-background{position:absolute;inset:0;background:#f29d38;z-index:1}.contact-wave{position:absolute;background:#ffffff26;border-radius:50%;z-index:2}.contact-wave.top-left{width:300px;height:300px;top:-100px;left:-100px;background:linear-gradient(135deg,#fff3,#ffffff1a);animation:float 8s ease-in-out infinite}.contact-wave.bottom-right{width:400px;height:400px;bottom:-150px;right:-150px;background:linear-gradient(45deg,#ffffff26,#ffffff0d);animation:float 10s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(5deg)}}.contact-content{max-width:800px;width:100%;text-align:center;z-index:3;position:relative}.contact-title{font-size:48px;font-weight:700;color:#fff;margin:0 0 24px;line-height:1.2}.contact-subtitle{font-size:18px;color:#fff;line-height:1.5;max-width:600px;margin:0 auto 60px}.contact-form-container{background:#fff;border-radius:20px;padding:50px;box-shadow:0 20px 40px #0000001a;text-align:left}.contact-form{display:flex;flex-direction:column;gap:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:14px;font-weight:500;color:#333}.form-group input,.form-group select,.form-group textarea{padding:16px;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;font-family:Work Sans,sans-serif;transition:border-color .3s ease;background:#f9f9f9}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#f29d38;background:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group textarea{resize:vertical;min-height:120px}.privacy-text{font-size:12px;color:#999;line-height:1.4;margin:0}.submit-btn{background:#f29d38;color:#fff;border:none;border-radius:12px;padding:18px 36px;font-size:16px;font-weight:600;font-family:Work Sans,sans-serif;cursor:pointer;transition:all .3s ease;align-self:center;min-width:150px}.submit-btn:hover:not(:disabled){background:#e08a2a;transform:translateY(-2px);box-shadow:0 8px 20px #f29d384d}.submit-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.success-message{color:#4caf50;font-size:14px;text-align:center;margin:0;padding:12px;background:#e8f5e8;border-radius:8px;border:1px solid #4caf50}.error-message{color:#f44336;font-size:14px;text-align:center;margin:0;padding:12px;background:#ffebee;border-radius:8px;border:1px solid #f44336}@media (max-width: 768px){.contact-page{padding-top:60px}.contact-hero{padding:50px 15px 35px}.contact-title{font-size:32px}.contact-subtitle{font-size:15px;margin-bottom:35px}.contact-form-container{padding:30px 20px;border-radius:16px}.form-row{grid-template-columns:1fr;gap:20px}.form-group{gap:6px}.form-group label{font-size:13px}.form-group input,.form-group select,.form-group textarea{padding:14px;font-size:15px}.contact-wave.top-left{width:200px;height:200px;top:-50px;left:-50px}.contact-wave.bottom-right{width:250px;height:250px;bottom:-100px;right:-100px}}@media (max-width: 480px){.contact-title{font-size:28px}.contact-subtitle{font-size:14px}.contact-form-container{padding:20px 15px}.form-group input,.form-group select,.form-group textarea{padding:12px;font-size:14px}.submit-btn{padding:14px 28px;font-size:14px}}@media (max-width: 360px){.contact-hero{padding:70px 15px 50px}.contact-title{font-size:24px}.contact-subtitle{font-size:13px}.contact-form-container{padding:18px 12px;border-radius:12px}.form-group input,.form-group select,.form-group textarea{padding:10px;font-size:13px}.submit-btn{padding:12px 24px;font-size:13px;min-width:130px}}@media (min-width: 1920px){.contact-hero{padding:100px 40px 80px}.contact-content{max-width:1000px}.contact-title{font-size:64px}.contact-subtitle{font-size:22px;max-width:800px}.contact-form-container{padding:60px;border-radius:24px}.form-row{gap:30px}.form-group label{font-size:16px}.form-group input,.form-group select,.form-group textarea{padding:18px;font-size:18px}.form-group textarea{min-height:150px}.submit-btn{padding:20px 44px;font-size:18px;min-width:180px}.contact-wave.top-left{width:400px;height:400px}.contact-wave.bottom-right{width:500px;height:500px}}.footer .logo-container{display:flex;align-items:center;margin-bottom:16px}.footer .logo-link{display:flex;align-items:center;text-decoration:none}.footer .logo-image{height:40px;width:auto;display:block}.footer{background:#fff;border-top:1px solid #eaeef5;padding:48px 20px 20px;margin-top:0}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;align-items:start}.footer-left{display:flex;flex-direction:column;gap:20px}.footer-logo{display:flex;flex-direction:column;gap:16px}.contact-info{display:flex;flex-direction:column;gap:8px}.contact-info p{color:#8c8c91;font-size:12px;margin:0;line-height:1.4}.social-links{display:flex;gap:12px;flex-wrap:wrap}.social-link{color:#8c8c91;text-decoration:none;font-size:10px;transition:color .3s ease;display:flex;align-items:center;gap:4px;padding:6px 8px;border-radius:4px;border:1px solid transparent}.social-link:hover{color:#f29d38;border-color:#f29d38}.social-icon{font-size:14px}.footer-center{display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer-section{display:flex;flex-direction:column;gap:12px}.footer-title{font-family:Playfair Display,serif;font-size:13px;font-weight:600;color:#0b0c14;margin:0}.footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-list li a{color:#8c8c91;text-decoration:none;font-size:11px;transition:color .3s ease;font-family:Work Sans,sans-serif;cursor:pointer}.footer-list li a:hover{color:#f29d38}.footer-right{display:flex;flex-direction:column;gap:16px}.footer-bottom{border-top:1px solid #e5e5e5;margin-top:30px;padding-top:20px;text-align:center}.copyright{color:#8c8c91;font-size:10px;margin:0;font-family:Work Sans,sans-serif}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:8px;max-width:800px;width:90%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 30px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #eaeef5;background:#fff;border-radius:8px 8px 0 0}.modal-title{font-family:Playfair Display,serif;font-size:18px;font-weight:600;color:#0b0c14;margin:0}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#8c8c91;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .3s ease}.modal-close:hover{background:#f29d38;color:#fff}.modal-body{flex:1;overflow-y:auto;padding:24px}.modal-text{white-space:pre-wrap;font-family:Work Sans,sans-serif;font-size:12px;line-height:1.6;color:#333;margin:0}.modal-footer{padding:16px 24px;border-top:1px solid #eaeef5;display:flex;justify-content:flex-end;background:#fff;border-radius:0 0 8px 8px}.modal-close-btn{background:#f29d38;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-size:12px;font-weight:600;font-family:Work Sans,sans-serif;cursor:pointer;transition:background .3s ease}.modal-close-btn:hover{background:#e08e2b}@media (max-width: 768px){.footer{padding:40px 20px 20px}.footer-content{grid-template-columns:1fr;gap:30px;text-align:center}.footer-left{order:1}.contact-info{gap:12px;margin-bottom:20px}.email{font-size:13px}.address{font-size:12px;line-height:18px}.social-links{gap:12px;flex-wrap:wrap;justify-content:center}.social-link{font-size:12px;padding:8px 14px}.footer-center{grid-template-columns:1fr;gap:25px;order:2}.footer-section{text-align:center}.footer-title{font-size:16px;margin-bottom:12px}.footer-list{gap:10px}.footer-list li a{font-size:13px}.footer-right{order:3}.footer-bottom{margin-top:30px;padding-top:20px}.copyright{font-size:11px}.footer .logo-image{height:35px}.modal-content{width:95%;max-height:85vh}.modal-header,.modal-body{padding:16px 20px}.modal-title{font-size:16px}.modal-text{font-size:11px}.modal-footer{padding:12px 20px}}@media (max-width: 480px){.footer{padding:25px 10px 12px}.footer-content{gap:25px}.footer-center{gap:16px}.footer-section{gap:8px}.footer-title{font-size:11px}.footer-list li a{font-size:9px}.contact-info p{font-size:10px}.social-link{font-size:8px}.footer .logo-image{height:30px}.copyright{font-size:9px}.modal-overlay{padding:10px}.modal-content{width:100%;max-height:90vh}.modal-header,.modal-body{padding:12px 16px}.modal-title{font-size:14px}.modal-text{font-size:10px}.modal-footer{padding:10px 16px}.modal-close-btn{font-size:11px;padding:6px 12px}}.da-page{height:100vh;background:#f8f5f0;font-family:Work Sans,sans-serif;display:flex;align-items:center;justify-content:center;padding:0 20px;position:relative;overflow:hidden}.da-bg-orb{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.da-orb-1{width:360px;height:360px;top:-100px;right:-80px;background:radial-gradient(circle,rgba(242,157,56,.14) 0%,transparent 70%)}.da-orb-2{width:260px;height:260px;bottom:-60px;left:-60px;background:radial-gradient(circle,rgba(242,157,56,.09) 0%,transparent 70%)}.da-wrapper{width:100%;max-width:500px;position:relative;z-index:1;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 100px)}.da-header{text-align:center;flex-shrink:0;display:flex;flex-direction:column;gap:4px}.da-eyebrow{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#f29d38;background:#f29d381a;padding:3px 10px;border-radius:20px;margin:0 auto;width:fit-content}.da-title{font-family:Playfair Display,serif;font-size:26px;font-weight:700;color:#2c2c2c;margin:0;line-height:1.2}.da-subtitle{font-size:12px;color:#999;line-height:1.5;margin:0}.da-card{background:#fff;border-radius:18px;padding:22px 26px;box-shadow:0 4px 24px #00000012,0 1px 4px #0000000a;border:1px solid rgba(0,0,0,.05);overflow-y:auto;max-height:calc(100vh - 200px)}.da-card::-webkit-scrollbar{width:4px}.da-card::-webkit-scrollbar-track{background:transparent}.da-card::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}.da-card::-webkit-scrollbar-thumb:hover{background:#f29d38}.da-form{display:flex;flex-direction:column;gap:14px}.da-form-group{display:flex;flex-direction:column;gap:7px}.da-label{font-size:11.5px;font-weight:600;color:#2c2c2c;letter-spacing:.01em}.da-required{color:#e05a2b;margin-left:2px}.da-phone-row{display:flex;gap:8px}.da-country-select{flex:0 0 195px;min-width:0}.da-mobile-input{flex:1;min-width:0}.da-select,.da-input{padding:9px 12px;border:1.5px solid #e0e0e0;border-radius:9px;font-size:13px;font-family:Work Sans,sans-serif;color:#2c2c2c;background:#fafafa;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;width:100%;outline:none;appearance:none;-webkit-appearance:none}.da-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238c8c91' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:28px}.da-select:focus,.da-input:focus{border-color:#f29d38;background:#fff;box-shadow:0 0 0 3px #f29d381a}.da-input::placeholder{color:#bbb}.da-reasons{display:grid;grid-template-columns:1fr 1fr;gap:7px}.da-radio-label{display:flex;align-items:center;gap:8px;padding:8px 11px;border:1.5px solid #e8e8e8;border-radius:8px;cursor:pointer;transition:border-color .2s ease,background .2s ease;background:#fafafa;-webkit-user-select:none;user-select:none;height:100%}.da-radio-label:hover{border-color:#f29d38;background:#fff9f2}.da-radio-selected{border-color:#f29d38!important;background:#fff9f2!important}.da-radio-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.da-radio-custom{width:14px;height:14px;min-width:14px;border-radius:50%;border:2px solid #ccc;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease;position:relative;flex-shrink:0}.da-radio-selected .da-radio-custom{border-color:#f29d38}.da-radio-selected .da-radio-custom:after{content:"";width:6px;height:6px;border-radius:50%;background:#f29d38;position:absolute}.da-radio-text{font-size:11.5px;color:#555;font-weight:400;line-height:1.3}.da-radio-selected .da-radio-text{color:#2c2c2c;font-weight:500}.da-specify-wrapper{display:flex;flex-direction:column;gap:5px;margin-top:8px;animation:da-slide-in .2s ease forwards}@keyframes da-slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.da-specify-label{font-size:11.5px;font-weight:600;color:#2c2c2c}.da-specify-optional{font-size:10.5px;font-weight:400;color:#aaa;margin-left:4px}.da-specify-textarea{padding:10px 14px;border:1.5px solid #e0e0e0;border-radius:10px;font-size:13px;font-family:Work Sans,sans-serif;color:#2c2c2c;background:#fafafa;resize:none;outline:none;width:100%;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.da-specify-textarea:focus{border-color:#f29d38;background:#fff;box-shadow:0 0 0 3px #f29d381a}.da-specify-textarea::placeholder{color:#bbb;font-style:italic}.da-error{font-size:12px;color:#e05a2b;background:#fff1ec;border:1px solid #f7c5ae;border-radius:7px;padding:7px 11px;margin:0}.da-disclaimer{display:flex;align-items:flex-start;gap:6px;font-size:11px;color:#bbb;line-height:1.4}.da-disclaimer svg{flex-shrink:0;margin-top:1px;color:#ddd}.da-submit-btn{background:#2c2c2c;color:#fff;border:none;border-radius:9px;padding:12px 24px;font-size:13.5px;font-weight:600;font-family:Work Sans,sans-serif;cursor:pointer;transition:background .25s ease,transform .2s ease,box-shadow .25s ease;width:100%;letter-spacing:.01em}.da-submit-btn:hover{background:#f29d38;transform:translateY(-2px);box-shadow:0 8px 20px #f29d3847}.da-submit-btn:active{transform:translateY(0)}.da-modal-overlay{position:fixed;inset:0;background:#0f0f0f80;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:da-fade-in .18s ease forwards}@keyframes da-fade-in{0%{opacity:0}to{opacity:1}}.da-modal{background:#fff;border-radius:20px;padding:36px 32px 30px;max-width:400px;width:100%;text-align:center;box-shadow:0 24px 64px #00000024;border:1px solid rgba(0,0,0,.05);animation:da-modal-pop .22s cubic-bezier(.34,1.56,.64,1) forwards;display:flex;flex-direction:column;align-items:center;gap:12px}@keyframes da-modal-pop{0%{transform:scale(.88);opacity:0}to{transform:scale(1);opacity:1}}.da-modal-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#f29d38,#e08a2a);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.da-modal-title{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:#2c2c2c;margin:0}.da-modal-desc{font-size:13px;color:#666;line-height:1.65;margin:0;max-width:300px}.da-modal-desc strong{color:#2c2c2c;font-weight:600}.da-modal-confirm-text{font-size:13px;font-weight:600;color:#444;margin:0}.da-modal-actions{display:flex;gap:10px;width:100%;margin-top:6px}.da-modal-btn{flex:1;padding:12px 14px;border-radius:10px;font-size:13px;font-weight:600;font-family:Work Sans,sans-serif;cursor:pointer;border:none;transition:all .2s ease;letter-spacing:.01em}.da-modal-cancel{background:#f2f2f2;color:#555;border:1.5px solid #e0e0e0}.da-modal-cancel:hover{background:#e8e8e8;color:#2c2c2c}.da-modal-delete{background:#2c2c2c;color:#fff}.da-modal-delete:hover:not(:disabled){background:#f29d38;transform:translateY(-2px);box-shadow:0 8px 20px #f29d3847}.da-modal-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important}.da-modal-api-error{font-size:12px;color:#e05a2b;background:#fff1ec;border:1px solid #f7c5ae;border-radius:8px;padding:8px 12px;margin:0;width:100%;text-align:center}.da-spinner-row{display:flex;align-items:center;justify-content:center;gap:8px}.da-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:da-spin .7s linear infinite;flex-shrink:0}@keyframes da-spin{to{transform:rotate(360deg)}}.da-success-wrapper{width:100%;max-width:460px;background:#fff;border-radius:20px;padding:44px 36px;box-shadow:0 4px 24px #00000012;border:1px solid rgba(0,0,0,.05);text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px;position:relative;z-index:1}.da-success-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#f29d38,#e08a2a);display:flex;align-items:center;justify-content:center;color:#fff;animation:da-pop .4s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes da-pop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.da-success-title{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:#2c2c2c;margin:0}.da-success-message{font-size:14px;color:#555;line-height:1.65;margin:0;max-width:340px}.da-success-message strong{color:#f29d38}.da-success-note{font-size:12px;color:#aaa;line-height:1.5;margin:0}.da-success-note a{color:#f29d38;text-decoration:none;font-weight:500}.da-success-note a:hover{text-decoration:underline}@media (min-width: 1400px){.da-wrapper{max-width:560px}.da-title{font-size:30px}.da-card{padding:28px 32px;max-height:calc(100vh - 180px)}}@media (max-width: 900px){.da-wrapper{max-width:94vw}.da-card{max-height:calc(100vh - 180px)}}@media (max-width: 680px){.da-page{height:auto;min-height:100vh;padding:76px 20px 40px;align-items:flex-start;overflow-y:auto}.da-wrapper{max-width:100%;max-height:none}.da-card{max-height:none;overflow-y:visible;padding:20px}.da-title{font-size:24px}.da-reasons{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.da-page{padding:70px 16px 36px}.da-card{padding:18px 16px;border-radius:14px}.da-title{font-size:22px}.da-subtitle{font-size:11.5px}.da-phone-row{flex-direction:column;gap:8px}.da-country-select{flex:none;width:100%}.da-reasons{grid-template-columns:1fr}.da-radio-label{padding:9px 12px}.da-radio-text{font-size:12px}.da-specify-textarea{font-size:13px}.da-submit-btn{padding:13px 20px;font-size:13px}.da-modal{padding:28px 18px 22px;border-radius:16px}.da-modal-title{font-size:19px}.da-modal-desc{font-size:12.5px}.da-modal-actions{flex-direction:column;gap:8px}.da-modal-btn{width:100%;padding:13px}.da-success-wrapper{padding:32px 20px;border-radius:16px}.da-success-title{font-size:20px}.da-success-message{font-size:13px}}@media (max-width: 360px){.da-page{padding:64px 12px 28px}.da-card{padding:16px 14px}.da-eyebrow{font-size:9px}.da-title{font-size:20px}.da-form{gap:12px}.da-label{font-size:11px}.da-select,.da-input{font-size:12.5px;padding:8px 10px}.da-radio-text{font-size:11.5px}.da-submit-btn{font-size:12.5px;padding:12px}.da-modal{padding:24px 14px 18px}.da-modal-icon{width:46px;height:46px}.da-modal-title{font-size:17px}.da-success-wrapper{padding:28px 16px}.da-success-icon{width:52px;height:52px}.da-success-title{font-size:18px}}.da-toast{position:fixed;bottom:28px;right:28px;z-index:99999;display:flex;align-items:center;gap:10px;background:#fff;border-radius:12px;padding:13px 16px 13px 14px;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f;border:1px solid rgba(0,0,0,.06);max-width:340px;min-width:260px;font-family:Work Sans,sans-serif;border-left:3.5px solid #e05a2b;animation:da-toast-in .3s cubic-bezier(.34,1.56,.64,1) forwards;overflow:hidden}.da-toast-warning{border-left-color:#f29d38}@keyframes da-toast-in{0%{opacity:0;transform:translateY(16px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.da-toast-icon{display:flex;align-items:center;flex-shrink:0;color:#e05a2b}.da-toast-warning .da-toast-icon{color:#f29d38}.da-toast-msg{flex:1;font-size:12.5px;font-weight:500;color:#2c2c2c;line-height:1.45}.da-toast-close{background:none;border:none;cursor:pointer;padding:3px;color:#bbb;display:flex;align-items:center;border-radius:4px;transition:color .2s ease,background .2s ease;flex-shrink:0}.da-toast-close:hover{color:#555;background:#f4f4f4}.da-toast-bar{position:absolute;bottom:0;left:0;height:2.5px;width:100%;background:#e05a2b;opacity:.28;transform-origin:left;animation:da-toast-bar 4.5s linear forwards}.da-toast-warning .da-toast-bar{background:#f29d38}@keyframes da-toast-bar{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width: 480px){.da-toast{right:12px;left:12px;bottom:16px;max-width:unset;min-width:unset}}#root{max-width:100vw;margin:0;padding:0;text-align:left}.App{min-height:100vh;width:100%}.main-content{width:100%}.main-content section{width:100%;padding:0;margin:0}.main-content section#home{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center}html{scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;font-family:Work Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#f29d38;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#e08a2a}::selection{background:#f29d38;color:#fff}::-moz-selection{background:#f29d38;color:#fff}#home{background-color:#fff9f1}#services,#product,#about{background-color:#fff}
