/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 15 2026 | 18:08:44 */
/* Fotografovanie.eu
   Flatsome premium components
   Global reusable UI for article boxes, contact page, forms, and glow sections.
*/

:root {
  --fg-ui-bg: #070b12;
  --fg-ui-surface: rgba(17, 25, 37, 0.92);
  --fg-ui-surface-2: rgba(12, 18, 28, 0.96);
  --fg-ui-text: #f4f7fb;
  --fg-ui-text-soft: rgba(244, 247, 251, 0.78);
  --fg-ui-muted: #95a5bb;
  --fg-ui-line: rgba(255, 255, 255, 0.08);
  --fg-ui-accent: #ff9c2f;
  --fg-ui-accent-2: #ff6b2c;
  --fg-ui-cool: #49c2ff;
  --fg-ui-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
  --fg-ui-shadow-soft: 0 16px 36px rgba(0, 0, 0, 0.18);
  --fg-ui-radius: 24px;
  --fg-ui-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fg-ui-heading: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  font-size: 62.5%;
  background-color: #08111b !important;
}

body,
body button,
body input,
body select,
body textarea,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]),
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) button,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) input,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) select,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) textarea {
  font-family: var(--fg-ui-body);
}

body,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) {
  font-size: 1.6rem;
  line-height: 1.65;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) h1,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) h2,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) h3,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) h4,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) h5,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) h6 {
  font-family: var(--fg-ui-heading);
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) a {
  transition: color 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .fc-cta,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .cta-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .message-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .info-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .notice-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .mistake-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .warning-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .explanation-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .comparison-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .solution-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .story-intro,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .pro-tip,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .tip-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .highlight-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .toc,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content section.faq,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content section[class*="faq"],
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content details {
  max-width: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(17, 25, 37, 0.96), rgba(12, 18, 28, 0.98)) !important;
  background-color: rgba(12, 18, 28, 0.98) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  box-shadow: var(--fg-ui-shadow-soft) !important;
  padding: 20px 22px;
  color: var(--fg-ui-text) !important;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .warning-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .notice-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .cta-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .mistake-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .fc-cta {
  border-color: rgba(255, 156, 47, 0.28);
  box-shadow: var(--fg-ui-shadow-soft), inset 4px 0 0 rgba(255, 156, 47, 0.75);
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .message-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .info-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .explanation-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .toc,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content details {
  border-color: rgba(73, 194, 255, 0.24);
  box-shadow: var(--fg-ui-shadow-soft), inset 4px 0 0 rgba(73, 194, 255, 0.72);
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content details + details,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .pro-tip + .pro-tip,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .cta-box + .cta-box {
  margin-top: 14px;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content details summary {
  cursor: pointer;
  color: #fff;
  font-weight: 800;
  list-style: none;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content details summary::-webkit-details-marker {
  display: none;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .cta-box a,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .fc-cta a {
  color: #fff !important;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .fc-cta *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .cta-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .message-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .info-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .notice-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .mistake-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .warning-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .explanation-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .comparison-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .solution-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .story-intro *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .pro-tip *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .tip-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .highlight-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .toc *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content section.faq *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content section[class*="faq"] *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content details * {
  color: inherit;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .fc-cta h1,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .fc-cta h2,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .fc-cta h3,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .fc-cta h4,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .cta-box h1,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .cta-box h2,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .cta-box h3,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .cta-box h4,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .message-box h1,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .message-box h2,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .message-box h3,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .mistake-box h1,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .mistake-box h2,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .mistake-box h3,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .info-box h1,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .info-box h2,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .info-box h3,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .notice-box h1,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .notice-box h2,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .notice-box h3,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .warning-box h1,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .warning-box h2,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .warning-box h3,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content details summary,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .pro-tip strong,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .tip-box strong {
  color: #fff !important;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .fc-cta p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .fc-cta li,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .cta-box p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .cta-box li,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .message-box p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .message-box li,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .mistake-box p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .mistake-box li,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .info-box p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .info-box li,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .notice-box p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .notice-box li,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .warning-box p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .warning-box li,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .explanation-box p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .comparison-box p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .solution-box p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .story-intro p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .pro-tip p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .tip-box p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .highlight-box p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .toc p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .toc li,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content details p {
  color: var(--fg-ui-text-soft) !important;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .cta-box .wp-block-button__link,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .fc-cta .wp-block-button__link,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .cta-box a.button,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .fc-cta a.button,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .cta-box .btn,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .mistake-box .btn,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .solution-box .btn,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .warning-box .btn,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .pro-tip .btn {
  background: linear-gradient(135deg, var(--fg-ui-accent), var(--fg-ui-accent-2)) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 18px 40px rgba(255, 107, 44, 0.24);
  color: #fff !important;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .content-wrapper .cta-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .content-wrapper .mistake-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .content-wrapper .solution-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .content-wrapper .explanation-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .content-wrapper .warning-box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .content-wrapper .pro-tip,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .content-wrapper .toc {
  background: linear-gradient(180deg, rgba(17, 25, 37, 0.96), rgba(12, 18, 28, 0.98)) !important;
  background-color: rgba(12, 18, 28, 0.98) !important;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .content-wrapper .cta-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .content-wrapper .mistake-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .content-wrapper .solution-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .content-wrapper .explanation-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .content-wrapper .warning-box *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .content-wrapper .pro-tip *,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .entry-content .content-wrapper .toc * {
  color: inherit !important;
}

.reservation-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px;
  background: linear-gradient(180deg, rgba(17, 25, 37, 0.96), rgba(12, 18, 28, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: var(--fg-ui-shadow);
}

.reservation-form h3,
.reservation-form h4 {
  color: #fff;
  margin-top: 0;
}

.reservation-form p {
  margin-bottom: 18px;
  color: var(--fg-ui-text-soft);
  line-height: 1.7;
}

.reservation-form label {
  display: block;
  font-weight: 700;
  color: rgba(244, 247, 251, 0.92);
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  font-size: 15px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.reservation-form input::placeholder,
.reservation-form textarea::placeholder {
  color: rgba(244, 247, 251, 0.42);
}

.reservation-form textarea {
  min-height: 140px;
}

.reservation-form .form-box,
.reservation-form .package-info {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.reservation-form .package-info p {
  margin: 0 0 8px;
}

.reservation-form .package-info ul {
  margin: 0 0 18px 18px;
  color: var(--fg-ui-text-soft);
}

.reservation-form .package-info ul:last-child {
  margin-bottom: 0;
}

.reservation-form .wpcf7-submit {
  background: linear-gradient(135deg, var(--fg-ui-accent), var(--fg-ui-accent-2));
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: .25s ease;
  width: auto;
  box-shadow: 0 18px 36px rgba(255, 107, 44, 0.22);
}

.reservation-form .wpcf7-submit:hover {
  transform: translateY(-2px);
}

.reservation-form .wpcf7-list-item,
.cf7-options-stack .wpcf7-list-item {
  display: block;
  margin: 10px 0;
}

.pro-contact-page {
  padding: 40px 20px;
  background:
    radial-gradient(circle at top left, rgba(255, 107, 44, 0.10), transparent 22%),
    radial-gradient(circle at top right, rgba(73, 194, 255, 0.10), transparent 20%),
    linear-gradient(180deg, #070b12 0%, #0b121d 100%);
}

.pro-contact-page .pc-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.pro-contact-page .pc-hero {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 40px;
}

.pro-contact-page .pc-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 156, 47, 0.10);
  color: #ffcf8b;
  border: 1px solid rgba(255, 156, 47, 0.18);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
}

.pro-contact-page h1 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  margin: 0 0 16px;
  color: #fff;
}

.pro-contact-page .pc-lead {
  font-size: 18px;
  line-height: 1.75;
  color: var(--fg-ui-text-soft);
  margin: 0 0 24px;
  max-width: 760px;
}

.pro-contact-page .pc-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.pro-contact-page .pc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  transition: .25s ease;
}

.pro-contact-page .pc-btn-primary {
  background: linear-gradient(135deg, var(--fg-ui-accent), var(--fg-ui-accent-2));
  color: #fff;
  box-shadow: 0 12px 30px rgba(255, 107, 44, .18);
}

.pro-contact-page .pc-btn-primary:hover,
.pro-contact-page .pc-btn-secondary:hover,
.pro-contact-page .pc-btn-outline:hover {
  transform: translateY(-2px);
}

.pro-contact-page .pc-btn-secondary,
.pro-contact-page .pc-btn-outline {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.pro-contact-page .pc-btn-outline {
  margin-top: 18px;
}

.pro-contact-page .pc-trust-list,
.pro-contact-page .pc-card-text,
.pro-contact-page .pc-section-head p,
.pro-contact-page .pc-info-box p,
.pro-contact-page .pc-map-info-box p,
.pro-contact-page .pc-mini-box span,
.pro-contact-page .pc-faq p,
.pro-contact-page .pc-review p {
  color: var(--fg-ui-text-soft);
  line-height: 1.8;
}

.pro-contact-page .pc-card,
.pro-contact-page .pc-info-box,
.pro-contact-page .pc-mini-box,
.pro-contact-page .pc-map-embed,
.pro-contact-page .pc-map-info,
.pro-contact-page .pc-map-info-box,
.pro-contact-page .pc-review,
.pro-contact-page .pc-faq details {
  background: linear-gradient(180deg, rgba(17, 25, 37, 0.96), rgba(12, 18, 28, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--fg-ui-shadow);
}

.pro-contact-page .pc-card h2,
.pro-contact-page .pc-section-head h2,
.pro-contact-page .pc-info-box h3,
.pro-contact-page .pc-map-info-box h3,
.pro-contact-page .pc-mini-box strong,
.pro-contact-page .pc-value,
.pro-contact-page .pc-faq summary,
.pro-contact-page .pc-review footer {
  color: #fff;
}

.pro-contact-page .pc-section-head h2,
.pro-contact-page .pc-card h2 {
  font-size: 28px;
  margin: 0 0 12px;
}

.pro-contact-page .pc-contact-item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pro-contact-page .pc-contact-item:last-child {
  border-bottom: none;
}

.pro-contact-page .pc-label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--fg-ui-muted);
  margin-bottom: 4px;
}

.pro-contact-page .pc-value {
  text-decoration: none;
  font-weight: 800;
}

.pro-contact-page .pc-why,
.pro-contact-page .pc-map-section,
.pro-contact-page .pc-trust-signals,
.pro-contact-page .pc-faq {
  margin: 48px 0;
}

.pro-contact-page .pc-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 22px;
}

.pro-contact-page .pc-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pro-contact-page .pc-form-review {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 48px 0;
}

.pro-contact-page .pc-rating-top {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}

.pro-contact-page .pc-rating-number {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--fg-ui-accent), var(--fg-ui-accent-2));
}

.pro-contact-page .pc-review-list {
  display: grid;
  gap: 16px;
}

.pro-contact-page .pc-map-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 20px;
  align-items: stretch;
  margin-top: 22px;
}

.pro-contact-page .pc-map-embed iframe {
  border-radius: 18px;
}

.pro-contact-page .pc-map-info {
  display: grid;
  gap: 18px;
}

.pro-contact-page .pc-faq details {
  margin-bottom: 14px;
}

.pro-contact-page .pc-faq p {
  margin: 12px 0 0;
}

.ai-explore-section .ai-card {
  position: relative;
  margin: 30px 0;
  padding: 2px;
  border-radius: 26px;
  overflow: hidden;
}

.ai-explore-section .ai-card::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 30px;
  background: conic-gradient(
    #ff5f6d,
    #ffc371,
    #47e5bc,
    #5b8cff,
    #b065ff,
    #ff5f6d
  );
  filter: blur(18px);
  opacity: .6;
  animation: aiGlowSpin 10s linear infinite;
  z-index: 0;
}

.ai-explore-section .ai-card-inner {
  position: relative;
  z-index: 2;
  padding: 36px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(17, 25, 37, 0.96), rgba(12, 18, 28, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
}

.ai-explore-section .ai-badge {
  display: inline-block;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  margin-bottom: 14px;
}

.ai-explore-section .ai-btn {
  padding: 14px 20px;
  border-radius: 12px;
  border: none;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, #ff5f6d, #ffc371, #47e5bc, #5b8cff, #b065ff);
  background-size: 200% 200%;
  animation: btnGradient 5s ease infinite;
  box-shadow: 0 10px 30px rgba(91, 140, 255, .35);
}

.ai-explore-section .ai-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 45px rgba(91, 140, 255, .45);
}

body.blog,
body.archive,
body.single-post,
body.single,
body.page,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page {
  background:
    radial-gradient(circle at top left, rgba(255, 107, 44, 0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(73, 194, 255, 0.10), transparent 20%),
    linear-gradient(180deg, #05070c 0%, #09111a 20%, #0c1420 58%, #08111b 100%) !important;
  color: var(--fg-ui-text) !important;
}

body.blog #main,
body.archive #main,
body.single-post #main,
body.single #main,
body.page #main,
body.single-post .blog-wrapper,
body.single .blog-wrapper,
body.page .blog-wrapper,
body.single-post .blog-single,
body.single .blog-single,
body.page .blog-single,
body #wrapper,
body #content,
body .page-wrapper,
body .page-inner,
body .main-bg,
body .shop-container,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog #main,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive #main,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post #main,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single #main,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page #main,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .blog-wrapper,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .blog-wrapper,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .blog-wrapper,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .blog-single,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .blog-single,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .blog-single,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) #wrapper,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) #content,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .page-wrapper,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .page-inner,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .main-bg,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .shop-container {
  background: transparent !important;
}

body .main-bg,
body #main,
body #content,
body .page-wrapper,
body .page-inner,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .main-bg,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) #main,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) #content,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .page-wrapper,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .page-inner,
body.single-post .blog-wrapper,
body.single .blog-wrapper,
body.page .blog-wrapper,
body.single-post .blog-single,
body.single .blog-single,
body.page .blog-single,
body.single-post .row,
body.single .row,
body.page .row,
body.single-post .section,
body.single .section,
body.page .section,
body.single-post .section-content,
body.single .section-content,
body.page .section-content,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .blog-wrapper,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .blog-wrapper,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .blog-wrapper,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .blog-single,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .blog-single,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .blog-single,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .row,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .row,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .row,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .section,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .section,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .section,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .section-content,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .section-content,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .section-content {
  background-color: transparent !important;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .archive-page-header,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .archive-page-header,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-header-text,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-header-text,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .entry-header-text,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .page-header-wrapper {
  max-width: 1420px;
  margin: 24px auto 24px;
  padding: 0 24px;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .archive-page-header .large-12,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .archive-page-header .large-12,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-header-text-top,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-header-text-top,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .page-title-inner {
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(17, 25, 37, 0.92), rgba(12, 18, 28, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--fg-ui-shadow);
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .archive-page-header h1,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .archive-page-header h1,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-title,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-title,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page h1.entry-title,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .page-title {
  color: #fff;
  font-size: clamp(3rem, 2vw + 2rem, 4.8rem);
  line-height: 1.02;
  margin: 8px 0 14px;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .page-title-inner,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .page-title-inner,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-meta,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-meta,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-header-text .entry-category,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-header-text .entry-category {
  color: var(--fg-ui-text-soft);
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .is-divider,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .is-divider,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-divider,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-divider {
  background-color: rgba(255, 156, 47, 0.8);
}

body.blog .post-item .col-inner,
body.archive .post-item .col-inner,
body.blog .post-item .box,
body.archive .post-item .box,
body.single-post .article-inner,
body.single .article-inner,
body.page .article-inner,
body.page .page-content,
body .widget,
body .widget-area .widget,
body.single-post .comments-area,
body.single .comments-area,
body.single-post .comment-respond,
body.single .comment-respond,
body.single-post .related-posts,
body.single .related-posts,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .post-item .col-inner,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .post-item .col-inner,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .post-item .box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .post-item .box,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .article-inner,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .article-inner,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .article-inner,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .page-content,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .widget,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]) .widget-area .widget,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .comments-area,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .comments-area,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .comment-respond,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .comment-respond,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .related-posts,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .related-posts {
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(17, 25, 37, 0.92), rgba(12, 18, 28, 0.96)) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: var(--fg-ui-shadow) !important;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .post-item .col-inner,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .post-item .col-inner {
  overflow: hidden;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .post-item .box-image,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .post-item .box-image,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-image,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-image,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .page-wrapper img,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .entry-image {
  overflow: hidden;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .post-item .box-image img,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .post-item .box-image img,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-image img,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-image img {
  transition: transform 0.42s ease;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .post-item:hover .box-image img,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .post-item:hover .box-image img,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-image:hover img,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-image:hover img {
  transform: scale(1.04);
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .post-item .box-text,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .post-item .box-text {
  padding: 22px 22px 24px;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .post-item .post-title,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .post-item .post-title,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .post-item .post-title a,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .post-item .post-title a {
  color: #fff;
  font-size: clamp(2rem, 0.6vw + 1.6rem, 2.8rem);
  line-height: 1.1;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .post-item .from_the_blog_excerpt,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .post-item .from_the_blog_excerpt,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .post-item p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .post-item p {
  color: var(--fg-ui-text-soft);
  font-size: 1.55rem;
  line-height: 1.76;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .post-item .button,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .post-item .button,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .button,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .button {
  border-radius: 999px;
  background: linear-gradient(135deg, var(--fg-ui-accent), var(--fg-ui-accent-2));
  color: #fff !important;
  border: 0;
  box-shadow: 0 18px 36px rgba(255, 107, 44, 0.20);
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .page-numbers,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .page-numbers,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .page-numbers,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .page-numbers {
  min-width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .page-numbers.current,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .page-numbers.current,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).blog .page-numbers:hover,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).archive .page-numbers:hover {
  background: linear-gradient(135deg, var(--fg-ui-accent), var(--fg-ui-accent-2));
  border-color: transparent;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .article-inner,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .article-inner {
  padding: 24px;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-image,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-image,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .entry-image {
  border-radius: 24px;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-content,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-content,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .entry-content,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .page-content {
  color: var(--fg-ui-text-soft);
  font-size: 1.78rem;
  line-height: 1.84;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-content p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-content p {
  color: var(--fg-ui-text-soft);
  font-size: clamp(1.72rem, 0.2vw + 1.64rem, 1.92rem);
  line-height: 1.86;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-content h2,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-content h2 {
  color: #fff;
  font-size: clamp(2.8rem, 1vw + 2.1rem, 4.2rem);
  line-height: 1.08;
  margin-top: 1.4em;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-content h3,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-content h3 {
  color: #fff;
  font-size: clamp(2.2rem, 0.6vw + 1.8rem, 3rem);
  line-height: 1.1;
  margin-top: 1.25em;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-content a,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-content a {
  color: #ffc978;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-content a:hover,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-content a:hover {
  color: #fff;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-content blockquote,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-content blockquote {
  border-left: 4px solid rgba(255, 156, 47, 0.8);
  padding-left: 18px;
  color: rgba(244, 247, 251, 0.86);
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-content ul li,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-content ul li,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-content ol li,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-content ol li {
  margin-bottom: 10px;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-tags a,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-tags a,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .tagcloud a,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .tagcloud a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  margin: 0 8px 8px 0;
  border-radius: 999px;
  background: rgba(255, 156, 47, 0.10);
  border: 1px solid rgba(255, 156, 47, 0.18);
  color: #ffcf8b;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .comments-area,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .comments-area,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .comment-respond,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .comment-respond {
  margin-top: 24px;
  padding: 24px;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .comments-area h3,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .comments-area h3,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .comment-respond h3,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .comment-respond h3 {
  color: #fff;
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .comments-area p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .comments-area p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .comment-respond p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .comment-respond p,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .comment-list li,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .comment-list li {
  color: var(--fg-ui-text-soft);
}

body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .comment-form input,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .comment-form textarea,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .comment-form select,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .comment-form input,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .comment-form textarea,
body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .comment-form select {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #fff;
}

@keyframes aiGlowSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes btnGradient {
  0% { background-position: 0%; }
  50% { background-position: 100%; }
  100% { background-position: 0%; }
}

@media (max-width: 1024px) {
  .pro-contact-page .pc-hero,
  .pro-contact-page .pc-form-review,
  .pro-contact-page .pc-map-card,
  .pro-contact-page .pc-grid-3,
  .pro-contact-page .pc-grid-4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-header-text,
  body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-header-text,
  body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .entry-header-text,
  body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .page-header-wrapper {
    margin: 16px auto 18px;
    padding: 0 12px;
  }

  body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-header-text-top,
  body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-header-text-top,
  body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .page-title-inner {
    padding: 18px;
    border-radius: 22px;
  }

  body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single-post .entry-title,
  body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).single .entry-title,
  body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page h1.entry-title,
  body:is(.fg-flatsome-premium, .wp-theme-flatsome, [class*="flatsome"]).page .page-title {
    font-size: clamp(2.4rem, 8vw, 3.4rem);
    line-height: 1.04;
  }

  .pro-contact-page {
    padding: 28px 14px;
  }

  .pro-contact-page .pc-card,
  .pro-contact-page .pc-info-box,
  .pro-contact-page .pc-mini-box,
  .pro-contact-page .pc-map-embed,
  .pro-contact-page .pc-map-info,
  .pro-contact-page .pc-map-info-box,
  .pro-contact-page .pc-review,
  .pro-contact-page .pc-faq details,
  .ai-explore-section .ai-card-inner,
  .reservation-form,
  .reservation-form .form-box,
  .reservation-form .package-info {
    padding: 20px;
    border-radius: 18px;
  }

  .pro-contact-page .pc-btn {
    width: 100%;
  }
}
/* Fotografovanie.eu
   Flatsome premium homepage
   Scope: template-fg-premium-home.php
*/

:root {
  --fg-bg: #070b12;
  --fg-bg-2: #0b1119;
  --fg-shell: rgba(11, 17, 25, 0.88);
  --fg-shell-2: rgba(16, 24, 36, 0.94);
  --fg-card: rgba(18, 26, 39, 0.86);
  --fg-card-2: rgba(14, 21, 31, 0.94);
  --fg-card-soft: rgba(255, 255, 255, 0.04);
  --fg-card-strong: rgba(255, 255, 255, 0.08);
  --fg-text: #f4f7fb;
  --fg-text-soft: rgba(244, 247, 251, 0.84);
  --fg-muted: #95a5bb;
  --fg-line: rgba(255, 255, 255, 0.08);
  --fg-line-strong: rgba(255, 255, 255, 0.14);
  --fg-accent: #ff9c2f;
  --fg-accent-2: #ff6b2c;
  --fg-cool: #49c2ff;
  --fg-shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.22);
  --fg-shadow-card: 0 28px 80px rgba(0, 0, 0, 0.32);
  --fg-radius-sm: 16px;
  --fg-radius-md: 24px;
  --fg-radius-lg: 34px;
  --fg-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fg-heading: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fg-max: 1420px;
}

body.fg-premium-home-active,
body.fg-premium-home-active #main {
  background:
    radial-gradient(circle at top left, rgba(255, 107, 44, 0.14), transparent 22%),
    radial-gradient(circle at top right, rgba(73, 194, 255, 0.10), transparent 18%),
    linear-gradient(180deg, #05070c 0%, #09111a 20%, #0c1420 58%, #08111b 100%) !important;
}

body.fg-premium-home-active .page-title,
body.fg-premium-home-active .page-header,
body.fg-premium-home-active .breadcrumbs,
body.fg-premium-home-active .breadcrumb,
body.fg-premium-home-active .page-meta,
body.fg-premium-home-active .entry-header {
  display: none !important;
}

body.fg-premium-home-active #main {
  padding-top: 18px;
  padding-bottom: 48px;
}

body.fg-premium-home-active .page-wrapper,
body.fg-premium-home-active .page-inner,
body.fg-premium-home-active .row,
body.fg-premium-home-active .row-collapse,
body.fg-premium-home-active .col,
body.fg-premium-home-active .col-inner,
body.fg-premium-home-active .large-12,
body.fg-premium-home-active .medium-12,
body.fg-premium-home-active .small-12,
body.fg-premium-home-active .shop-container,
body.fg-premium-home-active .container,
body.fg-premium-home-active .container.section-title-container {
  max-width: none;
}

body.fg-premium-home-active .page-wrapper {
  width: 100%;
  padding: 0;
}

body.fg-premium-home-active .page-wrapper,
body.fg-premium-home-active .page-inner,
body.fg-premium-home-active .row,
body.fg-premium-home-active .col,
body.fg-premium-home-active .col-inner {
  margin: 0 !important;
  padding: 0 !important;
}

body.fg-premium-home-active .entry-content,
body.fg-premium-home-active .entry-content > *:not(.fg-home-premium-page) {
  display: none;
}

body.fg-premium-home-active .fg-home-premium-page {
  display: block !important;
  width: 100%;
}

body.fg-premium-home-active .fg-home-premium-page,
body.fg-premium-home-active .fg-home-premium-page *,
body.fg-premium-home-active .fg-home-premium-page *::before,
body.fg-premium-home-active .fg-home-premium-page *::after {
  box-sizing: border-box;
}

body.fg-premium-home-active .fg-home-premium-page img {
  max-width: 100%;
  height: auto;
}

body.fg-premium-home-active .fg-home-premium-page a {
  transition: color 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

body.fg-premium-home-active .fg-home-premium-page h1,
body.fg-premium-home-active .fg-home-premium-page h2,
body.fg-premium-home-active .fg-home-premium-page h3,
body.fg-premium-home-active .fg-home-premium-page h4 {
  font-family: var(--fg-heading);
  letter-spacing: -0.04em;
  text-transform: none;
}

body.fg-premium-home-active .fg-home-premium-page p,
body.fg-premium-home-active .fg-home-premium-page li,
body.fg-premium-home-active .fg-home-premium-page span,
body.fg-premium-home-active .fg-home-premium-page a {
  font-family: var(--fg-body);
}

body.fg-premium-home-active .fg-home-premium-page p {
  margin: 0;
}

body.fg-premium-home-active .fg-home-premium-page article,
body.fg-premium-home-active .fg-home-premium-page section,
body.fg-premium-home-active .fg-home-premium-page aside,
body.fg-premium-home-active .fg-home-premium-page div {
  min-width: 0;
}

body.fg-premium-home-active .fg-home-premium-page ul,
body.fg-premium-home-active .fg-home-premium-page ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.fg-premium-home-active .fg-home-shell {
  width: min(var(--fg-max), calc(100% - 40px));
  margin: 0 auto;
}

body.fg-premium-home-active .fg-home-premium {
  display: grid;
  gap: 24px;
  padding-bottom: 16px;
}

body.fg-premium-home-active .fg-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.78fr);
  gap: 20px;
}

body.fg-premium-home-active .fg-home-hero-main,
body.fg-premium-home-active .fg-home-hero-side {
  min-width: 0;
}

body.fg-premium-home-active .fg-home-hero-side {
  display: grid;
  gap: 20px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-content: stretch;
}

body.fg-premium-home-active .fg-home-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

body.fg-premium-home-active .fg-home-card-link {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  height: 100%;
}

body.fg-premium-home-active .fg-home-card-media {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

body.fg-premium-home-active .fg-home-card-media img,
body.fg-premium-home-active .fg-home-list-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

body.fg-premium-home-active .fg-home-card:hover .fg-home-card-media img,
body.fg-premium-home-active .fg-home-list-item:hover .fg-home-list-media img {
  transform: scale(1.06);
}

body.fg-premium-home-active .fg-home-card-large .fg-home-card-link {
  min-height: 100%;
}

body.fg-premium-home-active .fg-home-card-large .fg-home-card-media {
  aspect-ratio: 16 / 10;
}

body.fg-premium-home-active .fg-home-card-large.is-hero .fg-home-card-media {
  aspect-ratio: 16 / 9;
}

body.fg-premium-home-active .fg-home-card-large .fg-home-card-overlay {
  position: absolute;
  inset: auto 0 0 0;
  height: 68%;
  background: linear-gradient(180deg, rgba(6, 10, 16, 0) 0%, rgba(6, 10, 16, 0.92) 100%);
  pointer-events: none;
}

body.fg-premium-home-active .fg-home-card-large .fg-home-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px;
}

body.fg-premium-home-active .fg-home-card-large h2 {
  margin: 10px 0 12px;
  color: #fff;
  font-family: var(--fg-heading);
  font-size: clamp(2.8rem, 1.5vw + 1.8rem, 4.8rem);
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.fg-premium-home-active .fg-home-card-large p {
  color: rgba(244, 247, 251, 0.76) !important;
  font-size: 1.48rem;
  line-height: 1.62;
  max-width: 60ch;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.fg-premium-home-active .fg-home-card-compact .fg-home-card-link {
  display: grid;
  grid-template-columns: minmax(148px, 42%) minmax(0, 1fr);
  min-height: 100%;
}

body.fg-premium-home-active .fg-home-card-compact .fg-home-card-media {
  height: 100%;
}

body.fg-premium-home-active .fg-home-card-compact .fg-home-card-content {
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body.fg-premium-home-active .fg-home-card-compact h3 {
  margin: 8px 0 10px;
  color: #fff;
  font-family: var(--fg-heading);
  font-size: clamp(1.9rem, 0.35vw + 1.55rem, 2.35rem);
  line-height: 1.08;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.fg-premium-home-active .fg-home-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.fg-premium-home-active .fg-home-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #ffb86a;
  background: rgba(255, 156, 47, 0.10);
  border: 1px solid rgba(255, 156, 47, 0.18);
}

body.fg-premium-home-active .fg-home-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

body.fg-premium-home-active .fg-home-meta span {
  color: rgba(244, 247, 251, 0.58);
  font-size: 1.16rem;
  font-weight: 700;
}

body.fg-premium-home-active .fg-home-kicker {
  margin: 0;
  color: #ffb86a !important;
  font-size: 1.18rem !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.fg-premium-home-active .fg-home-cta-panel {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(73, 194, 255, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(19, 28, 42, 0.98), rgba(13, 20, 31, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.30);
  padding: 26px;
}

body.fg-premium-home-active .fg-home-cta-panel h3 {
  margin: 12px 0;
  color: #fff;
  font-family: var(--fg-heading);
  font-size: clamp(2.4rem, 0.8vw + 2rem, 3.2rem);
  line-height: 1.02;
}

body.fg-premium-home-active .fg-home-cta-panel p {
  color: rgba(244, 247, 251, 0.72) !important;
  font-size: 1.56rem;
  line-height: 1.74;
}

body.fg-premium-home-active .fg-home-cta-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 10px;
  border-radius: 999px;
  padding: 0 18px;
  background: linear-gradient(135deg, #ff9c2f, #ff6b2c);
  color: #fff !important;
  font-size: 1.38rem;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 18px 40px rgba(255, 107, 44, 0.24);
}

body.fg-premium-home-active .fg-home-ticker {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(17, 25, 37, 0.92), rgba(12, 18, 28, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

body.fg-premium-home-active .fg-home-ticker-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 18px;
  background: linear-gradient(135deg, #ff9c2f, #ff6b2c);
  color: #fff;
  font-size: 1.42rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.fg-premium-home-active .fg-home-ticker-window {
  position: relative;
  overflow: hidden;
  min-height: 92px;
}

body.fg-premium-home-active .fg-home-ticker-track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  min-width: 100%;
  padding: 16px 18px;
  animation: fgHomeTickerMove 26s linear infinite;
}

body.fg-premium-home-active .fg-home-ticker:hover .fg-home-ticker-track {
  animation-play-state: paused;
}

body.fg-premium-home-active .fg-home-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  border-radius: 999px;
  padding: 8px 16px 8px 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f4f7fb !important;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none !important;
}

body.fg-premium-home-active .fg-home-ticker-item:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 156, 47, 0.22);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

body.fg-premium-home-active .fg-home-ticker-thumb,
body.fg-premium-home-active .fg-home-ticker-thumb img,
body.fg-premium-home-active .fg-home-ticker-fallback {
  width: 38px;
  height: 38px;
  border-radius: 999px;
}

body.fg-premium-home-active .fg-home-ticker-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.08);
}

body.fg-premium-home-active .fg-home-ticker-thumb img {
  object-fit: cover;
}

body.fg-premium-home-active .fg-home-ticker-fallback {
  display: block;
  background:
    radial-gradient(circle at top right, rgba(255, 156, 47, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(31, 46, 65, 0.94), rgba(14, 21, 31, 0.98));
}

@keyframes fgHomeTickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

body.fg-premium-home-active .fg-home-editorial {
  display: grid;
  grid-template-columns: minmax(280px, 0.98fr) minmax(0, 1.38fr) minmax(280px, 0.98fr);
  gap: 20px;
  align-items: stretch;
}

body.fg-premium-home-active .fg-home-column {
  min-width: 0;
  border-radius: 28px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(17, 25, 37, 0.92), rgba(12, 18, 28, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
}

body.fg-premium-home-active .fg-home-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

body.fg-premium-home-active .fg-home-section-head span {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: var(--fg-heading);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

body.fg-premium-home-active .fg-home-section-head::after {
  content: "";
  flex: 1;
  height: 1px;
  margin-left: 14px;
  background: linear-gradient(90deg, rgba(255, 156, 47, 0.7), rgba(255, 255, 255, 0.06));
}

body.fg-premium-home-active .fg-home-list-stack {
  display: grid;
  gap: 14px;
}

body.fg-premium-home-active .fg-home-column-list .fg-home-list-stack,
body.fg-premium-home-active .fg-home-column-paid .fg-home-list-stack {
  grid-template-rows: repeat(4, minmax(0, 1fr));
  flex: 1 1 auto;
}

body.fg-premium-home-active .fg-home-list-item {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  min-height: 0;
}

body.fg-premium-home-active .fg-home-list-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 156, 47, 0.2);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

body.fg-premium-home-active .fg-home-list-link {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  color: inherit !important;
  text-decoration: none !important;
  height: 100%;
}

body.fg-premium-home-active .fg-home-list-media {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

body.fg-premium-home-active .fg-home-list-index {
  position: absolute;
  right: 8px;
  bottom: 8px;
  min-width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9c2f, #ff6b2c);
  color: #fff;
  font-size: 1.24rem;
  font-weight: 900;
}

body.fg-premium-home-active .fg-home-list-body h4 {
  margin: 2px 0 7px;
  color: #fff;
  font-family: var(--fg-heading);
  font-size: 1.62rem;
  line-height: 1.12;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.fg-premium-home-active .fg-home-column-feature .fg-home-card-large .fg-home-card-media {
  aspect-ratio: 16 / 10.5;
}

body.fg-premium-home-active .fg-home-column-feature .fg-home-card-large h2 {
  font-size: clamp(2.6rem, 1vw + 1.7rem, 4rem);
}

body.fg-premium-home-active .fg-home-carousel {
  position: relative;
  flex: 1 1 auto;
}

body.fg-premium-home-active .fg-home-carousel-slides {
  position: relative;
  min-height: 100%;
}

body.fg-premium-home-active .fg-home-carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.42s ease, transform 0.42s ease, visibility 0.42s ease;
}

body.fg-premium-home-active .fg-home-carousel-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.fg-premium-home-active .fg-home-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

body.fg-premium-home-active .fg-home-carousel-dot {
  width: 24px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: transform 0.24s ease, background-color 0.24s ease;
}

body.fg-premium-home-active .fg-home-carousel-dot.is-active {
  width: 24px;
  background: linear-gradient(135deg, #ff9c2f, #ff6b2c);
}

body.fg-premium-home-active .fg-home-column-feature .fg-home-card-large .fg-home-card-link {
  min-height: 520px;
}

body.fg-premium-home-active .fg-home-grid-section {
  border-radius: 30px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(17, 25, 37, 0.92), rgba(12, 18, 28, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

body.fg-premium-home-active .fg-home-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body.fg-premium-home-active .fg-home-grid .fg-home-card-compact .fg-home-card-link {
  grid-template-columns: 1fr;
}

body.fg-premium-home-active .fg-home-grid .fg-home-card-compact .fg-home-card-media {
  aspect-ratio: 16 / 11;
}

body.fg-premium-home-active .fg-home-grid .fg-home-card-compact .fg-home-card-content {
  padding: 18px 18px 20px;
}

body.fg-premium-home-active .fg-home-grid .fg-home-card-compact h3 {
  font-size: 1.92rem;
  -webkit-line-clamp: 4;
}

body.fg-premium-home-active .fg-home-grid .fg-home-card,
body.fg-premium-home-active .fg-home-list-item,
body.fg-premium-home-active .fg-home-column,
body.fg-premium-home-active .fg-home-grid-section,
body.fg-premium-home-active .fg-home-ticker,
body.fg-premium-home-active .fg-home-cta-panel {
  width: 100%;
}

body.fg-premium-home-active .fg-home-image-fallback,
body.fg-premium-home-active .fg-home-thumb-fallback {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at top right, rgba(255, 156, 47, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(29, 42, 60, 0.92), rgba(14, 21, 31, 0.96));
}

body.fg-premium-home-active .fg-home-thumb-fallback {
  border-radius: 16px;
}

body.fg-premium-home-active .fg-home-archive-section {
  border-radius: 30px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(17, 25, 37, 0.92), rgba(12, 18, 28, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

body.fg-premium-home-active .fg-home-archive-list {
  display: grid;
  gap: 18px;
}

body.fg-premium-home-active .fg-home-archive-item {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

body.fg-premium-home-active .fg-home-archive-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 156, 47, 0.20);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.20);
}

body.fg-premium-home-active .fg-home-archive-link {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  color: inherit !important;
  text-decoration: none !important;
}

body.fg-premium-home-active .fg-home-archive-media {
  min-height: 220px;
  background: rgba(255, 255, 255, 0.04);
}

body.fg-premium-home-active .fg-home-archive-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.fg-premium-home-active .fg-home-archive-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

body.fg-premium-home-active .fg-home-archive-body h3 {
  margin: 10px 0 10px;
  color: #fff;
  font-size: clamp(2.2rem, 0.6vw + 1.8rem, 3rem);
  line-height: 1.08;
}

body.fg-premium-home-active .fg-home-archive-body p {
  color: rgba(244, 247, 251, 0.72) !important;
  font-size: 1.48rem;
  line-height: 1.68;
  margin-top: 2px;
}

body.fg-premium-home-active .fg-home-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 38px;
  margin-top: auto;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #fff;
  font-size: 1.24rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

body.fg-premium-home-active .fg-home-card:hover .fg-home-readmore,
body.fg-premium-home-active .fg-home-archive-item:hover .fg-home-readmore {
  background: linear-gradient(135deg, #ff9c2f, #ff6b2c);
  border-color: transparent;
}

body.fg-premium-home-active .fg-home-readmore.is-archive {
  margin-top: 18px;
}

body.fg-premium-home-active .fg-home-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

body.fg-premium-home-active .fg-home-pagination .page-numbers {
  min-width: 46px;
  height: 46px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1.4rem;
  font-weight: 800;
}

body.fg-premium-home-active .fg-home-pagination .page-numbers.current,
body.fg-premium-home-active .fg-home-pagination .page-numbers:hover {
  background: linear-gradient(135deg, #ff9c2f, #ff6b2c);
  border-color: transparent;
}

@media (max-width: 1200px) {
  body.fg-premium-home-active .fg-home-hero {
    grid-template-columns: 1fr;
  }

  body.fg-premium-home-active .fg-home-editorial,
  body.fg-premium-home-active .fg-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.fg-premium-home-active .fg-home-column-feature {
    grid-column: span 2;
  }

  body.fg-premium-home-active .fg-home-column-list .fg-home-list-stack,
  body.fg-premium-home-active .fg-home-column-paid .fg-home-list-stack {
    grid-template-rows: none;
  }
}

@media (max-width: 900px) {
  body.fg-premium-home-active .fg-home-ticker {
    grid-template-columns: 1fr;
  }

  body.fg-premium-home-active .fg-home-editorial,
  body.fg-premium-home-active .fg-home-grid {
    grid-template-columns: 1fr;
  }

  body.fg-premium-home-active .fg-home-column-feature {
    grid-column: auto;
  }

  body.fg-premium-home-active .fg-home-column-feature .fg-home-card-large .fg-home-card-link {
    min-height: 0;
  }

  body.fg-premium-home-active .fg-home-archive-link {
    grid-template-columns: 1fr;
  }

  body.fg-premium-home-active .fg-home-archive-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 640px) {
  body.fg-premium-home-active #main {
    padding-top: 12px;
  }

  body.fg-premium-home-active .fg-home-shell {
    width: calc(100% - 24px);
  }

  body.fg-premium-home-active .fg-home-premium {
    gap: 18px;
  }

  body.fg-premium-home-active .fg-home-card-large .fg-home-card-content,
  body.fg-premium-home-active .fg-home-column,
  body.fg-premium-home-active .fg-home-grid-section,
  body.fg-premium-home-active .fg-home-cta-panel,
  body.fg-premium-home-active .fg-home-archive-section,
  body.fg-premium-home-active .fg-home-archive-body {
    padding: 18px;
  }

  body.fg-premium-home-active .fg-home-card-large h2 {
    font-size: clamp(2.6rem, 9vw, 3.8rem);
  }

  body.fg-premium-home-active .fg-home-card-compact .fg-home-card-link,
  body.fg-premium-home-active .fg-home-list-link {
    grid-template-columns: 1fr;
  }

  body.fg-premium-home-active .fg-home-card-compact .fg-home-card-media {
    aspect-ratio: 16 / 10;
  }

  body.fg-premium-home-active .fg-home-list-media {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  body.fg-premium-home-active .fg-home-ticker-track {
    animation-duration: 18s;
  }

  body.fg-premium-home-active .fg-home-ticker-item {
    min-width: 260px;
  }
}