:root {
  --ww-blue: #013cab;
  --ww-cyan: #01b3dc;
  --ww-white: #ffffff;
  --ww-off-white: #f4f8fd;
  --ww-ink: #1a1f2e;
  --ww-steel: #6b7a99;
  --ww-mist: #d6e4f7;
  --ww-blue-dark: #002f86;
  --ww-cyan-dark: #009dc2;
  --ww-shadow: 0 12px 34px rgba(1, 60, 171, 0.12);
  --ww-display: Montserrat, "Aptos Display", "Segoe UI", sans-serif;
  --ww-body: "Open Sans", "Segoe UI", Arial, sans-serif;
}
.ww-blue-bg{
    background:linear-gradient(135deg, var(--ww-blue), var(--ww-blue-dark)) !important;
}
.ww-blue-bg h1, .ww-blue-bg h2, .ww-blue-bg p{
	color:white !important;
}
.force-left-align{
	justify-items:start !important;
}

.ww-page,
.ww-pattern {
  color: var(--ww-ink);
  font-family: var(--ww-body);
  line-height: 1.55;
}

.ww-page *,
.ww-pattern * {
  box-sizing: border-box;
}

.ww-page a,
.ww-pattern a {
  text-decoration: none;
}

.ww-page h1,
.ww-page h2,
.ww-page h3,
.ww-pattern h1,
.ww-pattern h2,
.ww-pattern h3 {
  color: var(--ww-blue);
  font-family: var(--ww-display);
  letter-spacing: 0;
  line-height: 1.08;
}

.ww-page h1,
.ww-pattern h1 {
  margin: 0 0 24px;
  max-width: 560px;
  font-size: clamp(42px, 6.4vw, 66px);
  font-weight: 800;
}

.ww-page h2,
.ww-pattern h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 700;
}

.ww-page h3,
.ww-pattern h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
}

.ww-page p,
.ww-pattern p {
  margin-top: 0;
}

.ww-page :focus-visible,
.ww-pattern :focus-visible {
  outline: 2px solid var(--ww-cyan);
  outline-offset: 2px;
}

.ww-shell {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.ww-section {
  max-width: none !important;
  margin: 0 !important;
  padding: 88px 0;
  background: var(--ww-white);
}

.ww-section-heading {
  max-width: 720px;
  margin-bottom: 48px;
  text-align: center;
}

.ww-section-heading p {
  color: var(--ww-steel);
  font-size: 15px;
}

.ww-button,
.ww-page .ww-button,
.ww-pattern .ww-button,
.ww-button .wp-block-button__link,
.ww-button-dark .wp-block-button__link,
.ww-button-inverse .wp-block-button__link,
.ww-page .wp-block-button__link,
.ww-pattern .wp-block-button__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  padding: 13px 28px;
  background: var(--ww-cyan);
  color: var(--ww-white);
  font-family: var(--ww-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: none;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ww-button:hover,
.ww-page .ww-button:hover,
.ww-pattern .ww-button:hover {
  background: var(--ww-cyan-dark);
  color: var(--ww-white);
  box-shadow: 0 12px 24px rgba(1, 179, 220, 0.22);
  transform: translateY(-1px);
}

.ww-button-dark,
.ww-page .ww-button-dark,
.ww-pattern .ww-button-dark,
.ww-button-dark .wp-block-button__link {
  background: var(--ww-blue);
  color: var(--ww-white);
}

.ww-button-dark:hover,
.ww-button-dark .wp-block-button__link:hover {
  background: var(--ww-blue-dark);
}

.ww-button-inverse,
.ww-page .ww-button-inverse,
.ww-pattern .ww-button-inverse,
.ww-button-inverse .wp-block-button__link {
  background: var(--ww-white);
  color: var(--ww-blue);
}

.ww-button-inverse:hover,
.ww-button-inverse .wp-block-button__link:hover {
  background: var(--ww-off-white);
  color: var(--ww-blue);
}

.ww-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  max-width: none !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(214, 228, 247, 0.72);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.ww-nav-inner {
  min-height: 70px;
}

.ww-logo {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  color: var(--ww-blue);
  font-family: var(--ww-display);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ww-logo::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid var(--ww-cyan);
  border-radius: 50%;
  transform: translateY(1px);
}

.ww-nav-actions {
  gap: 18px;
}

.ww-nav-actions p {
  margin: 0;
  color: var(--ww-ink);
  font-size: 13px;
  font-weight: 700;
}

.ww-hero {
  position: relative;
  overflow: hidden;
  max-width: none !important;
  margin: 0 !important;
  padding: 88px 0 96px;
  
}

.ww-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.22;
  
  pointer-events: none;
}

.ww-hero-grid {
  position: relative;
  z-index: 1;
  gap: 88px;
}

.ww-pill {
  display: inline-flex;
  margin-bottom: 20px;
  border: 1px solid var(--ww-mist);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ww-blue);
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
}

