body {
  font-family: "Inter", "Roboto", "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #18324a;
  background: #ffffff;
}

body.home.page-id-90 .site-content,
body.home.page-id-90 .entry-content {
  background: #ffffff;
}

html,
body.home.page-id-90,
body.home.page-id-90 .site,
body.home.page-id-90 .site-content,
body.home.page-id-90 .entry-content {
  overflow-x: hidden;
}

.optillo-v2-topbar {
  background: #0b2142;
  color: #ffffff;
}

.optillo-v2-topbar-inner,
.optillo-v2-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.optillo-v2-topbar-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.optillo-v2-topbar-item p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  color: #ffffff;
}

.optillo-v2-header {
  background: #ffffff;
  border-bottom: 1px solid #e7edf3;
  box-shadow: 0 14px 34px rgba(10, 31, 58, 0.06);
}

.optillo-v2-header-main {
  display: grid !important;
  grid-template-columns: minmax(130px, 170px) minmax(0, 1fr) minmax(140px, auto);
  align-items: center;
  gap: 10px;
  min-height: 80px;
}

.optillo-v2-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  flex: 0 0 auto;
  min-width: 0;
}

.optillo-v2-brand-copy {
  display: flex;
  flex-direction: column;
}

.optillo-v2-logo img,
.optillo-v2-logo .elementor-image img {
  display: block;
  width: 136px !important;
  max-width: 100%;
  height: auto;
}

.optillo-v2-header-main > .e-con,
.optillo-v2-brand > .e-con,
.optillo-v2-brand > .elementor-widget,
.optillo-v2-header-actions > .elementor-widget {
  width: auto !important;
  flex: 0 0 auto !important;
}

.optillo-v2-brand-mark .elementor-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(180deg, #e7f2ff 0%, #d9ecff 100%);
  color: #103f86;
  font-size: 24px;
  box-shadow: 0 12px 28px rgba(14, 53, 112, 0.12);
}

.optillo-v2-brand-copy h2,
.optillo-v2-brand-copy h3,
.optillo-v2-brand-copy p {
  margin: 0;
}

.optillo-v2-brand-title {
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0b2142;
}

.optillo-v2-brand-tagline p {
  font-size: 12px;
  line-height: 1.2;
  color: #5f7386;
  font-weight: 600;
  margin-top: 4px;
}

.optillo-v2-header-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.optillo-v2-header-nav .elementor-nav-menu--main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.optillo-v2-header-nav .elementor-item {
  color: #0b2142;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
}

.optillo-v2-header-nav .elementor-item:hover,
.optillo-v2-header-nav .elementor-item.elementor-item-active {
  color: #1d63d3;
}

.optillo-v2-mobile-nav-button {
  display: none;
}

.optillo-v2-header-actions {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 0;
  flex-wrap: nowrap !important;
  white-space: nowrap;
}

.optillo-v2-header-actions > .elementor-widget {
  display: inline-flex !important;
  align-items: center;
}

.optillo-v2-header-icon .elementor-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #c9d8e8;
  color: #0c336d;
  background: #f9fcff;
  font-size: 18px;
  transition: all 0.2s ease;
}

.optillo-v2-header-icon .elementor-icon:hover {
  border-color: #1d63d3;
  color: #1d63d3;
  transform: translateY(-1px);
}

.optillo-v2-header-cart .elementor-button,
.optillo-v2-hero-actions .elementor-button,
.optillo-v2-card .elementor-button,
.optillo-v2-newsletter-form .elementor-button,
.optillo-v2-inline-button .elementor-button {
  border-radius: 999px;
  min-height: 52px;
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  background: #0b2142;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(11, 33, 66, 0.18);
}

.optillo-v2-header-cart .elementor-button {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 14px;
}

.optillo-v2-button-secondary .elementor-button {
  background: #ffffff;
  color: #0b2142;
  border: 1px solid #d6e2f0;
  box-shadow: none;
}

.optillo-v2-section {
  padding-top: 92px;
  padding-bottom: 92px;
}

.optillo-v2-section--muted {
  background: #f7fbff;
}

.optillo-v2-section--dark {
  background: linear-gradient(135deg, #0b2142 0%, #10366d 100%);
  color: #ffffff;
}

.optillo-v2-section--dark h2,
.optillo-v2-section--dark h3,
.optillo-v2-section--dark p,
.optillo-v2-section--dark li {
  color: #ffffff;
}

.optillo-v2-hero .optillo-v2-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(580px, 1.12fr);
  gap: 36px;
  align-items: center;
  min-height: 80vh;
}

