@charset "UTF-8";
/*!
Theme Name: Geluk Op Wielen
Theme URI: http://underscores.me/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: geluk-op-wielen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Geluk Op Wielen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: rgb(229, 0, 80);
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  color: rgb(34, 34, 34);
  text-decoration: underline;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Utility: white text color
 */
.color-white {
  color: white;
}

/**
 * Basic typography style for copy text
 */
body {
  color: rgb(34, 34, 34);
  font: normal 125%/1.4 "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

:root {
  --gow-blue: #1f2a6d;
  --gow-blue-dark: #0c123a;
  --gow-blue-soft: #39427f;
  --gow-orange: #f2784b;
  --gow-orange-dark: #e8663c;
  --gow-sky: #25c7e6;
  --gow-lime: #a6df40;
  --gow-coral: #f36c6c;
  --gow-cream: #fff6ef;
  --gow-shadow: 0 16px 32px rgba(28, 36, 77, 0.18);
}

* {
  box-sizing: border-box;
}

body.home {
  background: #fff;
  font-family: "Nunito", "Segoe UI", sans-serif;
  color: #1b1f2a;
}
body.home .site-header,
body.home .site-footer {
  display: none;
}

.home-onepager h1,
.home-onepager h2,
.home-onepager h3 {
  font-family: "urbane-rounded", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.01em;
}
.home-onepager a {
  color: inherit;
  text-decoration: none;
}

.home-container {
  max-width: calc(100vw - 160px);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.home-topbar {
  position: fixed;
  z-index: 2;
  top: 24px;
  width: 100%;
}
.home-topbar .home-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #fff;
  color: var(--gow-blue);
  border-radius: 40px;
  padding: 16px 24px;
  box-shadow: var(--gow-shadow);
  position: relative;
}
.home-topbar .home-container .home-topbar__toggle {
  position: absolute;
  top: 12px;
  right: 24px;
}
@media (max-width: 1440px) {
  .home-topbar .home-container {
    flex-wrap: wrap;
  }
}
.home-topbar .home-container__actions {
  display: flex;
  gap: 12px;
}
@media (max-width: 1440px) {
  .home-topbar .home-container__actions {
    width: 100%;
  }
  .home-topbar .home-container__actions .home-btn {
    flex: 1;
  }
}
.home-topbar__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--gow-blue);
  border-radius: 8px;
  transition: background-color 0.2s;
}
.home-topbar__toggle:hover {
  background: rgba(0, 0, 0, 0.06);
}
@media (max-width: 1440px) {
  .home-topbar__toggle {
    display: flex;
    order: 2;
    margin-left: auto;
  }
}
.home-topbar__toggle-bar {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.home-topbar__toggle.is-active .home-topbar__toggle-bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.home-topbar__toggle.is-active .home-topbar__toggle-bar:nth-child(2) {
  opacity: 0;
}
.home-topbar__toggle.is-active .home-topbar__toggle-bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.home-topbar__menu {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 24px;
}
@media (max-width: 1440px) {
  .home-topbar__menu {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 8px;
  }
}
@media (max-width: 1440px) {
  .home-topbar.is-open .home-topbar__menu {
    display: flex;
  }
}

.home-logo {
  display: inline-flex;
  flex-direction: column;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9;
}
.home-logo img {
  display: block;
  height: 42px;
  width: auto;
}
.home-logo__top {
  font-size: 18px;
  color: var(--gow-orange);
}
.home-logo__bottom {
  font-size: 22px;
  color: var(--gow-blue);
}

.home-nav {
  flex: 1 1 auto;
  font-family: "urbane-rounded", sans-serif;
}
.home-nav__list {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.home-nav__list li {
  margin: 0;
}
.home-nav__list a {
  color: var(--gow-blue);
  text-decoration: none;
}
.home-nav__list a:hover {
  color: var(--gow-orange);
  text-decoration: none;
}
.home-nav__list .current-menu-item > a,
.home-nav__list .current_page_item > a,
.home-nav__list .current-menu-ancestor > a,
.home-nav__list .current_page_ancestor > a {
  color: var(--gow-orange);
  text-decoration: none;
}
.home-nav__list .current-menu-item > a:hover,
.home-nav__list .current_page_item > a:hover,
.home-nav__list .current-menu-ancestor > a:hover,
.home-nav__list .current_page_ancestor > a:hover {
  color: var(--gow-orange);
  text-decoration: none;
}
@media (max-width: 1100px) {
  .home-nav__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 1440px) {
  .home-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
@media (max-width: 700px) {
  .home-nav__list {
    justify-content: flex-start;
    gap: 16px;
  }
}

.home-btn,
.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-family: "urbane-rounded", sans-serif;
  background: var(--gow-orange);
  color: #fff;
  box-shadow: 0 10px 20px rgba(242, 120, 75, 0.35);
  border: 0;
  color: #ffffff !important;
}
.home-btn--primary,
.wpcf7-submit--primary {
  background: var(--gow-orange);
  color: #ffffff !important;
}
.home-btn--navy,
.wpcf7-submit--navy {
  background: var(--gow-blue);
  box-shadow: 0 10px 20px rgba(31, 42, 109, 0.35);
  color: #ffffff !important;
}
.home-btn--ghost,
.wpcf7-submit--ghost {
  background: var(--gow-blue);
  box-shadow: 0 10px 20px rgba(31, 42, 109, 0.35);
}
.home-btn--lg,
.wpcf7-submit--lg {
  padding: 12px 30px;
  font-size: 16px;
}

.home-card {
  background: var(--gow-cream);
  color: #2b2f42;
  border-radius: 24px;
  padding: 20px 22px;
  box-shadow: var(--gow-shadow);
}
.home-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #1f254f;
}
.home-card p {
  margin: 0 0 16px;
  color: #5c5f6c;
}

.home-hero {
  position: relative;
  padding: 32px 0 120px;
  background-color: #0c123a;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%), url("/wp-content/themes/geluk-op-wielen/assets/geluk-op-wielen-hero.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  height: 110px;
  width: 150vw;
  background: #fff;
  border-radius: 100% 100% 0 0;
}
.home-hero__content {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 32px;
  margin-top: 48px;
  position: relative;
  z-index: 1;
}
.home-hero__text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.home-hero__text h1 {
  font-size: 64px;
  margin: 0 0 16px;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
  line-height: 1;
}
.home-hero__text p {
  font-size: 18px;
  margin: 0 0 24px;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}
.home-hero__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1100px) {
  .home-hero__content {
    grid-template-columns: 1fr;
  }
  .home-hero__cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .home-hero__cards {
    grid-template-columns: 1fr;
  }
  .home-hero__text h1 {
    font-size: 36px;
  }
}