.ww-lead {
  max-width: 610px;
  color: var(--ww-steel);
  font-size: 17px;
}

.ww-hero-points {
  gap: 26px;
  margin-top: 28px;
}

.ww-hero-points p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--ww-ink);
  font-size: 14px;
  font-weight: 700;
}

.ww-hero-points p::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(1, 179, 220, 0.14);
  box-shadow: inset 0 0 0 6px rgba(1, 60, 171, 0.16);
}

.ww-quote-card {
  width: min(100%, 430px);
  margin-left: auto;
  border-radius: 6px;
  background: var(--ww-white);
  box-shadow: var(--ww-shadow);
  padding: 34px;
}

.ww-quote-card h2 {
  margin: 0 0 4px;
  color: var(--ww-blue);
  font-size: 24px;
}

.ww-quote-card > p {
  margin-bottom: 18px;
  color: var(--ww-steel);
  font-size: 13px;
}

.ww-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ww-field {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}

.ww-field label {
  color: var(--ww-ink);
  font-size: 11px;
  font-weight: 700;
}

.ww-field input,
.ww-field select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--ww-mist);
  border-radius: 3px;
  background: var(--ww-white);
  color: var(--ww-ink);
  padding: 10px 12px;
  font-size: 14px;
}

.ww-field input::placeholder {
  color: #9aa9bf;
}

.ww-field input:focus,
.ww-field select:focus {
  border-color: var(--ww-cyan);
  box-shadow: 0 0 0 1px var(--ww-cyan);
  outline: 0;
}

.ww-quote-card .ww-button {
  width: 100%;
  background: var(--ww-blue);
}

.ww-quote-card .ww-button:hover {
  background: var(--ww-blue-dark);
}

.ww-form-note {
  margin: 12px 0 0;
  color: var(--ww-steel);
  font-size: 12px;
  text-align: center;
}

.ww-card-grid {
  gap: 28px;
}

.ww-benefit-card {
  min-height: 245px;
  border: 1px solid rgba(214, 228, 247, 0.72);
  border-radius: 4px;
  background: var(--ww-white);
  padding: 42px 32px;
  text-align: center;
}

.ww-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: rgba(1, 60, 171, 0.05);
  color: var(--ww-blue);
  font-size: 24px;
  font-weight: 800;
}

.ww-benefit-card p:not(.ww-icon) {
  color: var(--ww-steel);
  font-size: 14px;
}

.ww-split {
  max-width: none !important;
  margin: 0 !important;
}

.ww-split-grid {
  gap: 0;
  margin: 0 !important;
}

.ww-split-panel {
  position: relative;
  display: grid;
  min-height: 520px;
  align-content: center;
  justify-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 64px 32px;
  text-align: center;
}

.ww-split-panel::before,
.ww-split-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.ww-split-panel::after {
  z-index: -1;
  background: linear-gradient(90deg, rgba(1, 60, 171, 0.72), rgba(0, 47, 134, 0.58));
}

.ww-split-home::before {
  background:
    radial-gradient(circle at 46% 56%, rgba(255, 255, 255, 0.86) 0 10%, transparent 10.5%),
    linear-gradient(135deg, #eef6fd, #83add4 44%, #245a93);
}

.ww-split-business::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 90px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0 2px, transparent 2px 90px),
    linear-gradient(135deg, #024c72, #013cab);
}

