:root {
  --site-primary: #0d6efd;
  --site-primary-dark: #0b5ed7;
  --site-bg: #f8fbff;
  --site-text: #1f2937;
  --site-muted: #6b7280;
  --site-border: #e5e7eb;
  --site-card: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--site-text);
  background: #ffffff;
}

/* Default language visibility */
[data-lang="el"] {
  display: inline;
}

[data-lang="en"] {
  display: none;
}

/* Keep layout elements correct when language spans are inside blocks */
h1 > [data-lang],
h2 > [data-lang],
h3 > [data-lang],
p > [data-lang],
a > [data-lang],
li > [data-lang],
div > [data-lang],
span[data-lang] {
  display: inline;
}

.site-navbar {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(229, 231, 235, 0.9);
}

.navbar-brand {
  font-weight: 800;
  color: var(--site-text);
}

.navbar-brand:hover {
  color: var(--site-text);
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--site-primary), var(--site-primary-dark));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.18);
}

.brand-text {
  font-size: 1.05rem;
  font-weight: 800;
}

.nav-link {
  font-weight: 500;
  color: #4b5563 !important;
}

.nav-link:hover {
  color: var(--site-primary) !important;
}

.lang-switch {
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.2rem;
  background: #f3f4f6;
  border-radius: 999px;
}

.btn-lang {
  border: 0;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  background: transparent;
  color: #374151;
  font-weight: 700;
}

.btn-lang.active {
  background: #ffffff;
  color: var(--site-primary);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
}

.hero-section {
  padding: 90px 0 70px;
  background:
    radial-gradient(circle at top left, rgba(13, 110, 253, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.hero-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem 0.9rem;
  background: rgba(13, 110, 253, 0.08);
  color: var(--site-primary);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.hero-text {
  font-size: 1.1rem;
  color: var(--site-muted);
  line-height: 1.8;
  margin-bottom: 1.5rem;
  max-width: 42rem;
}

.hero-actions {
  margin-bottom: 1rem;
}

.hero-note {
  color: #64748b;
  font-size: 0.98rem;
}

.hero-shot-wrapper {
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.95);
  border-radius: 24px;
  padding: 1rem;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
}

.hero-shot,
.shot-img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

.section-block {
  padding: 82px 0;
}

.section-light {
  background: var(--site-bg);
}

.section-accent {
  background: linear-gradient(135deg, #0f172a, #1e293b);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--site-primary);
}

.section-kicker-light {
  color: #93c5fd;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

.section-title-light {
  color: #fff;
}

.section-text {
  color: var(--site-muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.section-text-light {
  color: rgba(255, 255, 255, 0.82);
}

.feature-card,
.step-card,
.mini-card,
.pricing-card,
.shot-card,
.cta-box {
  background: #fff;
  border: 1px solid var(--site-border);
  border-radius: 24px;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.04);
}

.feature-card,
.step-card,
.mini-card,
.pricing-card {
  padding: 1.5rem;
}

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 110, 253, 0.1);
  color: var(--site-primary);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.feature-title,
.step-title,
.mini-title,
.shot-title,
.pricing-title {
  font-size: 1.18rem;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

.feature-text,
.step-text,
.mini-text,
.shot-text,
.pricing-desc {
  color: var(--site-muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.step-number {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--site-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 1rem;
}

.shot-card {
  overflow: hidden;
}

.shot-body {
  padding: 1.35rem;
}

.pricing-card {
  position: relative;
}

.pricing-card-featured {
  border-color: rgba(13, 110, 253, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(13, 110, 253, 0.12);
}

.pricing-badge {
  position: absolute;
  top: -12px;
  right: 18px;
  background: var(--site-primary);
  color: #fff;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.pricing-price {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 1rem;
}

.pricing-price span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--site-muted);
}

.pricing-annual {
  color: #475569;
  font-weight: 600;
  margin: 0.45rem 0 1rem;
}

.pricing-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--site-text);
}

.pricing-list li {
  margin-bottom: 0.55rem;
}

.cta-box {
  padding: 3rem 2rem;
}

.site-footer {
  padding: 36px 0;
  background: #0f172a;
  color: #fff;
}

.footer-text {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 0.75rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.2rem;
  justify-content: flex-start;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-weight: 500;
}

.footer-links a:hover {
  color: #fff;
}

.btn {
  border-radius: 14px;
  font-weight: 700;
  padding: 0.72rem 1.1rem;
}

.btn-lg {
  padding: 0.9rem 1.4rem;
  border-radius: 16px;
}

@media (min-width: 992px) {
  .footer-links {
    justify-content: flex-end;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 70px;
  }

  .pricing-card-featured {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  .section-block {
    padding: 64px 0;
  }

  .hero-title {
    font-size: 2rem;
  }

  .cta-box {
    padding: 2rem 1.25rem;
  }
}

.shot-clickable {
  cursor: zoom-in;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shot-clickable:hover {
  transform: scale(1.01);
}

.image-modal-content {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
}

.image-preview-full {
  width: 100%;
  border-radius: 14px;
  display: block;
}

.faq-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.faq-accordion {
  --bs-accordion-border-color: var(--site-border);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-bg: #ffffff;
  --bs-accordion-active-bg: #ffffff;
  --bs-accordion-active-color: var(--site-text);
  --bs-accordion-bg: #ffffff;
}

.faq-item {
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid var(--site-border) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.faq-item .accordion-button {
  font-weight: 700;
  color: var(--site-text);
  padding: 1.15rem 1.25rem;
}

.faq-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq-item .accordion-body {
  color: var(--site-muted);
  line-height: 1.8;
  padding: 0 1.25rem 1.25rem;
}

.contact-card {
  background: #fff;
  border: 1px solid var(--site-border);
  border-radius: 24px;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.04);
  padding: 1.75rem 1.5rem;
}

.contact-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 110, 253, 0.1);
  color: var(--site-primary);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.contact-title {
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.contact-text {
  color: var(--site-muted);
  line-height: 1.7;
  margin-bottom: 0;
}

.contact-text a {
  color: var(--site-primary);
  text-decoration: none;
  font-weight: 600;
}

.contact-text a:hover {
  text-decoration: underline;
}