/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

body.twicely-site {
  background: #f5f7f2;
  color: #16342b;
}
body.twicely-site #g-aside, body.twicely-site #g-sidebar, body.twicely-site .g-social-header, body.twicely-site #g-footer {
  display: none !important;
}
body.twicely-site #g-mainbar {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
body.twicely-site .g-content {
  margin: 0;
  padding: 0;
}
body.twicely-site .g-grid {
  align-items: stretch;
}
.twicely-hero, .twicely-page-hero, .twicely-section, .twicely-final-cta {
  margin: 0 auto 2rem;
}
.twicely-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 2rem;
  padding: 3rem;
  background: radial-gradient(circle at top left, rgba(72, 160, 112, 0.2), transparent 36%), linear-gradient(135deg, #f9fbf7 0%, #edf4ee 100%);
  border: 1px solid rgba(33, 89, 64, 0.12);
  border-radius: 28px;
  box-shadow: 0 28px 60px rgba(21, 52, 43, 0.08);
}
.twicely-hero-copy h1, .twicely-page-hero h1, .twicely-section h2, .twicely-final-cta h2 {
  color: #15352b;
  line-height: 1.05;
  margin: 0 0 1rem;
}
.twicely-hero-copy h1, .twicely-page-hero h1 {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
}
.twicely-lead, .twicely-section-heading p, .twicely-feature-copy p, .twicely-card p, .twicely-final-cta p, .twicely-highlight-box p, .twicely-split p {
  font-size: 1.08rem;
  line-height: 1.75;
  color: #395a50;
}
.twicely-eyebrow, .twicely-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2c7553;
  font-weight: 700;
}
.twicely-eyebrow::before, .twicely-kicker::before {
  content: "";
  width: 2.25rem;
  height: 1px;
  background: currentColor;
}
.twicely-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.5rem 0 2rem;
}
.twicely-hero-actions.centered {
  justify-content: center;
}
.twicely-stat-row, .twicely-grid, .twicely-tag-cloud, .twicely-screen-duo {
  display: grid;
  gap: 1rem;
}
.twicely-stat-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.twicely-stat-card, .twicely-card, .twicely-highlight-box, .twicely-screen-card, .twicely-page-hero, .twicely-feature-panel, .twicely-final-cta, .twicely-tag-cloud span {
  background: #ffffff;
  border: 1px solid rgba(24, 69, 53, 0.1);
  box-shadow: 0 18px 40px rgba(17, 47, 39, 0.06);
}
.twicely-stat-card, .twicely-card, .twicely-highlight-box, .twicely-page-hero, .twicely-final-cta {
  border-radius: 22px;
  padding: 1.4rem;
}
.twicely-stat-card strong {
  display: block;
  color: #15352b;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}
.twicely-stat-card span {
  color: #587167;
  line-height: 1.45;
}
.twicely-screen-card, .twicely-screen-duo img {
  border-radius: 20px;
  overflow: hidden;
}
.twicely-screen-card {
  padding: 0.75rem;
}
.twicely-screen-card.compact {
  padding: 0.6rem;
}
.twicely-screen-card img, .twicely-screen-duo img {
  width: 100%;
  display: block;
  border-radius: 14px;
}
.twicely-section {
  padding: 2.4rem 0;
}
.twicely-section-alt {
  background: linear-gradient(180deg, rgba(236, 244, 238, 0.95), rgba(245, 247, 242, 0));
  border-radius: 28px;
  padding: 2.4rem;
}
.twicely-section-accent {
  background: linear-gradient(135deg, #14342b 0%, #2a654a 100%);
  border-radius: 30px;
  padding: 2.6rem;
}
.twicely-section-accent .twicely-section-heading h2, .twicely-section-accent .twicely-section-heading p, .twicely-section-accent .twicely-kicker {
  color: #f6fbf7;
}
.twicely-section-heading {
  max-width: 54rem;
  margin-bottom: 1.6rem;
}
.twicely-section-heading.narrow {
  max-width: 46rem;
}
.twicely-grid.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.twicely-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.twicely-card h2, .twicely-card h3, .twicely-feature-copy h2, .twicely-feature-copy h3 {
  margin-top: 0;
  color: #16342b;
}
.twicely-card.featured, .comparison-card.featured {
  background: linear-gradient(180deg, #f8fffb 0%, #edf8f0 100%);
  border-color: rgba(45, 122, 84, 0.25);
}
.twicely-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: center;
}
.twicely-checklist {
  padding-left: 1.1rem;
  margin: 1.25rem 0 0;
  color: #395a50;
}
.twicely-checklist li {
  margin-bottom: 0.7rem;
  line-height: 1.6;
}
.twicely-checklist.compact li {
  margin-bottom: 0.45rem;
}
.twicely-highlight-box {
  padding: 1.8rem;
}
.twicely-quote {
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.35;
  color: #14342b;
}
.twicely-feature-stack {
  display: grid;
  gap: 1.35rem;
}
.twicely-feature-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 1.5rem;
  padding: 1.1rem;
  border-radius: 24px;
  align-items: center;
}
.twicely-feature-panel.reverse {
  grid-template-columns: minmax(320px, 1.1fr) minmax(0, 0.9fr);
}
.twicely-feature-panel.reverse .twicely-feature-copy {
  order: 2;
}
.twicely-feature-panel.reverse .twicely-screen-card, .twicely-feature-panel.reverse .twicely-screen-duo {
  order: 1;
}
.twicely-screen-duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.comparison-grid .twicely-card, .twicely-tag-cloud span {
  min-height: 100%;
}
.roadmap-split {
  align-items: start;
}
.twicely-tag-cloud {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.twicely-tag-cloud span {
  border-radius: 16px;
  padding: 1rem 1.1rem;
  color: #1e4739;
  font-weight: 600;
}
.twicely-final-cta {
  padding: 3rem;
  text-align: center;
  border-radius: 28px;
  background: linear-gradient(135deg, #ffffff 0%, #eef5ef 100%);
}
.twicely-final-cta.small {
  padding: 2.4rem;
}
.contact-hero {
  text-align: left;
}
.twicely-demo-intro {
  margin-bottom: 1.25rem;
}
.twicely-demo-shell {
  background: linear-gradient(180deg, #15352b 0%, #244e3f 100%);
  border-radius: 28px;
  padding: 1rem;
  box-shadow: 0 24px 48px rgba(14, 34, 28, 0.16);
}
.twicely-demo-frame {
  display: block;
  width: 100%;
  min-height: 82vh;
  border: 0;
  border-radius: 20px;
  background: #f0f4f1;
}
@media (max-width: 70rem) {
  .twicely-hero, .twicely-split, .twicely-feature-panel, .twicely-feature-panel.reverse, .twicely-grid.three-up, .twicely-grid.two-up, .twicely-stat-row {
    grid-template-columns: 1fr;
  }
  .twicely-feature-panel.reverse .twicely-feature-copy, .twicely-feature-panel.reverse .twicely-screen-card, .twicely-feature-panel.reverse .twicely-screen-duo {
    order: initial;
  }
}
@media (max-width: 48rem) {
  .twicely-hero, .twicely-page-hero, .twicely-section-alt, .twicely-final-cta {
    padding: 1.4rem;
  }
  .twicely-screen-duo, .twicely-tag-cloud {
    grid-template-columns: 1fr;
  }
  .twicely-hero-copy h1, .twicely-page-hero h1 {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }
  .twicely-demo-shell {
    padding: 0.65rem;
    border-radius: 22px;
  }
  .twicely-demo-frame {
    min-height: 72vh;
    border-radius: 16px;
  }
}
/*# sourceMappingURL=custom.css.map */