:root {
  --tw-bg: #f6f8fb;
  --tw-surface: #ffffff;
  --tw-soft: #eef6ff;
  --tw-dark: #08111f;
  --tw-text: #102033;
  --tw-muted: #607086;
  --tw-line: #dfe7f1;
  --tw-line-soft: #edf2f8;
  --tw-blue: #0f7ee8;
  --tw-blue-dark: #075db4;
  --tw-cyan: #19b7d8;
  --tw-green: #11a86b;
  --tw-orange: #f59e0b;
  --tw-radius: 24px;
  --tw-radius-lg: 34px;
  --tw-shadow: 0 18px 48px rgba(12, 23, 38, 0.09);
  --tw-shadow-lg: 0 28px 80px rgba(12, 23, 38, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.twomail-body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  background: var(--tw-bg);
  color: var(--tw-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.twomail-body a {
  color: inherit;
  text-decoration: none;
}

body.twomail-body h1,
body.twomail-body h2,
body.twomail-body h3,
body.twomail-body p {
  margin-top: 0;
  letter-spacing: 0;
}

.tw-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-width: 0;
}

.tw-header__inner,
.tw-home-hero__grid,
.tw-hero__grid,
.tw-seo-layout,
.tw-workflow,
.tw-two-col,
.tw-contact-grid,
.tw-platform-grid,
.tw-feature-grid,
.tw-pricing-grid,
.tw-related,
.tw-proof-grid,
.tw-footer__top,
.tw-footer__columns,
.tw-cta {
  min-width: 0;
}

.tw-home-hero__copy,
.tw-hero__copy,
.tw-dashboard,
.tw-card,
.tw-feature-card,
.tw-panel,
.tw-price-card,
.tw-hero-card,
.tw-footer__brand,
.tw-footer__column {
  min-width: 0;
}

.twomail-body h1,
.twomail-body h2,
.twomail-body h3,
.twomail-body p,
.twomail-body a,
.twomail-body strong,
.twomail-body span,
.twomail-body li {
  overflow-wrap: anywhere;
}

.tw-site {
  min-height: 60vh;
}

.tw-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(223, 231, 241, 0.8);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.tw-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tw-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  max-width: 210px;
  flex: 0 0 auto;
}

.tw-logo img,
.tw-logo .tw-custom-logo,
.tw-logo .custom-logo {
  display: block;
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}

.tw-logo__mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--tw-blue), var(--tw-cyan));
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(15, 126, 232, 0.28);
}

.tw-logo__text {
  color: var(--tw-dark);
  font-size: 22px;
  font-weight: 900;
}

.tw-header__nav,
.tw-header__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tw-header__nav a {
  color: #39475a;
  font-size: 14px;
  font-weight: 750;
}

.tw-header__nav a:hover,
.tw-header__login:hover {
  color: var(--tw-blue);
}

.tw-header__login {
  color: #39475a;
  font-weight: 750;
}

.tw-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 21px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  white-space: normal;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

.tw-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(12, 23, 38, 0.12);
}

.tw-button--primary {
  background: var(--tw-blue);
  color: #fff;
}

.tw-button--secondary {
  border-color: #cbd8e6;
  background: #fff;
  color: var(--tw-text);
}

.tw-button--light {
  background: #fff;
  color: var(--tw-dark);
}

.tw-button--ghost {
  border-color: rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

body.twomail-body a.tw-button--primary {
  color: #fff !important;
}

body.twomail-body a.tw-button--secondary,
body.twomail-body a.tw-button--light {
  color: var(--tw-dark) !important;
}

body.twomail-body a.tw-button--ghost {
  color: #fff !important;
}

.tw-button--secondary,
.tw-button--light {
  box-shadow: inset 0 0 0 1px rgba(8, 17, 31, .08);
}

.tw-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--tw-line);
  border-radius: 14px;
  background: #fff;
}

.tw-menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--tw-dark);
}

.tw-mobile-menu {
  border-top: 1px solid var(--tw-line);
  background: #fff;
}

.tw-mobile-menu__nav {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  gap: 10px;
  margin: 0 auto;
  padding: 18px 0;
}

.tw-section {
  padding: 88px 0;
}

.tw-section--tight {
  padding: 34px 0;
}

