/* Palette balance: 60% pearl off-white, 30% neutral surfaces/charcoal, 10% brand orange. */
:root {
  --paper:#f4f5f7;
  --surface:#edeef0;
  --ink:#28292b;
  --muted:#6a6b6d;
  --orange:#ec773d;
  --line:#dcdddf;
  font-family:'DM Sans',sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:105px
}
body {
  margin:0
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit;
  cursor:pointer
}
a,button {
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible {
  outline:3px solid #a8491c;
  outline-offset:5px
}
a:hover {
  color:#bb511f
}
.wrap {
  width:min(1180px,calc(100% - 80px));
  margin-inline:auto
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  font-family:Manrope,sans-serif
}
.skip {
  position:fixed;
  top:-60px;
  padding:12px;
  background:white;
  z-index:100
}
.skip:focus {
  top:0
}
 .nav-shell {
  position:sticky;
  top:0;
  z-index:20;
  width:min(1000px,calc(100% - 100px));
  margin:auto;
  filter:drop-shadow(0 8px 15px #1e1f210a)
}
.header.wrap {
  width:100%;
  height:74px;
  padding:0 24px;
  background:#27282a;
  border-radius:0 0 20px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  position:relative
}
.header:before,.header:after {
  content:'';
  position:absolute;
  top:0;
  width:22px;
  height:22px;
  background:transparent;
  pointer-events:none
}
.header:before {
  left:-22px;
  border-radius:0 22px 0 0;
  box-shadow:7px -7px 0 7px #27282a
}
.header:after {
  right:-22px;
  border-radius:22px 0 0 0;
  box-shadow:-7px -7px 0 7px #27282a
}
.brand {
  font-family:Manrope,sans-serif;
  font-size:26px;
  letter-spacing:-1.2px;
  font-weight:800;
  line-height:1;
  color:var(--orange);
  display:inline-flex;
  flex-direction:column;
  flex:none
}
.brand span {
  font-family:'DM Sans',sans-serif;
  font-size:10px;
  letter-spacing:.2px;
  font-weight:400;
  text-align:right;
  margin-top:5px;
  color:#b9babc
}
.header nav {
  display:flex;
  gap:26px;
  font-size:14px;
  color:#cecfd1
}
.header nav a:hover {
  color:#fff
}
.nav-actions {
  display:flex;
  align-items:center;
  gap:20px;
  font-size:13px;
  color:#c3c4c6
}
.signin {
  background:var(--paper);
  color:var(--ink);
  padding:10px 16px;
  border-radius:9px;
  font-weight:600;
  white-space:nowrap
}
.signin span {
  margin:0
}
.menu {
  display:none
}
.mobile-nav[hidden] {
  display:none
}
.hero {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  align-items:center;
  min-height:645px;
  gap:15px;
  padding-block:65px 40px
}
.eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  letter-spacing:1.6px;
  font-weight:600;
  color:#6c6d6f
}
h1 {
  font-size:clamp(40px,4.2vw,60px);
  line-height:1.13;
  letter-spacing:-2.9px;
  font-weight:600;
  margin-top:24px
}
h1>span {
  color:var(--orange)
}
.hero-copy>p {
  font-size:17px;
  line-height:1.8;
  color:var(--muted);
  margin-top:24px
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:31px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:29px;
  font-size:14px;
  font-weight:600;
  padding:17px 21px;
  border-radius:7px;
  transition:background .2s,transform .2s;
  white-space:nowrap
}
.button:hover {
  transform:translateY(-2px)
}
.orange {
  background:var(--orange);
  color:white;
  box-shadow:0 4px 12px #24252707
}
.orange:hover {
  background:#d2632d;
  color:white
}
.button>span {
  font-size:19px;
  line-height:1
}
.text-link {
  font-size:14px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  gap:15px
}
.reassurance {
  font-size:12px;
  margin-top:20px;
  color:#767779;
  display:flex;
  align-items:center;
  gap:7px
}
.reassurance>span:first-child {
  color:#6d6e70
}
.hero-art {
  height:540px;
  position:relative;
  isolation:isolate
}
.trust {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#ecedef
}
.trust-inner {
  height:104px;
  display:flex;
  align-items:center;
  gap:30px
}
.trust-label {
  font-size:12px;
  color:#727375;
  line-height:1.5;
  flex:none
}
.trust-label strong {
  font-weight:600;
  color:#595a5c
}
.trust-label>span {
  display:block;
  font-size:10px;
  margin-top:3px;
  color:#7e7f81
}
.logo-window {
  overflow:hidden;
  mask-image:linear-gradient(to right,transparent,#000 5%,#000 95%,transparent);
  flex:1
}
.logo-track {
  display:flex;
  width:max-content;
  animation:marquee 30s linear infinite
}
.logo-group {
  display:flex;
  gap:54px;
  align-items:center;
  padding-right:54px
}
.logo-group>span {
  font-family:Manrope,sans-serif;
  font-size:20px;
  font-weight:800;
  color:#858688;
  white-space:nowrap;
  letter-spacing:-.6px
}
.logo-window:hover .logo-track,.trust.paused .logo-track {
  animation-play-state:paused
}
.pause {
  width:28px;
  height:28px;
  flex:none;
  border:1px solid #babbbd;
  background:transparent;
  color:#696a6c;
  border-radius:50%;
  font-size:11px;
  padding:0
}
.closing {
  margin-block:64px 48px;
  background:#2e2f31;
  color:#f6f7f9;
  border-radius:14px;
  min-height:260px;
  padding:47px 50px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:relative;
  overflow:hidden;
  isolation:isolate
}
.closing .eyebrow {
  color:#b8b9bb;
  font-size:12px
}
.closing h2 {
  font-size:40px;
  letter-spacing:-1.7px;
  font-weight:500;
  line-height:1.3;
  margin-top:15px
}
.closing>svg {
  position:absolute;
  width:650px;
  right:-80px;
  bottom:-140px;
  z-index:-1;
  fill:none;
  stroke:#626365;
  stroke-width:1;
  opacity:.5
}
.footer-main {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:35px
}
.footer-main .brand {
  font-size:25px
}
.footer-main .brand span {
  color:#7e7f81
}
.footer-main p {
  font-size:12px;
  color:var(--muted);
  margin-top:13px
}
.footer-links {
  display:flex;
  gap:30px;
  font-size:14px
}
.footer-bottom {
  border-top:1px solid var(--line);
  padding:23px 0;
  display:flex;
  justify-content:space-between;
  font-size:12px;
  color:#767779
}
.footer-bottom>div {
  display:flex;
  gap:22px
}
@keyframes flow {
  to {
    stroke-dashoffset:-372
  }

}
@keyframes marquee {
  to {
    transform:translateX(-50%)
  }

}
 @media(max-width:1100px) {
  .wrap {
    width:calc(100% - 64px)
  }
  .nav-shell {
    width:calc(100% - 90px)
  }
  .header.wrap {
    gap:18px;
    padding-inline:20px
  }
  .header nav {
    gap:19px;
    font-size:13px
  }
  .nav-actions {
    gap:15px
  }
  .hero {
    gap:10px
  }
  h1 {
    font-size:47px;
    letter-spacing:-2px
  }
  .hero-copy>p {
    font-size:16px
  }
  .hero-actions {
    gap:20px;
    flex-wrap:wrap
  }
  .hero-art {
    height:500px
  }
  .logo-group {
    gap:35px;
    padding-right:35px
  }
  .closing h2 {
    font-size:34px
  }

}
 @media(max-width:800px) {
  .wrap {
    width:calc(100% - 40px)
  }
  .nav-shell {
    width:calc(100% - 48px)
  }
  .header.wrap {
    height:66px;
    border-radius:0 0 15px 15px;
    padding-inline:17px
  }
  .header nav {
    display:none
  }
  .brand {
    font-size:25px
  }
  .brand span {
    font-size:9px
  }
  .nav-actions {
    gap:16px
  }
  .signin {
    padding:9px 12px;
    font-size:12px
  }
  .signin span {
    margin:0
  }
  .menu {
    display:block;
    border:0;
    background:transparent;
    color:#e0e1e3;
    font-size:21px;
    padding:3px
  }
  .mobile-nav {
    display:flex;
    flex-direction:column;
    gap:20px;
    padding:24px;
    background:#27282a;
    color:#e0e1e3;
    border-radius:0 0 14px 14px;
    position:absolute;
    top:54px;
    left:0;
    right:0;
    box-shadow:0 18px 20px #24252715
  }
  .hero {
    grid-template-columns:1fr;
    padding-block:53px 20px;
    gap:5px
  }
  .hero-copy {
    text-align:center
  }
  .eyebrow {
    font-size:11px;
    letter-spacing:1.2px
  }
  .hero-copy>.eyebrow {
    justify-content:center
  }
  h1 {
    font-size:clamp(37px,6.8vw,53px);
    letter-spacing:-1.8px;
    line-height:1.16;
    margin-top:20px
  }
  .hero-copy>p {
    font-size:16px;
    margin-top:20px
  }
  .hero-actions {
    justify-content:center;
    margin-top:26px;
    gap:22px
  }
  .button {
    padding:16px 18px;
    font-size:14px;
    gap:24px
  }
  .text-link {
    font-size:14px
  }
  .reassurance {
    justify-content:center;
    font-size:11px;
    gap:5px;
    margin-top:18px;
    flex-wrap:wrap
  }
  .hero-art {
    height:500px;
    width:min(100%,520px);
    margin:15px auto 0
  }
  .trust-inner {
    height:100px;
    gap:15px
  }
  .trust-label {
    font-size:11px
  }
  .trust-label>span {
    font-size:9px
  }
  .logo-group>span {
    font-size:17px
  }
  .pause {
    width:26px;
    height:26px
  }
  .closing {
    padding:33px 26px;
    display:block;
    margin-block:40px
  }
  .closing h2 {
    font-size:33px
  }
  .closing>svg {
    right:-240px
  }
  .footer-main {
    align-items:flex-start;
    gap:18px
  }
  .footer-links {
    gap:16px;
    flex-direction:column;
    font-size:13px
  }
  .footer-main p {
    font-size:12px;
    max-width:180px;
    line-height:1.7
  }
  .footer-bottom {
    gap:18px;
    flex-wrap:wrap;
    font-size:12px
  }

}
 @media(max-width:390px) {
  .nav-actions {
    gap:10px
  }
  .header.wrap {
    padding-inline:12px
  }
  .hero-art {
    height:445px
  }
  .eyebrow {
    font-size:10px
  }
  .closing h2 {
    font-size:29px
  }

}
 @media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
  .pause {
    display:none
  }

}
 /* Partner section: neutral surface, ThaiTax orange CTA, no recreated partner badge. */
.partner {
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:64px;
  margin-block:64px 48px;
  padding:50px;
  border:1px solid #dadbdd;
  border-radius:14px;
  background:#ecedef;
  position:relative;
  overflow:hidden
}
.partner h2 {
  font-size:36px;
  font-weight:600;
  letter-spacing:-1.5px;
  line-height:1.25;
  margin-top:19px
}
.partner-copy>p {
  font-size:16px;
  line-height:1.8;
  color:var(--muted);
  margin-top:19px;
  max-width:480px
}
.partner-copy .text-link {
  margin-top:23px
}
.partner-trial {
  border-left:1px solid #d3d4d6;
  padding:10px 0 10px 40px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center
}
.partner-trial h3 {
  font-size:25px;
  letter-spacing:-.8px;
  margin-top:20px
}
.partner-trial p {
  font-size:16px;
  color:var(--muted);
  line-height:1.8;
  margin-top:11px
}
.partner-trial .button {
  margin-top:24px
}
.trial-destination {
  font-size:12px;
  color:#78797b;
  margin-top:12px
}
 @media(max-width:1050px) {
  .partner {
    gap:32px;
    padding:38px
  }
  .partner h2 {
    font-size:31px
  }
  .partner-trial {
    padding-left:28px
  }

}
 @media(max-width:800px) {
  .partner {
    grid-template-columns:1fr;
    gap:28px;
    padding:30px 25px;
    margin-block:40px
  }
  .partner h2 {
    font-size:29px
  }
  .partner-trial {
    border-left:0;
    border-top:1px solid #d3d4d6;
    padding:27px 0 0
  }
  .partner-trial h3 {
    margin-top:16px
  }
  .partner-trial p br {
    display:none
  }

}
 /* Keep the hero legible: one focal report image, full document set below. */
.hero-art {
  min-width:0
}
.hero {
  grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)
}
 @media(max-width:800px) {
  .hero {
    grid-template-columns:minmax(0,1fr)
  }
  .hero-art {
    height:535px
  }

}
 @media(max-width:390px) {
  .hero-art {
    height:450px
  }

}
 /* Revision 3 — soft navigation, SVG workflow, split feature story. */
