/* hebrew */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/varelaround/v21/w8gdH283Tvk__Lua32TysjIfpcuPP9g.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/varelaround/v21/w8gdH283Tvk__Lua32TysjIfqMuPP9g.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/varelaround/v21/w8gdH283Tvk__Lua32TysjIfqcuPP9g.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/varelaround/v21/w8gdH283Tvk__Lua32TysjIfp8uP.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    /*
    --primary-navy: #1a2f4a;
    --secondary-cyan: #00d9ff;
    --bg-white: #fff;
    --bg-alt: #f8fafb;
    --text-primary: #1a2f4a;
    --text-secondary: #5a6c7d;
    --accent-warm: #ffb84d;
    */
    --font-heading: 'Varela Round', sans-serif;
    --font-body: 'Varela Round', sans-serif;
    --transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1)
}

html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden
}

body {
    font-family: var(--font-body);
    color: var(--text-primary);
    background: var(--bg-white);
    line-height: 1.6;
    /* overflow-x: hidden; */
    margin: 0;
    padding: 0;
    width: 100%
}
body.home {
    overflow-x: hidden;
}

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

main {
    display: block
}

progress {
    vertical-align: baseline
}

html {
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

body,
button,
input,
select,
textarea {
    /* font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
    line-height: 1.5
}

p {
    margin-bottom: 1.5em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit
}

pre {
    background: rgba(0, 0, 0, .05);
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    margin-bottom: 1.5em;
    padding: 20px;
    overflow: auto;
    max-width: 100%
}

blockquote {
    border-left: 5px solid rgba(0, 0, 0, .05);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative
}

blockquote p:last-child {
    margin: 0
}

table,
td,
th {
    border: 1px solid rgba(0, 0, 0, .1)
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%
}

td,
th {
    padding: 8px
}

th {
    border-width: 0 1px 1px 0
}

td {
    border-width: 0 1px 1px 0
}

hr {
    background-color: rgba(0, 0, 0, .1);
    border: 0;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px
}

fieldset {
    padding: 0;
    border: 0;
    min-width: inherit
}

fieldset legend {
    padding: 0;
    margin-bottom: 1.5em
}

h1 {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none
}

h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none
}

h3 {
    font-size: 29px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h4,
h5,
h6 {
    margin-bottom: 20px
}

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

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

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

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

b,
strong {
    font-weight: 700
}

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

address {
    margin: 0 0 1.5em
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

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

ins,
mark {
    text-decoration: none
}

sub,
sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

figure {
    margin: 0
}

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

th {
    font-weight: 700
}

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

button,
input[type=button],
input[type=reset],
input[type=submit] {
    background: #55555e;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 20px
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border: 1px solid;
    border-radius: 0;
    padding: 10px 15px;
    max-width: 100%
}

textarea {
    width: 100%
}

a,
button,
input {
    transition: color .1s ease-in-out, background-color .1s ease-in-out
}

a {
    text-decoration: none
}

.button,
.wp-block-button .wp-block-button__link {
    padding: 10px 20px;
    display: inline-block
}

.wp-block-button .wp-block-button__link {
    font-size: inherit;
    line-height: inherit
}

.using-mouse :focus {
    outline: 0
}

.using-mouse ::-moz-focus-inner {
    border: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto
}

.no-sidebar .entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto
}

.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, .6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .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
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.main-navigation {
    z-index: 100;
    padding: 0;
    clear: both;
    display: block
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
    font-size: 15px
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation .main-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px
}

.inside-navigation {
    position: relative
}

.main-navigation .inside-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.main-navigation .main-nav>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.main-navigation li {
    position: relative
}

.main-navigation .menu-bar-items {
    display: flex;
    align-items: center;
    font-size: 15px
}

.main-navigation .menu-bar-items a {
    color: inherit
}

.main-navigation .menu-bar-item {
    position: relative
}

.main-navigation .menu-bar-item.search-item {
    z-index: 20
}

.main-navigation .menu-bar-item>a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px
}

.sidebar .main-navigation .main-nav {
    flex-basis: 100%
}

.sidebar .main-navigation .main-nav>ul {
    flex-direction: column
}

.sidebar .main-navigation .menu-bar-items {
    margin: 0 auto
}

.sidebar .main-navigation .menu-bar-items .search-item {
    order: 10
}

.nav-align-center .inside-navigation {
    justify-content: center
}

.nav-align-center .main-nav>ul {
    justify-content: center
}

.nav-align-right .inside-navigation {
    justify-content: flex-end
}

.main-navigation ul ul {
    display: block;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
    float: left;
    position: absolute;
    left: -99999px;
    opacity: 0;
    z-index: 99999;
    width: 200px;
    text-align: left;
    top: auto;
    transition: opacity 80ms linear;
    transition-delay: 0s;
    pointer-events: none;
    height: 0;
    overflow: hidden
}

.main-navigation ul ul a {
    display: block
}

.main-navigation ul ul li {
    width: 100%
}

.main-navigation .main-nav ul ul li a {
    line-height: normal;
    padding: 10px 20px;
    font-size: 14px
}

.main-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 0;
    position: relative
}

.main-navigation.sub-menu-left ul ul {
    box-shadow: -1px 1px 0 rgba(0, 0, 0, .1)
}

.main-navigation.sub-menu-left .sub-menu {
    right: 0
}

.main-navigation:not(.toggled) ul li.sfHover>ul,
.main-navigation:not(.toggled) ul li:hover>ul {
    left: auto;
    opacity: 1;
    transition-delay: 150ms;
    pointer-events: auto;
    height: auto;
    overflow: visible
}

.main-navigation:not(.toggled) ul ul li.sfHover>ul,
.main-navigation:not(.toggled) ul ul li:hover>ul {
    left: 100%;
    top: 0
}

.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,
.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul {
    right: 100%;
    left: auto
}

.nav-float-right .main-navigation ul ul ul {
    top: 0
}

.menu-item-has-children .dropdown-menu-toggle {
    display: inline-block;
    height: 100%;
    clear: both;
    padding-right: 20px;
    padding-left: 10px
}

.menu-item-has-children ul .dropdown-menu-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px
}

.sidebar .menu-item-has-children .dropdown-menu-toggle,
nav ul ul .menu-item-has-children .dropdown-menu-toggle {
    float: right
}

.widget-area .main-navigation li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0
}

.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,
.sidebar .main-navigation.sub-menu-right ul li:hover ul {
    top: 0;
    left: 100%
}

.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,
.sidebar .main-navigation.sub-menu-left ul li:hover ul {
    top: 0;
    right: 100%
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 2em;
    overflow: hidden
}

.site-main .post-navigation {
    margin-bottom: 0
}

.paging-navigation .nav-next,
.paging-navigation .nav-previous {
    display: none
}

.paging-navigation .nav-links>* {
    padding: 0 5px
}

.paging-navigation .nav-links .current {
    font-weight: 700
}

.nav-links>:first-child {
    padding-left: 0
}

.site-header {
    position: relative
}

.inside-header {
    padding: 20px 40px
}

.main-title {
    margin: 0;
    font-size: 25px;
    line-height: 1.2em;
    word-wrap: break-word;
    font-weight: 700;
    text-transform: none
}

.site-description {
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none;
    font-size: 15px
}

.site-logo {
    display: inline-block;
    max-width: 100%
}

.site-header .header-image {
    vertical-align: middle
}

.inside-header {
    display: flex;
    align-items: center
}

.header-widget {
    margin-left: auto
}

.header-widget p:last-child {
    margin-bottom: 0
}

.nav-float-right .header-widget {
    margin-left: 20px
}

.nav-float-right #site-navigation {
    margin-left: auto
}

.nav-float-left #site-navigation {
    margin-right: auto;
    order: -10
}

.nav-float-left .header-widget {
    margin-left: 0;
    margin-right: 20px;
    order: -15
}

.header-aligned-center:not([class*=nav-float-]) .inside-header {
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.header-aligned-center:not([class*=nav-float-]) .header-widget {
    margin-left: auto;
    margin-right: auto
}

.header-aligned-center:not([class*=nav-float-]) .inside-header>:not(:first-child) {
    margin-top: 1em
}

.header-aligned-right:not([class*=nav-float-]) .inside-header {
    justify-content: flex-end
}

.header-aligned-right:not([class*=nav-float-]) .header-widget {
    margin-right: auto;
    margin-left: 0;
    order: -10
}

.site-branding-container {
    display: inline-flex;
    align-items: center;
    text-align: left;
    flex-shrink: 0
}

.site-branding-container .site-logo {
    margin-right: 1em
}

.sticky {
    display: block
}

.entry-header .gp-icon,
.posted-on .updated {
    display: none
}

.byline,
.entry-header .cat-links,
.entry-header .comments-link,
.entry-header .tags-links,
.group-blog .byline,
.single .byline {
    display: inline
}

footer.entry-meta .byline,
footer.entry-meta .posted-on {
    display: block
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
    margin-top: 2em
}

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

.archive .format-aside .entry-header,
.archive .format-status .entry-header,
.archive .format-status .entry-meta,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.blog .format-status .entry-header,
.blog .format-status .entry-meta,
.blog .format-status .entry-title {
    display: none
}

.archive .format-aside .entry-content,
.archive .format-status .entry-content,
.blog .format-aside .entry-content,
.blog .format-status .entry-content {
    margin-top: 0
}

.archive .format-status .entry-content p:last-child,
.blog .format-status .entry-content p:last-child {
    margin-bottom: 0
}

.entry-header,
.site-content {
    word-wrap: break-word
}

.entry-title {
    margin-bottom: 0
}

.author .page-header .page-title {
    display: flex;
    align-items: center
}

.author .page-header .avatar {
    margin-right: 20px
}

.page-header .author-info>:last-child,
.page-header>:last-child {
    margin-bottom: 0
}

.entry-meta {
    font-size: 85%;
    margin-top: .5em;
    line-height: 1.5
}

footer.entry-meta {
    margin-top: 2em
}

.cat-links,
.comments-link,
.tags-links {
    display: block
}

.entry-content>p:last-child,
.entry-summary>p:last-child,
.page-content>p:last-child,
.read-more-container,
.taxonomy-description p:last-child {
    margin-bottom: 0
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    position: relative
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto 0;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    font-size: 75%;
    padding-top: 5px;
    opacity: .8
}

.wp-caption img {
    position: relative;
    vertical-align: bottom
}

.wp-block-image figcaption {
    font-size: 13px;
    text-align: center
}

.wp-block-gallery,
ul.blocks-gallery-grid {
    margin-left: 0
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    background: rgba(255, 255, 255, .7);
    color: #000;
    padding: 10px;
    box-sizing: border-box
}

.gallery {
    margin-bottom: 1.5em
}

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

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.site-main .gallery {
    margin-bottom: 1.5em
}

.gallery-item img {
    vertical-align: bottom
}

.gallery-icon {
    padding: 5px
}

embed,
iframe,
object {
    max-width: 100%
}

.wp-block-post-template {
    margin-left: 0
}

.widget-area .widget {
    padding: 40px
}

.widget select {
    max-width: 100%
}

.footer-widgets .widget :last-child,
.sidebar .widget :last-child {
    margin-bottom: 0
}

.widget-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none
}

.widget ol,
.widget ul {
    margin: 0
}

.widget .search-field {
    width: 100%
}

.widget .search-form {
    display: flex
}

.widget .search-form button.search-submit {
    font-size: 15px
}

.footer-widgets .widget {
    margin-bottom: 30px
}

.footer-widgets .widget:last-child,
.sidebar .widget:last-child {
    margin-bottom: 0
}

.widget ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: .5em
}

.widget ul li ul {
    margin-left: 1em;
    margin-top: .5em
}

.wp-calendar-table {
    table-layout: fixed
}

.site-content {
    display: flex
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
}

.page-header,
.sidebar .widget,
.site-main>* {
    margin-bottom: 20px
}

.both-left .inside-left-sidebar,
.both-right .inside-left-sidebar {
    margin-right: 10px
}

.both-left .inside-right-sidebar,
.both-right .inside-right-sidebar {
    margin-left: 10px
}

.one-container.both-right .site-main,
.one-container.right-sidebar .site-main {
    margin-right: 40px
}

.one-container.both-left .site-main,
.one-container.left-sidebar .site-main {
    margin-left: 40px
}

.one-container.both-sidebars .site-main {
    margin: 0 40px 0 40px
}

.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
    padding-bottom: 40px
}

.one-container .site-content {
    padding: 40px
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 40px
}

.separate-containers .site-main {
    margin: 20px
}

.separate-containers.no-sidebar .site-main {
    margin-left: 0;
    margin-right: 0
}

.separate-containers.both-right .site-main,
.separate-containers.right-sidebar .site-main {
    margin-left: 0
}

.separate-containers.both-left .site-main,
.separate-containers.left-sidebar .site-main {
    margin-right: 0
}

.separate-containers .inside-left-sidebar,
.separate-containers .inside-right-sidebar {
    margin-top: 20px;
    margin-bottom: 20px
}

.inside-page-header {
    padding: 40px
}

.widget-area .main-navigation {
    margin-bottom: 20px
}

.one-container .site-main>:last-child,
.separate-containers .site-main>:last-child {
    margin-bottom: 0
}

.full-width-content .container.grid-container {
    max-width: 100%
}

.full-width-content.no-sidebar.separate-containers .site-main {
    margin: 0
}

.full-width-content.one-container .site-content,
.full-width-content.separate-containers .inside-article {
    padding: 0
}

.full-width-content .entry-content .alignwide {
    margin-left: 0;
    width: auto;
    max-width: unset
}

.contained-content.one-container .site-content,
.contained-content.separate-containers .inside-article {
    padding: 0
}

.sidebar .grid-container {
    max-width: 100%;
    width: 100%
}

.both-left .is-left-sidebar,
.both-sidebars .is-left-sidebar,
.left-sidebar .sidebar {
    order: -10
}

.both-left .is-right-sidebar {
    order: -5
}

.both-right .is-left-sidebar {
    order: 5
}

.both-right .is-right-sidebar,
.both-sidebars .is-right-sidebar {
    order: 10
}

.inside-site-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px
}

.site-info {
    text-align: center;
    font-size: 15px
}

.post-image:not(:first-child) {
    margin-top: 2em
}

.featured-image {
    line-height: 0
}

.separate-containers .featured-image {
    margin-top: 20px
}

.separate-containers .inside-article>.featured-image {
    margin-top: 0;
    margin-bottom: 2em
}

.one-container .inside-article>.featured-image {
    margin-top: 0;
    margin-bottom: 2em
}

.gp-icon {
    display: inline-flex;
    align-self: center
}

.gp-icon svg {
    height: 1em;
    width: 1em;
    top: .125em;
    position: relative;
    fill: currentColor
}

.close-search .icon-search svg:first-child,
.icon-menu-bars svg:nth-child(2),
.icon-search svg:nth-child(2),
.toggled .icon-menu-bars svg:first-child {
    display: none
}

.close-search .icon-search svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(2) {
    display: block
}

.entry-meta .gp-icon {
    margin-right: .6em;
    opacity: .7
}

nav.toggled .icon-arrow-left svg {
    transform: rotate(-90deg)
}

nav.toggled .icon-arrow-right svg {
    transform: rotate(90deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg {
    transform: rotate(180deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg {
    transform: rotate(-270deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg {
    transform: rotate(270deg)
}

.container.grid-container {
    width: auto
}

.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
    display: none
}

.menu-toggle {
    padding: 0 20px;
    line-height: 60px;
    margin: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    cursor: pointer
}

.menu-toggle .mobile-menu {
    padding-left: 3px
}

.menu-toggle .gp-icon+.mobile-menu {
    padding-left: 9px
}

.menu-toggle .mobile-menu:empty {
    display: none
}

button.menu-toggle {
    background-color: transparent;
    flex-grow: 1;
    border: 0;
    text-align: center
}

button.menu-toggle:active,
button.menu-toggle:focus,
button.menu-toggle:hover {
    background-color: transparent
}

.has-menu-bar-items button.menu-toggle {
    flex-grow: 0
}

nav.toggled ul ul.sub-menu {
    width: 100%
}

.toggled .menu-item-has-children .dropdown-menu-toggle {
    padding-left: 20px
}

.main-navigation.toggled .main-nav {
    flex-basis: 100%;
    order: 3
}

.main-navigation.toggled .main-nav>ul {
    display: block
}

.main-navigation.toggled .main-nav li {
    width: 100%;
    text-align: left
}

.main-navigation.toggled .main-nav ul ul {
    transition: 0s;
    visibility: hidden;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.main-navigation.toggled .main-nav ul ul li:last-child>ul {
    border-bottom: 0
}

.main-navigation.toggled .main-nav ul ul.toggled-on {
    position: relative;
    top: 0;
    left: auto !important;
    right: auto !important;
    width: 100%;
    pointer-events: auto;
    height: auto;
    opacity: 1;
    display: block;
    visibility: visible;
    float: none
}

.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
    float: right
}

.mobile-menu-control-wrapper {
    display: none;
    margin-left: auto;
    align-items: center
}

.has-inline-mobile-toggle #site-navigation.toggled {
    margin-top: 1.5em
}

.has-inline-mobile-toggle #site-navigation.has-active-search {
    margin-top: 1.5em
}

.has-inline-mobile-toggle #site-navigation.has-active-search .nav-search-active {
    position: relative
}

.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input {
    outline: auto
}

.nav-float-left .mobile-menu-control-wrapper {
    order: -10;
    margin-left: 0;
    margin-right: auto;
    flex-direction: row-reverse
}

/* header */

.top-bar {
    background: var(--primary-navy);
    color: #fff;
    padding: 10px 0;
    font-size: 14px
}

.top-bar-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px
}

.top-bar-contact {
    display: flex;
    gap: 25px;
    align-items: center
}

.top-bar-contact a {
    color: #fff;
    text-decoration: none;
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
    gap: 6px
}

.top-bar-contact a:hover {
    color: var(--secondary-cyan)
}

.top-bar-promo {
    color: var(--secondary-cyan);
    font-weight: 500
}

.header {
    background: var(--bg-white);
    box-shadow: 0 2px 12px rgba(26, 47, 74, .08);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition-smooth)
}

