:root{--color-primary: #3B5998;--color-primary-light: #4A69AD;--color-secondary: #ffffff;--color-accent: #D32F2F;--color-text-main: #1F2937;--color-text-muted: #6B7280;--color-bg-light: #F3F4F6;--color-bg-white: #FFFFFF;--color-border: #E5E7EB;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 4rem;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--color-text-main);background-color:var(--color-bg-white);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:color .2s ease}button{cursor:pointer;font-family:inherit;border:none;background:none}.container{max-width:1280px;margin:0 auto;padding:0 var(--spacing-sm)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;transition:all .2s ease;font-size:1rem}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{background-color:var(--color-primary-light);transform:translateY(-1px)}.btn-outline{background-color:transparent;border:2px solid var(--color-primary);color:var(--color-primary)}.btn-outline:hover{background-color:var(--color-bg-light)}.text-center{text-align:center}.text-primary{color:var(--color-primary)}.font-bold{font-weight:700}.header{position:fixed;top:0;left:0;width:100%;background-color:#fff;box-shadow:var(--shadow-sm);z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;height:80px}.logo{font-size:2rem;font-weight:700;color:var(--color-primary)}.nav-desktop{display:none}.nav-link{color:var(--color-text-main);font-weight:500;margin-right:2rem}.nav-link:hover{color:var(--color-primary)}.mobile-menu-btn{display:block;color:var(--color-text-main)}.mobile-nav{border-top:1px solid var(--color-border);padding:1rem 0}.mobile-nav-link{display:block;padding:.75rem .5rem;color:var(--color-text-main);font-weight:500}.mobile-nav-link:hover{color:var(--color-primary);background-color:var(--color-bg-light)}@media(min-width:768px){.nav-desktop{display:flex;align-items:center}.mobile-menu-btn{display:none}}.hero-section-clean{background-color:#f9fafb;padding:8rem 0 5rem}.hero-grid-clean{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}.hero-content-clean{max-width:600px}.hero-badge-clean{display:inline-block;background-color:#eff6ff;color:#2563eb;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title-clean{font-size:3rem;font-weight:700;color:#111827;line-height:1.1;margin-bottom:1.5rem}.hero-description-clean{font-size:1.125rem;color:#6b7280;line-height:1.7;margin-bottom:2rem;max-width:540px}.hero-actions-clean{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.hero-btn-clean{padding:1rem 2rem;font-size:1.125rem}.hero-features-clean{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1.5rem;justify-content:flex-start;align-items:center}.feature-card-clean{display:flex;align-items:center;gap:.75rem}.feature-icon-clean{width:3rem;height:3rem;background-color:#dbeafe;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#2563eb;flex-shrink:0}.feature-text-clean{display:flex;flex-direction:column}.feature-label-clean{font-size:.875rem;color:#6b7280}.feature-value-clean{font-weight:600;color:#111827}.hero-image-clean{display:flex;align-items:center;justify-content:center}.hero-image-clean img{width:100%;max-width:500px;height:auto;filter:drop-shadow(0 20px 25px rgba(0,0,0,.15))}@media(min-width:1024px){.hero-grid-clean{grid-template-columns:1fr 1fr}.hero-title-clean{font-size:4.5rem}}.hero-section{position:relative;padding-top:11rem;padding-bottom:5rem;background-color:var(--color-bg-light)}.hero-grid{display:grid;gap:3rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#ebf5ff;padding:.5rem 1rem;border-radius:9999px;margin-bottom:2rem}.hero-badge-text{color:var(--color-primary);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.hero-title{font-size:2.5rem;font-weight:700;color:var(--color-text-main);line-height:1.2;margin-bottom:1.5rem}.hero-title span{color:var(--color-primary)}.hero-description{font-size:1.125rem;color:var(--color-text-muted);max-width:32rem;margin-bottom:2rem}.hero-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.hero-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding-top:2rem}.feature-item{display:flex;align-items:center;gap:.75rem}.feature-text{font-weight:500}.hero-image-container{position:relative}.hero-image-placeholder{aspect-ratio:4/3;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:1rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-xl)}.floating-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background-color:#fff;padding:1rem;border-radius:.5rem;box-shadow:var(--shadow-lg);display:none}.floating-badge-content{display:flex;align-items:center;gap:.75rem}.flag-icon-bg{background-color:#def7ec;padding:.5rem;border-radius:9999px}@media(min-width:768px){.hero-section{padding-top:10rem;padding-bottom:7rem}.hero-grid{grid-template-columns:1fr 1fr}.hero-title{font-size:3.75rem}.hero-actions{flex-direction:row}.floating-badge{display:block}}.hero-badges-container{display:flex;flex-direction:column;gap:1rem;width:100%}.hero-badge-item{display:flex;align-items:center;gap:.75rem;background-color:#ffffff0d;padding:.75rem;border-radius:.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100%}@media(min-width:768px){.hero-badges-container{flex-direction:row;flex-wrap:wrap;width:auto}.hero-badge-item{width:auto;background-color:transparent;padding:0;-webkit-backdrop-filter:none;backdrop-filter:none}}.social-proof-section{padding:4rem 0;background-color:#fff}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--color-text-main);margin-bottom:1rem}.section-subtitle{color:var(--color-text-muted);max-width:42rem;margin:0 auto}.logos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:center;opacity:.8;margin-bottom:4rem;justify-items:center}.logo-item{display:flex;align-items:center;justify-content:center;padding:.5rem;transition:all .3s ease;filter:grayscale(100%);width:100%}.logo-item:hover{filter:grayscale(0%);opacity:1}.logo-placeholder{height:3rem;width:100%;background-color:#f9fafb;border:1px solid #F3F4F6;border-radius:.25rem;display:flex;align-items:center;justify-content:center;font-weight:700;color:#9ca3af;font-size:.875rem}.agencies-section{border-top:1px solid var(--color-border);padding-top:3rem}.agencies-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:center;opacity:.9;justify-items:center}@media(min-width:1024px){.agencies-grid{grid-template-columns:repeat(4,1fr)}}.agency-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;width:100%}.agency-icon{width:4rem;height:4rem;border-radius:9999px;background-color:#ebf5ff;display:flex;align-items:center;justify-content:center;color:var(--color-primary);font-weight:700;font-size:.75rem;border:1px solid #DBEAFE}@media(min-width:768px){.logos-grid{grid-template-columns:repeat(4,1fr)}}.logo-text-box{display:flex;align-items:center;justify-content:center;min-height:100px;padding:1.5rem;background-color:#fff;border:2px solid #E5E7EB;border-radius:.5rem;font-weight:700;font-size:1.125rem;color:#1f2937;text-align:center;transition:all .3s ease}.logo-text-box:hover{border-color:#2563eb;box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.agency-logo-box{min-height:120px;font-size:1rem}.client-logo-img{max-height:140px;max-width:100%;width:auto;height:auto;object-fit:contain;transition:transform .3s ease}.client-logo-img:hover{transform:scale(1.05)}.agency-logo-img{height:180px;width:auto;max-width:100%;object-fit:contain;margin-bottom:.5rem;transition:transform .3s ease}.agency-logo-img:hover{transform:scale(1.1)}.stats-section-grid{background:#fff;padding:4rem 0;color:#1f2937}.stats-header{text-align:center;margin-bottom:3rem}.stats-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#111827}.stats-subtitle{color:#6b7280;font-size:1.125rem;max-width:42rem;margin:0 auto}.stats-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media(min-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.stat-card{text-align:center;padding:2rem;background:linear-gradient(135deg,#3b5998,#4a69ad);border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease;color:#fff}.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #3b59984d}.stat-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:#fff3;border-radius:50%;margin-bottom:1rem;color:#fff}.stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#fff}.stat-label{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}.stat-subtitle{font-size:.875rem;color:#ffffffe6}.stats-footer-blocks{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.stat-block-large{background:linear-gradient(135deg,#3b5998,#4a69ad);padding:2.5rem 2rem;border-radius:1rem;text-align:center;border:2px solid rgba(59,89,152,.3);transition:all .3s ease}.stat-block-large:hover{transform:translateY(-2px);box-shadow:0 8px 16px #3b59984d}.stat-block-value{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.75rem}.stat-block-label{font-size:1.125rem;color:#fffffff2;line-height:1.5}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}.stats-footer-blocks{grid-template-columns:repeat(2,1fr);gap:2rem}.stat-block-value{font-size:2.5rem}}.amazon-buy-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background-color:#f90;color:#111;font-weight:700;padding:.75rem 1rem;border-radius:.5rem;text-decoration:none;transition:background-color .2s;border:1px solid #e47911}.amazon-buy-button:hover{background-color:#f3a847}.products-section{padding:5rem 0;background-color:var(--color-bg-light)}.products-grid{display:grid;gap:2rem}.product-card{background-color:#fff;border-radius:1rem;box-shadow:var(--shadow-sm);overflow:hidden;border:1px solid var(--color-border);display:flex;flex-direction:column;transition:box-shadow .3s ease}.product-card:hover{box-shadow:var(--shadow-md)}.product-image-container{justify-content:center;font-size:.75rem;color:var(--color-text-muted)}.product-content{padding:2rem;flex:1;display:flex;flex-direction:column}.product-title{font-size:1.25rem;font-weight:700;color:var(--color-text-main);margin-bottom:.5rem}.product-description{color:var(--color-text-muted);margin-bottom:1.5rem;flex:1}.product-footer{margin-top:auto}.product-price-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.product-price{font-size:1.125rem;font-weight:700;color:var(--color-primary)}.stock-badge{font-size:.75rem;font-weight:500;background-color:#def7ec;color:#03543f;padding:.25rem .5rem;border-radius:.25rem}.btn-full{width:100%}.bg-blue-100{background-color:#dbeafe}.bg-green-100{background-color:#dcfce7}.bg-yellow-100{background-color:#fef3c7}@media(min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr)}}.contact-section{padding:5rem 0;background-color:#fff}.contact-grid{display:grid;gap:4rem}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-icon-bg{background-color:#ebf5ff;padding:.75rem;border-radius:9999px;color:var(--color-primary)}.contact-form-container{background-color:var(--color-bg-light);padding:2rem;border-radius:1rem;box-shadow:var(--shadow-sm);border:1px solid var(--color-border)}.form-grid{display:grid;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text-main);margin-bottom:.25rem}.form-input,.form-select,.form-textarea{width:100%;padding:.5rem 1rem;border-radius:.5rem;border:1px solid #D1D5DB;outline:none;transition:all .2s;font-family:inherit}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px #0033661a}@media(min-width:768px){.contact-grid,.form-grid{grid-template-columns:1fr 1fr}}.footer{background-color:#111827;color:#fff;padding-top:4rem;padding-bottom:2rem}.footer-grid{display:grid;gap:2rem;margin-bottom:3rem}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-text{color:#9ca3af;max-width:20rem;margin-bottom:1.5rem}.social-icons{display:flex;gap:1rem}.social-icon{width:2.5rem;height:2.5rem;border-radius:9999px;background-color:#1f2937;display:flex;align-items:center;justify-content:center;transition:background-color .2s;cursor:pointer}.social-icon:hover{background-color:var(--color-primary)}.footer-subtitle{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;color:#6b7280;font-size:.875rem;gap:1rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-bottom{flex-direction:row}}.about-section{background-color:#1e3a8a;color:#fff;padding:4rem 0;text-align:center}.about-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.about-text{max-width:48rem;margin:0 auto;color:#dbeafe;font-size:1.125rem}.hero-section{position:relative;width:100%;min-height:700px;display:flex;align-items:center;background-image:url(/hero-collage.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background-color:#0009}.hero-content-wrapper{position:absolute;left:5rem;top:55%;transform:translateY(-50%);z-index:10;padding:0 1rem;max-width:600px;margin-right:2rem}.hero-content{color:#fff;background-color:#0009;padding:2rem;border-radius:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-badge{display:inline-block;background-color:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:9999px;font-weight:600;margin-bottom:2rem;font-size:.875rem}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1;color:#fff;text-shadow:0 4px 6px rgba(0,0,0,.3)}.hero-description{font-size:1.25rem;margin-bottom:2rem;line-height:1.6;color:#f3f4f6;max-width:36rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero-button{padding:1rem 2rem;border-radius:.5rem;font-weight:700;font-size:1.125rem;text-decoration:none;cursor:pointer;transition:background-color .2s;display:inline-block}.hero-button-primary{background-color:#2563eb;color:#fff;border:none}.hero-button-primary:hover{background-color:#1d4ed8}.hero-button-secondary{background-color:#ffffff1a;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-button-secondary:hover{background-color:#fff3}.hero-features{display:flex;gap:1rem;flex-wrap:nowrap}.hero-feature{display:flex;align-items:center;gap:.5rem}.hero-feature-icon{background-color:#dbeafe33;padding:.5rem;border-radius:.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.hero-feature-label{font-size:.875rem;color:#e5e7eb}.hero-feature-value{font-weight:700;color:#fff}@media(max-width:1024px)and (min-width:901px){.hero-content-wrapper{left:3rem;max-width:500px}}@media(max-width:900px){.hero-section{display:block;height:auto;min-height:auto;padding-top:8rem;padding-bottom:4rem}.hero-content-wrapper{position:relative;inset:auto;transform:none;max-width:100%;margin:0 auto;padding:2rem 1.5rem}.hero-buttons{flex-direction:column;width:100%}.hero-button{width:100%;text-align:center}}@media(max-width:480px){.hero-section{padding-top:7rem}.hero-title{font-size:2rem}.hero-badge-item{justify-content:flex-start}}