body {
  font-family:'DM Sans','Noto Sans Thai',sans-serif
}
h1,h2,h3 {
  font-family:Manrope,'Noto Sans Thai',sans-serif
}
.accent {
  color:var(--orange)
}
.nav-shell {
  top:14px;
  width:min(1080px,calc(100% - 48px))
}
.header.wrap {
  background:#f9fafce6;
  border:1px solid #dcdddf;
  border-radius:19px;
  height:76px;
  box-shadow:0 6px 26px #2b2c2e08;
  backdrop-filter:blur(22px)
}
.header:before,.header:after {
  display:none
}
.header .brand span {
  color:#848587
}
.header nav {
  color:#737476;
  gap:8px
}
.header nav a {
  padding:10px 15px;
  border-radius:9px;
  transition:background .25s,color .25s
}
.header nav a:hover {
  color:#bb5727;
  background:#ebecee
}
.header nav a[aria-current] {
  color:#ae461a;
  background:#f8e8dc
}
.nav-actions {
  gap:17px
}
.lang-toggle {
  display:flex;
  padding:3px;
  background:#e8e9eb;
  border-radius:9px
}
.lang-toggle button {
  border:0;
  background:transparent;
  color:#767779;
  padding:7px 8px;
  font-size:11px;
  border-radius:6px;
  transition:background .2s,box-shadow .2s
}
.lang-toggle button[aria-pressed=true] {
  background:#fff;
  color:#ac4f25;
  box-shadow:0 2px 5px #1f202214
}
.signin {
  background:none;
  border:1px solid #cecfd1;
  border-radius:10px;
  color:#454648;
  padding:10px 17px;
  font-size:14px
}
.signin:hover {
  background:#e6e7e9;
  color:#303133
}
.hero {
  padding-top:80px
}
.hero-art {
  height:525px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column
}
.orbit {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  fill:none;
  stroke:#d6d7d9;
  stroke-width:1;
  z-index:-1
}
.orbit-dot {
  transform-origin:280px 270px;
  animation:orbitSpin 38s linear infinite;
  fill:#e9986a;
  stroke:none
}
.source-chip {
  display:flex;
  align-items:center;
  gap:15px;
  padding:13px 19px;
  background:#fefefa;
  border:1px solid #dedfe1;
  border-radius:12px;
  box-shadow:0 8px 20px #2a2b2d08;
  font-size:12px;
  transform:rotate(-3deg);
  margin-bottom:25px;
  animation:float 7s ease-in-out infinite
}
.source-chip b {
  color:#696a6c;
  font-size:15px
}
.source-chip i {
  font-style:normal;
  font-size:21px;
  color:#8b8c8e
}
.workflow-card {
  width:340px;
  max-width:92%;
  background:#fbfcfe;
  border:1px solid white;
  border-radius:15px;
  box-shadow:0 24px 50px #30313310;
  transform:rotate(3deg);
  animation:float 8s ease-in-out infinite 1s;
  overflow:hidden
}
.workflow-head {
  padding:23px;
  border-bottom:1px solid #e6e7e9
}
.workflow-head .eyebrow {
  font-size:10px;
  letter-spacing:1.3px
}
.workflow-head h2 {
  font-size:20px;
  letter-spacing:-.6px;
  margin-top:10px
}
.workflow-row {
  display:flex;
  align-items:center;
  gap:15px;
  padding:21px 23px;
  border-bottom:1px solid #e6e7e9;
  font-size:14px
}
.workflow-row>span:first-child {
  color:#8e8f91;
  font-size:11px
}
.workflow-row b {
  margin-left:auto;
  font-size:13px;
  color:#818284
}
.workflow-foot {
  padding:15px 23px;
  background:#eeeff1;
  font-size:12px;
  color:#6b6c6e
}
.floating-note {
  position:absolute;
  bottom:19px;
  right:15px;
  background:#fefefa;
  border:1px solid #e0e1e3;
  border-radius:30px;
  padding:11px 18px;
  font-size:12px;
  box-shadow:0 5px 16px #28292b06
}
.split-section {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:center;
  gap:85px;
  padding-block:75px
}
.section-copy h2 {
  font-size:42px;
  letter-spacing:-1.8px;
  line-height:1.25;
  margin-top:18px;
  font-weight:600
}
.section-copy>p {
  font-size:16px;
  color:var(--muted);
  line-height:1.9;
  margin-top:23px;
  max-width:450px
}
.section-number {
  font-size:11px;
  letter-spacing:1.7px;
  color:#7e7f81
}
.mini-steps {
  list-style:none;
  padding:0;
  margin:27px 0;
  counter-reset:steps;
  display:flex;
  gap:18px
}
.mini-steps li {
  font-size:12px;
  line-height:1.7;
  flex:1;
  counter-increment:steps
}
.mini-steps li:before {
  content:'0' counter(steps);
  display:block;
  font-size:11px;
  color:#828385;
  border-bottom:1px solid #dadbdd;
  padding-bottom:9px;
  margin-bottom:10px
}
.import-visual {
  position:relative;
  min-height:420px;
  display:flex;
  justify-content:center;
  align-items:center
}
.grid-bg {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  mask-image:radial-gradient(ellipse,black 30%,transparent 72%)
}
.csv-panel {
  width:390px;
  max-width:92%;
  background:#fdfefa;
  border:1px solid #e0e1e3;
  border-radius:14px;
  padding:25px;
  box-shadow:0 20px 50px #32333513;
  transform:rotate(-4deg);
  position:relative
}
.file-top {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:14px
}
.file-format {
  padding:13px 8px;
  background:#e9eaec;
  border:1px solid #cecfd1;
  border-radius:6px;
  font-size:11px;
  color:#606163
}
.file-check {
  margin-left:auto;
  color:#87888a
}
.csv-table {
  margin-top:23px;
  font-size:10px;
  color:#7c7d7f
}
.csv-table>div {
  display:grid;
  grid-template-columns:1fr 1.5fr 1fr;
  gap:12px;
  border-bottom:1px solid #ecedef;
  padding:13px 0
}
.csv-table>div:first-child {
  color:#4c4d4f
}
.import-progress {
  height:4px;
  background:#e6e7e9;
  margin-top:23px;
  border-radius:3px;
  overflow:hidden
}
.import-progress span {
  display:block;
  width:100%;
  height:100%;
  background:#acadaf;
  transform-origin:left;
  animation:progress 7s ease-in-out infinite
}
.file-bottom {
  font-size:12px;
  color:#7f8082;
  margin-top:12px
}
.csv-count {
  position:absolute;
  bottom:25px;
  right:0;
  display:flex;
  gap:14px;
  align-items:center;
  background:#fffefa;
  border:1px solid #e0e1e3;
  border-radius:12px;
  padding:15px 20px;
  font-size:10px;
  letter-spacing:1px;
  box-shadow:0 8px 25px #2e2f3108
}
.csv-count strong {
  font:500 38px Manrope;
  color:var(--orange);
  line-height:1
}
.visual-caption {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  text-align:center;
  font-size:10px;
  letter-spacing:.3px;
  color:#848587
}
.report-section {
  border-top:1px solid #dfe0e2;
  padding-top:80px;
  padding-bottom:80px
}
.partner {
  margin-top:0;
  background:#ebecee;
  border:0;
  gap:65px
}
.partner-trial {
  align-items:flex-start
}
.xero-logo {
  width:320px;
  max-width:100%;
  height:auto;
  margin-left:-39px;
  margin-bottom:20px
}
.partner-trial h3 {
  margin-top:0
}
.xero-button {
  background:#fbfcfe;
  color:#393a3c;
  border:1px solid #cbccce;
  box-shadow:0 5px 12px #24252708
}
.xero-button:hover {
  background:#dfe0e2;
  color:#2f3032
}
.site-footer {
  background:#eaebed;
  border-top:1px solid #dadbdd;
  padding-top:50px;
  position:relative;
  overflow:hidden
}
.footer-main {
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:55px;
  align-items:start
}
.footer-intro h2 {
  font-size:29px;
  line-height:1.4;
  letter-spacing:-1px;
  font-weight:500;
  margin-top:23px
}
.footer-intro .brand span {
  color:#88898b
}
.contact-link {
  display:inline-block;
  font-size:14px;
  color:#747577;
  margin-top:22px
}
.footer-links {
  display:flex;
  flex-direction:column;
  gap:17px;
  padding-top:5px;
  font-size:14px
}
.footer-links .eyebrow {
  font-size:10px;
  margin-bottom:8px
}
.footer-bottom {
  margin-top:15px;
  border-color:#d6d7d9
}
.reveal {
  opacity:1;
  transform:none
}
.reveal.waiting {
  opacity:0;
  transform:translateY(18px)
}
.reveal {
  transition:opacity .7s,transform .7s
}
html[lang=th] h1 {
  font-size:clamp(36px,4vw,53px);
  letter-spacing:-1px;
  line-height:1.4
}
html[lang=th] h2 {
  letter-spacing:-.5px;
  line-height:1.45
}
html[lang=th] .hero-copy>p {
  line-height:1.95
}
html[lang=th] .header nav a {
  padding-inline:10px
}
 @keyframes orbitSpin {
  to {
    transform:rotate(360deg)
  }

}
@keyframes float {
  0%,100% {
    translate:0 0
  }
  50% {
    translate:0 -8px
  }

}
@keyframes progress {
  0%,8% {
    transform:scaleX(.18)
  }
  60%,100% {
    transform:scaleX(1)
  }

}
 @media(max-width:1100px) {
  .header nav a {
    padding-inline:10px
  }
  .nav-actions {
    gap:10px
  }
  .split-section {
    gap:38px
  }
  .section-copy h2 {
    font-size:35px
  }
  .mini-steps {
    gap:10px
  }
  .workflow-card {
    width:315px
  }
  .partner {
    gap:32px
  }
  .xero-logo {
    width:280px;
    margin-left:-35px
  }

}
 @media(max-width:800px) {
  .nav-shell {
    top:10px;
    width:calc(100% - 28px)
  }
  .header.wrap {
    height:68px;
    padding:0 14px;
    gap:10px
  }
  .header .brand {
    font-size:24px
  }
  .nav-actions {
    gap:10px
  }
  .signin {
    padding:9px 11px;
    font-size:12px
  }
  .menu {
    color:#6a6b6d
  }
  .lang-toggle button {
    font-size:10px;
    padding:6px
  }
  .mobile-nav {
    top:73px;
    border:1px solid #dedfe1;
    background:#f9fafc;
    color:#58595b;
    border-radius:13px;
    box-shadow:0 12px 25px #2b2c2e10
  }
  .mobile-nav a[aria-current] {
    color:#b65223
  }
  .hero {
    padding-top:62px
  }
  .hero-art {
    height:510px;
    margin-top:20px
  }
  .workflow-card {
    width:310px
  }
  .floating-note {
    right:5px;
    bottom:7px
  }
  .split-section {
    grid-template-columns:1fr;
    padding-block:48px;
    gap:25px
  }
  .section-copy h2 {
    font-size:33px
  }
  .section-copy>p {
    margin-top:18px
  }
  .import-visual {
    order:2;
    min-height:395px
  }
  .csv-panel {
    padding:20px
  }
  .csv-count {
    bottom:16px
  }
  .mini-steps {
    gap:14px
  }
  .mini-steps li {
    font-size:12px
  }
  .report-section {
    padding-top:48px
  }
  .partner {
    margin-top:0;
    gap:26px
  }
  .partner-trial {
    align-items:flex-start
  }
  .xero-logo {
    width:300px;
    margin-left:-37px;
    margin-bottom:21px
  }
  .footer-main {
    grid-template-columns:1fr 1fr;
    gap:35px 25px
  }
  .footer-intro {
    grid-column:1/-1
  }
  .footer-intro h2 {
    font-size:28px
  }
  .footer-links {
    font-size:13px
  }
  .footer-links .eyebrow {
    font-size:10px
  }
  .footer-bottom>div {
    gap:16px
  }
  .site-footer {
    padding-top:37px
  }
  html[lang=th] .section-copy h2 {
    font-size:30px
  }
  .reassurance {
    font-size:10px
  }

}
 @media(prefers-reduced-motion:reduce) {
  .reveal.waiting {
    opacity:1;
    transform:none
  }

}
 h1>span {
  color:var(--ink)
}
h1>.accent {
  color:var(--orange)
}
.button>[data-en] {
  font-size:14px;
  line-height:1.5
}
 .import-visual,.section-copy {
  min-width:0
}
.csv-panel {
  width:min(390px,92%)
}
 @media(max-width:800px) {
  .split-section {
    grid-template-columns:minmax(0,1fr)
  }

}
 /* Practice-focused positioning and compact tier pricing. */
