/* ===========================================================
   maison.work — Pricing Page (v1)
   Stand: 19. Mai 2026
   =========================================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #ffffff;
    color: #0A1F12;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }
  .container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

  /* Header */
  header { padding: 18px 0; border-bottom: 1px solid #ECECE6; background: white; position: sticky; top: 0; z-index: 10; }
  .header-inner { display: flex; align-items: center; justify-content: space-between; }
  .logo { display: inline-flex; align-items: center; text-decoration: none; }
  .logo img { height: 32px; width: auto; display: block; }
  nav { display: flex; align-items: center; gap: 28px; }
  nav a { color: #4A5C50; text-decoration: none; font-size: 14px; font-weight: 500; }
  nav a:hover { color: #0C3D20; }
  nav a.active { color: #0C3D20; font-weight: 600; }
  .nav-cta { background: #0C3D20; color: white !important; padding: 10px 20px; border-radius: 8px; font-weight: 600; }
  .nav-cta:hover { background: #082b16; }

  /* Hero */
  .hero {
    padding: 72px 0 56px;
    background: linear-gradient(180deg, #F4F7F2 0%, #ffffff 100%);
    text-align: center;
  }
  .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: #DCEDD6; color: #0C3D20;
    font-size: 13px; font-weight: 600;
    padding: 7px 14px; border-radius: 999px;
    margin-bottom: 24px;
  }
  .eyebrow .dot { width: 6px; height: 6px; background: #2ECC71; border-radius: 50%; }
  h1 {
    font-size: clamp(40px, 5.2vw, 64px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.028em;
    color: #0A1F12;
    margin-bottom: 22px;
    max-width: 880px; margin-left: auto; margin-right: auto;
  }
  h1 .accent { color: #0C3D20; }
  .sub { font-size: 19px; color: #4A5C50; max-width: 580px; margin: 0 auto 0; line-height: 1.55; }

  .btn {
    padding: 16px 28px; border-radius: 10px;
    font-weight: 600; font-size: 15px;
    text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
    transition: all 0.2s;
    border: none; cursor: pointer;
  }
  .btn-primary { background: #0C3D20; color: white; }
  .btn-primary:hover { background: #082b16; transform: translateY(-1px); box-shadow: 0 8px 16px rgba(12, 61, 32, 0.2); }
  .btn-secondary { background: white; color: #0C3D20; border: 1.5px solid #D6DCD6; }
  .btn-secondary:hover { border-color: #0C3D20; }

  /* Single listing block (CHF 29) */
  .single-listing {
    padding: 24px 0 64px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  }
  .single-card {
    max-width: 720px; margin: 0 auto;
    background: white;
    border: 1px solid #ECECE6;
    border-radius: 20px;
    padding: 36px 40px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 32px;
    align-items: center;
    box-shadow: 0 8px 24px rgba(12, 61, 32, 0.05);
  }
  .single-card .badge-label {
    display: inline-flex; align-items: center; gap: 8px;
    background: #F4F7F2; color: #0C3D20;
    font-size: 12px; font-weight: 700;
    padding: 6px 12px; border-radius: 999px;
    letter-spacing: 0.06em; text-transform: uppercase;
    margin-bottom: 8px;
  }
  .single-card .single-headline { font-size: 22px; font-weight: 700; color: #0A1F12; letter-spacing: -0.01em; margin-bottom: 4px; }
  .single-card .single-sub { font-size: 14px; color: #4A5C50; line-height: 1.55; max-width: 360px; }
  .single-card .single-price-block { text-align: right; }
  .single-card .single-price { font-size: 32px; font-weight: 800; color: #0C3D20; letter-spacing: -0.02em; line-height: 1; }
  .single-card .single-price-meta { font-size: 12px; color: #6e7c70; margin-top: 4px; font-weight: 500; }

  /* Pricing intro */
  .pricing-intro {
    text-align: center;
    padding: 32px 0 48px;
  }
  .pricing-intro .section-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: white; color: #0C3D20;
    font-size: 13px; font-weight: 600;
    padding: 7px 14px; border-radius: 999px;
    margin-bottom: 20px;
    border: 1px solid #DCE6D8;
  }
  .pricing-intro .section-eyebrow .dot { width: 6px; height: 6px; background: #2ECC71; border-radius: 50%; }
  .pricing-intro h2 {
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.05; letter-spacing: -0.025em;
    color: #0A1F12; margin-bottom: 12px;
  }
  .pricing-intro h2 em { font-style: normal; color: #0C3D20; }
  .pricing-intro .section-sub { font-size: 17px; color: #4A5C50; max-width: 580px; margin: 0 auto; }

  /* Billing toggle */
  .billing-toggle-wrap {
    display: flex; flex-direction: column; align-items: center;
    gap: 14px;
    margin: 32px auto 0;
  }
  .billing-toggle-row {
    display: inline-flex; align-items: center;
    gap: 18px;
    position: relative;
  }
  .billing-toggle {
    display: inline-flex; align-items: center;
    background: white;
    border: 1px solid #DCE6D8;
    border-radius: 999px;
    padding: 5px;
    position: relative;
    box-shadow: 0 2px 8px rgba(12, 61, 32, 0.04);
  }
  .billing-toggle button {
    background: transparent;
    border: none;
    padding: 10px 26px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #4A5C50;
    cursor: pointer;
    border-radius: 999px;
    transition: color 0.2s;
    position: relative;
    z-index: 2;
    min-width: 120px;
    text-align: center;
  }
  .billing-toggle button.active { color: white; }
  .billing-toggle .toggle-pill {
    position: absolute;
    top: 5px; bottom: 5px; left: 5px;
    width: calc(50% - 5px);
    background: #0C3D20;
    border-radius: 999px;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
  }
  .billing-toggle.is-yearly .toggle-pill { transform: translateX(100%); }

  .save-badge-float {
    display: inline-flex; align-items: center;
    background: #DCEDD6;
    color: #0C3D20;
    font-size: 11px; font-weight: 700;
    padding: 5px 12px; border-radius: 999px;
    letter-spacing: 0.08em; text-transform: uppercase;
    position: relative;
    transition: background 0.25s, color 0.25s, transform 0.25s;
  }
  .save-badge-float::before {
    content: '';
    position: absolute;
    left: -10px; top: 50%; transform: translateY(-50%);
    width: 10px; height: 1px;
    background: #C7D7BF;
  }
  .billing-toggle-row.is-yearly .save-badge-float {
    background: #2ECC71;
    color: #082b16;
    transform: scale(1.05);
  }
  .billing-toggle-row.is-yearly .save-badge-float::before {
    background: #2ECC71;
  }
  @media (max-width: 560px) {
    .billing-toggle-row { flex-direction: column; gap: 10px; }
    .save-badge-float::before { display: none; }
  }
  .billing-hint {
    font-size: 13px; color: #4A5C50;
    text-align: center;
  }
  .billing-hint strong { color: #0C3D20; font-weight: 700; }

  /* Pricing grid */
  .pricing {
    padding: 0 0 96px;
    background: #FBFBF7;
    border-top: 1px solid #ECECE6;
  }
  .pricing-wrap { padding-top: 48px; }
  .pricing-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: stretch;
  }
  .plan {
    background: white;
    border: 1px solid #ECECE6;
    border-radius: 20px;
    padding: 36px 32px;
    display: flex; flex-direction: column;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  }
  .plan:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(12, 61, 32, 0.08);
    border-color: #C7D7BF;
  }
  .plan.popular {
    border: 2px solid #0C3D20;
    box-shadow: 0 24px 48px rgba(12, 61, 32, 0.12);
    transform: translateY(-6px);
  }
  .plan.popular:hover { transform: translateY(-10px); }
  .plan .popular-badge {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: #2ECC71; color: #082b16;
    font-size: 11px; font-weight: 700;
    padding: 6px 14px; border-radius: 999px;
    letter-spacing: 0.08em; text-transform: uppercase;
    box-shadow: 0 8px 16px rgba(46,204,113,0.3);
    white-space: nowrap;
  }
  .plan-name {
    font-size: 14px; font-weight: 700;
    color: #6e7c70; letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
  .plan-price {
    display: flex; align-items: baseline; gap: 6px;
    margin-bottom: 4px;
  }
  .plan-price .currency { font-size: 18px; color: #4A5C50; font-weight: 600; }
  .plan-price .amount { font-size: 52px; font-weight: 800; color: #0A1F12; letter-spacing: -0.03em; line-height: 1; }
  .plan-price-meta { font-size: 13px; color: #6e7c70; margin-bottom: 8px; font-weight: 500; }
  .plan-savings {
    display: inline-flex; align-items: center; gap: 6px;
    background: #DCEDD6; color: #0C3D20;
    font-size: 12px; font-weight: 700;
    padding: 4px 10px; border-radius: 999px;
    margin-bottom: 22px;
    opacity: 0; max-height: 0; overflow: hidden;
    transition: opacity 0.25s, max-height 0.25s, margin 0.25s;
  }
  .pricing-grid[data-billing="yearly"] .plan-savings {
    opacity: 1; max-height: 32px; margin-bottom: 22px;
  }
  .pricing-grid[data-billing="monthly"] .plan-savings {
    margin-bottom: 0;
  }
  .plan-savings::before {
    content: ''; width: 6px; height: 6px;
    background: #2ECC71; border-radius: 50%;
  }
  .plan-headline {
    font-size: 20px; font-weight: 700;
    color: #0A1F12; letter-spacing: -0.01em;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ECECE6;
  }
  .plan-headline strong { color: #0C3D20; }
  .plan-features { list-style: none; margin-bottom: 32px; flex-grow: 1; }
  .plan-features li {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 14px; color: #2E4A38;
    line-height: 1.5;
    padding: 8px 0;
  }
  .plan-features li .check {
    flex-shrink: 0; width: 18px; height: 18px;
    background: #DCEDD6; color: #0C3D20;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 800;
    margin-top: 2px;
  }
  .plan-features li.featured { color: #0A1F12; font-weight: 600; }
  .plan-features li.featured .check { background: #2ECC71; color: #082b16; }
  .plan .btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 14px;
  }
  .plan.popular .btn-primary { background: #0C3D20; }

  .pricing-cta-row {
    display: flex; gap: 14px; flex-wrap: wrap;
    justify-content: center; align-items: center;
    margin-top: 48px; text-align: center;
  }
  .pricing-cta-row .note { font-size: 14px; color: #4A5C50; }

  /* FAQ */
  .faq {
    padding: 96px 0 112px;
    background: white;
    border-top: 1px solid #ECECE6;
  }
  .faq-head { text-align: center; margin-bottom: 56px; }
  .faq-head .section-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: #F4F7F2; color: #0C3D20;
    font-size: 13px; font-weight: 600;
    padding: 7px 14px; border-radius: 999px;
    margin-bottom: 20px;
    border: 1px solid #DCE6D8;
  }
  .faq-head .section-eyebrow .dot { width: 6px; height: 6px; background: #2ECC71; border-radius: 50%; }
  .faq-head h2 {
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.05; letter-spacing: -0.025em;
    color: #0A1F12; margin-bottom: 12px;
  }
  .faq-head .section-sub { font-size: 17px; color: #4A5C50; max-width: 540px; margin: 0 auto; }
  .faq-list { max-width: 820px; margin: 0 auto; }
  details.faq-item {
    background: #FBFBF7;
    border: 1px solid #ECECE6;
    border-radius: 14px;
    margin-bottom: 12px;
    transition: border-color 0.2s, box-shadow 0.2s;
    overflow: hidden;
  }
  details.faq-item[open] { border-color: #C7D7BF; box-shadow: 0 8px 24px rgba(12, 61, 32, 0.05); }
  details.faq-item summary {
    cursor: pointer; list-style: none;
    padding: 22px 28px;
    font-size: 17px; font-weight: 600;
    color: #0A1F12;
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
  }
  details.faq-item summary::-webkit-details-marker { display: none; }
  details.faq-item summary::after {
    content: '+'; font-size: 24px; font-weight: 400;
    color: #0C3D20; transition: transform 0.2s;
    flex-shrink: 0;
  }
  details.faq-item[open] summary::after { content: '−'; }
  details.faq-item .faq-body {
    padding: 0 28px 24px;
    font-size: 15px; color: #4A5C50; line-height: 1.65;
  }

  .faq-contact {
    max-width: 820px; margin: 48px auto 0;
    background: #F4F7F2;
    border: 1px solid #DCE6D8;
    border-radius: 18px;
    padding: 36px 40px;
    text-align: center;
  }
  .faq-contact h3 { font-size: 22px; font-weight: 700; color: #0A1F12; margin-bottom: 8px; letter-spacing: -0.01em; }
  .faq-contact p { color: #4A5C50; margin-bottom: 20px; font-size: 15px; }

  /* Final CTA */
  .final-cta { padding: 110px 0 120px; background: linear-gradient(180deg, #F4F7F2 0%, #DCEDD6 100%); text-align: center; border-top: 1px solid #ECECE6; }
  .final-cta .section-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: white; color: #0C3D20;
    font-size: 13px; font-weight: 600;
    padding: 7px 14px; border-radius: 999px;
    margin-bottom: 24px;
    border: 1px solid #DCE6D8;
  }
  .final-cta .section-eyebrow .dot { width: 6px; height: 6px; background: #2ECC71; border-radius: 50%; }
  .final-cta h2 { font-size: clamp(40px, 5.5vw, 64px); margin-bottom: 20px; color: #0A1F12; font-weight: 800; line-height: 1.05; letter-spacing: -0.025em; }
  .final-cta h2 em { font-style: normal; color: #0C3D20; }
  .final-cta p { font-size: 18px; color: #2E4A38; max-width: 560px; margin: 0 auto 36px; line-height: 1.55; }
  .final-cta .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }

  /* Footer */
  footer.site-footer { background: #0A1F12; padding: 56px 0 32px; color: rgba(255,255,255,0.55); font-size: 13px; }
  .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
  .footer-col h4 { color: #fff; font-size: 14px; font-weight: 600; margin-bottom: 16px; letter-spacing: 0.02em; }
  .footer-col a, .footer-col .item { color: rgba(255,255,255,0.6); text-decoration: none; display: block; padding: 5px 0; font-size: 14px; }
  .footer-col a:hover { color: #fff; }
  .footer-col .desc { color: rgba(255,255,255,0.6); line-height: 1.6; margin-top: 14px; max-width: 280px; }
  .footer-meta { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; color: rgba(255,255,255,0.45); }
  .footer-meta a { color: rgba(255,255,255,0.55); text-decoration: none; }
  .footer-logo img { height: 28px; filter: invert(1) brightness(1.05); }

  @media (max-width: 980px) {
    .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .plan.popular { transform: none; }
    .plan.popular:hover { transform: translateY(-4px); }
    .single-card { grid-template-columns: 1fr; gap: 16px; text-align: center; padding: 28px; }
    .single-card .single-price-block { text-align: center; }
    nav a:not(.nav-cta) { display: none; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 700px) {
    .container { padding: 0 24px; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  }
