
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;600;700&family=Karla:wght@300;400;500;600;700&display=swap');

:root {
  --psyme-primary: #2E5266;
  --psyme-teal: #2E5266;
  --psyme-amber: #E07A5F;
  --psyme-bg: #F8FAFB;
  --psyme-radius: 14px;
  --primary: #2E5266;
  --primary-dark: #1A3340;
  --primary-light: #4A7A94;
  --accent: #E07A5F;
  --accent-light: #F4C4B8;
  --bg: #F8FAFB;
  --bg-alt: #EEF3F6;
  --ink: #1A2830;
  --muted: #5A6E7A;
  --white: #fff;
  --font-body: 'Karla', system-ui, sans-serif;
  --font-display: 'Bitter', Georgia, serif;
  --shadow: 0 4px 20px rgba(0,0,0,0.06);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.1);
  --radius: 14px;
}

*, *::before, *::after { box-sizing: border-box; }

body.theme-ocean {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}

.theme-ocean h1, .theme-ocean h2, .theme-ocean h3, .theme-ocean h4 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--primary-dark);
  line-height: 1.25;
}

.theme-ocean img { max-width: 100%; display: block; }
.theme-ocean a { color: var(--primary); text-decoration: none; }
.theme-ocean a:hover { color: var(--accent); }

.theme-ocean .container { max-width: 1120px; padding-left: 1.25rem; padding-right: 1.25rem; }

.theme-ocean .navigation-1.header {

  position: sticky; top: 0; z-index: 1000;

}

.theme-ocean .navigation-1 .navbar-brand h2 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: #fff !important;
  margin: 0;
}

.theme-ocean .brand-accent { color: var(--accent); font-style: normal; }

.theme-ocean .navigation-1 .nav-link {
  font-size: 0.88rem;
  font-weight: 500;
  color: rgba(255,255,255,0.85) !important;
  padding: 0.5rem 0.75rem !important;
}

.theme-ocean .navigation-1 .nav-link.active { color: var(--primary) !important; font-weight: 600; }

.theme-ocean .eyebrow, .section-eyebrow {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 0.75rem;
}

.theme-ocean .section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 1rem; }
.theme-ocean .lead { font-size: 1.1rem; color: var(--muted); max-width: 540px; }