.hero-copy>.eyebrow {
  font-size:10px;
  letter-spacing:1.1px
}
.partner-chip {
  min-width:245px
}
.workflow-row {
  font-size:13px
}
.workflow-row>span:nth-child(2) {
  max-width:230px
}
 .pricing {
  margin-block:20px 70px;
  padding:48px 50px;
  background:#ecedef;
  border:1px solid #dbdcde;
  border-radius:17px
}
.pricing h2 {
  font-size:37px;
  line-height:1.24;
  letter-spacing:-1.4px;
  font-weight:600;
  margin-top:15px
}
.pricing h2 br {
  display:none
}
.pricing h2>span+br+span:before {
  content:' '
}
 @media(max-width:1050px) {
  .pricing {
    padding:38px
  }
  .hero-copy>.eyebrow {
    font-size:9px
  }
  .pricing h2 {
    font-size:33px
  }

}
 @media(max-width:800px) {
  .pricing {
    padding:29px 23px;
    margin-block:20px 42px
  }
  .pricing h2 {
    font-size:30px
  }
  .pricing h2 br {
    display:block
  }
  .hero-copy>.eyebrow {
    font-size:9px;
    letter-spacing:.7px
  }
  .workflow-row {
    font-size:13px
  }
  html[lang=th] .hero h1 {
    font-size:33px;
    line-height:1.45
  }

}
 /* Final composition review: original Xero asset, open pricing, aligned paper previews. */
