:root {
  --ink: #16231f;
  --muted: #687771;
  --forest: #142a24;
  --green: #236b58;
  --mint: #dff2ea;
  --gold: #f1c77c;
  --cream: #f6f2e8;
  --paper: #fff;
  --line: #dde5e0;
  --shadow: 0 24px 70px rgba(20, 42, 36, .12);
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 15px/1.5 "DM Sans", sans-serif; }
h1, h2, h3, .wordmark { font-family: "Manrope", sans-serif; }
a { color: inherit; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 0; border-radius: 12px; padding: 12px 16px; font-weight: 800; text-decoration: none; }
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; }
.button.primary { color: white; background: var(--green); box-shadow: 0 12px 28px rgba(35,107,88,.18); }
.button.secondary { color: var(--green); background: rgba(255,255,255,.78); border: 1px solid var(--line); }
.portal { min-height: 100vh; background: radial-gradient(circle at 85% 8%, #d8eee5 0, transparent 28%), radial-gradient(circle at 8% 70%, #f5ddb0 0, transparent 25%), var(--cream); }
.portal-header { max-width: 1240px; margin: auto; padding: 28px 28px 0; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.wordmark { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; font-size: 22px; letter-spacing: .04em; min-height: 44px; }
.wordmark img { width: 42px; height: 42px; }
.wordmark .lockup { width: auto; height: 46px; }
.wordmark small { display: block; color: var(--muted); font: 600 9px "DM Sans", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.portal-nav { display: flex; align-items: center; gap: 8px; }
.portal-nav a,.portal-nav button { border: 0; min-height: 44px; padding: 9px 12px; display: inline-flex; align-items: center; color: var(--muted); background: transparent; border-radius: 99px; text-decoration: none; font-weight: 700; cursor: pointer; }
.portal-nav a:hover,.portal-nav button:hover { color: var(--green); background: rgba(255,255,255,.65); }
.portal-nav .nav-cta,.nav-cta { color: white; background: var(--forest); }
.header-pill { padding: 9px 13px; border: 1px solid var(--line); background: rgba(255,255,255,.68); border-radius: 99px; color: var(--green); font-size: 12px; font-weight: 700; }
.hero { max-width: 1240px; margin: auto; padding: 72px 28px 42px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: end; }
.eyebrow { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 12px 0 18px; font-size: clamp(42px, 7vw, 82px); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--green); }
.hero-copy { max-width: 670px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.hero-note { padding: 22px; background: var(--forest); color: white; border-radius: 24px; box-shadow: var(--shadow); }
.hero-note strong { display: block; color: var(--gold); font: 800 30px "Manrope", sans-serif; }
.hero-note span { color: #b8cbc4; font-size: 12px; }
.trust-strip { max-width: 1240px; margin: 0 auto 26px; padding: 0 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.trust-strip article,.info-grid article,.pricing,.faq details,.taksh-auth-card,.empty-auth { background: rgba(255,255,255,.76); border: 1px solid rgba(20,42,36,.08); border-radius: 22px; box-shadow: 0 4px 16px rgba(20,42,36,.04); }
.trust-strip article { padding: 18px; }
.trust-strip strong,.trust-strip span { display: block; }
.trust-strip span { margin-top: 5px; color: var(--muted); font-size: 12px; }
.workspace-section { max-width: 1240px; margin: auto; padding: 12px 28px 70px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 20px; }
.section-heading h2 { margin: 0; font-size: 25px; }
.section-heading p { margin: 0; color: var(--muted); }
.brand-suite { display: flex; flex-wrap: wrap; gap: 10px; margin: -6px 0 22px; }
.suite-logo { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 9px 13px; border: 1px solid color-mix(in srgb, var(--accent) 30%, var(--line)); border-radius: 99px; color: var(--accent); background: color-mix(in srgb, var(--accent) 8%, white); font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.suite-logo::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); }
.workspace-grid-live { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 34px; }
.workspace-card { position: relative; min-height: 255px; padding: 22px; overflow: hidden; background: var(--paper); border: 1px solid rgba(20,42,36,.07); border-radius: 22px; text-decoration: none; box-shadow: 0 4px 16px rgba(20,42,36,.04); transition: transform .2s, box-shadow .2s; }
.accent-clinic { --accent:#236b58; }
.accent-mart { --accent:#b86131; }
.accent-finance { --accent:#315aa8; }
.accent-property { --accent:#7c4d9e; }
.accent-interior { --accent:#9a7540; }
.workspace-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.workspace-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: white; font-size: 21px; font-weight: 800; background: var(--accent); }
.workspace-card h3 { margin: 40px 0 7px; font-size: 22px; }
.workspace-card p { margin: 0; color: var(--muted); font-size: 13px; }
.workspace-card ul { padding: 0; margin: 16px 0 0; list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.workspace-card li { padding: 5px 8px; border-radius: 99px; background: color-mix(in srgb, var(--accent) 11%, white); color: var(--accent); font-size: 10px; font-weight: 700; }
.workspace-arrow { position: absolute; right: 20px; top: 20px; font-size: 12px; color: var(--accent); font-weight: 800; text-transform: uppercase; }

.roadmap-strip { padding: 20px; border: 1px dashed rgba(20,42,36,.16); border-radius: 20px; background: rgba(255,255,255,.4); }
.roadmap-strip-heading { margin-bottom: 14px; }
.roadmap-strip-heading p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.roadmap-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.roadmap-card { position: relative; display: block; min-height: 44px; padding: 12px 14px; border: 1px solid rgba(20,42,36,.08); border-radius: 14px; background: rgba(255,255,255,.6); text-decoration: none; opacity: .82; transition: opacity .15s; }
.roadmap-card:hover { opacity: 1; }
.roadmap-dot { position: absolute; top: 14px; left: 14px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.roadmap-card h4 { margin: 0 0 2px 15px; font-size: 13px; }
.roadmap-card p { margin: 0 0 6px 15px; color: var(--muted); font-size: 11px; }
.roadmap-cta { margin-left: 15px; color: var(--accent); font-size: 11px; font-weight: 800; }
.pricing h2,.contact-section h2 { margin: 8px 0; font-size: 27px; }
.pricing p,.faq p,.contact-section p { color: var(--muted); }
.feature-wall,.pricing,.faq,.contact-section { max-width: 1240px; margin: 0 auto 42px; padding: 28px; }
.feature-wall { background: var(--forest); color: white; border-radius: 26px; box-shadow: var(--shadow); }
.feature-wall .section-heading p { color: #b8cbc4; }
.feature-wall .eyebrow { color: var(--gold); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.feature-grid article { padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.07); }
.feature-grid strong,.feature-grid span { display: block; }
.feature-grid span { margin-top: 8px; color: #b8cbc4; font-size: 12px; }
.pricing-intro { margin-bottom: 20px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pricing-grid article { padding: 22px; border: 1px solid rgba(20,42,36,.08); border-radius: 22px; background: rgba(255,255,255,.78); box-shadow: 0 4px 16px rgba(20,42,36,.04); }
.pricing-grid article.featured { background: var(--forest); color: white; transform: translateY(-6px); box-shadow: var(--shadow); }
.pricing-grid span { color: var(--green); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.pricing-grid .featured span,.pricing-grid .featured p { color: #b8cbc4; }
.pricing-grid strong { display: block; margin: 10px 0 6px; font: 800 34px "Manrope", sans-serif; letter-spacing: -.04em; }
.pricing-grid ul { margin: 16px 0; padding-left: 18px; color: inherit; }
.pricing-grid li { margin: 6px 0; }
.pricing-grid q { display: block; margin-top: 16px; color: var(--green); font-size: 13px; font-weight: 700; }
.pricing-grid .featured q { color: var(--gold); }
.pricing-note { margin: 18px 0 0; font-size: 13px; }
.consent-row a,.legal-page a { color: var(--green); }
.honeypot { position: absolute!important; left: -10000px!important; width: 1px!important; height: 1px!important; opacity: 0!important; }
.form-success { min-height: 18px; margin: 0; color: var(--green); font-size: 13px; font-weight: 800; }
.founder-note { max-width: 1240px; margin: 0 auto 42px; padding: 0 28px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.founder-note strong { color: var(--ink); }
.founder-note .security-line { margin-top: 6px; }
.faq { background: transparent; padding-top: 0; }
.faq details { margin-top: 10px; padding: 17px 20px; }
.faq summary { cursor: pointer; font-weight: 800; min-height: 44px; display: flex; align-items: center; }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; background: var(--forest); color: white; border-radius: 26px; box-shadow: var(--shadow); }
.contact-section .eyebrow { color: var(--gold); }
.contact-section p { color: #b8cbc4; }
.contact-grid { display: grid; gap: 12px; }
.contact-grid a { padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.07); text-decoration: none; }
.contact-grid span,.contact-grid strong { display: block; }
.contact-grid span { color: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-grid strong { margin-top: 6px; font-size: 18px; overflow-wrap: anywhere; }
.portal-dashboard { max-width: 1240px; margin: auto; padding: 70px 28px; }
.portal-dashboard h1 { margin: 8px 0; font-size: clamp(38px,6vw,68px); line-height: 1; letter-spacing: -.05em; }
.portal-dashboard p { color: var(--muted); }
.dashboard-workspaces { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 24px; }
.empty-auth { grid-column: 1/-1; padding: 28px; }
.taksh-auth-screen { min-height: calc(100vh - 76px); display: grid; place-items: center; padding: 48px 18px; }
.taksh-auth-card { width: min(460px, 100%); padding: 28px; }
.taksh-auth-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font: 800 20px "Manrope", sans-serif; }
.taksh-auth-brand img { width: 38px; height: 38px; }
.taksh-auth-brand small { display: block; color: var(--muted); font: 700 9px "DM Sans", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.taksh-auth-card h1 { margin: 10px 0; font-size: 34px; line-height: 1.05; letter-spacing: -.04em; }
.muted,.auth-footnote { color: var(--muted); }
.auth-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 20px 0; padding: 5px; background: #edf3ef; border-radius: 14px; }
.auth-switch a { padding: 10px; border-radius: 10px; text-align: center; text-decoration: none; color: var(--muted); font-weight: 800; }
.auth-switch a.active { color: white; background: var(--forest); }
.taksh-auth-form { display: grid; gap: 12px; }
.field { display: grid; gap: 6px; }
.field label { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.field input,.field select { width: 100%; min-height: 44px; border: 1px solid var(--line); border-radius: 12px; padding: 12px; background: white; outline: none; }
.field input:focus,.field select:focus { border-color: var(--green); box-shadow: 0 0 0 3px var(--mint); }
.form-error { min-height: 18px; margin: 0; color: #ba403b; font-size: 12px; font-weight: 700; }
.auth-footnote { margin-bottom: 0; font-size: 11px; }
.checkout-shell { max-width: 1240px; margin: auto; padding: 58px 28px 80px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: start; }
.checkout-copy h1 { margin: 10px 0 14px; font-size: clamp(36px,5vw,64px); line-height: 1; letter-spacing: -.055em; }
.checkout-copy p { color: var(--muted); font-size: 16px; }
.secure-note { margin-top: 22px; padding: 18px; color: white; background: var(--forest); border-radius: 20px; box-shadow: var(--shadow); }
.secure-note strong,.secure-note span { display: block; }
.secure-note span { margin-top: 7px; color: #b8cbc4; font-size: 12px; }
.checkout-card { display: grid; gap: 14px; padding: 24px; border: 1px solid rgba(20,42,36,.08); border-radius: 24px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); }
.checkout-card h2 { margin: 0; font-size: 20px; }
.checkout-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.plan-option { display: grid; gap: 6px; min-height: 164px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: white; cursor: pointer; }
.plan-option.active { border-color: var(--green); box-shadow: 0 0 0 3px var(--mint); }
.plan-option input { position: absolute; opacity: 0; pointer-events: none; }
.plan-option span { color: var(--green); font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.plan-option strong { font: 800 25px "Manrope", sans-serif; }
.plan-option small,.plan-option em { color: var(--muted); font-size: 11px; font-style: normal; }
.payment-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.trial-row { display: flex; gap: 9px; align-items: flex-start; color: var(--ink); font-weight: 700; }
.portal-footer { padding: 28px; background: var(--forest); color: #a9bdb5; text-align: center; font-size: 12px; display: flex; flex-direction: column; gap: 6px; align-items: center; }
.portal-footer strong { color: white; }
.portal-footer a { color: white; }
.legal-page { width: min(820px, calc(100% - 36px)); margin: 34px auto 70px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow); }
.legal-page > .eyebrow { display: block; margin-top: 38px; }
.legal-page h1 { margin: 8px 0 18px; font-size: clamp(38px,6vw,64px); line-height: 1; letter-spacing: -.05em; }
.legal-page h2 { margin: 28px 0 7px; font-size: 20px; }
.legal-page p { color: var(--muted); }
.legal-disclaimer { padding: 15px; border-radius: 14px; background: #fff4e8; color: #85542f!important; }
.legal-page ul { color: var(--muted); padding-left: 20px; }
.legal-page li { margin: 6px 0; }
.legal-table { width: 100%; border-collapse: collapse; margin: 10px 0 4px; font-size: .9rem; }
.legal-table th, .legal-table td { text-align: left; padding: 9px 10px; border: 1px solid var(--line); vertical-align: top; color: var(--muted); }
.legal-table th { background: #f6f8f7; color: var(--ink); font-weight: 700; }
.legal-table code, .legal-page code { background: #f1f4f2; padding: 1px 5px; border-radius: 5px; font-size: .85em; }
.legal-links { margin: 30px 0 6px; font-size: .92rem; }
.legal-copyright { font-size: .82rem; color: var(--muted); }
/* Cookie consent banner */
#taksh-cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1000; padding: 14px; display: flex; justify-content: center; }
#taksh-cookie-banner .cc-inner { width: min(1080px, 100%); background: var(--forest, #142a24); color: #fff; border-radius: 16px; box-shadow: 0 12px 40px rgba(0,0,0,.28); padding: 16px 18px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
#taksh-cookie-banner .cc-text { margin: 0; flex: 1 1 320px; font-size: .9rem; line-height: 1.5; color: #e8efec; }
#taksh-cookie-banner .cc-text a { color: #7fe3bd; text-decoration: underline; }
#taksh-cookie-banner .cc-actions { display: flex; gap: 10px; flex: 0 0 auto; }
#taksh-cookie-banner .cc-btn { min-height: 44px; padding: 10px 18px; border-radius: 10px; font-weight: 700; font-size: .9rem; cursor: pointer; border: 1px solid transparent; }
#taksh-cookie-banner .cc-btn-primary { background: #1D9E75; color: #fff; }
#taksh-cookie-banner .cc-btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
#taksh-cookie-banner .cc-btn:focus-visible { outline: 3px solid #7fe3bd; outline-offset: 2px; }
@media (max-width: 560px) { #taksh-cookie-banner .cc-actions { width: 100%; } #taksh-cookie-banner .cc-btn { flex: 1; } }
@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; padding-top: 52px; }
  .trust-strip,.dashboard-workspaces,.pricing-grid,.contact-section,.checkout-shell { grid-template-columns: 1fr; }
  .feature-grid,.checkout-plans { grid-template-columns: 1fr 1fr; }
  .pricing-grid article.featured { transform: none; }
  .workspace-grid-live,.roadmap-cards { grid-template-columns: 1fr; }
  .portal-nav { flex-wrap: wrap; justify-content: flex-end; }
}
@media (max-width: 600px) {
  .portal-header, .hero, .workspace-section, .founder-note { padding-left: 18px; padding-right: 18px; }
  .hero { padding-top: 42px; gap: 22px; }
  .hero h1 { font-size: 45px; }
  .workspace-grid-live,.roadmap-cards { display: grid; grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .header-pill { display: none; }
  .portal-header { align-items: flex-start; flex-direction: column; }
  .portal-nav { justify-content: flex-start; }
  .feature-grid,.checkout-plans,.payment-fields { grid-template-columns: 1fr; }
  .wordmark .lockup { height: 36px; }
}

/* Coming-soon modal */
.coming-soon-card { cursor: pointer; opacity: .88; }
.coming-soon-card:hover { opacity: 1; }
.coming-soon-overlay { position: fixed; inset: 0; background: rgba(15,30,25,.6); backdrop-filter: blur(4px); z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; }
.coming-soon-overlay[hidden] { display: none; }
.coming-soon-modal { background: white; border-radius: 20px; padding: 40px 36px 36px; max-width: 420px; width: 100%; position: relative; box-shadow: 0 24px 64px rgba(0,0,0,.18); }
.cs-close { position: absolute; top: 16px; right: 16px; border: 0; background: #f3f4f6; border-radius: 50%; width: 32px; height: 32px; font-size: 14px; cursor: pointer; color: #6b7280; display: grid; place-items: center; }
.cs-close:hover { background: #e5e7eb; }
.cs-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #9ca3af; }
.coming-soon-modal h2 { font-size: 26px; margin: 8px 0 12px; letter-spacing: -.03em; }
.coming-soon-modal p { color: #6b7280; font-size: 14px; line-height: 1.6; margin-bottom: 24px; }
.coming-soon-modal .button { display: inline-block; text-decoration: none; }