.header.is-sticky {
    box-shadow: 0 4px 20px rgba(26, 47, 74, .12)
}

.header-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    transition: height .3s ease;
    gap: 40px
}

.header.is-sticky .header-content {
    height: 70px
}

.logo {
    height: 45px !important;
    width: auto;
    object-fit: contain;
    transition: height .3s ease;
    flex-shrink: 0
}

.header.is-sticky .logo {
    height: 38px
}

nav {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 35px;
    align-items: center;
    margin: 0
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0
}

.nav-menu a {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: var(--transition-smooth);
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 5px
}

.nav-menu a:hover {
    color: var(--secondary-cyan)
}

.nav-menu a.active {
    color: var(--secondary-cyan);
    border-bottom: 2px solid var(--secondary-cyan)
}

.dropdown {
    position: relative
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    min-width: 250px;
    box-shadow: 0 8px 24px rgba(26, 47, 74, .15);
    border-radius: 8px;
    overflow: hidden;
    animation: fadeInDown .3s ease
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown-content a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    color: var(--text-primary);
    border-bottom: 1px solid var(--bg-alt);
    border: none
}

.dropdown-content a:last-child {
    border-bottom: none
}

.dropdown-content a:hover {
    background: var(--bg-alt);
    color: var(--secondary-cyan)
}

