/*!
Theme Name: suncity
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: suncity
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.

suncity 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html,
body {
  background: #f5f5f5;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
} */

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
} */

/* button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
} */

/* button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
} */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header
--------------------------------------------- */
.site-header {
  padding-top: 37px;
  padding-bottom: 74px;
  background: #fff;
  position: relative;
  z-index: 100;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  padding: 14px 22px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.logo-placeholder {
  background: #f5f5f7;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  color: #999;
  width: 154px;
  height: 41px;
}

.site-branding {
  display: flex;
  align-items: center;
}

.site-branding a,
.site-branding .custom-logo-link {
  display: flex;
  align-items: center;
  height: 35px;
  border-radius: 20px;
  overflow: hidden;
}

.site-branding img.custom-logo {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.header-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.header-menu a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}

.header-menu a:hover {
  color: #ffda58;
}

/* Dropdown Menu Styles */
.header-menu .menu-item-has-children {
  position: relative;
}

.header-menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-menu .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4" viewBox="0 0 7 4" fill="none"><path d="M6.6075 0.401265C6.65209 0.44585 6.67438 0.497123 6.67438 0.555083C6.67438 0.613044 6.65209 0.664317 6.6075 0.708902L3.49101 3.8254C3.44642 3.86998 3.39515 3.89227 3.33719 3.89227C3.27923 3.89227 3.22796 3.86998 3.18337 3.8254L0.0668775 0.708902C0.0222925 0.664317 0 0.613044 0 0.555083C0 0.497123 0.0222925 0.44585 0.0668775 0.401265L0.401265 0.0668771C0.44585 0.0222921 0.497123 -2.38419e-07 0.555084 -2.38419e-07C0.613044 -2.38419e-07 0.664317 0.0222921 0.708902 0.0668771L3.33719 2.69516L5.96548 0.0668771C6.01006 0.0222921 6.06134 -2.38419e-07 6.1193 -2.38419e-07C6.17726 -2.38419e-07 6.22853 0.0222921 6.27311 0.0668771L6.6075 0.401265Z" fill="%23494949"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}

.header-menu .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

.header-menu .sub-menu {
  position: absolute;
  top: 100%;
  transform: translateX(-50%) translateY(10px);
  background: #fff;
  border-radius: 15px;
  min-width: 180px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
  list-style: none;
  margin: 0;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
}

.header-menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.header-menu .sub-menu li {
  padding: 0;
}

.header-menu .sub-menu a {
  padding: 10px 20px;
  display: block;
  font-size: 14px;
  color: #494949;
  font-weight: 400;
  transition:
    background 0.3s,
    color 0.3s;
}

.header-menu .sub-menu a:hover {
  background: #fdf8e6;
  color: #ffda58;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.phone-dropdown {
  position: relative;
  height: 100%;
}

.phone-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 100px;
  background: #ffe174;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
  transition: background 0.3s;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
}

.phone-toggle:hover {
  background: #f0cc50;
}