.source-chip.partner-chip {
  transform:none;
  animation:none;
  gap:0;
  min-width:0;
  width:285px;
  height:75px;
  padding:15px 24px;
  background:#fffef9;
  position:relative;
  justify-content:flex-end;
  box-shadow:0 10px 28px #2a2b2d0a
}
.partner-chip img {
  position:absolute;
  width:300px;
  height:auto;
  max-width:none;
  left:-13px;
  top:23px;
  pointer-events:none
}
.partner-chip>span {
  font-size:13px;
  letter-spacing:.2px;
  color:#68696b;
  padding-left:16px;
  border-left:1px solid #dedfe1;
  margin-left:120px;
  white-space:nowrap
}
.pricing {
  position:relative;
  isolation:isolate;
  background:transparent;
  border:0;
  border-top:1px solid #dfe0e2;
  border-radius:0;
  margin-block:0 65px;
  padding:75px 0 70px;
  overflow:hidden
}
.pricing h2 {
  font-size:42px;
  font-weight:600;
  line-height:1.25;
  letter-spacing:-1.8px;
  margin-top:18px
}
.pricing h2 br {
  display:block
}
.pricing h2>span:last-child {
  color:var(--orange)
}
.pricing+.partner {
  margin-top:0
}
 @media(max-width:1100px) {
  .pricing h2 {
    font-size:35px
  }

}
 @media(max-width:800px) {
  .pricing {
    padding-block:48px 35px;
    margin-bottom:35px
  }
  .pricing h2 {
    font-size:33px
  }
  .source-chip.partner-chip {
    width:270px
  }
  .partner-chip img {
    width:285px;
    top:24px
  }
  .partner-chip>span {
    font-size:12px
  }

}
 /* Revision 6: neutral pearl, customer marks, AI process, two-plan pricing. */
