:root{--ink:#173b3a;--muted:#657978;--cream:#f6f8f2;--mint:#d9eee6;--teal:#12625e;--coral:#ef765d;--line:#dce7e1;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif;background:var(--cream);line-height:1.5}a{color:inherit;text-decoration:none}.shell{width:min(1160px,calc(100% - 48px));margin:auto}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1160px)/2));background:rgba(246,248,242,.9);backdrop-filter:blur(12px);position:sticky;top:0;z-index:5;border-bottom:1px solid rgba(220,231,225,.7)}.brand{display:flex;align-items:center;gap:9px;font-size:19px;font-weight:700;letter-spacing:-.04em}.brand>span:last-child>span{color:var(--coral)}.brand-mark{display:grid;place-items:center;width:29px;height:29px;border-radius:9px 9px 9px 3px;background:var(--teal);color:white;font-family:Georgia,serif;font-size:19px}.nav-links{display:flex;gap:32px;font-size:13px;color:var(--muted)}.nav-links a:hover,.text-link:hover{color:var(--coral)}.button{display:inline-flex;align-items:center;justify-content:center;gap:16px;padding:14px 22px;border-radius:5px;border:1px solid transparent;font-weight:700;font-size:13px;cursor:pointer;transition:.2s}.button-primary{background:var(--coral);color:white;box-shadow:0 8px 18px rgba(239,118,93,.18)}.button-primary:hover{background:#dd654d;transform:translateY(-1px)}.button-outline{border-color:#b9cbc4;color:var(--teal);background:transparent}.button-outline:hover{border-color:var(--teal);background:white}.button-small{padding:10px 15px;font-size:12px}.button-full{width:100%}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:630px;align-items:center;gap:55px;padding-top:55px;padding-bottom:74px}.eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--coral);margin:0 0 20px}.eyebrow-dot{display:inline-block;width:7px;height:7px;background:var(--coral);border-radius:50%;margin-right:8px}.hero h1,h2{font-family:'Playfair Display',serif;letter-spacing:-.045em;line-height:1.08;font-size:65px;margin:0 0 25px}.hero h1 em,h2 em{font-style:italic;color:var(--coral)}.hero-lede{max-width:490px;font-size:17px;color:var(--muted);line-height:1.7}.hero-actions{display:flex;align-items:center;gap:26px;margin:31px 0 38px}.text-link{font-size:13px;font-weight:700;color:var(--teal)}.text-link span{margin-left:8px;color:var(--coral)}.trust-row{display:flex;align-items:center;gap:13px}.trust-row p{font-size:11px;color:var(--muted);line-height:1.55;margin:0}.trust-row strong{color:var(--ink);font-size:12px}.avatar-stack{display:flex}.avatar-stack span{width:30px;height:30px;border:2px solid var(--cream);margin-left:-5px;border-radius:50%;display:grid;place-items:center;font-size:8px;font-weight:700;color:white;background:#57918a}.avatar-stack span:nth-child(2){background:#e79f79}.avatar-stack span:nth-child(3){background:#7785a8}.hero-visual{position:relative;min-height:450px;display:grid;place-items:center}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{height:350px;width:350px;background:#d6ece2;top:35px;right:25px}.orb-two{height:150px;width:150px;background:#f8d7c4;bottom:5px;left:0}.browser-card{position:relative;width:min(520px,100%);background:white;padding:9px;border-radius:12px;box-shadow:0 22px 50px rgba(28,76,67,.14);transform:rotate(2deg);z-index:1}.browser-bar{height:27px;display:flex;align-items:center;gap:5px;padding:0 7px;color:#a1b1ac}.browser-bar>span{width:6px;height:6px;border-radius:50%;background:#efc4b6}.browser-bar>span:nth-child(2){background:#d2dfbd}.browser-bar>span:nth-child(3){background:#b8d4cd}.browser-bar small{font-size:8px;margin-left:9px;color:#a2b3ad}.site-preview{background:#f1f8f4;min-height:345px;border-radius:6px;overflow:hidden}.preview-nav{height:51px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;background:#f9fcfa;font-size:8px;color:#75918a}.preview-nav b{font-family:Georgia,serif;color:#173b3a;font-size:14px}.preview-nav b span{color:#ef765d}.preview-nav i{font-style:normal;color:white;background:#28716a;border-radius:3px;padding:7px 9px;font-weight:700}.preview-hero{display:flex;justify-content:space-between;align-items:center;padding:39px 31px 36px;min-height:242px;background:linear-gradient(120deg,#e4f3ec,#cde7dc)}.preview-hero small{color:#56867b;letter-spacing:.16em;font-size:6px;font-weight:700}.preview-hero h3{font-family:'Playfair Display',serif;font-size:34px;line-height:1.03;letter-spacing:-.05em;margin:11px 0;color:#1b4c47}.preview-hero h3 i{color:#ef765d}.preview-hero p{font-size:9px;color:#64837c;margin:0 0 17px}.preview-hero button{border:0;background:#ef765d;color:#fff;font-size:8px;font-weight:700;border-radius:3px;padding:9px 12px}.tooth-shape{width:140px;height:155px;border-radius:48% 48% 52% 52%;display:grid;place-items:center;color:white;font-size:40px;background:linear-gradient(145deg,#fff,#b9dbce);box-shadow:inset 9px 0 20px rgba(255,255,255,.65),10px 18px 20px rgba(54,110,97,.13);transform:rotate(13deg);opacity:.8}.preview-strip{display:flex;justify-content:space-around;padding:15px 8px;font-size:8px;color:#5c8179;background:#fff}.floating-note{position:absolute;z-index:2;bottom:22px;left:-18px;background:white;display:flex;gap:11px;align-items:center;padding:14px 17px;border-radius:7px;box-shadow:0 13px 30px rgba(38,83,74,.15)}.check,.success-mark{display:grid;place-items:center;background:#d7f0e3;color:#277f67;border-radius:50%;font-weight:700}.check{width:26px;height:26px}.floating-note strong,.floating-note small{display:block}.floating-note strong{font-size:11px}.floating-note small{font-size:9px;color:var(--muted);margin-top:2px}.logo-band{background:#eaf2ec;border-block:1px solid #dbe7df}.logo-inner{height:105px;display:flex;align-items:center;justify-content:space-between}.logo-inner>span{font-size:10px;letter-spacing:.14em;color:#8ca09a;font-weight:700}.logo-inner div{display:flex;gap:34px;align-items:center;color:#749089}.logo-inner b{font-family:Georgia,serif;font-size:17px;font-weight:600}.section{padding-top:115px;padding-bottom:115px}.section-intro{max-width:610px}.section-intro h2,.feature-card h2,.generator-copy h2{font-size:48px}.section-intro>p:last-child{color:var(--muted);max-width:510px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:44px;margin-top:65px}.steps article{border-top:1px solid #bfd3ca;padding-top:17px}.step-number{font-size:11px;color:var(--coral);font-weight:700}.steps h3{font-family:'Playfair Display',serif;font-size:23px;margin:37px 0 12px}.steps p{font-size:14px;color:var(--muted);max-width:265px}.generator-section{background:var(--teal);color:#f7fbf8;padding:95px 0}.generator-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.generator-copy h2{font-size:49px}.generator-copy>p:not(.eyebrow){color:#b8d2ca;max-width:410px}.generator-copy ul{list-style:none;margin:33px 0 0;padding:0;display:grid;gap:15px;font-size:13px}.generator-copy li span{display:inline-grid;place-items:center;width:19px;height:19px;border:1px solid #71aa98;border-radius:50%;margin-right:11px;color:#b8ead5;font-size:10px}.generator-form{background:white;color:var(--ink);border-radius:7px;padding:34px 35px;box-shadow:0 20px 55px rgba(0,0,0,.16)}.form-top{display:flex;justify-content:space-between;align-items:start;margin-bottom:22px}.form-kicker{color:var(--coral);font-size:9px;font-weight:700;letter-spacing:.12em}.generator-form h3{font-family:'Playfair Display',serif;font-size:27px;margin:5px 0}.form-badge{font-size:9px;background:#e8f5ed;color:#328066;border-radius:30px;padding:6px 9px;font-weight:700}.generator-form label{display:block;font-size:10px;font-weight:700;margin-top:14px;color:#55706a}.generator-form input,.generator-form select{display:block;width:100%;padding:12px 13px;margin-top:6px;border:1px solid #d5e1db;border-radius:4px;font:inherit;font-size:13px;color:var(--ink);background:#fbfdfb;outline:none}.generator-form input:focus,.generator-form select:focus{border-color:var(--coral);box-shadow:0 0 0 3px rgba(239,118,93,.1)}.generator-form .button{margin-top:22px}.form-footnote{font-size:9px;text-align:center;color:#91a29c;margin:12px 0 0}.feature-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.feature-card{background:#e2f0e9;padding:51px;border-radius:6px}.feature-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--coral);color:#fff;margin-bottom:45px}.feature-card p:not(.eyebrow){color:var(--muted);font-size:14px;max-width:430px;margin-bottom:30px}.feature-list{display:grid;gap:32px}.feature-list>div{display:grid;grid-template-columns:38px 1fr;column-gap:17px;border-bottom:1px solid var(--line);padding-bottom:24px}.feature-list>div:last-child{border:0}.feature-list span{color:var(--coral);font-size:11px;font-weight:700}.feature-list h3{font-family:'Playfair Display',serif;margin:0;font-size:22px}.feature-list p{grid-column:2;color:var(--muted);font-size:13px;margin:7px 0 0}.plans-section{background:#edf4ee;padding:100px 0 110px}.centered{text-align:center;margin:auto}.centered>p:last-child{margin:auto}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:50px}.plan{position:relative;background:white;padding:31px;border:1px solid #d9e6de;border-radius:6px}.plan-featured{border:2px solid var(--coral);padding:30px}.popular{position:absolute;right:20px;top:20px;color:var(--coral);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.plan>p{font-size:12px;font-weight:700;color:var(--teal);margin:0 0 19px}.plan h3{font-family:'Playfair Display',serif;font-size:33px;margin:0 0 24px}.plan h3 small{font-family:'DM Sans',sans-serif;color:#8b9c96;font-size:10px;font-weight:500}.plan ul{list-style:none;padding:0;margin:0 0 27px;display:grid;gap:13px;font-size:12px;color:var(--muted)}.plan li:before{content:'✓';color:#4b9e82;margin-right:8px}.site-footer{background:var(--ink);color:white}.footer-inner{display:flex;align-items:center;gap:25px;height:110px}.footer-inner .brand-mark{background:#e8f5ed;color:var(--ink)}.footer-inner p{font-size:12px;color:#a8c3b9;border-left:1px solid #4e7168;padding-left:25px}.footer-inner small{font-size:10px;color:#7d9c91;margin-left:auto}.modal{position:fixed;inset:0;background:rgba(11,37,35,.55);display:none;place-items:center;z-index:10;padding:20px}.modal.open{display:grid}.modal-card{background:white;max-width:440px;width:100%;padding:45px;border-radius:8px;position:relative;text-align:center}.modal-card .success-mark{width:40px;height:40px;margin:0 auto 23px;font-size:18px}.modal-card h2{font-size:34px;margin-bottom:14px}.modal-card>p:not(.eyebrow){font-size:14px;color:var(--muted);margin-bottom:27px}.modal-close{position:absolute;right:17px;top:13px;border:0;background:none;font-size:25px;color:#8da19a;cursor:pointer}.modal-card .eyebrow{margin-bottom:10px}@media(max-width:800px){.site-header{padding:0 20px}.nav-links{display:none}.hero{grid-template-columns:1fr;padding-top:58px;gap:20px}.hero h1{font-size:48px}.hero-visual{min-height:385px}.hero-lede{font-size:15px}.logo-inner{height:auto;padding:25px 0;display:block}.logo-inner div{margin-top:18px;gap:18px;flex-wrap:wrap}.logo-inner b{font-size:14px}.section{padding-top:75px;padding-bottom:75px}.section-intro h2,.feature-card h2,.generator-copy h2{font-size:38px}.steps,.generator-grid,.feature-layout,.plans{grid-template-columns:1fr;gap:28px}.generator-grid{gap:48px}.feature-card{padding:31px}.plans{max-width:430px;margin-left:auto;margin-right:auto}.footer-inner{height:auto;padding:28px 0;flex-wrap:wrap;gap:15px}.footer-inner p{border:0;padding:0;width:100%;order:3;margin:0}.footer-inner small{margin-left:0;width:100%}}@media(max-width:480px){.shell{width:min(100% - 32px,1160px)}.site-header .button{display:none}.hero{padding-top:42px}.hero h1{font-size:40px}.hero-actions{align-items:flex-start;flex-direction:column;gap:17px}.browser-card{transform:rotate(1deg) scale(.96)}.floating-note{left:0;bottom:4px}.preview-hero h3{font-size:26px}.tooth-shape{width:95px;height:115px}.preview-nav{padding:0 11px}.preview-nav>span{display:none}.generator-form{padding:25px 21px}}
.status-select{appearance:none;border:1px solid #b9d7c6;background:#e8f5ed;color:#28716a;padding:6px 30px 6px 10px;border-radius:20px;font-size:11px;font-weight:700;text-transform:capitalize;cursor:pointer}.status-select:disabled{opacity:.55}
.footer-legal{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.footer-legal a{font-size:12px;color:inherit;text-decoration:none}.footer-legal a:hover{text-decoration:underline}