.dropdown-content i {
    color: var(--secondary-cyan);
    font-size: 18px;
    width: 20px
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cart-icon {
    position: relative;
    cursor: pointer;
    transition: var(--transition-smooth);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px
}

.cart-svg {
    width: 30px;
    height: 30px;
    fill: var(--primary-navy);
    transition: var(--transition-smooth)
}

.cart-icon:hover .cart-svg {
    fill: var(--secondary-cyan);
    transform: translateY(-2px)
}

.cart-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background: var(--secondary-cyan);
    color: var(--primary-navy);
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15)
}

.secure-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 25px;
    padding: 8px 16px;
    background: rgba(0, 217, 255, .08);
    border-radius: 20px;
    border: 1px solid rgba(0, 217, 255, .2);
    transition: var(--transition-smooth)
}

.secure-indicator:hover {
    background: rgba(0, 217, 255, .12);
    border-color: rgba(0, 217, 255, .3)
}

.secure-icon {
    color: #4caf50;
    font-size: 16px
}

.secure-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    white-space: nowrap
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    color: var(--primary-navy);
    cursor: pointer;
    padding: 8px;
    transition: var(--transition-smooth)
}

.mobile-menu-toggle:hover {
    color: var(--secondary-cyan)
}

.mobile-menu-toggle i {
    display: block
}


