:root{
  --bg:#f6f3ee; --panel:#ffffff; --text:#111111; --muted:#716b63; --line:rgba(17,17,17,.08);
  --green:#214f43; --green2:#173b33; --cream:#ebe2d5; --gold:#b99663; --shadow:0 24px 80px rgba(32,26,20,.10);
}
*{box-sizing:border-box} html,body{margin:0;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}
a{text-decoration:none;color:inherit} body.dd-modal-open{overflow:hidden}
.dd-page{min-height:100vh;padding:24px;display:flex;align-items:stretch}.dd-shell{width:min(1220px,100%);margin:auto;min-height:calc(100vh - 48px);display:flex;flex-direction:column}.dd-top{height:64px;display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.dd-brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.5px}.dd-mark{width:42px;height:42px;border-radius:15px;background:linear-gradient(145deg,var(--green),#2d6b5a);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 14px 35px rgba(33,79,67,.22)}.dd-brand span{font-size:21px}.dd-brand em{font-style:normal;color:var(--green)}.dd-menu{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.64);border:1px solid var(--line);border-radius:999px;padding:6px;backdrop-filter:blur(16px)}.dd-menu a{padding:12px 16px;border-radius:999px;font-size:14px;font-weight:750;color:#332f2b}.dd-menu a:hover,.dd-menu a.is-active{background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.06)}.dd-contact-btn{background:var(--green)!important;color:#fff!important;box-shadow:none!important}.dd-main{flex:1;display:grid;grid-template-columns:1.08fr .92fr;gap:20px;min-height:0}.dd-hero,.dd-card,.dd-panel{background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:36px;box-shadow:var(--shadow);backdrop-filter:blur(18px)}.dd-hero{padding:48px;display:flex;flex-direction:column;justify-content:space-between;min-height:0}.dd-kicker{width:max-content;padding:10px 14px;border-radius:999px;background:var(--cream);color:var(--green);font-size:13px;font-weight:850;margin-bottom:22px}.dd-title{font-size:clamp(48px,5.4vw,78px);line-height:.94;letter-spacing:-3.4px;margin:0 0 22px}.dd-title strong{color:var(--green)}.dd-lead{font-size:20px;line-height:1.55;color:var(--muted);max-width:650px;margin:0 0 30px}.dd-actions{display:flex;gap:12px;flex-wrap:wrap}.dd-button{height:58px;padding:0 24px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:900;border:0;cursor:pointer}.dd-button.primary{background:var(--green);color:#fff;box-shadow:0 18px 42px rgba(33,79,67,.22)}.dd-button.soft{background:#fff;color:#151515;border:1px solid var(--line)}.dd-hero-note{margin-top:36px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.dd-note-pill{padding:14px;border-radius:18px;background:#faf8f5;border:1px solid var(--line);font-size:13px;font-weight:800;color:#514c46}.dd-right{display:grid;grid-template-rows:1fr 1fr;gap:20px;min-height:0}.dd-price-card{position:relative;overflow:hidden;padding:32px;display:flex;flex-direction:column;justify-content:space-between}.dd-price-card:before{content:"";position:absolute;right:-40px;top:-40px;width:150px;height:150px;border-radius:50%;background:rgba(33,79,67,.08)}.dd-price-card h2{font-size:30px;letter-spacing:-1px;margin:0 0 8px}.dd-price-card p{margin:0;color:var(--muted);line-height:1.45}.dd-price{font-size:44px;font-weight:950;letter-spacing:-1.8px;margin-top:20px}.dd-price small{font-size:15px;color:var(--muted);font-weight:750}.dd-bottom{height:44px;display:flex;align-items:flex-end;justify-content:center;gap:18px;color:#7a746d;font-size:13px;padding-top:14px}.dd-bottom a{font-weight:750}.dd-bottom a:hover{color:var(--green)}
.dd-page-inner{flex:1;display:grid;grid-template-columns:.85fr 1.15fr;gap:20px;min-height:0}.dd-side-title{padding:42px;display:flex;flex-direction:column;justify-content:space-between}.dd-side-title h1{font-size:clamp(42px,4.3vw,66px);line-height:.98;letter-spacing:-2.5px;margin:0}.dd-side-title p{font-size:19px;color:var(--muted);line-height:1.55}.dd-content{padding:36px;overflow:auto}.dd-steps{display:grid;gap:14px}.dd-step{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:start;padding:20px;border:1px solid var(--line);border-radius:24px;background:#fff}.dd-step b{width:54px;height:54px;border-radius:18px;background:var(--green);color:#fff;display:grid;place-items:center}.dd-step h3{margin:0 0 6px;font-size:22px}.dd-step p{margin:0;color:var(--muted);line-height:1.5}.dd-form{display:grid;gap:14px;max-width:560px}.dd-field label{display:block;font-size:13px;font-weight:850;color:#575049;margin-bottom:8px}.dd-input{width:100%;height:58px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:0 18px;font:inherit;font-size:17px;outline:none}.dd-input:focus{border-color:rgba(33,79,67,.35);box-shadow:0 0 0 5px rgba(33,79,67,.08)}.dd-alert{padding:14px 16px;border-radius:16px;font-weight:750}.dd-alert.ok{background:#e6f2ec;color:#1d6049}.dd-alert.err{background:#f8e7e4;color:#8a2b1f}.dd-small{font-size:13px;color:var(--muted);line-height:1.55;margin:0}.dd-legal-modal{position:fixed;inset:0;z-index:9999;display:none}.dd-legal-modal.is-open{display:block}.dd-legal-backdrop{position:absolute;inset:0;background:rgba(17,17,17,.38);backdrop-filter:blur(10px)}.dd-legal-panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(650px,calc(100% - 28px));max-height:82vh;overflow:auto;background:#fff;border-radius:28px;padding:32px;box-shadow:0 30px 90px rgba(0,0,0,.28)}.dd-legal-close{position:absolute;right:18px;top:16px;width:40px;height:40px;border:0;border-radius:50%;background:#f1eee9;font-size:26px;cursor:pointer}.dd-legal-panel h2{margin:0 0 16px;font-size:28px;letter-spacing:-.8px}.dd-legal-content p{color:var(--muted);line-height:1.65;margin:0 0 12px}
@media(max-width:860px){.dd-page{padding:14px;display:block}.dd-shell{min-height:calc(100vh - 28px)}.dd-top{height:auto;gap:12px;align-items:flex-start;margin-bottom:12px}.dd-brand span{font-size:18px}.dd-mark{width:38px;height:38px;border-radius:14px}.dd-menu{gap:4px;padding:5px;overflow:auto;max-width:100%;border-radius:22px}.dd-menu a{white-space:nowrap;padding:10px 12px;font-size:13px}.dd-top{flex-direction:column}.dd-main,.dd-page-inner{grid-template-columns:1fr;gap:12px}.dd-hero{padding:28px 20px;border-radius:28px}.dd-title{font-size:45px;letter-spacing:-1.9px}.dd-lead{font-size:17px;margin-bottom:22px}.dd-actions,.dd-button{width:100%}.dd-right{grid-template-rows:auto;gap:12px}.dd-card,.dd-panel,.dd-hero{box-shadow:0 16px 45px rgba(32,26,20,.08)}.dd-price-card{padding:24px;border-radius:26px}.dd-price-card h2{font-size:25px}.dd-price{font-size:36px}.dd-hero-note{grid-template-columns:1fr;gap:8px;margin-top:18px}.dd-bottom{height:auto;flex-wrap:wrap;gap:10px;padding:18px 0 4px;text-align:center}.dd-side-title,.dd-content{padding:24px;border-radius:28px}.dd-side-title h1{font-size:42px}.dd-side-title p{font-size:17px}.dd-step{grid-template-columns:46px 1fr;padding:16px;border-radius:20px}.dd-step b{width:46px;height:46px;border-radius:16px}.dd-step h3{font-size:19px}.dd-content{overflow:visible}.dd-input{height:56px}.dd-legal-panel{padding:28px 20px;border-radius:24px}}
@media(max-height:760px) and (min-width:861px){.dd-page{padding:18px}.dd-shell{min-height:calc(100vh - 36px)}.dd-top{height:54px;margin-bottom:12px}.dd-hero{padding:36px}.dd-title{font-size:60px}.dd-lead{font-size:18px;margin-bottom:22px}.dd-price-card{padding:26px}.dd-price{font-size:38px}.dd-hero-note{margin-top:22px}.dd-bottom{height:34px}}
