*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
body { font-family: "Inter", sans-serif; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); overflow-x: hidden; }
.contact-hero { position: relative; background-color: rgb(0, 0, 0); min-height: 340px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.contact-hero__arabesque { position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover; opacity: 0.07; pointer-events: none; z-index: 0; }
.contact-hero__content { position: relative; z-index: 1; text-align: center; padding: 60px 20px 50px; max-width: 800px; }
.contact-hero__breadcrumb { font-family: "Inter", sans-serif; font-size: 0.85rem; color: rgb(176, 176, 176); margin-bottom: 18px; letter-spacing: 0.05em; }
.contact-hero__breadcrumb a { color: rgb(176, 176, 176); text-decoration: none; transition: color 0.3s; }
.contact-hero__breadcrumb a:hover { color: rgb(199, 167, 90); }
.contact-hero__breadcrumb span { margin: 0px 8px; }
.contact-hero__title { font-family: "Poppins", sans-serif; font-size: clamp(2.4rem, 6vw, 4rem); font-weight: 800; color: rgb(199, 167, 90); line-height: 1.15; margin-bottom: 10px; letter-spacing: 0.02em; }
.contact-hero__underline { width: 100px; height: 3px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90), transparent); margin: 10px auto 20px; border-radius: 2px; }
.contact-hero__subtitle { font-family: "Inter", sans-serif; font-size: clamp(0.95rem, 2.2vw, 1.15rem); color: rgb(255, 255, 255); line-height: 1.7; max-width: 620px; margin: 0px auto; }
.contact-hero__gold-strip { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 4px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90) 20%, rgb(228, 201, 122) 50%, rgb(199, 167, 90) 80%, transparent); }
.contact-intro { background-color: rgb(79, 117, 130); position: relative; padding: 70px 20px 90px; text-align: center; }
.contact-intro__inner { max-width: 750px; margin: 0px auto; }
.contact-intro__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 700; color: rgb(255, 255, 255); margin-bottom: 20px; }
.contact-intro__text { font-family: "Inter", sans-serif; font-size: 1rem; color: rgb(245, 240, 232); line-height: 1.8; }
.contact-intro__wave { position: absolute; bottom: -1px; left: 0px; width: 100%; overflow: hidden; line-height: 0; }
.contact-intro__wave svg { display: block; width: 100%; height: 55px; }
.contact-main { background-color: rgb(0, 0, 0); padding: 80px 20px 60px; position: relative; }
.contact-main__inner { max-width: 1200px; margin: 0px auto; display: grid; grid-template-columns: 60% 40%; gap: 40px; align-items: start; }
.contact-form-block { padding: 0px 20px 0px 0px; }
.contact-form-block__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; color: rgb(199, 167, 90); margin-bottom: 30px; }
.contact-form { display: flex; flex-direction: column; gap: 22px; }
.contact-form__group { display: flex; flex-direction: column; gap: 8px; }
.contact-form__label { font-family: "Inter", sans-serif; font-size: 0.9rem; font-weight: 600; color: rgb(255, 255, 255); letter-spacing: 0.04em; }
.contact-form__input, .contact-form__select, .contact-form__textarea { background-color: rgb(17, 17, 17); color: rgb(255, 255, 255); border: 1.5px solid rgb(51, 51, 51); border-radius: 8px; padding: 14px 16px; font-family: "Inter", sans-serif; font-size: 0.95rem; outline: none; transition: border-color 0.3s, box-shadow 0.3s; width: 100%; }
.contact-form__input::placeholder, .contact-form__textarea::placeholder { color: rgb(102, 102, 102); }
.contact-form__input:focus, .contact-form__select:focus, .contact-form__textarea:focus { border-color: rgb(199, 167, 90); box-shadow: rgba(199, 167, 90, 0.15) 0px 0px 0px 3px; }
.contact-form__select { appearance: none; cursor: pointer; background-image: none; color: rgb(255, 255, 255); }
.contact-form__select option { background-color: rgb(17, 17, 17); color: rgb(255, 255, 255); }
.contact-form__textarea { resize: vertical; min-height: 130px; }
.contact-form__submit { background-color: rgb(228, 201, 122); color: rgb(0, 0, 0); border: medium; border-radius: 10px; padding: 16px 24px; font-family: "Poppins", sans-serif; font-size: 1rem; font-weight: 700; cursor: pointer; transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s; width: 100%; letter-spacing: 0.04em; }
.contact-form__submit:hover { background-color: rgb(199, 167, 90); color: rgb(0, 0, 0); transform: translateY(-2px); box-shadow: rgba(228, 201, 122, 0.35) 0px 8px 24px; }
.contact-form__submit:active { transform: translateY(0px); }
.contact-details-block { background-color: rgb(17, 17, 17); border: 1.5px solid rgb(199, 167, 90); border-radius: 14px; padding: 36px 30px; display: flex; flex-direction: column; gap: 32px; }
.contact-details-block__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 700; color: rgb(199, 167, 90); margin-bottom: 4px; }
.contact-details__email-block, .contact-details__social-block, .contact-details__hours-block { display: flex; flex-direction: column; gap: 10px; }
.contact-details__icon-row { display: flex; align-items: center; gap: 12px; }
.contact-details__icon { width: 36px; height: 36px; background-color: rgba(228, 201, 122, 0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-details__icon svg { width: 18px; height: 18px; fill: rgb(228, 201, 122); }
.contact-details__label { font-family: "Inter", sans-serif; font-size: 0.85rem; font-weight: 700; color: rgb(255, 255, 255); display: block; }
.contact-details__value { font-family: "Inter", sans-serif; font-size: 0.9rem; color: rgb(176, 176, 176); }
.contact-details__subheading { font-family: "Poppins", sans-serif; font-size: 1rem; font-weight: 600; color: rgb(255, 255, 255); }
.contact-details__social-icons { display: flex; gap: 16px; align-items: center; margin-top: 4px; }
.contact-details__social-link { display: flex; align-items: center; gap: 8px; text-decoration: none; color: rgb(255, 255, 255); font-family: "Inter", sans-serif; font-size: 0.85rem; transition: color 0.3s; }
.contact-details__social-link:hover { color: rgb(199, 167, 90); }
.contact-details__social-icon { width: 34px; height: 34px; background-color: rgba(199, 167, 90, 0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background-color 0.3s; }
.contact-details__social-link:hover .contact-details__social-icon { background-color: rgba(199, 167, 90, 0.28); }
.contact-details__social-icon svg { width: 17px; height: 17px; fill: rgb(228, 201, 122); }
.contact-details__hours-text { font-family: "Inter", sans-serif; font-size: 0.88rem; color: rgb(176, 176, 176); line-height: 1.7; }
.contact-details__hours-note { font-family: "Inter", sans-serif; font-size: 0.85rem; color: rgb(199, 167, 90); font-style: italic; margin-top: 6px; }
.contact-main__ornament { max-width: 1200px; margin: 50px auto 0px; height: 2px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90) 20%, rgb(228, 201, 122) 50%, rgb(199, 167, 90) 80%, transparent); border-radius: 2px; }
.contact-faq { background-color: rgb(58, 90, 101); padding: 80px 20px 70px; position: relative; }
.contact-faq__inner { max-width: 850px; margin: 0px auto; }
.contact-faq__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 700; color: rgb(199, 167, 90); text-align: center; margin-bottom: 44px; }
.contact-faq__list { display: flex; flex-direction: column; gap: 0px; }
.contact-faq__item { border-bottom: 1.5px solid rgb(122, 90, 26); }
.contact-faq__item:first-child { border-top: 1.5px solid rgb(122, 90, 26); }
.contact-faq__question { display: flex; justify-content: space-between; align-items: center; padding: 20px 4px; cursor: pointer; gap: 16px; user-select: none; }
.contact-faq__question-text { font-family: "Poppins", sans-serif; font-size: clamp(0.95rem, 2vw, 1.05rem); font-weight: 600; color: rgb(255, 255, 255); line-height: 1.4; }
.contact-faq__arrow { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background-color: rgba(199, 167, 90, 0.15); display: flex; align-items: center; justify-content: center; transition: transform 0.35s, background-color 0.3s; }
.contact-faq__arrow svg { width: 14px; height: 14px; fill: rgb(199, 167, 90); transition: transform 0.35s; }
.contact-faq__item.active .contact-faq__arrow { background-color: rgba(199, 167, 90, 0.3); }
.contact-faq__item.active .contact-faq__arrow svg { transform: rotate(180deg); }
.contact-faq__answer { max-height: 0px; overflow: hidden; transition: max-height 0.4s, padding 0.3s; }
.contact-faq__answer-inner { padding: 0px 4px 20px; font-family: "Inter", sans-serif; font-size: 0.95rem; color: rgb(200, 216, 220); line-height: 1.75; }
.contact-faq__item.active .contact-faq__answer { max-height: 300px; }
.contact-faq__gold-line { max-width: 850px; margin: 50px auto 0px; height: 2px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90) 20%, rgb(228, 201, 122) 50%, rgb(199, 167, 90) 80%, transparent); border-radius: 2px; }
.contact-cta { background-color: rgb(0, 0, 0); position: relative; padding: 80px 20px; overflow: hidden; }
.contact-cta__border-top { position: absolute; top: 0px; left: 0px; width: 100%; height: 4px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90) 20%, rgb(228, 201, 122) 50%, rgb(199, 167, 90) 80%, transparent); }
.contact-cta__border-bottom { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 4px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90) 20%, rgb(228, 201, 122) 50%, rgb(199, 167, 90) 80%, transparent); }
.contact-cta__geo-left, .contact-cta__geo-right { position: absolute; top: 50%; transform: translateY(-50%); opacity: 0.07; pointer-events: none; }
.contact-cta__geo-left { left: -40px; }
.contact-cta__geo-right { right: -40px; }
.contact-cta__inner { position: relative; z-index: 1; text-align: center; max-width: 680px; margin: 0px auto; }
.contact-cta__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.8rem, 4.5vw, 2.8rem); font-weight: 800; color: rgb(199, 167, 90); margin-bottom: 16px; letter-spacing: 0.02em; }
.contact-cta__subtext { font-family: "Inter", sans-serif; font-size: clamp(0.95rem, 2vw, 1.1rem); color: rgb(255, 255, 255); line-height: 1.7; margin-bottom: 36px; }
.contact-cta__buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 36px; }
.contact-cta__btn-instagram { background-color: rgb(79, 117, 130); color: rgb(255, 255, 255); border: medium; border-radius: 10px; padding: 14px 28px; font-family: "Poppins", sans-serif; font-size: 0.95rem; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s; }
.contact-cta__btn-instagram:hover { background-color: rgb(61, 95, 106); transform: translateY(-2px); box-shadow: rgba(79, 117, 130, 0.4) 0px 8px 24px; }
.contact-cta__btn-shop { background-color: rgb(228, 201, 122); color: rgb(0, 0, 0); border: medium; border-radius: 10px; padding: 14px 28px; font-family: "Poppins", sans-serif; font-size: 0.95rem; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s; }
.contact-cta__btn-shop:hover { background-color: rgb(199, 167, 90); transform: translateY(-2px); box-shadow: rgba(228, 201, 122, 0.35) 0px 8px 24px; }
.contact-cta__social-row { display: flex; justify-content: center; gap: 20px; }
.contact-cta__social-link { width: 44px; height: 44px; background-color: rgba(199, 167, 90, 0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background-color 0.3s, transform 0.2s; }
.contact-cta__social-link:hover { background-color: rgba(199, 167, 90, 0.3); transform: translateY(-3px); }
.contact-cta__social-link svg { width: 20px; height: 20px; fill: rgb(228, 201, 122); }
.contact-cta__ornament-strip { max-width: 600px; margin: 60px auto 0px; height: 2px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90) 20%, rgb(228, 201, 122) 50%, rgb(199, 167, 90) 80%, transparent); border-radius: 2px; }
@media (max-width: 900px) {
  .contact-main__inner { grid-template-columns: 1fr; }
  .contact-form-block { padding: 0px; }
}
@media (max-width: 600px) {
  .contact-hero__content { padding: 50px 16px 40px; }
  .contact-faq__question { padding: 16px 4px; }
  .contact-details-block { padding: 28px 20px; }
  .contact-cta__buttons { flex-direction: column; align-items: center; }
  .contact-cta__btn-instagram, .contact-cta__btn-shop { width: 100%; max-width: 300px; justify-content: center; }
}
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
[data-section-id="address-section-4924a"] { font-family: "Inter", sans-serif; font-size: 16px; color: rgb(26, 26, 26); line-height: 1.6; }
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }
[data-section-id="contact-email-001"] { font-family: "Inter", sans-serif; background: linear-gradient(135deg, rgb(13, 27, 42) 0%, rgb(26, 53, 80) 100%); border-radius: 14px; padding: 32px 36px; max-width: 480px; margin: 20px auto; box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 30px; }
[data-section-id="contact-email-001"] .contact-email-section__inner { display: flex; align-items: flex-start; justify-content: flex-start; }
[data-section-id="contact-email-001"] .contact-email-section__icon-wrapper { display: flex; flex-direction: row; align-items: flex-start; gap: 18px; }
[data-section-id="contact-email-001"] .contact-email-section__icon { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgb(0, 123, 255), rgb(0, 198, 255)); border-radius: 50%; width: 52px; height: 52px; flex-shrink: 0; box-shadow: rgba(0, 123, 255, 0.4) 0px 4px 15px; transition: transform 0.3s, box-shadow 0.3s; }
[data-section-id="contact-email-001"] .contact-email-section__icon:hover { transform: scale(1.1); box-shadow: rgba(0, 123, 255, 0.6) 0px 6px 20px; }
[data-section-id="contact-email-001"] .contact-email-section__icon svg { width: 26px; height: 26px; fill: rgb(255, 255, 255); }
[data-section-id="contact-email-001"] .contact-email-section__text { display: flex; flex-direction: column; gap: 4px; align-items: flex-start; justify-content: flex-start; }
[data-section-id="contact-email-001"] .contact-email-section__label { font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.2px; color: rgb(144, 202, 249); }
[data-section-id="contact-email-001"] .contact-email-section__value { font-family: "Inter", sans-serif; font-size: 17px; font-weight: 500; color: rgb(255, 255, 255); text-decoration: none; border-bottom: 2px solid transparent; transition: color 0.3s, border-bottom-color 0.3s; }
[data-section-id="contact-email-001"] .contact-email-section__value:hover { color: rgb(0, 198, 255); border-bottom-color: rgb(0, 198, 255); }
@media (max-width: 480px) {
  [data-section-id="contact-email-001"] { padding: 22px 20px; }
  [data-section-id="contact-email-001"] .contact-email-section__value { font-size: 14px; }
  [data-section-id="contact-email-001"] .contact-email-section__icon { width: 44px; height: 44px; }
  [data-section-id="contact-email-001"] .contact-email-section__icon svg { width: 22px; height: 22px; }
}