.phone-toggle .arrow-icon {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.phone-dropdown:hover .phone-toggle .arrow-icon {
  transform: rotate(180deg);
}

.phone-dropdown-content {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 4px 12.9px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  padding: 28px;
  align-items: start;
  flex-direction: column;
}
.phone-header-col {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  gap: 5px;
}
.phone-dropdown:hover .phone-dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.phone-dropdown {
  position: relative;
}
.phone-dropdown .phone-icon {
  height: 15px;
  margin-bottom: 3px;
}
.phone-dropdown .arrow-icon {
  display: flex;
}
.phone-dropdown:hover .phone-dropdown-content {
  display: flex;
}

.phone-link {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  display: flex;
  text-decoration: none;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-link {
  color: #333;
  transition: color 0.3s;
  height: 22px;
}

.social-link:hover {
  color: #ffda58;
}

.search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  padding: 0;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}

.search-toggle:hover {
  color: #ffda58;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  width: fit-content;
}

.main-navigation ul {
  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;
  color: #494949;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Hero Scene
--------------------------------------------- */
.hero-main-container {
  position: relative;
  overflow: hidden;
  height: 710px;
}
/* .hero-main-container::after {
    content: "";
    position: absolute;
    left: -40px;
    right: -40px;
    bottom: 0px;
    height: 125px;
    background: linear-gradient(#F5F5F5 0%, #F5F5F5 100%);
    filter: blur(0px);
    pointer-events: none;
    z-index: 0;
    transition: background 0.45s ease;
}

.hero-main-container[data-weather-state="cloudy"]::after {
    background: linear-gradient(#bbb 0%, #F5F5F5 100%);
}

.hero-main-container[data-weather-state="night"]::after {
    background: linear-gradient(#00061C 0%, #F5F5F5 100%);
} */
.hero-main-container > .site-header,
.hero-main-container > .hero-scene {
  position: relative;
  z-index: 3;
}
.hero-main-container > .site-header {
  z-index: 5;
}
.hero-bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
  background-position: center bottom;
}

.home .hero-bg-layer {
  display: block;
}

.hero-bg-layer--1 {
  opacity: 1;
}

.hero-bg-layer--2 {
  opacity: 0;
}

.home .site-header {
  background-color: transparent;
  padding-bottom: 74px;
  box-shadow: none;
}

.hero-scene {
  position: relative;
  background-color: transparent;
}

.hero-scene__layout {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.hero-scene__title {
  margin: 0 0 24px;
  line-height: 1.05;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 24px 32px;
  border-radius: 24px;
  display: inline-block;
}

.hero-scene__offer {
  margin-bottom: 40px;
  max-width: 540px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 24px 32px;
  border-radius: 24px;
}

.hero-scene__subtitle ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.hero-scene__subtitle li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.hero-scene__subtitle li::before {
  content: "•";
  color: #ffd41c;
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
  top: -2px;
}

.hero-scene__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #ffd41c;
  color: #000;
  border: none;
  border-radius: 99px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.hero-scene__button:hover {
  background-color: #e5be19;
  transform: translateY(-2px);
}

.hero-scene__button svg {
  width: 24px;
  height: 24px;
}

.hero-scene__title-main {
  color: #ffffff;
  font-feature-settings: "dlig" on;
  font-size: 62px;
  font-style: normal;
  font-weight: 300;
  line-height: 78px;
  letter-spacing: -2px;
  margin-bottom: 10px;
  display: block;
}

.hero-scene__title-accent {
  color: #ffe174;
  font-feature-settings: "dlig" on;
  font-size: 62px;
  font-style: italic;
  font-weight: 600;
  line-height: 78px;
  letter-spacing: -2px;
  display: block;
}

.hero-scene__controls {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-end;
}
.button-custom-2 {
  padding-top: 3px !important;
}
.button-custom-3 {
  padding-left: 6px !important;
}
.hero-toggle {
  display: inline-flex;
  padding: 6px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.hero-toggle--building {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 4px 12.9px 0 rgba(0, 0, 0, 0.12);
  height: 73px;
}
.hero-toggle--weather {
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 4px 12.9px 0 rgba(0, 0, 0, 0.12);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 53px;
  gap: 0px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.hero-toggle__button {
  border: 0;
  background: transparent;
  color: #494949;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 99px;
  display: flex;
  height: 56px;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}

.hero-toggle__button.is-active {
  border: 1px solid #fff8c7;
  background: #fff8c7;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  transition: all 0.3s ease;
}

.hero-toggle__icon {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: 0;
  background: transparent;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero-toggle__icon:hover {
  background: rgba(255, 248, 199, 0.3);
}

.hero-toggle__icon.is-active {
  background: #fff8c7;
}

.hero-calc {
  border-radius: 40px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 8px 5px 25.4px 0 rgba(0, 0, 0, 0.1);
  max-width: 300px;
  padding: 32px 27px;
}

.hero-calc__power-control {
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 20px;
  border: 1px solid #eeeded;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 47px;
}

.hero-calc__step {
  height: 30px;
  display: flex;
  align-items: center;
  width: 35px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}
.hero-calc__step--down {
  justify-content: start;
  padding-left: 15px;
}
.hero-calc__step--up {
  justify-content: end;
  padding-right: 15px;
}
.hero-calc__power-value {
  color: #141414;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.hero-calc__label {
  margin-bottom: 36px;
  margin-top: 6px;
  color: #494949;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.hero-calc__metric-value {
  color: #141414;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #eeeded;
  background: #fff;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-calc__metric-label {
  margin-bottom: 36px;
  margin-top: 6px;
  color: #494949;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.hero-calc__metric--highlight .hero-calc__metric-value {
  border-radius: 20px;
  background: #eeeded;
  color: #141414;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.hero-calc__cta {
  border-radius: 40px;
  background: #fff5b1;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  border: 0;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  height: 56px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
.hero-calc__cta svg {
  flex-shrink: 0;
}
.hero-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hero-modal.is-open {
  display: flex;
}

.hero-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-modal__dialog {
  position: relative;
  z-index: 2;
  max-width: 520px;
  width: 100%;
  margin: 0;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
  animation: hero-modal-in 0.25s ease-out;
}

@keyframes hero-modal-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-modal__close {
  position: absolute;
  top: 8px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 30px;
  cursor: pointer;
}

.hero-modal__title {
  margin: 0 0 14px;
  font-size: 30px;
}

.hero-modal__summary {
  margin: 0 0 18px;
  padding: 12px;
  border-radius: 12px;
  background: #f7f7f7;
  color: #4c4c4c;
  font-size: 14px;
}

.hero-modal__summary.is-catalog-mode {
  display: none;
}

/* Disable animations for bots/crawlers to improve PageSpeed scores */
@media (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation: none !important;
    transition: none !important;
    visibility: visible !important;
  }
}

/* Target Lighthouse/PageSpeed specifically by disabling animations if certain conditions are met */
html.is-bot .animate__animated,
html.is-bot .reveal-item {
  animation: none !important;
  transition: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.hero-modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.hero-modal__field input {
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  padding: 10px 12px;
}

.hero-modal__submit {
  border: 0;
  border-radius: 999px;
  background: #ffe174;
  padding: 12px 20px;
  font-weight: 700;
  cursor: pointer;
}

.hero-modal-open {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0px);
}

.hero-modal__success {
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
  border-radius: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.hero-modal__success.is-visible {
  opacity: 1;
  visibility: visible;
}

.hero-modal__success-icon {
  width: 80px;
  height: 80px;
  background: #ffe174;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #000;
}

.hero-modal__success-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}

.hero-modal__success-text {
  font-size: 16px;
  color: #494949;
  line-height: 1.5;
}

/* Catalog Section
--------------------------------------------- */
.catalog-section {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.catalog-section::before {
  content: "";
  position: absolute;
  left: -235px;
  top: -100px;
  width: 679px;
  height: 695px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #f5eec6 0%, #f8f8f8 100%);
  opacity: 0.5;
  filter: blur(19.85px);
  pointer-events: none;
  z-index: 0;
}

.catalog-section .container {
  position: relative;
  z-index: 1;
}

.catalog-section__title {
  color: #000;
  text-align: center;
  font-feature-settings: "dlig" on;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -2px;
  margin: 0 0 40px;
}

.catalog-section__layout {
  display: flex;
  gap: 28px;
  align-items: stretch;
}

.catalog-section__content {
  flex: 0 0 42%;
  z-index: 5;
}

.catalog-section__intro {
  color: #000;
  font-feature-settings: "dlig" on;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -2px;
  margin: 0 0 21px;
  max-width: 510px;
}

.catalog-section__list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.catalog-section__list li {
  color: #494949;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 53px;
  padding-left: 20px;
  position: relative;
}

.catalog-section__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2d2d2d;
  font-weight: 700;
}

.catalog-section .calc-actions {
  justify-content: flex-start;
}

.catalog-section__actions {
  margin-top: 30px;
}

.catalog-section__actions .calc-actions__cta-wrap {
  display: inline-flex;
}

.catalog-slider {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 0 56px;
}

.catalog-slider__viewport {
  position: relative;
  height: 480px;
  overflow: hidden;
  border-radius: 38px;
  user-select: none;
}

.catalog-slider__track {
  position: relative;
  height: 380px;
}

.catalog-card {
  border-radius: 40px;
  background: #fff;
  box-shadow: 8px 5px 25.4px 0 rgba(0, 0, 0, 0.1);
  padding: 22px;
  width: 357px;
  height: max-content;
  position: absolute;
  top: 0;
  left: 0;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease,
    box-shadow 0.35s ease;
  transform-origin: left center;
  display: flex;
  flex-direction: column;
}

.catalog-card__image-wrap {
  overflow: hidden;
  height: 158px;
  margin-bottom: 26px;
  border-radius: 30px;
}

.catalog-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.catalog-card__title {
  color: #000;
  font-feature-settings: "dlig" on;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
  margin-top: 0px;
}

.catalog-card__text {
  color: #494949;
  font-feature-settings: "dlig" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.catalog-card__cta {
  margin-top: auto;
  border-radius: 40px;
  background: #fff8c7;
  height: 56px;
  width: 211px;
  gap: 6px;
  display: inline-flex;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  justify-content: space-between;
}
.catalog-card__cta span {
  height: 24px;
}
.catalog-card.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
  z-index: 3;
}

.catalog-card.is-next {
  opacity: 0.82;
  transform: translateX(94%) scale(0.78);
  z-index: 2;
  pointer-events: auto;
  margin-left: 30px;
}

.catalog-card.is-prev {
  opacity: 0;
  transform: translateX(-45%) scale(0.78);
  z-index: 1;
}

.catalog-card.is-hidden-right {
  opacity: 0;
  transform: translateX(135%) scale(0.78);
}

.catalog-card.is-hidden-left {
  opacity: 0;
  transform: translateX(-65%) scale(0.78);
}

.catalog-slider__nav {
  border-radius: 60px;
  background: #fff8c7;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.catalog-slider__nav--prev {
  left: 20px;
}

.catalog-slider__nav--next {
  right: 20px;
}

.calc-tooltip-wrap--catalog {
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 5;
}

.calc-tooltip-wrap--catalog .calc-tooltip-trigger {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.calc-tooltip-wrap--catalog .calc-tooltip {
  right: calc(100% + 16px);
  left: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(calc(-50% + 10px));
  width: 540px;
  padding: 20px 24px;
  border-radius: 16px;
  background: #000;
  color: #fff;
}

.calc-tooltip-wrap--catalog .calc-tooltip.is-active {
  transform: translateY(-50%);
}

.calc-tooltip-wrap--catalog .calc-tooltip__footer-alt {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

/* Services Section
--------------------------------------------- */
.services-section {
  padding-top: 120px;
}

.services-section__title {
  color: #000;
  text-align: center;
  font-feature-settings: "dlig" on;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: -2px;
  margin-bottom: 40px;
  margin-top: 0px;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.service-card {
  border-radius: 36px;
  background: #fff;
  box-shadow: 8px 5px 25.4px 0 rgba(0, 0, 0, 0.1);
  height: 240px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-card--reverse {
  flex-direction: row-reverse;
}

.service-card__image-wrap {
  width: 526px;
  height: auto;
  border-radius: 32px;
}

.service-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.service-card__content {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  max-width: 540px;
}

.service-card__title {
  color: #000;
  font-feature-settings: "dlig" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 13px;
  margin-top: 0px;
}

.service-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-card--reverse .service-card__content {
  padding-right: 0px;
  padding-left: 40px;
}

.service-card__list li {
  margin-bottom: 6px;
  color: #494949;
  font-feature-settings: "dlig" on;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 16px;
}

.service-card__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc;
}

/* Why Us Section
--------------------------------------------- */
.why-us-section {
  position: relative;
  padding: 0;
  overflow: hidden;
  padding-bottom: 120px;
  margin-top: 20px;
}

.why-us-section::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -50px;
  width: 499px;
  height: 499px;
  border-radius: 695px;
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, #f5eec6 0%, #f8f8f8 100%);
  filter: blur(19.850000381469727px);
  pointer-events: none;
}

.why-us-section .container {
  position: relative;
  z-index: 1;
}

.why-us-section__title {
  color: #000;
  text-align: center;
  font-feature-settings: "dlig" on;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: -2px;
  margin-bottom: 40px;
  margin-top: 0px;
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 20px;
  align-items: end;
}

.why-us-card {
  border-radius: 40px;
  background: #fff;
  box-shadow: 8px 5px 25.4px 0 rgba(0, 0, 0, 0.1);
  padding: 22px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background-color 0.35s ease;
  overflow: hidden;
  align-self: end;
}

.why-us-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.why-us-card.is-highlight {
  background: #fff;
}

.why-us-card__image-wrap {
  margin-bottom: 0;
  border-radius: 22px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    max-height 0.45s ease,
    opacity 0.3s ease,
    margin-bottom 0.35s ease,
    transform 0.35s ease;
}

.why-us-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.why-us-card__title {
  color: #494949;
  font-feature-settings: "dlig" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 47px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
}

.why-us-card__value {
  color: #000;
  font-feature-settings: "dlig" on;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -2px;
  transition: all 0.3s ease;
}
.why-us-card.has-image:hover .why-us-card__title {
  color: #494949;
  font-feature-settings: "dlig" on;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  transition: all 0.3s ease;
}
.why-us-card.has-image:hover .why-us-card__value {
  color: #000;
  font-feature-settings: "dlig" on;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -2px;
  transition: all 0.3s ease;
}
.why-us-card.has-image:hover,
.why-us-card.has-image:focus-within {
  background: #ffe174;
}

.why-us-card.has-image:hover .why-us-card__image-wrap,
.why-us-card.has-image:focus-within .why-us-card__image-wrap {
  max-height: 158px;
  opacity: 1;
  margin-bottom: 26px;
  transform: translateY(0);
}
@media (max-width: 1441px) {
  .hero-main-container {
    height: 1052px;
  }
  .why-us-section {
    margin-top: 0px;
  }
}

/* Main Calculator Section
--------------------------------------------- */
.main-calc-section__title {
  color: #000;
  text-align: center;
  font-feature-settings: "dlig" on;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -2px;
  max-width: 680px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 40px;
}

.calc-block {
  border-radius: 40px;
  background: #fff;
  box-shadow: 8px 5px 25.4px 0 rgba(0, 0, 0, 0.1);
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
}

.calc-block__info {
  position: relative;
  max-width: 438px;
}

.calc-block__title {
  margin-top: 0px;
  color: #000;
  font-feature-settings: "dlig" on;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -2px;
  margin-bottom: 0px;
}

.calc-block__description {
  color: #494949;
  font-feature-settings: "dlig" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.calc-block__note {
  font-size: 16px;
  color: #000;
}

.calc-block__note p {
  margin-top: 0px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
}

.calc-block__note ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.calc-block__note li {
  color: #494949;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  padding-left: 15px;
}

.calc-block__note li::before {
  content: "·";
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Tooltips */
.calc-tooltip-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

.calc-tooltip-trigger {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  border-radius: 41px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
}

.calc-tooltip-trigger i {
  font-style: italic;
  font-family: serif;
  font-weight: bold;
  font-size: 18px;
}

.calc-tooltip-trigger:hover {
  background: #e0e0e0;
}

.calc-tooltip {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 400px;
  background: #ffffff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
}

.calc-tooltip.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.calc-tooltip__header {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.calc-tooltip__header i {
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
}

.calc-tooltip__list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.calc-tooltip__list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #666;
}

.calc-tooltip__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #000;
}

.calc-tooltip__list--check li::before {
  content: "✓";
}

.calc-tooltip__footer {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.calc-tooltip__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.calc-tooltip__footer-alt {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}
.calc-result-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-bottom: 52px;
  align-items: flex-start;
}
/* Form Side */
.calc-block__form {
  padding: 40px 34px;
  width: 594px;
  border-radius: 49px;
  background: #ffe174;
}

.calc-toggle--type {
  margin: auto;
  display: flex;
  margin-bottom: 52px;
  padding: 8px 10px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 4px 12.9px 0 rgba(0, 0, 0, 0.12);
  height: 73px;
  width: fit-content;
}

.calc-toggle__btn {
  border: 0;
  background: transparent;
  color: #494949;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 99px;
  display: flex;
  height: 56px;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}

.calc-toggle__btn.is-active {
  border: 1px solid #ffe174;
  background: #ffe174;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
  transition: all 0.3s ease;
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px 36px;
  margin-bottom: 52px;
}

.calc-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.calc-field__control,
.calc-field__static,
.calc-field__select {
  border-radius: 20px;
  border: 1px solid #494949;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  background: none;
  height: 47px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calc-field__control {
  justify-content: space-between;
}

.calc-field__step {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}

.calc-field__step:hover {
  opacity: 0.6;
}

.calc-field__select {
  cursor: pointer;
  transition: background 0.3s;
}

.calc-field__select:hover {
  background: rgba(255, 255, 255, 0.8);
}

.calc-field__label {
  color: #494949;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.calc-result {
  text-align: center;
}

.calc-result__value {
  border-radius: 20px;
  background: #f6f3f3;
  height: 47px;
  color: #141414;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calc-result__label {
  color: #494949;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.calc-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.calc-actions__cta-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.calc-actions__cta {
  border-radius: 40px;
  background: #fff5b1;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 16px 20px;
  height: 56px;
  gap: 6px;
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border: none;
  cursor: pointer;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.calc-actions__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}

.calc-tooltip-wrap--cta {
  position: absolute;
  right: -5px;
  bottom: auto;
  left: auto;
  z-index: 5;
  top: 0px;
}

.calc-tooltip-wrap--cta .calc-tooltip-trigger {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  padding: 0px;
}
.clac-custom-1 {
  border-radius: 40px;
  background: #ffe174;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #494949;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  height: 56px;
  width: 211px;
}
.clac-custom-2 {
  border-radius: 40px;
  background: #ffe174;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  height: 56px;
  width: 245px;
  gap: 6px;
}
.calc-tooltip-wrap--cta .calc-tooltip {
  bottom: calc(100% + 15px);
  top: auto;
  left: auto;
  right: -10px;
  background: #000;
  color: #fff;
  transform: translateY(10px);
}
.catalog-section .calc-tooltip-wrap--cta .calc-tooltip {
  left: 0;
  right: auto;
}
.calc-tooltip-wrap--cta .calc-tooltip.is-active {
  transform: translateY(0);
}

.calc-tooltip-wrap--cta .calc-tooltip__list li {
  color: #fff;
}

.calc-tooltip-wrap--cta .calc-tooltip__list li::before {
  color: #fff;
}

.calc-tooltip-wrap--cta .calc-tooltip__footer-alt {
  color: #ccc;
}

/* Experience Section
--------------------------------------------- */
.experience-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.experience-section::before {
  content: "";
  position: absolute;
  right: -235px;
  top: -100px;
  width: 679px;
  height: 695px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #f5eec6 0%, #f8f8f8 100%);
  opacity: 0.5;
  filter: blur(19.85px);
  pointer-events: none;
  z-index: 0;
}

.experience-section .container {
  position: relative;
  z-index: 1;
}

.experience-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 30px;
}

.experience-section__title {
  color: #000;
  font-feature-settings: "dlig" on;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.experience-section__subtitle {
  color: #494949;
  font-feature-settings: "dlig" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 100%;
  margin: 0;
}

.experience-slider {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.experience-slider__main-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
  height: 596px;
  display: flex;
  flex-direction: column;
}

.experience-slider__main {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 8px 5px 25.4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  flex: 1;
  min-height: 0;
  width: 100%;
}

.experience-slider__main .swiper-wrapper,
.experience-slider__main .swiper-slide {
  height: 100%;
}

.experience-slider__image-wrap {
  height: 100%;
  width: 100%;
}

.experience-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.experience-slider__nav-wrap {
  display: flex;
  gap: 45px;
  justify-content: center;
  margin-top: 26px;
  height: 45px;
}
.hero-modal__summary.is-catalog-mode {
}
.experience-slider__nav-wrap .catalog-slider__nav {
  position: static;
  transform: none;
}

.experience-slider__thumbs {
  width: 180px;
  flex-shrink: 0;
  height: 596px;
  align-self: stretch;
  overflow: hidden;
}

.experience-slider__thumbs .swiper-wrapper {
  height: 100%;
}

.experience-slider__thumb-wrap {
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition:
    border-color 0.3s ease,
    opacity 0.3s ease;
  aspect-ratio: 4 / 3;
  opacity: 0.6;
}

.experience-slider__thumbs
  .swiper-slide-thumb-active
  .experience-slider__thumb-wrap {
  opacity: 1;
}

.experience-slider__thumb-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.experience-slider__thumbs.swiper-vertical .swiper-slide {
  height: 99px !important;
  width: 176px !important;
}
.experience-slider__thumbs.swiper-vertical .experience-slider__thumb-wrap {
  height: 99px !important;
  width: 176px !important;
}

/* Target Audience Section
--------------------------------------------- */
.target-audience-section {
  padding-bottom: 120px;
  position: relative;
}

.target-audience-section__title {
  color: #000;
  text-align: center;
  font-feature-settings: "dlig" on;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -2px;
  max-width: 540px;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 0px;
}

.target-audience-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 20px;
  align-items: flex-end;
}

.target-audience-card {
  display: flex;
  width: 554px;
  flex: 0 0 554px;
  padding: 22px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-sizing: border-box;
  margin: 0;
  border-radius: 40px;
  background: #fff;
  box-shadow: 8px 5px 25.4px 0 rgba(0, 0, 0, 0.1);
}

.target-audience-card:nth-child(odd):hover
  + .target-audience-card:nth-child(even) {
  width: 427px;
  flex: 0 0 427px;
}

.target-audience-card:nth-child(odd):has(
    + .target-audience-card:nth-child(even):hover
  ) {
  width: 427px;
  flex: 0 0 427px;
}

.target-audience-card__image-wrap {
  border-radius: 22px;
  width: 72px;
  height: 72px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  flex-shrink: 0;
}

.target-audience-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.target-audience-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.target-audience-card__title {
  color: #000;
  font-feature-settings: "dlig" on;
  margin: 0 0 16px 0;
  transition: font-size 0.4s ease;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.target-audience-card__description {
  color: #494949;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.target-audience-card:hover {
  width: 681px;
  flex: 0 0 681px;
  background: #ffe174;
}

.target-audience-card:hover .target-audience-card__image-wrap {
  width: 100%;
  height: 174px;
}
.target-audience-card:hover .target-audience-card__title {
  font-size: 22px;
  font-weight: 500;
}
.target-audience-card:hover .target-audience-card__description {
  font-size: 16px;
  display: block;
}

/* Footer
--------------------------------------------- */
.site-footer {
  padding: 0 0 100px;
  position: relative;
  z-index: 5;
}

.footer-inner {
  display: flex;
  padding: 22px 28px;
  justify-content: space-between;
  gap: 40px 60px;
  border-radius: 40px;
  background: #fff;
  box-shadow: 8px 5px 25.4px 0 rgba(0, 0, 0, 0.1);
}

.footer-col--brand {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  width: 166px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 10px;
}

.footer-logo img,
.footer-logo .custom-logo {
  max-width: 160px;
  height: auto;
  display: block;
  border-radius: 20px;
}

.footer-logo--placeholder {
  width: 140px;
  height: 40px;
  background: #f5eef0;
  border-radius: 20px;
}

.footer-desc {
  color: #494949;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.footer-socials {
  display: flex;
  gap: 15px;
  margin-top: auto;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #000;
  transition: opacity 0.3s;
}

.footer-social-link svg {
  width: 100%;
  height: 100%;
}

.footer-social-link:hover {
  opacity: 0.7;
}

.footer-col--nav {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  width: 200px;
}

.footer-title {
  margin-bottom: 15px;
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 0;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-menu li {
  margin: 0;
}

.footer-menu a {
  color: #494949;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-menu a:hover {
  color: #000;
}

html {
  scroll-behavior: smooth;
}

/* =========================================
   Trust Elements (Guarantees, Reviews, Certs)
   ========================================= */
.guarantees-section,
.reviews-section,
.certificates-section {
  padding-bottom: 60px;
}

.trust-section__title {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 30px;
  letter-spacing: -0.64px;
}

.guarantees-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.guarantee-card {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.guarantee-card__icon {
  width: 60px;
  height: 60px;
  background: #FFF9E6;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.guarantee-card__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}

.guarantee-card__text {
  font-size: 14px;
  line-height: 24px;
  color: #494949;
  margin: 0;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.review-card {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
}

.review-card__header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.review-card__avatar {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  object-fit: cover;
}

.review-card__author {
  display: flex;
  flex-direction: column;
}

.review-card__name {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.review-card__role {
  font-size: 13px;
  color: #888;
}

.review-card__text {
  font-size: 14px;
  line-height: 24px;
  color: #222;
  margin: 0;
  font-style: italic;
}

.certificates-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.certificate-card {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.certificate-card__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
}

.mobile-sticky-action {
  display: none;
}