/* home */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--primary-navy) 0%, #243952 100%);
    overflow: hidden;
    padding: 50px 0 50px 0;
    width: 100%;
    margin: 0
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(0, 217, 255, .1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(0, 217, 255, .05) 0%, transparent 50%);
    pointer-events: none
}

.z-pattern {
    position: absolute;
    font-size: 150px;
    color: var(--secondary-cyan);
    opacity: .05;
    font-weight: 900;
    font-family: var(--font-heading);
    animation: float 6s ease-in-out infinite
}

.z-pattern.z1 {
    top: 10%;
    right: 5%
}

.z-pattern.z2 {
    bottom: 15%;
    left: 5%;
    animation-delay: 1s
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

.hero-content {
    margin: 0 auto;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1
}

.hero-text h1 {
    font-family: var(--font-heading);
    font-size: 55px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px
}

.hero-text h1 .highlight {
    color: var(--secondary-cyan)
}

.hero-text .subtitle {
    font-size: 22px;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 35px;
    line-height: 1.7
}

.key-features {
    list-style: none;
    margin-bottom: 35px;
    display: grid;
    gap: 18px
}

.key-features li {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 17px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, .08);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 217, 255, .2);
    transition: var(--transition-smooth);
    animation: slideInRight .6s ease-out backwards
}

.key-features li:nth-child(1) {
    animation-delay: .1s
}

.key-features li:nth-child(2) {
    animation-delay: .2s
}

.key-features li:nth-child(3) {
    animation-delay: .3s
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.key-features li:hover {
    background: rgba(255, 255, 255, .12);
    border-color: var(--secondary-cyan);
    transform: translateX(5px)
}

.key-features .feature-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--secondary-cyan) 0%, #00b8d4 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 217, 255, .3)
}

.key-features .feature-icon i {
    font-size: 20px;
    color: var(--primary-navy)
}

.key-features .feature-text {
    flex: 1
}

.hero-cta-section {
    margin-bottom: 30px
}

.hero-cta {
    display: flex;
    gap: 15px;
    margin-bottom: 20px
}

.cta-button {
    background: var(--secondary-cyan);
    color: var(--primary-navy);
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: var(--transition-smooth);
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: var(--font-body)
}

.cta-button:hover {
    background: #00b8d4;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 217, 255, .3)
}

.cta-button.secondary {
    background: transparent;
    color: var(--secondary-cyan);
    border: 2px solid var(--secondary-cyan)
}

.cta-button.secondary:hover {
    background: var(--secondary-cyan);
    color: var(--primary-navy)
}