.home-values {
  padding: 40px 0 80px;
  position: relative;
  overflow: hidden;
}
.home-values h2 {
  text-align: center;
  color: var(--gow-blue);
  font-size: 36px;
  margin-bottom: 16px;
}
.home-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 900px) {
  .home-values__grid {
    grid-template-columns: 1fr;
  }
}

.home-value {
  border-radius: 24px;
  padding: 28px;
  color: #fff;
  box-shadow: var(--gow-shadow);
}
.home-value h3 {
  margin: 20px 0 10px;
  font-size: 22px;
}
.home-value__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  padding: 12px;
  display: grid;
  place-items: center;
  color: #fff;
}
.home-value__icon svg,
.home-value__icon img {
  width: 100%;
  height: auto;
}
.home-value--coral {
  background: var(--gow-coral);
}
.home-value--sky {
  background: var(--gow-sky);
}
.home-value--lime {
  background: var(--gow-lime);
}

.home-gallery {
  position: relative;
  padding: 40px 0 240px;
  overflow: hidden;
}
.home-gallery h2 {
  text-align: center;
  color: var(--gow-blue);
  font-size: 36px;
  margin-bottom: 16px;
}
.home-gallery p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 36px;
  color: #4f5467;
}
.home-gallery::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  height: 110px;
  width: 150vw;
  background: var(--gow-blue);
  border-radius: 100% 100% 0 0;
}
.home-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: end;
}
@media (max-width: 900px) {
  .home-gallery__grid {
    grid-template-columns: 1fr;
  }
}
.home-gallery__grid {
  /* Flickity slider: infinite autoplay, draggable */
}
.home-gallery__grid.flickity-enabled {
  display: block;
  grid-template-columns: unset;
  gap: 0;
}
.home-gallery {
  /* Flickity viewport (added by Flickity) */
}
.home-gallery .flickity-viewport {
  overflow: hidden;
  touch-action: pan-y;
}
.home-gallery__grid.flickity-enabled .home-photo {
  width: 24vw;
  min-width: 260px;
  margin-right: 24px;
}
.home-gallery__grid.flickity-enabled .home-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.home-contact {
  padding: 40px 0 80px;
  background: var(--gow-cream);
  padding-top: 184px;
}
.home-contact h2 {
  text-align: center;
  color: var(--gow-blue);
  font-size: 36px;
  margin-bottom: 16px;
}
.home-contact__text {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 32px;
  color: #4f5467;
}
.home-contact__text p {
  margin: 0 0 0.75em;
}
.home-contact__text p:last-child {
  margin-bottom: 0;
}
.home-contact__form {
  max-width: 600px;
  margin: 0 auto;
}