.optillo-v2-hero {
  background:
    radial-gradient(circle at top right, rgba(45, 118, 221, 0.08), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.optillo-v2-hero-copy .elementor-heading-title {
  font-size: clamp(42px, 5.9vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #0b2142;
}

.optillo-v2-hero-kicker p {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1d63d3;
}

.optillo-v2-hero-subtitle .elementor-heading-title {
  font-size: 28px;
  line-height: 1.2;
  color: #194778;
}

.optillo-v2-hero-text p,
.optillo-v2-lead p {
  font-size: 18px;
  line-height: 1.7;
  color: #4a6176;
  margin: 0;
}

.optillo-v2-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.optillo-v2-pill-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  max-width: 560px;
}

.optillo-v2-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.optillo-v2-pill .elementor-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #eaf4ff;
  color: #0f3d82;
  font-size: 16px;
  box-shadow: 0 10px 18px rgba(14, 53, 112, 0.08);
}

.optillo-v2-pill p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #214767;
  font-weight: 700;
}

.optillo-v2-hero-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.optillo-v2-hero-media::before {
  content: "";
  position: absolute;
  inset: auto -18px 28px 78px;
  height: 82%;
  border-radius: 44px;
  background: linear-gradient(135deg, rgba(188, 222, 255, 0.56) 0%, rgba(228, 241, 255, 0.24) 100%);
  box-shadow: none;
  filter: blur(2px);
}

.optillo-v2-hero-media .elementor-image img {
  display: block;
  width: 100%;
  min-height: 600px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 36px;
  box-shadow: 0 30px 74px rgba(10, 31, 58, 0.16);
  position: relative;
  z-index: 1;
}

.optillo-v2-section-title .elementor-heading-title {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #0b2142;
}

.optillo-v2-section-copy p,
.optillo-v2-section-copy li {
  font-size: 17px;
  line-height: 1.72;
  color: #587087;
}

.optillo-v2-usp-grid,
.optillo-v2-category-grid,
.optillo-v2-benefits-grid,
.optillo-v2-audience-grid,
.optillo-v2-blog-grid,
.optillo-v2-footer-grid,
.optillo-v2-before-grid,
.optillo-v2-benefits-layout {
  display: grid;
  gap: 24px;
}

.optillo-v2-usp-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.optillo-v2-category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.optillo-v2-benefits-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.optillo-v2-benefits-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.optillo-v2-before-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: center;
}

.optillo-v2-audience-grid,
.optillo-v2-blog-grid,
.optillo-v2-footer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.optillo-v2-footer-grid {
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr)) 1.1fr;
}

.optillo-v2-card {
  background: #ffffff;
  border: 1px solid #e2ebf3;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(10, 31, 58, 0.08);
  padding: 18px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.optillo-v2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(10, 31, 58, 0.12);
  border-color: #cfe0ef;
}

.optillo-v2-card--category {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.optillo-v2-card--category .elementor-image img,
.optillo-v2-card--blog .elementor-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.28s ease;
}

.optillo-v2-category-grid > .e-con:nth-child(-n+3) {
  grid-column: span 2;
}

.optillo-v2-category-grid > .e-con:nth-child(n+4) {
  grid-column: span 3;
}

.optillo-v2-card--category:hover .elementor-image img,
.optillo-v2-card--blog:hover .elementor-image img {
  transform: scale(1.04);
}

.optillo-v2-card h3,
.optillo-v2-card .elementor-heading-title {
  color: #0b2142;
}

.optillo-v2-card p,
.optillo-v2-card li {
  color: #5a7187;
  font-size: 15px;
  line-height: 1.65;
}

.optillo-v2-benefits-grid .optillo-v2-card,
.optillo-v2-usp-grid .optillo-v2-card,
.optillo-v2-audience-grid .optillo-v2-card {
  height: 100%;
}

.optillo-v2-usp-grid .elementor-icon-box-wrapper,
.optillo-v2-benefits-grid .elementor-icon-box-wrapper,
.optillo-v2-audience-grid .elementor-icon-box-wrapper {
  display: flex;
  gap: 14px;
}

.optillo-v2-usp-grid .elementor-icon-box-icon .elementor-icon,
.optillo-v2-benefits-grid .elementor-icon-box-icon .elementor-icon,
.optillo-v2-audience-grid .elementor-icon-box-icon .elementor-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #eaf4ff;
  color: #103f86;
  font-size: 22px;
  box-shadow: 0 12px 24px rgba(14, 53, 112, 0.1);
}

.optillo-v2-before-shots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.optillo-v2-before-shot {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 24px 58px rgba(2, 9, 20, 0.22);
}

.optillo-v2-before-shot .elementor-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
}