.trust-indicators {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px
}

.trust-item i {
    color: var(--accent-warm);
    font-size: 22px
}

.safe-buy-badge-image {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, .95);
    padding: 15px 20px;
    border-radius: 12px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.safe-buy-badge-image i {
    font-size: 28px;
    color: #4caf50
}

.safe-buy-badge-image .safe-buy-text {
    color: var(--primary-navy)
}

.safe-buy-badge-image .safe-buy-text strong {
    display: block;
    font-size: 15px;
    margin-bottom: 3px
}

.safe-buy-badge-image .safe-buy-text span {
    font-size: 12px;
    color: var(--text-secondary)
}

.image-trust-element {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap
}

.trust-check {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, .1);
    padding: 10px 15px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 217, 255, .2)
}

.trust-check i {
    color: var(--secondary-cyan);
    font-size: 18px
}

.trust-check span {
    color: #fff;
    font-size: 13px;
    font-weight: 500
}

.hero-image {
    position: relative
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .4)
}

.floating-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #fff;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    animation: floatBadge 3s ease-in-out infinite;
    z-index: 10
}

@keyframes floatBadge {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.floating-badge .badge-number {
    font-size: 32px;
    font-weight: 900;
    color: var(--secondary-cyan);
    line-height: 1
}

.floating-badge .badge-text {
    font-size: 13px;
    color: var(--text-secondary);
    margin-top: 3px
}

.mini-trust-bar {
    margin-top: 25px;
    margin-bottom: 30px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    box-shadow: none
}

.mini-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap
}

.mini-trust-item i {
    font-size: 22px;
    color: var(--accent-warm)
}

.mini-trust-item .truck-icon {
    color: var(--accent-warm)
}

.mini-trust-item .star-icon {
    color: var(--accent-warm)
}

.mini-trust-item .users-icon {
    color: var(--accent-warm)
}

.hero-review-slider {
    margin-top: 40px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    overflow: hidden
}

.review-slider-container {
    position: relative;
    min-height: 120px
}

.review-slide {
    display: none;
    animation: fadeIn .5s ease-in-out
}

.review-slide.active {
    display: block
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-content {
    text-align: center
}

.review-stars {
    color: var(--accent-warm);
    font-size: 20px;
}

.review-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    font-style: italic
}

.review-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 20px
}

.review-avatar {
    width: 40px;
    height: 40px;
    background: var(--secondary-cyan);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-navy);
    font-weight: 700;
    font-size: 18px
}

.review-author-info {
    text-align: right
}

.review-author-name {
    color: #fff;
    font-weight: 600;
    font-size: 15px
}

.review-author-title {
    color: rgba(255, 255, 255, .7);
    font-size: 13px
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px
}

.slider-dot {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition-smooth)
}

.slider-dot:hover {
    background: rgba(255, 255, 255, .5)
}

.slider-dot.active {
    background: var(--secondary-cyan);
    width: 30px;
    border-radius: 5px
}

.slider-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none
}

.slider-arrow {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-smooth);
    pointer-events: all
}

.slider-arrow:hover {
    background: var(--secondary-cyan);
    border-color: var(--secondary-cyan)
}

.slider-arrow i {
    color: #fff;
    font-size: 16px
}

.trust-bar {
    background: var(--bg-alt);
    padding: 30px 0
}

.trust-bar-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

.trust-bar .trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--text-primary)
}

.trust-bar .trust-item i {
    font-size: 32px;
    color: var(--secondary-cyan)
}

.trust-item-text h4 {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 3px
}

.trust-item-text p {
    font-size: 13px;
    color: var(--text-secondary)
}

.section {
    padding: 100px 0
}

.section-content {
    margin: 0 auto;
    padding: 0 5%
}

.section-header {
    text-align: center;
    margin-bottom: 60px
}

.section-header h2 {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 15px
}

.section-header .highlight {
    color: var(--secondary-cyan)
}

.section-header p {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto
}

.mattress-section {
    background: var(--bg-white)
}

.mattress-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.mattress-image {
    position: relative;
    padding: 30px
}

.mattress-image::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 217, 255, .08) 0%, rgba(26, 47, 74, .04) 100%);
    border-radius: 24px;
    z-index: -1
}

.mattress-image::after {
    content: 'Z';
    position: absolute;
    bottom: -35px;
    left: -35px;
    font-size: 120px;
    font-weight: 900;
    color: var(--secondary-cyan);
    opacity: .06;
    font-family: var(--font-heading);
    z-index: -1
}

.mattress-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(26, 47, 74, .12), 0 0 0 1px rgba(0, 217, 255, .08);
    transition: var(--transition-smooth);
    background: #fff
}

.decorative-corner {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid var(--secondary-cyan);
    opacity: .3;
    z-index: 10
}

.decorative-corner.top-right {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 8px
}

.decorative-corner.bottom-left {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
    border-bottom-left-radius: 8px
}

.mattress-image-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(26, 47, 74, .18), 0 0 0 1px rgba(0, 217, 255, .15)
}

.mattress-image-wrapper img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2
}

.decorative-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, var(--secondary-cyan), transparent);
    opacity: .15;
    z-index: -1
}

.decorative-line.horizontal {
    height: 2px;
    width: 120px;
    top: 50%;
    right: -140px
}

.decorative-line.vertical {
    width: 2px;
    height: 120px;
    left: 50%;
    bottom: -140px
}

.quality-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-navy);
    z-index: 2;
}

.quality-badge i {
    color: var(--secondary-cyan);
    font-size: 18px
}

.mattress-text h3 {
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px
}

.mattress-text p {
    font-size: 18px;
    color: var(--text-secondary);
    margin-bottom: 30px;
    line-height: 1.8
}

.mattress-features {
    list-style: none;
    margin-bottom: 40px
}

.mattress-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 16px
}

.mattress-features li::before {
    content: 'Z';
    font-family: var(--font-heading);
    font-weight: 800;
    color: var(--secondary-cyan);
    font-size: 20px;
    flex-shrink: 0
}