.theme-ocean .btn-primary {
  background: var(--primary); border: none; color: #fff;
  padding: 0.75rem 1.5rem; border-radius: var(--radius); font-weight: 600;
}
.theme-ocean .btn-primary:hover { background: var(--primary-dark); color: #fff; }

.theme-ocean .btn-outline {
  border: 2px solid var(--primary); color: var(--primary); background: transparent;
  padding: 0.7rem 1.4rem; border-radius: var(--radius); font-weight: 600;
}
.theme-ocean .btn-outline:hover { background: var(--primary); color: #fff; }

.theme-ocean .btn-white { background: #fff; color: var(--primary-dark); border: none; padding: 0.75rem 1.5rem; border-radius: var(--radius); font-weight: 600; }
.theme-ocean .btn-outline-white { border: 2px solid rgba(255,255,255,0.6); color: #fff; background: transparent; padding: 0.7rem 1.4rem; border-radius: var(--radius); }

.theme-ocean .hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.75rem;  }


.theme-ocean .header { background: var(--primary-dark); border-bottom: none; }
.theme-ocean .navigation-1 .navbar-brand h2 { color: #fff !important; }
.theme-ocean .navigation-1 .nav-link { color: rgba(255,255,255,0.85) !important; }
.theme-ocean .navigation-1 .nav-link.active { color: var(--accent-light) !important; }
.theme-ocean .hero-split { padding: 4rem 0 5rem; background: var(--primary-dark) url('../images/hero-bg.jpg') center/cover no-repeat; position: relative; }
.theme-ocean .hero-split::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,51,64,0.94) 42%, rgba(26,51,64,0.72) 100%); }
.theme-ocean .hero-split .container { position: relative; z-index: 1; }
.theme-ocean .hero-split h1, .theme-ocean .hero-split .lead, .theme-ocean .hero-split .eyebrow { color: #fff; }
.theme-ocean .hero-split .lead { opacity: 0.88; }
.theme-ocean .hero-split .btn-outline { border-color: rgba(255,255,255,0.65); color: #fff; }
.theme-ocean .hero-split .btn-outline:hover { background: #fff; color: var(--primary-dark); }
.theme-ocean .hero-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.theme-ocean .hero-split-visual { position: relative; }
.theme-ocean .hero-split-visual img { border-radius: 4px; border: 4px solid var(--primary-light); box-shadow: 20px 20px 0 var(--accent-light); }
.theme-ocean .hero-badge {
  position: absolute; bottom: -12px; left: 24px; background: var(--accent);
  color: #fff; padding: 0.5rem 1rem; font-size: 0.8rem; font-weight: 600;
}
.theme-ocean .stats-bar { background: var(--primary-dark); color: #fff; padding: 2rem 0; }
.theme-ocean .stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: center; }
.theme-ocean .stat-num { display: block; font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; }
.theme-ocean .stat-label { font-size: 0.8rem; opacity: 0.75; }
.theme-ocean .service-rows { display: flex; flex-direction: column; gap: 0; }
.theme-ocean .service-rows .service-item {
  display: grid; grid-template-columns: 3rem 1fr auto; gap: 1.5rem; align-items: start;
  padding: 1.75rem 0; border-bottom: 1px solid var(--bg-alt);
}
.theme-ocean .service-num { font-family: var(--font-display); font-size: 1.5rem; color: var(--accent); font-weight: 700; }


.theme-ocean .trust-strip { padding: 1.5rem 0; background: var(--white); border-top: 1px solid var(--bg-alt); border-bottom: 1px solid var(--bg-alt); }
.theme-ocean .trust-pills { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }
.theme-ocean .trust-pills span {
  font-size: 0.8rem; font-weight: 500; padding: 0.45rem 1rem;
  background: var(--bg); border-radius: 999px; color: var(--muted);
}

.theme-ocean .services-1 { padding: 4rem 0; }
.theme-ocean .service-item h3 { font-size: 1.15rem; margin: 0.5rem 0; }
.theme-ocean .service-item p { color: var(--muted); font-size: 0.95rem; margin-bottom: 0.75rem; }
.theme-ocean .service-item a { font-weight: 600; font-size: 0.9rem; }

.theme-ocean .feature-band { padding: 4rem 0; background: var(--bg-alt); }
.theme-ocean .feature-band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.theme-ocean .feature-band img { border-radius: var(--radius); box-shadow: var(--shadow); }

.theme-ocean .check-list { list-style: none; padding: 0; }
.theme-ocean .check-list li { padding: 0.4rem 0 0.4rem 1.75rem; position: relative; }
.theme-ocean .check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 700; }

.theme-ocean .reviews-section { padding: 4rem 0; }
.theme-ocean .reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.theme-ocean blockquote {
  background: var(--white); padding: 1.75rem; border-radius: var(--radius);
  border-left: 4px solid var(--accent); margin: 0;
}
.theme-ocean blockquote cite { display: block; margin-top: 1rem; font-size: 0.85rem; color: var(--muted); font-style: normal; }

.theme-ocean .cta-band {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #fff; padding: 4rem 0; text-align: center;
}
.theme-ocean .cta-band h2 { color: #fff; }
.theme-ocean .cta-band p { opacity: 0.9; max-width: 520px; margin: 0 auto 1.5rem; }
.theme-ocean .cta-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

.theme-ocean .page-header {
  padding: 3.5rem 0; text-align: center;
  background: var(--primary-dark); color: #fff;
}
.theme-ocean .page-header h1 { color: #fff; margin-bottom: 0.5rem; }
.theme-ocean .page-header p { color: rgba(255,255,255,0.8); max-width: 560px; margin: 0 auto; }

.theme-ocean .content-section { padding: 3rem 0; }
.theme-ocean .content-section h2 { font-size: 1.35rem; margin-top: 2rem; }
.theme-ocean .content-section ul { padding-left: 1.25rem; }

.theme-ocean .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; padding: 3rem 0; }
.theme-ocean .price-card {
  background: var(--white); border-radius: var(--radius); padding: 2rem;
  border: 1px solid var(--bg-alt); text-align: center;
}
.theme-ocean .price-card.featured { border-color: var(--primary); box-shadow: var(--shadow-lg); transform: scale(1.02); }
.theme-ocean .price-card .amount { font-family: var(--font-display); font-size: 2.5rem; color: var(--primary); }
.theme-ocean .price-card .period { font-size: 0.85rem; color: var(--muted); }

.theme-ocean .faq-list { max-width: 720px; margin: 0 auto; padding: 2rem 0 3rem; }
.theme-ocean .faq-item { border-bottom: 1px solid var(--bg-alt); padding: 1.25rem 0; }
.theme-ocean .faq-item h3 { font-size: 1.05rem; margin-bottom: 0.5rem; }

.theme-ocean .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding: 2rem 0 3rem; }
.theme-ocean .blog-card { background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--bg-alt); }
.theme-ocean .blog-card img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.theme-ocean .blog-card .blog-body { padding: 1.25rem; }
.theme-ocean .blog-card h3 { font-size: 1.05rem; }

.theme-ocean .contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: 3rem 0; }
.theme-ocean .form-control, .theme-ocean .form-select {
  border-radius: 8px; border: 1px solid var(--bg-alt); padding: 0.65rem 0.85rem;
}

.theme-ocean .about-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; padding: 3rem 0; align-items: start; }
.theme-ocean .about-layout img { border-radius: var(--radius); }

