@import "https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;600;700;800;900&display=swap";:root{--primary-dark:#1d2650;--bg-light:#f8f8f8;--text-main:#333;--text-light:#666;--accent:#fff;--border:#e0e0e0;--pill-bg:#eaeaea;--hover-pill:#d1d1d1;--radius-xs:4px;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-pill:9999px;--font-xs:.85rem;--font-sm:.95rem;--font-base:1rem;--font-md:1.15rem;--font-lg:1.3rem;--font-xl:1.5rem;--font-xxl:2.5rem;--font-display:clamp(2.5rem, 5.5vw, 4.5rem);--font-title:clamp(2rem, 4.5vw, 3.2rem)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-light);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:League Spartan,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--primary-dark);font-family:League Spartan,sans-serif}h2{font-weight:500}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:League Spartan,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn-primary{background-color:var(--primary-dark);color:#fff;border-radius:var(--radius-pill);align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-primary:hover{opacity:.9;transform:translateY(-2px)}.section-padding{padding:4rem 0}@media (width>=768px){.section-padding{padding:8rem 0}}.glass{-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-lg);background:#ffffffb3;border:1px solid #ffffff4d}.header{z-index:100;border-bottom:1px solid #0000;width:100%;padding:1.5rem 0;transition:background-color .3s,padding .3s,border-bottom .3s;position:fixed;top:0;left:0}.header.scrolled{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#f8f8f8d9;padding:1rem 0}.header-container{z-index:100;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.logo{width:46px;height:46px;color:var(--primary-dark);background:0 0;flex:none;justify-content:center;align-items:center;padding:0;display:flex}.logo img{object-fit:contain;width:100%;height:100%;display:block}.nav-links{align-items:center;gap:2.5rem;display:none}@media (width>=1024px){.nav-links{display:flex}}.nav-links a{color:var(--text-main);font-size:.95rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary-dark)}.nav-links a.active{color:var(--primary-dark);font-weight:700}.header-actions{align-items:center;gap:1rem;display:flex}.desktop-btn{display:none}@media (width>=1024px){.desktop-btn{display:flex}}.mobile-menu-toggle{color:var(--primary-dark);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}@media (width>=1024px){.mobile-menu-toggle{display:none}}.mobile-menu-overlay{-webkit-backdrop-filter:blur(12px);box-sizing:border-box;z-index:90;background:#f8f8f8fa;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;padding:4rem 2rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.mobile-nav{flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex}.mobile-nav a{color:var(--primary-dark);font-size:2rem;font-weight:600;text-decoration:none}.mobile-store-btn{justify-content:center;width:100%;max-width:300px;margin-top:2rem;padding:1.25rem;font-size:1.2rem}.hero{flex-direction:column;justify-content:flex-start;align-items:center;min-height:auto;padding-top:120px;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}@media (width>=768px){.hero{padding-top:180px;padding-bottom:6rem}}.hero-background{z-index:0;background:radial-gradient(circle at 50% -20%,#1d26500d,#0000 70%);position:absolute;inset:0}.hero-container{z-index:1;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.hero-content{text-align:center;max-width:800px;margin-bottom:2rem}@media (width>=768px){.hero-content{margin-bottom:4rem}}.hero-content h1{font-size:var(--font-display);letter-spacing:0;color:#000;overflow-wrap:anywhere;width:100%;margin-bottom:1rem;font-weight:500;line-height:1.1}@media (width>=768px){.hero-content h1{margin-bottom:1.5rem}}.hero-content p{color:var(--text-light);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}@media (width>=768px){.hero-content p{font-size:1.25rem}}.hero-btn{padding:1.25rem 2.5rem;font-size:1.1rem}@media (width<=767px){.hero-content{width:100%;max-width:calc(100vw - 2rem)}.hero-content h1{max-width:18rem;margin-left:auto;margin-right:auto;font-size:2rem}.hero-content p{max-width:19rem;font-size:1rem}}.problem-section{background-color:var(--bg-light);position:relative}.problem-header{text-align:center;max-width:800px;margin:0 auto 5rem}.problem-header h2{margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.problem-header p{color:var(--text-light);margin-bottom:1rem;font-size:1.2rem}.problem-header p.highlight{color:var(--primary-dark);margin-top:2rem;font-size:1.3rem;font-weight:500}.problem-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=640px){.problem-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.problem-grid{grid-template-columns:repeat(4,1fr)}}.problem-card{border-radius:var(--radius-lg);background-color:#fff;flex-direction:column;align-items:flex-start;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 40px #00000008}.problem-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #0000000f}.icon-wrapper{background-color:var(--bg-light);color:var(--primary-dark);border-radius:var(--radius-md);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.problem-card h3{margin-bottom:1rem;font-size:1.25rem}.problem-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}.water-categories{background-color:var(--bg-light)}.tabs-container{justify-content:center;margin-bottom:3rem;padding-bottom:1rem;display:flex}.desktop-tabs{display:none}@media (width>=1024px){.desktop-tabs{display:flex}}.tabs-wrapper{background-color:var(--pill-bg);border-radius:99px;gap:.5rem;padding:.75rem;display:flex}.tab-btn{color:var(--text-light);white-space:nowrap;cursor:pointer;z-index:1;background:0 0;border:none;border-radius:99px;padding:1.25rem 2.5rem;font-family:League Spartan,sans-serif;font-size:1.15rem;font-weight:600;transition:color .3s;position:relative}.tab-btn:hover{color:var(--primary-dark)}.tab-btn.active{color:#fff}.active-indicator{background-color:var(--primary-dark);z-index:0;border-radius:99px;position:absolute;inset:0}.tab-label{z-index:1;position:relative}.mobile-selector-container{z-index:20;flex-direction:column;width:100%;margin-bottom:2rem;display:flex;position:relative}@media (width>=1024px){.mobile-selector-container{display:none}}.mobile-selector-toggle{border:1px solid var(--border);width:100%;color:var(--text-main);cursor:pointer;background-color:#fff;border-radius:99px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-family:League Spartan,sans-serif;font-size:1.25rem;font-weight:500;display:flex;box-shadow:0 4px 20px #00000005}.mobile-selector-menu{border:1px solid var(--border);border-radius:var(--radius-lg);z-index:50;background-color:#fff;flex-direction:column;width:100%;display:flex;position:absolute;top:calc(100% + .5rem);left:0;overflow:hidden;box-shadow:0 10px 40px #00000014}.mobile-selector-option{text-align:left;color:var(--text-main);cursor:pointer;background:0 0;border:none;border-bottom:1px solid #00000008;padding:1.25rem 1.5rem;font-family:League Spartan,sans-serif;font-size:1.15rem;transition:background-color .2s}.mobile-selector-option:last-child{border-bottom:none}.mobile-selector-option:hover{background-color:var(--bg-light)}.mobile-selector-option.active{background-color:var(--primary-dark);color:#fff;font-weight:600}.category-content-wrapper{min-height:650px;position:relative}.category-content{grid-template-columns:1fr;gap:2rem;width:100%;display:grid}@media (width>=1024px){.category-content{grid-template-columns:1fr 1fr;gap:3rem}}.category-text{border-radius:var(--radius-xl);background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:600px;padding:4rem 3rem;display:flex;box-shadow:0 10px 40px #00000008}.category-text h3{font-size:var(--font-title);margin-bottom:2.5rem}.feature-list{margin-bottom:3rem;list-style:none}.feature-list li{color:var(--text-main);align-items:flex-start;gap:1rem;margin-bottom:1.5rem;font-size:1.05rem;display:flex}.feature-icon{color:var(--text-light);flex-shrink:0;margin-top:2px}.category-image-wrapper{border-radius:var(--radius-xl);height:100%;min-height:400px;overflow:hidden}.category-image{object-fit:cover;border-radius:var(--radius-xl);width:100%;height:100%}.water-composition{background:var(--bg-light);overflow:hidden}.water-composition-visual{--composition-piece-width:min(34vw, 340px);--composition-piece-gap:clamp(2.1rem, 4.5vw, 3rem);align-items:center;gap:var(--composition-piece-gap);z-index:10;flex-direction:column;width:100%;max-width:760px;min-height:clamp(620px,76vw,780px);margin:0 auto;display:flex;position:relative}.composition-piece{width:var(--composition-piece-width);object-fit:contain;box-shadow:none;pointer-events:none;-webkit-user-select:none;user-select:none;position:relative}.composition-bottle-top{z-index:4}.composition-water-large{z-index:3}.composition-water-small{z-index:2}.composition-glass{z-index:1}.composition-label{--line-width:clamp(5.25rem, 14vw, 10rem);--dot-size:12px;z-index:6;color:var(--primary-dark);white-space:nowrap;align-items:center;font-size:clamp(.95rem,1.5vw,1.15rem);font-weight:700;line-height:1;display:flex;position:absolute}.composition-label span{border:2px solid var(--primary-dark);border-radius:var(--radius-pill);background:#f8f8f8e6;order:2;align-items:center;min-height:42px;padding:.45rem .9rem;display:inline-flex}.composition-label:before,.composition-label:after{content:"";flex:none;display:block}.composition-label-left:before,.composition-label-right:after{width:var(--line-width);background:var(--primary-dark);order:2;height:2px}.composition-label-left:after,.composition-label-right:before{width:var(--dot-size);height:var(--dot-size);border:2px solid var(--primary-dark);background:var(--bg-light);border-radius:50%;order:3}.composition-label-left span{order:1}.composition-label-left:before{order:2}.composition-label-left:after{order:3;margin-left:-1px}.composition-label-right:before{order:1;margin-right:-1px}.composition-label-right:after{order:2}.composition-label-right span{order:3}.composition-label-minerals{top:17%;right:62%}.composition-label-water{top:42%;left:63%}.composition-label-anions{top:61%;right:61%}.composition-label-traces{top:85%;left:63%}@media (width<=767px){.water-composition-visual{--composition-piece-width:270px;--composition-piece-gap:2.2rem;max-width:390px;min-height:590px}.composition-label{--line-width:1.9rem;--dot-size:10px;font-size:.76rem}.composition-label-right{flex-direction:row-reverse}.composition-label span{border-width:1.5px;min-height:34px;padding:.35rem .65rem}.composition-label-left:before,.composition-label-right:after{height:1.5px}.composition-label-left:after,.composition-label-right:before{border-width:1.5px}.composition-label-minerals{top:18%;right:65%}.composition-label-water{top:43%;left:auto;right:3.5rem}.composition-label-anions{top:62%;right:64%}.composition-label-traces{top:86%;left:auto;right:3.5rem}}.comparative-section{background-color:var(--accent);position:relative}.comparative-layout{grid-template-columns:1fr;align-items:flex-start;gap:4rem;display:grid}@media (width>=1024px){.comparative-layout{grid-template-columns:1fr 1fr;gap:6rem}}.comparative-sticky-header{margin-bottom:2rem;position:static}@media (width>=1024px){.comparative-sticky-header{margin-bottom:0;position:sticky;top:150px}}.comparative-sticky-header h2{font-size:var(--font-title);letter-spacing:-1px;margin-bottom:1.5rem;line-height:1.1}.comparative-sticky-header p{color:var(--text-light);font-size:1.25rem;line-height:1.5}.comparative-steps{flex-direction:column;gap:2rem;display:flex}.comparative-step-card{border-radius:var(--radius-xl);border:1px solid var(--border);background-color:#fff;flex-direction:column;gap:1.5rem;padding:3rem;transition:transform .3s;display:flex}.comparative-step-card:hover{transform:translateY(-5px)}.step-number{color:var(--primary-dark);background-color:var(--bg-light);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-family:League Spartan,sans-serif;font-size:1.2rem;font-weight:700;display:flex}.step-content h3{margin-bottom:1rem;font-size:1.8rem}.step-content p{color:var(--text-light);font-size:1.05rem;line-height:1.6}.quality-section{background-color:var(--bg-light)}.quality-layout{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (width>=1024px){.quality-layout{grid-template-columns:1fr 1fr;gap:6rem}}.quality-content h2{font-size:var(--font-title);margin-bottom:1rem;line-height:1.1}.quality-subtitle{color:var(--primary-dark);margin-bottom:1.5rem;font-size:1.4rem;font-weight:600}.quality-desc{color:var(--text-light);margin-bottom:3rem;font-size:1.1rem;line-height:1.7}.quality-stats{flex-direction:column;gap:1.5rem;display:flex}@media (width>=768px){.quality-stats{flex-direction:row;gap:3rem}}.stat-number{color:var(--primary-dark);margin-bottom:.5rem;font-family:League Spartan,sans-serif;font-size:3.5rem;font-weight:800;line-height:1}.stat-label{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:500}.quality-grid{flex-direction:column;gap:1.5rem;display:flex}.quality-card{border-radius:var(--radius-lg);border:1px solid var(--border);background-color:#fff;flex-direction:column;padding:2rem;display:flex}.q-icon{color:var(--primary-dark);margin-bottom:1rem}.quality-card h3{margin-bottom:.5rem;font-size:1.3rem}.quality-card p{color:var(--text-light);font-size:.95rem;line-height:1.5}.testimonial-section{background-color:var(--accent)}.testimonial-header{text-align:center;margin-bottom:4rem}.testimonial-header h2{font-size:var(--font-title);margin-bottom:1rem}.testimonial-header p{color:var(--text-light);font-size:1.2rem}.testimonial-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.testimonial-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{border-radius:var(--radius-lg);border:1px solid var(--border);background-color:#fff;flex-direction:column;padding:2.5rem 2rem;display:flex}.stars{gap:.2rem;margin-bottom:1.5rem;display:flex}.testimonial-content{color:var(--text-main);flex-grow:1;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.testimonial-author{align-items:center;gap:1rem;display:flex}.author-avatar{background-color:var(--pill-bg);width:48px;height:48px;color:var(--primary-dark);border-radius:50%;justify-content:center;align-items:center;font-family:League Spartan,sans-serif;font-size:1.2rem;font-weight:700;display:flex}.author-info h4{margin:0 0 .2rem;font-size:1.1rem}.author-info span{color:var(--text-light);font-size:.9rem}.faq-section{background-color:var(--bg-light)}.faq-page{background-color:var(--bg-light);min-height:100svh;padding-top:88px}.faq-page .faq-section{min-height:calc(100svh - 88px)}@media (width<=1023px){.faq-page{padding-top:80px}}@media (width<=640px){.faq-page{padding-top:76px}}.faq-header{text-align:center;margin-bottom:4rem}.faq-header h2{font-size:var(--font-title);margin-bottom:1rem}.faq-header p{color:var(--text-light);font-size:1.2rem}.faq-list{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{border-radius:var(--radius-md);border:1px solid var(--border);background-color:#fff;overflow:hidden;box-shadow:0 4px 20px #00000005}.faq-question{text-align:left;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;transition:background-color .3s;display:flex}.faq-question:hover{background-color:#00000003}.faq-question h3{color:var(--primary-dark);margin:0;padding-right:2rem;font-size:1.2rem;font-weight:600}.faq-icon-wrapper{color:var(--text-light);justify-content:center;align-items:center;display:flex}.faq-item.open .faq-icon-wrapper{color:var(--primary-dark)}.faq-answer-container{overflow:hidden}.faq-answer{padding:0 2rem 1.5rem}.faq-answer p{color:var(--text-light);margin:0;font-size:1.05rem;line-height:1.6}.cta-section{background-color:var(--bg-light);padding-bottom:8rem}.cta-content{background-color:var(--primary-dark);color:#fff;border-radius:var(--radius-xl);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex;box-shadow:0 20px 40px #1d265026}.cta-content h2{font-size:var(--font-title);letter-spacing:-1px;max-width:800px;margin-bottom:1.5rem;line-height:1.1}.cta-content p{color:#fffc;max-width:600px;margin-bottom:3rem;font-size:1.25rem;line-height:1.5}.cta-btn{color:var(--primary-dark);background-color:#fff;padding:1.25rem 2.5rem;font-size:1.1rem}.cta-btn:hover{background-color:var(--pill-bg);transform:translateY(-2px)}.footer{color:#333;background-color:#fff;padding:6rem 0 0;position:relative;overflow:hidden}.footer-top{flex-direction:column;gap:4rem;margin-bottom:4rem;display:flex}@media (width>=768px){.footer-top{flex-direction:row;justify-content:space-between}}.footer-brand{flex-direction:column;gap:1.5rem;display:flex}.footer-logo img{object-fit:contain;width:58px;height:58px;display:block}.social-icons{align-items:center;gap:1rem;display:flex}.social-icons a{color:#666;justify-content:center;align-items:center;transition:color .3s;display:flex}.social-icons a:hover{color:var(--primary-dark)}.footer-links{flex-wrap:wrap;gap:6rem;display:flex}.link-column{flex-direction:column;gap:1rem;display:flex}.link-column h4{color:#333;text-transform:capitalize;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.link-column a{color:#666;font-size:.8rem;font-weight:400;transition:color .3s}.link-column a:hover{color:var(--primary-dark)}.footer-divider{border-top:1px solid #f0f0f0;margin-bottom:1.5rem}.footer-credits{color:#333;flex-direction:column;gap:1rem;margin-bottom:4rem;font-size:.75rem;font-weight:500;display:flex}@media (width>=768px){.footer-credits{flex-direction:row;justify-content:space-between}}.huge-text-wrapper{justify-content:center;width:100%;padding:0 2rem;display:flex}.huge-text{letter-spacing:-.05em;text-align:center;background:linear-gradient(180deg, var(--primary-dark) 0%, #1d265066 60%, #fff0 95%);-webkit-text-fill-color:transparent;color:#0000;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text;width:100%;font-family:League Spartan,sans-serif;font-size:25vw;font-weight:800;line-height:.75}.diagnostic-page{--diagnostic-header-offset:88px;min-height:calc(100svh - var(--diagnostic-header-offset));margin-top:var(--diagnostic-header-offset);background:#fff;overflow:hidden}.diagnostic-hero{min-height:calc(100svh - var(--diagnostic-header-offset));background:#fff;align-items:center;display:flex}.diagnostic-container{width:100%}.diagnostic-start{min-height:calc(100svh - var(--diagnostic-header-offset));text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem 0 5rem;display:flex}.diagnostic-start h1{color:#1a1a1a;max-width:820px;font-size:var(--font-display);letter-spacing:0;font-weight:600;line-height:1.12}.diagnostic-start p{color:#5c5c5c;margin-top:1.4rem;font-size:clamp(1.08rem,1.6vw,1.35rem);font-weight:400;line-height:1.35}.diagnostic-start-button{border-radius:var(--radius-pill);color:#fff;background:#050b61;min-width:168px;min-height:58px;margin-top:2rem;padding:.95rem 1.65rem;font-size:1.22rem;font-weight:700;transition:transform .25s,background-color .25s}.diagnostic-start-button:hover{background:#030850;transform:translateY(-2px)}.diagnostic-quiz{min-height:calc(100svh - var(--diagnostic-header-offset));flex-direction:column;justify-content:center;align-items:center;padding:2rem 0 4rem;display:flex;position:relative}.diagnostic-back{color:#050b61;background:#fff;border:1px solid #050b612e;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .25s,border-color .25s;display:inline-flex;position:absolute;top:1.25rem;left:2rem}.diagnostic-back:hover{border-color:#050b61;transform:translate(-2px)}.diagnostic-question{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:860px;display:flex}.diagnostic-question-number{border-radius:var(--radius-sm);color:#fff;background:#050b61;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.85rem;font-weight:800;line-height:1;display:inline-flex}.diagnostic-question h2{color:#242424;letter-spacing:0;max-width:860px;margin-bottom:2rem;font-size:clamp(1.55rem,2.45vw,2.2rem);font-weight:700;line-height:1.15}.diagnostic-options{gap:.85rem;width:100%;display:grid}.diagnostic-option{border-radius:var(--radius-pill);color:#050b61;text-align:center;background:#fff;border:2px solid #050b61;justify-content:center;align-items:center;min-height:58px;padding:.8rem 1.5rem;font-size:clamp(1.05rem,1.55vw,1.35rem);font-weight:500;line-height:1.18;transition:transform .22s,background-color .22s,color .22s;display:flex}.diagnostic-option:hover,.diagnostic-option.selected{color:#fff;background:#050b61;transform:translateY(-2px)}.diagnostic-result{min-height:calc(100svh - var(--diagnostic-header-offset));text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem 0 4rem;display:flex}.diagnostic-kicker{color:#5c5c5c;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.95rem;font-weight:700;display:inline-flex}.diagnostic-result-card{border-radius:var(--radius-lg);background:#fff;border:1px solid #050b6124;width:min(100%,780px);padding:clamp(1.6rem,4vw,3rem)}.diagnostic-result-icon{color:#050b61;margin-bottom:1.5rem}.diagnostic-result h1{color:#1a1a1a;font-size:clamp(2rem,3.8vw,3.4rem);font-weight:600;line-height:1.05}.diagnostic-result p{color:#5c5c5c;max-width:580px;margin:1.3rem auto 0;font-size:1.08rem;line-height:1.45}.diagnostic-recommendation{border-radius:var(--radius-md);color:#fff;text-align:left;background:#050b61;gap:.5rem;margin:2rem 0 0;padding:1.25rem;display:grid}.diagnostic-recommendation span{text-transform:uppercase;letter-spacing:.08em;opacity:.75;font-size:.85rem;font-weight:700}.diagnostic-recommendation strong{font-size:1.2rem;line-height:1.35}.diagnostic-result-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.25rem;display:flex}.diagnostic-reset{border-radius:var(--radius-pill);color:#050b61;background:#fff;border:1px solid #050b612e;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;display:inline-flex}@media (width<=1023px){.diagnostic-page{--diagnostic-header-offset:80px}.diagnostic-question{max-width:100%}}@media (width<=640px){.diagnostic-page{--diagnostic-header-offset:76px;overflow:visible}.diagnostic-start,.diagnostic-quiz,.diagnostic-result{padding:1.5rem 0 3rem}.diagnostic-start h1{font-size:2.05rem;line-height:1.12}.diagnostic-start p{margin-top:1.2rem;font-size:1rem}.diagnostic-start-button{border-radius:var(--radius-pill);min-width:150px;min-height:52px;font-size:1.1rem}.diagnostic-back{left:1rem}.diagnostic-question-number{width:44px;height:44px;font-size:1.65rem}.diagnostic-question h2{margin-bottom:1.5rem;font-size:1.42rem}.diagnostic-option{border-radius:var(--radius-pill);min-height:54px;padding:.8rem 1rem;font-size:1rem}.diagnostic-result-actions{flex-direction:column-reverse}.diagnostic-result-actions button{justify-content:center;width:100%}}.contact-page{--contact-header-offset:88px;min-height:calc(100svh - var(--contact-header-offset));margin-top:var(--contact-header-offset);background:radial-gradient(circle at 82% 18%,#fffffff5,#0000 30%),linear-gradient(135deg,#f8f8f8 0%,#eef4f6 48%,#f7f7f7 100%)}.contact-hero{min-height:calc(100svh - var(--contact-header-offset));align-items:center;padding:1rem 0 4rem;display:flex}.contact-back,.contact-diagnostic-link{border:1px solid var(--border);color:var(--primary-dark);background:#ffffffbf;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.1rem;font-size:1rem;font-weight:600;transition:transform .25s,border-color .25s;display:inline-flex}.contact-back{margin-bottom:1rem}.contact-back:hover,.contact-diagnostic-link:hover{border-color:#1d265059;transform:translateY(-2px)}.contact-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:3rem;display:grid}.contact-kicker{color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.95rem;font-weight:700;display:inline-flex}.contact-intro h1{color:#000;max-width:680px;font-size:var(--font-display);margin-bottom:1rem;font-weight:500;line-height:.94}.contact-intro p{max-width:560px;color:var(--text-light);font-size:1.18rem;line-height:1.5}.contact-methods{gap:.85rem;margin:2rem 0 1.25rem;display:grid}.contact-method{align-items:center;gap:.9rem;display:flex}.contact-method-icon{background:var(--primary-dark);color:#fff;border-radius:50%;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.contact-method-icon svg{color:currentColor;stroke:currentColor;display:block}.contact-method-copy span{color:var(--text-light);font-size:.9rem;font-weight:600;display:block}.contact-method-copy strong{color:var(--primary-dark);font-size:1.1rem;line-height:1.2;display:block}.contact-form{border-radius:var(--radius-lg);background:#ffffffe0;gap:1rem;padding:clamp(1.25rem,3vw,2rem);display:grid;box-shadow:0 18px 60px #0000000d}.contact-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-form label{color:var(--primary-dark);gap:.45rem;font-size:.95rem;font-weight:700;display:grid}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-main);background:#f8f8f8d1;outline:none;padding:.95rem 1rem;font-family:League Spartan,sans-serif;font-size:1rem;transition:border-color .25s,background-color .25s}.contact-form textarea{resize:vertical;min-height:130px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{background:#fff;border-color:#1d265073}.contact-submit{justify-content:center;margin-top:.25rem}@media (width<=1023px){.contact-page{--contact-header-offset:80px}.contact-layout{grid-template-columns:1fr;gap:2rem}}@media (width<=640px){.contact-page{--contact-header-offset:76px}.contact-form-row{grid-template-columns:1fr}.contact-hero{align-items:flex-start;padding-bottom:3rem}}.info-page{--info-header-offset:88px;min-height:calc(100svh - var(--info-header-offset));margin-top:var(--info-header-offset);background:radial-gradient(circle at 18% 18%,#fffffff5,#0000 30%),linear-gradient(135deg,#f8f8f8 0%,#eef4f6 48%,#f7f7f7 100%)}.info-hero{min-height:calc(100svh - var(--info-header-offset));align-items:center;padding:1rem 0 4rem;display:flex}.info-back{border:1px solid var(--border);color:var(--primary-dark);background:#ffffffbf;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1.1rem;font-size:1rem;font-weight:600;transition:transform .25s,border-color .25s;display:inline-flex}.info-back:hover{border-color:#1d265059;transform:translateY(-2px)}.info-card{border-radius:var(--radius-lg);background:#ffffffe0;max-width:880px;padding:clamp(2rem,5vw,4rem);box-shadow:0 18px 60px #0000000d}.info-icon{color:var(--primary-dark);margin-bottom:1.25rem}.info-kicker{color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.95rem;font-weight:700;display:block}.info-card h1{color:#000;max-width:760px;font-size:var(--font-display);margin-bottom:1.25rem;font-weight:500;line-height:.94}.info-card p{max-width:650px;color:var(--text-light);margin-bottom:.85rem;font-size:1.18rem;line-height:1.5}.info-cta{margin-top:1.25rem}@media (width<=1023px){.info-page{--info-header-offset:80px}}@media (width<=640px){.info-page{--info-header-offset:76px}.info-hero{align-items:flex-start;padding-bottom:3rem}}.about-page{--about-header-offset:88px;min-height:calc(100svh - var(--about-header-offset));margin-top:var(--about-header-offset);background:radial-gradient(circle at 18% 18%,#fffffff5,#0000 30%),linear-gradient(135deg,#f8f8f8 0%,#eef4f6 48%,#f7f7f7 100%);padding-bottom:5rem}.about-hero{text-align:center;padding:6rem 0 3rem}.about-hero-content{max-width:800px;margin:0 auto}.about-kicker{color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.95rem;font-weight:700;display:block}.about-title{color:#000;font-size:var(--font-display);margin-bottom:1.5rem;font-weight:500;line-height:.94}.about-subtitle{color:var(--text-light);font-size:1.25rem;line-height:1.6}.about-story{margin-top:2rem;margin-bottom:4rem}.about-story-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.about-story-grid{grid-template-columns:repeat(3,1fr)}}.about-story-card{border-radius:var(--radius-lg);background:#fffc;flex-direction:column;align-items:flex-start;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #00000005}.about-story-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000000d}.about-icon-wrapper{width:48px;height:48px;color:var(--primary-dark);background:#1d265014;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:inline-flex}.about-story-card h3{margin-bottom:1rem;font-size:1.4rem;font-weight:600}.about-story-card p{color:var(--text-light);font-size:1.05rem;line-height:1.6}.about-concept{margin-top:2rem}.about-concept-content{border-radius:var(--radius-lg);background:#ffffffe0;grid-template-columns:1fr;gap:3rem;padding:clamp(2rem,5vw,4rem);display:grid;box-shadow:0 18px 60px #0000000d}@media (width>=1024px){.about-concept-content{grid-template-columns:1fr 1.1fr;align-items:center;gap:5rem}}.about-concept-text h2{font-size:var(--font-title);margin-bottom:1.5rem;font-weight:500;line-height:1.1}.about-concept-text p{color:var(--text-light);margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.about-concept-list{gap:1.5rem;display:grid}.concept-item{align-items:flex-start;gap:1.25rem;display:flex}.concept-num{color:var(--primary-dark);border-radius:var(--radius-xs);background:#1d265014;padding:.25rem .5rem;font-size:1rem;font-weight:700}.concept-item h4{margin-bottom:.25rem;font-size:1.15rem;font-weight:600}.concept-item p{color:var(--text-light);font-size:.95rem;line-height:1.5}@media (width<=1023px){.about-page{--about-header-offset:80px}.about-hero{padding:4rem 0 2rem}}@media (width<=640px){.about-page{--about-header-offset:76px}}