.wpcf7-form p label {
  width: 100%;
  display: block;
}
.wpcf7-form p label .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.wpcf7-form p label .wpcf7-form-control-wrap input {
  padding: 12px 24px;
  border-radius: 24px !important;
}

.home-photo {
  aspect-ratio: 4/3;
  border-radius: 18px;
  background: linear-gradient(135deg, #c7c7d6, #f1f1f6);
  box-shadow: var(--gow-shadow);
  margin-bottom: 80px;
  display: flex;
  /* Loop every 4: 2nd of each four gets 80px, 4th gets 40px */
}
.home-photo:nth-child(4n+2) {
  margin-top: 80px;
}
.home-photo:nth-child(4n) {
  margin-top: 40px;
}
.home-photo--left {
  transform: rotate(-2deg);
}
.home-photo--center {
  transform: rotate(1.5deg);
}
.home-photo--right {
  transform: rotate(-1deg);
}
.home-photo--far {
  transform: rotate(2deg);
}

.home-agenda {
  background: var(--gow-blue);
  color: #fff;
  padding: 80px 0 120px;
  padding-top: 0;
}
.home-agenda h2 {
  text-align: center;
  color: var(--gow-background);
  font-size: 36px;
  margin-bottom: 16px;
  margin-top: 0;
}
.home-agenda p {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
  color: rgba(255, 255, 255, 0.85);
}
.home-agenda__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .home-agenda__meta {
    grid-template-columns: 1fr;
  }
}
.home-agenda__card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.08);
  padding: 18px 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.home-agenda__card h3 {
  margin: 0 0 6px;
  font-size: 20px;
}
.home-agenda__card p {
  text-align: left;
  margin: 0;
}
.home-agenda__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
}
.home-agenda__icon svg {
  width: 22px;
  height: 22px;
}
.home-agenda__icon--blue {
  background: #5aa7ff;
}
.home-agenda__icon--green {
  background: #5fd58a;
}

.home-schedule {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.home-schedule__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.home-schedule__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.home-schedule__list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}
.home-schedule__list strong {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}
.home-schedule__badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffd847;
  color: #1f2a6d;
  font-weight: 700;
}

.home-footer {
  background: var(--gow-blue-dark);
  color: #fff;
  padding: 48px 0 60px;
}
.home-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 900px) {
  .home-footer__inner {
    flex-direction: column;
  }
}
.home-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-footer__social {
  display: flex;
  gap: 12px;
}
.home-footer__social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 700;
}
.home-footer__contact h3 {
  margin-bottom: 10px;
}
.home-footer__contact p {
  margin: 0 0 6px;
}
.home-footer__contact span {
  color: var(--gow-orange);
  font-weight: 700;
  margin-right: 8px;
}

.home-sponsors {
  padding: 80px 0 120px;
  background-color: var(--gow-cream);
  position: relative;
  padding-top: 240px;
  overflow: hidden;
}
.home-sponsors::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  height: 110px;
  width: 150vw;
  background: #fff;
  border-radius: 0 0 100% 100%;
}
.home-sponsors h2 {
  text-align: center;
  color: var(--gow-blue);
  font-size: 36px;
  margin-bottom: 32px;
}
.home-sponsors .home-sponsor {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  margin-top: 40px;
  box-shadow: var(--gow-shadow);
}
.home-sponsors .home-sponsor h3 {
  color: var(--gow-blue);
  margin-top: 0;
  margin-bottom: 8px;
}
.home-sponsors .home-sponsor p {
  font-size: 16px;
}
.home-sponsors .home-sponsor ul {
  font-size: 16px;
}
.home-sponsors {
  /* Content grid (title + text blocks) – keep 3 columns */
}
.home-sponsors .home-sponsors__grid:not(.js-sponsors-slider) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .home-sponsors .home-sponsors__grid:not(.js-sponsors-slider) {
    grid-template-columns: 1fr;
  }
}
.home-sponsors {
  /* Sponsors logo slider (Flickity) */
}
.home-sponsors .home-sponsors__grid.js-sponsors-slider.flickity-enabled {
  display: block;
  grid-template-columns: unset;
  gap: 0;
  margin-bottom: 32px;
}
.home-sponsors .home-sponsors__grid.js-sponsors-slider.flickity-enabled .sponsor-image {
  width: 20%;
  min-width: 180px;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
}
.home-sponsors .home-sponsors__grid.js-sponsors-slider.flickity-enabled .sponsor-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 300px;
}

/*# sourceMappingURL=style.css.map */
