:root {
  --green-950:#082f2a;
  --green-900:#0d4b40;
  --green-800:#126454;
  --green-100:#e9f2ee;
  --gold:#caa86a;
  --gold-100:#f4ead7;
  --ink:#18302b;
  --muted:#6e7f7a;
  --paper:#fbf8f2;
  --white:#ffffff;
  --line:#e6e1d7;
  --shadow:0 22px 70px rgba(24,48,43,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Noto Sans SC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff 0%,#fbf8f2 30%,#fff 100%)}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.site-shell{overflow:hidden}
.topbar{max-width:1500px;margin:0 auto;padding:18px 36px;display:flex;align-items:center;gap:28px;position:relative;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:12px;min-width:220px}
.brand-mark{width:46px;height:46px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;font-family:"Noto Serif SC";color:var(--gold);font-size:19px;position:relative}
.brand-mark:after{content:"";position:absolute;inset:5px;border:1px solid rgba(202,168,106,.5);border-radius:50%}
.brand strong{font-family:"Noto Serif SC";font-size:20px;letter-spacing:.06em;display:block}
.brand small{display:block;font-size:10px;color:var(--muted);margin-top:2px;letter-spacing:.18em}
.main-nav{display:flex;align-items:center;gap:24px;flex:1;justify-content:center}
.main-nav a{font-size:14px;color:#4f625d;position:relative;white-space:nowrap}
.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;transform:scaleX(0);background:var(--green-800);transition:.25s}
.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}
.header-actions{display:flex;gap:10px}
.menu-toggle{display:none;border:0;background:transparent;font-size:24px;color:var(--green-900)}
.btn{border:1px solid transparent;border-radius:10px;padding:11px 18px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.btn:hover{transform:translateY(-2px)}
.btn-ghost{background:#fff;border-color:var(--line);color:var(--ink)}
.btn-dark,.btn-primary{background:linear-gradient(135deg,var(--green-800),var(--green-950));color:#fff;box-shadow:0 10px 25px rgba(13,75,64,.2)}
.btn-light{background:rgba(255,255,255,.86);border-color:#ded6c6;color:var(--ink)}
.btn-large{min-width:180px;padding:14px 22px}
.btn-wide{width:100%;max-width:310px;margin:0 auto;display:flex}
.section-pad{padding:72px max(32px,calc((100vw - 1380px)/2))}
.hero{min-height:730px;display:grid;grid-template-columns:.95fr 1.3fr;gap:54px;align-items:center;position:relative;background:radial-gradient(circle at 15% 45%,rgba(202,168,106,.16),transparent 34%),linear-gradient(135deg,#fbfaf7 0%,#f5f0e6 60%,#f8f8f4 100%)}
.hero:before{content:"";position:absolute;inset:auto auto 0 0;width:350px;height:390px;opacity:.12;background:linear-gradient(135deg,transparent 30%,rgba(13,75,64,.25));clip-path:polygon(0 100%,0 35%,20% 35%,20% 17%,33% 17%,33% 27%,50% 27%,50% 5%,65% 5%,65% 39%,82% 39%,82% 20%,100% 20%,100% 100%)}
.hero-copy{position:relative;z-index:2}
.eyebrow,.section-kicker{color:var(--green-800);font-weight:700;letter-spacing:.12em;font-size:13px}
.hero h1{font-family:"Noto Serif SC";font-size:clamp(48px,5.7vw,86px);line-height:1.12;margin:26px 0 24px;letter-spacing:-.03em}
.hero h1 span{color:var(--green-800)}
.hero-subtitle{font-size:18px;line-height:1.9;color:#5d6b67;max-width:650px}
.hero-actions{display:grid;grid-template-columns:repeat(2,minmax(180px,220px));gap:14px;margin:32px 0}
.social-proof{display:flex;align-items:center;gap:14px;margin-top:28px}
.social-proof p{color:#687771;font-size:13px}
.social-proof strong{color:var(--ink)}
.mini-avatars{display:flex}
.mini-avatars img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:3px solid #fff;margin-left:-10px;box-shadow:0 4px 14px rgba(0,0,0,.1)}
.mini-avatars img:first-child{margin-left:0}
.hero-visual{min-height:620px;position:relative}
.couple-card{position:absolute;inset:10px 155px 10px 0;border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}
.couple-card img{width:100%;height:100%;object-fit:cover;object-position:center}
.couple-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,47,42,.36),transparent 45%,rgba(255,255,255,.08)),linear-gradient(0deg,rgba(8,47,42,.4),transparent 40%)}
.couple-caption{position:absolute;bottom:26px;left:26px;display:flex;gap:8px;flex-wrap:wrap}
.couple-caption span{background:rgba(255,255,255,.82);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.7);padding:7px 12px;border-radius:999px;font-size:12px}
.glass-card{background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.9);backdrop-filter:blur(18px);box-shadow:0 20px 60px rgba(31,58,51,.14)}
.progress-card{position:absolute;right:0;top:0;width:380px;border-radius:22px;padding:24px}
.card-heading{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.card-heading p{font-weight:800;margin:0}.card-heading small{color:var(--muted)}.card-heading a{font-size:12px;color:var(--green-800)}
.progress-grid{display:grid;grid-template-columns:135px 1fr;gap:18px;align-items:center;margin:18px 0}
.progress-ring{--value:calc(var(--progress)*1%);width:128px;height:128px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--green-800) var(--value),#e7eee9 0);position:relative}
.progress-ring:before{content:"";position:absolute;inset:13px;background:#fff;border-radius:50%}
.progress-ring span{position:relative;text-align:center}.progress-ring strong{display:block;font-size:31px;color:var(--green-800)}.progress-ring small{font-size:11px;color:var(--muted)}
.estimate{display:flex;flex-direction:column;gap:4px}.estimate small{color:var(--muted)}.estimate strong{font-size:20px;color:var(--green-800)}.estimate span{font-size:12px;color:#70807b}
.status-list{padding:0;margin:10px 0 0;list-style:none;display:grid;gap:10px}
.status-list li{font-size:12px;display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:8px;color:#71807c}.status-list li span{width:11px;height:11px;border-radius:50%;border:2px solid #b9c6c0}.status-list li b{font-weight:500}.status-list .done,.status-list .current{color:var(--ink)}.status-list .done span{background:var(--green-800);border-color:var(--green-800)}.status-list .current span{background:var(--gold);border-color:var(--gold)}.status-list .current b{color:#b4822f}
.materials-card{position:absolute;right:12px;bottom:18px;width:430px;border-radius:18px;padding:18px 20px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px}.materials-card div:first-child{display:flex;flex-direction:column;gap:4px}.materials-card small{color:var(--muted)}.materials-card strong{font-size:14px}.materials-card span{font-size:12px;color:var(--green-800)}.folder-icon{font-size:34px;color:var(--gold)}.materials-card a{font-size:12px;color:var(--green-800)}
.section-heading-row{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px}.section-heading-row h2,.center-heading h2{font-family:"Noto Serif SC";font-size:40px;margin:8px 0}.section-heading-row>a{font-size:13px;color:var(--green-800)}
.community{background:#fff}.feature-strip{display:flex;gap:36px;flex-wrap:wrap;margin:16px 0 26px;color:#62736e;font-size:14px}.feature-strip span{display:flex;align-items:center;gap:8px}
.section-tabs{display:flex;gap:8px;flex-wrap:wrap}.tab{border:1px solid var(--line);background:#fff;color:#61716c;padding:9px 14px;border-radius:999px}.tab.active{background:var(--green-900);color:#fff;border-color:var(--green-900)}
.profile-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.profile-card{background:#fff;border:1px solid #ece7dc;border-radius:18px;overflow:hidden;box-shadow:0 14px 34px rgba(29,54,48,.08);transition:.25s}.profile-card:hover{transform:translateY(-5px);box-shadow:0 20px 44px rgba(29,54,48,.12)}.profile-card.hidden{display:none}.photo-wrap{position:relative;aspect-ratio:1/.78;overflow:hidden}.photo-wrap img{width:100%;height:100%;object-fit:cover}.photo-wrap span{position:absolute;top:12px;right:12px;background:var(--green-800);color:#fff;font-size:10px;padding:5px 9px;border-radius:999px}.profile-info{padding:16px}.profile-info h3{margin:0 0 5px;font-size:16px}.profile-info h3 i{font-style:normal;color:var(--green-800)}.profile-info p,.profile-info small{margin:0;color:#73817d;font-size:12px}.profile-info>div{display:flex;gap:6px;align-items:center;margin-top:14px;flex-wrap:wrap}.profile-info em{font-style:normal;background:#f5f0e8;padding:5px 8px;border-radius:999px;font-size:10px}.profile-info button{margin-left:auto;border:1px solid #e8dfcf;background:#fff;width:30px;height:30px;border-radius:50%;color:var(--gold)}
.community-note{text-align:right;color:#8a9692;font-size:12px;margin:18px 0 0}
.journey{background:linear-gradient(180deg,#fbf8f2,#f4efe4)}.center-heading{text-align:center;max-width:760px;margin:0 auto 40px}.center-heading p{color:var(--muted)}
.steps-grid{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid #e8dfcf;border-radius:24px;overflow:hidden;background:rgba(255,255,255,.62);margin-bottom:28px}.steps-grid article{padding:28px 18px;text-align:center;border-right:1px solid #e8dfcf;position:relative}.steps-grid article:last-child{border-right:0}.steps-grid b{position:absolute;left:14px;top:13px;color:#c8ad7d;font-size:11px}.steps-grid span{display:grid;place-items:center;margin:0 auto 14px;width:54px;height:54px;border-radius:50%;background:var(--gold-100);color:#b98938;font-size:22px}.steps-grid h3{font-family:"Noto Serif SC";font-size:17px;margin:0 0 8px}.steps-grid p{font-size:12px;line-height:1.65;color:var(--muted);margin:0}
.knowledge{background:#fff}.knowledge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.knowledge-card{padding:28px;border:1px solid #e9e4da;border-radius:20px;background:linear-gradient(145deg,#fff,#fbf8f2);min-height:220px}.knowledge-card span{display:inline-flex;background:var(--green-100);color:var(--green-800);padding:6px 10px;border-radius:999px;font-size:11px}.knowledge-card h3{font-family:"Noto Serif SC";font-size:24px;margin:20px 0 10px}.knowledge-card p{color:var(--muted);line-height:1.8}.knowledge-card a{font-weight:700;color:var(--green-800);font-size:13px}
.cases{background:#f7f5ef}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.case-grid article{padding:28px;border-radius:22px;background:#fff;border:1px solid #e9e3d7;box-shadow:0 15px 36px rgba(29,54,48,.07)}.case-grid strong{font-family:"Noto Serif SC";font-size:21px}.case-grid p{line-height:1.8;color:var(--muted)}
.faq{background:#fff}.faq-list{max-width:920px;margin:0 auto}.faq-list details{border-bottom:1px solid var(--line);padding:20px 0}.faq-list summary{cursor:pointer;font-weight:700;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"＋";float:right;color:var(--green-800)}.faq-list details[open] summary:after{content:"－"}.faq-list p{color:var(--muted);line-height:1.8;padding-right:30px}
footer{background:var(--green-950);color:#fff;padding:52px max(32px,calc((100vw - 1380px)/2)) 28px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:34px}footer .brand-mark{flex:none}footer strong{font-family:"Noto Serif SC";font-size:19px}footer p,footer a,footer button{color:#b7c7c2;font-size:12px;line-height:1.8}footer h4{margin:0 0 14px}footer a,footer button{display:block;margin:7px 0;background:none;border:0;padding:0;text-align:left}footer small{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;color:#819993}.footer-brand{display:flex;gap:14px;align-items:flex-start}
.modal{position:fixed;inset:0;background:rgba(3,29,25,.58);display:none;place-items:center;padding:20px;z-index:100}.modal.show{display:grid}.modal-panel{width:min(520px,100%);background:#fff;border-radius:22px;padding:30px;position:relative;box-shadow:0 30px 90px rgba(0,0,0,.24)}.modal-close{position:absolute;right:16px;top:12px;border:0;background:none;font-size:28px;color:#687771}.modal-panel h2{font-family:"Noto Serif SC";margin:0 0 8px}.modal-panel>p{color:var(--muted);line-height:1.7}.modal-panel form{display:grid;gap:14px;margin-top:18px}.modal-panel label{display:grid;gap:7px;font-size:13px;font-weight:700}.modal-panel input,.modal-panel select,.modal-panel textarea{width:100%;border:1px solid #dcd8cf;border-radius:10px;padding:12px;background:#fff}.form-result{display:none;margin-top:16px;border-radius:12px;padding:14px;background:var(--green-100);color:var(--green-900);line-height:1.7}.form-result.show{display:block}.demo-success{padding:18px;background:var(--green-100);color:var(--green-900);border-radius:12px;line-height:1.7}
@media(max-width:1180px){.topbar{padding:16px 24px}.main-nav{gap:14px}.main-nav a{font-size:12px}.brand{min-width:auto}.hero{grid-template-columns:1fr;padding-top:52px}.hero-visual{min-height:650px}.profile-grid{grid-template-columns:repeat(3,1fr)}.steps-grid{grid-template-columns:repeat(3,1fr)}.steps-grid article:nth-child(3){border-right:0}.steps-grid article:nth-child(-n+3){border-bottom:1px solid #e8dfcf}.knowledge-grid{grid-template-columns:1fr 1fr}footer{grid-template-columns:1.2fr 1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:820px){.topbar{flex-wrap:wrap;justify-content:space-between}.menu-toggle{display:block}.header-actions{margin-left:auto}.main-nav{display:none;order:3;width:100%;flex-direction:column;align-items:flex-start;padding:18px 0}.main-nav.open{display:flex}.section-pad{padding:54px 20px}.hero{gap:24px}.hero h1{font-size:46px}.hero-actions{grid-template-columns:1fr}.hero-visual{min-height:720px}.couple-card{inset:0 0 170px}.progress-card{width:92%;right:4%;top:auto;bottom:75px}.materials-card{width:86%;left:7%;right:auto;bottom:0}.profile-grid{grid-template-columns:repeat(2,1fr)}.section-heading-row{align-items:flex-start;flex-direction:column}.steps-grid{grid-template-columns:repeat(2,1fr)}.steps-grid article,.steps-grid article:nth-child(3){border-right:1px solid #e8dfcf;border-bottom:1px solid #e8dfcf}.steps-grid article:nth-child(2n){border-right:0}.steps-grid article:nth-last-child(-n+2){border-bottom:0}.knowledge-grid,.case-grid{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.topbar{padding:14px 16px}.brand strong{font-size:17px}.header-actions .btn-ghost{display:none}.header-actions .btn{padding:9px 12px;font-size:12px}.hero h1{font-size:38px}.hero-subtitle{font-size:15px}.hero-visual{min-height:680px}.progress-card{width:96%;right:2%;padding:18px}.progress-grid{grid-template-columns:105px 1fr}.progress-ring{width:100px;height:100px}.materials-card{width:94%;left:3%}.profile-grid{grid-template-columns:1fr 1fr;gap:10px}.profile-info{padding:12px}.profile-info h3{font-size:14px}.photo-wrap{aspect-ratio:1/1}.steps-grid{grid-template-columns:1fr}.steps-grid article,.steps-grid article:nth-child(2n),.steps-grid article:nth-last-child(-n+2){border-right:0;border-bottom:1px solid #e8dfcf}.steps-grid article:last-child{border-bottom:0}.section-heading-row h2,.center-heading h2{font-size:32px}footer{grid-template-columns:1fr}}