.tw-section--soft {
  background: linear-gradient(180deg, #f8fbff, #eef6ff);
}

.tw-home-hero,
.tw-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 86px 0 104px;
  background:
    radial-gradient(circle at 10% 0%, rgba(25, 183, 216, .2), transparent 30%),
    radial-gradient(circle at 90% 8%, rgba(17, 168, 107, .18), transparent 28%),
    linear-gradient(180deg, #fff, rgba(246, 248, 251, 0));
}

.tw-home-hero__grid,
.tw-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .86fr);
  gap: 54px;
  align-items: center;
}

.tw-kicker {
  margin-bottom: 14px;
  color: var(--tw-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.tw-home-hero h1,
.tw-hero h1 {
  max-width: 13ch;
  margin-bottom: 24px;
  color: var(--tw-dark);
  font-size: clamp(38px, 4.8vw, 58px);
  line-height: 1.04;
  font-weight: 900;
}

.tw-hero--compact h1 {
  max-width: 15ch;
  font-size: clamp(34px, 4vw, 48px);
}

.tw-lead,
.tw-section-head p,
.tw-panel p,
.tw-card p,
.tw-feature-card p,
.tw-price-card p,
.tw-faq p,
.tw-footer p {
  color: var(--tw-muted);
  font-size: 17px;
  line-height: 1.78;
}

.tw-lead {
  max-width: 660px;
  margin-bottom: 30px;
}

.tw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tw-hero-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 610px;
  margin-top: 30px;
}

.tw-hero-checks span,
.tw-check-list li {
  position: relative;
  padding-left: 26px;
  color: #39475a;
  font-weight: 700;
  line-height: 1.5;
}

.tw-hero-checks span::before,
.tw-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--tw-green);
  box-shadow: 0 0 0 4px rgba(17, 168, 107, .13);
}

.tw-dashboard {
  position: relative;
  padding: 24px;
  border: 1px solid var(--tw-line);
  border-radius: 36px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--tw-shadow-lg);
}

.tw-dashboard::before {
  content: "";
  position: absolute;
  inset: -26px;
  z-index: -1;
  border-radius: 48px;
  background: linear-gradient(135deg, rgba(15, 126, 232, .26), rgba(25, 183, 216, .18), rgba(17, 168, 107, .22));
  filter: blur(36px);
}

.tw-dashboard__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--tw-line-soft);
}

.tw-dashboard__bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d8e3ef;
}

.tw-dashboard__bar strong {
  margin-left: auto;
  color: var(--tw-muted);
  font-size: 13px;
}

.tw-dashboard__hero {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
  padding: 22px;
  border-radius: 26px;
  background: var(--tw-dark);
  color: #fff;
}

.tw-dashboard__hero small,
.tw-dashboard__hero p,
.tw-dashboard__rate span {
  color: #b7c7da;
}

.tw-dashboard__hero strong {
  display: block;
  margin-top: 7px;
  font-size: 24px;
}

.tw-dashboard__rate {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  white-space: normal;
}

.tw-dashboard__rate span {
  display: block;
  font-size: 13px;
}

.tw-dashboard__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.tw-dashboard__stats div,
.tw-dashboard__list div,
.tw-proof-grid div,
.tw-card,
.tw-feature-card,
.tw-panel,
.tw-price-card,
.tw-faq details,
.tw-related a {
  border: 1px solid var(--tw-line);
  border-radius: var(--tw-radius);
  background: #fff;
  box-shadow: var(--tw-shadow);
}

.tw-dashboard__stats div {
  padding: 16px;
}

.tw-dashboard__stats strong {
  display: block;
  color: var(--tw-dark);
  font-size: 24px;
  font-weight: 900;
}

.tw-dashboard__stats span,
.tw-dashboard__list div {
  color: var(--tw-muted);
  font-size: 13px;
}

.tw-dashboard__list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.tw-dashboard__list div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  box-shadow: none;
}

.tw-dashboard__list span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.is-green { background: var(--tw-green); }
.is-blue { background: var(--tw-blue); }
.is-orange { background: var(--tw-orange); }

.tw-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tw-proof-grid div {
  padding: 22px;
}

.tw-proof-grid strong {
  display: block;
  color: var(--tw-dark);
  font-size: 28px;
  font-weight: 900;
}