.ww-eyebrow,
.ww-split-panel .ww-eyebrow {
  margin-bottom: 10px;
  color: var(--ww-cyan);
  font-family: var(--ww-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ww-split-panel h2 {
  max-width: 430px;
  color: var(--ww-white);
  font-size: clamp(24px, 3.2vw, 36px);
}

.ww-split-panel p {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.88);
}

.ww-split-panel .ww-button {
  margin-top: 12px;
  padding-inline: 24px;
}

.ww-products {
  background: #f5f7fa;
}

.ww-products-row {
  margin-bottom: 28px;
}

.ww-product-card {
  overflow: hidden;
  border-radius: 7px;
  background: var(--ww-white);
  box-shadow: 0 1px 0 rgba(214, 228, 247, 0.9);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.ww-product-card:hover {
  box-shadow: var(--ww-shadow);
  transform: translateY(-4px);
}

.ww-product-image {
  min-height: 225px;
  background: linear-gradient(135deg, #e9f7fc, #cdeaf6);
}

.ww-product-bottles {
  background:
    radial-gradient(circle at 28% 55%, rgba(1, 179, 220, 0.48) 0 12%, transparent 12.5%),
    radial-gradient(circle at 46% 42%, rgba(1, 179, 220, 0.38) 0 10%, transparent 10.5%),
    radial-gradient(circle at 64% 56%, rgba(1, 179, 220, 0.44) 0 12%, transparent 12.5%),
    linear-gradient(135deg, #ffffff, #d5f2fb);
}

.ww-product-cooler {
  background:
    linear-gradient(90deg, transparent 42%, rgba(1, 60, 171, 0.28) 42% 58%, transparent 58%),
    radial-gradient(circle at 50% 28%, rgba(1, 179, 220, 0.35) 0 14%, transparent 14.5%),
    linear-gradient(135deg, #f7fbff, #dce9f5);
}

.ww-product-premium {
  background:
    radial-gradient(circle at 72% 72%, rgba(1, 60, 171, 0.56) 0 13%, transparent 13.5%),
    radial-gradient(circle at 52% 65%, rgba(1, 179, 220, 0.38) 0 10%, transparent 10.5%),
    linear-gradient(135deg, #bdeeff, #f7fbff);
}

.ww-product-coffee {
  background:
    radial-gradient(circle at 33% 52%, rgba(26, 31, 46, 0.55) 0 13%, transparent 13.5%),
    radial-gradient(circle at 64% 60%, rgba(1, 60, 171, 0.38) 0 9%, transparent 9.5%),
    linear-gradient(135deg, #f7fbff, #dce8ef);
}

.ww-product-cases {
  background:
    repeating-linear-gradient(90deg, rgba(1, 60, 171, 0.55) 0 22px, rgba(1, 179, 220, 0.38) 22px 44px, rgba(255, 255, 255, 0.72) 44px 66px),
    linear-gradient(135deg, #f7fbff, #d5f2fb);
}

.ww-product-label {
  background:
    radial-gradient(circle at 34% 58%, rgba(255, 255, 255, 0.9) 0 11%, transparent 11.5%),
    radial-gradient(circle at 56% 56%, rgba(255, 255, 255, 0.9) 0 11%, transparent 11.5%),
    radial-gradient(circle at 76% 58%, rgba(255, 255, 255, 0.9) 0 11%, transparent 11.5%),
    linear-gradient(135deg, #e6f3fa, #c5e7f7);
}

.ww-product-card h3,
.ww-product-card p{
  padding-inline: 26px;
}

.ww-product-card ul{
  padding-inline: 40px;
}

.ww-product-card h3 {
  margin-top: 24px;
}

.ww-product-card p {
  color: var(--ww-steel);
  font-size: 14px;
  padding-bottom: 10px;
}

.ww-product-card li {
  color: var(--ww-steel);
  font-size: 14px;
  padding-bottom: 5px;
}
.ww-product-card ul {
  
  padding-bottom: 28px;
}

.ww-stats {
  position: relative;
  overflow: hidden;
  max-width: none !important;
  margin: 0 !important;
  background: linear-gradient(135deg, var(--ww-blue), var(--ww-blue-dark));
  color: var(--ww-white);
  padding: 78px 0;
}

.ww-stats::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -70px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(1, 179, 220, 0.16);
}

.ww-stats-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ww-stats h2,
.ww-stats p {
  color: var(--ww-white);
}

.ww-stats p {
  max-width: 760px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.82);
}

.ww-stat-grid {
  gap: 24px;
  margin-top: 42px;
}

.ww-stat {
  text-align: center;
}

.ww-stat-value {
  display: block;
  margin-bottom: 8px;
  color: var(--ww-white);
  font-family: var(--ww-display);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  line-height: 1;
}

.ww-stat-label {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ww-steps-section {
  background: var(--ww-white);
}

.ww-step-grid {
  position: relative;
  gap: 36px;
  margin-top: 28px;
}

.ww-step {
  text-align: center;
}

.ww-step-number {
  display: inline-grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--ww-blue);
  color: var(--ww-white);
  font-family: var(--ww-display);
  font-weight: 800;
}

.ww-step p {
  max-width: 290px;
  margin-inline: auto;
  color: var(--ww-steel);
  font-size: 14px;
}

.ww-faq-section {
  background: #f7f8fa;
  text-align: center;
}

.ww-faq-item {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto 16px;
  border: 0;
  border-radius: 3px;
  background: var(--ww-white);
  padding: 18px 22px;
  text-align: left;
}

.ww-faq-question {
  margin-bottom: 8px;
  color: var(--ww-ink);
  font-size: 14px;
  font-weight: 700;
}

.ww-faq-answer {
  margin: 0;
  color: var(--ww-steel);
  font-size: 14px;
}

.ww-cta-wrap {
  max-width: none !important;
  margin: 0 !important;
  padding: 58px 0;
  background: var(--ww-white);
}

.ww-cta {
  overflow: hidden;
  border-radius: 10px;
  background:
    radial-gradient(circle at 8% 26%, rgba(1, 179, 220, 0.32), transparent 22%),
    linear-gradient(135deg, var(--ww-blue), var(--ww-blue-dark));
  padding: 42px 48px;
}

.ww-cta h2,
.ww-cta p {
  color: var(--ww-white);
}

.ww-cta h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.ww-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
}

.ww-cta-action {
  text-align: right;
}

.ww-footer {
  max-width: none !important;
  margin: 0 !important;
  background: #eef0f3;
  padding: 58px 0 24px;
}

.ww-footer-grid {
  gap: 42px;
}

.ww-footer p,
.ww-footer a {
  color: var(--ww-white);
  font-size: 14px;
}

.ww-footer h3 {
  margin-bottom: 18px;
  color: var(--ww-blue);
  font-size: 15px;
}

.ww-footer .ww-logo {
  margin-bottom: 16px;
}

.ww-footer-bottom {
  margin-top: 44px;
  border-top: 1px solid rgba(107, 122, 153, 0.16);
  padding-top: 22px;
}

.ww-footer-bottom p {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .ww-section {
    padding-block: 64px;
  }

  .ww-hero {
    padding-block: 64px;
  }

  .ww-hero-grid {
    gap: 44px;
  }

  .ww-hero-grid,
  .ww-split-grid {
    flex-wrap: wrap !important;
  }

  .ww-hero-grid > .wp-block-column,
  .ww-split-grid > .wp-block-column {
    flex-basis: 100% !important;
  }

  .ww-quote-card {
    margin-inline: 0;
  }
}

@media (max-width: 781px) {
  .ww-card-grid,
  .ww-products-row,
  .ww-stat-grid,
  .ww-step-grid,
  .ww-footer-grid {
    gap: 22px;
  }

	.ww-hero-copy, .ww-center-on-mobile{
		justify-items:center !important;
	}
	.ww-hero-copy h1, .ww-hero-copy p, .gform_title {
		text-align:center !important;
	}
	
	
  .ww-product-card,
  .ww-benefit-card {
    margin-bottom: 20px;
  }

  .ww-cta-action {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .ww-shell {
    width: min(100% - 32px, 1200px);
  }
	

  .ww-nav-inner {
    min-height: 64px;
  }

  .ww-logo {
    font-size: 16px;
  }

  .ww-nav-actions p:first-child {
    display: none;
  }

  .ww-page h1,
  .ww-pattern h1 {
    font-size: 42px;
  }

  .ww-field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ww-quote-card {
    padding: 26px;
  }

  .ww-split-panel {
    min-height: 420px;
    padding: 48px 22px;
  }

  .ww-product-image {
    min-height: 190px;
  }

  .ww-cta {
    padding: 34px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ww-page *,
  .ww-page *::before,
  .ww-page *::after,
  .ww-pattern *,
  .ww-pattern *::before,
  .ww-pattern *::after {
    animation: none !important;
    transition: none !important;
  }
}
