:root{--navy:#082f49;--ocean:#087f8c;--turquoise:#14b8a6;--coral:#ff6846;--sand:#f8f5ef;--ink:#163047;--muted:#667b8d;--line:#dce7eb;--white:#ffffff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--sand);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.brand{display:inline-flex;align-items:center;gap:10px;font-size:22px;font-weight:850;color:var(--navy)}.brand-mark{width:34px;height:34px;display:grid;place-items:center;color:white;border-radius:11px;background:linear-gradient(140deg,var(--ocean),var(--turquoise))}.nav{height:72px;justify-content:space-between}.nav,.nav-links{display:flex;align-items:center}.nav-links{gap:24px}.btn{border:0;border-radius:12px;padding:12px 18px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{color:white;background:var(--coral);box-shadow:0 10px 24px #ff684633}.btn-secondary{color:var(--navy);background:white;border:1px solid var(--line)}.btn-ocean{color:white;background:var(--ocean)}.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;grid-gap:64px;gap:64px;padding:70px 0 90px}.eyebrow{color:var(--ocean);font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:13px}h1{font-size:clamp(44px,6vw,72px);line-height:.98;letter-spacing:-.055em;margin:18px 0 24px;color:var(--navy)}.hero p{font-size:20px;line-height:1.6;color:var(--muted);max-width:600px}.hero-actions{display:flex;gap:12px;margin-top:32px}.phone{width:320px;margin:auto;padding:10px;border-radius:42px;background:#101b25;box-shadow:0 35px 80px #082f4935;transform:rotate(3deg)}.phone-screen{min-height:590px;border-radius:34px;overflow:hidden;background:white}.phone-hero{height:210px;padding:28px 22px;display:flex;flex-direction:column;justify-content:flex-end;color:white;background:linear-gradient(0deg,#062b42cc,#062b4210),url(https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=900&q=80) 50%/cover}.phone-hero h2{margin:0;font-size:28px}.phone-body{padding:20px}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;text-align:center;font-size:10px;font-weight:700}.quick-icon{width:48px;height:48px;margin:auto auto 7px;border-radius:50%;display:grid;place-items:center;color:var(--ocean);background:#e9f7f6}.demo-card{margin-top:18px;padding:17px;border:1px solid var(--line);border-radius:17px;display:flex;gap:12px;align-items:center;font-weight:750}.demo-phone{transform:rotate(3deg);transition:transform .25s ease}.demo-phone:hover{transform:rotate(0deg) translateY(-4px)}.demo-copy{min-height:52px;color:var(--muted);line-height:1.45;margin:0 0 12px}.demo-action{width:100%;padding:9px 12px;margin-bottom:10px}.demo-quick button{border:0;padding:0;color:var(--ink);background:transparent;font-size:10px;font-weight:700}.demo-quick button.active .quick-icon{color:white;background:var(--ocean);transform:translateY(-2px)}.demo-card-button{width:100%;color:var(--ink);text-align:left;background:white}.demo-card-button:hover{border-color:var(--turquoise);background:#fbfefd}.section{padding:90px 0}.section-title{text-align:center;max-width:720px;margin:0 auto 48px}.section-title h2{font-size:42px;letter-spacing:-.035em;margin:10px 0;color:var(--navy)}.section-title p{color:var(--muted);font-size:18px}.feature-grid,.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.card{background:white;border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:0 12px 30px #082f4908}.card h3{color:var(--navy);margin:16px 0 8px}.card p{color:var(--muted);line-height:1.6}.price{font-size:42px;font-weight:850;color:var(--navy)}.price small{font-size:15px;color:var(--muted)}.list{padding:0;list-style:none;color:var(--muted);line-height:2}.list li{display:flex;align-items:center;gap:8px}.proof-strip{padding:24px 0;color:white;background:var(--navy)}.proof-strip .container{display:flex;align-items:center;justify-content:center;gap:20px;text-align:center}.proof-strip span{color:#c8dce6}.billing-toggle{width:-moz-fit-content;width:fit-content;margin:-20px auto 38px;padding:5px;display:flex;border-radius:14px;border:1px solid var(--line);background:white}.billing-toggle button{border:0;border-radius:10px;padding:10px 18px;color:var(--muted);background:transparent;font-weight:750}.billing-toggle button.active{color:white;background:var(--navy)}.billing-toggle span{margin-left:4px;color:var(--turquoise);font-size:12px}.price-card{position:relative;display:flex;flex-direction:column}.price-card.recommended{border:2px solid var(--coral);transform:translateY(-10px);box-shadow:0 24px 55px #ff684620}.recommended-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);padding:7px 14px;color:white;background:var(--coral);white-space:nowrap;font-weight:850}.recommended-badge,.saving-badge{border-radius:99px;font-size:12px}.saving-badge{width:-moz-fit-content;width:fit-content;margin-bottom:8px;padding:5px 9px;color:#06655a;background:#d9f8f2;font-weight:800}.billing-note{min-height:42px;margin:4px 0 12px;color:var(--muted);font-size:13px}.price-card .list{flex:1 1}.portfolio-link{margin:30px 0 0;text-align:center;color:var(--muted)}.portfolio-link a{color:var(--ocean);font-weight:800}.trust-section{background:white}.pilot-card{max-width:760px;margin:0 auto;padding:30px;display:grid;grid-gap:10px;gap:10px;text-align:center;border:1px solid var(--line);border-radius:20px;background:#f8fcfc}.pilot-card span{color:var(--ocean);font-size:12px;font-weight:850;letter-spacing:.1em}.pilot-card strong{color:var(--navy);font-size:23px}.pilot-card p{margin:0;color:var(--muted);line-height:1.6}.faq{max-width:820px}.faq details{padding:20px 0;border-bottom:1px solid var(--line)}.faq summary{color:var(--navy);cursor:pointer;font-size:18px;font-weight:800}.faq details p{color:var(--muted);line-height:1.7}.final-cta{padding:80px 0;color:white;text-align:center;background:var(--navy)}.final-cta h2{margin:12px 0;color:white;font-size:46px;letter-spacing:-.04em}.final-cta p{margin:0 0 24px;color:#c8dce6;font-size:18px}.footer{padding:40px 0;border-top:1px solid var(--line);color:var(--muted)}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:32px 16px;background:radial-gradient(circle at top right,#d8f4ef,transparent 40%),var(--sand)}.auth-card{width:min(450px,100%);background:white;padding:34px;border-radius:24px;border:1px solid var(--line);box-shadow:0 24px 70px #082f4912}.auth-card h1{font-size:34px;margin:28px 0 8px;letter-spacing:-.035em}.auth-card>p{color:var(--muted);margin-bottom:24px}.field{display:grid;grid-gap:7px;gap:7px;margin:16px 0}.field label{font-size:14px;font-weight:750}.input{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 14px;outline:none;background:#fbfdfd}.input:focus{border-color:var(--turquoise);box-shadow:0 0 0 3px #14b8a619}.error{padding:11px;border-radius:10px;background:#fff0ed;color:#a9311b;font-size:14px}.muted{color:var(--muted)}.dashboard{min-height:100vh;background:#f4f7f8}.dash-nav{background:var(--navy);color:white}.dash-nav .nav{height:68px}.dash-nav .brand{color:white}.dash-main{padding:42px 0 80px}.dash-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px}.dash-header h1{font-size:38px;margin:0 0 6px}.property-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.property-card{background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden}.property-cover{height:140px;background:linear-gradient(135deg,#bceee7,#dbeef6);display:grid;place-items:center;font-size:50px}.property-info{padding:20px}.status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#dcfce7;color:#166534;font-size:12px;font-weight:750}.status.draft{background:#f1f5f9;color:#64748b}.editor-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:28px;gap:28px;align-items:start}.panel{background:white;border:1px solid var(--line);border-radius:20px;padding:24px}.section-toggle{border:1px solid var(--line);border-radius:16px;padding:16px;margin-top:12px}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.switch{width:48px;height:28px;border-radius:99px;border:0;background:#cbd5e1;padding:3px}.switch:after{content:"";display:block;width:22px;height:22px;background:white;border-radius:50%;transition:.2s}.switch.on{background:var(--turquoise)}.switch.on:after{transform:translateX(20px)}.textarea{min-height:100px;resize:vertical}.preview{position:-webkit-sticky;position:sticky;top:20px}.preview .phone{width:300px;transform:none}@media (max-width:850px){.nav-links a:not(.btn){display:none}.hero{grid-template-columns:1fr;text-align:center;padding-top:45px}.hero p{margin-inline:auto}.hero-actions{justify-content:center}.feature-grid,.pricing-grid,.property-grid{grid-template-columns:1fr}.price-card.recommended{transform:none;margin-top:10px}.proof-strip .container{flex-direction:column;gap:6px}.editor-grid{grid-template-columns:1fr}.preview{position:static}.dash-header{align-items:stretch;flex-direction:column}}