:root {
  --ink: #082f49; --muted: #536575; --green: #08783f; --green-bright: #12ad61;
  --navy: #0b3d76; --sky: #e8f5ff; --mint: #e8f8ef; --line: #d9e5e7;
  --paper: #ffffff; --canvas: #f4f9f7;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif; font-size: 16px; line-height: 1.7; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; height: 76px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgb(217 229 231 / 75%); background: rgb(255 255 255 / 88%); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.25rem; font-weight: 900; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 12px; }
.header-link { border-radius: 999px; background: var(--navy); color: white; padding: 9px 16px; text-decoration: none; font-size: .9rem; font-weight: 800; box-shadow: 0 7px 20px rgb(11 61 118 / 18%); transition: .2s ease; }
.header-link:hover { background: #092f5c; transform: translateY(-1px); }
.hero { padding: 88px 24px 78px; text-align: center; background: radial-gradient(circle at 14% 12%, rgb(18 173 97 / 17%), transparent 26rem), radial-gradient(circle at 86% 10%, rgb(49 146 222 / 18%), transparent 27rem), linear-gradient(180deg, #fff 0%, #f7fcfa 100%); border-bottom: 1px solid var(--line); }
.eyebrow { width: fit-content; margin: 0 auto 15px; display: flex; align-items: center; gap: 7px; color: var(--green); background: var(--mint); border: 1px solid #c7ead6; border-radius: 999px; padding: 6px 12px; font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
h1 { margin: 0; font-size: clamp(2.5rem, 7vw, 5.5rem); line-height: .98; letter-spacing: -.065em; font-weight: 950; }
.hero-copy { max-width: 690px; margin: 24px auto 18px; color: var(--muted); font-size: clamp(1.05rem, 2.2vw, 1.32rem); line-height: 1.55; }
.meta-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; color: #687987; font-size: .88rem; font-weight: 700; }
.policy-layout { display: grid; grid-template-columns: 220px minmax(0, 780px); gap: 58px; max-width: 1120px; margin: 0 auto; padding: 64px 24px 100px; }
.toc { position: sticky; top: 108px; align-self: start; }
.toc > p { margin: 0 0 12px; font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--green); }
.toc nav { display: grid; border-left: 2px solid var(--line); }
.toc a { color: #61717e; padding: 6px 0 6px 17px; text-decoration: none; font-size: .9rem; font-weight: 700; }
.toc a:hover { color: var(--navy); border-left: 2px solid var(--navy); margin-left: -2px; }
.policy { min-width: 0; }
.policy-section { scroll-margin-top: 96px; margin-bottom: 22px; padding: 36px 40px; background: var(--paper); border: 1px solid var(--line); border-radius: 25px; box-shadow: 0 13px 36px rgb(8 47 73 / 5%); }
.section-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 22px; }
.section-heading > svg { width: 46px; height: 46px; padding: 11px; flex: none; color: var(--green); background: var(--mint); border-radius: 15px; stroke-width: 2.4; }
.section-heading div { display: flex; align-items: baseline; gap: 11px; }
.section-heading span { color: var(--green-bright); font-weight: 900; font-size: .78rem; letter-spacing: .06em; }
h2 { margin: 0; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.15; letter-spacing: -.035em; }
p { margin: 0 0 16px; } p:last-child { margin-bottom: 0; }
ul, ol { margin: 12px 0 0; padding-left: 1.3rem; }
li { margin: 0 0 13px; padding-left: 4px; } li::marker { color: var(--green-bright); font-weight: 900; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.promise-grid > div { display: grid; align-content: start; gap: 7px; padding: 20px; border-radius: 18px; background: #f6fbf8; border: 1px solid #dceee4; }
.promise-grid svg { color: var(--green); } .promise-grid strong { font-size: .95rem; } .promise-grid span { color: var(--muted); font-size: .84rem; line-height: 1.45; }
.notice { display: flex; gap: 12px; align-items: flex-start; margin-top: 24px; padding: 17px 18px; border-radius: 16px; color: #123e63; background: var(--sky); border: 1px solid #cde8fb; }
.notice svg { flex: none; margin-top: 3px; } .notice p { font-size: .92rem; }
.provider-list { display: grid; gap: 10px; margin: 20px 0 25px; }
.provider-list > div { padding: 17px 18px; border-radius: 15px; background: #f7fafb; border-left: 4px solid var(--navy); }
.provider-list p { color: var(--muted); margin-top: 3px; font-size: .92rem; line-height: 1.5; }
.rights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 28px; }
.deletion-section { border-color: #b8dfca; background: linear-gradient(145deg, #fff 50%, #effaf4); }
.deletion-section ol { counter-reset: delete-step; list-style: none; padding: 0; }
.deletion-section ol li { counter-increment: delete-step; display: flex; gap: 13px; align-items: flex-start; }
.deletion-section ol li::before { content: counter(delete-step); display: grid; place-items: center; flex: 0 0 29px; height: 29px; border-radius: 50%; color: white; background: var(--green); font-weight: 900; font-size: .82rem; }
.contact-section { border-color: #bfd8ee; }
.deletion-request { display: flex; gap: 22px; align-items: center; justify-content: space-between; margin-top: 26px; padding: 20px; border: 1px solid #b7dac7; border-radius: 18px; background: #fff; }
.deletion-request p { max-width: 480px; margin: 5px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.deletion-request a { flex: none; border-radius: 999px; background: var(--green); color: #fff; padding: 10px 16px; text-decoration: none; font-size: .86rem; font-weight: 900; }
.contact-email { display: inline-block; margin: 3px 0 14px; color: var(--navy); font-size: 1.12rem; font-weight: 900; text-underline-offset: 4px; }
.contact-note { color: var(--muted); font-size: .92rem; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; padding: 32px max(24px, calc((100vw - 1120px) / 2)); color: #5c6e7d; background: #eaf3f0; border-top: 1px solid var(--line); font-size: .86rem; }
footer p { margin: 0; } footer > a { justify-self: end; color: var(--navy); font-weight: 800; text-decoration: none; } .footer-brand img { width: 34px; height: 34px; border-radius: 10px; }
@media (max-width: 860px) {
  .policy-layout { display: block; padding-top: 34px; }
  .toc { position: static; margin-bottom: 28px; padding: 18px 20px; border-radius: 18px; background: white; border: 1px solid var(--line); }
  .toc nav { grid-template-columns: 1fr 1fr; border: 0; } .toc a { padding: 5px 8px; } .toc a:hover { margin: 0; border: 0; }
  footer { grid-template-columns: 1fr auto; } footer p { display: none; }
}
@media (max-width: 600px) {
  body { font-size: 15px; } .site-header { height: 68px; padding: 0 16px; } .brand img { width: 38px; height: 38px; }
  .header-link { padding: 8px 13px; font-size: .82rem; } .hero { padding: 66px 20px 56px; }
  .policy-layout { padding: 24px 14px 70px; } .policy-section { padding: 26px 21px; border-radius: 20px; }
  .section-heading { align-items: flex-start; } .section-heading div { display: block; } .section-heading span { display: block; margin-bottom: 3px; }
  .promise-grid, .rights-grid { grid-template-columns: 1fr; } .toc nav { grid-template-columns: 1fr; }
  .deletion-request { display: block; } .deletion-request a { display: inline-block; margin-top: 16px; }
}
@media (prefers-reduced-motion: no-preference) { .policy-section { animation: reveal .5s ease both; } @keyframes reveal { from { opacity: 0; transform: translateY(10px); } } }

/* Guali public homepage */
.home-page { overflow: hidden; background: #fff; }
.home-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 76px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgb(217 229 231 / 72%); background: rgb(255 255 255 / 90%); backdrop-filter: blur(18px); }
.home-header nav { display: flex; gap: 30px; }
.home-header nav a { color: #506475; text-decoration: none; font-size: .9rem; font-weight: 800; }
.home-header nav a:hover { color: var(--green); }
.home-nav-cta { justify-self: end; display: inline-flex; align-items: center; gap: 7px; padding: 9px 15px; border-radius: 999px; color: white; background: var(--navy); text-decoration: none; font-size: .86rem; font-weight: 900; box-shadow: 0 8px 24px rgb(11 61 118 / 17%); }
.home-nav-cta svg, .primary-action svg, .privacy-banner > a svg, .home-cta a svg { width: 16px; }
.home-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: clamp(48px, 7vw, 96px); align-items: center; max-width: 1228px; min-height: 760px; margin: 0 auto; padding: 92px 24px 110px; }
.home-hero::before { content: ""; position: absolute; z-index: 0; width: 620px; height: 620px; right: -210px; top: 20px; border-radius: 50%; background: radial-gradient(circle, rgb(18 173 97 / 13%), transparent 68%); }
.home-hero-copy, .conversation-demo { position: relative; z-index: 1; }
.home-eyebrow, .section-kicker { width: fit-content; display: flex; align-items: center; gap: 8px; color: var(--green); font-size: .77rem; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }
.home-eyebrow { margin-bottom: 20px; padding: 7px 12px; border: 1px solid #c8ebd7; border-radius: 999px; background: var(--mint); }
.home-eyebrow svg, .section-kicker svg { width: 17px; }
.home-hero h1 { max-width: 680px; font-size: clamp(3.45rem, 6.5vw, 6.25rem); line-height: .92; letter-spacing: -.075em; }
.home-hero h1 em { color: var(--green); font-style: normal; }
.home-hero-copy > p { max-width: 630px; margin: 28px 0 30px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; }
.primary-action, .secondary-action { display: inline-flex; align-items: center; gap: 8px; padding: 13px 19px; border-radius: 999px; text-decoration: none; font-size: .9rem; font-weight: 950; }
.primary-action { color: white; background: var(--green); box-shadow: 0 12px 30px rgb(8 120 63 / 22%); }
.secondary-action { color: var(--navy); border: 1px solid #cfdee9; background: #fff; }
.trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; color: #617383; font-size: .78rem; font-weight: 800; }
.trust-line span { display: flex; align-items: center; gap: 4px; }
.trust-line svg { width: 15px; color: var(--green); stroke-width: 3; }
.conversation-demo { padding: 20px; border: 1px solid #d9e8e2; border-radius: 32px; background: rgb(255 255 255 / 92%); box-shadow: 0 30px 80px rgb(8 47 73 / 15%); transform: rotate(1.1deg); }
.demo-topbar { display: flex; align-items: center; justify-content: space-between; padding: 5px 5px 16px; }
.demo-agent { display: flex; align-items: center; gap: 10px; }
.demo-agent img { width: 48px; height: 48px; border-radius: 15px; object-fit: contain; box-shadow: 0 6px 15px rgb(8 120 63 / 12%); }
.demo-agent span { display: grid; line-height: 1.2; }
.demo-agent strong { font-size: .9rem; }
.demo-agent small { color: var(--muted); font-size: .73rem; margin-top: 3px; }
.live-pill { display: flex; align-items: center; gap: 6px; padding: 5px 9px; color: var(--green); background: var(--mint); border-radius: 999px; font-size: .68rem; font-weight: 900; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 4px rgb(18 173 97 / 13%); }
.demo-conversation { display: grid; gap: 14px; padding: 20px 5px; border-top: 1px solid #eef3f2; }
.demo-bubble { position: relative; display: grid; max-width: 83%; padding: 15px 17px; border-radius: 20px; line-height: 1.4; }
.demo-bubble .speaker { display: flex; align-items: center; gap: 5px; margin-bottom: 7px; color: #688093; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.demo-bubble .speaker svg { width: 14px; }
.demo-bubble strong { font-size: .95rem; }
.demo-bubble small { margin-top: 3px; color: var(--muted); font-size: .77rem; }
.tutor-bubble { background: #edf8f2; border-bottom-left-radius: 6px; }
.learner-bubble { justify-self: end; background: #eaf4fd; border-bottom-right-radius: 6px; }
.bubble-audio { position: absolute; width: 16px; right: 12px; top: 12px; color: var(--green); }
.reply-card { display: grid; margin: 4px 5px 16px; padding: 13px 15px; border: 1px solid #d7e5ee; border-radius: 15px; background: #f8fbfd; line-height: 1.45; }
.reply-card span { color: var(--navy); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.reply-card strong { font-size: .84rem; }.reply-card small { color: var(--muted); font-size: .73rem; }
.demo-input { display: flex; align-items: center; justify-content: space-between; padding: 9px 9px 9px 16px; color: #8493a0; border: 1px solid #d8e3e5; border-radius: 999px; font-size: .78rem; }
.mic-button { display: grid; place-items: center; width: 36px; height: 36px; color: white; background: var(--green); border-radius: 50%; }.mic-button svg { width: 16px; }
.demo-glow { position: absolute; z-index: -1; inset: 20% -20% -16% 5%; background: radial-gradient(circle, rgb(77 158 222 / 25%), transparent 68%); filter: blur(20px); }
.home-signal { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1180px; margin: 0 auto; border: 1px solid #d9e6e4; border-radius: 25px; background: #f7fbf9; overflow: hidden; }
.home-signal div { display: grid; padding: 23px 27px; border-right: 1px solid #d9e6e4; }.home-signal div:last-child { border: 0; }
.home-signal strong { color: var(--green); font-size: 1.12rem; }.home-signal span { color: var(--muted); font-size: .75rem; font-weight: 700; }
.home-section { max-width: 1180px; margin: 0 auto; padding: 112px 24px; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin: 12px 0 42px; }
.section-intro h2, .language-heading h2, .steps-copy h2, .privacy-banner h2, .maker-section h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.02; letter-spacing: -.055em; }
.section-intro p { max-width: 480px; margin: 0; color: var(--muted); font-size: 1rem; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-card { position: relative; min-height: 285px; padding: 25px; border: 1px solid #dce7e7; border-radius: 24px; background: white; box-shadow: 0 12px 36px rgb(8 47 73 / 5%); }
.feature-number { position: absolute; right: 20px; top: 18px; color: #b8c8cf; font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.feature-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 54px; color: var(--green); border-radius: 16px; background: var(--mint); }.feature-icon svg { width: 23px; }
.feature-card h3 { margin: 0 0 9px; font-size: 1.15rem; letter-spacing: -.025em; }.feature-card p { color: var(--muted); font-size: .86rem; line-height: 1.55; }
.language-section { max-width: none; padding-left: max(24px, calc((100vw - 1180px) / 2)); padding-right: max(24px, calc((100vw - 1180px) / 2)); background: #082f49; color: white; }
.language-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; max-width: 1180px; margin: 0 auto 42px; }
.language-heading .section-kicker { color: #75dca8; }.language-heading h2 { margin-top: 12px; }
.language-heading > p { max-width: 360px; margin: 0; color: #bdd0dc; }
.language-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 1180px; margin: 0 auto; }
.language-card { display: grid; min-height: 225px; padding: 24px; border-radius: 26px; color: #082f49; overflow: hidden; }.language-card span { font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }.language-card strong { align-self: end; font-size: clamp(2rem, 3vw, 3.25rem); line-height: 1; letter-spacing: -.04em; }.language-card small { margin-top: 8px; font-weight: 800; opacity: .7; }
.language-card.sun { background: #ffe6a9; }.language-card.sakura { background: #f4dce7; }.language-card.sky { background: #cce8ff; }.language-card.mint { background: #bcebd1; }
.steps-section { display: grid; grid-template-columns: .8fr 1.1fr; gap: 100px; align-items: start; }
.steps-copy h2 { margin: 14px 0 23px; }.steps-copy > p { color: var(--muted); }
.steps-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 48px 1fr; gap: 19px; margin: 0; padding: 24px 0; border-bottom: 1px solid #dfe8e9; }
.steps-list li > span { display: grid; place-items: center; width: 44px; height: 44px; color: white; background: var(--green); border-radius: 15px; font-weight: 950; }
.steps-list strong { font-size: 1.05rem; }.steps-list p { margin-top: 3px; color: var(--muted); font-size: .86rem; }
.privacy-banner { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; max-width: 1132px; margin-bottom: 100px; padding: 42px; border-radius: 30px; background: linear-gradient(135deg, #e8f8ef, #eaf5fd); border: 1px solid #c8e4d5; }
.privacy-icon { display: grid; place-items: center; width: 74px; height: 74px; color: var(--green); border-radius: 23px; background: white; box-shadow: 0 10px 30px rgb(8 47 73 / 9%); }.privacy-icon svg { width: 34px; height: 34px; }
.privacy-banner span, .maker-section span { color: var(--green); font-size: .75rem; font-weight: 950; text-transform: uppercase; letter-spacing: .09em; }
.privacy-banner h2 { margin: 4px 0 9px; font-size: clamp(1.8rem, 3vw, 2.75rem); }.privacy-banner p { margin: 0; color: var(--muted); font-size: .88rem; }
.privacy-banner > a { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-size: .84rem; font-weight: 950; white-space: nowrap; }
.maker-section { display: grid; grid-template-columns: auto .75fr 1fr; gap: 34px; align-items: center; padding-top: 20px; padding-bottom: 120px; }
.maker-mark { width: 94px; height: 94px; padding: 10px; border: 1px solid #d8e7e2; border-radius: 28px; background: #f7fbf9; }.maker-mark img { width: 100%; height: 100%; object-fit: contain; }
.maker-section h2 { margin-top: 5px; font-size: clamp(1.9rem, 3vw, 3rem); }.maker-section > p { margin: 0; color: var(--muted); }
.home-cta { position: relative; overflow: hidden; text-align: center; padding: 105px 24px; color: white; background: var(--green); }
.home-cta > span { font-size: .75rem; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }.home-cta h2 { margin: 14px 0 18px; font-size: clamp(2.6rem, 5.5vw, 5rem); line-height: .98; letter-spacing: -.065em; }.home-cta p { max-width: 550px; margin: 0 auto 27px; color: #d4f3e2; }
.home-cta a { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 7px; padding: 12px 18px; color: var(--green); background: white; border-radius: 999px; text-decoration: none; font-weight: 950; }
.cta-orbit { position: absolute; border: 1px solid rgb(255 255 255 / 16%); border-radius: 50%; }.cta-orbit.one { width: 480px; height: 480px; left: -250px; top: -220px; }.cta-orbit.two { width: 660px; height: 660px; right: -420px; bottom: -400px; }
.home-footer { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; max-width: 1180px; margin: 0 auto; padding: 42px 24px; }.home-footer > p { justify-self: end; margin: 0; color: var(--muted); font-size: .82rem; }.home-footer nav { display: flex; gap: 22px; }.home-footer nav a { color: var(--navy); font-size: .8rem; font-weight: 800; text-decoration: none; }.home-footer small { justify-self: end; color: #82919d; }

@media (max-width: 980px) {
  .home-header { grid-template-columns: 1fr auto; }.home-header > nav { display: none; }
  .home-hero { grid-template-columns: 1fr; padding-top: 70px; }.home-hero-copy { text-align: center; }.home-eyebrow, .hero-actions { margin-left: auto; margin-right: auto; justify-content: center; }.home-hero-copy > p { margin-left: auto; margin-right: auto; }.trust-line { justify-content: center; }.conversation-demo { width: min(540px, 100%); margin: 0 auto; transform: none; }
  .feature-grid, .language-grid { grid-template-columns: 1fr 1fr; }.home-signal { margin-left: 20px; margin-right: 20px; grid-template-columns: 1fr 1fr; }.home-signal div:nth-child(2) { border-right: 0; }.home-signal div:nth-child(-n+2) { border-bottom: 1px solid #d9e6e4; }
  .steps-section { grid-template-columns: 1fr; gap: 45px; }.privacy-banner { grid-template-columns: auto 1fr; margin-left: 20px; margin-right: 20px; }.privacy-banner > a { grid-column: 2; }.maker-section { grid-template-columns: auto 1fr; }.maker-section > p { grid-column: 2; }
}
@media (max-width: 620px) {
  .home-header { min-height: 68px; padding: 0 16px; }.home-nav-cta { padding: 8px 11px; font-size: .75rem; }.home-nav-cta svg { display: none; }
  .home-hero { min-height: 0; padding: 58px 16px 75px; }.home-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }.hero-actions { display: grid; }.trust-line { gap: 8px 13px; }
  .conversation-demo { padding: 14px; border-radius: 25px; }.demo-bubble { max-width: 93%; }.home-signal { display: grid; margin: 0 14px; border-radius: 20px; }.home-signal div { padding: 18px; }
  .home-section { padding: 82px 16px; }.section-intro, .language-heading { display: block; }.section-intro p, .language-heading > p { margin-top: 18px; }.feature-grid, .language-grid { grid-template-columns: 1fr; }.feature-card { min-height: 245px; }.feature-icon { margin-bottom: 35px; }.language-card { min-height: 185px; }
  .privacy-banner { display: block; margin: 0 14px 80px; padding: 28px; }.privacy-banner > div:nth-child(2) { margin: 20px 0; }.privacy-banner > a { display: inline-flex; white-space: normal; }.maker-section { display: block; }.maker-section > div:nth-child(2) { margin: 20px 0; }
  .home-cta { padding: 82px 18px; }.home-footer { grid-template-columns: 1fr; text-align: center; }.home-footer > * { justify-self: center !important; }.home-footer nav { flex-wrap: wrap; justify-content: center; }
}
