:root {
  --forest: #0c4d40;
  --forest-deep: #06352d;
  --mint: #daf0df;
  --lime: #a8cf45;
  --ink: #18312d;
  --paper: #f7f8f3;
  --clay: #e5c98d;
}

.site-home {
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
}

.site-home a { text-decoration: none; }

.home-header {
  position: sticky;
  z-index: 20;
  top: 0;
  padding: 16px 4vw;
  background: rgba(247, 248, 243, 0.93);
  border-bottom: 1px solid rgba(12, 77, 64, 0.1);
  backdrop-filter: blur(14px);
}

.home-nav {
  display: flex;
  max-width: 1200px;
  min-height: 48px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  box-shadow: none;
}

.brand {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--forest-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.brand-mark {
  display: inline-flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(12, 77, 64, 0.14);
  border-radius: 7px;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-links { display: flex; gap: 28px; }
.nav-links a, .nav-login { color: #46645d; font-family: "Trebuchet MS", sans-serif; font-size: 0.9rem; font-weight: 700; }
.nav-links a:hover { color: var(--forest); }
.nav-login { padding: 11px 17px; color: var(--forest); border: 1px solid var(--forest); border-radius: 999px; }
.nav-login:hover { color: #fff; background: var(--forest); }

.hero-section, .process-section, .platform-section, .login-section { max-width: 1200px; margin: 0 auto; padding-right: 4vw; padding-left: 4vw; }
.hero-section { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 70px; min-height: 650px; padding-top: 104px; padding-bottom: 96px; align-items: center; }
.hero-eyebrow, .section-heading > p { margin: 0 0 15px; color: #638b32; font-family: "Trebuchet MS", sans-serif; font-size: 0.73rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.hero-copy h1, .section-heading h2, .platform-content h2, .login-copy h2 { margin: 0; color: var(--forest-deep); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 500; letter-spacing: -0.06em; line-height: 0.99; }
.hero-copy h1 em { color: #4d7b31; font-style: italic; }
.hero-lead { max-width: 560px; margin: 26px 0 32px; color: #4c625b; font-family: "Trebuchet MS", sans-serif; font-size: 1.13rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 22px; align-items: center; }
.button-primary, .trial-button { display: inline-flex; gap: 12px; min-height: 49px; padding: 0 21px; align-items: center; color: #fff; background: var(--forest); border-radius: 4px; box-shadow: 0 10px 20px rgba(6, 53, 45, 0.18); font-family: "Trebuchet MS", sans-serif; font-weight: 700; text-transform: none; }
.button-primary:hover, .trial-button:hover, .button-primary:focus, .trial-button:focus { color: #fff; background: #176754; }
.button-text { color: var(--forest); font-family: "Trebuchet MS", sans-serif; font-weight: 700; }
.button-text:hover { color: #729935; }
.hero-note { display: flex; gap: 8px; margin: 25px 0 0; color: #63716c; font-family: "Trebuchet MS", sans-serif; font-size: 0.88rem; }
.hero-note i { color: #69962f; }

.hero-visual { position: relative; min-height: 408px; }
.visual-card { position: absolute; border-radius: 4px; }
.visual-card-back { top: 44px; right: 10px; bottom: 15px; left: 52px; background: var(--mint); transform: rotate(5deg); }
.visual-card-main { z-index: 1; inset: 17px 30px 36px 19px; padding: 38px; background: #fff; box-shadow: 0 27px 58px rgba(11, 65, 54, 0.16); }
.visual-label, .visual-status { color: #54716b; font-family: "Trebuchet MS", sans-serif; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.14em; }
.visual-line { width: 46%; height: 7px; margin-top: 13px; background: #d7e4dc; border-radius: 999px; }
.visual-line-long { width: 74%; margin-top: 30px; background: var(--forest); }
.visual-nodes { display: flex; margin: 41px 12px 16px; justify-content: space-between; }
.visual-nodes i { position: relative; width: 18px; height: 18px; background: var(--lime); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 2px var(--forest); }
.visual-nodes::before { position: absolute; right: 42px; left: 42px; height: 2px; background: var(--forest); content: ""; }
.visual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.visual-grid span { height: 39px; background: #e8f0eb; border-radius: 2px; }
.visual-status { display: inline-block; margin-top: 30px; padding: 8px 10px; color: var(--forest); background: var(--mint); }
.visual-chip { position: absolute; z-index: 2; right: 0; bottom: 0; padding: 13px 16px; color: var(--forest-deep); background: var(--clay); border-radius: 3px; box-shadow: 0 10px 20px rgba(50, 58, 27, 0.14); font-family: "Trebuchet MS", sans-serif; font-size: 0.9rem; font-weight: 700; }

.process-section { padding-top: 100px; padding-bottom: 110px; border-top: 1px solid #dce5dd; }
.section-heading { max-width: 730px; }
.section-heading h2, .platform-content h2, .login-copy h2 { font-size: clamp(2.25rem, 4vw, 3.6rem); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.process-grid article { min-height: 230px; padding: 28px; background: #fff; border-top: 4px solid var(--lime); box-shadow: 0 10px 32px rgba(11, 55, 45, 0.06); }
.process-grid span { color: #7ca539; font-family: "Trebuchet MS", sans-serif; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.12em; }
.process-grid h3 { margin: 38px 0 11px; color: var(--forest-deep); font-size: 1.36rem; font-weight: 600; }
.process-grid p, .platform-content li, .login-copy p { color: #60726b; font-family: "Trebuchet MS", sans-serif; line-height: 1.65; }

.platform-section { display: grid; grid-template-columns: 1fr 0.9fr; gap: 8vw; padding-top: 100px; padding-bottom: 100px; align-items: center; background: #ecf3eb; }
.platform-preview { padding: 16px; background: #fff; box-shadow: 18px 18px 0 var(--lime), 0 17px 42px rgba(10, 53, 44, 0.12); }
.platform-preview img { display: block; width: 100%; }
.platform-content ul { padding: 0; margin: 29px 0; list-style: none; }
.platform-content li { display: flex; gap: 12px; margin-bottom: 14px; }
.platform-content li i { color: #6b9d32; }
.payment-logos { display: flex; gap: 17px; align-items: center; padding-top: 20px; border-top: 1px solid #ccd9ce; }
.payment-logos span { color: #6a7d74; font-family: "Trebuchet MS", sans-serif; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; }
.payment-logos img { max-width: 76px; max-height: 28px; }

.services-section { max-width: 1200px; margin: 0 auto; padding: 108px 4vw; }
.services-heading { max-width: 790px; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 47px; }
.service-card { min-height: 410px; padding: 37px; border: 1px solid #d8e4da; }
.service-card-design { background: #fff; }
.service-card-work { color: #e8f2e9; background: var(--forest); border-color: var(--forest); }
.service-icon { display: grid; width: 48px; height: 48px; margin-bottom: 25px; color: var(--forest); background: var(--mint); border-radius: 50%; place-items: center; }
.service-icon i { font-size: 1.5rem; }
.service-label { margin: 0 0 10px; color: #6c9733; font-family: "Trebuchet MS", sans-serif; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.service-card h3 { max-width: 410px; margin: 0; color: var(--forest-deep); font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 500; letter-spacing: -0.045em; line-height: 1.08; }
.service-card > p:not(.service-label) { max-width: 450px; margin: 17px 0 19px; color: #5e746b; font-family: "Trebuchet MS", sans-serif; font-size: 0.95rem; line-height: 1.65; }
.service-card ul { margin: 0 0 28px; padding: 0; list-style: none; }
.service-card li { margin: 8px 0; color: #46655c; font-family: "Trebuchet MS", sans-serif; font-size: 0.88rem; }
.service-card li::before { margin-right: 8px; color: #73a237; content: "✓"; }
.service-link { display: inline-flex; gap: 9px; align-items: center; color: var(--forest); font-family: "Trebuchet MS", sans-serif; font-size: 0.9rem; font-weight: 800; }
.service-link:hover { color: #6b9534; }
.service-card-work .service-icon { color: var(--forest-deep); background: var(--lime); }
.service-card-work .service-label { color: var(--lime); }
.service-card-work h3 { color: #fff; }
.service-card-work > p:not(.service-label), .service-card-work li { color: #c5dcd0; }
.service-card-work li::before { color: var(--lime); }
.service-card-work .service-link { color: var(--lime); }
.service-card-work .service-link:hover { color: #fff; }

.trial-section { max-width: 1200px; margin: 94px auto; padding: 4.5rem 4vw; color: #f8faf7; background: linear-gradient(124deg, var(--forest-deep), #176754); }
.trial-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr); gap: 4rem; align-items: center; }
.trial-eyebrow { margin: 0 0 0.9rem; color: var(--lime); font-family: "Trebuchet MS", sans-serif; font-size: 0.73rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.trial-copy h2 { margin: 0; color: #fff; font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 500; letter-spacing: -0.05em; line-height: 1.05; }
.trial-lead { max-width: 38rem; margin: 1.4rem 0 2rem; color: rgba(255,255,255,0.8); font-family: "Trebuchet MS", sans-serif; font-size: 1.08rem; line-height: 1.65; }
.trial-button { color: var(--forest-deep); background: var(--lime); box-shadow: none; }
.trial-button:hover, .trial-button:focus { color: var(--forest-deep); background: #c5e969; }
.trial-note { margin: 1rem 0 0; color: rgba(255,255,255,0.6); font-family: "Trebuchet MS", sans-serif; font-size: 0.88rem; }
.trial-benefits { display: grid; gap: 1rem; }
.trial-benefit { display: flex; gap: 1rem; align-items: flex-start; padding: 1.1rem; color: rgba(255,255,255,0.84); background: rgba(255,255,255,0.09); border-left: 3px solid var(--lime); font-family: "Trebuchet MS", sans-serif; font-size: 0.94rem; line-height: 1.5; }
.trial-benefit i { color: var(--lime); font-size: 1.5rem; }
.trial-benefit strong { display: block; color: #fff; }

.login-section { display: grid; grid-template-columns: 1fr minmax(320px, 430px); gap: 90px; padding-top: 40px; padding-bottom: 105px; align-items: center; }
.login-copy p { max-width: 435px; margin-top: 20px; }
.login-card { padding: 0; background: #fff; box-shadow: 0 18px 45px rgba(13, 66, 55, 0.12); }
.login-card #login-page { max-width: none; margin: 0; }
.login-form-modern { max-width: 370px; margin: 0 auto; padding: 34px; font-family: "Trebuchet MS", sans-serif; }
.login-form-heading { display: flex; gap: 14px; align-items: center; }
.login-form-icon { display: grid; width: 46px; height: 46px; overflow: hidden; background: #fff; border: 1px solid #d9e6dc; border-radius: 10px; place-items: center; }
.login-form-icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.login-form-heading p { margin: 0 0 3px; color: #709438; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.login-form-heading h3 { margin: 0; color: var(--forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 500; }
.login-form-intro { margin: 21px 0 25px; color: #657871; font-size: 0.9rem; line-height: 1.55; }
.login-error { margin: 0 0 19px; padding: 11px 13px; color: #a12c27; background: #fff0ed; border-left: 3px solid #cc5148; font-size: 0.85rem; line-height: 1.45; }
.login-field { display: block; margin: 0 0 18px; color: #36574e; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.03em; }
.login-field span { display: block; margin-bottom: 8px; }
.login-field input[type="text"], .login-field input[type="password"] { box-sizing: border-box; width: 100%; height: 45px; margin: 0; padding: 0 12px; color: var(--ink); background: #fbfcf9; border: 1px solid #cbdacf; border-radius: 3px; box-shadow: none; font-family: "Trebuchet MS", sans-serif; }
.login-field input[type="text"]:focus, .login-field input[type="password"]:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(12, 77, 64, 0.1); }
.login-submit { display: flex; width: 100%; min-height: 48px; margin-top: 5px; align-items: center; justify-content: center; color: #fff; background: var(--forest); border: 0; border-radius: 3px; cursor: pointer; font-family: "Trebuchet MS", sans-serif; font-size: 0.93rem; font-weight: 700; }
.login-submit i { margin-left: 10px; }
.login-submit:hover, .login-submit:focus { background: #176754; }
.login-links { display: flex; margin-top: 20px; justify-content: space-between; font-size: 0.8rem; }
.login-links a { color: #527c37; }
.login-links a:hover { color: var(--forest-deep); text-decoration: underline; }

.home-footer { padding: 62px 4vw 25px; color: #d4e3d9; background: var(--forest-deep); font-family: "Trebuchet MS", sans-serif; }
.footer-grid, .footer-bottom { display: grid; max-width: 1200px; margin: 0 auto; }
.footer-grid { grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
.brand-footer { color: #fff; }
.brand-footer .brand-mark { background: #fff; border-color: transparent; }
.footer-grid p { max-width: 330px; margin: 18px 0 0; color: #a9c5b3; line-height: 1.6; }
.footer-grid h3 { margin: 5px 0 17px; color: #fff; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-grid a:not(.brand) { display: block; margin: 9px 0; color: #b6cfc0; font-size: 0.9rem; }
.footer-grid a:not(.brand):hover, .footer-bottom a:hover { color: var(--lime); }
.footer-bottom { grid-template-columns: 1fr auto; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(218, 239, 225, 0.18); color: #95ad9f; font-size: 0.76rem; }
.footer-bottom a { margin-left: 19px; color: #b6cfc0; }

.whatsapp-float { position: fixed; z-index: 25; right: 24px; bottom: 84px; display: grid; width: 54px; height: 54px; color: #fff; background: #25d366; border-radius: 50%; box-shadow: 0 12px 26px rgba(12, 77, 64, 0.3); place-items: center; }
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }
.whatsapp-float:hover, .whatsapp-float:focus { color: #fff; background: #1eb859; transform: translateY(-3px); }

@media only screen and (max-width: 800px) {
  .nav-links { display: none; }
  .hero-section, .platform-section, .login-section { grid-template-columns: 1fr; gap: 48px; }
  .hero-section { min-height: auto; padding-top: 68px; }
  .hero-visual { max-width: 560px; width: 100%; min-height: 365px; margin: 0 auto; }
  .process-grid, .services-grid, .trial-grid { grid-template-columns: 1fr; }
  .process-grid { gap: 14px; }
  .process-grid article { min-height: auto; }
  .platform-section { padding-top: 70px; padding-bottom: 70px; }
  .services-section { padding-top: 75px; padding-bottom: 75px; }
  .login-section { gap: 35px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
}

@media only screen and (max-width: 480px) {
  .home-header { padding: 12px 5vw; }
  .nav-login { padding: 9px 12px; font-size: 0.8rem; }
  .brand { font-size: 1.12rem; }
  .brand-mark { width: 27px; height: 27px; }
  .hero-section, .process-section, .platform-section, .login-section { padding-right: 5vw; padding-left: 5vw; }
  .hero-copy h1 { font-size: 2.65rem; }
  .hero-actions { gap: 15px; flex-direction: column; align-items: flex-start; }
  .hero-visual { min-height: 290px; }
  .visual-card-main { inset: 10px 14px 30px 8px; padding: 24px; }
  .visual-nodes { margin-top: 30px; }
  .visual-grid { gap: 8px; margin-top: 22px; }
  .visual-grid span { height: 27px; }
  .visual-status { margin-top: 20px; }
  .process-section { padding-top: 72px; padding-bottom: 72px; }
  .service-card { min-height: 0; padding: 28px; }
  .trial-section { margin: 54px 0; padding: 3rem 5vw; }
  .login-form-modern { padding: 25px; }
  .login-links { gap: 10px; flex-direction: column; align-items: flex-start; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; }
  .footer-grid { gap: 28px; }
  .footer-bottom { margin-top: 35px; }
  .footer-bottom a { margin: 0 15px 0 0; }
  .whatsapp-float { right: 17px; bottom: 76px; width: 49px; height: 49px; }
}
