@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@300;400;500;600;700&display=swap";.theme-toggle:where(.astro-DZ5H74BC){background:none;border:none;padding:12px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:1.8rem;color:var(--text-color)}.theme-toggle:where(.astro-DZ5H74BC):hover{background:var(--hover-bg)}.theme-toggle:where(.astro-DZ5H74BC) svg:where(.astro-DZ5H74BC){width:24px;height:24px;stroke:currentColor}.moon-icon:where(.astro-DZ5H74BC){display:none}.sun-icon:where(.astro-DZ5H74BC){display:block}[data-theme=light] .theme-toggle:where(.astro-DZ5H74BC){color:var(--text-color)}[data-theme=light] .theme-toggle:where(.astro-DZ5H74BC):hover{background:var(--hover-bg)}[data-theme=light] .theme-toggle:where(.astro-DZ5H74BC) .sun-icon:where(.astro-DZ5H74BC){display:block}[data-theme=light] .theme-toggle:where(.astro-DZ5H74BC) .moon-icon:where(.astro-DZ5H74BC){display:none}[data-theme=dark] .theme-toggle:where(.astro-DZ5H74BC){color:var(--text-color)}[data-theme=dark] .theme-toggle:where(.astro-DZ5H74BC):hover{background:var(--hover-bg)}[data-theme=dark] .theme-toggle:where(.astro-DZ5H74BC) .moon-icon:where(.astro-DZ5H74BC){display:block}[data-theme=dark] .theme-toggle:where(.astro-DZ5H74BC) .sun-icon:where(.astro-DZ5H74BC){display:none}.language-selector:where(.astro-LTPQZWIW){margin:0 1rem}select:where(.astro-LTPQZWIW){padding:.8rem 3rem .8rem 1.2rem;border-radius:30px;border:1px solid var(--border-color);background-color:var(--card-background);color:var(--text-color);cursor:pointer;font-size:1.6rem;font-weight:500;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.5rem}select:where(.astro-LTPQZWIW):hover{border-color:var(--accent);transform:translateY(-2px)}select:where(.astro-LTPQZWIW):focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #ff6b6b33}.nav:where(.astro-3EF6KSR2){position:fixed;top:0;left:0;right:0;background:var(--background);padding:20px 0;z-index:1000;border-bottom:1px solid rgba(0,0,0,.1);transition:all .3s ease}.nav:where(.astro-3EF6KSR2).scrolled{padding:10px 0;background:var(--background)}.nav:where(.astro-3EF6KSR2).scrolled .logo:where(.astro-3EF6KSR2) img:where(.astro-3EF6KSR2){height:80px}.nav:where(.astro-3EF6KSR2) .skip-link:where(.astro-3EF6KSR2){position:absolute;top:-40px;left:0;background:var(--accent);color:#fff;padding:8px;z-index:100;transition:top .3s ease}.nav:where(.astro-3EF6KSR2) .skip-link:where(.astro-3EF6KSR2):focus{top:0}.nav:where(.astro-3EF6KSR2) .container:where(.astro-3EF6KSR2){max-width:1200px;margin:0 auto;padding:0;background:var(--background)}.nav:where(.astro-3EF6KSR2) .row:where(.astro-3EF6KSR2){display:flex;justify-content:space-between;align-items:center;gap:2rem;min-height:100px;background:var(--background)}.nav:where(.astro-3EF6KSR2) .one-third:where(.astro-3EF6KSR2){display:flex;align-items:center;flex-shrink:0;margin:0;padding:0;width:auto}.nav:where(.astro-3EF6KSR2) .logo:where(.astro-3EF6KSR2){display:flex;align-items:center;justify-content:flex-start;height:120px}.nav:where(.astro-3EF6KSR2) .logo:where(.astro-3EF6KSR2) img:where(.astro-3EF6KSR2){height:120px;width:auto;max-width:100%;object-fit:contain;transition:height .3s ease}.nav:where(.astro-3EF6KSR2) .mobile-menu-toggle:where(.astro-3EF6KSR2){display:none;background:none;border:none;cursor:pointer;padding:10px;z-index:1000}.nav:where(.astro-3EF6KSR2) .mobile-menu-toggle:where(.astro-3EF6KSR2) span:where(.astro-3EF6KSR2){display:block;width:25px;height:2px;background:var(--text-color);margin:5px 0;transition:all .3s ease}.nav:where(.astro-3EF6KSR2) .mobile-menu-toggle:where(.astro-3EF6KSR2)[aria-expanded=true] span:where(.astro-3EF6KSR2):nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav:where(.astro-3EF6KSR2) .mobile-menu-toggle:where(.astro-3EF6KSR2)[aria-expanded=true] span:where(.astro-3EF6KSR2):nth-child(2){opacity:0}.nav:where(.astro-3EF6KSR2) .mobile-menu-toggle:where(.astro-3EF6KSR2)[aria-expanded=true] span:where(.astro-3EF6KSR2):nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav:where(.astro-3EF6KSR2) .nav-links:where(.astro-3EF6KSR2){display:flex;gap:1.2rem;margin:0;padding:0;list-style:none;align-items:center;flex-wrap:nowrap;justify-content:center;overflow-x:auto;min-width:0}.nav:where(.astro-3EF6KSR2) .nav-links:where(.astro-3EF6KSR2) .nav-link:where(.astro-3EF6KSR2){color:var(--text-color);text-decoration:none;font-size:1.7rem;font-weight:500;transition:color .3s ease;padding:5px 0;white-space:nowrap}.nav:where(.astro-3EF6KSR2) .nav-links:where(.astro-3EF6KSR2) .nav-link:where(.astro-3EF6KSR2):hover{color:var(--accent)}.nav:where(.astro-3EF6KSR2) .nav-links:where(.astro-3EF6KSR2) .nav-link:where(.astro-3EF6KSR2):focus{outline:2px solid var(--accent);outline-offset:4px}.nav:where(.astro-3EF6KSR2) .nav-cta:where(.astro-3EF6KSR2){display:flex;align-items:center;justify-content:flex-start;gap:1rem;flex-wrap:nowrap;flex-shrink:0}.nav:where(.astro-3EF6KSR2) .nav-cta:where(.astro-3EF6KSR2) .button:where(.astro-3EF6KSR2){padding:10px 18px;border-radius:30px;font-size:1.1rem;font-weight:500;transition:all .3s ease;text-align:center;display:inline-flex;align-items:center;background:var(--accent);color:#fff;border:none;white-space:nowrap;line-height:1.2}.nav:where(.astro-3EF6KSR2) .nav-cta:where(.astro-3EF6KSR2) .button:where(.astro-3EF6KSR2):hover{background:var(--accent-dark);transform:translateY(-2px)}.nav:where(.astro-3EF6KSR2) :dir(rtl):where(.astro-3EF6KSR2) .nav-cta:where(.astro-3EF6KSR2){justify-content:flex-end}.nav:where(.astro-3EF6KSR2) :dir(rtl):where(.astro-3EF6KSR2) .main-language-select:where(.astro-3EF6KSR2){direction:rtl;text-align:right;margin-left:2rem}@media (max-width: 900px){.nav:where(.astro-3EF6KSR2) .row:where(.astro-3EF6KSR2){grid-template-columns:1fr;min-height:unset;gap:15px;padding-top:40px}.nav:where(.astro-3EF6KSR2) .nav-links:where(.astro-3EF6KSR2){gap:1rem;flex-wrap:wrap;justify-content:center}.nav:where(.astro-3EF6KSR2) .nav-cta:where(.astro-3EF6KSR2){justify-content:center;min-width:unset}.nav:where(.astro-3EF6KSR2) .nav-cta:where(.astro-3EF6KSR2) .button:where(.astro-3EF6KSR2){max-width:100%;font-size:1rem;padding:8px 12px}}:root{--background: #ffffff;--text-color: #333333;--secondary-text: #666666;--accent: #ff6b6b;--accent-dark: #ff5252;--border-color: #e0e0e0;--card-background: #ffffff;--hover-bg: rgba(0, 0, 0, .05);--hero-text: #333333;--hero-secondary: #666666;--testimonial-bg: #f8f8f8;--testimonial-text: #333333;--testimonial-name: #333333;--testimonial-title: #666666;--icon-filter: none}[data-theme=dark]{--background: #1a1a1a;--text-color: #ffffff;--secondary-text: #cccccc;--accent: #ff6b6b;--accent-dark: #ff5252;--border-color: #333333;--card-background: #2a2a2a;--hover-bg: rgba(255, 255, 255, .1);--hero-text: #ffffff;--hero-secondary: #999999;--testimonial-bg: #2a2a2a;--testimonial-text: #ffffff;--testimonial-name: #ffffff;--testimonial-title: #999999;--icon-filter: invert(1)}html,body{font-family:var(--base-font);margin:0;scroll-behavior:smooth;background-color:var(--background);color:var(--text-color)}.block{display:block}.flex{display:flex}.flex.center{justify-content:center}.flex.js{justify-content:space-between}.text-container{max-width:600px;margin:50px auto}.h1-title,.h2-title,.s-subtitle,.l-subtitle{font-weight:700;color:var(--text-color)}.h1-title{font-size:5.5rem}.h2-title{font-size:4rem}.l-subtitle{font-size:2.5rem}.s-margin{margin-bottom:5px}.m-margin{margin-bottom:2rem}.md-width{width:300px}.s-paragraph{font-size:1.6rem;color:var(--secondary-text)}p{font-size:2rem;color:var(--text-color)}.button{border-radius:8px;color:var(--text-color);background-color:var(--card-background);border-color:var(--border-color)}.button.button-primary,.button.button-primary:hover,.button.button-primary:focus{background:var(--accent);border-color:var(--accent)}.button:hover{opacity:.8;color:var(--text-color)}section{padding:70px 0;background-color:var(--background)}.center{text-align:center}.product-cta{max-width:250px;margin:0 auto}.product-cta .button{margin-bottom:3px}body{background:var(--background);color:var(--text-color)}.container{background-color:var(--background)}input[type=email],input[type=number],input[type=search],input[type=text],input[type=tel],input[type=url],input[type=password],textarea,select{background-color:var(--card-background);color:var(--text-color);border-color:var(--border-color)}h1,h2,h3,h4,h5,h6{color:var(--text-color)}.button,button,input[type=submit],input[type=reset],input[type=button]{color:var(--text-color);background-color:var(--card-background);border-color:var(--border-color)}section{background-color:var(--background)!important}dialog.modal{padding:2rem;background:var(--card-background);color:var(--text-color);border:1px solid var(--border-color);border-radius:8px;max-width:400px;text-align:center}dialog.modal .dialog-image{width:200px;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}dialog.modal::backdrop{background:rgba(0,0,0,.7)}dialog.modal h2{margin-top:0;color:var(--accent)}dialog.modal .small-text{font-size:1.4rem;color:var(--secondary-text);font-style:italic}dialog.modal .highlight-text{color:var(--accent);font-weight:700;font-size:1.6rem}dialog.modal .button{display:block;width:100%;margin-top:1rem}dialog.modal .button:last-child{font-size:1.4rem}footer{background-color:var(--card-background);padding:4rem 0;border-top:1px solid var(--border-color);margin-top:4rem}footer .footer-link a{color:var(--text-color);text-decoration:none;font-size:1.8rem;font-weight:500;transition:color .3s ease;margin-right:2rem}footer .footer-link a:hover{color:var(--accent)}footer .footer-note p{color:var(--secondary-text);font-size:1.6rem}footer .legal-container{margin-top:3rem;padding-top:3rem;border-top:1px solid var(--border-color)}footer .legal-container .footer-content p{color:var(--secondary-text);font-size:1.6rem;margin:.5rem 0}footer .wardrome-container{margin-top:2rem;padding-top:2rem}footer .wardrome-container .footer-separator{border:none;height:1px;background-color:var(--border-color);margin:0 0 2rem}footer .wardrome-container .footer-content{text-align:center}footer .wardrome-container .footer-content p{color:var(--secondary-text);font-size:1.4rem;margin:0}footer .wardrome-container .footer-content p a{color:var(--accent);text-decoration:none;transition:color .3s ease}footer .wardrome-container .footer-content p a:hover{color:var(--accent-dark)}.nav{background:var(--card-background);border-bottom:1px solid var(--border-color)}.nav .container,.nav .row{background:var(--card-background)}.nav nav ul li a{color:var(--text-color)}.button{color:var(--text-color);background-color:var(--card-background);border-color:var(--border-color)}.button.button-primary{color:#fff;background:var(--accent);border-color:var(--accent)}svg{stroke:var(--icon-color)}footer{background-color:var(--card-background);border-top:1px solid var(--border-color)}footer .footer-link a{color:var(--text-color)}footer .footer-note p{color:var(--secondary-text)}footer .legal-container{border-top:1px solid var(--border-color)}footer .legal-container .footer-content p{color:var(--secondary-text)}dialog.modal{background:var(--card-background);color:var(--text-color);border:1px solid var(--border-color)}dialog.modal h2{color:var(--accent)}dialog.modal .small-text{color:var(--secondary-text)}dialog.modal .highlight-text{color:var(--accent)}.product-hero{background:var(--background);color:var(--hero-text)}.product-hero .hero-copy .h1-title{background:linear-gradient(135deg,var(--accent) 0%,#ff8e8e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-hero .hero-copy .h2-subtitle{color:var(--hero-text)}.product-hero .hero-copy p{color:var(--hero-secondary)}.product-reviews{background-color:var(--background)}.product-reviews .testimonial-card{background:var(--testimonial-bg)}.product-reviews .testimonial-card .testimonial-text{color:var(--testimonial-text)}.product-reviews .testimonial-card .customer-name{color:var(--testimonial-name)}.product-reviews .testimonial-card .customer-title{color:var(--testimonial-title)}.product-reviews .text-container h3{color:var(--accent)}.product-reviews .text-container p{color:var(--secondary-text)}.product-brief{background-color:var(--background)}.product-brief .feature-content .feature-title{background:linear-gradient(135deg,var(--accent) 0%,#ff8e8e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-brief .feature-content .feature-description{color:var(--secondary-text)}.product-brief .feature-content .feature-item{background:var(--testimonial-bg)}.product-brief .feature-content .feature-item h3{color:var(--text-color)}.product-brief .feature-content .feature-item p{color:var(--secondary-text)}.pricing-table{background-color:var(--background)!important}.pricing-table .price-item{background-color:var(--card-background);border:1px solid var(--border-color)}.pricing-table .price-item .price-header h5{color:var(--text-color)}.pricing-table .price-item .price-header h3{color:var(--accent)}.pricing-table .price-item .price-header h3 .s-paragraph{color:var(--secondary-text)}.pricing-table .price-item .price-list p{color:var(--secondary-text);opacity:1;font-weight:500}.pricing-table .text-container h3{color:var(--accent)}.pricing-table .text-container p{color:var(--secondary-text);opacity:.9}[data-theme=dark] .pricing-table .price-item .price-list p,[data-theme=dark] .pricing-table .text-container p,[data-theme=dark] .pricing-table .price-header h5{color:#fff!important;opacity:.95!important;font-weight:600}[dir=rtl] html,[dir=rtl] body{font-family:Noto Sans Arabic,Manrope,sans-serif}[dir=rtl] .nav .row{grid-template-columns:1fr 3.4fr .8fr}[dir=rtl] .nav .nav-cta{justify-content:flex-start}[dir=rtl] .footer-link{justify-content:flex-end}[dir=rtl] .footer-note .u-pull-right{text-align:left}[dir=rtl] .container .row{direction:rtl}[dir=rtl] .center{text-align:center}[dir=rtl] .button,[dir=rtl] input,[dir=rtl] textarea,[dir=rtl] select{direction:rtl}[dir=rtl] .nav-links{flex-direction:row-reverse}[dir=rtl] .footer-link a{margin-right:0;margin-left:2rem}[dir=rtl] .language-selector select{direction:rtl;text-align:right}[dir=rtl] .pricing-table .price-item,[dir=rtl] .product-reviews .testimonial-card,[dir=rtl] .product-brief .feature-item{direction:rtl}[dir=rtl] .wardrome-container .footer-content{text-align:center}.product-hero:where(.astro-BBE6DXRZ){padding:180px 0 80px;background:var(--background);color:var(--text-color);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.product-hero:where(.astro-BBE6DXRZ) .container:where(.astro-BBE6DXRZ){position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center}.product-hero:where(.astro-BBE6DXRZ) .d-table:where(.astro-BBE6DXRZ){width:100%;display:flex;align-items:center;justify-content:center}.product-hero:where(.astro-BBE6DXRZ) .d-table-cell:where(.astro-BBE6DXRZ){display:flex;align-items:center;justify-content:center;width:100%}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ){text-align:center;max-width:800px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) .h1-title:where(.astro-BBE6DXRZ){font-size:5.5rem;font-weight:700;margin:0;background:linear-gradient(135deg,var(--accent) 0%,#ff8e8e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) .h2-subtitle:where(.astro-BBE6DXRZ){font-size:2.5rem;font-weight:500;margin:20px 0;color:var(--text-color);letter-spacing:-.01em}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) p:where(.astro-BBE6DXRZ){font-size:1.4rem;line-height:1.6;color:var(--secondary-text);max-width:600px;margin:0 auto 40px}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) .product-cta:where(.astro-BBE6DXRZ){display:flex;gap:20px;justify-content:center;margin-top:40px;align-items:center}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) .product-cta:where(.astro-BBE6DXRZ) .button:where(.astro-BBE6DXRZ){padding:15px 30px;border-radius:30px;font-size:1.1rem;font-weight:500;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) .product-cta:where(.astro-BBE6DXRZ) .button-primary:where(.astro-BBE6DXRZ){background:var(--accent);color:#fff;border:none}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) .product-cta:where(.astro-BBE6DXRZ) .button-primary:where(.astro-BBE6DXRZ):hover{background:var(--accent-dark, var(--accent));transform:translateY(-2px)}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) .product-cta:where(.astro-BBE6DXRZ) .button-secondary:where(.astro-BBE6DXRZ){background:transparent;color:var(--text-color);border:1px solid var(--border-color)}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) .product-cta:where(.astro-BBE6DXRZ) .button-secondary:where(.astro-BBE6DXRZ):hover{background:var(--hover-bg);transform:translateY(-2px)}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) .product-cta:where(.astro-BBE6DXRZ) .button-secondary:where(.astro-BBE6DXRZ) .arrow:where(.astro-BBE6DXRZ){margin-left:5px;transition:transform .3s ease}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) .product-cta:where(.astro-BBE6DXRZ) .button-secondary:where(.astro-BBE6DXRZ):hover .arrow:where(.astro-BBE6DXRZ){transform:translate(5px)}.product-hero:where(.astro-BBE6DXRZ) .product-showcase:where(.astro-BBE6DXRZ){position:relative;margin-top:80px;perspective:1000px}.product-hero:where(.astro-BBE6DXRZ) .product-showcase:where(.astro-BBE6DXRZ) .main-product:where(.astro-BBE6DXRZ){width:100%;max-width:800px;margin:0 auto;display:block;border-radius:20px;box-shadow:0 20px 40px #0000004d;transform:rotateX(5deg)}.product-hero:where(.astro-BBE6DXRZ) .product-showcase:where(.astro-BBE6DXRZ) .floating-circles:where(.astro-BBE6DXRZ){position:absolute;width:100%;height:100%;top:0;left:0}.product-hero:where(.astro-BBE6DXRZ) .product-showcase:where(.astro-BBE6DXRZ) .floating-circles:where(.astro-BBE6DXRZ) .circle:where(.astro-BBE6DXRZ){position:absolute;width:120px;height:120px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.1);box-shadow:0 10px 20px #0003;transition:all .5s ease}.product-hero:where(.astro-BBE6DXRZ) .product-showcase:where(.astro-BBE6DXRZ) .floating-circles:where(.astro-BBE6DXRZ) .circle:where(.astro-BBE6DXRZ) video:where(.astro-BBE6DXRZ){width:100%;height:100%;object-fit:cover}.product-hero:where(.astro-BBE6DXRZ) .product-showcase:where(.astro-BBE6DXRZ) .floating-circles:where(.astro-BBE6DXRZ) .circle:where(.astro-BBE6DXRZ):hover{transform:scale(1.1);border-color:#ff6b6b}.product-hero:where(.astro-BBE6DXRZ) .product-showcase:where(.astro-BBE6DXRZ) .floating-circles:where(.astro-BBE6DXRZ) .circle-1:where(.astro-BBE6DXRZ){top:-60px;left:10%;animation:float 6s ease-in-out infinite}.product-hero:where(.astro-BBE6DXRZ) .product-showcase:where(.astro-BBE6DXRZ) .floating-circles:where(.astro-BBE6DXRZ) .circle-2:where(.astro-BBE6DXRZ){top:30%;right:5%;animation:float 8s ease-in-out infinite}.product-hero:where(.astro-BBE6DXRZ) .product-showcase:where(.astro-BBE6DXRZ) .floating-circles:where(.astro-BBE6DXRZ) .circle-3:where(.astro-BBE6DXRZ){bottom:-40px;left:20%;animation:float 7s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@media (max-width: 700px){.product-hero:where(.astro-BBE6DXRZ){padding:100px 0 60px}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) .h1-title:where(.astro-BBE6DXRZ){font-size:3.5rem}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) .h2-subtitle:where(.astro-BBE6DXRZ){font-size:1.8rem}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) p:where(.astro-BBE6DXRZ){font-size:1.2rem}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) .product-cta:where(.astro-BBE6DXRZ){flex-direction:column;gap:15px}.product-hero:where(.astro-BBE6DXRZ) .hero-copy:where(.astro-BBE6DXRZ) .product-cta:where(.astro-BBE6DXRZ) .button:where(.astro-BBE6DXRZ){width:100%}.product-hero:where(.astro-BBE6DXRZ) .floating-circles:where(.astro-BBE6DXRZ){display:none}}.product-brief:where(.astro-HRGAL3UM){background-color:#000;color:#fff;padding:120px 0}.product-brief:where(.astro-HRGAL3UM) .container:where(.astro-HRGAL3UM){max-width:1200px;margin:0 auto;padding:0 20px}.product-brief:where(.astro-HRGAL3UM) .feature-section:where(.astro-HRGAL3UM){display:flex;align-items:center;gap:60px;margin-bottom:120px;opacity:0;transform:translateY(50px);transition:all .8s ease}.product-brief:where(.astro-HRGAL3UM) .feature-section:where(.astro-HRGAL3UM).visible{opacity:1;transform:translateY(0)}.product-brief:where(.astro-HRGAL3UM) .feature-section:where(.astro-HRGAL3UM).reverse{flex-direction:row-reverse}.product-brief:where(.astro-HRGAL3UM) .feature-content:where(.astro-HRGAL3UM){flex:1;padding:0 20px}.product-brief:where(.astro-HRGAL3UM) .feature-content:where(.astro-HRGAL3UM) .feature-title:where(.astro-HRGAL3UM){font-size:3.5rem;font-weight:700;margin-bottom:20px;background:linear-gradient(135deg,#ff6b6b 0%,#ff8e8e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.02em}.product-brief:where(.astro-HRGAL3UM) .feature-content:where(.astro-HRGAL3UM) .feature-description:where(.astro-HRGAL3UM){font-size:1.4rem;line-height:1.6;color:#999;margin-bottom:40px}.product-brief:where(.astro-HRGAL3UM) .feature-content:where(.astro-HRGAL3UM) .feature-grid:where(.astro-HRGAL3UM){display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.product-brief:where(.astro-HRGAL3UM) .feature-content:where(.astro-HRGAL3UM) .feature-item:where(.astro-HRGAL3UM){padding:20px;background:rgba(255,255,255,.05);border-radius:15px;transition:all .3s ease}.product-brief:where(.astro-HRGAL3UM) .feature-content:where(.astro-HRGAL3UM) .feature-item:where(.astro-HRGAL3UM):hover{background:rgba(255,255,255,.1);transform:translateY(-5px)}.product-brief:where(.astro-HRGAL3UM) .feature-content:where(.astro-HRGAL3UM) .feature-item:where(.astro-HRGAL3UM) .feature-icon:where(.astro-HRGAL3UM){width:40px;height:40px;margin-bottom:15px;filter:var(--icon-filter, invert(1))}.product-brief:where(.astro-HRGAL3UM) .feature-content:where(.astro-HRGAL3UM) .feature-item:where(.astro-HRGAL3UM) h3:where(.astro-HRGAL3UM){font-size:1.2rem;font-weight:600;margin-bottom:10px;color:#fff}.product-brief:where(.astro-HRGAL3UM) .feature-content:where(.astro-HRGAL3UM) .feature-item:where(.astro-HRGAL3UM) p:where(.astro-HRGAL3UM){font-size:1rem;color:#999;line-height:1.5}.product-brief:where(.astro-HRGAL3UM) .feature-media:where(.astro-HRGAL3UM){flex:1;position:relative;perspective:1000px}.product-brief:where(.astro-HRGAL3UM) .feature-media:where(.astro-HRGAL3UM) .feature-image:where(.astro-HRGAL3UM){width:100%;border-radius:20px;box-shadow:0 20px 40px #0000004d;transform:rotateX(5deg);transition:all .5s ease}.product-brief:where(.astro-HRGAL3UM) .feature-media:where(.astro-HRGAL3UM) .feature-image:where(.astro-HRGAL3UM):hover{transform:rotateX(0) scale(1.02)}@media (max-width: 900px){.product-brief:where(.astro-HRGAL3UM) .feature-section:where(.astro-HRGAL3UM){flex-direction:column;gap:40px;margin-bottom:80px}.product-brief:where(.astro-HRGAL3UM) .feature-section:where(.astro-HRGAL3UM).reverse{flex-direction:column}.product-brief:where(.astro-HRGAL3UM) .feature-content:where(.astro-HRGAL3UM) .feature-title:where(.astro-HRGAL3UM){font-size:2.5rem}.product-brief:where(.astro-HRGAL3UM) .feature-content:where(.astro-HRGAL3UM) .feature-description:where(.astro-HRGAL3UM){font-size:1.2rem}}@media (max-width: 600px){.product-brief:where(.astro-HRGAL3UM){padding:80px 0}.product-brief:where(.astro-HRGAL3UM) .feature-grid:where(.astro-HRGAL3UM){grid-template-columns:1fr}.product-brief:where(.astro-HRGAL3UM) .feature-content:where(.astro-HRGAL3UM) .feature-title:where(.astro-HRGAL3UM){font-size:2rem}.product-brief:where(.astro-HRGAL3UM) .feature-content:where(.astro-HRGAL3UM) .feature-description:where(.astro-HRGAL3UM){font-size:1.1rem}}.pricing-table:where(.astro-HKOC4SEA){background-color:#fff;padding:80px 0}.pricing-table:where(.astro-HKOC4SEA) .text-container:where(.astro-HKOC4SEA){max-width:800px;margin:0 auto 60px}.pricing-table:where(.astro-HKOC4SEA) .text-container:where(.astro-HKOC4SEA) h3:where(.astro-HKOC4SEA){color:#ff6b6b;margin-bottom:20px}.pricing-table:where(.astro-HKOC4SEA) .text-container:where(.astro-HKOC4SEA) p:where(.astro-HKOC4SEA){color:#666;font-size:1.1rem;line-height:1.6}.pricing-table:where(.astro-HKOC4SEA) .row:where(.astro-HKOC4SEA){display:flex;gap:30px;justify-content:center;align-items:stretch}.pricing-table:where(.astro-HKOC4SEA) .price-item:where(.astro-HKOC4SEA){flex:1 1 0;min-width:250px;max-width:400px;border:1px solid #dde2e5;padding:30px;margin-top:20px;border-radius:20px;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.pricing-table:where(.astro-HKOC4SEA) .price-item:where(.astro-HKOC4SEA):hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.pricing-table:where(.astro-HKOC4SEA) .price-item:where(.astro-HKOC4SEA).featured{border:2px solid #ff6b6b;transform:scale(1.05)}.pricing-table:where(.astro-HKOC4SEA) .price-item:where(.astro-HKOC4SEA).featured:hover{transform:scale(1.05) translateY(-5px)}.pricing-table:where(.astro-HKOC4SEA) .price-item:where(.astro-HKOC4SEA) .price-header:where(.astro-HKOC4SEA){text-align:center;margin-bottom:30px}.pricing-table:where(.astro-HKOC4SEA) .price-item:where(.astro-HKOC4SEA) .price-header:where(.astro-HKOC4SEA) h5:where(.astro-HKOC4SEA){color:#444;font-size:1.2rem;margin-bottom:10px}.pricing-table:where(.astro-HKOC4SEA) .price-item:where(.astro-HKOC4SEA) .price-header:where(.astro-HKOC4SEA) h3:where(.astro-HKOC4SEA){color:#ff6b6b;font-size:2.5rem;margin-bottom:20px}.pricing-table:where(.astro-HKOC4SEA) .price-item:where(.astro-HKOC4SEA) .price-header:where(.astro-HKOC4SEA) h3:where(.astro-HKOC4SEA) .s-paragraph:where(.astro-HKOC4SEA){color:#888;font-size:1rem}.pricing-table:where(.astro-HKOC4SEA) .price-item:where(.astro-HKOC4SEA) .price-list:where(.astro-HKOC4SEA) p:where(.astro-HKOC4SEA){margin:15px 0;position:relative;padding-left:25px;color:#444}.pricing-table:where(.astro-HKOC4SEA) .price-item:where(.astro-HKOC4SEA) .price-list:where(.astro-HKOC4SEA) p:where(.astro-HKOC4SEA):before{position:absolute;content:"";left:0;top:5px;display:inline-block;transform:rotate(45deg);height:8px;width:5px;border-bottom:2px solid #ff6b6b;border-right:2px solid #ff6b6b}.pricing-table:where(.astro-HKOC4SEA) .price-item:where(.astro-HKOC4SEA) .button:where(.astro-HKOC4SEA){display:inline-block;margin:20px auto 0}@media (max-width: 900px){.pricing-table:where(.astro-HKOC4SEA) .row:where(.astro-HKOC4SEA){flex-direction:column;gap:20px}.pricing-table:where(.astro-HKOC4SEA) .price-item:where(.astro-HKOC4SEA){max-width:100%}}.pricing-card:where(.astro-HKOC4SEA){background:rgba(255,255,255,.05);border-radius:20px;padding:40px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.pricing-card:where(.astro-HKOC4SEA) .pricing-description:where(.astro-HKOC4SEA){font-size:1.1rem;color:#eee;margin-bottom:30px;line-height:1.6}.pricing-card:where(.astro-HKOC4SEA) .pricing-features:where(.astro-HKOC4SEA){list-style:none;padding:0;margin:0 0 30px}.pricing-card:where(.astro-HKOC4SEA) .pricing-features:where(.astro-HKOC4SEA) li:where(.astro-HKOC4SEA){margin-bottom:15px;color:#eee;display:flex;align-items:center;justify-content:center;gap:10px}.pricing-card:where(.astro-HKOC4SEA) .pricing-features:where(.astro-HKOC4SEA) li:where(.astro-HKOC4SEA):before{content:"✓";color:#ff6b6b;font-weight:700}.product-reviews:where(.astro-KV2UYI5W){padding:80px 0;background-color:var(--background);color:var(--text-color)}.product-reviews:where(.astro-KV2UYI5W) .text-container:where(.astro-KV2UYI5W){max-width:600px;margin:0 auto 40px}.product-reviews:where(.astro-KV2UYI5W) .text-container:where(.astro-KV2UYI5W) h3:where(.astro-KV2UYI5W){color:var(--text-color);margin-bottom:20px}.product-reviews:where(.astro-KV2UYI5W) .text-container:where(.astro-KV2UYI5W) p:where(.astro-KV2UYI5W){color:var(--text-color);font-size:1.1rem;line-height:1.6}.product-reviews:where(.astro-KV2UYI5W) .customer-reviews:where(.astro-KV2UYI5W){margin:30px 0}.product-reviews:where(.astro-KV2UYI5W) .customer-reviews:where(.astro-KV2UYI5W) .flex:where(.astro-KV2UYI5W).center{display:flex;align-items:center;justify-content:center;gap:10px}.product-reviews:where(.astro-KV2UYI5W) .customer-reviews:where(.astro-KV2UYI5W) .stars:where(.astro-KV2UYI5W){color:gold;font-size:24px;letter-spacing:2px;line-height:1}.product-reviews:where(.astro-KV2UYI5W) .customer-reviews:where(.astro-KV2UYI5W) span:where(.astro-KV2UYI5W).s-paragraph{color:var(--text-color);line-height:1}.product-reviews:where(.astro-KV2UYI5W) .customer-reviews:where(.astro-KV2UYI5W) small:where(.astro-KV2UYI5W){display:block;margin-top:10px;color:var(--text-color)}.product-reviews:where(.astro-KV2UYI5W) .customer-reviews:where(.astro-KV2UYI5W) small:where(.astro-KV2UYI5W) strong:where(.astro-KV2UYI5W){color:var(--accent)}.product-reviews:where(.astro-KV2UYI5W) .row:where(.astro-KV2UYI5W){display:flex;gap:30px;justify-content:center;align-items:stretch;flex-wrap:wrap}.product-reviews:where(.astro-KV2UYI5W) .testimonial-card:where(.astro-KV2UYI5W){flex:1 1 0;min-width:250px;max-width:400px;background:var(--card-background);border:1px solid var(--border-color);border-radius:15px;padding:30px;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease;text-align:center;height:100%}.product-reviews:where(.astro-KV2UYI5W) .testimonial-card:where(.astro-KV2UYI5W):hover{transform:translateY(-5px)}.product-reviews:where(.astro-KV2UYI5W) .testimonial-card:where(.astro-KV2UYI5W) .customer-photo:where(.astro-KV2UYI5W){width:80px;height:80px;border-radius:50%;object-fit:cover;margin:0 auto 15px;display:block;border:2px solid var(--accent)}.product-reviews:where(.astro-KV2UYI5W) .testimonial-card:where(.astro-KV2UYI5W) .stars:where(.astro-KV2UYI5W){color:gold;font-size:20px;letter-spacing:2px;display:block;margin:0 auto 15px}.product-reviews:where(.astro-KV2UYI5W) .testimonial-card:where(.astro-KV2UYI5W) .testimonial-text:where(.astro-KV2UYI5W){color:var(--text-color);font-size:1.1rem;line-height:1.6;margin-bottom:20px;font-style:italic}.product-reviews:where(.astro-KV2UYI5W) .testimonial-card:where(.astro-KV2UYI5W) .customer-name:where(.astro-KV2UYI5W){color:var(--text-color);font-size:1.2rem;font-weight:600;margin-bottom:5px}.product-reviews:where(.astro-KV2UYI5W) .testimonial-card:where(.astro-KV2UYI5W) .customer-title:where(.astro-KV2UYI5W){color:var(--secondary-text);font-size:.9rem;margin:0}@media (max-width: 900px){.product-reviews:where(.astro-KV2UYI5W) .row:where(.astro-KV2UYI5W){flex-direction:column;gap:20px}.product-reviews:where(.astro-KV2UYI5W) .testimonial-card:where(.astro-KV2UYI5W){max-width:100%}}@media (max-width: 700px){.product-reviews:where(.astro-KV2UYI5W) .text-container:where(.astro-KV2UYI5W){padding:0 20px}}.customer-photo:where(.astro-KV2UYI5W){width:80px;height:80px;border-radius:50%;object-fit:cover;margin:0 auto 15px;display:block;border:2px solid var(--accent)}