:root {
  --paper:#f8f9fa;
  --surface:#f0f2f4;
  --ink:#272c32;
  --muted:#69717a;
  --line:#e0e4e8
}
.trust {
  background:#f1f3f5
}
.trust-inner {
  height:108px
}
.trust-label {
  font-size:10px;
  letter-spacing:.8px
}
.trust-label strong {
  display:block;
  font-size:13px;
  letter-spacing:0;
  margin-top:5px
}
.logo-group {
  gap:24px;
  padding-right:24px
}
.customer-logo {
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:160px;
  height:64px;
  flex:none
}
.customer-logo img {
  width:128px;
  height:43px;
  object-fit:contain;
  display:block
}
.customer-logo.square img {
  width:94px;
  height:48px
}
.customer-logo.inverse {
  background:#323b46;
  border-radius:8px;
  width:154px;
  height:62px
}
.customer-logo.inverse img {
  width:104px;
  height:43px
}
.logo-track {
  animation-duration:38s
}
.ai-section {
  padding-block:65px 80px;
  border-top:1px solid var(--line)
}
.ai-heading {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:70px;
  align-items:end
}
.ai-heading h2 {
  font-size:39px;
  line-height:1.28;
  letter-spacing:-1.6px;
  font-weight:600;
  margin-top:18px
}
.ai-heading h2>span:last-child {
  color:var(--orange)
}
.ai-heading>p {
  font-size:16px;
  line-height:1.9;
  color:var(--muted);
  max-width:420px
}
.ai-flow {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  position:relative;
  margin-top:45px;
  gap:35px
}
.ai-connector {
  position:absolute;
  top:13px;
  width:100%;
  height:100px;
  fill:none;
  stroke:#d7dce1;
  stroke-width:1;
  pointer-events:none
}
.ai-pulse {
  stroke:#e4a07b;
  stroke-width:2;
  stroke-dasharray:14 350;
  animation:flow 15s linear infinite
}
.ai-step {
  position:relative;
  text-align:center
}
.ai-step-num {
  position:absolute;
  left:15px;
  top:8px;
  font-size:11px;
  color:#8a929c
}
.ai-icon {
  width:100px;
  height:100px;
  margin:auto;
  background:#fbfcfd;
  border:1px solid #e2e6e9;
  border-radius:22px;
  display:grid;
  place-items:center;
  box-shadow:0 8px 22px #28313c06;
  position:relative;
  overflow:hidden
}
.ai-icon svg {
  width:47px;
  height:47px;
  stroke:#7c8996;
  stroke-width:1.3;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round
}
.scan-line {
  position:absolute;
  left:21px;
  right:21px;
  top:24px;
  height:1px;
  background:#e98a54;
  box-shadow:0 0 8px #e98a5430;
  animation:scan 5s ease-in-out infinite
}
.ai-step h3 {
  font-size:19px;
  margin-top:25px;
  font-weight:600;
  letter-spacing:-.4px
}
.ai-step p {
  font-size:14px;
  color:var(--muted);
  line-height:1.8;
  margin-top:9px
}
.report-list {
  list-style:none;
  margin:26px 0 0;
  padding:0
}
.report-list li {
  display:flex;
  gap:17px;
  padding:17px 0;
  border-bottom:1px solid var(--line);
  font-size:15px;
  line-height:1.7
}
.report-list li>span:first-child {
  font-size:11px;
  color:#919aa4;
  padding-top:4px
}
.report-small {
  font-size:12px!important;
  margin-top:20px!important;
  line-height:1.8!important
}
.pricing {
  padding-block:65px 70px;
  overflow:visible
}
.pricing-two-layout {
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:75px;
  align-items:center
}
.pricing-editorial h2 {
  font-size:40px;
  line-height:1.3;
  letter-spacing:-1.5px
}
.pricing-editorial h2>span:last-child {
  color:var(--ink)
}
.pricing-editorial>p {
  font-size:16px;
  line-height:1.9;
  color:var(--muted);
  margin-top:20px;
  max-width:360px
}
.plan-inclusions {
  list-style:none;
  padding:0;
  margin:28px 0 0;
  display:grid;
  gap:13px;
  font-size:14px;
  color:#57626c
}
.plan-cards {
  display:grid;
  gap:19px
}
.plan-card {
  padding:27px 30px;
  border:1px solid #e0e4e9;
  border-radius:12px;
  background:#fff;
  box-shadow:0 6px 18px #27334103
}
.plan-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px
}
.plan-top h3 {
  font-size:18px;
  font-weight:600
}
.plan-top>span {
  font-size:11px;
  color:#8a939d
}
.monthly-controls {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-top:22px;
  font-size:12px;
  color:#6c7681
}
.stepper {
  display:flex;
  align-items:center;
  flex:none;
  border:1px solid #e0e5e9;
  border-radius:7px;
  overflow:hidden
}
.stepper button {
  width:28px;
  height:32px;
  border:0;
  background:#f4f6f8;
  color:#596673
}
.stepper input {
  width:53px;
  height:32px;
  border:0;
  text-align:center;
  background:#fff;
  color:#353f49;
  font:500 13px 'DM Sans',sans-serif;
  appearance:textfield;
  -moz-appearance:textfield
}
.stepper input::-webkit-inner-spin-button {
  appearance:none
}
#org-slider {
  width:100%;
  margin:18px 0 0;
  accent-color:var(--orange);
  cursor:pointer
}
.range-labels {
  display:flex;
  justify-content:space-between;
  font-size:10px;
  color:#8f98a1;
  margin-top:2px
}
.plan-price {
  display:flex;
  align-items:baseline;
  gap:13px;
  margin-top:16px;
  flex-wrap:wrap
}
.plan-price strong {
  font:500 40px Manrope,sans-serif;
  letter-spacing:-1.6px
}
.plan-price>span {
  font-size:12px;
  color:#7a8590
}
.plan-total {
  font-size:12px;
  color:#858e98;
  margin-top:4px
}
.plan-top>.saving {
  background:#ffeddf;
  color:#b75827;
  border-radius:20px;
  padding:6px 10px;
  font-size:10px;
  font-weight:600
}
.yearly {
  border-color:#d6dce2;
  background:#f2f4f6
}
.annual-price {
  display:flex;
  flex-direction:column;
  gap:7px;
  margin-top:20px
}
.annual-price strong {
  font:500 34px Manrope,sans-serif;
  letter-spacing:-1px
}
.annual-price>span {
  font-size:12px;
  color:#7d8893
}
.annual-pending {
  font-size:12px;
  color:#8b959f;
  margin-top:15px
}
.motion-paused * {
  animation-play-state:paused!important
}
.site-footer {
  background:#f0f2f4
}
.partner {
  background:#eff2f4
}
.header.wrap {
  background:#fcfdfee8
}
.source-chip.partner-chip {
  background:#fff
}
.workflow-card,.workflow-row {
  background:#fff
}
.workflow-foot {
  background:#f0f3f6
}
.csv-panel {
  background:#fff
}
.csv-count {
  background:#fff
}
.floating-note {
  background:#fff
}
 @keyframes scan {
  0%,100% {
    transform:translateY(0);
    opacity:.3
  }
  50% {
    transform:translateY(50px);
    opacity:1
  }

}
 @media(max-width:1100px) {
  .ai-heading {
    gap:38px
  }
  .ai-heading h2 {
    font-size:34px
  }
  .pricing-two-layout {
    gap:38px
  }
  .pricing-editorial h2 {
    font-size:35px
  }
  .plan-card {
    padding:23px
  }
  .ai-flow {
    gap:20px
  }

}
 @media(max-width:800px) {
  .ai-section {
    padding-block:45px 50px
  }
  .ai-heading {
    grid-template-columns:1fr;
    gap:18px
  }
  .ai-heading h2 {
    font-size:31px
  }
  .ai-heading>p {
    font-size:16px
  }
  .ai-flow {
    grid-template-columns:1fr;
    gap:25px;
    margin-top:30px
  }
  .ai-connector {
    display:none
  }
  .ai-step {
    display:grid;
    grid-template-columns:80px 1fr;
    column-gap:18px;
    text-align:left;
    align-items:center
  }
  .ai-icon {
    width:80px;
    height:80px;
    grid-row:1/3;
    border-radius:18px
  }
  .ai-step h3 {
    margin:0;
    align-self:end;
    font-size:18px
  }
  .ai-step p {
    margin-top:5px;
    align-self:start;
    font-size:13px
  }
  .ai-step-num {
    display:none
  }
  .scan-line {
    left:15px;
    right:15px;
    top:14px
  }
  .pricing-two-layout {
    grid-template-columns:1fr;
    gap:28px
  }
  .pricing-editorial h2 {
    font-size:32px
  }
  .pricing-editorial>p {
    max-width:none
  }
  .plan-inclusions {
    margin-top:20px;
    font-size:13px;
    gap:10px
  }
  .plan-card {
    padding:24px
  }
  .monthly-controls {
    font-size:11px
  }
  .plan-price strong {
    font-size:37px
  }
  .annual-price strong {
    font-size:31px
  }
  .trust-inner {
    gap:17px;
    height:100px
  }
  .trust-label {
    font-size:8px;
    max-width:95px;
    letter-spacing:.3px
  }
  .trust-label strong {
    font-size:11px
  }
  .customer-logo {
    width:137px
  }
  .logo-group {
    gap:18px;
    padding-right:18px
  }
  .customer-logo.inverse {
    width:130px;
    height:57px
  }
  .customer-logo img {
    width:114px;
    height:39px
  }
  .customer-logo.square img {
    width:80px;
    height:44px
  }
  .customer-logo.inverse img {
    width:94px;
    height:40px
  }
  .pricing {
    padding-top:45px
  }

}
 .annual-unit {
  font:400 12px 'DM Sans','Noto Sans Thai',sans-serif;
  letter-spacing:0;
  color:#7d8893;
  display:block;
  margin-top:8px
}
.annual-pending s {
  margin-right:8px
}
 .customer-logo.inverse {
  background:transparent;
  border-radius:0
}
.customer-logo.inverse img {
  filter:brightness(0);
  opacity:.72
}
 #org-slider {
  appearance:none;
  height:5px;
  border-radius:8px;
  background:#dce2e8;
  display:block
}
#org-slider::-webkit-slider-thumb {
  appearance:none;
  width:15px;
  height:15px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 3px #ec773d14
}
#org-slider::-moz-range-thumb {
  width:15px;
  height:15px;
  border:0;
  border-radius:50%;
  background:var(--orange)
}
 .signin {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding-inline:17px;
  min-height:40px
}
.signin>span {
  margin:0!important
}
 @media(max-width:800px) {
  .signin {
    padding-inline:12px;
    min-height:36px
  }

}
 /* Reports: code-native output library, visually aligned with Import and AI booking. */
