body{margin:0;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--white: #FFFFFF;--off-white: #F8FBFE;--sky: #5BA4C8;--sky-light: #A8CFEA;--sky-pale: #E8F4FB;--sky-dark: #3A7FA8;--charcoal: #2A2A2A;--mid: #666;--border: #D6EAF5}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--white);color:var(--charcoal);font-size:16px;line-height:1.6}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:14px 48px;display:flex;align-items:center;justify-content:space-between;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.nav-logo img{height:44px;width:auto;display:block}.nav-cta{background:var(--sky);color:#fff;padding:11px 24px;border-radius:3px;font-size:.83rem;font-weight:500;letter-spacing:.05em;text-decoration:none;transition:background .2s;white-space:nowrap}.nav-cta:hover{background:var(--sky-dark)}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:72px;background:var(--white)}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:80px 56px 80px 80px}.hero-tag{font-size:.74rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--sky);margin-bottom:22px;display:flex;align-items:center;gap:10px}.hero-tag:before{content:"";display:block;width:26px;height:1.5px;background:var(--sky)}.hero h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,3.8vw,3.6rem);font-weight:300;line-height:1.2;color:var(--charcoal);margin-bottom:20px}.hero h1 em{font-style:italic;color:var(--sky)}.hero-bridge{font-size:1rem;color:var(--mid);font-weight:300;line-height:1.8;max-width:430px;margin-bottom:40px;border-left:3px solid var(--sky-light);padding-left:18px}.hero-bridge strong{color:var(--charcoal);font-weight:500}.btn-primary{display:inline-block;background:var(--sky);color:#fff;padding:17px 34px;font-size:.88rem;font-weight:500;letter-spacing:.06em;text-decoration:none;border-radius:3px;transition:all .22s;align-self:flex-start}.btn-primary:hover{background:var(--sky-dark);transform:translateY(-1px);box-shadow:0 8px 24px #5ba4c84d}.btn-sub{margin-top:12px;font-size:.8rem;color:var(--mid);font-weight:300}.hero-right{background:var(--sky-pale);display:flex;flex-direction:column;justify-content:center;padding:80px 80px 80px 56px;position:relative;overflow:hidden}.hero-right:before{content:"";position:absolute;bottom:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:#5ba4c81a}.symptom-list{list-style:none;margin-bottom:40px}.symptom-list li{padding:14px 0;border-bottom:1px solid var(--border);font-size:.93rem;color:var(--mid);display:flex;align-items:flex-start;gap:14px;font-weight:300}.symptom-list li:first-child{border-top:1px solid var(--border)}.symptom-list li .check{width:20px;height:20px;border-radius:50%;background:var(--sky);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.symptom-list li .check:after{content:"✓";font-size:.62rem;color:#fff;font-weight:700}.symptom-list li strong{color:var(--charcoal);font-weight:500;display:block;margin-bottom:2px}.dr-badge{display:flex;align-items:center;gap:16px;padding:18px 22px;background:#fff;border-radius:4px;border:1px solid var(--border);box-shadow:0 2px 12px #5ba4c814}.dr-logo{width:60px;height:60px;object-fit:contain;flex-shrink:0;display:block}.dr-badge-text{display:flex;flex-direction:column;justify-content:center}.dr-badge-text .name{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:600;color:var(--charcoal);line-height:1.3}.dr-badge-text .title{font-size:.78rem;color:var(--mid);font-weight:300;margin-top:2px}.strip{background:var(--sky);padding:18px 80px;display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.strip-item{color:#ffffffe6;font-size:.8rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase}.strip-item+.strip-item:before{content:"·";color:#fff6;font-size:1.2rem;margin-right:48px}.fit-section{background:var(--white);padding:96px 80px}.fit-inner{max-width:1080px;margin:0 auto}.section-label{font-size:.72rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--sky);margin-bottom:14px}.section-heading{font-family:Cormorant Garamond,serif;font-size:clamp(1.9rem,2.8vw,2.7rem);font-weight:300;line-height:1.25;color:var(--charcoal);margin-bottom:18px}.section-heading em{font-style:italic;color:var(--sky)}.section-sub{font-size:.97rem;color:var(--mid);font-weight:300;line-height:1.8;max-width:600px;margin-bottom:48px}.fit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.fit-item{display:flex;align-items:flex-start;gap:16px;padding:22px 24px;background:var(--sky-pale);border-radius:4px;border:1px solid var(--border);transition:border-color .2s}.fit-item:hover{border-color:var(--sky)}.fit-dot{width:10px;height:10px;border-radius:50%;background:var(--sky);flex-shrink:0;margin-top:6px}.fit-item p{font-size:.93rem;color:var(--charcoal);font-weight:300;line-height:1.6}.fit-item p strong{font-weight:500}.focus-section{background:var(--off-white);padding:96px 80px}.focus-inner{max-width:1080px;margin:0 auto}.focus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.focus-card{background:#fff;padding:34px 28px;border:1px solid var(--border);border-radius:4px;border-top:3px solid var(--sky)}.focus-card .icon{font-size:1.6rem;margin-bottom:16px;display:block}.focus-card h3{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;color:var(--charcoal);margin-bottom:10px}.focus-card p{font-size:.86rem;color:var(--mid);font-weight:300;line-height:1.7;margin-bottom:14px}.focus-card ul{list-style:none}.focus-card ul li{font-size:.84rem;color:var(--mid);font-weight:300;padding:4px 0 4px 13px;position:relative}.focus-card ul li:before{content:"–";position:absolute;left:0;color:var(--sky-light)}.diff-section{background:#fff;padding:96px 80px}.diff-inner{max-width:1080px;margin:0 auto}.diff-top{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;margin-bottom:56px}.diff-text p{font-size:.95rem;color:var(--mid);font-weight:300;line-height:1.85;margin-bottom:16px}.diff-text p strong{color:var(--charcoal);font-weight:500}.diff-quote{background:var(--sky-pale);border-left:4px solid var(--sky);padding:36px 32px;border-radius:0 4px 4px 0}.diff-quote p{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-style:italic;font-weight:400;color:var(--charcoal);line-height:1.65}.diff-quote .attr{margin-top:16px;font-size:.76rem;color:var(--sky);font-weight:500;letter-spacing:.06em;text-transform:uppercase}.comparison{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--border);border-radius:4px;overflow:hidden;margin-bottom:52px}.compare-col{background:#fff}.compare-header{padding:16px 26px;font-size:.76rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.compare-header.other{background:var(--off-white);color:var(--mid)}.compare-header.rena{background:var(--sky);color:#fff}.compare-item{padding:13px 26px;font-size:.88rem;font-weight:300;color:var(--mid);border-bottom:1px solid var(--border);line-height:1.5}.compare-item:last-child{border-bottom:none}.compare-col.rena-col .compare-item{color:var(--charcoal);font-weight:400}.three-worlds{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.world-card{padding:30px 26px;border:1px solid var(--border);border-radius:4px;background:var(--off-white)}.world-num{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;color:var(--sky-light);line-height:1;margin-bottom:10px}.world-card h3{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;color:var(--charcoal);margin-bottom:12px}.world-card ul{list-style:none}.world-card ul li{font-size:.85rem;color:var(--mid);padding:4px 0;font-weight:300;display:flex;align-items:center;gap:8px}.world-card ul li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--sky);flex-shrink:0}.how-section{background:var(--sky-pale);padding:96px 80px}.how-inner{max-width:1080px;margin:0 auto}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.step{position:relative}.step-num{font-family:Cormorant Garamond,serif;font-size:3.2rem;font-weight:300;color:var(--sky-light);line-height:1;margin-bottom:12px}.step h3{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;color:var(--charcoal);margin-bottom:10px}.step p{font-size:.88rem;color:var(--mid);font-weight:300;line-height:1.75}.step-arrow{position:absolute;top:26px;right:-20px;color:var(--border);font-size:1.4rem}.about-section{background:#fff;padding:96px 80px}.about-inner{max-width:1080px;margin:0 auto}.about-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:72px;align-items:center}.about-text h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,2.4vw,2.3rem);font-weight:300;line-height:1.3;color:var(--charcoal);margin-bottom:22px}.about-text h2 em{font-style:italic;color:var(--sky)}.about-text p{font-size:.92rem;color:var(--mid);font-weight:300;line-height:1.85;margin-bottom:16px}.credential-list{list-style:none;margin:20px 0 32px;display:flex;flex-direction:column;gap:9px}.credential-list li{font-size:.86rem;color:var(--mid);font-weight:300;display:flex;align-items:center;gap:10px}.credential-list li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--sky);flex-shrink:0}.about-visual{background:var(--sky-pale);border:1px solid var(--border);border-left:4px solid var(--sky);padding:40px 34px;border-radius:0 4px 4px 0}.about-visual .qs-label{font-size:.74rem;color:var(--sky);font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px}.about-visual .qs{list-style:none;display:flex;flex-direction:column;gap:14px}.about-visual .qs li{font-family:Cormorant Garamond,serif;font-size:1.08rem;font-style:italic;color:var(--charcoal);font-weight:400;padding-left:18px;position:relative;line-height:1.5}.about-visual .qs li:before{content:'"';position:absolute;left:0;color:var(--sky-light);font-size:1.3rem;top:-2px}.cta-section{background:var(--sky-dark);padding:100px 80px;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-100px;left:50%;transform:translate(-50%);width:480px;height:480px;background-image:url(/watermark.png);background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.12;pointer-events:none}.cta-section .section-label{color:var(--sky-light)}.cta-section h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.2vw,3rem);font-weight:300;color:#fff;line-height:1.25;margin-bottom:18px;max-width:640px;margin-left:auto;margin-right:auto}.cta-section h2 em{font-style:italic;color:var(--sky-light)}.cta-section p{font-size:.97rem;color:#ffffffa6;font-weight:300;max-width:480px;margin:0 auto 40px;line-height:1.75}.btn-white{display:inline-block;background:#fff;color:var(--sky-dark);padding:18px 42px;font-size:.88rem;font-weight:500;letter-spacing:.07em;text-decoration:none;border-radius:3px;transition:all .22s}.btn-white:hover{background:var(--sky-pale);transform:translateY(-1px)}.cta-note{margin-top:16px;font-size:.78rem;color:#ffffff59;font-weight:300}footer{background:#fff;padding:36px 80px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);flex-wrap:wrap;gap:16px}.footer-logo img{height:36px;width:auto}.footer-info{font-size:.78rem;color:var(--mid);font-weight:300;text-align:center;line-height:1.7}.footer-contact{font-size:.78rem;color:var(--mid);font-weight:300;text-align:right;line-height:1.7}.footer-contact a{color:var(--sky);text-decoration:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hero-left>*{animation:fadeUp .65s ease both}.hero-left>*:nth-child(1){animation-delay:.1s}.hero-left>*:nth-child(2){animation-delay:.22s}.hero-left>*:nth-child(3){animation-delay:.36s}.hero-left>*:nth-child(4){animation-delay:.5s}@media(max-width:900px){.about-inner>div[style*=grid-template-columns]{grid-template-columns:1fr!important}nav{padding:14px 20px}.hero{grid-template-columns:1fr}.hero-left{padding:56px 24px 44px}.hero-right{padding:44px 24px 60px}.fit-section,.focus-section,.diff-section,.how-section,.about-section,.cta-section{padding:64px 24px}.fit-grid,.focus-grid{grid-template-columns:1fr}.diff-top{grid-template-columns:1fr;gap:32px}.comparison{grid-template-columns:1fr}.compare-col.other-col{display:none}.three-worlds{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:28px}.step-arrow{display:none}.about-grid{grid-template-columns:1fr;gap:36px}footer{padding:28px 24px;flex-direction:column;align-items:flex-start}.footer-contact{text-align:left}.strip{padding:14px 24px;gap:16px;justify-content:flex-start}}
