:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--navy: #0b2f40;--teal: #50a9a7;--gold: #f0bb3f;--brown: #dca364;--orange: #bb5e20;--bg: #f4ede3;--card-bg: #ffffff;--accent: var(--orange);--accent-soft: rgba(187, 94, 32, .07);--text-main: var(--navy);--text-muted: #5a6a72;--border-subtle:#d6cfc5;--radius-lg: 20px;--shadow-soft: 0 20px 45px rgba(11, 47, 64, .13);--max-width: 1100px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,sans-serif;background:radial-gradient(circle at top,#d6ede9 0,#f4ede3 50%);padding:88px 16px 32px;display:flex;flex-direction:column;align-items:center;color:var(--text-main);min-height:100vh}.page{width:100%;max-width:var(--max-width);background:var(--card-bg);border-radius:28px;box-shadow:var(--shadow-soft);padding:40px;display:flex;flex-direction:column;gap:40px}.header{width:100%;max-width:var(--max-width);display:flex;align-items:center;padding:0 0 24px}.brand{display:flex;gap:16px;align-items:center}.brand-logo{width:50px;height:50px;border-radius:50%;background:var(--navy);color:var(--gold);display:flex;justify-content:center;align-items:center;font-weight:700;font-size:18px}.brand-text h1{font-size:22px;font-weight:700}.brand-text p{font-size:14px;color:var(--teal);font-weight:500;letter-spacing:.01em}.main{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.5fr);gap:40px}.hero{display:flex;flex-direction:column;gap:32px}.hero-title{font-size:32px;font-weight:700;line-height:1.3;color:var(--navy)}.hero-subtitle{font-size:17px;color:var(--text-muted);margin-top:8px;max-width:440px}.btn-primary,.btn-secondary{padding:12px 24px;border-radius:999px;font-size:16px;text-decoration:none;display:inline-flex;align-items:center;font-weight:600;cursor:pointer;transition:.15s ease}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 12px 28px #bb5e2059}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 36px #bb5e2080}.btn-secondary{border:1.5px solid var(--teal);background:#fff;color:var(--teal)}.btn-secondary:hover{background:#efe4d0;color:var(--navy);border-color:var(--navy)}.services{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.service-card{background:#faf6f0;border:1px solid var(--border-subtle);border-left:3px solid var(--teal);border-radius:16px;padding:20px}.service-card h3{font-size:16px;margin-bottom:10px}.service-card p{font-size:14px;color:var(--text-muted)}.section-title{font-size:18px;font-weight:700;color:var(--navy);display:inline-block;padding-bottom:6px;border-bottom:2.5px solid var(--gold);letter-spacing:-.01em}.why-card{border:1.5px dashed var(--teal);background:#50a9a70a;border-radius:16px;padding:20px}.why-list{list-style:none;margin-top:10px;padding-left:0}.why-list li{padding-left:20px;position:relative;margin-bottom:6px;font-size:14px;color:var(--text-muted)}.why-list li:before{content:"◆";position:absolute;left:0;color:var(--gold);font-size:9px;top:4px}.quote-card{border:1px solid var(--border-subtle);border-radius:24px;padding:32px;background:#f7f2ea;display:flex;flex-direction:column;gap:20px}.quote-header p{font-size:14px;color:var(--text-muted)}.small-note{font-size:12px;color:var(--text-muted)}form{display:flex;flex-direction:column;gap:16px}label{display:flex;flex-direction:column;gap:6px;font-size:15px}input,textarea,select{appearance:none!important;border-radius:12px;border:1px solid var(--border-subtle);padding:12px 16px;font-size:15px;outline:none;background:#fff!important;color:#111!important}textarea{min-height:120px;border-radius:16px;resize:vertical}input::placeholder,textarea::placeholder{color:#9e8e7e}input:focus,textarea:focus,select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #50a9a740;background:#fff!important}.req{color:var(--orange)}.footer{border-top:1px solid var(--border-subtle);padding-top:20px;font-size:14px;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.footer-contact{display:flex;gap:20px}.footer-contact a{color:var(--accent);font-weight:600;text-decoration:none}.footer-contact a:hover{color:var(--navy)}.top-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:56px;background:#f4ede3eb;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border-subtle);display:flex;justify-content:space-between;align-items:center;padding:0 24px}.nav-links{list-style:none;display:flex;gap:36px;align-items:center;height:100%;flex:1;justify-content:center}.nav-item{position:relative;height:100%;display:flex;align-items:center}.nav-link{height:100%;display:flex;align-items:center;text-decoration:none;color:var(--navy);font-size:15px;font-weight:500;letter-spacing:.025em;opacity:.55;transition:opacity .25s ease-out;position:relative;white-space:nowrap}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--navy);transform:scaleX(0);transform-origin:left;transition:transform .28s ease-out}.nav-link:hover{opacity:1}.nav-link:hover:after{transform:scaleX(1)}.nav-link.active{opacity:1}.nav-link.active:after{display:none}.nav-indicator{position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--teal);border-radius:1px;pointer-events:none}@media(prefers-reduced-motion:reduce){.nav-link:after{transition:none}}.inner-page{display:flex;flex-direction:column;gap:36px}.page-header{border-bottom:1px solid var(--border-subtle);padding-bottom:24px}.page-title{font-size:28px;font-weight:700;color:var(--navy);letter-spacing:-.02em}.page-subtitle{font-size:16px;color:var(--text-muted);margin-top:8px}.meta-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:13px;color:var(--text-muted);padding-top:12px;border-top:1px solid var(--border-subtle)}.flag-btn{background:none;border:none;padding:4px;cursor:pointer;border-radius:4px;display:flex;align-items:center;opacity:.75;transition:opacity .2s ease}.flag-btn:hover{opacity:1}.flag-btn img{width:28px;height:20px;object-fit:cover;border-radius:3px;display:block}.calc-tabs{display:flex;gap:8px;border-bottom:2px solid var(--border-subtle);padding-bottom:0}.calc-tab{padding:8px 20px;border:none;background:none;font-size:15px;font-weight:600;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s;border-radius:0}.calc-tab:hover{color:var(--navy)}.calc-tab.active{color:var(--navy);border-bottom-color:var(--teal)}.calc-content{display:flex;flex-direction:column;gap:20px}.calc-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;background:#faf6f0;border:1px solid var(--border-subtle);border-left:3px solid var(--teal);border-radius:12px;padding:12px 16px}.calc-row label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--text-muted)}.calc-row input[type=number]{width:80px;padding:6px 10px;font-size:14px;border-radius:8px}.calc-row-title{font-size:14px;font-weight:700;color:var(--navy);white-space:nowrap;min-width:130px}.row-result{margin-left:auto;font-size:13px;color:var(--text-muted);white-space:nowrap}.row-result strong{color:var(--navy)}.appl-row{flex-wrap:wrap}.appl-checks{display:flex;gap:16px;flex-wrap:wrap;align-items:center;flex:1}.appl-check{display:flex;flex-direction:row!important;align-items:center;gap:6px;font-size:13px;color:var(--text-muted);cursor:pointer;white-space:nowrap}input[type=checkbox]{appearance:auto!important;-webkit-appearance:checkbox!important;width:16px;height:16px;min-width:16px;padding:0;border:none;border-radius:3px;background:transparent!important;flex-shrink:0;cursor:pointer;accent-color:var(--teal)}.calc-section{background:#faf6f0;border:1px solid var(--border-subtle);border-left:3px solid var(--teal);border-radius:12px;padding:16px 20px;display:flex;flex-direction:column;gap:12px}.calc-section-title{font-size:14px;font-weight:700;color:var(--navy)}.calc-note{font-size:12px;color:var(--text-muted);margin-top:-4px}.calc-inputs{display:flex;gap:16px;flex-wrap:wrap}.calc-inputs label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--text-muted)}.calc-inputs input[type=number]{width:90px;padding:6px 10px;font-size:14px;border-radius:8px}.calc-toggles{display:flex;gap:16px;flex-wrap:wrap}.section-result{font-size:13px;color:var(--text-muted)}.section-result strong{color:var(--navy)}.toggle-wrap{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle-track{width:36px;height:20px;border-radius:10px;background:var(--border-subtle);position:relative;transition:background .2s;flex-shrink:0}.toggle-track.on{background:var(--teal)}.toggle-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s}.toggle-track.on .toggle-thumb{transform:translate(16px)}.toggle-text{font-size:13px;color:var(--text-muted)}.calc-total{background:#50a9a70f;border:1.5px solid var(--teal);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:12px}.calc-total-title{font-size:13px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em}.total-rows{display:flex;flex-direction:column;gap:6px}.total-row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-muted)}.total-divider{height:1px;background:var(--border-subtle)}.total-big{display:flex;flex-direction:column;gap:8px}.total-time-row,.total-price-row{display:flex;justify-content:space-between;align-items:baseline}.total-label{font-size:14px;color:var(--text-muted);font-weight:600}.total-value{font-size:16px;font-weight:700;color:var(--navy)}.price-value{font-size:28px;font-weight:700;color:var(--navy);letter-spacing:-.02em}.progress-bar{height:4px;background:var(--border-subtle);border-radius:2px;margin-top:14px;overflow:hidden}.progress-fill{height:100%;background:var(--gold);border-radius:2px;transition:width .4s ease-out}.checklist{display:flex;flex-direction:column;gap:32px}.checklist-phase-title{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:14px;display:inline-block;padding-bottom:5px;border-bottom:2px solid var(--gold)}.checklist-items{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}.checklist-item{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:12px;border:1px solid var(--border-subtle);background:#fff;font-size:15px;color:var(--text-main);transition:background .2s ease,border-color .2s ease,color .2s ease}.checklist-item.done{background:#50a9a70d;border-color:#50a9a759;text-decoration:line-through;color:var(--text-muted)}.check-btn{width:24px;height:24px;min-width:24px;border-radius:6px;border:1.5px solid var(--border-subtle);background:#fff;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease;padding:0}.checklist-item.done .check-btn{background:var(--teal);border-color:var(--teal)}.terms-content{display:flex;flex-direction:column;gap:28px;max-width:680px}.terms-section h3{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:8px}.terms-section p{font-size:15px;color:var(--text-muted);line-height:1.7}.terms-section a{color:var(--teal);font-weight:600;text-decoration:none}.pack-options{display:flex;gap:8px;margin-top:4px}.pack-option{flex:1;padding:10px 0;border-radius:10px;border:1.5px solid var(--border-subtle);background:#fff;font-size:14px;font-weight:600;color:var(--text-muted);cursor:pointer;transition:.15s ease}.pack-option:hover{border-color:var(--teal);color:var(--navy)}.pack-option.active{background:var(--teal);border-color:var(--teal);color:#fff}.furn-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;align-items:center}.furn-row{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-muted)}.furn-row input[type=number]{width:70px;padding:6px 10px;font-size:14px;border-radius:8px}.calc-total.price-only{text-align:center;padding:32px}.calc-total.price-only .total-price-row{flex-direction:column;gap:6px;align-items:center}.calc-total.price-only .price-value{font-size:40px}.route-inputs{display:grid;grid-template-columns:1fr 1fr;gap:12px}.route-inputs label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--text-muted)}.route-inputs input{font-size:14px;padding:8px 12px;border-radius:10px;width:100%}.route-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:4px}.route-btn{padding:8px 20px;border-radius:999px;border:1.5px solid var(--teal);background:#fff;color:var(--teal);font-size:14px;font-weight:600;cursor:pointer;transition:.15s ease}.route-btn:hover:not(:disabled){background:#efe4d0;color:var(--navy);border-color:var(--navy)}.route-btn:disabled{opacity:.45;cursor:not-allowed}.route-maps-link{font-size:13px;color:var(--teal);font-weight:600;text-decoration:none}.route-maps-link:hover{color:var(--navy)}.route-error{font-size:13px;color:var(--orange);margin-top:2px}@media(max-width:780px){.main{grid-template-columns:1fr}.footer,.calc-row{flex-direction:column;align-items:flex-start}.row-result{margin-left:0}.appl-checks{gap:10px}}@media(max-width:560px){.nav-links{gap:14px}.nav-link{font-size:12px}.flag-btn img{width:24px;height:17px}.route-inputs{grid-template-columns:1fr}}
