/*
Theme Name: Techoosh Masterpiece
Theme URI: https://techoosh.com
Author: Techoosh Team
Description: Custom PWA theme for Techoosh (Safe Version).
Version: 2.0
*/

:root {
    --navy: #130f40; --coral: #ff7979; --sun: #f9ca24; --teal: #22a6b3; --sky: #7ed6df; --royal: #686de0;
    --bg-body: #f7f9fc; --glass: rgba(255, 255, 255, 0.98);
    --pas-pink: #ffe3e3; --pas-blue: #e3f2fd; --pas-yellow: #fff9c4; 
    --pas-green: #e8f5e9; --pas-purple: #f3e5f5; --pas-teal: #e0f2f1;
    --logo-orange: #ff6b35; 
}
* { box-sizing: border-box; margin: 0; padding: 0; outline: none; -webkit-tap-highlight-color: transparent; }
body { font-family: 'Vazirmatn', sans-serif; background-color: var(--bg-body); color: var(--navy); padding-bottom: 140px; overflow-x: hidden; line-height: 1.6; margin: 0; }
a { text-decoration: none; color: inherit; }

/* ANIMATIONS */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } }
@keyframes pulse-soft { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } }
@keyframes twinkle { 0%, 100% { opacity: 0.4; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes cloudFloat { 0% { transform: translateX(0); } 50% { transform: translateX(15px); } 100% { transform: translateX(0); } }
@keyframes ctaPulse { 0% { box-shadow: 0 10px 20px rgba(104, 109, 224, 0.3); transform: scale(1); } 50% { box-shadow: 0 15px 30px rgba(104, 109, 224, 0.5); transform: scale(1.02); } 100% { box-shadow: 0 10px 20px rgba(104, 109, 224, 0.3); transform: scale(1); } }
.animate-in { animation: fadeInUp 0.5s ease forwards; }

/* HEADER */
header { position: relative; z-index: 100; background: linear-gradient(180deg, #fff0f3 0%, #eaf6ff 100%); border-radius: 0 0 40px 40px; box-shadow: 0 15px 30px rgba(236, 240, 241, 0.6); padding-bottom: 25px; overflow: hidden; }
.decor-wrap { position: absolute; inset: 0; pointer-events: none; }
.star { position: absolute; color: var(--sun); animation: twinkle 3s infinite ease-in-out; opacity: 0.8; font-size: 0.9rem; }
.star:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s; } .star:nth-child(2) { top: 25%; right: 12%; animation-delay: 1.5s; font-size: 0.7rem; color: var(--coral); } .star:nth-child(3) { top: 55%; left: 18%; animation-delay: 0.5s; font-size: 0.6rem; color: var(--royal); } .star:nth-child(4) { top: 10%; left: 50%; animation-delay: 2s; font-size: 0.5rem; }
.cloud { position: absolute; color: #fff; opacity: 0.7; filter: drop-shadow(0 5px 10px rgba(0,0,0,0.05)); animation: cloudFloat 6s infinite ease-in-out; }
.cloud:nth-child(5) { top: -10px; left: -15px; font-size: 3.5rem; } .cloud:nth-child(6) { top: 40%; right: -20px; font-size: 4.5rem; animation-duration: 8s; opacity: 0.5; } .cloud:nth-child(7) { bottom: -15px; left: 20%; font-size: 2.5rem; opacity: 0.6; animation-duration: 10s; }
.top-bar { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 25px 20px 10px 20px; position: relative; z-index: 2; }
.logo-container { position: relative; display: inline-block; margin-bottom: 8px; animation: float 5s ease-in-out infinite; }
.logo-text { font-size: 3rem; font-weight: 900; color: var(--logo-orange); line-height: 1; letter-spacing: -1.5px; text-shadow: 3px 3px 0px #fff, 0 10px 20px rgba(255, 107, 53, 0.15); position: relative; z-index: 5; }
.logo-shape { position: absolute; z-index: 4; opacity: 0.9; }
.shape-circle { width: 14px; height: 14px; background: #48dbfb; border-radius: 50%; top: 5px; right: 20px; box-shadow: 0 0 10px rgba(72, 219, 251, 0.4); }
.shape-triangle { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 12px solid #ff6b6b; top: 0px; right: 65px; transform: rotate(-15deg); }
.shape-square { width: 11px; height: 11px; background: #1dd1a1; top: 15px; left: 35px; transform: rotate(15deg); border-radius: 2px; }
.slogan { font-size: 0.75rem; color: #8395a7; font-weight: 700; margin-top: 5px; background: rgba(255,255,255,0.7); padding: 5px 15px; border-radius: 50px; box-shadow: 0 3px 8px rgba(0,0,0,0.04); letter-spacing: 0.5px; }

/* HERO SLIDER */
.hero-wrap { padding: 0 20px 0 20px; margin-top: 20px; position: relative; z-index: 50; }
.slider-container { position: relative; height: 210px; border-radius: 26px; overflow: hidden; box-shadow: 0 15px 35px rgba(19, 15, 64, 0.15); touch-action: pan-y; }
.slide { position: absolute; inset: 0; background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 30px; opacity: 0; transition: opacity 0.6s ease; pointer-events: none; }
.slide.active { opacity: 1; z-index: 2; pointer-events: auto; }
.slide::before { content:''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.8), transparent); z-index: 1; }
.slide-content { position: relative; z-index: 3; color: white; width: 80%; text-align: right; }
.slide h2 { font-size: 1.4rem; font-weight: 900; margin-bottom: 8px; line-height: 1.4; }
.slide p { font-size: 0.85rem; opacity: 0.9; margin-bottom: 15px; }
.slide-btn { background: var(--coral); color: white; padding: 8px 22px; border-radius: 50px; font-size: 0.8rem; font-weight: bold; display: inline-block; cursor: pointer; }
.indicators { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 10; display: flex; gap: 4px; padding: 0 10px 10px 10px; }
.indicator-line { height: 4px; flex: 1; background: rgba(255,255,255,0.3); border-radius: 2px; overflow: hidden; }
.indicator-fill { height: 100%; width: 0; background: white; }
.slide.active ~ .indicators .indicator-line.active .indicator-fill { width: 100%; animation: widthFill 4s linear forwards; }

/* TIMELINE & STICKY BAR */
.sec-head { padding: 40px 20px 10px 20px; }
.sec-title { font-size: 1.1rem; font-weight: 900; color: var(--navy); border-right: 4px solid var(--sun); padding-right: 10px; }
.timeline-wrap { position: sticky; top: 0; z-index: 999; padding: 15px 0 25px 0; overflow-x: auto; scrollbar-width: none; background: rgba(247, 249, 252, 0.98); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(0,0,0,0.03); box-shadow: 0 4px 20px rgba(0,0,0,0.04); width: 100%; }
.timeline-track { display: flex; gap: 18px; padding-left: 20px; padding-right: 20px; width: max-content; align-items: flex-end; position: relative; height: 90px; }
.timeline-track::before { content: ''; position: absolute; bottom: 25px; left: 20px; right: 0; height: 3px; background: #e6eaee; z-index: -1; border-radius: 10px; }
.time-node { display: flex; flex-direction: column; align-items: center; gap: 10px; min-width: 70px; opacity: 0.5; transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); cursor: pointer; transform: scale(0.9); }
.time-node.active { opacity: 1; transform: scale(1.15) translateY(-5px); }
.node-circle { width: 55px; height: 55px; background: white; border: 3px solid #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #d1d8e0; transition: 0.4s; position: relative; overflow: hidden; }
.node-label { font-size: 0.75rem; font-weight: 800; white-space: nowrap; color: var(--navy); transition: 0.3s; }
/* Note: Dynamic colors are applied via inline styles in PHP, these are defaults */
.time-node.active .node-circle { background: var(--coral); color: white; border-color: var(--pas-pink); box-shadow: 0 5px 20px rgba(255, 121, 121, 0.6); }

.slim-filter-bar { position: fixed; left: 0; right: 0; background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(12px); z-index: 990; display: flex; align-items: center; gap: 10px; padding: 10px 20px; overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid #f1f2f6; box-shadow: 0 10px 15px rgba(0,0,0,0.03); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
.slim-filter-bar.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.slim-pill { font-size: 0.75rem; font-weight: 700; color: #95afc0; padding: 6px 14px; border-radius: 50px; background: #f7f9fc; border: 1px solid transparent; white-space: nowrap; cursor: pointer; transition: 0.2s; }
.slim-pill:active, .slim-pill.active { transform: scale(0.95); background: var(--pas-blue); color: var(--royal); border-color: var(--royal); }

/* CONTENT */
.cat-filter-scroll { display: flex; gap: 12px; overflow-x: auto; padding: 20px 20px 25px 20px; scrollbar-width: none; min-height: 160px; }
.cat-box { min-width: 90px; height: 120px; border-radius: 18px; background-size: cover; background-position: center; position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.08); transition: 0.2s; cursor: pointer; overflow: hidden; border: 3px solid transparent; }
.cat-box.active { border-color: var(--coral); transform: scale(1.05); box-shadow: 0 10px 25px rgba(255, 121, 121, 0.3); }
.cat-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.9), transparent); display: flex; align-items: flex-end; justify-content: center; padding: 10px; }
.cat-title { color: white; font-size: 0.75rem; font-weight: 800; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }

.content-container { padding: 0 20px; min-height: 400px; }
.age-hook-card { background: linear-gradient(135deg, var(--teal), #05c46b); color: white; padding: 20px; border-radius: 24px; margin-bottom: 25px; box-shadow: 0 15px 30px rgba(34, 166, 179, 0.3); position: relative; overflow: hidden; display: none; transition: 0.4s ease; }
.age-hook-card.active { display: block; animation: fadeInUp 0.5s ease; }
.age-hook-card h3 { font-size: 1.1rem; font-weight: 900; margin-bottom: 5px; position: relative; z-index: 2; }
.age-hook-card p { font-size: 0.85rem; opacity: 0.95; position: relative; z-index: 2; }
.age-hook-card i { position: absolute; bottom: -15px; left: -10px; font-size: 6rem; opacity: 0.15; transform: rotate(20deg); }

.posts-grid { display: flex; flex-direction: column; gap: 18px; }
.post-card { background: white; border-radius: 22px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.06); border: 1px solid #fff; cursor: pointer; animation: fadeInUp 0.5s ease; transition: 0.2s; }
.post-card:active { transform: scale(0.98); }
.post-img { height: 180px; background-size: cover; background-position: center; position: relative; }
.post-type-badge { position: absolute; top: 15px; right: 15px; background: rgba(255,255,255,0.95); color: var(--navy); padding: 5px 12px; border-radius: 10px; font-size: 0.65rem; font-weight: 900; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.post-body { padding: 18px; }
.post-title { font-size: 1rem; font-weight: 800; color: var(--navy); margin-bottom: 5px; line-height: 1.5; }
.post-subtitle { font-size: 0.85rem; color: #7f8c8d; margin-bottom: 12px; margin-top: -4px; font-weight: 400; line-height: 1.4; }
.post-meta { display: flex; justify-content: space-between; font-size: 0.75rem; color: #95afc0; align-items: center; }
.cta { color: var(--royal); font-weight: 800; font-size: 0.8rem; }

/* DOCK */
.dock { position: fixed; bottom: 20px; left: 15px; right: 15px; height: 75px; background: var(--glass); backdrop-filter: blur(25px); border-radius: 25px; box-shadow: 0 20px 60px rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.7); display: flex; justify-content: space-between; align-items: center; padding: 0 10px; z-index: 9999; }
.dock-item { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #95afc0; cursor: pointer; gap: 4px; transition: 0.3s; }
.dock-item.active { color: var(--navy); }
.dock-item.active i { transform: translateY(-3px); color: var(--navy); }
.dock-item i { font-size: 1.4rem; }
.dock-item span { font-size: 0.6rem; font-weight: 700; }
.dock-fab-wrap { position: relative; top: -30px; width: 65px; height: 65px; }
.dock-fab { width: 100%; height: 100%; background: linear-gradient(135deg, var(--coral), #ff4757); border-radius: 50%; border: 5px solid var(--bg-body); display: flex; align-items: center; justify-content: center; color: white; font-size: 1.8rem; box-shadow: 0 10px 25px rgba(255, 121, 121, 0.5); animation: pulse 2s infinite; cursor: pointer; }
.fab-label { position: absolute; bottom: -20px; width: 100%; text-align: center; font-size: 0.7rem; font-weight: 900; color: var(--navy); }

/* SHEETS */
.backdrop { position: fixed; inset: 0; background: rgba(19, 15, 64, 0.6); z-index: 10000; opacity: 0; visibility: hidden; transition: 0.3s; backdrop-filter: blur(5px); }
.backdrop.active { opacity: 1; visibility: visible; }
.sheet { position: fixed; bottom: -100%; left: 0; width: 100%; background: #fff; z-index: 10001; border-radius: 35px 35px 0 0; padding: 0; overflow: hidden; transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1); max-height: 85vh; display: flex; flex-direction: column; }
.sheet.fullscreen { height: 100%; max-height: 100%; border-radius: 0; bottom: -100%; z-index: 10002; overflow-y: auto !important; -webkit-overflow-scrolling: touch; display: block; background: #fff; }
.sheet.active, .sheet.fullscreen.active { bottom: 0 !important; } 
.sheet-header-area { padding: 20px; text-align: center; background: #fff; z-index: 10; border-bottom: 1px solid #f1f2f6; }
.sheet-bar { width: 40px; height: 4px; background: #dfe4ea; border-radius: 10px; margin: 0 auto 15px; }
.sheet-title { font-size: 1.1rem; font-weight: 900; color: var(--navy); }
.sheet-close { position: absolute; left: 20px; top: 20px; font-size: 1.2rem; color: #57606f; cursor: pointer; z-index: 20; }
.sheet-content { padding: 10px 20px 50px 20px; overflow-y: auto; height: 400px; }

/* Drill Down */
.drill-item-wrap { border-bottom: 1px solid #f1f2f6; }
.drill-item { display: flex; align-items: center; gap: 15px; padding: 18px 10px; cursor: pointer; transition: 0.2s; }
.drill-item:active { background: #f7f9fc; }
.drill-icon { width: 45px; height: 45px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; background: #f1f2f6; color: var(--navy); }
.drill-text { flex: 1; font-size: 0.95rem; font-weight: 800; color: var(--navy); }
.drill-arrow { font-size: 0.8rem; color: #ccc; transition: 0.3s; }
.drill-item-wrap.open .drill-arrow { transform: rotate(90deg); color: var(--coral); }
.drill-item-wrap.open .drill-icon { background: var(--coral); color: white; }
.inline-age-grid { display: none; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 0 10px 20px 10px; animation: expandOpen 0.3s ease; }
.inline-age-bubble { padding: 10px 5px; border-radius: 12px; background: #f1f2f6; text-align: center; font-size: 0.75rem; font-weight: bold; color: #57606f; cursor: pointer; }
.inline-age-bubble:active { background: var(--coral); color: white; }

/* More Sheet Redesigned */
.auth-card-hero { background: linear-gradient(135deg, var(--royal), #8e44ad); margin: 0 15px 20px 15px; padding: 25px 20px; border-radius: 24px; color: white; text-align: center; box-shadow: 0 15px 30px rgba(104, 109, 224, 0.3); display: flex; flex-direction: column; align-items: center; gap: 12px; position: relative; overflow: hidden; }
.auth-card-hero::before { content:''; position:absolute; top:-20px; left:-20px; width:100px; height:100px; background:rgba(255,255,255,0.1); border-radius:50%; }
.auth-card-hero::after { content:''; position:absolute; bottom:-30px; right:-10px; width:80px; height:80px; background:rgba(255,255,255,0.05); border-radius:50%; }
.auth-card-hero h3 { font-size: 1.2rem; font-weight: 900; margin: 0; }
.auth-card-hero p { font-size: 0.8rem; opacity: 0.9; margin: 0; max-width: 90%; line-height: 1.5; }
.auth-buttons-row { display: flex; gap: 10px; width: 100%; justify-content: center; margin-top: 5px; }
.btn-reg-hero { flex: 1; background: #ff7979; color: white; border: none; padding: 10px; border-radius: 15px; font-weight: 900; font-size: 0.85rem; cursor: pointer; box-shadow: 0 5px 15px rgba(255, 121, 121, 0.4); transition: 0.2s; }
.btn-log-hero { flex: 1; background: rgba(255,255,255,0.2); color: white; border: 1px solid rgba(255,255,255,0.4); padding: 10px; border-radius: 15px; font-weight: 800; font-size: 0.85rem; cursor: pointer; backdrop-filter: blur(5px); transition: 0.2s; }
.btn-reg-hero:active { transform: scale(0.96); } .btn-log-hero:active { background: rgba(255,255,255,0.3); }
.sec-title-small { font-size: 0.9rem; font-weight: 800; color: var(--navy); padding: 0 20px; margin-bottom: 8px; border-right: 3px solid var(--coral); margin-right: 20px; }
.more-cat-scroll { display: flex; gap: 10px; overflow-x: auto; padding: 5px 20px 20px 20px; scrollbar-width: none; margin-bottom: 5px; }
.more-cat-box { min-width: 90px; height: 110px; border-radius: 18px; background-size: cover; background-position: center; position: relative; box-shadow: 0 8px 15px rgba(0,0,0,0.08); cursor: pointer; overflow: hidden; flex-shrink: 0; transition: 0.2s; border: 2px solid white; }
.more-cat-box:active { transform: scale(0.96); }
.more-cat-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); display: flex; align-items: flex-end; justify-content: center; padding: 8px; }
.more-cat-title { color: white; font-size: 0.7rem; font-weight: 800; text-align: center; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.more-footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 20px 40px 20px; margin-top: auto; }
.footer-btn { padding: 18px; border-radius: 20px; background: #fff; border: 1px solid #f1f2f6; display: flex; flex-direction: column; align-items: center; gap: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); cursor: pointer; transition: 0.2s; }
.footer-btn:active { background: #f7f9fc; border-color: var(--coral); }
.footer-btn i { font-size: 1.4rem; color: var(--navy); }
.footer-btn span { font-size: 0.85rem; font-weight: 800; color: var(--navy); }

/* Popup & Fixed Footer */
.popup-slider-wrap { position: relative; height: 400px; background: #000; border-radius: 0 0 30px 30px; overflow: hidden; box-shadow: 0 15px 40px rgba(19, 15, 64, 0.15); z-index: 10; }
.popup-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.8s ease; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; }
.popup-slide.active { opacity: 1; z-index: 2; }
.popup-slide video { width: 100%; height: 100%; object-fit: cover; }
.popup-dots { position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 10; }
.popup-dot { width: 6px; height: 6px; background: rgba(255,255,255,0.5); border-radius: 50%; transition: 0.3s; }
.popup-dot.active { background: white; width: 20px; border-radius: 10px; }
.popup-close-fab { position: absolute; top: 20px; left: 20px; z-index: 10005; width: 42px; height: 42px; background: rgba(255,255,255,0.8); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 15px rgba(0,0,0,0.1); cursor: pointer; backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.6); transition: 0.2s; }
.popup-close-fab:active { transform: scale(0.95); background: white; }
.popup-body-container { position: relative; z-index: 5; background: #fff; margin-top: 0; padding: 25px 25px 140px 25px; min-height: 60vh; }
.article-header { margin-bottom: 20px; padding-bottom: 20px; position: relative; }
.article-header::after { content: ''; position: absolute; bottom: 0; left: 20%; right: 20%; height: 1px; background: linear-gradient(to right, transparent, #dfe4ea, transparent); }
.art-header-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.art-pill { display: inline-block; background: var(--pas-blue); color: var(--royal); padding: 6px 14px; border-radius: 50px; font-size: 0.75rem; font-weight: 800; }
.btn-assessment { background: var(--pas-purple); color: var(--royal); padding: 8px 16px; border-radius: 12px; font-size: 0.75rem; font-weight: 800; cursor: pointer; border: 1px solid rgba(104, 109, 224, 0.2); box-shadow: 0 4px 10px rgba(104, 109, 224, 0.1); transition: 0.2s; display: flex; align-items: center; gap: 6px; }
.btn-assessment:active { transform: scale(0.95); }
.art-title { font-size: 1.6rem; font-weight: 900; color: var(--navy); line-height: 1.4; margin-bottom: 10px; }
.art-meta { display: flex; gap: 15px; font-size: 0.8rem; color: #95afc0; font-weight: 500; }
.art-content p { font-size: 1.05rem; line-height: 2.1; color: #57606f; margin-bottom: 25px; text-align: justify; }
.art-lead { font-weight: 800; color: var(--navy); font-size: 1.1rem; }
.art-h2 { font-size: 1.25rem; font-weight: 900; color: var(--navy); margin: 30px 0 15px 0; display: flex; align-items: center; gap: 10px; }
.art-h2::before { content:''; width: 6px; height: 24px; background: var(--coral); border-radius: 10px; }
.art-list { list-style: none; margin-bottom: 25px; }
.art-list li { position: relative; padding-right: 25px; margin-bottom: 15px; font-size: 1rem; color: #57606f; }
.art-list li::before { content:'\f058'; font-family:'Font Awesome 6 Free'; position: absolute; right: 0; top: 5px; color: var(--teal); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 30px; }
.c-card { background: #fff; padding: 20px; border-radius: 20px; border: 1px solid #f1f2f6; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.03); transition: 0.2s; }
.c-card:active { transform: scale(0.98); border-color: var(--coral); }
.c-icon { font-size: 1.8rem; color: var(--coral); }
.c-label { font-size: 0.8rem; font-weight: 700; color: #95afc0; }
.c-val { font-size: 0.9rem; font-weight: 900; color: var(--navy); direction: ltr; }
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 0.85rem; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.form-input { width: 100%; padding: 16px; border-radius: 18px; border: 2px solid #f1f2f6; background: #f7f9fc; font-family: inherit; transition: 0.3s; outline: none; font-size: 0.95rem; }
.form-input:focus { border-color: var(--sky); background: #fff; box-shadow: 0 5px 15px rgba(126, 214, 223, 0.15); }
textarea.form-input { resize: none; height: 120px; }
.btn-submit { width: 100%; padding: 16px; border-radius: 18px; background: linear-gradient(135deg, var(--navy), #2c3e50); color: white; font-weight: 900; border: none; box-shadow: 0 10px 20px rgba(19, 15, 64, 0.2); cursor: pointer; font-size: 1rem; transition: 0.2s; }
.btn-submit:active { transform: scale(0.98); opacity: 0.9; }

/* Fixed CTA (Hidden by default, shown via JS class toggle if needed, or CSS parent state) */
.fixed-bottom-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 10010; padding: 15px 25px 30px 25px; background: linear-gradient(to top, rgba(255,255,255,1) 85%, rgba(255,255,255,0)); justify-content: center; display: none; }
/* The magic: only show when sheet has .active */
.sheet.active .fixed-bottom-cta { display: flex; animation: fadeInUp 0.3s ease forwards; }
.btn-cta-big { width: 100%; max-width: 600px; padding: 18px; border: none; border-radius: 22px; background: linear-gradient(135deg, #6c5ce7, #a29bfe); color: white; font-size: 1.15rem; font-weight: 900; box-shadow: 0 10px 30px rgba(108, 92, 231, 0.4); cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; transition: 0.3s; animation: ctaPulse 2s infinite; }
.btn-cta-big:active { transform: scale(0.96); animation: none; }