.mattress-cta {
    display: flex;
    gap: 15px
}

.mattress-pricing {
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb
}

.mattress-pricing-dropdown-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb
}

.mattress-pricing-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.mattress-discount-badge-top {
    display: inline-block;
    background: #ff3b30;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    align-self: flex-start
}

.mattress-product-btn-full {
    margin-top: 10px;
    display: block;
    width: 100%;
    flex-basis: 100%;
    text-align: center
}

.mattress-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 0 0 0 0
}

.mattress-current-price {
    font-size: 48px;
    font-weight: 600;
    color: var(--primary-navy);
    line-height: 1;
    letter-spacing: -1px
}

.mattress-currency {
    font-size: 24px;
    font-weight: 600;
    margin-right: 4px
}

.mattress-original-price {
    font-size: 20px;
    color: var(--text-secondary);
    text-decoration: line-through
}

.mattress-discount-badge {
    background: #ff3b30;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700
}

.mattress-size-selector {
    flex: 0 0 auto;
    min-width: 345px
}

.mattress-size-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: var(--text-primary)
}

.mattress-custom-select {
    position: relative;
    width: 100%
}

.mattress-select-button {
    width: 100%;
    padding: 12px 16px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: var(--font-body);
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition-smooth)
}

.mattress-select-button:hover {
    border-color: var(--secondary-cyan)
}

.mattress-select-button.active {
    border-color: var(--secondary-cyan)
}

.mattress-select-arrow {
    transition: transform .3s;
    color: var(--secondary-cyan);
    font-size: 14px
}

.mattress-select-button.active .mattress-select-arrow {
    transform: rotate(180deg)
}

.mattress-select-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #fff;
    border: none;
    border-radius: 8px;
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15)
}

.mattress-select-dropdown.active {
    max-height: 300px
}

.mattress-select-option {
    padding: 12px 16px;
    cursor: pointer;
    transition: var(--transition-smooth);
    font-size: 15px;
    color: var(--primary-navy)
}

.mattress-select-option:hover {
    background: var(--bg-alt)
}

.benefits-section {
    background: var(--bg-alt)
}

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

.benefit-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 20px rgba(26, 47, 74, .05)
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 217, 255, .15)
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--secondary-cyan) 0%, #00b8d4 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px
}

.benefit-icon i {
    font-size: 32px;
    color: #fff
}

.benefit-card h4 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px
}

.benefit-card p {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.6
}

.how-it-works {
    background: #fff
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative
}

.step {
    text-align: center;
    position: relative;
    transition: var(--transition-smooth)
}

.step:hover {
    transform: translateY(-10px)
}

.step:hover .step-number {
    transform: scale(1.15) rotate(360deg);
    background: linear-gradient(135deg, var(--secondary-cyan) 0%, #00b8d4 100%);
    box-shadow: 0 8px 25px rgba(0, 217, 255, .4)
}

.step-number {
    width: 80px;
    height: 80px;
    background: var(--secondary-cyan);
    color: var(--primary-navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 900;
    margin: 0 auto 20px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 217, 255, .3);
    transition: all .5s cubic-bezier(.68, -.55, .265, 1.55)
}

.step-number::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid var(--secondary-cyan);
    opacity: 0;
    animation: ripple 2s infinite
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
 
.step:not(:last-child)::after {
    content: '\f060';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 35px;
    left: -30px;
    font-size: 24px;
    color: var(--secondary-cyan);
    opacity: .3;
    animation: arrowBounce 2s ease-in-out infinite
}

@keyframes arrowBounce {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }
}

.step h4 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    transition: var(--transition-smooth)
}

.step:hover h4 {
    color: var(--secondary-cyan)
}

.step p {
    font-size: 15px;
    color: var(--text-secondary)
}

.social-proof {
    background: var(--bg-alt)
}

.reviews-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.review-card {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(26, 47, 74, .05)
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 12px
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    background: var(--secondary-cyan);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px
}

.reviewer-name {
    font-weight: 600
}

.stars {
    color: var(--accent-warm);
    font-size: 18px
}

.review-text {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.7
}

.technology-section {
    background: var(--primary-navy);
    color: #fff
}

.technology-section .section-header h2,
.technology-section .section-header p {
    color: #fff
}

.technology-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

.tech-layers {
    position: relative;
    padding: 30px
}

.tech-layers::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 217, 255, .08) 0%, rgba(26, 47, 74, .04) 100%);
    border-radius: 24px;
    z-index: -1
}

.tech-layers::after {
    content: 'Z';
    position: absolute;
    bottom: -35px;
    right: -35px;
    font-size: 120px;
    font-weight: 900;
    color: var(--secondary-cyan);
    opacity: .06;
    font-family: var(--font-heading);
    z-index: -1
}

.tech-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 217, 255, .2);
    transition: var(--transition-smooth)
}

.tech-layers .decorative-corner {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid var(--secondary-cyan);
    opacity: .3;
    z-index: 10
}

.tech-layers .decorative-corner.top-left {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 8px
}

.tech-layers .decorative-corner.bottom-right {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 8px
}

.tech-image-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .4), 0 0 0 1px rgba(0, 217, 255, .5)
}

.tech-image-wrapper img {
    width: 100%;
    display: block
}

.tech-layers .decorative-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, var(--secondary-cyan), transparent);
    opacity: .15;
    z-index: -1
}

.tech-layers .decorative-line.horizontal {
    height: 2px;
    width: 120px;
    top: 50%;
    left: -140px
}

.tech-layers .decorative-line.vertical {
    width: 2px;
    height: 120px;
    right: 50%;
    bottom: -140px
}

.tech-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 217, 255, .9);
    padding: 12px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-navy)
}

.tech-badge i {
    font-size: 18px
}

.tech-points {
    list-style: none
}

