:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--color-bg: #0a0a12;--color-surface: rgba(255, 255, 255, .035);--color-surface-hover: rgba(255, 255, 255, .06);--color-border: rgba(255, 255, 255, .08);--color-border-hover: rgba(245, 158, 11, .25);--color-text: #ededf0;--color-text-muted: rgba(255, 255, 255, .55);--color-accent: #f59e0b;--color-accent-light: #fbbf24;--color-accent-dim: rgba(245, 158, 11, .12);--gradient-hero: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(245, 158, 11, .2) 0%, transparent 60%), radial-gradient(ellipse 60% 50% at 80% 20%, rgba(217, 119, 6, .12) 0%, transparent 50%)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body,#root{min-height:100vh;background:var(--color-bg);color:var(--color-text)}.page{overflow-x:hidden}.container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.nav{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0a0a12d9;border-bottom:1px solid var(--color-border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;min-height:3.75rem;padding-top:.75rem;padding-bottom:.75rem}.logo{font-size:1.25rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,var(--color-accent-light),#d97706);-webkit-background-clip:text;background-clip:text;color:transparent;text-decoration:none}.nav-logo,.footer-logo{border:none;background:none;cursor:pointer;padding:0;font-family:inherit}.nav-logo{background:linear-gradient(135deg,var(--color-accent-light),#d97706);-webkit-background-clip:text;background-clip:text;color:transparent}.footer-logo{display:inline-block;margin-bottom:.75rem;background:linear-gradient(135deg,var(--color-accent-light),#d97706);-webkit-background-clip:text;background-clip:text;color:transparent}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:2rem;height:2rem;background:none;border:none;cursor:pointer;padding:.25rem;z-index:20}.hamburger-line{display:block;width:1.25rem;height:2px;background:var(--color-text);border-radius:2px;transition:transform .3s,opacity .3s}.hamburger-line.open:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--color-text-muted);text-decoration:none;font-size:.875rem;transition:color .2s}.nav-links a:hover,.nav-links a:focus-visible{color:var(--color-text)}.hero{position:relative;text-align:center;padding:8rem 0 6rem}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gradient-hero);pointer-events:none}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:6rem;background:linear-gradient(to top,var(--color-bg),transparent);pointer-events:none}.hero-content{position:relative;z-index:1}.badge{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent-light);border:1px solid rgba(245,158,11,.3);padding:.3rem .75rem;border-radius:999px;margin-bottom:1.5rem}.hero h1{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:800;letter-spacing:-.035em;line-height:1.1;max-width:52rem;margin:0 auto 1.25rem}.hero h1 span{background:linear-gradient(135deg,var(--color-accent-light),#d97706,#b45309);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:1.125rem;color:var(--color-text-muted);max-width:38rem;margin:0 auto 2.5rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--color-accent),#d97706);color:#0a0a12;box-shadow:0 4px 24px #f59e0b33}.btn-primary:hover{background:linear-gradient(135deg,var(--color-accent-light),#eab308);box-shadow:0 6px 32px #f59e0b4d}.btn-secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{background:var(--color-surface-hover)}.user-types{padding:5rem 0}.user-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1.5rem}.user-type-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:2rem;transition:border-color .25s,box-shadow .25s,transform .2s}.user-type-card:hover{border-color:var(--color-border-hover);box-shadow:0 0 40px #f59e0b0f;transform:translateY(-2px)}.user-type-icon{width:3rem;height:3rem;display:grid;place-items:center;border-radius:.625rem;background:var(--color-accent-dim);color:var(--color-accent-light);font-size:1.5rem;margin-bottom:1.25rem}.user-type-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.user-type-card>p{color:var(--color-text-muted);font-size:.9375rem;margin-bottom:1.25rem;line-height:1.6}.user-type-features{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.user-type-features li{font-size:.875rem;color:var(--color-text-muted);padding-left:1.5rem;position:relative}.user-type-features li:before{content:"✓";position:absolute;left:0;color:var(--color-accent-light);font-weight:600}.user-type-card .btn{width:100%;justify-content:center}.how-it-works{padding:5rem 0;background:linear-gradient(180deg,transparent,rgba(245,158,11,.03),transparent)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:2rem;counter-reset:step}.step{text-align:center;counter-increment:step}.step-number{width:3rem;height:3rem;display:grid;place-items:center;margin:0 auto 1rem;border-radius:50%;background:var(--color-accent-dim);border:1px solid rgba(245,158,11,.2);color:var(--color-accent-light);font-weight:700;font-size:1rem}.step h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.step p{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.pricing{padding:5rem 0}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1.5rem;align-items:start}.price-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:2rem;display:flex;flex-direction:column;transition:border-color .25s,box-shadow .25s,transform .2s}.price-card:hover{border-color:#f59e0b26;transform:translateY(-2px)}.price-card.featured{border-color:var(--color-accent);box-shadow:0 0 60px #f59e0b1a;position:relative}.featured-tag{position:absolute;top:-.65rem;left:50%;transform:translate(-50%);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;background:linear-gradient(135deg,var(--color-accent),#d97706);color:#0a0a12;padding:.2rem .75rem;border-radius:999px;font-weight:700}.price-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.price-card .subtitle{color:var(--color-text-muted);font-size:.8125rem;margin-bottom:1.25rem}.price{font-size:2.5rem;font-weight:700;letter-spacing:-.04em;margin-bottom:.25rem}.price span{font-size:.9375rem;font-weight:400;color:var(--color-text-muted)}.price-features{list-style:none;margin:1.5rem 0;flex:1;display:flex;flex-direction:column;gap:.625rem}.price-features li{font-size:.875rem;color:var(--color-text-muted);padding-left:1.5rem;position:relative}.price-features li:before{content:"✓";position:absolute;left:0;color:var(--color-accent-light);font-weight:600}.price-card .btn{width:100%;justify-content:center;margin-top:auto}.testimonials{padding:5rem 0;background:linear-gradient(180deg,transparent,rgba(245,158,11,.02),transparent)}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1.5rem}.testimonial-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:1.75rem;transition:border-color .25s,transform .2s}.testimonial-card:hover{border-color:var(--color-border-hover);transform:translateY(-2px)}.testimonial-stars{color:var(--color-accent);font-size:.875rem;letter-spacing:.1em;margin-bottom:1rem}.testimonial-card blockquote{font-size:.9375rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:1.25rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#f59e0b4d,#d977064d);display:grid;place-items:center;font-weight:600;font-size:.8125rem;color:var(--color-accent-light)}.author-info strong{display:block;font-size:.875rem;font-weight:600}.author-info span{font-size:.75rem;color:var(--color-text-muted)}.stats{padding:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:1.5rem;text-align:center}.stat{padding:1.5rem}.stat-value{font-size:2.25rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,var(--color-accent-light),#d97706);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:.25rem}.stat-label{font-size:.8125rem;color:var(--color-text-muted)}.cta{padding:5rem 0;text-align:center}.cta-box{background:linear-gradient(135deg,#f59e0b14,#d977060a);border:1px solid rgba(245,158,11,.15);border-radius:1rem;padding:3.5rem 2rem}.cta-box h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.75rem}.cta-box p{color:var(--color-text-muted);max-width:32rem;margin:0 auto 2rem;font-size:1rem}.cta-box .btn{min-width:14rem;justify-content:center}.footer{border-top:1px solid var(--color-border);padding:3rem 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem}.footer-brand .footer-logo{display:inline-block;margin-bottom:.75rem}.footer-brand p{font-size:.8125rem;color:var(--color-text-muted);line-height:1.6;max-width:18rem}.footer-col h4{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-text);margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-col a{font-size:.8125rem;color:var(--color-text-muted);text-decoration:none;transition:color .2s}.footer-col a:hover,.footer-col a:focus-visible{color:var(--color-accent-light)}.footer-bottom{border-top:1px solid var(--color-border);padding-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.footer-copy{font-size:.8125rem;color:var(--color-text-muted)}.footer-socials{display:flex;gap:1rem;list-style:none}.footer-socials a{font-size:.8125rem;color:var(--color-text-muted);text-decoration:none;transition:color .2s}.footer-socials a:hover{color:var(--color-accent-light)}.section-label{text-align:center;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent-light);margin-bottom:.75rem}.section-title{text-align:center;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1rem;color:var(--color-text-muted);max-width:36rem;margin:0 auto 3rem}.famous-quote{padding:4rem 0;text-align:center}.famous-quote blockquote{font-size:clamp(1rem,2vw,1.25rem);color:var(--color-text-muted);font-style:italic;max-width:40rem;margin:0 auto .75rem;line-height:1.7}.famous-quote cite{font-size:.8125rem;color:#ffffff59;font-style:normal}.faq{padding:5rem 0}.faq-list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;overflow:hidden;transition:border-color .25s}.faq-item.open{border-color:#f59e0b33}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.25rem 1.5rem;background:none;border:none;color:var(--color-text);font-size:.9375rem;font-weight:600;font-family:inherit;text-align:left;cursor:pointer;transition:color .2s}.faq-question:hover{color:var(--color-accent-light)}.faq-chevron{flex-shrink:0;transition:transform .25s;color:var(--color-text-muted)}.faq-item.open .faq-chevron{transform:rotate(180deg);color:var(--color-accent-light)}.faq-answer{padding:0 1.5rem 1.25rem;animation:fadeIn .2s ease}.faq-answer p{font-size:.9375rem;color:var(--color-text-muted);line-height:1.7}.contact{padding:5rem 0;background:linear-gradient(180deg,transparent,rgba(245,158,11,.02),transparent)}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:1.25rem 1.5rem;transition:border-color .25s}.contact-card:hover{border-color:var(--color-border-hover)}.contact-card-icon{font-size:1.5rem;margin-bottom:.5rem}.contact-card h3{font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.contact-card a{display:block;font-size:.9375rem;color:var(--color-accent-light);text-decoration:none;font-weight:500;transition:color .2s}.contact-card a:hover{color:var(--color-accent)}.contact-card p{font-size:.8125rem;color:var(--color-text-muted);margin-top:.25rem}.contact-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:2rem}.contact-success{background:var(--color-surface);border:1px solid rgba(34,197,94,.2);border-radius:.75rem;padding:3rem 2rem;text-align:center;animation:fadeIn .3s ease}.contact-success-icon{width:3rem;height:3rem;display:grid;place-items:center;margin:0 auto 1rem;border-radius:50%;background:#22c55e26;border:1px solid rgba(34,197,94,.25);color:#4ade80;font-size:1.25rem;font-weight:700}.contact-success h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.contact-success p{font-size:.9375rem;color:var(--color-text-muted);margin-bottom:1.5rem}:focus-visible{outline:2px solid var(--color-accent-light);outline-offset:2px}@media(prefers-reduced-motion:reduce){*{transition-duration:0s!important;animation-duration:0s!important}}@media(max-width:1024px){.container{padding:0 1.25rem}.hero{padding:6rem 0 4.5rem}.user-type-grid{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}.steps-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid,.testimonial-grid{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:1.5rem}.footer-brand{grid-column:1 / -1}.quote-table-header,.quote-table-row{grid-template-columns:1fr 1.5fr 1fr 1fr}}@media(max-width:640px){.container{padding:0 1rem}.nav-hamburger{display:flex;order:2}.nav-inner{position:relative;flex-wrap:wrap}.nav-logo{order:1}.nav-auth{order:3;margin-left:auto}.nav-links{order:4;display:none;flex-direction:column;width:100%;gap:0;padding:.5rem 0 1rem;border-top:1px solid var(--color-border);margin-top:.5rem}.nav-links-open{display:flex}.nav-links li{width:100%}.nav-links a,.nav-links .nav-link-btn{display:block;padding:.75rem .25rem;font-size:.9375rem;border-bottom:1px solid rgba(255,255,255,.04);width:100%;text-align:left}.hero{padding:4rem 0 3rem;text-align:center}.hero h1{font-size:clamp(1.75rem,7vw,2.5rem)}.hero p{font-size:1rem}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:18rem;justify-content:center}.stats{padding:3rem 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat{padding:1rem}.stat-value{font-size:1.75rem}.user-types{padding:3.5rem 0}.user-type-grid{grid-template-columns:1fr;gap:1.25rem}.user-type-card{padding:1.5rem}.how-it-works{padding:3.5rem 0}.steps-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.quote-gen{padding:3.5rem 0}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column;align-items:center}.form-actions .btn{width:100%;max-width:18rem;justify-content:center}.api-key-input-group{flex-direction:column}.api-key-input-group .btn{width:100%;justify-content:center}.quote-result{padding:1.25rem}.quote-table-header{display:none}.quote-table-row{grid-template-columns:1fr;gap:.25rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.quote-row-img{width:2rem;height:2rem}.quote-table-row strong{font-size:.875rem}.quote-table-row span{font-size:.8125rem}.text-right{text-align:left}.materials{padding:3.5rem 0}.materials-grid{grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1rem}.pricing{padding:3.5rem 0}.pricing-grid{grid-template-columns:1fr;gap:1.25rem}.price-card{padding:1.5rem}.testimonials{padding:3.5rem 0}.testimonial-grid{grid-template-columns:1fr;gap:1.25rem}.faq{padding:3.5rem 0}.faq-question{padding:1rem 1.25rem}.faq-answer{padding:0 1.25rem 1rem}.contact{padding:3.5rem 0}.contact-grid{grid-template-columns:1fr}.contact-form{padding:1.5rem}.famous-quote{padding:3rem 0}.cta{padding:3.5rem 0}.cta-box{padding:2.5rem 1.25rem}.cta-box .btn{width:100%;max-width:18rem;justify-content:center}.footer{padding:2.5rem 0}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;text-align:center}.section-subtitle{margin-bottom:2rem}.profile{padding:2rem 0 3.5rem}.profile-header{flex-direction:column;text-align:center;gap:1rem}.profile-info{text-align:center}.profile-stats{grid-template-columns:repeat(2,1fr)}.profile-stat{padding:1rem}.profile-stat-value{font-size:1.25rem}.modal{width:calc(100vw - 1.5rem);padding:2rem 1.25rem 1.5rem;max-height:calc(100vh - 1rem)}}@media(max-width:380px){.stats-grid{grid-template-columns:1fr 1fr;gap:.75rem}.stat-value{font-size:1.5rem}.steps-grid,.materials-grid,.profile-stats{grid-template-columns:1fr}}.quote-gen{padding:5rem 0}.api-key-bar{display:flex;justify-content:center;margin-bottom:2rem}.api-key-input-group{display:flex;gap:.5rem;align-items:center;width:100%;max-width:32rem}.api-key-field{flex:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.input{width:100%;padding:.625rem .875rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.5rem;color:var(--color-text);font-size:.875rem;font-family:inherit;line-height:1.5;transition:border-color .2s,box-shadow .2s}.input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #f59e0b26}.input::placeholder{color:var(--color-text-muted)}.textarea{resize:vertical;min-height:4rem}select.input{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ededf0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.25rem}.btn-sm{padding:.5rem 1rem;font-size:.8125rem}.quote-form{max-width:48rem;margin:0 auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.8125rem;font-weight:600;color:var(--color-text)}.form-group-full{grid-column:1 / -1}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(10,10,18,.3);border-top-color:#0a0a12;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.quote-error{max-width:32rem;margin:1.5rem auto 0;padding:1rem 1.25rem;background:#ef44441a;border:1px solid rgba(239,68,68,.25);border-radius:.5rem;color:#fca5a5;font-size:.875rem}.quote-result{max-width:48rem;margin:2.5rem auto 0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.quote-result-header{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.quote-result-header h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,var(--color-accent-light),#d97706);-webkit-background-clip:text;background-clip:text;color:transparent}.quote-summary{font-size:.9375rem;color:var(--color-text-muted);line-height:1.6}.quote-line-items{margin-bottom:1.5rem}.quote-table-header{display:grid;grid-template-columns:1.5fr 2fr 1fr 1fr;gap:.75rem;padding:.625rem 0;border-bottom:1px solid var(--color-border);font-size:.7rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}.quote-table-row{display:grid;grid-template-columns:1.5fr 2fr 1fr 1fr;gap:.75rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:.875rem;align-items:baseline}.quote-row-category{display:flex;align-items:center;gap:.625rem}.quote-row-img{width:2.5rem;height:2.5rem;border-radius:.375rem;object-fit:cover;flex-shrink:0;border:1px solid var(--color-border)}.quote-table-row strong{font-weight:600;color:var(--color-text)}.quote-table-row span{color:var(--color-text-muted)}.text-right{text-align:right}.quote-totals{margin-top:1rem;padding-top:1rem;border-top:2px solid var(--color-border);margin-bottom:1.5rem}.quote-total-row{display:flex;justify-content:space-between;align-items:baseline;padding:.5rem 0;font-size:.9375rem}.quote-total-range{font-size:1.25rem;font-weight:700;color:var(--color-accent-light)}.quote-timeline{padding-top:.75rem;border-top:1px solid rgba(255,255,255,.04)}.quote-timeline span:last-child{font-weight:600;color:var(--color-text)}.quote-notes{background:#f59e0b0d;border:1px solid rgba(245,158,11,.1);border-radius:.5rem;padding:1.25rem;margin-bottom:1.5rem}.quote-notes h4{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent-light);margin-bottom:.5rem}.quote-notes p{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.quote-disclaimer{font-size:.75rem;color:#ffffff4d;line-height:1.5;text-align:center;padding-top:1rem;border-top:1px solid var(--color-border)}.nav-auth{margin-left:1rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.modal{position:relative;background:var(--color-bg);border:1px solid var(--color-border);border-radius:.75rem;padding:2.5rem 2rem 2rem;width:min(24rem,calc(100vw - 2rem));max-height:calc(100vh - 2rem);overflow-y:auto}.modal-close{position:absolute;top:.75rem;right:1rem;background:none;border:none;color:var(--color-text-muted);font-size:1.5rem;cursor:pointer;line-height:1;padding:.25rem;transition:color .2s}.modal-close:hover{color:var(--color-text)}.modal-title{font-size:1.375rem;font-weight:700;margin-bottom:.375rem}.modal-subtitle{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.5rem}.modal-form{display:flex;flex-direction:column;gap:1rem}.btn-full{width:100%;justify-content:center;margin-top:.5rem}.auth-error{padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.25);border-radius:.5rem;color:#fca5a5;font-size:.8125rem}.modal-switch{text-align:center;font-size:.8125rem;color:var(--color-text-muted);margin-top:1.25rem}.link-btn{background:none;border:none;color:var(--color-accent-light);cursor:pointer;font-size:inherit;font-family:inherit;text-decoration:underline;padding:0}.link-btn:hover{color:var(--color-accent)}.materials{padding:5rem 0}.materials-filters{max-width:48rem;margin:0 auto 2rem;display:flex;flex-direction:column;gap:1rem}.materials-search{max-width:100%}.materials-cats{display:flex;flex-wrap:wrap;gap:.5rem}.cat-chip{padding:.375rem .875rem;border-radius:999px;font-size:.75rem;font-family:inherit;font-weight:500;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;transition:all .2s}.cat-chip:hover{border-color:var(--color-border-hover);color:var(--color-text)}.cat-chip.active{background:var(--color-accent-dim);border-color:#f59e0b4d;color:var(--color-accent-light)}.materials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1.25rem}.material-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;overflow:hidden;transition:border-color .25s,box-shadow .25s,transform .2s}.material-card:hover{border-color:var(--color-border-hover);box-shadow:0 0 30px #f59e0b0f;transform:translateY(-2px)}.material-img{height:10rem;overflow:hidden}.material-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.material-card:hover .material-img img{transform:scale(1.05)}.material-body{padding:1rem 1.25rem 1.25rem}.material-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.25rem}.material-name{font-size:.9375rem;font-weight:600;line-height:1.3}.stock-badge{font-size:.625rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase;padding:.15rem .5rem;border-radius:999px;white-space:nowrap;flex-shrink:0}.in-stock{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.2)}.out-stock{background:#ef444426;color:#fca5a5;border:1px solid rgba(239,68,68,.2)}.material-supplier{font-size:.75rem;color:var(--color-accent-light);margin-bottom:.5rem}.material-desc{font-size:.8125rem;color:var(--color-text-muted);line-height:1.5;margin-bottom:1rem}.material-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:.5rem}.material-price{display:flex;flex-direction:column}.price-value{font-size:1.125rem;font-weight:700;color:var(--color-text)}.price-unit{font-size:.6875rem;color:var(--color-text-muted)}.material-rating{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.stars{color:var(--color-accent);font-size:.75rem;letter-spacing:.05em}.review-count{font-size:.6875rem;color:var(--color-text-muted)}.materials-empty{text-align:center;color:var(--color-text-muted);padding:3rem 0;font-size:.9375rem}.profile{padding:3rem 0 5rem;min-height:60vh}.profile-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border);flex-wrap:wrap}.profile-avatar{width:4rem;height:4rem;border-radius:50%;background:linear-gradient(135deg,var(--color-accent),#d97706);display:grid;place-items:center;font-weight:700;font-size:1.25rem;color:#0a0a12;flex-shrink:0}.profile-info{flex:1;min-width:10rem}.profile-name{font-size:1.375rem;font-weight:700;margin-bottom:.125rem}.profile-email{font-size:.875rem;color:var(--color-text-muted);margin-bottom:.375rem}.profile-role{display:inline-block;font-size:.6875rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent-light);background:var(--color-accent-dim);border:1px solid rgba(245,158,11,.2);padding:.2rem .625rem;border-radius:999px}.profile-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:1rem;margin-bottom:2.5rem}.profile-stat{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.5rem;padding:1.25rem;text-align:center}.profile-stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--color-accent-light);margin-bottom:.25rem}.profile-stat-label{font-size:.75rem;color:var(--color-text-muted)}.profile-section-title{font-size:1.125rem;font-weight:600;margin-bottom:1.25rem}.profile-empty{text-align:center;padding:3rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;color:var(--color-text-muted)}.profile-quotes{display:flex;flex-direction:column;gap:1rem}.profile-quote-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:1.25rem 1.5rem;transition:border-color .2s}.profile-quote-card:hover{border-color:var(--color-border-hover)}.pq-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.pq-type{font-size:1rem;font-weight:600}.pq-delete{background:none;border:none;color:var(--color-text-muted);font-size:1.25rem;cursor:pointer;padding:.25rem .5rem;border-radius:.25rem;transition:color .2s,background .2s}.pq-delete:hover{color:#fca5a5;background:#ef44441a}.pq-details{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.pq-details span{font-size:.8125rem;color:var(--color-text-muted);padding:.2rem .625rem;background:#ffffff0a;border-radius:999px}.pq-cost{margin-bottom:.5rem}.pq-range{font-size:1.125rem;font-weight:700;color:var(--color-accent-light)}.pq-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.pq-timeline,.pq-date{font-size:.75rem;color:var(--color-text-muted)}.nav-link-btn{background:none;border:none;color:var(--color-text-muted);font-size:.875rem;font-family:inherit;cursor:pointer;padding:0;transition:color .2s}.nav-link-btn:hover,.nav-link-btn:focus-visible{color:var(--color-text)}.nav-back-btn{display:inline-flex;align-items:center;gap:.375rem;background:none;border:none;color:var(--color-text-muted);font-size:.875rem;font-family:inherit;cursor:pointer;padding:0;transition:color .2s}.nav-back-btn:hover,.nav-back-btn:focus-visible{color:var(--color-text)}.footer-link-btn{background:none;border:none;color:var(--color-text-muted);font-size:.8125rem;font-family:inherit;cursor:pointer;padding:0;text-decoration:none;transition:color .2s}.footer-link-btn:hover,.footer-link-btn:focus-visible{color:var(--color-accent-light)}.quote-cta{padding:5rem 0}.quote-cta-box{text-align:center;background:linear-gradient(135deg,#f59e0b0f,#d9770608);border:1px solid rgba(245,158,11,.12);border-radius:1rem;padding:3.5rem 2rem}.quote-cta-icon{font-size:2.5rem;margin-bottom:1rem}.quote-cta-features{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:center;margin-bottom:2rem}.quote-cta-feature{font-size:.8125rem;color:var(--color-text-muted)}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-lg{padding:.875rem 2rem;font-size:1rem}.btn-generate{min-width:12rem}.quote-page{min-height:100vh}.quote-page-header{padding:2rem 0 2.5rem;background:linear-gradient(180deg,rgba(245,158,11,.06) 0%,transparent 100%);border-bottom:1px solid var(--color-border)}.quote-back-btn{display:inline-flex;align-items:center;gap:.375rem;background:none;border:none;color:var(--color-text-muted);font-size:.875rem;font-family:inherit;cursor:pointer;padding:0;margin-bottom:1.5rem;transition:color .2s}.quote-back-btn:hover{color:var(--color-text)}.quote-page-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.quote-page-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;letter-spacing:-.03em;margin-bottom:.75rem;background:linear-gradient(135deg,var(--color-accent-light),#d97706);-webkit-background-clip:text;background-clip:text;color:transparent}.quote-page-desc{font-size:1rem;color:var(--color-text-muted);max-width:36rem;line-height:1.6}.quote-page-badge{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:1rem 1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;flex-shrink:0}.quote-page-badge-icon{font-size:2rem}.quote-page-badge-text{font-size:.6875rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent-light)}.quote-page-body{padding:2.5rem 0 5rem}.quote-page-layout{display:grid;grid-template-columns:1fr 20rem;gap:2rem;align-items:start}.quote-page-main{min-width:0}.step-progress{display:flex;align-items:flex-start;gap:0;margin-bottom:2rem;padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem}.step-progress-item{display:flex;align-items:center;gap:.625rem;flex:1;position:relative}.step-progress-item:not(:last-child):after{content:"";position:absolute;top:.875rem;left:calc(1.5rem + 100%);right:0;height:2px;background:var(--color-border);z-index:0}.step-progress-item.completed:not(:last-child):after{background:var(--color-accent)}.step-progress-marker{width:1.75rem;height:1.75rem;border-radius:50%;display:grid;place-items:center;font-size:.75rem;font-weight:700;background:var(--color-surface);border:2px solid var(--color-border);color:var(--color-text-muted);flex-shrink:0;position:relative;z-index:1;transition:all .2s}.step-progress-item.active .step-progress-marker{background:var(--color-accent-dim);border-color:var(--color-accent);color:var(--color-accent-light)}.step-progress-item.completed .step-progress-marker{background:var(--color-accent);border-color:var(--color-accent);color:#0a0a12}.step-progress-text{display:flex;flex-direction:column;min-width:0}.step-progress-title{font-size:.8125rem;font-weight:600;color:var(--color-text);white-space:nowrap}.step-progress-desc{font-size:.6875rem;color:var(--color-text-muted);white-space:nowrap}.step-progress-item.active .step-progress-title{color:var(--color-accent-light)}.step-progress-line{display:none}.quote-wizard-form{margin-bottom:2rem}.wizard-step{animation:fadeIn .25s ease}.wizard-step-title{font-size:1.25rem;font-weight:700;margin-bottom:.375rem}.wizard-step-desc{font-size:.9375rem;color:var(--color-text-muted);margin-bottom:1.5rem;line-height:1.6}.wizard-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-hint{font-size:.75rem;color:var(--color-text-muted);margin-top:.125rem}.required{color:#f87171}.material-guide{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.material-guide-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.material-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.75rem}.material-guide-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.5rem;padding:1rem}.material-guide-label{display:inline-block;font-size:.6875rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-light);background:var(--color-accent-dim);border:1px solid rgba(245,158,11,.2);padding:.15rem .5rem;border-radius:999px;margin-bottom:.5rem}.material-guide-card p{font-size:.8125rem;color:var(--color-text-muted);line-height:1.5}.addons-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.addons-grid{display:flex;flex-wrap:wrap;gap:.5rem}.addon-chip{padding:.5rem 1rem;border-radius:999px;font-size:.8125rem;font-family:inherit;font-weight:500;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;transition:all .2s}.addon-chip:hover{border-color:var(--color-border-hover);color:var(--color-text)}.addon-chip.selected{background:var(--color-accent-dim);border-color:#f59e0b4d;color:var(--color-accent-light)}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.review-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.5rem;padding:1.25rem}.review-card-full{grid-column:1 / -1}.review-card-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent-light);margin-bottom:.75rem}.review-list{display:grid;grid-template-columns:auto 1fr;gap:.375rem 1rem}.review-list dt{font-size:.8125rem;color:var(--color-text-muted)}.review-list dd{font-size:.8125rem;font-weight:500;color:var(--color-text)}.review-desc{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.wizard-nav{display:flex;gap:1rem;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.wizard-nav .btn-primary{margin-left:auto}.quote-result-actions{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.quote-result-save-hint{font-size:.8125rem;color:var(--color-text-muted)}.quote-result-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.quote-result-badge{font-size:.625rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent-light);background:var(--color-accent-dim);border:1px solid rgba(245,158,11,.2);padding:.2rem .625rem;border-radius:999px}.quote-result-date{font-size:.75rem;color:var(--color-text-muted)}.quote-sidebar{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:5rem}.quote-sidebar-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:1.5rem}.quote-sidebar-title{font-size:1rem;font-weight:700;margin-bottom:1rem}.quote-tips-list{display:flex;flex-direction:column;gap:1rem}.quote-tip{display:flex;gap:.75rem;align-items:flex-start}.quote-tip-icon{font-size:1.25rem;flex-shrink:0;line-height:1;margin-top:.125rem}.quote-tip-title{display:block;font-size:.8125rem;font-weight:600;margin-bottom:.125rem}.quote-tip-text{font-size:.75rem;color:var(--color-text-muted);line-height:1.5}.quote-sidebar-cta{background:linear-gradient(135deg,#f59e0b0f,#d9770608);border-color:#f59e0b26}.quote-sidebar-text{font-size:.8125rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:1rem}.quote-sidebar-contact{display:flex;flex-direction:column;gap:.25rem}.quote-sidebar-phone{font-size:1.125rem;font-weight:700;color:var(--color-accent-light)}.quote-sidebar-hours{font-size:.75rem;color:var(--color-text-muted)}.quote-sidebar-stats{display:grid;grid-template-columns:1fr;gap:.75rem}.quote-sidebar-stat{display:flex;justify-content:space-between;align-items:baseline}.quote-sidebar-stat-value{font-size:1rem;font-weight:700;color:var(--color-accent-light)}.quote-sidebar-stat-label{font-size:.75rem;color:var(--color-text-muted)}@media(max-width:1024px){.quote-page-layout{grid-template-columns:1fr}.quote-sidebar{position:static;display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1rem}.step-progress{overflow-x:auto}.wizard-fields,.review-grid{grid-template-columns:1fr}}@media(max-width:640px){.quote-page-title-row{flex-direction:column;gap:1rem}.quote-page-badge{flex-direction:row;gap:.5rem;align-self:flex-start}.step-progress{flex-direction:column;gap:.75rem;padding:1rem}.step-progress-item:not(:last-child):after{display:none}.wizard-nav{flex-direction:column}.wizard-nav .btn{width:100%;justify-content:center}.wizard-nav .btn-primary{margin-left:0;order:-1}.quote-result-actions{flex-direction:column;align-items:stretch}.quote-result-actions .btn{justify-content:center}.quote-sidebar,.material-guide-grid{grid-template-columns:1fr}.addons-grid{gap:.375rem}.addon-chip{font-size:.75rem;padding:.375rem .75rem}.review-grid{grid-template-columns:1fr}.quote-cta-box{padding:2.5rem 1.25rem}.quote-cta-features{flex-direction:column;align-items:center;gap:.5rem}}