.optillo-v2-before-label p {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9fd0ff;
}

.optillo-v2-before-shots.optillo-v2-before-slider {
  position: relative;
  display: block;
  min-height: 520px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 60px rgba(2, 9, 20, 0.24);
  --optillo-before-pos: 50%;
}

.optillo-v2-before-slider .optillo-v2-before-shot {
  position: absolute;
  inset: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  overflow: hidden;
}

.optillo-v2-before-slider .optillo-v2-before-shot .elementor-widget-image,
.optillo-v2-before-slider .optillo-v2-before-shot .elementor-widget-container,
.optillo-v2-before-slider .optillo-v2-before-shot .elementor-image {
  height: 100%;
}

.optillo-v2-before-slider .optillo-v2-before-shot .elementor-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}

.optillo-v2-before-slider .optillo-v2-before-shot--overlay {
  clip-path: inset(0 calc(100% - var(--optillo-before-pos)) 0 0);
}

.optillo-v2-before-slider .optillo-v2-before-shot .optillo-v2-before-label {
  position: absolute;
  top: 24px;
  z-index: 3;
}

.optillo-v2-before-slider .optillo-v2-before-shot--base .optillo-v2-before-label {
  left: 24px;
}

.optillo-v2-before-slider .optillo-v2-before-shot--overlay .optillo-v2-before-label {
  right: 24px;
}

.optillo-v2-before-slider .optillo-v2-before-label p {
  margin: 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(6, 23, 40, 0.72);
  color: #ffffff;
}

.optillo-v2-before-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--optillo-before-pos);
  width: 48px;
  transform: translateX(-50%);
  border: 0;
  padding: 0;
  background: transparent;
  cursor: ew-resize;
  z-index: 5;
}

.optillo-v2-before-handle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 0 1px rgba(6, 23, 40, 0.16);
}

.optillo-v2-before-handle::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #ffffff;
  color: #0b2142;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(4, 18, 38, 0.24);
}

.optillo-v2-products .woocommerce ul.products {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.optillo-v2-products .woocommerce ul.products::before,
.optillo-v2-products .woocommerce ul.products::after {
  display: none;
}

.optillo-v2-products .woocommerce ul.products li.product {
  width: auto;
  margin: 0;
  float: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid #e5edf5;
  box-shadow: 0 18px 42px rgba(10, 31, 58, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.optillo-v2-products .woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 56px rgba(10, 31, 58, 0.12);
  border-color: #d3e3f1;
}

.optillo-v2-products .woocommerce ul.products li.product img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  margin-bottom: 8px;
}

.optillo-v2-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 64px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  color: #0b2142;
}

.optillo-v2-products .woocommerce ul.products li.product .price {
  color: #163f7b;
  font-size: 22px;
  font-weight: 800;
}

.optillo-v2-products .woocommerce ul.products li.product .button {
  margin-top: auto;
  width: 100%;
  text-align: center;
  border-radius: 999px;
  min-height: 54px;
  padding: 16px 24px;
  background: linear-gradient(180deg, #0b2142 0%, #123c77 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 16px 32px rgba(11, 33, 66, 0.16);
}

.optillo-v2-products .woocommerce ul.products li.product .button:hover {
  background: #194b94;
  color: #ffffff;
}

.optillo-v2-products .woocommerce ul.products li.product .astra-shop-thumbnail-wrap {
  padding: 18px;
  border-radius: 22px;
  background: #f8fbff;
}

.optillo-v2-newsletter {
  background: linear-gradient(135deg, #0b2142 0%, #15438a 100%);
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(8, 27, 53, 0.18);
}

.optillo-v2-newsletter .optillo-v2-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
  gap: 42px;
  align-items: stretch;
  padding-top: 64px;
  padding-bottom: 64px;
}

.optillo-v2-newsletter .elementor-heading-title,
.optillo-v2-newsletter p,
.optillo-v2-newsletter li,
.optillo-v2-footer p,
.optillo-v2-footer li,
.optillo-v2-footer a {
  color: #ffffff;
}

.optillo-v2-newsletter-form .elementor-form-fields-wrapper {
  display: flex;
  gap: 14px;
  align-items: flex-end;
}

.optillo-v2-newsletter-form .elementor-field-type-submit {
  width: auto;
  flex: 0 0 auto;
}

.optillo-v2-newsletter-form .elementor-field-group {
  margin: 0;
  width: 100%;
}

.optillo-v2-newsletter-form .elementor-field,
.optillo-v2-newsletter-form .elementor-field-textual {
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 0 20px;
}

.optillo-v2-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.optillo-v2-newsletter-form .elementor-button {
  min-width: 200px;
  min-height: 56px;
  background: #ffffff;
  color: #0b2142;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: none;
}

.optillo-v2-newsletter-form .elementor-button:hover {
  background: #dff0ff;
  color: #0b2142;
}

.optillo-v2-newsletter-media .elementor-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 20px 48px rgba(4, 18, 38, 0.24);
}