.tech-points li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, .05);
    border-radius: 12px;
    border-right: 4px solid var(--secondary-cyan)
}

.tech-points i {
    color: var(--secondary-cyan);
    font-size: 24px;
    flex-shrink: 0;
    margin-top: 3px
}

.tech-points h4 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px
}

.tech-points p {
    font-size: 15px;
    color: rgba(255, 255, 255, .8)
}

.faq-section {
    background: #fff
}

.faq-container {
    max-width: 900px;
    margin: 0 auto
}

.faq-item {
    background: var(--bg-alt);
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden
}

.faq-question {
    width: 100%;
    padding: 25px 30px;
    background: none;
    border: none;
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    transition: var(--transition-smooth)
}

.faq-question:hover {
    color: var(--secondary-cyan)
}

.faq-question i {
    transition: transform .3s ease;
    color: var(--secondary-cyan)
}

.faq-item.active .faq-question i {
    transform: rotate(180deg)
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease
}

.faq-item.active .faq-answer {
    max-height: 500px
}

.faq-answer-content {
    padding: 0 30px 25px 30px;
    color: var(--text-secondary);
    line-height: 1.7
}

.final-cta {
    background: linear-gradient(135deg, var(--secondary-cyan) 0%, #00b8d4 100%);
    padding: 80px 0;
    text-align: center
}

.final-cta h2 {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 600;
    color: var(--primary-navy);
    margin-bottom: 20px
}

.final-cta p {
    font-size: 20px;
    color: var(--primary-navy);
    margin-bottom: 40px;
    opacity: .9
}

.final-cta .cta-button {
    background: var(--primary-navy);
    color: #fff;
    font-size: 18px;
    padding: 18px 40px
}

.final-cta .cta-button:hover {
    background: #0f1e2e;
    transform: translateY(-3px)
}


/*  footer */

.footer {
    background: var(--primary-navy);
    color: #fff;
    padding: 60px 0 30px
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 40px
}

.footer-brand h3 {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px
}

.footer-brand h3 .highlight {
    color: var(--secondary-cyan)
}

.footer-brand p {
    color: rgba(255, 255, 255, .7);
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 15px
}

.footer-social {
    display: flex;
    gap: 15px
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: var(--transition-smooth);
    font-size: 16px
}

.social-icon:hover {
    background: var(--secondary-cyan);
    color: var(--primary-navy);
    transform: translateY(-3px)
}

.footer-links h4 {
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--secondary-cyan)
}

.footer-links ul {
    margin: 0;
    list-style: none
}

.footer-links ul li {
    margin-bottom: 12px
}

.footer-links ul li a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    transition: var(--transition-smooth);
    display: inline-block;
    font-size: 15px
}

.footer-links ul li a:hover {
    color: var(--secondary-cyan);
    transform: translateX(-3px)
}

.footer-links ul li a i {
    margin-left: 8px;
    color: var(--secondary-cyan);
    font-size: 14px
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 5% 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    color: rgba(255, 255, 255, .5);
    font-size: 14px
}

/* single product */

/* CONTAINER */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* PRODUCT SECTION */
.product-section {
    padding: 40px 0 10px;
    background: var(--bg-white);
}

.product-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: start;
}

/* PRODUCT GALLERY */
.product-gallery {
    position: sticky;
    top: 90px;
}

.main-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 20px 60px rgba(26, 47, 74, 0.1);
}

.main-image img {
    width: 100%;
    display: block;
    max-height: 495px;
    object-fit: cover;
}

.discount-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #FF3B30;
    color: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    display: none;
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.thumb {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: var(--transition-smooth);
}

.thumb:hover,
.thumb.active {
    border-color: var(--secondary-cyan);
}

.thumb img {
    width: 100%;
    display: block;
}

/* PRODUCT INFO */
.product-info {
    padding: 20px 0;
}

.product-title {
    font-size: 42px;
    font-weight: 600;
    color: var(--primary-navy);
    margin-bottom: 10px;
    line-height: 1.2;
}

.product-subtitle {
    font-size: 18px;
    color: var(--text-secondary);
    margin-bottom: 20px;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.stars {
    color: var(--accent-warm);
    font-size: 20px;
    display: flex;
    gap: 3px;
    letter-spacing: 2px;
}

.star {
    display: inline-block;
    color: var(--accent-warm);
    font-size: 18px;
    transition: var(--transition-smooth);
}

.star.filled {
    color: var(--accent-warm);
    text-shadow: 0 2px 4px rgba(255, 184, 77, 0.3);
}

.rating-text {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 500;
}

.rating-number {
    font-weight: 700;
    color: var(--primary-navy);
}

/* PRICE */
.single-product .price-section {
    background: var(--bg-white);
    padding: 0;
    border-radius: 0;
    margin-bottom: 15px;
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    padding: 20px 0;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 12px;
    position: relative;
}

.original-price {
    font-size: 24px;
    color: var(--text-secondary);
    text-decoration: line-through;
    font-weight: 400;
}

.discount-percent {
    background: #FF3B30;
    color: white;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.single-product .discount-percent {
    position: absolute;
    left: 0;
    top: -10px;
}

.current-price {
    font-size: 56px;
    font-weight: 600;
    color: var(--primary-navy);
    line-height: 1;
    letter-spacing: -1px;
}

.currency {
    font-size: 28px;
    font-weight: 600;
    margin-right: 4px;
}

.price-note {
    font-size: 14px;
    color: var(--text-secondary);
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.price-note::before {
    content: "✓";
    color: var(--secondary-cyan);
    font-weight: bold;
    margin-left: 4px;
}

/* SIZE SELECTOR - DROPDOWN */
.variations-selector,
.size-selector {
    margin-bottom: 30px;
}

.variations-label,
.size-label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}

.custom-select {
    position: relative;
    width: 100%;
}

.select-button {
    width: 100%;
    padding: 16px 20px;
    background: white;
    border: 2px solid #E0E0E0;
    border-radius: 8px;
    font-size: 16px;
    font-family: var(--font-main);
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition-smooth);
}

.select-button:hover {
    border-color: var(--secondary-cyan);
}

.select-button.active {
    border-color: var(--secondary-cyan);
}

.select-arrow {
    transition: transform 0.3s;
    color: var(--secondary-cyan);
}

.custom-select.open .select-arrow,
.select-button.active .select-arrow {
    transform: rotate(180deg);
}

.select-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: white;
    border: none;
    border-radius: 8px;
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.select-dropdown.active {
    max-height: 300px;
}

.select-option {
    padding: 15px 20px;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.select-option:hover {
    background: var(--bg-alt);
}

.option-name {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 3px;
}

.option-dimensions {
    font-size: 13px;
    color: var(--text-secondary);
}

.option-dimensions-only {
    font-size: 17px;
    color: var(--primary-navy);
    font-weight: 500;
}

/* FIRMNESS SELECTOR - DROPDOWN */
.firmness-selector {
    margin-bottom: 20px;
}

/* ADD TO CART */
.add-to-cart-btn {
    width: 100%;
    background: var(--secondary-cyan) !important;
    color: var(--primary-navy) !important;
    border: none !important;
    padding: 20px !important;
    border-radius: 12px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    transition: var(--transition-smooth);
    font-family: var(--font-main);
    margin-bottom: 20px !important;
}

.add-to-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 217, 255, 0.3);
}

