:root {
  --paper: #f7f3ed;
  --paper-2: #f0eae2;
  --ink: #2f2925;
  --muted: #766e67;
  --line: rgba(56, 46, 39, 0.13);
  --brown: #463b34;
  --gold: #d5a950;
  --gold-soft: #f4dda3;
  --cream: #f4e7bc;
  --sage: #c8d4c2;
  --slate: #566373;
  --white: #fffdf9;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(72, 54, 39, 0.12);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .022; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 118px 0; }
.section-shell { position: relative; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; z-index: 999; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; top: 0; width: 100%; transition: .25s ease; }
.site-header.is-scrolled { background: rgba(247, 243, 237, .86); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 780; font-size: 1.12rem; letter-spacing: -.02em; }
.brand img { border-radius: 10px; box-shadow: 0 5px 15px rgba(153, 109, 35, .2); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; color: #615850; }
.main-nav a { transition: color .2s; }
.main-nav a:hover { color: var(--ink); }
.main-nav .nav-cta { padding: 9px 16px; color: #fff; background: var(--brown); border-radius: 10px; }
.nav-toggle { display: none; border: 0; background: transparent; width: 40px; height: 40px; padding: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 1.5px; width: 20px; margin: 5px 0; background: var(--ink); }

.hero { min-height: 820px; padding: 155px 0 105px; display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 58px; position: relative; z-index: 2; }
.hero-copy h1 { margin: 20px 0 24px; font-size: clamp(3.5rem, 6.5vw, 6.6rem); line-height: .98; letter-spacing: -.07em; font-weight: 720; }
.hero-copy h1 em { display: inline-block; color: #a3773f; font-family: Georgia, "Noto Serif TC", serif; font-size: .76em; font-weight: 400; white-space: nowrap; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: #8d7049; font-size: .78rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
.hero-lead { max-width: 560px; margin: 0; color: var(--muted); font-size: 1.1rem; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 22px; }
.button { min-height: 48px; padding: 0 20px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: .9rem; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: currentColor; }
.button-primary { color: white; background: var(--brown); box-shadow: 0 10px 24px rgba(58, 47, 39, .2); }
.button-primary:hover { background: #2f2824; box-shadow: 0 14px 30px rgba(58, 47, 39, .25); }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.35); }
.button-outline { border: 1px solid var(--line); }
.button-light { background: white; color: var(--brown); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; color: #80766d; font-size: .76rem; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(2px); }
.hero-glow-one { width: 560px; height: 560px; right: 3%; top: 7%; background: radial-gradient(circle, rgba(237,207,137,.34), transparent 66%); }
.hero-glow-two { width: 420px; height: 420px; left: -220px; bottom: -180px; background: radial-gradient(circle, rgba(190,207,188,.24), transparent 68%); }

.hero-visual { min-height: 600px; position: relative; perspective: 1500px; }
.app-shadow { position: absolute; inset: 14% 2% 3% 9%; border-radius: 40px; background: rgba(75,54,37,.2); filter: blur(48px); transform: rotate(-3deg); }
.product-shot { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(75,61,51,.16); background: #faf8f4; box-shadow: 0 34px 80px rgba(68,49,34,.2); }
.product-shot img { width: 100%; height: auto; }
.product-shot-manager { top: 0; right: 0; width: 80%; border-radius: 18px; transform: rotateY(-4deg) rotateZ(1.2deg); }
.product-shot-note { left: 0; bottom: 0; z-index: 2; width: 44%; border-radius: 14px; transform: rotate(-4deg); box-shadow: 0 26px 60px rgba(68,49,34,.26); }
.real-ui-label { position: absolute; right: 5%; bottom: 2%; z-index: 3; padding: 7px 10px; color: #705936; border: 1px solid rgba(129,95,48,.18); border-radius: 999px; background: rgba(255,250,239,.9); font-size: .65rem; font-weight: 800; letter-spacing: .06em; backdrop-filter: blur(10px); }

.trust-strip { padding: 24px 0; border-block: 1px solid var(--line); background: rgba(255,255,255,.22); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 8px 26px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-family: Georgia, serif; font-size: 1.08rem; font-weight: 500; }
.trust-grid span { color: var(--muted); font-size: .72rem; }

.section-heading { max-width: 650px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2 { margin: 14px 0 16px; font-size: clamp(2.4rem, 4vw, 4.2rem); line-height: 1.08; letter-spacing: -.055em; }
.section-heading p { max-width: 560px; margin: 0; color: var(--muted); }
.centered p { margin-inline: auto; }
.section-features { background: #fbf8f3; }
.bento-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.feature-card { min-height: 330px; padding: 32px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.feature-card h3 { margin: 13px 0 8px; font-size: 1.5rem; line-height: 1.25; letter-spacing: -.03em; }
.feature-card p { max-width: 460px; margin: 0; color: var(--muted); font-size: .9rem; }
.feature-large { min-height: 430px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; background: #eee8df; }
.feature-wide { min-height: 230px; grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #f3ead5; }
.feature-number { color: #a88b64; font-family: Georgia, serif; font-size: .78rem; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #f1e6d2; color: #85683f; font-size: 1.15rem; }
.feature-dark { color: white; background: #3e3a39; }
.feature-dark p { color: rgba(255,255,255,.62); }
.feature-dark .feature-icon { color: white; background: rgba(255,255,255,.1); }
.feature-product-shot { position: absolute; right: 5%; bottom: -38px; width: 38%; margin: 0; overflow: hidden; border: 1px solid rgba(86,68,47,.18); border-radius: 14px; background: #ead79b; box-shadow: -16px 20px 45px rgba(55,42,30,.18); transform: rotate(2deg); }
.feature-product-shot img { width: 100%; height: auto; }
.sync-pill { position: absolute; left: 30px; right: 30px; bottom: 30px; padding: 13px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; border: 1px solid #d8e7dc; border-radius: 12px; background: #f4faf5; color: #4f785f; font-size: .72rem; }
.sync-pill i { width: 8px; height: 8px; border-radius: 50%; background: #50ad70; box-shadow: 0 0 0 4px rgba(80,173,112,.12); }
.sync-pill b { font-size: .62rem; font-weight: 500; opacity: .7; }
.media-icons { position: absolute; left: 30px; right: 30px; bottom: 30px; display: flex; gap: 9px; }
.media-icons span { flex: 1; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.05); color: #efce8c; }
.reminder-card { position: absolute; left: 30px; right: 30px; bottom: 28px; padding: 14px 16px; display: grid; grid-template-columns: auto 1fr; gap: 2px 15px; border: 1px solid #eadcc3; border-radius: 13px; background: #fffaf0; }
.reminder-card span { grid-row: span 2; padding: 7px 10px; align-self: center; color: #9b6f35; background: #f1dfb8; border-radius: 9px; font-size: .7rem; }
.reminder-card strong { font-size: 1.05rem; }
.reminder-card small { color: var(--muted); }
.palette-demo { display: flex; gap: 16px; padding-right: 5%; }
.palette-demo span { width: 54px; height: 54px; border-radius: 50%; background: var(--swatch); box-shadow: inset 0 1px rgba(255,255,255,.5), 0 7px 14px rgba(54,45,38,.12); }

.section-privacy { color: white; background: #343331; }
.privacy-grid { min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.privacy-visual { min-height: 500px; position: relative; display: grid; place-items: center; }
.privacy-lock { width: 128px; height: 128px; display: grid; place-items: center; z-index: 2; border: 1px solid rgba(241,209,149,.28); border-radius: 38px; background: linear-gradient(145deg,#5a5248,#2d2c2b); box-shadow: 0 30px 80px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.1); }
.privacy-lock svg { width: 50px; fill: none; stroke: #f0cf8f; stroke-width: 1.5; }
.privacy-orbit { position: absolute; border: 1px solid rgba(239,207,148,.16); border-radius: 50%; }
.orbit-one { width: 300px; height: 300px; }
.orbit-two { width: 450px; height: 450px; }
.privacy-label { position: absolute; padding: 9px 12px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.04); font-size: .68rem; backdrop-filter: blur(8px); }
.privacy-label i { width: 6px; height: 6px; border-radius: 50%; background: #e6bf76; }
.label-a { top: 15%; left: 4%; }.label-b { top: 30%; right: 0; }.label-c { left: 10%; bottom: 14%; }
.eyebrow.light { color: #ddb979; }
.privacy-copy h2 { margin: 16px 0 20px; font-size: clamp(2.7rem, 4.8vw, 4.7rem); line-height: 1.05; letter-spacing: -.06em; }
.privacy-copy > p { color: rgba(255,255,255,.62); }
.privacy-list { margin: 30px 0; padding: 0; list-style: none; }
.privacy-list li { padding: 15px 0; display: grid; grid-template-columns: 38px 1fr; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
.privacy-list li > span { color: #d8b878; font-family: Georgia, serif; font-size: .75rem; }
.privacy-list strong, .privacy-list small { display: block; }
.privacy-list small { margin-top: 3px; color: rgba(255,255,255,.52); }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 700; font-size: .86rem; }
.text-link span { transition: transform .2s; }.text-link:hover span { transform: translateX(4px); }
.light-link { color: #efcf91; }

.section-pricing { background: #f4efe8; }
.pricing-grid { width: min(880px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.price-card { padding: 36px; position: relative; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.56); }
.price-featured { border-color: #9a7c57; background: var(--white); box-shadow: var(--shadow); }
.popular-tag { position: absolute; right: 18px; top: 18px; padding: 5px 9px; border-radius: 999px; background: #efe0bd; color: #7d5a2e; font-size: .65rem; font-weight: 750; }
.plan-head > span { color: #a07948; font-size: .68rem; letter-spacing: .15em; font-weight: 800; }
.plan-head h3 { margin: 8px 0 4px; font-size: 1.6rem; }.plan-head p { margin: 0; min-height: 50px; color: var(--muted); font-size: .83rem; }
.price { margin: 25px 0 5px; display: flex; align-items: end; gap: 10px; }.price strong { font-size: 3.2rem; line-height: 1; letter-spacing: -.05em; }.price strong sup { font-size: 1.2rem; }.price span { color: var(--muted); font-size: .76rem; }
.annual-note { color: #8a663b; font-size: .72rem; }
.price-card ul { min-height: 205px; margin: 28px 0; padding: 0; list-style: none; }.price-card li { padding: 7px 0; font-size: .83rem; }.price-card li::before { content: "✓"; margin-right: 9px; color: #927044; font-weight: 800; }
.price-card .button { width: 100%; }
.legal-note { display: block; margin-top: 14px; color: var(--muted); text-align: center; font-size: .66rem; }.legal-note a { text-decoration: underline; }

.section-steps { background: var(--white); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.steps-grid article { padding: 30px; border-top: 1px solid var(--line); }
.steps-grid article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #efe3ce; color: #89683d; font-family: Georgia,serif; }
.steps-grid h3 { margin: 25px 0 7px; font-size: 1.2rem; }.steps-grid p { margin: 0; color: var(--muted); font-size: .85rem; }

.section-faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #a17a47; font-size: 1.2rem; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -5px 35px 20px 0; color: var(--muted); font-size: .88rem; }

.download-section { padding: 45px 0 100px; }
.download-card { min-height: 420px; padding: 65px 8%; display: flex; align-items: center; justify-content: space-between; overflow: hidden; position: relative; color: white; border-radius: 34px; background: linear-gradient(130deg,#4d433c,#2e2a28); }
.download-card::after { content:""; position:absolute; width:500px; height:500px; right:-100px; top:-210px; border-radius:50%; background:radial-gradient(circle,rgba(234,193,112,.27),transparent 65%); }
.download-copy { position: relative; z-index: 2; max-width: 620px; }.download-kicker { color: #e2bd78; font-size: .68rem; font-weight: 800; letter-spacing: .16em; }.download-copy h2 { margin: 14px 0 16px; font-size: clamp(2.6rem,5vw,4.8rem); line-height: 1.02; letter-spacing: -.06em; }.download-copy p { color: rgba(255,255,255,.63); }.download-actions { margin: 28px 0 16px; display: flex; align-items: center; gap: 22px; }.source-link { color: rgba(255,255,255,.72); font-size: .84rem; }.download-copy small { color: rgba(255,255,255,.4); }.download-card > img { width: 250px; position: relative; z-index: 2; transform: rotate(7deg); filter: drop-shadow(0 30px 30px rgba(0,0,0,.3)); }

.site-footer { padding: 65px 0 28px; color: rgba(255,255,255,.72); background: #272523; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; }.footer-brand { color: white; }.footer-grid > div > p { color: rgba(255,255,255,.42); font-size: .8rem; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }.footer-links div { display: flex; flex-direction: column; gap: 8px; }.footer-links strong { margin-bottom: 5px; color: white; font-size: .78rem; }.footer-links a { font-size: .76rem; }.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 55px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.33); font-size: .68rem; }

.legal-page { background: #fbf8f3; }
.legal-header { position: static; border-bottom: 1px solid var(--line); background: rgba(251,248,243,.95); }
.legal-main { padding: 76px 0 110px; }
.legal-wrap { width: min(780px, calc(100% - 40px)); margin: auto; }
.legal-badge { display: inline-block; padding: 5px 12px; color: #2e5c38; background: #e2f0e5; border: 1px solid #c3e2cb; border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.legal-main h1 { margin: 16px 0 8px; font-size: clamp(2.5rem,6vw,4.5rem); letter-spacing: -.06em; }.legal-updated { color: var(--muted); font-size: .8rem; }.draft-alert { margin: 30px 0; padding: 15px 18px; color: #72552f; border: 1px solid #e7d0a3; border-radius: 12px; background: #fff6e3; font-size: .82rem; }
.legal-content { margin-top: 45px; }.legal-content h2 { margin: 40px 0 10px; font-size: 1.4rem; }.legal-content h3 { margin: 25px 0 8px; font-size: 1rem; }.legal-content p, .legal-content li { color: #5f5750; font-size: .9rem; }.legal-content ul { padding-left: 20px; }.legal-content a { color: #845d2f; text-decoration: underline; }.legal-content table { width: 100%; border-collapse: collapse; font-size: .8rem; }.legal-content th, .legal-content td { padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }.legal-content th { background: #f1e9de; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay,0ms); }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .hero { padding-top: 125px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero-copy .eyebrow, .hero-actions, .hero-meta { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-visual { width: min(700px,100%); margin: auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; }.trust-grid > div:nth-child(2) { border-right: 0; }.trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .bento-grid { grid-template-columns: 1fr; }.feature-wide { grid-column: auto; }.privacy-grid { grid-template-columns: 1fr; gap: 20px; }.privacy-visual { order: 2; }.pricing-grid { width: min(600px,100%); grid-template-columns: 1fr; }.faq-grid { grid-template-columns: 1fr; gap: 20px; }.download-card > img { width: 190px; }.footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), 1160px); }.section { padding: 82px 0; }
  .nav-toggle { display: block; flex: 0 0 40px; position: relative; z-index: 2; }.main-nav { position: absolute; top: 66px; left: 14px; right: 14px; padding: 20px; display: none; flex-direction: column; align-items: stretch; gap: 15px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,253,249,.98); box-shadow: var(--shadow); }.main-nav.is-open { display: flex; }
  .hero { min-height: auto; padding: 125px 0 70px; }.hero-grid { width: 100%; grid-template-columns: minmax(0, 1fr); }.hero-copy,.hero-visual { width: 100%; min-width: 0; }.hero-copy h1 { max-width: 100%; font-size: clamp(2.7rem,13vw,4.2rem); overflow-wrap: anywhere; }.hero-lead { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }.hero-actions { width: 100%; align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-meta { display: grid; grid-template-columns: 1fr; }.hero-visual { min-height: 470px; }.product-shot-manager { width: 86%; }.product-shot-note { width: 48%; }.real-ui-label { right: 1%; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }.trust-grid > div:last-child { border: 0; }
  .feature-large { grid-template-columns: 1fr; padding-bottom: 290px; }.feature-product-shot { right: 9%; width: 45%; }.feature-wide { align-items: start; flex-direction: column; }.palette-demo { gap: 8px; flex-wrap: wrap; }.palette-demo span { width: 42px; height: 42px; }
  .privacy-grid { gap: 5px; }.privacy-visual { min-height: 430px; }.orbit-two { width: 355px; height: 355px; }.pricing-grid { grid-template-columns: 1fr; }.steps-grid { grid-template-columns: 1fr; }.steps-grid article { padding-inline: 5px; }
  .download-card { padding: 55px 28px 250px; }.download-card > img { position: absolute; right: 24px; bottom: 5px; width: 215px; }.download-actions { align-items: flex-start; flex-direction: column; }.footer-links { grid-template-columns: 1fr 1fr; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
