@font-face { font-family: "Woof Sans"; src: url("../fonts/be1a6fa7f51ee9e020bd.woff2") format("woff2"); font-display: swap; }

:root {
  --ink: #11100f;
  --paper: #fbfaf8;
  --warm: #ded3c2;
  --line: rgba(17, 16, 15, .17);
  --purple: #3122d2;
  --lime: #64a916;
  --yellow: #eaca35;
  --page: min(100% - 3rem, 1216px);
  color: var(--ink);
  background: var(--paper);
  font-family: "Woof Sans", Arial, "Noto Sans TC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; background: var(--paper); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--page); margin-inline: auto; }

.site-header { position: sticky; z-index: 20; top: 24px; width: min(100% - 3rem, 1018px); height: 90px; margin: 24px auto 0; padding: 10px 14px 10px 16px; display: flex; align-items: center; gap: 16px; border-radius: 999px; background: #050505; box-shadow: 0 5px 12px rgba(0,0,0,.18); color: #fff; }
.brand { flex: 0 0 161px; }
.brand img { width: 161px; }
.desktop-navigation { display: flex; align-items: center; justify-content: center; gap: 33px; flex: 1; }
.desktop-navigation button, .text-button { appearance: none; border: 0; background: none; color: inherit; cursor: pointer; font-size: 18px; font-weight: 700; padding: .45rem 0; }
.desktop-navigation button:hover, .text-button:hover { opacity: .65; }
.header-actions { display: flex; gap: 12px; }
.pill { min-width: 132px; padding: 12px 22px; border-radius: 999px; font-weight: 800; text-align: center; font-size: 17px; }
.pill-blue { background: var(--purple); }
.pill-green { background: var(--lime); }
.menu-toggle, [data-mobile-menu] { display: none; }

.hero { position: relative; min-height: 724px; margin-top: 0; overflow: hidden; background: radial-gradient(95% 72% at 50% 71%, #bda98c 0 8%, #d6cabb 31%, #f0ece7 57%, #fbfaf8 76%); }
.hero::after { position: absolute; z-index: 0; content: ""; inset: auto -8% -37% 25%; height: 54%; background: radial-gradient(ellipse at 34% 50%, rgba(20,16,13,.6), transparent 48%); filter: blur(33px); transform: rotate(-7deg); }
.hero-glow { position: absolute; inset: 0; background: radial-gradient(circle at 7% 80%, rgba(255,255,255,.72), transparent 30%); }
.hero-content { position: relative; z-index: 1; padding-top: 187px; }
.beta-badge { display: inline-block; margin: 0 0 42px; padding: 7px 11px; border: 1px solid rgba(0,0,0,.1); border-radius: 9px; background: rgba(255,255,255,.58); font-size: 14px; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 690px; margin-bottom: 26px; font-size: clamp(54px, 5.2vw, 74px); line-height: .99; letter-spacing: -.095em; font-weight: 900; }
.hero h1 strong { font-weight: 900; }
.hero-copy { font-size: 22px; line-height: 1.43; letter-spacing: -.03em; }
.hero-links { display: flex; align-items: center; gap: 18px; margin-top: 57px; }
.button { display: inline-block; border: 0; border-radius: 10px; padding: 13px 19px; font-weight: 800; cursor: pointer; }
.button-dark { color: #fff; background: #090909; }
.button-light { color: #111; background: #fff; }

.support-strip { padding: 54px 1.5rem; background: #fff; text-align: center; }
.support-strip p { margin-bottom: 29px; font-size: 16px; color: #57534d; }
.support-logos { display: flex; justify-content: center; align-items: center; gap: clamp(28px, 6vw, 90px); }
.support-logos img { max-width: 164px; max-height: 52px; object-fit: contain; }

.statements { padding: 154px 0 130px; background: #191816; color: #fff; }
.section-kicker { margin-bottom: 22px; color: #7e786f; font-size: 13px; font-weight: 800; letter-spacing: .13em; }
.statements h2, .intro-copy h2, .pricing-heading h2, .faq-layout h2, .about-section h2, .contact-section h2, .risk-cta h2 { margin-bottom: 0; font-size: clamp(45px, 5vw, 76px); line-height: 1.02; letter-spacing: -.075em; }
em { color: #ebd24b; font-style: normal; }

.risk-cta { overflow: hidden; padding: 104px 0; background: var(--yellow); }
.risk-cta-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; }
.risk-cta .section-kicker { color: #5c520d; }
.risk-cta h2 { max-width: 12ch; font-size: clamp(43px, 4.7vw, 67px); }
.risk-cta p:not(.section-kicker) { margin: 22px 0 36px; font-size: 20px; }
.risk-graphic { justify-self: end; display: grid; place-content: center; width: min(33vw, 390px); aspect-ratio: 1; border-radius: 50%; background: var(--purple); color: #fff; transform: rotate(8deg); text-align: center; box-shadow: 22px 28px 0 #111; }
.risk-graphic span { font-size: clamp(115px, 15vw, 215px); font-weight: 900; line-height: .7; letter-spacing: -.13em; }
.risk-graphic small { margin-top: 22px; font-weight: 800; letter-spacing: .18em; }

.features-section { padding: 142px 0 0; background: #f1efeb; }
.intro-copy { display: grid; grid-template-columns: 1fr 1.1fr; align-items: end; padding-bottom: 72px; }
.intro-copy .section-kicker { grid-column: 1 / -1; }
.intro-copy p:last-child { max-width: 26ch; margin: 0 0 8px; font-size: 20px; line-height: 1.55; }
.feature-media { position: relative; overflow: hidden; border-radius: 25px; }
.feature-media img { width: 100%; height: min(49vw, 600px); object-fit: cover; }
.media-label { position: absolute; left: 28px; bottom: 28px; padding: 13px 17px; border-radius: 999px; background: rgba(8,8,8,.86); color: #fff; font-weight: 800; }
.pulse-dot { display: inline-block; width: 10px; height: 10px; margin-right: 8px; border-radius: 50%; background: #f34b3d; box-shadow: 0 0 0 6px rgba(243,75,61,.2); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 35px 0 125px; }
.benefit-card { min-height: 262px; padding: 27px 24px; border-left: 1px solid var(--line); }
.benefit-card:first-child { border-left: 0; }
.benefit-card span { color: #777168; font-size: 14px; font-weight: 700; }
.benefit-card h3 { margin: 48px 0 14px; font-size: 24px; letter-spacing: -.05em; }
.benefit-card p { color: #615d57; line-height: 1.6; }

.pricing-section { padding: 140px 0 94px; background: #ede9e1; }
.pricing-heading { position: relative; margin-bottom: 62px; }
.price-toggle { display: inline-flex; margin-top: 36px; padding: 4px; border-radius: 999px; background: #d8d1c4; }
.price-toggle button { padding: 10px 24px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-weight: 800; }
.price-toggle button[aria-pressed="true"] { background: #111; color: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { display: flex; flex-direction: column; min-height: 555px; padding: 27px; border: 1px solid #cfc7ba; border-radius: 20px; background: #f7f5f0; }
.price-card.is-featured { color: #fff; background: #292327; border-color: #292327; transform: translateY(-18px); }
.recommendation { min-height: 22px; color: #766f65; font-size: 14px; font-weight: 800; }
.is-featured .recommendation { color: #e3d84c; }
.price-card h3 { margin-bottom: 29px; font-size: 31px; line-height: 1.03; letter-spacing: -.06em; }
.price { display: flex; align-items: baseline; gap: 5px; }
.price span { font-size: 23px; }
.price b { font-size: 80px; letter-spacing: -.09em; line-height: .8; }
.price small { font-size: 17px; }
.price-card ul { flex: 1; margin: 36px 0 29px; padding-left: 18px; line-height: 1.95; }
.compliance { width: var(--page); margin: 56px auto 0; color: #686158; text-align: center; font-size: 13px; }

.faq-section { padding: 142px 0; background: #fff; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 25px 0; border: 0; background: none; text-align: left; cursor: pointer; font-size: 20px; font-weight: 800; }
.faq-item button span { font-size: 30px; font-weight: 400; }
.faq-item [data-faq-panel] { color: #66615a; line-height: 1.65; }
.faq-item [data-faq-panel] p { padding: 0 0 23px; }
.has-javascript .faq-item [data-faq-panel] { overflow: hidden; transition: max-height .22s ease; }

.has-javascript [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
.has-javascript [data-reveal].is-revealed { opacity: 1; transform: translateY(0); }

.about-section { padding: 140px 0; background: #191816; color: #fff; }
.about-section .section-kicker { color: #aba49a; }
.about-section h2 { margin-bottom: 26px; }
.about-lede { max-width: 50rem; color: #cbc5bc; font-size: 22px; line-height: 1.46; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 27px; margin-top: 67px; }
.team-card { padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.25); }
.team-card img { width: 100%; height: 340px; object-fit: cover; border-radius: 14px; filter: saturate(.78); }
.team-card p { margin: 20px 0 6px; color: #bbb4ab; line-height: 1.6; }
.team-card h3 { margin-bottom: 11px; font-size: 30px; letter-spacing: -.04em; }

.contact-section { padding: 138px 0; background: var(--purple); color: #fff; }
.contact-section .section-kicker { color: #c8c2ff; }
.contact-section h2 { margin-bottom: 42px; }
.contact-section .button { background: var(--yellow); color: #111; }
.site-footer { padding: 70px 0 26px; background: #050505; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-grid img { width: 190px; margin-bottom: 27px; }
.footer-grid p, .footer-grid a { color: #c1bab0; line-height: 1.75; }
.footer-grid h2 { margin-bottom: 18px; font-size: 16px; }
.footer-grid a { display: block; }
.copyright { width: var(--page); margin: 70px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.17); color: #817a70; font-size: 12px; }

@media (min-width: 1200px) {
  .hero { min-height: 724px; }
}

@media (min-width: 810px) and (max-width: 1199.98px) {
  :root { --page: min(100% - 3rem, 920px); }
  .site-header { width: min(100% - 2rem, 900px); }
  .desktop-navigation { gap: 18px; }
  .desktop-navigation button { font-size: 15px; }
  .pill { min-width: 104px; padding-inline: 15px; font-size: 14px; }
  .hero-content { padding-top: 154px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-card:nth-child(3) { border-left: 0; }
}

@media (max-width: 809.98px) {
  :root { --page: min(100% - 2.5rem, 620px); }
  .site-header { position: sticky; top: 12px; width: calc(100% - 2rem); height: 68px; margin-top: 12px; padding: 8px 15px; }
  .brand { flex-basis: 118px; }
  .brand img { width: 118px; }
  .desktop-navigation, .header-actions { display: none; }
  .menu-toggle { display: grid; gap: 5px; width: 37px; padding: 8px 0; border: 0; background: none; cursor: pointer; }
  .menu-toggle span { height: 2px; width: 100%; background: #fff; }
  [data-mobile-menu] { position: absolute; z-index: 1; top: 77px; right: 0; left: 0; display: grid; gap: 4px; padding: 17px; border-radius: 24px; background: #111; box-shadow: 0 10px 24px rgba(0,0,0,.2); }
  [data-mobile-menu][hidden] { display: none; }
  [data-mobile-menu] button, [data-mobile-menu] a { padding: 13px; border: 0; border-radius: 9px; background: transparent; color: #fff; text-align: left; font-weight: 800; }
  [data-mobile-menu] a { background: var(--lime); }
  .hero { min-height: 644px; margin-top: -80px; padding-top: 80px; background: radial-gradient(110% 60% at 50% 74%, #b9a88d 0 12%, #ddd4ca 38%, #f8f6f3 74%); }
  .hero-content { padding-top: 146px; }
  .beta-badge { margin-bottom: 29px; font-size: 12px; }
  .hero h1 { font-size: clamp(45px, 13vw, 68px); }
  .hero-copy { font-size: 18px; }
  .hero-links { margin-top: 36px; }
  .support-strip { padding-block: 38px; }
  .support-strip p { font-size: 13px; }
  .support-logos { gap: 17px; }
  .support-logos img { max-width: 91px; max-height: 37px; }
  .statements, .features-section, .pricing-section, .faq-section, .about-section, .contact-section { padding-block: 88px; }
  .risk-cta { padding-block: 74px; }
  .risk-cta-grid, .intro-copy, .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .risk-graphic { justify-self: start; width: 240px; box-shadow: 14px 18px 0 #111; }
  .feature-media img { height: 300px; }
  .media-label { left: 15px; bottom: 15px; font-size: 13px; }
  .benefit-grid, .pricing-grid, .team-grid, .footer-grid { grid-template-columns: 1fr; }
  .benefit-grid { padding-bottom: 0; }
  .benefit-card, .benefit-card:nth-child(3) { min-height: auto; padding: 29px 0; border-top: 1px solid var(--line); border-left: 0; }
  .benefit-card h3 { margin-top: 18px; }
  .price-card.is-featured { transform: none; }
  .price-card { min-height: 0; }
  .faq-layout { gap: 45px; }
  .team-card img { height: 270px; }
  .footer-grid { gap: 38px; }
  .copyright { margin-top: 50px; }
}

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