.org-page{background:var(--bg-primary);color:var(--text-primary);line-height:1.7;overflow-x:hidden}.org-page *{box-sizing:border-box}.org-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}.org-page .icon{stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;width:24px;height:24px}.org-page .hero{padding:10rem 0 5rem;position:relative;overflow:hidden}.org-page .hero:before{content:"";background:radial-gradient(circle,#0d94880f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;right:-100px}.org-page .hero-inner{z-index:10;align-items:center;gap:4rem;display:flex;position:relative}.org-page .hero-content{text-align:left;flex:1.2;max-width:700px}.org-page .hero-image{flex:.8;justify-content:flex-end;display:flex}.org-page .image-wrapper{box-shadow:var(--shadow-xl);border:1px solid #ffffff1a;border-radius:24px;position:relative;overflow:hidden}.org-page .main-hero-img{object-fit:cover;width:100%;height:auto;transition:transform .5s;display:block}.org-page .image-wrapper:hover .main-hero-img{transform:scale(1.02)}.org-page .image-overlay{pointer-events:none;background:linear-gradient(#0000 60%,#0d94881a);position:absolute;inset:0}@media (max-width:1100px){.org-page .hero-inner{text-align:center;flex-direction:column;gap:3rem}.org-page .hero-content{max-width:100%}.org-page .hero-image{justify-content:center;max-width:500px;margin:0 auto}}.org-page .hero-badge{color:var(--accent-teal);background:#0d94881a;border:1px solid #0d948833;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.org-page .hero-title{font-family:var(--font-playfair-display),serif;color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.2}.org-page .hero-title .highlight{background:var(--gradient-cool);-webkit-text-fill-color:transparent;letter-spacing:0;-webkit-background-clip:text;background-clip:text;margin-top:1rem;display:inline-block}.org-page .hero-description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.15rem;line-height:1.8}.org-page .hero-statement{background:var(--bg-secondary);border-left:4px solid var(--accent-teal);border-radius:0 12px 12px 0;margin-bottom:2rem;padding:1.5rem 2rem}.org-page .hero-statement p{color:var(--text-primary);font-size:1.1rem;font-weight:500}.org-page .hero-points{flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}.org-page .hero-point{align-items:flex-start;gap:1rem;display:flex}.org-page .hero-point-icon{background:#0d94881a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex}.org-page .hero-point-icon .icon{width:14px;height:14px;color:var(--accent-teal)}.org-page .hero-point p{color:var(--text-secondary);font-size:1.05rem}.org-page .hero-point strong{color:var(--text-primary)}.org-page .hero-note{color:var(--text-muted);font-size:.95rem;font-style:italic}.org-page section{padding:5rem 0}.org-page .section-label{text-transform:uppercase;letter-spacing:2px;color:var(--accent-teal);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;font-weight:600;display:inline-flex}.org-page .section-label .icon{width:16px;height:16px}.org-page .section-title{font-family:var(--font-playfair-display),serif;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.org-page .section-desc{color:var(--text-secondary);max-width:700px;font-size:1.1rem}.org-page .about-section{background:var(--bg-secondary)}.org-page .about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:3rem;display:grid}@media (max-width:900px){.org-page .about-grid{grid-template-columns:1fr;gap:2rem}}.org-page .about-content h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.org-page .about-content p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.8}.org-page .about-list{list-style:none}.org-page .about-list li{color:var(--text-secondary);border-bottom:1px solid var(--border-color);align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.org-page .about-list li:last-child{border-bottom:none}.org-page .about-list .icon{width:20px;height:20px;color:var(--accent-teal)}.org-page .about-visual{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);border-radius:20px;padding:2.5rem}.org-page .brain-diagram{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.org-page .brain-core{background:var(--gradient-cool);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;box-shadow:0 0 40px #0d948833}.org-page .brain-core .icon{color:#fff;stroke-width:1.5px;width:48px;height:48px}.org-page .brain-outcomes{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;display:grid}.org-page .outcome-item{background:var(--bg-secondary);text-align:center;border:1px solid var(--border-color);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem;transition:all .3s;display:flex}.org-page .outcome-item:hover{box-shadow:var(--shadow-md);border-color:var(--accent-teal);transform:translateY(-3px)}.org-page .outcome-item .icon{width:24px;height:24px;margin-bottom:.5rem}.org-page .outcome-item:first-child .icon{color:var(--accent-coral)}.org-page .outcome-item:nth-child(2) .icon{color:var(--accent-teal)}.org-page .outcome-item:nth-child(3) .icon{color:var(--accent-gold)}.org-page .outcome-item:nth-child(4) .icon{color:var(--accent-purple)}.org-page .outcome-item span{color:var(--text-secondary);font-size:.85rem;display:block}.org-page .products-section{background:var(--bg-primary)}.org-page .products-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}@media (max-width:900px){.org-page .products-grid{grid-template-columns:1fr}}.org-page .product-card{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);color:inherit;border-radius:20px;padding:2.5rem;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden}.org-page .product-card:before{content:"";height:4px;position:absolute;top:0;left:0;right:0}.org-page .product-card:first-child:before{background:linear-gradient(135deg,#0d9488 0%,#10b981 100%)}.org-page .product-card:nth-child(2):before{background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%)}.org-page .product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.org-page .product-icon{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex}.org-page .product-card:first-child .product-icon{color:#10b981;background:#10b9811a}.org-page .product-card:nth-child(2) .product-icon{color:var(--accent-purple);background:#7c3aed1a}.org-page .product-icon .icon{width:32px;height:32px}.org-page .product-card h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.org-page .product-card .subtitle{color:#10b981;margin-bottom:1rem;font-size:.9rem;font-weight:500}.org-page .product-card:nth-child(2) .subtitle{color:var(--accent-purple)}.org-page .product-card>p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.org-page .product-problems{background:#e85a4f0d;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.org-page .product-problems h4{color:var(--accent-coral);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.org-page .product-problems h4 .icon{width:14px;height:14px}.org-page .product-problems ul{list-style:none}.org-page .product-problems li{color:var(--text-secondary);padding:.35rem 0 .35rem 1rem;font-size:.9rem;position:relative}.org-page .product-problems li:before{content:"•";color:var(--accent-coral);position:absolute;left:0}.org-page .product-solutions{background:#10b9810d;border-radius:12px;padding:1.25rem}.org-page .product-card:nth-child(2) .product-solutions{background:#7c3aed0d}.org-page .product-solutions h4{color:#10b981;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.org-page .product-card:nth-child(2) .product-solutions h4{color:var(--accent-purple)}.org-page .product-solutions h4 .icon{width:14px;height:14px}.org-page .product-solutions ul{list-style:none}.org-page .product-solutions li{color:var(--text-secondary);align-items:flex-start;gap:.5rem;padding:.35rem 0;font-size:.9rem;display:flex}.org-page .product-solutions li .icon{color:#10b981;flex-shrink:0;width:16px;height:16px;margin-top:2px}.org-page .product-card:nth-child(2) .product-solutions li .icon{color:var(--accent-purple)}.org-page .product-result{border-top:1px solid var(--border-color);margin-top:1.5rem;padding-top:1.5rem}.org-page .product-result p{color:var(--text-primary);align-items:flex-start;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.org-page .product-result .icon{color:#10b981;flex-shrink:0;width:18px;height:18px;margin-top:2px}.org-page .product-card:nth-child(2) .product-result .icon{color:var(--accent-purple)}.org-page .btn-detail{color:#10b981;background:0 0;border:2px solid #10b981;border-radius:8px;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.org-page .product-card:nth-child(2) .btn-detail{border-color:var(--accent-purple);color:var(--accent-purple)}.org-page .btn-detail:hover{color:#fff;background:#10b981}.org-page .product-card:nth-child(2) .btn-detail:hover{background:var(--accent-purple)}.org-page .btn-detail .icon{width:18px;height:18px}.org-page .process-section{background:var(--bg-secondary)}.org-page .process-grid{grid-template-columns:repeat(6,1fr);gap:1.25rem;margin-top:3rem;display:grid;position:relative}.org-page .process-grid:before{content:"";z-index:0;background:linear-gradient(90deg,#e85a4f4d 0%,#0d948880 50%,#10b981cc 100%);height:3px;position:absolute;top:50%;left:8%;right:8%;transform:translateY(-50%)}.org-page .process-grid:after{content:"";z-index:0;border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:12px solid #10b981cc;width:0;height:0;position:absolute;top:50%;right:8%;transform:translateY(-50%)}@media (max-width:1100px){.org-page .process-grid{grid-template-columns:repeat(3,1fr)}.org-page .process-grid:before,.org-page .process-grid:after{display:none}}@media (max-width:700px){.org-page .process-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.org-page .process-grid{grid-template-columns:1fr}}.org-page .process-step{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;box-shadow:var(--shadow-sm);z-index:1;border-radius:16px;padding:1.75rem;transition:all .3s;position:relative}.org-page .process-step:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.org-page .process-number{background:var(--gradient-cool);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 1rem;font-weight:700;display:flex}.org-page .process-step h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.org-page .process-step p{color:var(--text-muted);font-size:.9rem}.org-page .services-section{background:var(--bg-primary)}.org-page .services-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;display:grid}@media (max-width:1000px){.org-page .services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.org-page .services-grid{grid-template-columns:1fr}}.org-page .service-card{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:16px;padding:1.75rem;transition:all .3s}.org-page .service-card:hover{border-color:var(--accent-teal);box-shadow:var(--shadow-md)}.org-page .service-icon{border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1rem;display:flex}.org-page .service-card:first-child .service-icon{color:var(--accent-teal);background:#0d94881a}.org-page .service-card:nth-child(2) .service-icon{color:var(--accent-purple);background:#7c3aed1a}.org-page .service-card:nth-child(3) .service-icon{color:var(--accent-gold);background:#d977061a}.org-page .service-card:nth-child(4) .service-icon{color:var(--accent-blue);background:#2563eb1a}.org-page .service-icon .icon{width:24px;height:24px}.org-page .service-card h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.org-page .service-card p{color:var(--text-muted);font-size:.9rem}.org-page .guarantee-list{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem;display:flex}.org-page .guarantee-item{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.org-page .guarantee-item .icon{width:20px;height:20px;color:var(--accent-teal)}.org-page .fit-section{background:var(--bg-secondary)}.org-page .fit-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}@media (max-width:768px){.org-page .fit-grid{grid-template-columns:1fr}}.org-page .fit-card{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:16px;padding:2rem}.org-page .fit-card h4{color:var(--text-primary);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:flex}.org-page .fit-card h4 .icon{width:24px;height:24px;color:var(--accent-teal)}.org-page .fit-card ul{list-style:none}.org-page .fit-card li{color:var(--text-secondary);padding:.5rem 0 .5rem 1.5rem;font-size:.95rem;position:relative}.org-page .fit-card li:before{content:"";background:var(--accent-teal);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.org-page .cta-section{text-align:center;background:var(--bg-primary);padding:6rem 0;position:relative}.org-page .cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#0d94880f 0%,#0000 70%);width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.org-page .cta-content{z-index:10;position:relative}.org-page .cta-title{font-family:var(--font-playfair-display),serif;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.org-page .cta-desc{color:var(--text-secondary);max-width:600px;margin:0 auto 2rem;font-size:1.1rem}.org-page .cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.org-page .btn{border-radius:10px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.org-page .btn .icon{width:20px;height:20px}.org-page .btn-primary{background:var(--gradient-cool);color:#fff}.org-page .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0d94884d}.org-page .btn-secondary{border:2px solid var(--border-color);color:var(--text-primary);background:0 0}.org-page .btn-secondary:hover{border-color:var(--accent-teal);background:#0d94880d}.org-page .footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:3rem 0}.org-page .footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.org-page .footer-brand{align-items:center;gap:.5rem;display:flex}.org-page .logo-icon{background:var(--gradient-cool);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.org-page .logo-icon .icon{color:#fff;width:20px;height:20px}.org-page .footer-tagline{font-family:var(--font-playfair-display),serif;color:var(--text-secondary);font-size:1.1rem;font-style:italic}.org-page .footer-copyright{color:var(--text-muted);font-size:.85rem}@media (max-width:768px){.org-page .footer-content{text-align:center;flex-direction:column}.org-page .container{padding:0 1rem}.org-page .hero{padding:6rem 0 3rem}.org-page .hero-badge{padding:.4rem .8rem;font-size:.75rem}.org-page .hero-title{font-size:clamp(1.8rem,7vw,2.5rem)}.org-page .hero-description{font-size:1rem}.org-page .hero-statement{padding:1rem 1.25rem}.org-page .hero-statement p{font-size:1rem}.org-page .hero-point p{font-size:.95rem}.org-page .hero-note{font-size:.9rem}.org-page section{padding:3rem 0}.org-page .section-title{font-size:clamp(1.4rem,5vw,1.8rem)}.org-page .section-label{font-size:.75rem}.org-page .section-desc{font-size:1rem}.org-page .about-content h3{font-size:1.25rem}.org-page .about-content p{font-size:.95rem}.org-page .about-list li{font-size:.9rem}.org-page .about-visual{padding:1.5rem}.org-page .brain-core{width:90px;height:90px}.org-page .brain-core .icon{width:36px;height:36px}.org-page .outcome-item{padding:1rem}.org-page .outcome-item span{font-size:.8rem}.org-page .product-card{padding:1.5rem}.org-page .product-card h3{font-size:1.15rem}.org-page .product-card>p{font-size:.9rem}.org-page .product-icon{width:52px;height:52px;margin-bottom:1rem}.org-page .product-icon .icon{width:26px;height:26px}.org-page .product-problems,.org-page .product-solutions{padding:1rem}.org-page .product-problems li,.org-page .product-solutions li{font-size:.85rem}.org-page .product-result p{font-size:.9rem}.org-page .btn-detail{justify-content:center;width:100%;padding:.75rem 1rem;font-size:.9rem}.org-page .process-step{padding:1.25rem}.org-page .process-number{width:36px;height:36px;font-size:.9rem}.org-page .process-step h4{font-size:.95rem}.org-page .process-step p{font-size:.85rem}.org-page .service-card{padding:1.25rem}.org-page .service-icon{width:44px;height:44px}.org-page .service-icon .icon{width:22px;height:22px}.org-page .service-card h4{font-size:.95rem}.org-page .service-card p{font-size:.85rem}.org-page .guarantee-list{gap:1rem}.org-page .guarantee-item{font-size:.85rem}.org-page .fit-card{padding:1.5rem}.org-page .fit-card h4{font-size:1rem}.org-page .fit-card li{font-size:.9rem}.org-page .cta-section{padding:3rem 0}.org-page .cta-title{font-size:clamp(1.4rem,5vw,1.8rem)}.org-page .cta-desc{font-size:1rem}.org-page .cta-buttons{flex-direction:column;gap:.75rem}.org-page .btn{justify-content:center;width:100%;padding:.9rem 1.5rem;font-size:.95rem}.org-page .footer{padding:2rem 0}.org-page .footer-tagline{font-size:1rem}}
