/* Theme Name: Minu Teema */

:root {
  --accent-green: #22c55e;
  --accent-green-hover: #16a34a;

  --soft-surface: #f3f6f4;
  --soft-surface-2: #eef4f1;
  --soft-surface-3: #f8fafc;

  --soft-gradient: linear-gradient(135deg, #eef4f1 0%, #f5f7fb 100%);
  --soft-border: #d9e6de;

  --text-dark: #0f172a;
  --text-main: #20314d;
  --text-muted: #475569;
  --text-light: #6d7890;

  --footer-dark: #0f172a;
  --footer-darker: #0b1220;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: Arial, sans-serif;
  color: #111;
  background: #fff;
}

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

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

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

.green {
  color: var(--accent-green);
}

/* ===== TOP BAR ===== */
.topbar {
  position: relative;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
}

.topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 96px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.topbar-brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-width: 0;
}

.topbar-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.custom-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
}

.topbar-logo img,
.topbar-logo .custom-logo,
.topbar-logo .custom-logo-link img,
.custom-logo-link img,
.custom-logo {
  display: block;
  width: auto !important;
  height: 110px !important;
  max-width: 420px !important;
  max-height: none !important;
  object-fit: contain;
}

.topbar-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.topbar-menu,
.topbar-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar-menu li,
.topbar-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar-menu a,
.topbar-nav a {
  display: inline-block;
  text-decoration: none;
  color: var(--text-main);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.topbar-menu a:hover,
.topbar-nav a:hover {
  color: var(--accent-green);
}

.topbar-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.login-link {
  text-decoration: none;
  color: var(--text-main);
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  background: var(--accent-green);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.login-link:hover,
.register-btn:hover {
  opacity: 0.9;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  appearance: none;
  -webkit-appearance: none;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  background: var(--text-main);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg span {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: heroSlide 54s infinite;
}

.hero-bg span:nth-child(1) {
  animation-delay: 0s;
}

.hero-bg span:nth-child(2) {
  animation-delay: 6s;
}

.hero-bg span:nth-child(3) {
  animation-delay: 12s;
}

.hero-bg span:nth-child(4) {
  animation-delay: 18s;
}

.hero-bg span:nth-child(5) {
  animation-delay: 24s;
}

.hero-bg span:nth-child(6) {
  animation-delay: 30s;
}

.hero-bg span:nth-child(7) {
  animation-delay: 36s;
}

.hero-bg span:nth-child(8) {
  animation-delay: 42s;
}

.hero-bg span:nth-child(9) {
  animation-delay: 48s;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 1100px;
  width: 100%;
  padding: 20px;
}

.hero-content h1 {
  margin: 0 0 20px;
  font-size: 74px;
  line-height: 1.02;
  font-weight: 800;
  color: #fff;
}

.hero-content h1 .green,
.hero-content .green {
  color: var(--accent-green);
}

.hero-content p {
  margin: 0 auto 28px;
  max-width: 980px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.hero-content .hero-subtext {
  max-width: 940px;
  margin: 0 auto 36px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
}

.hero-buttons {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 16px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.btn-green {
  background: var(--accent-green);
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #1f2937;
  border: 2px solid rgba(255, 255, 255, 0.75);
}

.hero-main-btn {
  min-width: 340px;
  min-height: 66px;
  padding: 0 60px;
  font-size: 18px;
}

/* ===== HANKED ===== */
.hanked {
  background: #0f172a;
  color: #fff;
  padding: 64px 20px;
}

.hanked h2 {
  margin: 0 0 28px;
  font-size: 36px;
}

.hanked-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.card {
  background: #fff;
  color: #111;
  padding: 20px;
  border-radius: 16px;
}

.card h3 {
  margin-top: 0;
}

.card a {
  color: #111;
  text-decoration: none;
}

.hanked-slider {
  touch-action: pan-y;
  cursor: grab;
}

.hanked-slider.is-dragging {
  cursor: grabbing;
}

.hanked-marquee {
  user-select: none;
  -webkit-user-select: none;
}

/* ===== FOOTER ===== */
.site-footer.tt-footer {
  margin: 0;
  padding: 0;
  border-top: none;
  background: var(--footer-dark);
  color: #e5e7eb;
  text-align: left;
}

.tt-footer,
.tt-footer * {
  box-sizing: border-box;
}

.tt-footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.tt-footer__cta {
  background: var(--soft-gradient);
  border-top: 1px solid var(--soft-border);
  border-bottom: 1px solid var(--soft-border);
  padding: 32px 0;
}

.tt-footer__cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.tt-footer__cta-text {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 800;
  color: var(--text-dark);
  max-width: 680px;
}

.tt-footer__cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.tt-footer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.tt-footer__btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.tt-footer__btn--primary {
  background: var(--accent-green);
  color: #ffffff !important;
}

.tt-footer__btn--secondary {
  background: transparent;
  color: var(--text-dark) !important;
  border: 2px solid rgba(15, 23, 42, 0.14);
}

.tt-footer__main {
  background: var(--footer-dark);
  padding: 56px 0 36px;
}

.tt-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.tt-footer__col {
  min-width: 0;
}

.tt-footer__title {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  color: #ffffff;
}

.tt-footer__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #cbd5e1;
}

.tt-footer__text a {
  color: #cbd5e1 !important;
  text-decoration: none;
}

.tt-footer__text a:hover {
  color: var(--accent-green) !important;
}

.tt-footer__list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tt-footer__item {
  list-style: none !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}

.tt-footer__item:last-child {
  margin-bottom: 0 !important;
}

.tt-footer__item::marker {
  content: "";
}

.tt-footer__item a {
  color: #cbd5e1 !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.6;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.tt-footer__item a:hover {
  color: var(--accent-green) !important;
}

.tt-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--footer-darker);
  padding: 20px 0;
}

.tt-footer__copyright {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #94a3b8;
  text-align: center;
}

@keyframes heroSlide {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  11% {
    opacity: 1;
  }
  14% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* ===== TABLET ===== */
@media (max-width: 1100px) {
  .topbar-inner {
    min-height: 86px;
    padding: 8px 20px;
    gap: 20px;
  }

  .topbar-menu,
  .topbar-nav ul {
    gap: 22px;
  }

  .topbar-logo img,
  .topbar-logo .custom-logo,
  .custom-logo-link img {
    height: 84px !important;
    max-width: 320px !important;
  }

  .topbar-menu a,
  .topbar-nav a,
  .login-link,
  .register-btn {
    font-size: 15px;
  }

  .register-btn {
    min-width: 134px;
    height: 48px;
    padding: 0 24px;
  }

  .hero {
    min-height: 650px;
  }

  .hero-content h1 {
    font-size: 56px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .hero-main-btn {
    min-width: 300px;
  }

  .tt-footer__cta-text {
    font-size: 23px;
  }

  .tt-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .topbar {
    overflow: visible;
  }

  .topbar-inner {
    min-height: auto;
    padding: 14px 16px !important;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100% !important;
    position: relative;
  }

  .topbar-brand {
    flex: 1 1 auto;
    max-width: calc(100% - 60px);
    min-width: 0;
  }

  .topbar-logo img,
  .topbar-logo .custom-logo,
  .custom-logo-link img {
    height: 72px !important;
    max-width: 220px !important;
    width: auto !important;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
    order: 2;
    z-index: 1003;
    flex: 0 0 auto;
  }

  .topbar-nav {
    display: none;
    width: 100%;
    order: 3;
    flex: 0 0 100%;
    background: #fff;
    padding-top: 12px;
  }

  .topbar-nav.menu-open,
  body.mobile-menu-open .topbar-nav {
    display: block;
  }

  .topbar-menu,
  .topbar-nav ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .topbar-menu li,
  .topbar-nav li {
    width: 100%;
    border-bottom: 1px solid #f3f4f6;
  }

  .topbar-menu li:last-child,
  .topbar-nav li:last-child {
    border-bottom: 0;
  }

  .topbar-menu a,
  .topbar-nav a {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    line-height: 1.4;
    white-space: normal;
  }

  .topbar-actions {
    display: none;
    width: 100%;
    order: 4;
    flex: 0 0 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid #f1f1f1;
  }

  .topbar-actions.actions-open,
  body.mobile-menu-open .topbar-actions {
    display: flex;
  }

  .login-link,
  .register-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .register-btn {
    min-width: 0;
    height: 46px;
    padding: 0 22px;
  }

  body.mobile-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  body.mobile-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.mobile-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .hero {
    min-height: 560px;
  }

  .hero-content {
    max-width: 100%;
    padding: 20px 18px;
  }

  .hero-content h1 {
    font-size: 40px;
    line-height: 1.08;
    margin-bottom: 16px;
    overflow-wrap: break-word;
  }

  .hero-content p {
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 18px;
    max-width: 100%;
  }

  .hero-content .hero-subtext {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 22px;
    max-width: 100%;
  }

  .hero-buttons {
    gap: 12px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .btn {
    width: 100%;
    max-width: 340px;
    min-width: 0;
    min-height: 50px;
    padding: 14px 20px;
    font-size: 16px;
  }

  .hero-main-btn {
    width: 100%;
    max-width: 340px;
    min-width: 0;
    min-height: 56px;
    padding: 0 24px;
    font-size: 17px;
  }

  .hanked {
    padding: 48px 16px;
  }

  .hanked h2 {
    font-size: 28px;
  }

  .tt-footer__inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tt-footer__cta {
    padding: 28px 0;
  }

  .tt-footer__cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .tt-footer__cta-text {
    font-size: 21px;
    max-width: 100%;
  }

  .tt-footer__cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .tt-footer__btn {
    width: 100%;
    min-height: 50px;
  }

  .tt-footer__main {
    padding: 42px 0 28px;
  }

  .tt-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tt-footer__title {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .tt-footer__text,
  .tt-footer__item a {
    font-size: 15px;
  }

  .tt-footer__bottom {
    padding: 16px 0;
  }

  .aktiivsed-hanked-grid .hange-card,
  .hanked-grid .hange-card,
  .hanked-grid article,
  .aktiivsed-hanked-grid article,
  body.single-tenders article,
  body.single-tenders .post,
  body.single-tenders .entry-content article {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  .aktiivsed-hanked-grid .hange-card img,
  .hanked-grid .hange-card img,
  .hanked-grid article img,
  .aktiivsed-hanked-grid article img,
  body.single-tenders article img,
  body.single-tenders .post img,
  body.single-tenders .entry-content article img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 0 0 16px 0 !important;
  }

  .aktiivsed-hanked-grid .hange-card > div,
  .hanked-grid .hange-card > div,
  .hanked-grid article > div,
  .aktiivsed-hanked-grid article > div,
  body.single-tenders article > div,
  body.single-tenders .post > div,
  body.single-tenders .entry-content article > div {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    flex: 0 0 100% !important;
  }

  body.single-tenders [style*="display:flex"],
  .aktiivsed-hanked-grid [style*="display:flex"],
  .hanked-grid [style*="display:flex"] {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.single-tenders [style*="float:left"],
  body.single-tenders [style*="float:right"],
  .aktiivsed-hanked-grid [style*="float:left"],
  .aktiivsed-hanked-grid [style*="float:right"],
  .hanked-grid [style*="float:left"],
  .hanked-grid [style*="float:right"] {
    float: none !important;
  }
}

/* ===== SMALL MOBILE ===== */
@media (max-width: 480px) {
  .topbar-inner {
    padding: 12px 14px !important;
  }

  .topbar-logo img,
  .topbar-logo .custom-logo,
  .custom-logo-link img {
    height: 60px !important;
    max-width: 190px !important;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .menu-toggle span {
    width: 22px;
  }

  .hero {
    min-height: 520px;
  }

  .hero-content {
    padding: 18px 14px;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-content .hero-subtext {
    font-size: 14px;
  }

  .btn {
    min-height: 48px;
    font-size: 15px;
  }

  .hero-main-btn {
    min-height: 52px;
    font-size: 16px;
  }
}

/* HERO BACKGROUND IMAGES */
.hero-bg span:nth-child(1) {
  background-image: url("https://teenuseturg.ee/wp-content/uploads/2026/03/hero1.jpg-scaled.webp");
}

.hero-bg span:nth-child(2) {
  background-image: url("https://teenuseturg.ee/wp-content/uploads/2026/03/hero2.jpg-scaled.jpg");
}

.hero-bg span:nth-child(3) {
  background-image: url("https://teenuseturg.ee/wp-content/uploads/2026/03/hero3.jpg.jpg");
}

.hero-bg span:nth-child(4) {
  background-image: url("https://teenuseturg.ee/wp-content/uploads/2026/03/hero4.jpg.jpg");
}

.hero-bg span:nth-child(5) {
  background-image: url("https://teenuseturg.ee/wp-content/uploads/2026/03/hero5.jpg-scaled.jpg");
}

.hero-bg span:nth-child(6) {
  background-image: url("https://teenuseturg.ee/wp-content/uploads/2026/03/hero6.jpg-scaled.jpg");
}

.hero-bg span:nth-child(7) {
  background-image: url("https://teenuseturg.ee/wp-content/uploads/2026/03/hero7.jpg-scaled.jpg");
}

.hero-bg span:nth-child(8) {
  background-image: url("https://teenuseturg.ee/wp-content/uploads/2026/03/hero9.jpg-scaled.jpg");
}

.hero-bg span:nth-child(9) {
  background-image: url("https://teenuseturg.ee/wp-content/uploads/2026/03/katuse-vahetus-tallinn.jpg-scaled.jpg");
}

/* ===== HINNAKIRI PAGE ===== */
.pricing-page {
  padding: 54px 0 110px;
  background: #f6f7f9;
}

.pricing-page .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}

.pricing-hero {
  text-align: center;
  padding: 8px 0 52px;
}

.pricing-hero h1 {
  margin: 0 0 16px;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 800;
  color: #081a3a;
  letter-spacing: -0.02em;
}

.pricing-hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: #4b5b78;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
  margin-bottom: 54px;
}

.pricing-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 34px 28px 28px;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.pricing-card--buyer {
  border: 2px solid #4b82f7;
}

.pricing-card--provider {
  border: 2px solid var(--accent-green);
}

.pricing-card h2 {
  margin: 0 0 8px;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  color: #081a3a;
}

.pricing-card > p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #6d7890;
}

.price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin: 22px 0 28px;
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
  color: #081a3a;
  letter-spacing: -0.03em;
}

.price span {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
  color: #6d7890;
}

.pricing-card ul {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.pricing-card ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 34px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-main);
}

.pricing-card ul li + li {
  margin-top: 14px;
}

.pricing-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--accent-green);
  border-radius: 50%;
  color: var(--accent-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.pricing-card .btn {
  width: 100%;
  min-width: 0;
  min-height: 56px;
  border-radius: 8px;
  padding: 0 22px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 8px;
}

.pricing-card .btn-blue {
  background: #4b82f7;
  color: #fff;
}

.pricing-card .btn-green {
  background: var(--accent-green);
  color: #fff;
}

.pricing-card .btn::after {
  margin-left: 10px;
  font-weight: 700;
}

.pricing-card--buyer .btn::after {
  content: "→";
}

.pricing-card--provider .btn::after {
  content: "";
  margin-left: 0;
}

.badge {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--accent-green);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.stripe-note {
  margin: 16px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #6d7890;
}

.pricing-notice {
  margin-bottom: 66px;
  background: var(--soft-gradient);
  border: 1px solid var(--soft-border);
  border-radius: 18px;
  padding: 24px 30px;
}

.pricing-notice p {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: var(--text-main);
  word-spacing: 2px;
}

.pricing-faq {
  max-width: 840px;
}

.pricing-faq::before {
  content: "◉ Korduma kippuvad küsimused";
  display: table;
  margin: 0 auto 22px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #eef0f4;
  color: #4b5565;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.pricing-faq h2 {
  margin: 0 0 28px;
  text-align: center;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  color: #081a3a;
}

.pricing-faq details {
  border-bottom: 1px solid #d6dde8;
}

.pricing-faq summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 22px 44px 22px 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #081a3a;
}

.pricing-faq summary::-webkit-details-marker {
  display: none;
}

.pricing-faq summary::after {
  content: "⌄";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  color: #081a3a;
}

.pricing-faq details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.pricing-faq details p {
  margin: 0;
  padding: 0 44px 22px 0;
  font-size: 16px;
  line-height: 1.7;
  color: #5b6780;
}

/* ===== HINNAKIRI TABLET ===== */
@media (max-width: 1100px) {
  .pricing-page {
    padding: 48px 0 90px;
  }

  .pricing-hero h1 {
    font-size: 46px;
  }

  .price {
    font-size: 48px;
  }

  .pricing-faq h2 {
    font-size: 40px;
  }
}

/* ===== HINNAKIRI MOBILE ===== */
@media (max-width: 768px) {
  .pricing-page .container {
    padding: 0 18px;
  }

  .pricing-page {
    padding: 34px 0 70px;
  }

  .pricing-hero {
    padding-bottom: 34px;
  }

  .pricing-hero h1 {
    font-size: 34px;
  }

  .pricing-hero p {
    font-size: 16px;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 34px;
  }

  .pricing-card {
    padding: 28px 20px 24px;
  }

  .pricing-card h2 {
    font-size: 22px;
  }

  .price {
    font-size: 42px;
    gap: 8px;
    margin: 18px 0 24px;
  }

  .price span {
    font-size: 15px;
  }

  .pricing-card ul li {
    font-size: 16px;
    padding-left: 30px;
  }

  .pricing-card .btn {
    min-height: 52px;
    font-size: 17px;
  }

  .badge {
    top: 14px;
    right: 14px;
    font-size: 12px;
    min-height: 28px;
    padding: 0 12px;
  }

  .pricing-notice {
    margin-bottom: 44px;
    padding: 18px 16px;
  }

  .pricing-notice p {
    font-size: 16px;
    line-height: 1.7;
  }

  .pricing-faq::before {
    margin-bottom: 18px;
    font-size: 14px;
    padding: 9px 16px;
  }

  .pricing-faq h2 {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .pricing-faq summary {
    padding: 18px 36px 18px 0;
    font-size: 17px;
  }

  .pricing-faq details p {
    padding: 0 20px 18px 0;
    font-size: 15px;
  }
}

/* ===== MEIST PAGE ===== */
.about-page {
  background: #f3f4f6;
  padding: 0 0 90px;
}

.about-hero {
  padding: 18px 0 26px;
}

.about-hero-box {
  background: var(--soft-gradient);
  color: var(--text-dark);
  text-align: center;
  padding: 88px 20px 96px;
  border: 1px solid var(--soft-border);
}

.about-hero-box h1 {
  margin: 0 0 24px;
  font-size: 48px;
  font-weight: 800;
  color: var(--text-dark);
}

.about-hero-box p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.5;
  color: var(--text-muted);
}

/* ===== MENU CLICK FIX ===== */
.topbar,
.topbar-inner,
.topbar-brand,
.topbar-nav,
.topbar-menu,
.topbar-menu li,
.topbar-actions {
  position: relative;
}

.topbar-brand,
.topbar-nav,
.topbar-actions,
.menu-toggle {
  z-index: 1002;
}

.topbar-menu li,
.topbar-menu a,
.topbar-nav a,
.topbar-actions a {
  position: relative;
  z-index: 1003;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .topbar-nav,
  .topbar-actions {
    position: relative;
    z-index: 1002;
  }

  .topbar-menu