*{box-sizing:border-box;margin:0;padding:0}:root{--terracotta:#e07a5f;--sand:#f4f1de;--deep-blue:#3d5a80;--olive:#81b29a;--charcoal:#2d3142;--cream:#fffbf5;--accent-orange:#f4a261}body{color:var(--charcoal);background:var(--cream);font-family:Inter,sans-serif;line-height:1.7;overflow-x:hidden}nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffbf5f2;border-bottom:1px solid #3d5a801a;width:100%;padding:1.5rem 2rem;animation:.6s ease-out slideDown;position:fixed;top:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}nav .nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}nav .logo{color:var(--deep-blue);letter-spacing:-.5px;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;text-decoration:none}nav ul{gap:2.5rem;list-style:none;display:flex}nav a{color:var(--charcoal);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}nav a:hover{color:var(--terracotta)}nav a:after{content:"";background:var(--terracotta);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}nav a:hover:after{width:100%}.section-title{color:var(--deep-blue);text-align:center;margin-bottom:3rem;font-family:Playfair Display,serif;font-size:2.5rem}.hero{background:linear-gradient(135deg,#3d5a80eb 0%,#e07a5fe0 100%),url(https://images.unsplash.com/photo-1583422409516-2895a77efded?w=1600&q=80) 50%/cover;justify-content:center;align-items:center;min-height:85vh;margin-top:80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(45deg,#0000,#0000 20px,#ffffff08 20px 40px),repeating-linear-gradient(-45deg,#0000,#0000 20px,#ffffff08 20px 40px);position:absolute;inset:0}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#f4a26126 0%,#0000 50%),radial-gradient(circle at 80% 80%,#81b29a26 0%,#0000 50%);width:200%;height:200%;animation:20s ease-in-out infinite float;position:absolute;top:-50%;left:-50%}@keyframes float{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(30px,-30px)rotate(5deg)}}.hero-content{text-align:center;z-index:1;max-width:900px;padding:2rem;animation:1s ease-out fadeInUp;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.beta-badge{background:var(--accent-orange);color:#fff;letter-spacing:.5px;text-transform:uppercase;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;animation:1s ease-out .3s backwards fadeIn;display:inline-block;box-shadow:0 4px 15px #f4a2614d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero h1{color:#fff;letter-spacing:-1px;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.15;animation:1s ease-out .5s backwards fadeIn}.hero p{color:#fffffff2;max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:400;animation:1s ease-out .7s backwards fadeIn}.cta-group,.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;animation:1s ease-out .9s backwards fadeIn;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--terracotta);color:#fff;box-shadow:0 8px 25px #e07a5f59}.btn-primary:hover{background:#d66a4f;transform:translateY(-3px);box-shadow:0 12px 35px #e07a5f73}.btn-secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #fff6}.btn-secondary:hover{background:#ffffff40;border-color:#fff9;transform:translateY(-3px)}.page-header{text-align:center;background:linear-gradient(135deg,#3d5a80eb 0%,#e07a5fe0 100%),url(https://images.unsplash.com/photo-1583422409516-2895a77efded?w=1600&q=80) 50%/cover;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;margin-top:80px;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.page-header:before{content:"";pointer-events:none;background-image:repeating-linear-gradient(45deg,#0000,#0000 20px,#ffffff08 20px 40px),repeating-linear-gradient(-45deg,#0000,#0000 20px,#ffffff08 20px 40px);position:absolute;inset:0}.page-header:after{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#f4a26126 0%,#0000 50%),radial-gradient(circle at 80% 80%,#81b29a26 0%,#0000 50%);width:200%;height:200%;animation:20s ease-in-out infinite float;position:absolute;top:-50%;left:-50%}.page-header h1{color:#fff;letter-spacing:-1px;z-index:1;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.15;position:relative}.page-header p{color:#fffffff2;z-index:1;max-width:700px;margin:0 auto;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:400;position:relative}.filter-section{background:var(--sand);border-bottom:2px solid var(--olive);z-index:999;padding:2rem;position:sticky;top:80px}.filter-container{flex-wrap:wrap;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.filter-group{gap:1rem;display:flex}.filter-btn{border:2px solid var(--deep-blue);color:var(--deep-blue);cursor:pointer;background:#fff;border-radius:50px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.filter-btn:hover,.filter-btn.active{background:var(--deep-blue);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #3d5a804d}.search-box{flex:1;min-width:250px;position:relative}.search-box input{border:2px solid var(--deep-blue);border-radius:50px;width:100%;padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-size:.95rem;transition:all .3s}.search-box input:focus{border-color:var(--terracotta);outline:none;box-shadow:0 4px 15px #e07a5f33}.quiz-cta{background:linear-gradient(135deg,var(--terracotta)0%,var(--accent-orange)100%);text-align:center;border-radius:16px;max-width:1200px;margin:2rem auto;padding:3rem 2rem;box-shadow:0 10px 40px #e07a5f33}.quiz-cta h2{color:#fff;margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:2rem}.quiz-cta p{color:#fffffff2;margin-bottom:1.5rem;font-size:1.1rem}.quiz-btn{color:var(--terracotta);cursor:pointer;background:#fff;border:none;border-radius:8px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.quiz-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0003}.neighborhoods-container{max-width:1200px;margin:3rem auto;padding:0 2rem}.neighborhood-count{color:var(--deep-blue);margin-bottom:2rem;font-size:1.1rem;font-weight:600}.neighborhoods-grid{gap:2rem;display:grid}.neighborhood-card{border-left:5px solid var(--terracotta);background:#fff;border-radius:12px;transition:all .4s;overflow:hidden;box-shadow:0 4px 20px #00000014}.neighborhood-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001f}.neighborhood-card.hidden{display:none}.neighborhood-header{cursor:pointer;background:linear-gradient(135deg,#3d5a800d 0%,#81b29a0d 100%);padding:2rem;position:relative}.neighborhood-header:after{content:"▾";color:var(--deep-blue);font-size:1.5rem;transition:transform .3s;position:absolute;top:50%;right:2rem;transform:translateY(-50%)}.neighborhood-card.expanded .neighborhood-header:after{transform:translateY(-50%)rotate(180deg)}.neighborhood-tag{background:var(--accent-orange);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;margin-bottom:1rem;padding:.35rem .9rem;font-size:.8rem;font-weight:600;display:inline-block}.neighborhood-title{color:var(--deep-blue);margin-bottom:.75rem;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:700}.neighborhood-tagline{color:var(--charcoal);font-size:1.15rem;font-weight:500}.neighborhood-content{max-height:0;transition:max-height .5s;overflow:hidden}.neighborhood-card.expanded .neighborhood-content{max-height:5000px}.honest-take{background:var(--sand);border-left:4px solid var(--terracotta);margin:2rem;padding:2rem}.honest-take h3{color:var(--deep-blue);margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:1.4rem}.honest-take p{color:var(--charcoal);margin-bottom:1rem;font-size:1.1rem}.tradeoffs{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.tradeoff-tag{color:var(--deep-blue);border:1px solid var(--deep-blue);background:#fff;border-radius:20px;padding:.5rem 1rem;font-size:.9rem}.neighborhood-card .section{border-top:1px solid #3d5a801a;padding:2rem}.neighborhood-card .section h3{color:var(--deep-blue);margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:1.5rem}.neighborhood-card .section p{color:var(--charcoal);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.criteria-list{gap:1rem;display:grid}.criteria-item{border-left:3px solid var(--olive);background:#81b29a1a;border-radius:8px;padding:1rem 1.5rem}.feedback-section{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.feedback-box{border-radius:8px;padding:1.5rem}.feedback-box.positive{border-left:3px solid var(--olive);background:#81b29a26}.feedback-box.neutral{border-left:3px solid var(--deep-blue);background:#3d5a801a}.feedback-box.negative{border-left:3px solid var(--terracotta);background:#e07a5f26}.feedback-box h4{text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.feedback-box.positive h4{color:var(--olive)}.feedback-box.neutral h4{color:var(--deep-blue)}.feedback-box.negative h4{color:var(--terracotta)}.feedback-box ul{list-style:none}.feedback-box li{color:var(--charcoal);padding:.5rem 0;font-size:.95rem}.feedback-box li:before{content:"•";margin-right:.5rem;font-weight:700}.wordcloud-container{text-align:center;background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000000d}.wordcloud-container img{border-radius:8px;max-width:100%;height:auto}.card-actions{background:#3d5a800d;flex-wrap:wrap;gap:1rem;padding:2rem;display:flex}.action-btn{background:var(--deep-blue);color:#fff;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.action-btn:hover{background:var(--terracotta);transform:translateY(-2px);box-shadow:0 4px 15px #e07a5f4d}.action-btn.secondary{color:var(--deep-blue);border:2px solid var(--deep-blue);background:#fff}.action-btn.secondary:hover{background:var(--deep-blue);color:#fff}@media (max-width:768px){.filter-container{flex-direction:column}.filter-group{justify-content:center;width:100%}.search-box{width:100%}.feedback-section{grid-template-columns:1fr}.neighborhood-title{font-size:1.6rem}}.opening{text-align:center;background:#fff;padding:4rem 2rem}.opening h2{color:var(--deep-blue);margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:2.5rem}.opening p{color:var(--charcoal);max-width:700px;margin:0 auto 2rem;font-size:1.2rem;line-height:1.8}.path-selector{background:var(--sand);padding:5rem 2rem}.section-subtitle{text-align:center;color:var(--charcoal);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.15rem}.paths{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.path-card{border-top:4px solid var(--terracotta);cursor:pointer;background:#fff;border-radius:12px;padding:2.5rem;transition:all .3s;box-shadow:0 4px 20px #00000014}.path-card.selected{border-top-color:var(--olive);background:linear-gradient(135deg,#81b29a1a 0%,#3d5a800d 100%)}.path-tag{background:var(--accent-orange);color:#fff;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.timeline{background:var(--cream);padding:5rem 2rem}.timeline-container{max-width:900px;margin:0 auto}.timeline-item{grid-template-columns:80px 1fr;gap:2rem;margin-bottom:3rem;display:grid;position:relative}.timeline-item:before{content:"";background:linear-gradient(180deg,var(--olive)0%,var(--terracotta)100%);width:2px;position:absolute;top:80px;bottom:-3rem;left:39px}.timeline-item:last-child:before{display:none}.timeline-number{background:linear-gradient(135deg,var(--terracotta)0%,var(--accent-orange)100%);color:#fff;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:700;display:flex;position:relative;box-shadow:0 4px 15px #e07a5f4d}.timeline-content{border-left:4px solid var(--olive);background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #0000000f}.timeline-content h3{color:var(--deep-blue);margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:1.8rem}.timeline-content p{color:var(--charcoal);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.insight-box{border-left:3px solid var(--olive);color:var(--charcoal);background:#81b29a1a;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.insight-box strong{color:var(--deep-blue);margin-bottom:.5rem;display:block}.quick-tips{gap:1rem;margin-top:1.5rem;display:grid}.tip-item{color:var(--charcoal);align-items:flex-start;gap:1rem;display:flex}.tip-icon{background:var(--olive);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:.8rem;font-weight:700;display:flex}.reality-check{background:linear-gradient(135deg,#3d5a800d 0%,#81b29a0d 100%);padding:5rem 2rem}.reality-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.reality-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000000f}.reality-card h4{color:var(--deep-blue);margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:1.4rem}.reality-card ul{list-style:none}.reality-card li{color:var(--charcoal);padding:.75rem 0 .75rem 1.5rem;line-height:1.6;position:relative}.reality-card li:before{content:"→";color:var(--terracotta);font-weight:700;position:absolute;left:0}@media (max-width:768px){.timeline-item{grid-template-columns:60px 1fr;gap:1.5rem}.timeline-number{width:60px;height:60px;font-size:1.5rem}.timeline-item:before{left:29px}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.paths{grid-template-columns:1fr}}.story{background:#fff;padding:5rem 2rem}.story-content{max-width:800px;margin:0 auto}.story h2{color:var(--deep-blue);margin-bottom:2rem;font-family:Georgia,Times New Roman,serif;font-size:2.5rem}.story p{color:var(--charcoal);margin-bottom:1.5rem;font-size:1.15rem;line-height:1.9}.story strong{color:var(--deep-blue)}.highlight-box{border-left:4px solid var(--olive);background:linear-gradient(135deg,#81b29a1a 0%,#3d5a800d 100%);border-radius:12px;margin:2.5rem 0;padding:2rem}.highlight-box p{margin-bottom:0;font-size:1.2rem;font-style:italic}.problem-solution{background:var(--sand);padding:5rem 2rem}.split-grid{grid-template-columns:1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;display:grid}.problem-card,.solution-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #00000014}.problem-card{border-top:4px solid var(--terracotta)}.solution-card{border-top:4px solid var(--olive)}.problem-card h3,.solution-card h3{color:var(--deep-blue);margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:1.8rem}.problem-card ul,.solution-card ul{list-style:none}.problem-card li,.solution-card li{color:var(--charcoal);padding:.75rem 0 .75rem 2rem;font-size:1.05rem;line-height:1.7;position:relative}.problem-card li:before{content:"✗";color:var(--terracotta);font-size:1.2rem;font-weight:700;position:absolute;left:0}.solution-card li:before{content:"✓";color:var(--olive);font-size:1.2rem;font-weight:700;position:absolute;left:0}.how-it-works{background:var(--cream);padding:5rem 2rem}.principles{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.principle-card{border-left:4px solid var(--terracotta);background:#fff;border-radius:12px;padding:2.5rem;transition:all .3s;box-shadow:0 4px 20px #0000000f}.principle-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #0000001a}.principle-number{background:linear-gradient(135deg,var(--terracotta)0%,var(--accent-orange)100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;display:flex}.principle-card h3{color:var(--deep-blue);margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:1.5rem}.principle-card p{color:var(--charcoal);line-height:1.7}.commitment{background:linear-gradient(135deg,#3d5a800d 0%,#81b29a0d 100%);padding:5rem 2rem}.commitment-content{text-align:center;max-width:900px;margin:0 auto}.commitment h2{color:var(--deep-blue);margin-bottom:2rem;font-family:Georgia,Times New Roman,serif;font-size:2.5rem}.commitment p{color:var(--charcoal);margin-bottom:1.5rem;font-size:1.2rem;line-height:1.8}.trust-badges{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;display:grid}.badge{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 15px #0000000d}.badge-icon{margin-bottom:1rem;font-size:2.5rem}.badge h4{color:var(--deep-blue);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.badge p{color:var(--charcoal);opacity:.8;margin:0;font-size:.95rem}@media (max-width:768px){.split-grid,.principles,.trust-badges{grid-template-columns:1fr}}.contact-paths{background:#fff;padding:5rem 2rem}.paths-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1100px;margin:0 auto;display:grid}.path-card{border-top:4px solid var(--terracotta);background:#fff;border-radius:12px;padding:2.5rem;transition:all .3s;box-shadow:0 4px 20px #00000014}.path-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.path-icon{margin-bottom:1rem;font-size:3rem}.path-card h3{color:var(--deep-blue);margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:1.8rem}.path-card p{color:var(--charcoal);margin-bottom:1.5rem;line-height:1.7}.path-card .coming-soon{background:var(--accent-orange);color:#fff;border-radius:20px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.path-card ul{margin-bottom:1.5rem;list-style:none}.path-card li{padding:.5rem 0 .5rem 1.5rem;line-height:1.6;position:relative}.path-card li:before{content:"→";color:var(--olive);font-weight:700;position:absolute;left:0}.path-btn{background:var(--deep-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.path-btn:hover{background:var(--terracotta);transform:translateY(-2px)}.path-btn.disabled{cursor:not-allowed;opacity:.6;background:#ccc}.path-btn.disabled:hover{background:#ccc;transform:none}.form-section{background:var(--sand);padding:5rem 2rem}.form-container{background:#fff;border-radius:12px;max-width:700px;margin:0 auto;padding:3rem;box-shadow:0 4px 20px #00000014}.form-header{text-align:center;margin-bottom:2rem}.form-header h2{color:var(--deep-blue);margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:2rem}.form-header p{color:var(--charcoal);font-size:1.05rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--deep-blue);margin-bottom:.5rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--terracotta);outline:none}.form-group textarea{resize:vertical;min-height:150px}.radio-group{flex-wrap:wrap;gap:1rem;display:flex}.radio-option{align-items:center;gap:.5rem;display:inline-flex}.radio-option input[type=radio]{width:auto}.form-hint{color:#666;margin-top:.5rem;font-size:.9rem}.submit-btn{color:#fff;cursor:not-allowed;opacity:.6;background:#ccc;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600}.launch-note{border-left:4px solid var(--accent-orange);background:#f4a2611a;border-radius:8px;margin-top:2rem;padding:1.5rem}.launch-note p{color:var(--charcoal);margin:0}.launch-note strong{color:var(--deep-blue)}.meanwhile{background:var(--cream);padding:5rem 2rem}.meanwhile-content{text-align:center;max-width:800px;margin:0 auto}.meanwhile h2{color:var(--deep-blue);margin-bottom:2rem;font-family:Georgia,Times New Roman,serif;font-size:2.5rem}.meanwhile p{color:var(--charcoal);margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.resource-links{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.resource-card{background:#fff;border-radius:12px;padding:2rem;transition:all .3s;box-shadow:0 4px 15px #0000000d}.resource-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.resource-card h3{color:var(--deep-blue);margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;font-size:1.5rem}.resource-card p{margin-bottom:1.5rem;font-size:1rem}.resource-card a{color:var(--terracotta);font-weight:600;text-decoration:none;transition:color .3s;display:inline-block}.resource-card a:hover{color:var(--deep-blue)}.resource-card a:after{content:" →"}@media (max-width:768px){.paths-grid{grid-template-columns:1fr}.form-container{padding:2rem}.radio-group{flex-direction:column}.resource-links{grid-template-columns:1fr}}.tagline{background:var(--sand);text-align:center;border-bottom:3px solid var(--olive);padding:3rem 2rem}.tagline p{color:var(--deep-blue);letter-spacing:.3px;max-width:800px;margin:0 auto;font-size:1.25rem;font-weight:500}.features{background:#fff;padding:5rem 2rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-card{border-left:4px solid var(--terracotta);background:#fff;border-radius:12px;padding:2.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f}.feature-card:before{content:"";background:radial-gradient(circle,#81b29a1a 0%,#0000 70%);border-radius:50%;width:100px;height:100px;position:absolute;top:0;right:0;transform:translate(30%,-30%)}.feature-card:hover{border-left-color:var(--olive);transform:translateY(-5px);box-shadow:0 12px 35px #0000001a}.feature-card h3{color:var(--deep-blue);margin-bottom:.75rem;font-size:1.3rem;font-weight:600}.feature-card p{color:var(--charcoal);font-size:1rem;line-height:1.6}.coming-next{background:var(--cream);padding:5rem 2rem;position:relative}.coming-next:before{content:"";background:linear-gradient(90deg,var(--terracotta),var(--olive));border-radius:2px;width:200px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.coming-next h2{color:var(--deep-blue);text-align:center;letter-spacing:-.5px;margin-bottom:3rem;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700}.coming-next ul{max-width:600px;margin:0 auto;list-style:none}.coming-next li{border-left:4px solid var(--terracotta);color:var(--charcoal);background:#fff;border-radius:10px;margin-bottom:1rem;padding:1.25rem 2rem;font-size:1.1rem;transition:all .3s;box-shadow:0 3px 15px #0000000d}.coming-next li:hover{border-left-color:var(--olive);transform:translate(10px);box-shadow:0 6px 25px #00000014}.why{background:var(--sand);padding:5rem 2rem}.why-content{text-align:center;max-width:800px;margin:0 auto}.why h2{color:var(--deep-blue);margin-bottom:2rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700}.why p{color:var(--charcoal);margin-bottom:1.5rem;font-size:1.2rem;line-height:1.8}.why-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2.5rem;display:flex}.why-link{color:var(--terracotta);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.why-link:hover{color:var(--deep-blue);gap:.75rem}.why-link:after{content:"→";transition:transform .3s}.why-link:hover:after{transform:translate(5px)}.cta-section{background:linear-gradient(135deg,var(--deep-blue)0%,var(--olive)100%);text-align:center;padding:5rem 2rem;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(circle,#ffffff1a 1px,#0000 1px) 0 0/50px 50px;width:200%;height:200%;animation:20s linear infinite floatPattern;position:absolute;top:-50%;left:-50%}@keyframes floatPattern{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.cta-content{z-index:1;max-width:700px;margin:0 auto;position:relative}.cta-section h2{color:#fff;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700}.cta-section p{color:#fffffff2;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.7}footer{background:var(--deep-blue);color:#fffc;text-align:center;padding:3rem 2rem}footer p{font-size:.95rem}@media (max-width:768px){nav{padding:1rem 1.5rem}nav .nav-container{flex-wrap:wrap;gap:1rem}nav .logo{font-size:1.3rem}nav ul{justify-content:space-around;gap:.75rem;width:100%;font-size:.8rem}.hero{min-height:70vh}.cta-buttons,.cta-group{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.features-grid{grid-template-columns:1fr}.why-links{flex-direction:column;align-items:center}}@media (max-width:480px){nav ul{gap:.5rem;font-size:.75rem}nav a{font-size:.75rem}}.quiz-progress-bar{z-index:999;background:#e0e0e0;height:6px;position:sticky;top:80px}.quiz-progress-fill{background:linear-gradient(90deg,var(--terracotta)0%,var(--olive)100%);height:100%;transition:width .3s}.quiz-intro{background:#fff;padding:5rem 2rem}.intro-content{text-align:center;max-width:700px;margin:0 auto}.intro-icon{margin-bottom:2rem;font-size:4rem}.intro-content h2{color:var(--deep-blue);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:2.5rem}.intro-content p{color:var(--charcoal);margin-bottom:2.5rem;font-size:1.2rem;line-height:1.8}.btn-lg{padding:1.25rem 3rem;font-size:1.2rem}.quiz-section{background:var(--cream);min-height:70vh;padding:4rem 2rem}.quiz-container{background:#fff;border-radius:16px;max-width:800px;margin:0 auto;padding:3rem;box-shadow:0 4px 20px #00000014}.quiz-question h2{color:var(--deep-blue);margin-bottom:2rem;font-family:Playfair Display,serif;font-size:2rem;line-height:1.3}.quiz-note{color:var(--charcoal);opacity:.8;margin-bottom:1.5rem;font-size:.95rem;font-style:italic}.quiz-options{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.quiz-option{background:var(--sand);cursor:pointer;border:2px solid #0000;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.quiz-option:hover{border-color:var(--terracotta);background:#fff;transform:translate(4px)}.quiz-option input[type=radio],.quiz-option input[type=checkbox]{width:20px;height:20px;accent-color:var(--terracotta);cursor:pointer;flex-shrink:0;margin-top:2px}.option-content{flex:1}.option-content strong{color:var(--deep-blue);margin-bottom:.25rem;font-size:1.1rem;display:block}.option-content span{color:var(--charcoal);opacity:.8;font-size:.95rem}.checkbox-option{align-items:flex-start}.quiz-navigation{border-top:2px solid var(--sand);gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.quiz-navigation .btn{min-width:120px}.quiz-results{background:#fff;padding:4rem 2rem}.results-grid{gap:2rem;max-width:900px;margin:0 auto 3rem;display:grid}.result-card{background:linear-gradient(135deg,var(--sand)0%,var(--cream)100%);border:2px solid var(--olive);border-radius:16px;padding:2.5rem;transition:all .3s;box-shadow:0 4px 20px #0000000f}.result-card:hover{transform:translateY(-4px);box-shadow:0 12px 35px #0000001a}.result-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.result-rank{font-size:2.5rem}.result-badge{background:var(--terracotta);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.result-title{color:var(--deep-blue);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:700}.result-description{color:var(--charcoal);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.result-highlights{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.highlight-badge{border:1px solid var(--deep-blue);color:var(--deep-blue);background:#fff;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.result-similar{color:var(--charcoal);border-top:1px solid #3d5a8033;margin-top:1.5rem;padding-top:1.5rem;font-size:.95rem}.result-similar strong{color:var(--deep-blue)}.results-actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:600px;margin:0 auto;display:flex}@media (max-width:768px){.quiz-container{padding:2rem 1.5rem}.quiz-question h2{font-size:1.6rem}.quiz-option{padding:1.25rem}.result-card{padding:2rem}.results-actions{flex-direction:column;align-items:stretch}.results-actions .btn{width:100%}}.breadcrumb a{color:#ffffffe6;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s}.hero-tagline{margin-top:1rem!important;font-size:1.3rem!important}.overview-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.overview-card{border-left:4px solid var(--olive);background:linear-gradient(135deg,#81b29a0d 0%,#3d5a800d 100%);border-radius:16px;padding:2.5rem;transition:all .3s}.overview-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #0000001a}.overview-card h3{color:var(--deep-blue);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.5rem}.overview-card p{color:var(--charcoal);font-size:1.05rem;line-height:1.7}.honest-take-card{border-left:5px solid var(--terracotta);background:#fff;border-radius:16px;max-width:900px;margin:0 auto;padding:3rem;box-shadow:0 4px 20px #00000014}.honest-take-card h2{color:var(--deep-blue);margin-bottom:2rem;font-family:Playfair Display,serif;font-size:2.5rem}.pull-quote{color:var(--terracotta);border-left:4px solid var(--terracotta);margin:2rem 0;padding-left:2rem;font-family:Playfair Display,serif;font-size:2rem;font-style:italic}.honest-take-card p{color:var(--charcoal);font-size:1.15rem;line-height:1.8}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.stat-card{text-align:center;background:#fff;border-radius:12px;padding:2rem;transition:all .3s;box-shadow:0 4px 15px #0000000d}.stat-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.stat-number{color:var(--terracotta);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700}.stat-label{color:var(--charcoal);opacity:.8;font-size:.95rem}.reality-content{max-width:1000px;margin:0 auto}.reality-section{margin-bottom:3rem}.reality-section h3{color:var(--deep-blue);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.8rem}.reality-section p{color:var(--charcoal);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.reality-section strong{color:var(--deep-blue);font-weight:600}.price-breakdown{gap:1.5rem;margin-top:2rem;display:grid}.price-item{border-left:3px solid var(--olive);background:linear-gradient(135deg,#81b29a0d 0%,#3d5a800d 100%);border-radius:12px;padding:1.5rem}.price-label{color:var(--deep-blue);margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.price-range{color:var(--terracotta);margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.price-detail{color:var(--charcoal);opacity:.8;font-size:.95rem}.callout-box{border-left:4px solid var(--terracotta);background:#e07a5f1a;border-radius:12px;align-items:flex-start;gap:1.5rem;margin-top:3rem;padding:2rem;display:flex}.callout-box strong{color:var(--terracotta);margin-bottom:.5rem;font-size:1.2rem;display:block}.callout-box p{color:var(--charcoal);margin:0;font-size:1.05rem;line-height:1.7}.daily-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.daily-card{background:#fff;border-radius:12px;padding:2.5rem;transition:all .3s;box-shadow:0 4px 20px #0000000f}.daily-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #0000001a}.daily-card h3{color:var(--deep-blue);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.5rem}.daily-card p{color:var(--charcoal);margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.daily-card ul{margin:1rem 0;list-style:none}.daily-card li{padding:.5rem 0 .5rem 1.5rem;line-height:1.6;position:relative}.daily-card .note{opacity:.8;border-top:1px solid #3d5a801a;margin-top:1rem;padding-top:1rem;font-size:.95rem;font-style:italic}.transport-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.transport-card{border-top:4px solid var(--deep-blue);background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #0000000f}.transport-card h3{color:var(--deep-blue);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.5rem}.transport-details{margin-bottom:1.5rem}.reality-check{background:#e07a5f1a;border-radius:8px;margin-top:1.5rem;padding:1.25rem;font-size:.95rem;line-height:1.6}.reality-check strong{color:var(--terracotta)}.feedback-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.feedback-column{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #0000000f}.feedback-column h3{margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.5rem}.feedback-column ul{list-style:none}.feedback-column li{border-bottom:1px solid #3d5a800d;padding:1rem 0 1rem 2rem;font-size:1.05rem;line-height:1.6;position:relative}.comparison-table th{color:#fff;font-size:1.05rem;font-weight:600}.comparison-note{border-left:4px solid var(--olive);background:#fff;border-radius:12px;max-width:900px;margin:2rem auto 0;padding:1.5rem;font-size:1.05rem;line-height:1.7}.comparison-note strong{color:var(--deep-blue)}.cost-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.cost-card{border-top:4px solid var(--terracotta);background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #0000000f}.cost-card h3{color:var(--deep-blue);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.5rem}.cost-breakdown{flex-direction:column;gap:1rem;display:flex}.cost-item{background:#81b29a0d;border-radius:8px;justify-content:space-between;padding:1rem;font-size:1.05rem;display:flex}.cost-item span:first-child{color:var(--charcoal);font-weight:500}.cost-note{border-left:4px solid var(--terracotta);background:#fff;border-radius:12px;max-width:900px;margin:2rem auto 0;padding:1.5rem;font-size:1.05rem;line-height:1.7}.cost-note strong{color:var(--deep-blue)}.decision-grid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.decision-card.ideal{border:2px solid var(--olive);background:linear-gradient(135deg,#81b29a1a 0%,#81b29a0d 100%)}.decision-card.not-ideal{border:2px solid var(--terracotta);background:linear-gradient(135deg,#e07a5f1a 0%,#e07a5f0d 100%)}.decision-card h3{margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.8rem}.decision-card ul{list-style:none}.decision-card li{padding:.75rem 0 .75rem 2rem;font-size:1.05rem;line-height:1.7;position:relative}.takeaways-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}.takeaway-card{background:#fff;border-radius:12px;gap:1.5rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000000d}.takeaway-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.takeaway-number{background:linear-gradient(135deg,var(--terracotta)0%,var(--accent-orange)100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;display:flex}.takeaway-card p{margin:0;font-size:1.05rem;line-height:1.7}.takeaway-card strong{color:var(--deep-blue)}.final-verdict{border-left:5px solid var(--deep-blue);background:#fff;border-radius:12px;max-width:800px;margin:0 auto;padding:2.5rem;box-shadow:0 4px 20px #00000014}.final-verdict p{color:var(--charcoal);margin:0;font-family:Playfair Display,serif;font-size:1.3rem;line-height:1.8}@media (max-width:968px){.overview-grid,.stats-grid,.daily-grid,.transport-grid,.feedback-grid,.cost-grid,.decision-grid,.takeaways-grid{grid-template-columns:1fr}.comparison-table-wrapper{margin:0 -2rem}.comparison-table th,.comparison-table td{padding:1rem;font-size:.95rem}.pull-quote{font-size:1.5rem}.stat-number{font-size:2rem}.decision-grid{grid-template-columns:1fr}.callout-box{flex-direction:column}}@media (max-width:480px){.hero-badges{flex-direction:column;align-items:center}.badge{text-align:center;width:100%}}.page-header{color:#fff;text-align:center;background:linear-gradient(135deg,#6b7280 0%,#4b5563 100%);padding:8rem 2rem 6rem;position:relative}.page-header h1{margin-bottom:1rem;font-size:4rem;font-weight:700}.page-header .hero-tagline{max-width:800px;margin-top:1rem;margin-left:auto;margin-right:auto;font-size:1.3rem;line-height:1.6}.breadcrumb{z-index:2;width:100%;max-width:1200px;padding:0 2rem;position:absolute;top:100px;left:50%;transform:translate(-50%)}.breadcrumb a{color:#ffffffe6;font-weight:500;text-decoration:none;transition:all .3s}.breadcrumb a:hover{color:#fff;display:inline-block;transform:translate(-5px)}.hero-badges{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600}.badge-location{color:#fff;background:#fff3;border:1px solid #ffffff4d}.badge-type{color:#fff;background:#ea580ce6}.badge-transit{color:#fff;background:#3b82f6e6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{color:#374151;text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.quick-overview{background:#f9fafb;padding:4rem 2rem}.honest-take-section{background:#f3f4f6;padding:4rem 2rem}.key-stats{background:#fff;padding:5rem 2rem}.neighborhood-reality{background:#f9fafb;padding:5rem 2rem}.daily-life{background:#fff;padding:5rem 2rem}.transport-section{background:#f9fafb;padding:5rem 2rem}.feedback-section{background:#fff;padding:5rem 2rem}.comparison-section{background:#f3f4f6;padding:5rem 2rem}.cost-section{background:#fff;padding:5rem 2rem}.decision-section{background:#f9fafb;padding:5rem 2rem}.takeaways-section{background:#f3f4f6;padding:5rem 2rem}.cta-section{color:#fff;text-align:center;background:#374151;padding:5rem 2rem}.overview-grid,.stats-grid,.daily-grid,.transport-grid,.feedback-grid,.cost-grid,.decision-grid,.takeaways-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.daily-grid,.transport-grid,.feedback-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.cost-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.decision-grid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr))}.overview-card,.stat-card,.daily-card,.transport-card,.feedback-column,.cost-card,.takeaway-card{background:#fff;border-radius:12px;padding:2.5rem;transition:all .3s;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.overview-card:hover,.stat-card:hover,.daily-card:hover,.takeaway-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.stat-card{text-align:center;padding:2rem}.stat-number{color:#ea580c;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.stat-label{color:#6b7280;font-size:.95rem}.overview-card h3,.daily-card h3,.transport-card h3,.cost-card h3{color:#374151;margin-bottom:1.5rem;font-size:1.5rem}.overview-icon{margin-bottom:1rem;font-size:3rem}.honest-take-card{background:#fff;border-left:5px solid #ea580c;border-radius:12px;max-width:900px;margin:0 auto;padding:3rem;box-shadow:0 1px 3px #0000001a}.honest-take-card h2{color:#374151;margin-bottom:2rem;font-size:2.5rem}.pull-quote{color:#ea580c;border-left:4px solid #ea580c;margin:2rem 0;padding-left:2rem;font-size:2rem;font-style:italic}.transport-card{border-top:4px solid #3b82f6}.detail-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:.75rem 0;display:flex}.detail-row .label{color:#6b7280;font-weight:600}.detail-row .value{color:#374151;font-weight:500}.feedback-column ul{padding:0;list-style:none}.feedback-column li{border-bottom:1px solid #f3f4f6;padding:1rem 0 1rem 2rem;font-size:1.05rem;position:relative}.feedback-column li:last-child{border-bottom:none}.feedback-column.positive{border-top:4px solid #10b981}.feedback-column.positive h3{color:#10b981}.feedback-column.positive li:before{content:"✓";color:#10b981;font-size:1.3rem;font-weight:700;position:absolute;left:0}.feedback-column.neutral{border-top:4px solid #f59e0b}.feedback-column.neutral h3{color:#f59e0b}.feedback-column.neutral li:before{content:"↔";color:#f59e0b;font-size:1.3rem;font-weight:700;position:absolute;left:0}.feedback-column.negative{border-top:4px solid #ef4444}.feedback-column.negative h3{color:#ef4444}.feedback-column.negative li:before{content:"!";color:#ef4444;font-size:1.3rem;font-weight:700;position:absolute;left:0}.comparison-table-wrapper{max-width:1200px;margin:0 auto;overflow-x:auto}.comparison-table{background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 1px 3px #0000001a}.comparison-table th,.comparison-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:1.25rem 1.5rem}.comparison-table thead{background:#374151}.comparison-table th{color:#fff;font-weight:600}.comparison-table tbody tr:hover{background:#f9fafb}.comparison-table td:first-child{color:#374151;font-weight:600}.cost-item{background:#f9fafb;border-radius:8px;justify-content:space-between;margin-bottom:1rem;padding:1rem;display:flex}.cost-item span:last-child{color:#ea580c;font-weight:600}.decision-card{border-radius:12px;padding:2.5rem;box-shadow:0 1px 3px #0000001a}.decision-card.ideal{background:#f0fdf4;border:2px solid #10b981}.decision-card.ideal h3{color:#10b981}.decision-card.not-ideal{background:#fef2f2;border:2px solid #ef4444}.decision-card.not-ideal h3{color:#ef4444}.decision-card ul{padding:0;list-style:none}.decision-card li{padding:.75rem 0 .75rem 2rem;line-height:1.7;position:relative}.decision-card.ideal li:before{content:"✓";color:#10b981;font-size:1.3rem;font-weight:700;position:absolute;left:0}.decision-card.not-ideal li:before{content:"✗";color:#ef4444;font-size:1.3rem;font-weight:700;position:absolute;left:0}.takeaway-card{gap:1.5rem;display:flex}.takeaway-number{color:#fff;background:linear-gradient(135deg,#ea580c 0%,#f97316 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:700;display:flex}.takeaway-card p{margin:0;line-height:1.7}.reality-check{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:8px;margin-top:1.5rem;padding:1.25rem}.callout-box{background:#fef2f2;border-left:4px solid #ea580c;border-radius:12px;align-items:flex-start;gap:1.5rem;margin-top:3rem;padding:2rem;display:flex}.callout-icon{flex-shrink:0;font-size:2.5rem}.warning-text{color:#ef4444;margin-bottom:1rem;font-weight:600}.daily-card ul,.overview-card ul{padding:0;list-style:none}.daily-card li{padding:.5rem 0 .5rem 1.5rem;position:relative}.daily-card li:before{content:"→";color:#ea580c;font-weight:700;position:absolute;left:0}.note{opacity:.8;border-top:1px solid #e5e7eb;margin-top:1rem;padding-top:1rem;font-size:.95rem;font-style:italic}.final-verdict{background:#fff;border-left:5px solid #374151;border-radius:12px;max-width:800px;margin:0 auto;padding:2.5rem;box-shadow:0 1px 3px #0000001a}.final-verdict p{color:#6b7280;margin:0;font-size:1.3rem;line-height:1.8}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-primary{color:#fff;background:#ea580c}.btn-primary:hover{background:#dc2626;transform:translateY(-2px)}.btn-secondary{color:#fff;background:0 0;border:2px solid #fff}.btn-secondary:hover{color:#374151;background:#fff}@media (max-width:968px){.overview-grid,.stats-grid,.daily-grid,.transport-grid,.feedback-grid,.cost-grid,.decision-grid,.takeaways-grid{grid-template-columns:1fr}.comparison-table-wrapper{margin:0 -2rem}.comparison-table th,.comparison-table td{padding:1rem;font-size:.95rem}.pull-quote{font-size:1.5rem}.stat-number{font-size:2rem}.callout-box{flex-direction:column}}@media (max-width:480px){.page-header{padding:6rem 1rem 4rem}.page-header h1{font-size:3rem}.section-title{font-size:2rem}.hero-badges{flex-direction:column;align-items:center}.badge{text-align:center;width:100%}.container{padding:0 1rem}.cta-buttons{flex-direction:column;align-items:center}.btn{min-width:200px}}
