/* Araç UI bilesenleri — style.min.css'ten cikarildi (chrome haric). article.css + tools.css. */

.lang-trigger{font-size:0.9rem!important;font-family:'Montserrat',sans-serif!important}

.hero-tagline{font-size:0.82rem;color:var(--primary);text-transform:uppercase;letter-spacing:3px;margin-bottom:1.5rem;display:block;font-weight:600}

.section-header{text-align:center;margin-bottom:2.5rem}

.section-subtitle{color:var(--primary);text-transform:uppercase;letter-spacing:3px;font-weight:600;font-size:0.82rem;display:block;margin-bottom:0.8rem}

.section-title{font-size:2.8rem;margin-bottom:1rem;line-height:1.2}


.faq-grid {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}


    .section-title { font-size: 2.2rem; }


    
    .faq-grid { max-width: 100%; }



    .section-title { font-size: 1.9rem; }


    
    .faq-grid {
        gap: 0.6rem;
    }


    
    .section-subtitle { font-size: 0.68rem; letter-spacing: 2px; }

    .section-title { font-size: 1.7rem; }



.section-subtitle {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: .6rem;
}

}




.section-subtitle {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .7rem;
}

.section-subtitle::before,
.section-subtitle::after {
    content: '✦';
    font-size: .55rem;
    color: rgba(184,134,11,.5);
    flex-shrink: 0;
}



.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--primary);
    line-height: 1.15;
    letter-spacing: -.015em;
    margin-bottom: 1rem;
}

.page-hero .hero-tagline {
    color: rgba(212,175,55,.75) !important;
    display: block;
    margin-bottom: 1rem;
}

}