.tw-proof-grid span {
  display: block;
  margin-top: 7px;
  color: var(--tw-muted);
  line-height: 1.5;
}

.tw-section-head {
  max-width: 760px;
  margin-bottom: 38px;
}

.tw-section-head h2,
.tw-workflow h2,
.tw-panel h2,
.tw-faq h2,
.tw-cta h2 {
  color: var(--tw-dark);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  font-weight: 900;
}

.tw-platform-grid,
.tw-feature-grid,
.tw-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tw-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tw-feature-grid--wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tw-card,
.tw-feature-card,
.tw-panel,
.tw-price-card {
  padding: 28px;
}

.tw-card span,
.tw-price-card > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--tw-blue);
  font-weight: 900;
}

.tw-card h3,
.tw-feature-card h3,
.tw-feature-card h2,
.tw-price-card h2 {
  color: var(--tw-dark);
  font-size: 22px;
  line-height: 1.2;
}

.tw-card--dark,
.tw-panel--dark,
.tw-price-card.is-featured {
  border-color: rgba(255, 255, 255, .12);
  background: var(--tw-dark);
  color: #fff;
  box-shadow: var(--tw-shadow-lg);
}

.tw-card--dark h3,
.tw-card--dark p,
.tw-panel--dark h2,
.tw-panel--dark p,
.tw-price-card.is-featured h2,
.tw-price-card.is-featured p,
.tw-price-card.is-featured li,
.tw-price-card.is-featured span {
  color: #fff;
}

.tw-seo-layout,
.tw-workflow,
.tw-two-col,
.tw-contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.tw-seo-links,
.tw-steps,
.tw-check-list,
.tw-contact-links {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tw-seo-links a,
.tw-steps li,
.tw-contact-links a {
  border: 1px solid var(--tw-line);
  border-radius: 18px;
  background: #fff;
  padding: 18px;
  color: var(--tw-text);
  font-weight: 800;
}

.tw-steps {
  counter-reset: step;
}

.tw-steps li {
  display: grid;
  gap: 4px;
  padding-left: 60px;
  position: relative;
}

.tw-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--tw-soft);
  color: var(--tw-blue);
  font-weight: 900;
}

.tw-steps span {
  color: var(--tw-muted);
}

.tw-check-list {
  gap: 14px;
}

.tw-price-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding-left: 18px;
}

.tw-price-card h2 {
  font-size: 34px;
}

.tw-faq {
  max-width: 880px;
}

.tw-faq details {
  padding: 0;
}

.tw-faq details + details {
  margin-top: 12px;
}

.tw-faq summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--tw-dark);
  font-weight: 850;
}

.tw-faq details p {
  padding: 0 24px 22px;
}

.tw-related {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tw-related a {
  padding: 18px;
  font-weight: 850;
}

.tw-section--cta {
  padding-top: 30px;
}

.tw-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  border-radius: 42px;
  background: linear-gradient(135deg, var(--tw-blue), var(--tw-dark));
  padding: 54px;
  color: #fff;
  box-shadow: var(--tw-shadow-lg);
}

.tw-cta h2,
.tw-cta .tw-kicker {
  color: #fff;
}

.tw-cta p,
.tw-cta span {
  color: rgba(255, 255, 255, .82);
}

.tw-cta__actions {
  display: flex;
  gap: 12px;
}

.tw-flow {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.tw-flow div {
  padding: 13px;
  border-radius: 16px;
  background: rgba(15, 126, 232, .1);
  color: var(--tw-dark);
  font-weight: 800;
}

.tw-hero-card {
  padding: 28px;
  border: 1px solid var(--tw-line);
  border-radius: var(--tw-radius-lg);
  background: #fff;
  box-shadow: var(--tw-shadow);
}

.tw-hero-card > span {
  color: var(--tw-blue);
  font-weight: 900;
}

.tw-hero-card > strong {
  display: block;
  margin-top: 12px;
  color: var(--tw-dark);
  font-size: 28px;
  line-height: 1.18;
}

.tw-footer {
  background: var(--tw-dark);
  color: #fff;
  padding: 70px 0 28px;
}

.tw-footer__top {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) 1.25fr;
  gap: 50px;
}