.theme-ocean .footer-1.footer { background: var(--primary-dark); color: rgba(255,255,255,0.85); padding: 3rem 0 1.5rem; }
.theme-ocean .footer-1 h3, .theme-ocean .footer-1 h4 { color: #fff; font-size: 1rem; }
.theme-ocean .footer-1 a { color: rgba(255,255,255,0.7); }
.theme-ocean .footer-1 a:hover { color: var(--accent-light); }
.theme-ocean .footer-minimal-grid { display: grid; grid-template-columns: repeat(4, 254px); gap: 2rem; margin-bottom: 2rem; }
.theme-ocean .footer-1 ul { list-style: none; padding: 0; }
.theme-ocean .footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 1.25rem; text-align: left; font-size: 0.85rem; }
.theme-ocean .footer-legal { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 0.75rem; }
.theme-ocean .footer-made-with { margin-top: 0.75rem; font-size: 0.75rem; opacity: 0.55; }
.theme-ocean .footer-made-with a { color: inherit; text-decoration: none; }
.theme-ocean .footer-made-with a:hover { text-decoration: underline; }

@media (max-width: 991px) {
  .theme-ocean .hero-split-grid, .theme-ocean .intro-grid, .theme-ocean .feature-band-grid,
  .theme-ocean .contact-split, .theme-ocean .about-layout, .theme-ocean .bento-grid,
  .theme-ocean .reviews-grid, .theme-ocean .pricing-grid, .theme-ocean .blog-grid,
  .theme-ocean .footer-minimal-grid, .theme-ocean .stats-row {
    grid-template-columns: 1fr;
  }
  .theme-ocean .service-rows .service-item { grid-template-columns: 1fr; gap: 0.5rem; }
}
/* Shared responsive enhancements for psiholog-ocean / psiholog-verde cabinet themes */

