.home-page{padding-bottom:2rem;background:linear-gradient(180deg,#fff,#f8fafc,#fff);margin-top:0}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:5rem 0;overflow:hidden;background:linear-gradient(135deg,#1e3a5f,#2c5282,#1a4d7a 60%,#1e3a5f);margin-top:0}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1e3a5f,#2c5282,#1a4d7a);z-index:0}.hero-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(30,58,95,.08) 0%,transparent 50%);pointer-events:none}.hero-bg:after{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(ellipse,rgba(59,130,246,.08) 0%,transparent 70%);pointer-events:none}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-title{font-family:var(--font-head);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#fff;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-title .highlight{background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.hero-subtitle{font-size:1.2rem;color:#ffffffe6;max-width:520px;margin-bottom:2.5rem;line-height:1.7;font-weight:400}.hero-cta{display:flex;gap:1rem}.btn-lg{padding:.875rem 2rem;font-size:1.05rem;font-weight:600;border-radius:12px}.btn-outline{background:transparent;border:2px solid #60a5fa;color:#60a5fa;transition:all .3s ease}.btn-outline:hover{background:#60a5fa26;border-color:#3b82f6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.hero-image-wrap{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 25px 60px #1e3a5f4d,0 10px 25px #1e3a5f33;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);transition:transform .3s ease,box-shadow .3s ease}.hero-image-wrap:hover{transform:translateY(-5px);box-shadow:0 30px 70px #1e3a5f66,0 15px 30px #1e3a5f40}.hero-image{width:100%;height:420px;object-fit:contain;transition:transform .5s ease;background:transparent}.hero-image-wrap:hover .hero-image{transform:scale(1.05)}.hero-image-placeholder{display:none;width:100%;height:380px;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);align-items:center;justify-content:center;flex-direction:column;gap:.5rem;font-size:3rem;color:#64748b}.hero-image-placeholder.show{display:flex}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffb3}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,#60a5fa,transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}.section{padding:5rem 0;position:relative}.section-title{font-family:var(--font-head);font-size:clamp(2rem,5vw,2.75rem);text-align:center;color:#1e3a5f;margin-bottom:.75rem;font-weight:700;letter-spacing:-.01em}.section-subtitle{text-align:center;color:#475569;max-width:600px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.7;font-weight:400}.products-section{background:linear-gradient(180deg,#fff,#f8fafc);position:relative}.products-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(30,58,95,.1),transparent)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.product-card{background:linear-gradient(135deg,#fff,#f1f5f9);border-radius:20px;padding:2rem;text-align:center;border:1px solid rgba(30,58,95,.1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f60d,#1e3a5f08);opacity:0;transition:opacity .4s ease}.product-card:hover:before{opacity:1}.product-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #1e3a5f26,0 8px 16px #1e3a5f1a;border-color:#3b82f64d}.product-card-image{width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;margin-bottom:1.25rem;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);position:relative;box-shadow:0 4px 12px #1e3a5f1a;transition:transform .4s ease}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card-image img{transform:scale(1.1)}.product-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#3b82f6}.product-card h3{font-size:1.15rem;color:#1e3a5f;margin-bottom:.5rem;font-weight:600;font-family:var(--font-head)}.product-card p{font-size:.95rem;color:#475569;line-height:1.5}.about-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0,#f8fafc);position:relative}.about-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(30,58,95,.1),transparent)}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{border-radius:24px;overflow:hidden;box-shadow:0 25px 60px #1e3a5f33,0 10px 25px #1e3a5f26;position:relative;transition:transform .4s ease,box-shadow .4s ease;background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.about-image:hover{transform:translateY(-5px);box-shadow:0 30px 70px #1e3a5f4d,0 15px 30px #1e3a5f33}.about-image img{width:100%;height:380px;object-fit:cover;transition:transform .6s ease}.about-image:hover img{transform:scale(1.05)}.about-placeholder{width:100%;height:320px;background:linear-gradient(135deg,#ddd5c5,#60a5fa22);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:1.5rem;color:var(--color-brown-light)}.about-content .section-title{text-align:left;margin-bottom:1.5rem}.about-content p{margin-bottom:1.25rem;color:#475569;font-size:1.05rem;line-height:1.8;font-weight:400}.how-section{background:linear-gradient(180deg,#fff,#f8fafc);position:relative}.how-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(30,58,95,.1),transparent)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}.step-card{background:linear-gradient(135deg,#fff,#f1f5f9);border-radius:20px;padding:2.5rem;border:1px solid rgba(30,58,95,.1);position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.step-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f60d,#1e3a5f08);opacity:0;transition:opacity .4s ease}.step-card:hover:before{opacity:1}.step-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1e3a5f26,0 8px 16px #1e3a5f1a;border-color:#3b82f64d}.step-num{position:absolute;top:-16px;left:28px;width:44px;height:44px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;box-shadow:0 4px 12px #3b82f666;transition:transform .3s ease,box-shadow .3s ease}.step-num.step-icon{font-size:1.5rem;width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#2563eb);line-height:1}.step-card:hover .step-num{transform:scale(1.1) rotate(5deg);box-shadow:0 6px 16px #3b82f680}.step-card h3{font-size:1.3rem;color:#1e3a5f;margin:.75rem 0 1rem;font-family:var(--font-head);font-weight:600}.step-card p{font-size:1rem;color:#475569;line-height:1.7}.features-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0,#f8fafc);position:relative}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(30,58,95,.1),transparent)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.feature-card{background:linear-gradient(135deg,#fff,#f1f5f9);border-radius:20px;padding:2rem 1.5rem;text-align:center;border:1px solid rgba(30,58,95,.1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f60d,#1e3a5f08);opacity:0;transition:opacity .4s ease}.feature-card:hover:before{opacity:1}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1e3a5f26,0 8px 16px #1e3a5f1a;border-color:#3b82f64d}.feature-icon{font-size:2.5rem;display:block;margin-bottom:1rem;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.15) rotate(5deg)}.feature-card h3{font-size:1.05rem;color:#1e3a5f;font-weight:600;font-family:var(--font-head)}.cta-section{padding:5rem 0;background:linear-gradient(180deg,#fff,#f8fafc);position:relative}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(30,58,95,.1),transparent)}.cta-box{background:linear-gradient(135deg,#1e3a5f,#2c5282,#1e3a5f);color:#fff;border-radius:28px;padding:4rem 3rem;text-align:center;box-shadow:0 25px 60px #1e3a5f4d,0 10px 25px #1e3a5f33;position:relative;overflow:hidden}.cta-box:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 70%);pointer-events:none}.cta-box h2{font-family:var(--font-head);font-size:clamp(1.75rem,4vw,2.25rem);margin-bottom:.75rem;position:relative;z-index:1;font-weight:700}.cta-box p{opacity:.95;margin-bottom:2rem;font-size:1.1rem;line-height:1.7;position:relative;z-index:1}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-box .btn-outline{border-color:#fff;color:#fff}.cta-box .btn-outline:hover{background:#fff3}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 900px){.hero{min-height:80vh;padding:3rem 0}.hero-inner{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-subtitle{margin-left:auto;margin-right:auto;font-size:1.1rem}.hero-cta{justify-content:center;flex-wrap:wrap}.about-inner{grid-template-columns:1fr;gap:2.5rem}.about-content .section-title{text-align:center}.about-image img{height:300px}.steps-grid{grid-template-columns:1fr;gap:2rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.section{padding:4rem 0}.cta-box{padding:3rem 2rem}}@media (max-width: 768px){.hero{min-height:70vh;padding:2.5rem 0}.hero-inner{gap:1.5rem}.hero-title{font-size:clamp(2rem,8vw,3rem);margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-cta{gap:.875rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem;min-height:44px;-webkit-tap-highlight-color:rgba(96,165,250,.3);touch-action:manipulation}.hero-image{height:300px}.products-grid{grid-template-columns:1fr;gap:1.5rem}.section{padding:3rem 0}.section-title{font-size:clamp(1.75rem,6vw,2.25rem);margin-bottom:.5rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.about-image img{height:250px}.steps-grid{gap:1.5rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.cta-box{padding:2.5rem 1.5rem}}@media (max-width: 600px){.hero{min-height:65vh;padding:2rem 0}.hero-title{font-size:clamp(1.75rem,7vw,2.5rem)}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}.hero-cta,.cta-buttons{flex-direction:column;width:100%}.btn-lg{width:100%;padding:.875rem 1.5rem}.hero-image{height:250px}.features-grid{grid-template-columns:1fr;gap:1.25rem}.product-card{padding:1.5rem}.product-card-image{margin-bottom:1rem}.step-card{padding:1.75rem}.step-card h3{font-size:1.15rem}.step-card p{font-size:.95rem}.cta-box{padding:2rem 1.25rem}.cta-box h2{font-size:clamp(1.5rem,5vw,1.75rem)}.cta-box p{font-size:1rem}.section{padding:2.5rem 0}.about-image img{height:220px}}@media (max-width: 480px){.hero{min-height:60vh;padding:1.5rem 0}.hero-title{font-size:clamp(1.5rem,8vw,2rem);margin-bottom:.875rem}.hero-subtitle{font-size:.9rem;margin-bottom:1.25rem}.hero-image{height:200px}.section{padding:2rem 0}.section-title{font-size:clamp(1.5rem,7vw,1.75rem)}.section-subtitle{font-size:.95rem;margin-bottom:1.5rem}.product-card{padding:1.25rem}.product-card h3{font-size:1.05rem}.product-card p{font-size:.9rem}.step-card{padding:1.5rem}.step-num{width:40px;height:40px;font-size:1rem}.step-card h3{font-size:1.1rem}.feature-card{padding:1.5rem 1.25rem}.feature-icon{font-size:2rem}.about-image img{height:200px}.cta-box{padding:1.75rem 1rem}.cta-box h2{font-size:clamp(1.35rem,6vw,1.5rem)}.cta-box p{font-size:.95rem}}@media (max-width: 360px){.hero{min-height:55vh;padding:1.25rem 0}.hero-title{font-size:clamp(1.35rem,9vw,1.75rem)}.hero-subtitle{font-size:.85rem}.hero-image{height:180px}.product-card{padding:1rem}.step-card{padding:1.25rem}.cta-box{padding:1.5rem .875rem}}.products-page{padding-bottom:2rem;background:linear-gradient(180deg,#fff,#f8fafc,#fff)}.products-hero{background:linear-gradient(180deg,#fff,#f8fafc);padding:3rem 0 2rem;position:relative;overflow:hidden}.products-hero:after{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(ellipse,rgba(96,165,250,.08) 0%,transparent 70%);pointer-events:none}.products-hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.products-hero-title{font-family:var(--font-head);font-size:clamp(2rem,5vw,2.75rem);font-weight:700;color:#1e3a5f;margin-bottom:.75rem;line-height:1.2}.products-hero-subtitle{font-size:1.1rem;color:#475569;line-height:1.7}.products-list-section{padding:2rem 0;background:linear-gradient(180deg,#fff,#f8fafc)}.products-error-message{background:#fef3c7;border:2px solid #fbbf24;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:center;max-width:900px;margin-left:auto;margin-right:auto}.products-error-message p{color:#92400e;font-weight:600;margin:0 0 .5rem;font-size:1.1rem}.products-error-message small{color:#78350f;font-size:.9rem;display:block}.products-empty-message{text-align:center;padding:4rem 2rem;color:var(--color-brown-light);font-size:1.2rem}.products-empty-message p{margin:0}.products-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.product-detail-card{background:linear-gradient(135deg,#fff,#f1f5f9);border-radius:20px;overflow:hidden;border:1px solid rgba(30,58,95,.1);box-shadow:0 4px 20px #1e3a5f14;transition:all .3s ease;display:flex;flex-direction:column;gap:0}.product-detail-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #1e3a5f26;border-color:#3b82f64d}.product-detail-image{width:100%;height:200px;min-height:200px;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);position:relative;overflow:hidden}.product-detail-image img{width:100%;height:100%;object-fit:contain;position:relative;z-index:1;display:block}.product-detail-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);z-index:0}.product-icon{font-size:4rem;opacity:.5}.product-detail-content{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.product-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.product-detail-name{font-family:var(--font-head);font-size:1.5rem;font-weight:700;color:#1e3a5f;margin:0 0 .25rem}.product-detail-desc{font-size:1rem;color:#3b82f6;font-weight:500;margin:0}.product-rating{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.rating-stars{color:#fbbf24;font-size:1.1rem;letter-spacing:1px}.rating-value{font-weight:700;color:#1e3a5f;font-size:1rem}.rating-count{font-size:.8rem;color:#475569}.product-detail-text{font-size:.95rem;color:#475569;line-height:1.6;margin:0}.product-health-benefits{padding:.75rem;background:#3b82f614;border-left:3px solid #3b82f6;border-radius:8px;font-size:.9rem;line-height:1.6;color:#1e3a5f}.product-health-benefits strong{color:#3b82f6;display:block;margin-bottom:.4rem}.section-label{display:block;font-size:.8rem;font-weight:600;color:#1e3a5f;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.product-benefits-section{margin:.5rem 0}.product-benefits{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.benefit-tag{padding:.35rem .75rem;background:#3b82f61a;color:#3b82f6;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(59,130,246,.2)}.product-nutritional-info{padding:.75rem;background:#fffc;border-radius:8px;border:1px solid rgba(30,58,95,.1)}.nutrition-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:.75rem}.nutrition-item{display:flex;justify-content:space-between;padding:.5rem;background:#fff;border-radius:6px;font-size:.9rem}.nutrition-label{color:#475569;font-weight:500}.nutrition-value{color:#1e3a5f;font-weight:600}.product-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.75rem;background:#fff9;border-radius:8px}.info-item{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem}.info-item strong{color:#1e3a5f;font-size:.8rem;margin-bottom:.25rem}.info-item span{color:#475569;line-height:1.5;font-size:.85rem}.product-best-for{margin:.5rem 0}.best-for-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.best-for-tag{padding:.35rem .75rem;background:#3b82f61a;color:#3b82f6;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(59,130,246,.2)}.products-cta-section{padding:3rem 0;background:linear-gradient(180deg,#fff,#f8fafc)}.products-cta-box{background:linear-gradient(135deg,#1e3a5f,#2c5282,#1e3a5f);color:#fff;border-radius:24px;padding:2.5rem;text-align:center;box-shadow:0 20px 50px #1e3a5f40;max-width:700px;margin:0 auto}.products-cta-box h2{font-family:var(--font-head);font-size:1.75rem;margin-bottom:.75rem}.products-cta-box p{font-size:1.1rem;opacity:.95;margin-bottom:2rem;line-height:1.6}.products-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.products-cta-box .btn-outline{border-color:#fff;color:#fff}.products-cta-box .btn-outline:hover{background:#fff3}@media (max-width: 1024px){.products-list-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.products-list-grid{grid-template-columns:1fr;gap:1.5rem}.product-detail-image{min-height:200px}.product-detail-content{padding:1.5rem}.product-header{flex-direction:column}.product-rating{align-items:flex-start}.nutrition-grid,.product-info-grid{grid-template-columns:1fr}}@media (max-width: 600px){.products-hero{padding:2.5rem 0 2rem}.products-hero-title{font-size:clamp(1.75rem,6vw,2.25rem)}.products-hero-subtitle{font-size:1rem}.products-list-section{padding:2.5rem 0}.products-list-grid{gap:1.75rem}.product-detail-card{border-radius:16px}.product-detail-image{min-height:180px;height:180px}.product-detail-content{padding:1.25rem;gap:.875rem}.product-detail-name{font-size:1.35rem}.product-detail-desc{font-size:.95rem}.product-detail-text{font-size:.9rem}.products-cta-box{padding:2rem 1.25rem}.products-cta-box h2{font-size:clamp(1.5rem,5vw,1.75rem)}.products-cta-box p{font-size:1rem}.products-cta-buttons{flex-direction:column;gap:.875rem}.products-cta-buttons .btn{width:100%;min-height:44px;-webkit-tap-highlight-color:rgba(96,165,250,.3);touch-action:manipulation}.product-header{flex-direction:column;align-items:flex-start;gap:.75rem}.product-rating{align-items:flex-start}.nutrition-grid{grid-template-columns:1fr;gap:.625rem}.product-info-grid{grid-template-columns:1fr;gap:.5rem}.section-label{font-size:.75rem}.product-health-benefits,.product-nutritional-info{padding:.75rem;font-size:.85rem}.benefit-tag,.best-for-tag{font-size:.75rem;padding:.3rem .65rem}}@media (max-width: 480px){.products-hero{padding:2rem 0 1.75rem}.products-hero-title{font-size:clamp(1.5rem,7vw,2rem)}.products-hero-subtitle{font-size:.95rem}.products-list-section{padding:2rem 0}.products-list-grid{gap:1.5rem}.product-detail-image{min-height:160px;height:160px}.product-detail-content{padding:1.125rem}.product-detail-name{font-size:1.25rem}.product-detail-desc{font-size:.9rem}.rating-stars{font-size:1rem}.rating-value{font-size:.95rem}.products-cta-box{padding:1.75rem 1rem}.products-cta-box h2{font-size:clamp(1.35rem,6vw,1.5rem)}.products-cta-box p{font-size:.95rem}}@media (max-width: 360px){.products-hero{padding:1.75rem 0 1.5rem}.product-detail-image{min-height:150px;height:150px}.product-detail-content{padding:1rem}.product-detail-name{font-size:1.15rem}.products-cta-box{padding:1.5rem .875rem}}.how-it-works-page{padding-bottom:2rem;background:linear-gradient(180deg,#fff,#f8fafc,#fff)}.how-hero{background:linear-gradient(180deg,#fff,#f8fafc);padding:3rem 0 2rem;position:relative;overflow:hidden}.how-hero:after{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(ellipse,rgba(96,165,250,.08) 0%,transparent 70%);pointer-events:none}.how-hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.how-hero-title{font-family:var(--font-head);font-size:clamp(2rem,5vw,2.75rem);font-weight:700;color:#1e3a5f;margin-bottom:.75rem;line-height:1.2}.how-hero-subtitle{font-size:1.1rem;color:#475569;line-height:1.7}.how-steps-section{padding:2rem 0;background:linear-gradient(180deg,#fff,#f8fafc)}.how-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1200px;margin:0 auto}.how-step-card{background:linear-gradient(135deg,#fff,#f1f5f9);border-radius:20px;padding:2rem;border:1px solid rgba(30,58,95,.1);box-shadow:0 4px 20px #1e3a5f14;transition:all .3s ease;position:relative}.how-step-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #1e3a5f26;border-color:#3b82f64d}.how-step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.how-step-number{width:50px;height:50px;background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;box-shadow:0 4px 15px #3b82f64d}.how-step-icon{font-size:3rem;opacity:.8}.how-step-title{font-family:var(--font-head);font-size:1.5rem;font-weight:700;color:#1e3a5f;margin-bottom:.75rem}.how-step-description{font-size:.95rem;color:#475569;line-height:1.6;margin-bottom:1.25rem}.how-step-details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.how-step-details li{font-size:.9rem;color:#475569;display:flex;align-items:flex-start;gap:.5rem;line-height:1.6}.detail-marker{color:#3b82f6;font-weight:700;font-size:1.2rem;line-height:1;flex-shrink:0;margin-top:.1rem}.how-process-section{padding:2rem 0;background:linear-gradient(180deg,#fff,#f8fafc)}.how-section-title{font-family:var(--font-head);font-size:clamp(1.75rem,4vw,2.25rem);text-align:center;color:#1e3a5f;margin-bottom:2rem}.how-process-flow{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.5rem;max-width:1000px;margin:0 auto}.process-step{flex:1;min-width:150px;text-align:center;padding:1.5rem;background:linear-gradient(135deg,#fff,#f1f5f9);border-radius:16px;border:1px solid rgba(30,58,95,.1);transition:all .3s ease}.process-step:hover{transform:translateY(-4px);box-shadow:0 8px 20px #1e3a5f26;border-color:#3b82f64d}.process-icon{font-size:3rem;margin-bottom:.75rem}.process-step h3{font-size:1.1rem;color:#1e3a5f;margin-bottom:.5rem;font-weight:600}.process-step p{font-size:.9rem;color:#475569;margin:0}.process-arrow{font-size:2rem;color:#3b82f6;font-weight:300}.how-features-section{padding:2rem 0;background:linear-gradient(180deg,#fff,#f8fafc)}.how-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.how-feature-card{background:linear-gradient(135deg,#fff,#f1f5f9);border-radius:16px;padding:1.5rem;text-align:center;border:1px solid rgba(30,58,95,.1);transition:all .3s ease}.how-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #1e3a5f26;border-color:#3b82f64d}.how-feature-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.how-feature-title{font-size:1.1rem;color:#1e3a5f;margin-bottom:.5rem;font-weight:600}.how-feature-description{font-size:.9rem;color:#475569;line-height:1.6;margin:0}.how-cta-section{padding:3rem 0;background:linear-gradient(180deg,#fff,#f8fafc)}.how-cta-box{background:linear-gradient(135deg,#1e3a5f,#2c5282,#1e3a5f);color:#fff;border-radius:24px;padding:2.5rem;text-align:center;box-shadow:0 20px 50px #1e3a5f40;max-width:700px;margin:0 auto}.how-cta-box h2{font-family:var(--font-head);font-size:1.75rem;margin-bottom:.75rem}.how-cta-box p{font-size:1rem;opacity:.95;margin-bottom:1.5rem;line-height:1.6}.how-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.how-cta-box .btn-outline{border-color:#fff;color:#fff}.how-cta-box .btn-outline:hover{background:#fff3}@media (max-width: 900px){.how-steps-grid{grid-template-columns:1fr;gap:2rem}.how-process-flow{flex-direction:column}.process-arrow{transform:rotate(90deg);margin:.5rem 0}.how-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.how-hero{padding:2.5rem 0 2rem}.how-hero-title{font-size:clamp(1.75rem,6vw,2.25rem)}.how-hero-subtitle{font-size:1rem}.how-steps-section,.how-process-section,.how-features-section{padding:2rem 0}.how-steps-grid{gap:1.5rem}.how-step-card{padding:1.5rem}.how-step-header{margin-bottom:1.25rem}.how-step-number{width:45px;height:45px;font-size:1.35rem}.how-step-icon{font-size:2.5rem}.how-step-title{font-size:1.35rem}.how-step-description{font-size:.9rem}.how-section-title{font-size:clamp(1.5rem,5vw,1.75rem);margin-bottom:1.5rem}.process-step{padding:1.25rem;min-width:120px}.process-icon{font-size:2.5rem}.process-step h3{font-size:1rem}.process-step p{font-size:.85rem}.how-features-grid{grid-template-columns:1fr;gap:1.25rem}.how-feature-card{padding:1.25rem}.how-feature-icon{font-size:2.25rem}.how-feature-title{font-size:1.05rem}.how-feature-description{font-size:.85rem}.how-cta-box{padding:2rem 1.25rem}.how-cta-box h2{font-size:clamp(1.5rem,5vw,1.75rem)}.how-cta-box p{font-size:1rem}.how-cta-buttons{flex-direction:column;gap:.875rem}.how-cta-buttons .btn{width:100%;min-height:44px;-webkit-tap-highlight-color:rgba(96,165,250,.3);touch-action:manipulation}}@media (max-width: 480px){.how-hero{padding:2rem 0 1.75rem}.how-hero-title{font-size:clamp(1.5rem,7vw,2rem)}.how-hero-subtitle{font-size:.95rem}.how-steps-section,.how-process-section,.how-features-section{padding:1.75rem 0}.how-steps-grid{gap:1.25rem}.how-step-card{padding:1.25rem}.how-step-number{width:40px;height:40px;font-size:1.25rem}.how-step-icon{font-size:2.25rem}.how-step-title{font-size:1.25rem}.how-step-description{font-size:.85rem}.how-section-title{font-size:clamp(1.35rem,6vw,1.5rem)}.process-step{padding:1rem}.process-icon{font-size:2.25rem}.how-feature-card{padding:1.125rem}.how-cta-box{padding:1.75rem 1rem}.how-cta-box h2{font-size:clamp(1.35rem,6vw,1.5rem)}.how-cta-box p{font-size:.95rem}}@media (max-width: 360px){.how-hero{padding:1.75rem 0 1.5rem}.how-step-card{padding:1.125rem}.how-cta-box{padding:1.5rem .875rem}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,var(--color-warm-white) 0%,#e8dfd0 100%)}.auth-card{background:#fff;border-radius:20px;padding:2.5rem;width:100%;max-width:420px;box-shadow:0 20px 50px var(--color-shadow);position:relative;z-index:1;pointer-events:auto}.auth-card-wide{max-width:480px}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-logo{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;color:var(--color-brown);margin-bottom:1rem;text-decoration:none}.auth-logo-img{height:2.5rem;width:auto;object-fit:contain}.auth-header h1{font-family:var(--font-head);font-size:1.75rem;color:var(--color-brown);margin-bottom:.25rem}.auth-header p{font-size:.95rem;color:var(--color-brown-light)}.auth-form{position:relative;z-index:1;pointer-events:auto}.auth-form label{display:block;margin-bottom:1rem}.auth-form label span{display:block;font-size:.9rem;font-weight:500;color:var(--color-brown);margin-bottom:.35rem}.auth-form input,.auth-form select{width:100%;padding:.65rem 1rem;border:1px solid #ddd;border-radius:10px;font-size:1rem;transition:border-color .2s}.auth-form input:focus,.auth-form select:focus{outline:none;border-color:var(--color-gold)}.auth-error{background:#fee;color:#c00;padding:.75rem;border-radius:10px;margin-bottom:1rem;font-size:.9rem}.btn-block{width:100%;padding:.75rem;margin-top:.5rem;font-size:1rem;position:relative;z-index:2;pointer-events:auto;cursor:pointer}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.95rem;color:var(--color-brown-light)}.auth-footer a{color:var(--color-gold-dark);font-weight:600}.auth-footer a:hover{text-decoration:underline}@media (max-width: 768px){.auth-page{padding:2rem 1rem 1rem;min-height:100vh;align-items:flex-start}.auth-card{padding:1.5rem;border-radius:16px;max-width:100%;position:relative;z-index:1}.auth-header h1{font-size:1.5rem}.auth-form{position:relative;z-index:1}.auth-form input,.auth-form select{font-size:16px;padding:.75rem 1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;box-sizing:border-box}.auth-form button{position:relative;z-index:2;pointer-events:auto}.btn-block{min-height:44px;padding:.875rem;font-size:1rem;-webkit-tap-highlight-color:rgba(96,165,250,.3);touch-action:manipulation;-webkit-user-select:none;user-select:none;cursor:pointer;pointer-events:auto;position:relative;z-index:2}.btn-block:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-primary{-webkit-tap-highlight-color:rgba(96,165,250,.3);pointer-events:auto}}@media (max-width: 480px){.auth-page{padding:1.5rem .75rem .75rem}.auth-card{padding:1.25rem;border-radius:12px}.auth-header h1{font-size:1.35rem}.auth-form label{margin-bottom:.875rem}.btn-block{padding:1rem;font-size:1.05rem}}.site-header{position:sticky;top:0;z-index:100;background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 2px 10px #0000000d;transition:transform .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out,height .3s ease-in-out;transform:translateY(0);opacity:1;visibility:visible}.site-header.nav-hidden{transform:translateY(-100%);opacity:0;visibility:hidden;pointer-events:none;border:none;box-shadow:none;background:transparent!important;-webkit-backdrop-filter:none;backdrop-filter:none;margin:0;padding:0;max-height:0;height:0;overflow:hidden;min-height:0;line-height:0}.site-header.nav-hidden .header-inner,.site-header.nav-hidden .mobile-nav{display:none!important;height:0;padding:0;margin:0}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;position:relative;max-width:1400px;margin:0 auto}.logo{display:flex;align-items:center;gap:.875rem;font-family:var(--font-head);font-weight:700;font-size:1.4rem;color:#5b21b6;transition:all .3s ease;text-decoration:none;z-index:101;padding:.25rem 0}.logo:hover{transform:translateY(-1px)}.logo-icon{height:2.75rem;width:auto;display:inline-block;transition:transform .3s ease;object-fit:contain}.logo:hover .logo-icon{transform:scale(1.05)}.logo-text{color:#5b21b6;letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:.5rem}.nav-link{position:relative;padding:.5rem 1rem;font-weight:500;font-size:.95rem;color:#4b5563;text-decoration:none;transition:all .3s ease;border-radius:8px}.nav-link:hover{color:#5b21b6}.nav-link.active{color:#5b21b6;font-weight:600}.nav-divider{width:1px;height:24px;background:#0000001a;margin:0 .75rem}.nav-links button{font-weight:500;color:#ffffffe6;transition:all .3s ease}.nav-links button:hover{color:#fff}.btn{padding:.625rem 1.25rem;border-radius:10px;border:none;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-block;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn-ghost{background:transparent;color:#ffffffe6;border:1.5px solid transparent}.btn-ghost:hover{color:#fff;border-color:#ffffff4d;background:#ffffff1a;transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--color-gold),var(--color-gold-dark));color:#fff;box-shadow:0 4px 15px #60a5fa40;position:relative;z-index:1}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #60a5fa66;background:linear-gradient(135deg,#93c5fd,#2563eb)}.btn-primary:active{transform:translateY(0)}.nav-links .btn-primary{background:#5b21b6;color:#fff;box-shadow:0 2px 8px #5b21b640;border:none;padding:.625rem 1.5rem;font-weight:600;margin-left:.5rem}.nav-links .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #5b21b659;background:#6d28d9}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:101}.mobile-menu-toggle span{display:block;width:25px;height:3px;background:#5b21b6;border-radius:3px;transition:all .3s ease}.mobile-menu-toggle span:nth-child(1).open{transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle span:nth-child(2).open{opacity:0}.mobile-menu-toggle span:nth-child(3).open{transform:rotate(-45deg) translate(7px,-7px)}.mobile-nav{display:none;flex-direction:column;padding:1rem 2rem;background:#fff;border-top:1px solid rgba(0,0,0,.08);gap:.5rem}.mobile-nav-link{padding:.875rem 1.25rem;color:#4b5563;font-weight:500;text-decoration:none;border-radius:8px;transition:all .2s ease;display:block;width:100%;text-align:left;background:transparent;border:none;font-size:1rem;cursor:pointer}.mobile-nav-link:hover{background:#5b21b60d;color:#5b21b6;transform:translate(4px)}.mobile-nav-link.btn-primary{background:#5b21b6;color:#fff;text-align:center;margin-top:.5rem;border:none;box-shadow:0 2px 8px #5b21b640}.mobile-nav-link.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #5b21b659;background:#6d28d9}@media (max-width: 768px){.nav-links{display:none}.mobile-menu-toggle{display:flex;min-width:44px;min-height:44px;-webkit-tap-highlight-color:rgba(91,33,182,.2);touch-action:manipulation}.mobile-nav{display:flex;max-height:calc(100vh - 80px);overflow-y:auto;-webkit-overflow-scrolling:touch}.header-inner{padding:1rem 1.5rem}.logo{font-size:1.25rem;gap:.625rem;min-height:44px;display:flex;align-items:center}.logo-icon{height:2.25rem;max-width:100%}}@media (max-width: 480px){.header-inner{padding:.875rem 1rem}.logo{font-size:1.1rem;gap:.5rem}.logo-icon{height:1.75rem}.mobile-nav{padding:.875rem 1rem}.mobile-nav-link{min-height:44px;display:flex;align-items:center;-webkit-tap-highlight-color:rgba(91,33,182,.2);touch-action:manipulation}}@media (max-width: 360px){.header-inner{padding:.75rem .875rem}.logo{font-size:1rem;gap:.4rem}.logo-icon{height:1.5rem}.logo-text{font-size:.95rem}}.main-content{min-height:calc(100vh - 140px)}.layout:has(.site-header.nav-hidden) .main-content{margin-top:0;padding-top:0}.site-footer{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#ffffffe6;padding:3rem 1.5rem 1.5rem;margin-top:auto;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;text-align:left}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{font-family:var(--font-head);font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline{color:#fffc;font-size:.95rem;line-height:1.6}.footer-description{color:#ffffffd9;font-size:.9rem;line-height:1.7;margin-top:.5rem;max-width:400px}.footer-heading{font-family:var(--font-head);font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:.75rem}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.footer-info{display:flex;align-items:center;gap:.75rem;color:#ffffffe6;font-size:.95rem;line-height:1.6}.footer-icon{font-size:1.2rem;display:inline-block;min-width:24px}.footer-link{color:#ffffffe6;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff;text-decoration:underline}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#ffffffb3;font-size:.9rem;display:flex;flex-direction:column;gap:.5rem}.footer-powered{color:#fff9;font-size:.85rem;margin-top:.5rem}.footer-powered-link{color:#fffc;text-decoration:none;font-weight:500;transition:color .3s ease}.footer-powered-link:hover{color:#fff;text-decoration:underline}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-section{align-items:center}.footer-info{justify-content:center}.site-footer{padding:2rem 1.5rem 1.5rem}}@media (max-width: 480px){.site-footer{padding:1.5rem 1rem 1rem}.footer-content{gap:1.5rem}.footer-title{font-size:1.25rem}.footer-heading{font-size:1.1rem}.footer-info{font-size:.9rem}}.page-loading{display:flex;align-items:center;justify-content:center;min-height:60vh;font-size:1.2rem;color:var(--color-brown-light)}:root{--color-cream: #faf6f0;--color-warm-white: #f5efe6;--color-gold: #60a5fa;--color-gold-dark: #3b82f6;--color-brown: #5c4033;--color-brown-light: #8b7355;--color-green: #2d5016;--color-green-light: #4a7c23;--color-shadow: rgba(92, 64, 51, .12);--font-head: "Playfair Display", Georgia, serif;--font-body: "Outfit", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--color-cream);color:var(--color-brown);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-tap-highlight-color:rgba(96,165,250,.2)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.container{padding:0 1rem}}@media (max-width: 480px){.container{padding:0 .875rem}}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}button,a,input,select,textarea{-webkit-tap-highlight-color:rgba(96,165,250,.2);touch-action:manipulation}input,select,textarea{font-size:16px}@media (max-width: 768px){input,select,textarea{font-size:16px}}