.optillo-v2-blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.optillo-v2-card--blog {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.optillo-v2-card--blog .elementor-image img {
  height: 240px;
}

.optillo-v2-card--blog .elementor-button {
  margin-top: auto;
}

.optillo-v2-footer {
  background: #061728;
  color: #ffffff;
  padding-top: 56px;
  padding-bottom: 30px;
}

.optillo-v2-footer h3,
.optillo-v2-footer h4 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 16px;
}

.optillo-v2-footer-column {
  padding: 0;
}

.optillo-v2-footer-column p {
  margin: 0 0 12px;
  color: #b8c9db;
  line-height: 1.7;
}

.optillo-v2-footer-column--brand p {
  max-width: 260px;
}

.optillo-v2-footer-logo .elementor-image img {
  width: 170px;
  height: auto;
  margin-bottom: 18px;
}

.optillo-v2-footer .elementor-widget-text-editor a {
  color: #cfe4ff;
  text-decoration: none;
}

.optillo-v2-footer .elementor-widget-text-editor a:hover {
  color: #ffffff;
}

.optillo-v2-footer-bottom {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.optillo-v2-footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #b7c9d8;
}

.optillo-v2-hide-desktop-title .entry-title {
  display: none;
}

@media (max-width: 1180px) {
  .optillo-v2-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .optillo-v2-category-grid > .e-con:nth-child(-n+3),
  .optillo-v2-category-grid > .e-con:nth-child(n+4) {
    grid-column: span 1;
  }

  .optillo-v2-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .optillo-v2-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .optillo-v2-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .optillo-v2-topbar-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .optillo-v2-topbar-item p {
    font-size: 12px;
  }

  .optillo-v2-hero .optillo-v2-inner,
  .optillo-v2-benefits-layout,
  .optillo-v2-before-grid,
  .optillo-v2-newsletter .optillo-v2-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .optillo-v2-usp-grid,
  .optillo-v2-audience-grid,
  .optillo-v2-blog-grid,
  .optillo-v2-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .optillo-v2-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .optillo-v2-products .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .optillo-v2-hero-media .elementor-image img {
    min-height: 420px;
  }

  .optillo-v2-header-nav .elementor-menu-toggle {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .optillo-v2-topbar-inner,
  .optillo-v2-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .optillo-v2-topbar-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .optillo-v2-topbar-item p {
    font-size: 11px;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .optillo-v2-topbar-item:last-child {
    grid-column: 1 / -1;
  }

  .optillo-v2-usp-grid,
  .optillo-v2-usp-grid,
  .optillo-v2-category-grid,
  .optillo-v2-benefits-grid,
  .optillo-v2-audience-grid,
  .optillo-v2-blog-grid,
  .optillo-v2-footer-grid,
  .optillo-v2-before-shots,
  .optillo-v2-products .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .optillo-v2-header-main {
    position: relative;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    align-items: center;
    gap: 6px;
  }

  .optillo-v2-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .optillo-v2-hero .optillo-v2-inner {
    gap: 24px;
  }

  .optillo-v2-hero-copy .elementor-heading-title {
    font-size: clamp(30px, 8.8vw, 42px);
    line-height: 1.02;
  }

  .optillo-v2-hero-subtitle .elementor-heading-title {
    font-size: 20px;
  }

  .optillo-v2-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .optillo-v2-hero-actions .elementor-button {
    width: 100%;
  }

  .optillo-v2-pill p {
    font-size: 15px;
  }

  .optillo-v2-hero-media::before {
    inset: auto -4px 14px 20px;
    height: 86%;
    border-radius: 26px;
  }

  .optillo-v2-hero-media .elementor-image img {
    min-height: 260px;
    border-radius: 26px;
  }

  .optillo-v2-before-shots.optillo-v2-before-slider,
  .optillo-v2-before-slider .optillo-v2-before-shot .elementor-image img {
    min-height: 340px;
  }

  .optillo-v2-products .woocommerce ul.products li.product img {
    height: 260px;
  }

  .optillo-v2-newsletter .optillo-v2-inner {
    gap: 24px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .optillo-v2-brand {
    grid-column: 1;
    grid-row: 1;
    justify-content: center;
    padding-right: 56px;
  }

  .optillo-v2-header-actions {
    display: none !important;
  }

  .optillo-v2-header-nav {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    width: 44px;
    min-width: 44px;
    order: initial;
    justify-self: auto;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    background: transparent;
  }

  .optillo-v2-mobile-nav-button {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #0b2142;
    padding: 0;
    cursor: pointer;
  }

  .optillo-v2-mobile-nav-button::before {
    content: none;
    display: none;
  }

  .optillo-v2-mobile-nav-button svg {
    display: none;
  }

  .optillo-v2-header-nav > .elementor-element,
  .optillo-v2-header-nav .elementor-widget-container {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }

  .optillo-v2-header-nav .elementor-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce5ef;
    border-radius: 999px;
    width: 44px;
    height: 44px;
    color: #0b2142;
    background: #ffffff;
    padding: 0;
  }

  .optillo-v2-header-nav .elementor-nav-menu--main {
    display: none !important;
  }

  .optillo-v2-header-nav .elementor-nav-menu--dropdown {
    margin-top: 14px;
    border: 1px solid #e3ebf3;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 44px rgba(10, 31, 58, 0.1);
    position: absolute;
    top: 44px;
    right: 0;
    width: min(280px, calc(100vw - 36px));
    padding: 10px 0;
    z-index: 30;
  }

  .optillo-v2-header-nav .elementor-nav-menu--dropdown a {
    color: #0b2142;
    font-weight: 700;
    display: block !important;
    min-height: 20px;
    line-height: 1.4;
    padding: 14px 18px !important;
  }

  .optillo-v2-header-nav .elementor-nav-menu--dropdown ul,
  .optillo-v2-header-nav .elementor-nav-menu--dropdown li {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  .optillo-v2-header-actions > .elementor-widget:not(:last-child) {
    display: none !important;
  }

  .optillo-v2-header-cart .elementor-button {
    min-height: 40px;
    min-width: auto;
    padding: 8px 10px;
    font-size: 12px;
  }

  .optillo-v2-hero-copy .elementor-heading-title {
    font-size: 34px;
  }

  .optillo-v2-hero-copy,
  .optillo-v2-hero-copy > .e-con,
  .optillo-v2-hero-copy .elementor-widget,
  .optillo-v2-hero-copy .elementor-widget-container,
  .optillo-v2-hero-copy .elementor-heading-title,
  .optillo-v2-hero-copy p,
  .optillo-v2-hero-actions {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .optillo-v2-hero-copy .elementor-heading-title,
  .optillo-v2-hero-copy p {
    overflow-wrap: break-word;
    word-break: normal;
  }

  .optillo-v2-hero-subtitle .elementor-heading-title {
    font-size: 22px;
  }

  .optillo-v2-hero-text p,
  .optillo-v2-section-copy p,
  .optillo-v2-lead p {
    font-size: 16px;
  }

  .optillo-v2-hero-actions,
  .optillo-v2-newsletter-form .elementor-form-fields-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .optillo-v2-hero {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  .optillo-v2-hero .optillo-v2-inner {
    gap: 28px;
    min-height: auto;
  }

  .optillo-v2-hero-media .elementor-image img {
    min-height: 280px;
    max-height: 360px;
  }

  .optillo-v2-card,
  .optillo-v2-products .woocommerce ul.products li.product {
    padding: 20px;
  }

  .optillo-v2-before-shot {
    padding: 18px;
  }

  .optillo-v2-before-shot .elementor-image img {
    height: 320px;
  }

  .optillo-v2-before-shots.optillo-v2-before-slider {
    min-height: 300px;
  }

  .optillo-v2-before-slider .optillo-v2-before-shot .elementor-image img {
    min-height: 300px;
  }

  .optillo-v2-before-slider .optillo-v2-before-shot .optillo-v2-before-label {
    top: 16px;
  }

  .optillo-v2-before-slider .optillo-v2-before-shot--base .optillo-v2-before-label {
    left: 16px;
  }

  .optillo-v2-before-slider .optillo-v2-before-shot--overlay .optillo-v2-before-label {
    right: 16px;
  }

  .optillo-v2-newsletter .optillo-v2-inner {
    gap: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .optillo-v2-newsletter-media .elementor-image img {
    min-height: 240px;
  }

  .optillo-v2-before-shot .elementor-image img,
  .optillo-v2-card--category .elementor-image img,
  .optillo-v2-card--blog .elementor-image img,
  .optillo-v2-products .woocommerce ul.products li.product img {
    height: 220px;
  }

  .optillo-v2-card,
  .optillo-v2-products .woocommerce ul.products li.product {
    width: 100%;
  }
}