@media (max-width: 991px) {
  .theme-ocean .navigation-1.header .navbar-toggler,
  .theme-verde .navigation-1.header .navbar-toggler {
    display: inline-flex;
    border: 2px solid rgba(255,255,255,0.35);
    padding: 0.35rem 0.55rem;
    border-radius: 8px;
  }

  .theme-ocean .navigation-1 .navbar-collapse,
  .theme-verde .navigation-1 .navbar-collapse {
    background: inherit;
    padding-top: 0.75rem;
  }

  .theme-ocean .navigation-1 .navbar-nav,
  .theme-verde .navigation-1 .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
  }

  .theme-ocean .navigation-1 .nav-link,
  .theme-verde .navigation-1 .nav-link {
    text-align: center;
    padding: 0.6rem 1rem !important;
  }

  .theme-ocean .hero-split,
  .theme-verde .hero-split,
  .theme-ocean .hero-centered,
  .theme-verde .hero-centered {
    padding: 2.5rem 0 3rem;
  }

  .theme-ocean .hero-split h1,
  .theme-verde .hero-split h1,
  .theme-ocean .page-header h1,
  .theme-verde .page-header h1 {
    font-size: clamp(1.5rem, 5vw, 2.25rem);
  }

  .theme-ocean .hero-actions,
  .theme-verde .hero-actions,
  .theme-ocean .cta-actions,
  .theme-verde .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .theme-ocean .hero-actions .btn,
  .theme-verde .hero-actions .btn,
  .theme-ocean .cta-actions .btn,
  .theme-verde .cta-actions .btn {
    width: 100%;
    text-align: center;
  }

  .theme-ocean .stats-row,
  .theme-verde .stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .theme-ocean .footer-1 .row > [class*="col-"],
  .theme-verde .footer-1 .row > [class*="col-"] {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .theme-ocean .blog-grid,
  .theme-verde .blog-grid,
  .theme-ocean .pricing-grid,
  .theme-verde .pricing-grid,
  .theme-ocean .bento-grid,
  .theme-verde .bento-grid {
    grid-template-columns: 1fr;
  }

  .theme-ocean .trust-pills,
  .theme-verde .trust-pills {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .theme-ocean .container,
  .theme-verde .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .theme-ocean .stats-row,
  .theme-verde .stats-row {
    grid-template-columns: 1fr;
  }

  .theme-ocean .section-title,
  .theme-verde .section-title {
    font-size: 1.45rem;
  }

  .theme-ocean .call-to-action-1.cta-band,
  .theme-verde .call-to-action-1.cta-band {
    padding: 2.5rem 0;
  }
}

/* Blog single article — Psyme */
.theme-ocean .blog-single-hero { padding-bottom: 0.5rem; }
.theme-ocean .blog-breadcrumb { font-size: 0.9rem; margin-bottom: 1rem; color: var(--muted, #6b7280); display: flex; flex-wrap: wrap; gap: 0.35rem; align-items: center; }
.theme-ocean .blog-breadcrumb a { color: inherit; text-decoration: none; }
.theme-ocean .blog-breadcrumb a:hover { text-decoration: underline; }
.theme-ocean .blog-breadcrumb__current { font-weight: 600; color: var(--text, #1a1d2e); }
.theme-ocean .blog-single__title { margin: 0 0 0.75rem; font-size: clamp(1.75rem, 4vw, 2.75rem); line-height: 1.15; }
.theme-ocean .blog-single__date { display: block; color: var(--muted, #6b7280); font-size: 0.95rem; margin-bottom: 0; }
.theme-ocean .blog-single-body { padding: 2rem 0 3rem; }
.theme-ocean .blog-single__container { max-width: 760px; }
.theme-ocean .blog-single-cover { margin: 0 0 1.75rem; border-radius: 16px; overflow: hidden; }
.theme-ocean .blog-single-cover img { width: 100%; max-height: 420px; object-fit: cover; display: block; }
.theme-ocean .blog-single-excerpt { font-size: 1.125rem; line-height: 1.6; color: var(--muted, #6b7280); margin: 0 0 1.75rem; }
.theme-ocean .blog-single-content { font-size: 1.05rem; line-height: 1.75; }
.theme-ocean .blog-single-content img { max-width: 100%; height: auto; border-radius: 12px; }
.theme-ocean .blog-single-content h2, .theme-ocean .blog-single-content h3 { scroll-margin-top: 5rem; line-height: 1.25; margin-top: 2rem; }
.theme-ocean .blog-single-content blockquote { border-left: 4px solid var(--primary, #7c6fcd); margin: 1.5rem 0; padding: 0.25rem 0 0.25rem 1rem; color: var(--muted, #6b7280); }
.theme-ocean .blog-share { margin-top: 2.5rem; padding-top: 1.75rem; border-top: 1px solid var(--border, #e5e7eb); }
.theme-ocean .blog-share__label { margin: 0 0 0.75rem; font-weight: 600; font-size: 0.95rem; }
.theme-ocean .blog-share__actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.theme-ocean .blog-share__btn { display: inline-flex; align-items: center; padding: 0.5rem 1rem; border-radius: 999px; border: 1px solid var(--border, #e5e7eb); font-size: 0.875rem; font-weight: 600; text-decoration: none; color: inherit; background: #fff; transition: background 0.2s, border-color 0.2s; }
.theme-ocean .blog-share__btn:hover { border-color: var(--primary, #7c6fcd); text-decoration: none; }
.theme-ocean .blog-related-section { padding: 2rem 0 4rem; border-top: 1px solid var(--border, #e5e7eb); }
.theme-ocean .blog-related__title { margin: 0 0 1.5rem; font-size: clamp(1.35rem, 3vw, 1.75rem); }
.theme-ocean .article-faq-section { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border, #e5e7eb); }
.theme-ocean .article-faq-title { margin: 0 0 1.25rem; font-size: 1.5rem; }
.theme-ocean .faq-item { background: #fff; border: 1px solid var(--border, #e5e7eb); border-radius: 8px; margin-bottom: 12px; overflow: hidden; }
.theme-ocean .faq-question { padding: 18px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-weight: 600; }
.theme-ocean .faq-icon { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }
.theme-ocean .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.theme-ocean .faq-item.active .faq-answer { max-height: 1200px; }
.theme-ocean .faq-answer-content { padding: 0 20px 18px; color: var(--muted, #6b7280); line-height: 1.7; }

.theme-ocean .blog-share__btn { width: 44px; height: 44px; padding: 0; border-radius: 50%; justify-content: center; font-size: 0; }
.theme-ocean .blog-share__btn svg { display: block; }
.theme-ocean .blog-share__btn--facebook:hover { color: #1877f2; border-color: #1877f2; }
.theme-ocean .blog-share__btn--linkedin:hover { color: #0a66c2; border-color: #0a66c2; }
.theme-ocean .blog-share__btn--whatsapp:hover { color: #25d366; border-color: #25d366; }
.theme-ocean .blog-share__btn--x:hover { color: #000; border-color: #000; }
.theme-ocean .article-faq-section { margin-top: 2rem; padding-top: 0; border-top: none; }
.theme-ocean .blog-single-article-inner .article-faq-section { border-top: 1px solid var(--border, #e5e7eb); padding-top: 2rem; }
.theme-ocean .faq-item.active .faq-icon { transform: rotate(45deg); }

/* === PSYME FOOTER BAR (copyright stânga, social dreapta) === */
.footer-bottom-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.footer-bottom-bar .footer-copyright,
.footer-bottom-bar > p {
  margin: 0;
}
.footer-bottom-bar .social-links {
  margin-top: 0 !important;
  justify-content: flex-end;
}
.footer-legal-col ul,
.footer-col-legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-legal-col ul li,
.footer-col-legal ul li {
  margin-bottom: 0.5rem;
}
/* ANPC + SAL sub linkurile GDPR */
.footer-anpc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.85rem;
}
.footer-anpc .footer-anpc-link {
  font-weight: 600;
}
.footer-anpc img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
}


/* === PSYME FOOTER GRID (4 coloane × 254px, un singur rând) === */
@media (min-width: 1080px) {
  .footer-content,
  .footer-minimal-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 254px) !important;
    justify-content: space-between;
    gap: 1.25rem;
    width: 100%;
  }

  .footer-content > *,
  .footer-minimal-grid > * {
    width: 254px;
    max-width: 254px;
    min-width: 0;
    box-sizing: border-box;
  }

  .theme-copii .footer-1 .row.g-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 254px) !important;
    justify-content: space-between;
    gap: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }

  .theme-copii .footer-1 .row.g-4 > [class*="col-"] {
    width: 254px !important;
    max-width: 254px !important;
    flex: 0 0 254px !important;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1079px) {
  .footer-content,
  .footer-minimal-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }

  .footer-content > *,
  .footer-minimal-grid > * {
    width: 100%;
    max-width: none;
  }

  .theme-copii .footer-1 .row.g-4 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }

  .theme-copii .footer-1 .row.g-4 > [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }
}