.tw-footer__brand p,
.tw-footer__bottom p {
  color: #b7c7da;
}

.tw-logo--footer .tw-logo__text {
  color: #fff;
}

.tw-footer__contact,
.tw-footer__columns {
  display: grid;
  gap: 14px;
}

.tw-footer__columns {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tw-footer__column h2 {
  color: #fff;
  font-size: 15px;
}

.tw-footer__column a,
.tw-footer__contact a,
.tw-footer__bottom a {
  display: block;
  margin-top: 10px;
  color: #b7c7da;
}

.tw-footer__column a:hover,
.tw-footer__contact a:hover,
.tw-footer__bottom a:hover {
  color: #fff;
}

.tw-footer__cta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 46px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .06);
}

.tw-footer__cta strong,
.tw-footer__cta span {
  display: block;
}

.tw-footer__cta span {
  margin-top: 5px;
  color: #b7c7da;
}

.tw-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

@media (max-width: 1080px) {
  .tw-header__nav,
  .tw-header__actions {
    display: none;
  }

  .tw-menu-button {
    display: block;
  }

  .tw-home-hero__grid,
  .tw-hero__grid,
  .tw-seo-layout,
  .tw-workflow,
  .tw-two-col,
  .tw-contact-grid,
  .tw-cta,
  .tw-footer__top {
    grid-template-columns: 1fr;
  }

  .tw-platform-grid,
  .tw-feature-grid,
  .tw-feature-grid--wide,
  .tw-pricing-grid,
  .tw-related,
  .tw-proof-grid,
  .tw-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .tw-container {
    width: min(100% - 28px, 1180px);
  }

  .tw-header__inner {
    min-height: 68px;
    gap: 12px;
  }

  .tw-logo__mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .tw-logo {
    max-width: 170px;
  }

  .tw-logo img,
  .tw-logo .tw-custom-logo,
  .tw-logo .custom-logo {
    max-width: 150px;
    max-height: 38px;
  }

  .tw-logo__text {
    font-size: 19px;
  }

  .tw-section,
  .tw-home-hero,
  .tw-hero {
    padding: 48px 0;
  }

  .tw-home-hero h1,
  .tw-hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.04;
  }

  .tw-section-head h2,
  .tw-workflow h2,
  .tw-panel h2,
  .tw-faq h2,
  .tw-cta h2 {
    font-size: clamp(28px, 9vw, 36px);
  }

  .tw-lead,
  .tw-section-head p,
  .tw-panel p,
  .tw-card p,
  .tw-feature-card p,
  .tw-price-card p,
  .tw-faq p,
  .tw-footer p {
    font-size: 15.5px;
  }

  .tw-dashboard__hero {
    flex-direction: column;
  }

  .tw-dashboard__hero strong {
    font-size: 21px;
  }

  .tw-dashboard__rate {
    font-size: 28px;
  }

  .tw-hero-checks,
  .tw-dashboard__stats,
  .tw-platform-grid,
  .tw-feature-grid,
  .tw-feature-grid--wide,
  .tw-pricing-grid,
  .tw-related,
  .tw-proof-grid,
  .tw-footer__columns {
    grid-template-columns: 1fr;
  }

  .tw-dashboard,
  .tw-panel,
  .tw-card,
  .tw-feature-card,
  .tw-price-card,
  .tw-cta,
  .tw-hero-card {
    padding: 22px;
    border-radius: 22px;
  }

  .tw-actions,
  .tw-cta__actions,
  .tw-footer__cta,
  .tw-footer__bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .tw-button {
    width: 100%;
  }

  .tw-mobile-menu__nav {
    width: min(100% - 28px, 1180px);
  }

  .tw-footer {
    padding-top: 52px;
  }

  .tw-footer__cta {
    padding: 22px;
  }
}

@media (max-width: 380px) {
  .tw-container,
  .tw-mobile-menu__nav {
    width: min(100% - 22px, 1180px);
  }

  .tw-home-hero h1,
  .tw-hero h1 {
    font-size: 30px;
  }

  .tw-dashboard,
  .tw-panel,
  .tw-card,
  .tw-feature-card,
  .tw-price-card,
  .tw-cta,
  .tw-hero-card {
    padding: 18px;
  }
}