.cta-section-dark {
    padding: 4rem 8%;
    text-align: center;
    background: linear-gradient(160deg, #1B2D45, #1B2D45);
}

.cta-section-dark h2 { color: var(--accent-light); margin-bottom: 1rem; }

.cta-section-dark p  { color: rgba(255,255,255,.8); margin-bottom: 2rem; line-height: 1.8; max-width: 700px; margin-left: auto; margin-right: auto; }



.page-hero .hero-tagline { color: var(--accent-light, #d4a843); }


body.ui-shell-ready .ui-eyebrow,
body.ui-shell-ready .hero-tagline,
body.ui-shell-ready .section-subtitle,
body.ui-shell-ready .page-kicker,
body.ui-shell-ready .card-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.42rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(160, 113, 79, 0.18);
    color: var(--text-strong);
    text-shadow: none;
}


body.ui-shell-ready .hero-tagline,
body.ui-shell-ready header.hero .section-subtitle,
body.ui-shell-ready .page-hero .section-subtitle {
    background: rgba(255, 250, 244, 0.9);
}

.related-card-link {
    background: rgba(27,45,69,0.05);
    border-radius: 14px;
    padding: 1.2rem;
    text-decoration: none;
    color: var(--text-dark);
    transition: background 0.2s;
}

.related-card-link:hover { background: rgba(160,113,79,0.12); }

.related-card-link .card-icon { font-size: 1.5rem; margin-bottom: 0.5rem; }

.related-card-link .card-title { font-weight: 600; font-size: 0.9rem; }

.related-card-link .card-desc  { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.3rem; }



.text-primary { color: var(--primary); }


.golge-essence-text {
    line-height: 1.8;
    color: var(--text-muted);
    margin: 0;
}




.oracle-draw-center { text-align: center; }


.eh-guide-section {
    padding: 4rem 5%;
    max-width: 920px;
    margin: 0 auto;
}


.section-h2-center {
    text-align: center;
    margin-bottom: 2.5rem;
}


.section-h2-left { text-align: left; }


.mb-lg { margin-bottom: 1.5rem; }


.essence-title { margin-bottom: 0.7rem; }


.section-white-padded {
    background: var(--white);
    padding: 4rem 5%;
}


.content-max-760 {
    max-width: 760px;
    margin: 0 auto;
}


.text-center { text-align: center; }


.section-lead-muted {
    color: var(--text-muted);
    margin-bottom: 2rem;
    line-height: 1.8;
}



.polarity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}


.polarity-card {
    border-radius: 14px;
    padding: 1.3rem;
}


.polarity-yes  { background: rgba(39, 174, 96, 0.06); border-left: 4px solid #27ae60; }

.polarity-no   { background: rgba(192, 57, 43, 0.06); border-left: 4px solid #c0392b; }

.polarity-maybe { background: rgba(160, 113, 79, 0.06); border-left: 4px solid var(--primary); }


.polarity-label {
    font-weight: 700;
    margin-bottom: 0.6rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.polarity-label-yes   { color: #1a6b2f; }

.polarity-label-no    { color: #8b1a1a; }

.polarity-label-maybe { color: #7a5c1e; }


.polarity-text {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}



.section-bg-light-padded {
    background: var(--bg-light, #f9f7f3);
    padding: 3.5rem 5%;
}



.explore-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}


.explore-card {
    background: var(--white);
    border-radius: 16px;
    padding: 1.5rem;
    text-decoration: none;
    color: var(--text-dark);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(160, 113, 79, 0.08);
    transition: transform 0.2s;
    display: block;
}


.explore-card:hover { transform: translateY(-3px); }


.explore-emoji {
    font-size: 1.8rem;
    margin-bottom: 0.7rem;
}


.explore-title {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.4rem;
}


.explore-desc {
    font-size: 0.83rem;
    color: var(--text-muted);
}

.oracle-hero-content { position: relative; z-index: 1; max-width: 680px; }

.oracle-intro { color: rgba(245,230,200,0.75); font-size: 1.05rem; line-height: 1.8; max-width: 540px; margin: 0 auto 1.5rem; }

.stars-deco { font-size: 1.5rem; letter-spacing: 0.5rem; color: rgba(184,134,11,0.6); margin-bottom: 1rem; }


.oracle-section { background: var(--bg-light, #f9f7f3); padding: 4rem 5%; }

.oracle-card {
    background: var(--white);
    border-radius: 30px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    border: 1px solid rgba(184,134,11,0.1);
    max-width: 660px;
    margin: 0 auto;
}

.oracle-draw-center { text-align: center; margin-bottom: 1rem; }


.question-area { margin-bottom: 2rem; }

.question-area label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
    font-family: 'Montserrat', sans-serif;
}

.question-input {
    width: 100%;
    padding: 1rem 1.2rem;
    border: 2px solid rgba(27,45,69,0.15);
    border-radius: 16px;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    background: var(--bg-light, #f9f7f3);
    transition: border-color 0.3s;
    resize: none;
    box-sizing: border-box;
}

.question-input:focus { outline: none; border-color: var(--primary); }

.question-hint { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.5rem; font-style: italic; }


.draw-btn {
    width: 100%;
    padding: 1.2rem;
    background: linear-gradient(135deg, #1B2D45 0%, var(--primary) 100%);
    color: var(--white);
    border: none;
    border-radius: 16px;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    letter-spacing: 0.5px;
}

.draw-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(45,27,78,0.35); }

.draw-btn:active { transform: translateY(0); }


.redraw-btn {
    background: none;
    border: 1px solid rgba(27,45,69,0.2);
    border-radius: 50px;
    padding: 0.5rem 1.4rem;
    font-size: 0.82rem;
    font-family: 'Montserrat', sans-serif;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 1rem;
}

.redraw-btn:hover { border-color: var(--primary); color: var(--primary); }


.card-reveal {
    display: none;
    margin-top: 2.5rem;
    animation: fadeInUp 0.7s ease;
}

.verdict-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1.8rem;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}


.card-frame {
    background: linear-gradient(160deg, rgba(45,27,78,0.07), rgba(184,134,11,0.05));
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(160,113,79,0.12);
    text-align: center;
}

.card-image-wrap {
    width: 160px;
    margin: 0 auto 1.2rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(27, 45, 69, 0.2);
    transition: transform 0.6s ease;
}

.card-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.card-image-wrap.card-reversed {
    transform: rotate(180deg);
}

.card-name-tr { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--text-dark); margin-bottom: 0.3rem; }

.card-position-tag {
    display: inline-block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0.25rem 0.8rem;
    border-radius: 20px;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}


.verdict-explanation {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-top: 0.8rem;
    font-style: italic;
}



.tr-breadcrumb {
  font-size: 0.78rem; color: var(--text-muted);
  font-family: 'Montserrat', sans-serif;
  padding: 100px 6% 0; max-width: 1200px; margin: 0 auto;
}

.tr-breadcrumb a { color: var(--text-muted); }

.tr-breadcrumb a:hover { color: var(--primary); }

.tr-breadcrumb span { margin: 0 8px; color: var(--primary); opacity: 0.5; }

.tr-hero .hero-desc {
  font-size: 1rem; color: var(--text-muted, #5A5A5A); max-width: 580px;
  margin: 0 auto 2rem; line-height: 1.8;
}

.tr-hero .hero-stats {
  display: flex; justify-content: center; gap: 40px; flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.hero-stat { text-align: center; }

.hero-stat strong {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; color: var(--primary); font-weight: 700;
}

.hero-stat span { font-size: 0.78rem; color: var(--text-muted); font-family: 'Montserrat', sans-serif; }



.tr-section { padding: 64px 6%; }

.tr-section-inner { max-width: 1100px; margin: 0 auto; }

.tr-section-head { text-align: center; margin-bottom: 48px; }

.tr-section-head .s-label {
  font-family: 'Montserrat', sans-serif; font-size: 0.7rem;
  letter-spacing: 0.33em; text-transform: uppercase;
  color: var(--accent-light, #D4AF37); display: block; margin-bottom: 0.8rem;
}

.tr-section-head h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--text-dark); margin-bottom: 0.6rem;
}

.tr-section-head p { font-size: 0.92rem; color: var(--text-muted); max-width: 480px; margin: 0 auto; }

.s-divider {
  width: 50px; height: 2px; margin: 1rem auto 0;
  background: linear-gradient(90deg, var(--primary), var(--accent-light));
  border-radius: 2px;
}


.spread-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.sp-card {
  border: 2px solid rgba(27,45,69,0.12);
  border-radius: 18px; padding: 24px 20px;
  cursor: pointer; text-align: center;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  background: #fff; position: relative; overflow: hidden;
}

.sp-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(27,45,69,0.06), rgba(212,175,55,0.04));
  opacity: 0; transition: opacity 0.3s;
}

.sp-card:hover, .sp-card.active {
  border-color: var(--primary, #1B2D45);
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(160,113,79,0.15);
}

.sp-card:hover::before, .sp-card.active::before { opacity: 1; }

.sp-card.active { background: linear-gradient(135deg, rgba(27,45,69,0.05), #fff); }

.sp-card .sp-icon {
  font-size: 2rem; margin-bottom: 0.8rem; display: block;
  color: var(--primary);
}

.sp-card h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.2rem;
  color: var(--text-dark); margin-bottom: 0.3rem;
}

.sp-card p { font-size: 0.78rem; color: var(--text-muted); line-height: 1.5; margin-bottom: 0.8rem; }

.sp-badge {
  font-size: 0.62rem; font-weight: 600; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--primary);
  border: 1px solid rgba(27,45,69,0.2);
  padding: 3px 10px; border-radius: 50px;
}



.deck-zone { text-align: center; padding: 20px 0 40px; }

.deck-zone h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.7rem;
  color: var(--text-dark); margin-bottom: 0.3rem;
}

.deck-zone p { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 36px; font-family: 'Montserrat', sans-serif; }


.deck-stack {
  display: flex; justify-content: center; align-items: flex-end;
  height: 230px; position: relative; margin-bottom: 32px;
}

.dk {
  width: 100px; height: 170px; position: absolute;
  transform-origin: bottom center; border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.dk:nth-child(1) { transform: rotate(-12deg) translate(-90px, 4px); z-index: 1; }

.dk:nth-child(2) { transform: rotate(-6deg) translate(-45px, 2px); z-index: 2; }

.dk:nth-child(3) { transform: rotate(0deg) translate(0, 0); z-index: 3; }

.dk:nth-child(4) { transform: rotate(6deg) translate(45px, 2px); z-index: 2; }

.dk:nth-child(5) { transform: rotate(12deg) translate(90px, 4px); z-index: 1; }



.card-back-face {
  width: 100%; height: 100%; border-radius: 10px;
  background: linear-gradient(145deg, #1B2D45 0%, #2a4060 100%);
  border: 2px solid #D4AF37;
  position: relative; overflow: hidden;
}

.card-back-face::before {
  content: ''; position: absolute; inset: 6px;
  border: 1px solid rgba(212,175,55,0.4); border-radius: 6px;
}

.card-back-face::after {
  content: '✦'; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%); font-size: 3rem;
  color: rgba(212,175,55,0.2); line-height: 1;
}

.cbf-dots {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(212,175,55,0.25) 1px, transparent 1px);
  background-size: 16px 16px;
}



.deck-shuffling .dk:nth-child(1) { animation: sh1 1.8s ease-in-out; }

.deck-shuffling .dk:nth-child(2) { animation: sh2 1.8s ease-in-out 0.05s; }

.deck-shuffling .dk:nth-child(3) { animation: sh3 1.8s ease-in-out 0.02s; }

.deck-shuffling .dk:nth-child(4) { animation: sh4 1.8s ease-in-out 0.08s; }

.deck-shuffling .dk:nth-child(5) { animation: sh5 1.8s ease-in-out 0.1s; }
}


.tr-btn-primary {
  background: linear-gradient(135deg, var(--primary,#1B2D45), #2a4060);
  color: #fff; border: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; padding: 14px 44px; border-radius: 50px;
  cursor: pointer; transition: all 0.3s; letter-spacing: 0.06em;
  display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 0 4px 20px rgba(27,45,69,0.2);
}

.tr-btn-primary:hover {
  transform: translateY(-2px); box-shadow: 0 8px 28px rgba(27,45,69,0.3);
  background: linear-gradient(135deg, #2a4060, #2a4060);
}

.tr-btn-primary:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

.tr-btn-primary i { font-size: 0.9em; }



.positions-zone { padding: 10px 0; }

.pos-header { text-align: center; margin-bottom: 40px; }

.pos-header h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; color: var(--text-dark); margin-bottom: 0.3rem;
}

.pos-header p { font-size: 0.82rem; color: var(--text-muted); font-family: 'Montserrat', sans-serif; }


.positions-row {
  display: flex; justify-content: center; align-items: flex-start;
  gap: 20px; flex-wrap: wrap;
}

.pos-col {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}

.pos-name {
  font-family: 'Cormorant Garamond', serif; font-size: 0.95rem;
  color: var(--primary); font-weight: 600; text-align: center;
}

.pos-q {
  font-size: 0.68rem; color: var(--text-muted); text-align: center;
  max-width: 110px; line-height: 1.45; font-family: 'Montserrat', sans-serif;
}



.tc-wrap { width: 110px; height: 186px; perspective: 1100px; }


.tc-inner {
  width: 100%; height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative; cursor: pointer;
  will-change: transform;
}

.tc-inner.flipped { transform: rotateY(180deg); }

.tc-inner.reversed.flipped { transform: rotateY(180deg) rotateZ(180deg); }

.tc-inner.waiting {
  animation: cardPulse 2.2s ease-in-out infinite;
}

}

.tc-face {
  position: absolute; inset: 0;
  backface-visibility: hidden; border-radius: 10px; overflow: hidden;
}


.tc-back { box-shadow: 0 6px 22px rgba(0,0,0,0.14); }



.tc-front {
  transform: rotateY(180deg);
  background: #fff;
  border: 1px solid rgba(160,113,79,0.15);
  box-shadow: 0 8px 28px rgba(0,0,0,0.14);
  display: flex; flex-direction: column;
}

.tc-front img {
  width: 100%; flex: 1; object-fit: cover; display: block;
  min-height: 0;
}

.tc-front .card-label {
  padding: 5px 4px 6px; text-align: center;
  background: #fff; border-top: 1px solid rgba(160,113,79,0.1);
  font-family: 'Cormorant Garamond', serif; font-size: 0.58rem;
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-dark); line-height: 1.2;
}


.tc-front .card-fallback {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: space-between;
  padding: 8px 6px; background: var(--fb-grad, #1B2D45);
}

.tc-front .card-fallback .fb-roman {
  font-family: 'Cormorant Garamond', serif; font-size: 0.65rem;
  color: rgba(255,255,255,0.7); letter-spacing: 0.15em;
}

.tc-front .card-fallback .fb-sym {
  font-size: 2.8rem; color: rgba(255,255,255,0.9);
  filter: drop-shadow(0 0 8px rgba(0,0,0,0.3));
}

.tc-front .card-fallback .fb-name {
  font-family: 'Cormorant Garamond', serif; font-size: 0.55rem;
  font-weight: 700; letter-spacing: 0.12em; color: rgba(255,255,255,0.9);
  text-transform: uppercase; text-align: center;
}


.results-top { text-align: center; margin-bottom: 48px; }

.results-top .r-date {
  font-size: 0.72rem; letter-spacing: 0.2em; color: var(--text-muted);
  font-family: 'Montserrat', sans-serif; margin-bottom: 0.5rem;
}

.results-top h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--text-dark); margin-bottom: 0.4rem;
}

.results-top p { font-size: 0.88rem; color: var(--text-muted); }



.r-cards-row {
  display: flex; justify-content: center; gap: 24px;
  flex-wrap: wrap; margin-bottom: 56px;
}

.r-card-col {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}

.r-pos-lbl {
  font-size: 0.65rem; letter-spacing: 0.2em;
  color: var(--primary); font-family: 'Montserrat', sans-serif;
  text-transform: uppercase; font-weight: 600;
}

.rev-tag {
  font-size: 0.58rem; border: 1px solid rgba(180,50,50,0.3);
  background: rgba(255,220,220,0.4); color: #c0392b;
  padding: 2px 8px; border-radius: 50px; font-family: 'Montserrat', sans-serif;
}



.interpretations { max-width: 780px; margin: 0 auto 60px; display: flex; flex-direction: column; gap: 24px; }


.iblock {
  border: 1px solid rgba(160,113,79,0.12); border-radius: 20px;
  overflow: hidden; background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  opacity: 0; transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.iblock.vis { opacity: 1; transform: translateY(0); }


.iblock-top {
  display: flex; align-items: center; gap: 18px; padding: 20px 24px;
  background: linear-gradient(135deg, rgba(27,45,69,0.05), rgba(212,175,55,0.04));
  border-bottom: 1px solid rgba(160,113,79,0.08);
}


.ib-card-img {
  width: 64px; height: 108px; border-radius: 7px; overflow: hidden;
  flex-shrink: 0; border: 1px solid rgba(27,45,69,0.15);
  background: #F5F0EB;
}

.ib-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ib-card-img .ib-fallback {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #1B2D45, #2a4060); font-size: 1.8rem;
}


.ib-info { flex: 1; min-width: 0; }

.ib-pos-name {
  font-size: 0.62rem; letter-spacing: 0.22em; color: var(--primary);
  font-family: 'Montserrat', sans-serif; text-transform: uppercase; margin-bottom: 4px; font-weight: 600;
}

.ib-card-name {
  font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--text-dark); line-height: 1.1; margin-bottom: 7px;
}

.ib-kws { display: flex; gap: 5px; flex-wrap: wrap; }

.ib-kw {
  font-size: 0.6rem; border: 1px solid rgba(27,45,69,0.15);
  color: var(--primary); padding: 2px 9px; border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
}


.iblock-body { padding: 20px 24px; }

.ib-pos-q {
  font-family: 'Cormorant Garamond', serif; font-size: 1rem;
  font-style: italic; color: var(--text-muted); margin-bottom: 12px;
  padding-left: 12px; border-left: 2px solid rgba(27,45,69,0.2);
}

.ib-text {
  font-size: 0.9rem; color: var(--text-dark); line-height: 1.9; margin-bottom: 16px;
  opacity: 0.85;
}

.ib-ece {
  background: rgba(27,45,69,0.05); border: 1px solid rgba(160,113,79,0.1);
  border-radius: 12px; padding: 12px 16px;
  display: flex; gap: 10px; align-items: flex-start;
}

.ib-ece-icon {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--primary), #2a4060);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; color: #D4AF37;
}

.ib-ece-text {
  font-family: 'Cormorant Garamond', serif; font-size: 0.88rem;
  font-style: italic; color: var(--text-muted); line-height: 1.75;
}

.ib-ece-text strong { color: var(--primary); font-style: normal; }



.tr-cta-box {
  background: linear-gradient(135deg, #FAF8F5 0%, #fdf9f0 100%);
  border: 1px solid rgba(27,45,69,0.12); border-radius: 22px;
  padding: 52px 40px; text-align: center; max-width: 640px;
  margin: 0 auto 60px;
}

.tr-cta-box .cta-label {
  font-size: 0.68rem; letter-spacing: 0.3em; color: var(--accent-light);
  font-family: 'Montserrat', sans-serif; text-transform: uppercase; margin-bottom: 0.8rem;
}

.tr-cta-box h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem); color: var(--text-dark); margin-bottom: 0.8rem;
}

.tr-cta-box p {
  font-size: 0.9rem; color: var(--text-muted); line-height: 1.8;
  max-width: 460px; margin: 0 auto 1.8rem;
}

.cta-wa {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff; font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem; padding: 15px 36px; border-radius: 50px;
  text-decoration: none; transition: all 0.3s;
  box-shadow: 0 6px 24px rgba(37,211,102,0.25);
}

.cta-wa:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(37,211,102,0.35); }

.restart-btn {
  background: none; border: none; cursor: pointer;
  font-family: 'Montserrat', sans-serif; font-size: 0.78rem;
  color: var(--text-muted); margin-top: 20px; display: block;
  margin-left: auto; margin-right: auto; padding: 8px 16px;
  transition: color 0.3s;
}

.restart-btn:hover { color: var(--primary); }


.seo-intro {
  max-width: 800px; margin: 0 auto 56px;
  font-size: 0.95rem; color: var(--text-dark); line-height: 1.9; opacity: 0.85;
}

.seo-intro h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--text-dark);
  margin-bottom: 1rem; margin-top: 2rem;
}

