: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{--ivory: #FAF8F4;--ivory-dark: #F2EDE6;--charcoal: #1C1917;--charcoal-soft: #44403C;--muted: #A8A29E;--muted-light: #D6D0C8;--accent: #C96442;--accent-light: #E8907A;--border: #E5DED5;--white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ivory);color:var(--charcoal);font-family:DM Sans,-apple-system,sans-serif;font-weight:300;line-height:1.6;overflow-x:hidden}nav{position:fixed;top:0;width:100%;z-index:100;padding:1.2rem 3rem;display:flex;justify-content:space-between;align-items:center;background:#faf8f4e0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.logo{display:flex;align-items:baseline;gap:.6rem}.logo-en{font-family:"DM Serif Display",Georgia,serif;font-size:1.25rem;color:var(--charcoal);letter-spacing:-.01em}.logo-kr{font-family:"Noto Serif KR",serif;font-size:.85rem;color:var(--muted);font-weight:300}nav ul{list-style:none;display:flex;gap:2rem;align-items:center}nav ul a{text-decoration:none;color:var(--charcoal-soft);font-size:.88rem;font-weight:400;transition:color .2s}nav ul a:hover{color:var(--charcoal)}.nav-cta{background:var(--charcoal);color:var(--ivory);border:none;padding:.55rem 1.2rem;border-radius:6px;font-size:.85rem;font-family:DM Sans,sans-serif;cursor:pointer;transition:background .2s}.nav-cta:hover{background:var(--charcoal-soft)}.btn-outline-sm{background:transparent;border:1px solid var(--border);color:var(--charcoal-soft);padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-family:DM Sans,sans-serif;cursor:pointer;transition:border-color .2s}.btn-outline-sm:hover{border-color:var(--muted)}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:10rem 2rem 6rem;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:radial-gradient(ellipse 80% 60% at 50% 30%,rgba(201,100,66,.06) 0%,transparent 70%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--border);border-radius:100px;padding:.4rem 1rem;font-size:.8rem;color:var(--charcoal-soft);margin-bottom:2.5rem;background:var(--white);box-shadow:0 1px 4px #0000000d;opacity:0;animation:fadeUp .8s .2s forwards}.dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.hero h1{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(2.8rem,7vw,6rem);font-weight:400;line-height:1.08;letter-spacing:-.02em;color:var(--charcoal);max-width:700px;opacity:0;animation:fadeUp .8s .35s forwards}.hero h1 em{font-style:italic;color:var(--accent)}.hero-kr{font-family:"Noto Serif KR",serif;font-size:clamp(1rem,2.5vw,1.4rem);color:var(--muted);font-weight:300;margin-top:.5rem;letter-spacing:.15em;opacity:0;animation:fadeUp .8s .45s forwards}.hero-desc{max-width:440px;font-size:1.05rem;color:var(--charcoal-soft);margin:2rem auto 0;line-height:1.75;opacity:0;animation:fadeUp .8s .55s forwards}.hero-actions{display:flex;gap:.75rem;margin-top:2.5rem;flex-wrap:wrap;justify-content:center;opacity:0;animation:fadeUp .8s .65s forwards}.btn-dark{display:inline-flex;align-items:center;gap:.5rem;background:var(--charcoal);color:var(--ivory);padding:.8rem 1.8rem;border-radius:8px;font-size:.9rem;font-weight:400;font-family:DM Sans,sans-serif;border:none;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s}.btn-dark:hover{background:var(--charcoal-soft);transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--border);color:var(--charcoal-soft);padding:.8rem 1.8rem;border-radius:8px;font-size:.9rem;font-weight:400;text-decoration:none;background:var(--white);transition:border-color .2s,transform .15s}.btn-outline:hover{border-color:var(--muted);transform:translateY(-1px)}.hero-note{margin-top:1.2rem;font-size:.8rem;color:var(--muted);opacity:0;animation:fadeUp .8s .75s forwards}.section{padding:7rem 2rem}.section-inner{max-width:960px;margin:0 auto}.pillars-section{background:var(--white)}.section-label{font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.section-title{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;letter-spacing:-.02em;color:var(--charcoal);line-height:1.2;margin-bottom:1rem}.section-sub{font-size:1rem;color:var(--charcoal-soft);max-width:480px;line-height:1.7}.divider-line{height:1px;background:var(--border);max-width:960px;margin:0 auto}.pillars-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-top:3.5rem}.pillar{background:var(--white);padding:2.5rem;transition:background .2s}.pillar:hover{background:var(--ivory)}.pillar-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.pillar-char{font-family:"Noto Serif KR",serif;font-size:2rem;color:var(--accent);line-height:1}.pillar-title-wrap h3{font-family:"DM Serif Display",serif;font-size:1.1rem;font-weight:400;color:var(--charcoal)}.pillar-title-wrap span{font-size:.75rem;color:var(--muted);letter-spacing:.05em}.pillar p{font-size:.9rem;color:var(--charcoal-soft);line-height:1.65}.steps{margin-top:3.5rem;display:flex;flex-direction:column}.step{display:grid;grid-template-columns:48px 1fr;gap:1.5rem;padding:2rem 0;border-bottom:1px solid var(--border);align-items:start}.step-num{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.78rem;color:var(--muted);flex-shrink:0;margin-top:2px;background:var(--white)}.step h3{font-family:"DM Serif Display",serif;font-size:1.1rem;font-weight:400;color:var(--charcoal);margin-bottom:.4rem}.step p{font-size:.92rem;color:var(--charcoal-soft);line-height:1.65}.pricing-wrap{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.pricing-info p{color:var(--charcoal-soft);font-size:.95rem;line-height:1.7;max-width:360px}.pricing-h2{font-family:"DM Serif Display",serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.price-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:2rem;box-shadow:0 4px 24px #0000000a}.price-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.price-amount{font-family:"DM Serif Display",serif;font-size:3.5rem;line-height:1;color:var(--charcoal)}.price-amount sup{font-family:DM Sans,sans-serif;font-size:1.2rem;color:var(--charcoal-soft);vertical-align:super;font-weight:300}.price-tag{background:#c964421a;color:var(--accent);font-size:.75rem;font-weight:500;padding:.3rem .7rem;border-radius:100px}.price-features{list-style:none;display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.5rem}.price-features li{display:flex;align-items:center;gap:.7rem;font-size:.88rem;color:var(--charcoal-soft)}.check{width:16px;height:16px;border-radius:50%;background:#c964421f;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent);font-size:.6rem}.price-cta{display:block;width:100%;text-align:center;background:var(--charcoal);color:var(--ivory);padding:.85rem;border-radius:8px;border:none;font-size:.9rem;font-family:DM Sans,sans-serif;cursor:pointer;transition:background .2s}.price-cta:hover{background:var(--charcoal-soft)}.modal-overlay{display:none;position:fixed;inset:0;background:#1c191780;z-index:200;align-items:center;justify-content:center;padding:1rem}.modal-overlay.open{display:flex}.modal{background:var(--white);border-radius:16px;padding:2.5rem;width:100%;max-width:440px;box-shadow:0 8px 40px #00000026}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.4rem}.modal h2{font-family:"DM Serif Display",serif;font-size:1.6rem;font-weight:400;color:var(--charcoal)}.modal-close{background:none;border:none;font-size:1.3rem;color:var(--muted);cursor:pointer;line-height:1}.modal-sub{font-size:.88rem;color:var(--muted);margin-bottom:1.8rem}.form-group{margin-bottom:1.2rem;display:flex;flex-direction:column}.form-group label{font-size:.82rem;font-weight:500;color:var(--charcoal-soft);margin-bottom:.4rem}.form-group input,.form-group select{padding:.75rem 1rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;font-family:DM Sans,sans-serif;color:var(--charcoal);outline:none;transition:border-color .2s;background:var(--ivory)}.form-group input:focus,.form-group select:focus{border-color:var(--accent)}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A8A29E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.time-row{display:flex;gap:.5rem}.time-row input{flex:1}.time-row select{width:110px;flex-shrink:0}.form-hint{font-size:.75rem;color:var(--muted);margin-top:.3rem}.form-error{font-size:.85rem;color:#c0392b;background:#c0392b12;border-radius:6px;padding:.6rem .9rem;margin-bottom:.8rem}.form-submit{width:100%;padding:.9rem;background:var(--charcoal);color:var(--ivory);border:none;border-radius:8px;font-size:.95rem;font-family:DM Sans,sans-serif;cursor:pointer;margin-top:.5rem;transition:background .2s}.form-submit:hover{background:var(--charcoal-soft)}footer{border-top:1px solid var(--border);padding:2.5rem 3rem;display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:.8rem;color:var(--muted)}.fullscreen-center{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--ivory)}.loading-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.loading-kr{font-family:"Noto Serif KR",serif;font-size:1rem;color:var(--muted);letter-spacing:.2em}.loading-spinner{width:40px;height:40px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .9s linear infinite}.loading-title{font-family:"DM Serif Display",serif;font-size:1.4rem;font-weight:400;color:var(--charcoal)}.loading-sub{font-size:.88rem;color:var(--muted);max-width:280px;line-height:1.6}.result-page{padding-top:80px;background:var(--ivory);min-height:100vh}.result-inner{max-width:720px;margin:0 auto;padding:4rem 2rem 5rem;display:flex;flex-direction:column;gap:3rem}.result-header{text-align:center;padding-bottom:3rem;border-bottom:1px solid var(--border)}.result-title{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:400;letter-spacing:-.02em;line-height:1.25;color:var(--charcoal);margin-top:.75rem;font-style:italic}.result-section{display:flex;flex-direction:column;gap:1.2rem;padding-bottom:3rem;border-bottom:1px solid var(--border)}.result-section-title{font-family:"DM Serif Display",serif;font-size:1.3rem;font-weight:400;color:var(--charcoal)}.result-section-sub{font-size:.88rem;color:var(--muted);line-height:1.6}.elements-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.element-card{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.2rem 1.4rem}.element-name{font-family:"DM Serif Display",serif;font-size:1rem;color:var(--accent);margin-bottom:.5rem}.element-effect{font-size:.88rem;color:var(--charcoal);line-height:1.65;margin-bottom:.8rem}.element-advice-box{background:var(--ivory-dark);border-left:2px solid var(--accent);border-radius:0 6px 6px 0;padding:.7rem .9rem;display:flex;flex-direction:column;gap:.3rem}.element-advice{font-size:.83rem;color:var(--charcoal-soft);line-height:1.6}.fortune-section{gap:1.4rem}.fortune-header{display:flex;align-items:center;gap:1rem}.fortune-char{font-family:"Noto Serif KR",serif;font-size:1.8rem;color:var(--accent);line-height:1}.fortune-block{display:flex;flex-direction:column;gap:.5rem}.block-label{font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.fortune-reasoning{font-size:.9rem;color:var(--charcoal-soft);line-height:1.8;white-space:pre-line}.fortune-advice-box{background:var(--ivory-dark);border-left:3px solid var(--accent);border-radius:0 8px 8px 0;padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.4rem}.advice-label{font-size:.7rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.fortune-advice-box p{font-size:.88rem;color:var(--charcoal-soft);line-height:1.65}.fortune-conclusion{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:1rem 1.2rem}.fortune-conclusion p{font-family:"DM Serif Display",serif;font-size:.97rem;font-style:italic;color:var(--charcoal);line-height:1.7}.age-list{display:flex;flex-direction:column;gap:0}.age-item{display:grid;grid-template-columns:160px 1fr;gap:1.5rem;padding:1.4rem 0;border-bottom:1px solid var(--border);align-items:start}.age-item:last-child{border-bottom:none}.age-period{font-size:.82rem;font-weight:500;color:var(--muted);letter-spacing:.03em;padding-top:2px}.age-reasoning{font-size:.88rem;color:var(--charcoal-soft);line-height:1.75;white-space:pre-line;margin-bottom:.8rem}.age-advice-box{background:var(--ivory-dark);border-left:2px solid var(--accent);border-radius:0 6px 6px 0;padding:.6rem .9rem;display:flex;flex-direction:column;gap:.3rem;margin-bottom:.8rem}.age-advice{font-size:.85rem;color:var(--charcoal-soft);line-height:1.6}.age-conclusion{font-size:.88rem;font-style:italic;color:var(--charcoal);line-height:1.65}.core-message{display:flex;align-items:flex-start;gap:1.2rem;background:var(--white);border:1px solid var(--border);border-radius:12px;padding:2rem}.core-char{font-family:"Noto Serif KR",serif;font-size:2rem;color:var(--accent);line-height:1;flex-shrink:0}.core-message p{font-family:"DM Serif Display",serif;font-size:1.1rem;font-weight:400;font-style:italic;color:var(--charcoal);line-height:1.6}.result-reset-btn{align-self:center;margin-top:1rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){nav{padding:1rem 1.5rem}nav ul{display:none}.pillars-grid{grid-template-columns:1fr}.pricing-wrap{grid-template-columns:1fr;gap:2rem}.age-item{grid-template-columns:1fr;gap:.5rem}footer{flex-direction:column;gap:1rem;text-align:center}}