/* TRUST INFO BOX */
.trust-box {
    background: linear-gradient(135deg, rgba(0, 217, 255, 0.1) 0%, rgba(26, 47, 74, 0.05) 100%);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(0, 217, 255, 0.2);
    margin-bottom: 30px;
}

.trust-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.single-product .trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.single-product .trust-item i {
    color: var(--secondary-cyan);
    font-size: 20px;
    width: 24px;
}

.single-product .trust-item span {
    font-size: 14px;
    color: var(--text-primary);
}

/* CONTACT BOX */
.contact-box {
    background: var(--primary-navy);
    color: white;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 30px;
}

.contact-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.contact-box h4 i {
    color: var(--secondary-cyan);
    font-size: 22px;
}

.phone-number {
    font-size: 28px;
    font-weight: bold;
    color: var(--secondary-cyan);
    direction: ltr;
    margin-bottom: 8px;
}

.contact-hours {
    font-size: 13px;
    opacity: 0.8;
}

/* TRUST ICONS */
.trust-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.trust-icon-item {
    text-align: center;
    padding: 15px;
    background: var(--bg-alt);
    border-radius: 8px;
}

.trust-icon-item i {
    font-size: 32px;
    color: var(--secondary-cyan);
    margin-bottom: 8px;
}

.trust-icon-item span {
    display: block;
    font-size: 12px;
    color: var(--text-secondary);
}

/* TABS */
.product-tabs {
    margin-top: 10px;
    background: var(--bg-alt);
    padding: 40px 0;
}

.tabs-nav {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #E0E0E0;
    margin-bottom: 40px;
    overflow-x: auto;
}

.tab-btn {
    background: none;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    color: var(--text-secondary);
    cursor: pointer;
    transition: var(--transition-smooth);
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    font-family: var(--font-main);
}

.tab-btn:hover {
    color: var(--primary-navy);
}

.tab-btn.active {
    color: var(--primary-navy);
    border-bottom-color: var(--secondary-cyan);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--primary-navy);
}

.tab-content p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 15px;
}

.tab-content ul {
    list-style: none;
    padding: 0;
}

.tab-content ul li {
    padding: 10px 0;
    padding-right: 25px;
    position: relative;
    font-size: 16px;
    color: var(--text-secondary);
}

.tab-content ul li::before {
    content: '✓';
    position: absolute;
    right: 0;
    color: var(--secondary-cyan);
    font-weight: bold;
}

/* REVIEWS SECTION */
.reviews-section {
    padding: 60px 0;
    background: white;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}

.highlight {
    color: var(--secondary-cyan);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.review-card {
    background: var(--bg-alt);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
}

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

.reviewer-avatar {
    width: 50px;
    height: 50px;
    background: var(--secondary-cyan);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-navy);
}

.reviewer-name {
    font-weight: bold;
    font-size: 16px;
}

.review-stars {
    color: var(--accent-warm);
    font-size: 16px;
}

.review-text {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* CTA BANNER */
.cta-banner {
    background: linear-gradient(135deg, var(--primary-navy) 0%, #0F1E2E 100%);
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    margin: 10px 0;
}

.cta-banner h2 {
    font-size: 42px;
    color: white;
    margin-bottom: 15px;
}

.cta-banner p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.single-product .cta-button {
    background: var(--secondary-cyan);
    color: var(--primary-navy);
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition-smooth);
}

.single-product .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 217, 255, 0.4);
}

/* FAQ SECTION */
.faq-section {
    padding: 60px 0;
    background: var(--bg-alt);
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #E0E0E0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 25px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-navy);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-main);
}

.faq-question:hover {
    background: var(--bg-alt);
}

.faq-icon {
    transition: transform 0.3s;
    color: var(--secondary-cyan);
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer-content {
    padding: 0 25px 20px 25px;
    color: var(--text-secondary);
    line-height: 1.8;
}

/* add product in cart */
.custom-select {
    position: relative;
    cursor: pointer;
    direction: rtl;
}
.select-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 10;
    border: 1px solid #ddd;
    max-height: unset;
}
.custom-select.open .select-dropdown {
    display: block;
}
.select-option {
    padding: 8px 12px;
}
.select-option:hover {
    background: #f0f0f0;
}


/* cart & checkout page */

.page-content {
    padding: 60px 0;
    font-family: var(--font-heading);
}
.wc-block-components-button {
    background: var(--secondary-cyan);
    border-radius: 8px;
}
.wc-block-components-button:hover {
    background: #00b8d4;
}
.wc-block-components-button__text {
    color: var(--primary-navy);
}