.seo-intro h2:first-child { margin-top: 0; }



.related-cards {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 12px; max-width: 900px; margin: 0 auto;
}

.related-card-link {
  display: flex; align-items: center; gap: 10px; padding: 12px 14px;
  border: 1px solid rgba(160,113,79,0.12); border-radius: 12px;
  color: var(--text-dark); font-size: 0.82rem; transition: all 0.25s;
  background: #fff;
}

.related-card-link:hover {
  border-color: var(--primary); color: var(--primary);
  transform: translateY(-2px); box-shadow: 0 4px 16px rgba(160,113,79,0.1);
}

.related-card-link img {
  width: 28px; height: 47px; object-fit: cover; border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.08); flex-shrink: 0;
}

.related-card-link span { font-family: 'Cormorant Garamond', serif; font-weight: 600; }



.hidden { display: none !important; }

  .tc-wrap { width: 88px; height: 149px; }

  .ib-card-img { width: 56px; height: 95px; }

  .iblock-top { flex-direction: column; text-align: center; align-items: center; }

  .ib-pos-q { text-align: center; }

  .tr-cta-box { padding: 36px 24px; }

  .hero-stats { gap: 24px; }

  .tc-wrap { width: 78px; height: 132px; }

  .positions-row { gap: 10px; }

  .r-cards-row { gap: 14px; }

  .tr-section { padding: 48px 5%; }

}



        .calculator-card {
            background: var(--white);
            border-radius: 30px;
            padding: 3rem;
            box-shadow: 0 20px 60px rgba(0,0,0,0.08);
            border: 1px solid rgba(184,134,11,0.1);
            max-width: 600px;
            margin: 0 auto;
        }

        .date-input-group {
            display: flex;
            gap: 1rem;
            margin: 2rem 0;
            flex-wrap: wrap;
        }

        .date-input-group > div {
            flex: 1;
            min-width: 80px;
        }

        .date-input-group label {
            display: block;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--text-muted);
            margin-bottom: 0.5rem;
        }

        .date-input-group input {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid rgba(27,45,69,0.15);
            border-radius: 12px;
            font-size: 1.1rem;
            font-family: 'Montserrat', sans-serif;
            text-align: center;
            background: var(--bg-light);
            transition: border-color 0.3s;
        }

        .date-input-group input:focus {
            outline: none;
            border-color: var(--primary);
        }

        .calc-btn {
            width: 100%;
            padding: 1.2rem;
            background: linear-gradient(135deg, var(--primary) 0%, #2a4060 100%);
            color: var(--white);
            border: none;
            border-radius: 16px;
            font-size: 1.1rem;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            letter-spacing: 0.5px;
        }

        .calc-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(27,45,69,0.2);
        }

        .result-section {
            display: none;
            margin-top: 3rem;
            animation: fadeInUp 0.6s ease;
        }

        }
        .card-display {
            background: linear-gradient(135deg, rgba(160,113,79,0.08), rgba(184,134,11,0.05));
            border-radius: 20px;
            padding: 2rem;
            text-align: center;
            border: 1px solid rgba(27,45,69,0.12);
            margin-bottom: 1.5rem;
        }

        .card-number {
            font-size: 3rem;
            font-family: 'Cormorant Garamond', serif;
            color: var(--primary);
            font-weight: 700;
            line-height: 1;
        }

        .card-name-tr {
            font-size: 1.8rem;
            font-family: 'Cormorant Garamond', serif;
            color: var(--text-dark);
            margin: 0.3rem 0;
        }

        .card-name-en {
            font-size: 0.9rem;
            color: var(--text-muted);
            font-style: italic;
        }

        .card-image {
            width: 140px;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
            margin: 1.5rem auto;
            display: block;
        }

        .trait-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
            justify-content: center;
            margin-top: 1rem;
        }

        .trait-tag {
            padding: 0.3rem 0.9rem;
            background: rgba(160,113,79,0.1);
            border-radius: 20px;
            font-size: 0.8rem;
            color: var(--primary);
            font-weight: 500;
        }

        .calc-step {
            background: rgba(184,134,11,0.06);
            border: 1px solid rgba(184,134,11,0.15);
            border-radius: 12px;
            padding: 1rem 1.5rem;
            margin: 1rem 0;
            font-size: 0.9rem;
            font-family: 'Cormorant Garamond', serif;
            font-size: 1rem;
        }

        .error-msg {
            color: #c0392b;
            font-size: 0.9rem;
            margin-top: 0.5rem;
            display: none;
        }

    


        .tarot-intro { max-width: 820px; margin: 0 auto 4rem; text-align: center; }

        .tarot-intro p { font-size: 1.1rem; line-height: 1.85; color: var(--text-dark); }


        
        .suit-nav { display: flex; gap: .75rem; flex-wrap: wrap; justify-content: center; margin-bottom: 4rem; }

        .suit-nav a {
            padding: .58rem 1.3rem;
            border-radius: 50px;
            font-size: .84rem;
            font-weight: 600;
            text-decoration: none;
            border: 1.5px solid rgba(184,134,11,.22);
            color: #444;
            transition: all .22s cubic-bezier(.19,1,.22,1);
            background: var(--white);
            letter-spacing: .2px;
        }

        .suit-nav a:hover { background: linear-gradient(135deg, #1B2D45, #2a4060); color: var(--white); border-color: transparent; box-shadow: 0 4px 14px rgba(27,45,69,.15); }

        .suit-nav a.wands  { border-color: rgba(226,88,34,.3); }

        .suit-nav a.wands:hover  { background: linear-gradient(135deg, #c0391b, #e25822) !important; }

        .suit-nav a.cups   { border-color: rgba(41,128,185,.3); }

        .suit-nav a.cups:hover   { background: linear-gradient(135deg, #1e6fa0, #2980b9) !important; }

        .suit-nav a.swords { border-color: rgba(127,140,141,.3); }

        .suit-nav a.swords:hover { background: linear-gradient(135deg, #555d5e, #7f8c8d) !important; }

        .suit-nav a.pents  { border-color: rgba(39,174,96,.3); }

        .suit-nav a.pents:hover  { background: linear-gradient(135deg, #1e7a44, #27ae60) !important; }


        
        .arkana-section { margin-bottom: 5rem; }

        .arkana-header {
            display: flex;
            align-items: center;
            gap: 1.2rem;
            margin-bottom: 1rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid rgba(184,134,11,.15);
            position: relative;
        }

        .arkana-header::after {
            content: '✦';
            position: absolute;
            bottom: -.55rem;
            left: 0;
            font-size: .6rem;
            color: var(--accent);
            background: var(--white);
            padding-right: .4rem;
        }

        .arkana-header .ah-icon {
            width: 46px; height: 46px;
            border-radius: 12px;
            display: flex; align-items: center; justify-content: center;
            font-size: 1.1rem;
            color: var(--white);
            flex-shrink: 0;
            box-shadow: 0 4px 14px rgba(0,0,0,.15);
        }

        .ah-major { background: linear-gradient(135deg, var(--primary), #2a4060); }

        .ah-wands  { background: linear-gradient(135deg, #e25822, #c0392b); }

        .ah-cups   { background: linear-gradient(135deg, #2980b9, #1a5276); }

        .ah-swords { background: linear-gradient(135deg, #636e72, #2d3436); }

        .ah-pents  { background: linear-gradient(135deg, #27ae60, #1e8449); }

        .arkana-header h2 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: #1B2D45; margin: 0; }

        .arkana-header .ah-desc { font-size: .88rem; color: var(--text-muted); margin: 0; }


        
        .card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 1.1rem; margin-top: 1.8rem; }


        .card-item {
            background: var(--white);
            padding: 1.4rem 1.1rem;
            border-radius: 16px;
            box-shadow: 0 2px 12px rgba(0,0,0,.055);
            border: 1px solid rgba(184,134,11,.09);
            text-align: center;
            transition: transform .3s cubic-bezier(.19,1,.22,1), box-shadow .3s, border-color .2s;
            text-decoration: none;
            color: inherit;
            display: flex;
            flex-direction: column;
            position: relative;
            overflow: hidden;
        }

        .card-item::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, rgba(184,134,11,.3), transparent);
            opacity: 0;
            transition: opacity .3s;
        }

        .card-item:hover { transform: translateY(-6px); box-shadow: 0 14px 32px rgba(0,0,0,.11); border-color: rgba(184,134,11,.2); }

        .card-item:hover::after { opacity: 1; }


        .card-item .ci-num { font-family: 'Cormorant Garamond', serif; font-size: .82rem; color: var(--text-muted); margin-bottom: .2rem; letter-spacing: .5px; }

        .card-item h4 { font-family: 'Cormorant Garamond', serif; color: var(--primary); font-size: 1.08rem; font-weight: 700; margin: 0 0 .35rem; line-height: 1.2; }

        .card-item .ci-keyword { font-size: .74rem; color: var(--accent); font-weight: 700; margin-bottom: .35rem; letter-spacing: .8px; text-transform: uppercase; }

        .card-item p { font-size: .8rem; color: var(--text-muted); margin: 0; line-height: 1.55; flex: 1; }


        .card-item.major { border-top: 3px solid var(--primary); }

        .card-item.wands { border-top: 3px solid #e25822; }

        .card-item.cups  { border-top: 3px solid #2980b9; }

        .card-item.swords{ border-top: 3px solid #7f8c8d; }

        .card-item.pents { border-top: 3px solid #27ae60; }


        
        .suit-intro-box {
            background: linear-gradient(135deg, rgba(184,134,11,.04), rgba(26,15,46,.03));
            border-left: 3px solid var(--accent);
            border-radius: 0 14px 14px 0;
            padding: 1.1rem 1.6rem;
            margin-bottom: 1.5rem;
            font-size: .95rem;
            color: var(--text-dark);
            line-height: 1.7;
            box-shadow: 0 2px 10px rgba(184,134,11,.05);
        }


        
        .card-search {
            width: 100%;
            max-width: 500px;
            margin: 0 auto 3rem;
            display: block;
            padding: .95rem 1.5rem;
            border: 1.5px solid rgba(184,134,11,.25);
            border-radius: 50px;
            font-size: 1rem;
            outline: none;
            font-family: 'Montserrat', sans-serif;
            background: var(--white);
            color: var(--text-dark);
            box-shadow: 0 2px 12px rgba(0,0,0,.05);
            transition: border-color .2s, box-shadow .2s;
        }

        .card-search:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(160,113,79,.12); }

.related-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

}
.related-list a {
  display: block;
  padding: 0.85rem 1.1rem;
  background: #fff;
  border-radius: 10px;
  color: var(--primary, #1B2D45);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  font-size: 0.95rem;
  line-height: 1.4;
  border: 1px solid rgba(27,45,69,0.08);
}

.related-list a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(27,45,69,0.08);
  border-color: var(--accent, #b99a5a);
}

  
  article.prose-body p a,
  article.prose-body li a,
  .related-list a {
    min-height: 28px;
    display: inline-block;
    padding: 2px 0;
    line-height: 1.5;
  }

  
  article.prose-body .card-image,
  article.prose-body > figure img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: min(280px, 80%);
  }

.question-input:focus-visible,.date-input-group input:focus-visible,.card-search:focus-visible{outline:2px solid var(--primary,#1B2D45);outline-offset:2px;box-shadow:0 0 0 4px rgba(27,45,69,0.15)}