.report-visual {
  min-height:515px;
  position:relative;
  display:grid;
  place-items:center;
  padding:30px 33px 44px;
  background-image:radial-gradient(#d9dfe4 0.7px,transparent 0.7px);
  background-size:24px 24px;
  background-position:center;
  mask-image:linear-gradient(to right,transparent,#000 12%,#000 88%,transparent)
}
.report-visual>.visual-caption {
  position:absolute;
  bottom:8px;
  left:0;
  right:0;
  text-align:center;
  font-size:10px;
  letter-spacing:.25px;
  color:#89939c
}
 @media(max-width:800px) {
  .report-visual {
    min-height:445px;
    padding:22px 16px 42px
  }
  .report-visual>.visual-caption {
    bottom:3px
  }

}
 .report-visual {
  mask-image:none
}
 /* Reference-led document composition: transparent WebP over the existing pearl canvas. */
.report-visual {
  min-height:455px;
  padding:20px 18px 36px;
  background-image:radial-gradient(#d9dfe4 0.65px,transparent 0.65px);
  background-size:25px 25px;
  position:relative;
  display:grid;
  place-items:center
}
 .report-document-img {
  display:block;
  width:min(100%,510px);
  height:auto;
  object-fit:contain;
  filter:none
}
 .report-visual>.visual-caption {
  bottom:8px
}
 @media(max-width:800px) {
  .report-visual {
    min-height:340px;
    padding:14px 6px 32px
  }
  .report-document-img {
    width:min(100%,420px)
  }
  .report-visual>.visual-caption {
    bottom:3px
  }

}
 /* Keep the full paper silhouettes visible at all breakpoints. */
.report-document-img {
  width:min(100%,470px)
}
 @media(max-width:800px) {
  .report-document-img {
    width:min(100%,390px)
  }

}
 /* Reduce backdrop compositing while scrolling on smaller screens. */
@media(max-width:800px) {
  .header.wrap {
    backdrop-filter:none;
    background:#fcfdfff5
  }

}

/* Consent is a quiet, non-blocking panel. The page remains usable when declined. */
.cookie-consent[hidden] {
  display:none
}
.cookie-consent {
  position:fixed;
  z-index:100;
  right:clamp(16px,3vw,40px);
  bottom:clamp(16px,3vw,32px);
  width:min(390px,calc(100vw - 32px));
  padding:23px 24px 20px;
  border:1px solid #e0e4e8;
  border-radius:16px;
  background:#fff;
  color:#272c32;
  box-shadow:0 18px 60px #28313c24,0 2px 8px #28313c0a;
  font-family:'DM Sans','Noto Sans Thai',sans-serif
}
.cookie-heading {
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px
}
.cookie-icon {
  display:grid;
  place-items:center;
  flex:none;
  width:48px;
  height:48px;
  border-radius:13px;
  background:#fff6f0
}
.cookie-icon svg {
  width:36px;
  height:36px
}
.cookie-eyebrow {
  display:block;
  margin-bottom:2px;
  color:#a8491c;
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em
}
.cookie-consent h2 {
  font-family:Manrope,'Noto Sans Thai',sans-serif;
  font-size:19px;
  line-height:1.3;
  letter-spacing:-.03em
}
.cookie-consent p {
  color:#5d6771;
  font-size:13px;
  line-height:1.65
}
.cookie-actions {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:20px
}
.cookie-actions button {
  min-height:44px;
  border-radius:8px;
  padding:9px 12px;
  font-size:12px;
  font-weight:700;
  white-space:nowrap
}
.cookie-accept {
  border:1px solid #b94d1e;
  background:#b94d1e;
  color:white
}
.cookie-accept:hover {
  background:#9d3e17
}
.cookie-reject {
  border:1px solid #cbd2d8;
  background:#fff;
  color:#272c32
}
.cookie-reject:hover {
  background:#f2f4f6
}
.cookie-policy {
  display:inline-block;
  margin-top:15px;
  color:#57626d;
  font-size:12px;
  text-decoration:underline;
  text-underline-offset:3px
}
.cookie-settings {
  border:0;
  padding:0;
  background:none;
  color:inherit;
  font:inherit;
  text-align:left
}
.cookie-settings:hover {
  color:#bb511f
}
@media(max-width:480px) {
  .cookie-consent {
    right:12px;
    bottom:12px;
    width:calc(100vw - 24px);
    padding:19px 18px 17px
  }
  .cookie-actions {
    gap:7px
  }
  .cookie-actions button {
    padding-inline:6px;
    font-size:11px
  }
}

/* The full policy grows from the cookie panel, then folds back to it. */
.privacy-dialog {
  position:fixed;
  inset:0;
  width:min(850px,calc(100vw - 48px));
  height:min(760px,calc(100dvh - 64px));
  max-width:none;
  max-height:none;
  margin:auto;
  padding:0;
  overflow:hidden;
  border:1px solid #dce2e7;
  border-radius:18px;
  background:#fff;
  color:#272c32;
  box-shadow:0 30px 100px #20293335;
  transform-origin:center;
  font-family:'DM Sans','Noto Sans Thai',sans-serif
}
.privacy-dialog::backdrop {
  background:rgba(28,35,42,.54);
  transition:background-color .25s ease
}
.privacy-dialog.closing::backdrop {
  background:rgba(28,35,42,0)
}
.privacy-dialog-inner {
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:0
}
.privacy-dialog-header {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:24px;
  flex:none;
  padding:29px 36px 25px;
  border-bottom:1px solid #e3e7ea;
  background:#fff
}
.privacy-kicker {
  display:block;
  margin-bottom:7px;
  color:#ae4d20;
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em
}
.privacy-dialog-header h2 {
  font-family:Manrope,'Noto Sans Thai',sans-serif;
  font-size:clamp(25px,3vw,34px);
  line-height:1.25;
  letter-spacing:-.035em
}
.privacy-dialog-header p {
  margin-top:6px;
  color:#67717b;
  font-size:13px
}
.privacy-close {
  display:grid;
  place-items:center;
  flex:none;
  width:40px;
  height:40px;
  border:1px solid #dce2e7;
  border-radius:9px;
  background:#fff;
  color:#4b5660
}
.privacy-close:hover {
  background:#f4f6f7;
  color:#272c32
}
.privacy-close svg {
  width:18px;
  height:18px
}
.privacy-dialog-scroll {
  flex:1;
  min-height:0;
  overflow:auto;
  overscroll-behavior:contain;
  padding:28px 36px 44px;
  scrollbar-color:#c5cdd3 transparent
}
.privacy-document {
  max-width:70ch;
  margin-inline:auto;
  font-family:'Noto Sans Thai','DM Sans',sans-serif;
  font-size:14px;
  line-height:1.85;
  color:#3d4852
}
.privacy-document .policy-list {
  margin:0;
  padding-left:1.65em
}
.privacy-document li {
  padding-left:.35em;
  margin:0 0 14px
}
.privacy-document .policy-list>li {
  margin-bottom:27px
}
.privacy-document .policy-list>li::marker {
  color:#b7562a;
  font-weight:700
}
.privacy-document strong {
  color:#272c32;
  font-size:15px;
  font-weight:700
}
.privacy-document p {
  margin:7px 0 0
}
.privacy-document ol,.privacy-document ul {
  margin:11px 0 0;
  padding-left:1.5em
}
.privacy-dialog-footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex:none;
  padding:15px 36px;
  border-top:1px solid #e3e7ea;
  background:#f8f9fa;
  font-size:11px;
  color:#69737c
}
.privacy-dialog-footer a {
  flex:none;
  color:#a8491c;
  font-weight:700
}
@media(max-width:600px) {
  .privacy-dialog {
    width:calc(100vw - 20px);
    height:calc(100dvh - 30px);
    border-radius:15px
  }
  .privacy-dialog-header {
    padding:22px 21px 19px
  }
  .privacy-dialog-scroll {
    padding:20px 21px 32px
  }
  .privacy-dialog-footer {
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
    padding:12px 21px
  }
  .privacy-document {
    font-size:13px
  }
}
.plan-note {
  font-size:12px;
  color:var(--muted)
}
.contact-link+.contact-link {
  margin-left:18px
}
.footer-address {
  margin-top:12px;
  font-size:14px;
  font-style:normal;
  line-height:1.7;
  color:#747577
}
/* Short policies (refunds) size the dialog to their text instead of the full reading height. */
.privacy-dialog.policy-short {
  height:fit-content;
  max-height:min(760px,calc(100dvh - 64px))
}
/* Standalone policy pages (/privacy-policy, /refund-policy) for direct visits and crawlers. */
.policy-page {
  background:var(--paper);
  color:var(--ink)
}
.policy-page-main {
  max-width:760px;
  padding:40px 0 72px
}
body.policy-page h1 {
  font-size:34px;
  line-height:1.35;
  letter-spacing:-1px;
  margin-top:40px
}
.policy-page-lede,.policy-page-note {
  font-size:13px;
  color:var(--muted);
  margin-top:10px
}
.policy-page-lede a,.policy-page-note a {
  color:#a8491c;
  text-decoration:underline;
  text-underline-offset:3px
}
.policy-page .privacy-document {
  max-width:none;
  margin:32px 0 0
}
.policy-page-note {
  margin-top:40px
}
@media(max-width:480px) {
  body.policy-page h1 {
    font-size:28px
  }
}
