@import"/fonts/Vazir/Vazirmatn-font-face.css?v=1.0.0";:root{color-scheme:light;--font-persian: "Vazirmatn", sans-serif;--primary: #2563eb;--primary-dark: #1d4ed8;--primary-light: #60a5fa;--secondary: #fbbf24;--secondary-dark: #f59e0b;--secondary-light: #fcd34d;--accent: #3b82f6;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--bg-card: #ffffff;--bg-card-hover: #f8fafc;--border: #e2e8f0;--border-hover: #cbd5e1;--border-accent: rgba(37, 99, 235, .1);--border-accent-hover: rgba(37, 99, 235, .2);--border-gold: rgba(251, 191, 36, .2);--border-gold-hover: rgba(251, 191, 36, .4);--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--text-inverse: #ffffff;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(37, 99, 235, .1), 0 4px 6px -2px rgba(37, 99, 235, .05);--shadow-xl: 0 20px 25px -5px rgba(37, 99, 235, .15), 0 10px 10px -5px rgba(37, 99, 235, .05);--glow-primary: 0 0 20px rgba(37, 99, 235, .1);--glow-secondary: 0 0 20px rgba(251, 191, 36, .2);--gradient-primary: linear-gradient(135deg, #2563eb, #3b82f6);--gradient-logo: linear-gradient(135deg, #2563eb, #3b82f6);--gradient-primary-soft: linear-gradient(135deg, rgba(37, 99, 235, .08), rgba(59, 130, 246, .08));--gradient-card: linear-gradient(135deg, rgba(37, 99, 235, .02), rgba(251, 191, 36, .02));--gradient-overlay: linear-gradient(135deg, rgba(37, 99, 235, .04), rgba(251, 191, 36, .04))}[data-theme=dark]{color-scheme:dark;--primary: #67a7ff;--primary-dark: #3b82f6;--primary-light: #9fc6ff;--secondary: #2dd4bf;--secondary-dark: #14b8a6;--secondary-light: #5eead4;--accent: #67a7ff;--bg-primary: #0a1120;--bg-secondary: #0e192b;--bg-tertiary: #15243a;--bg-card: rgba(20, 35, 57, .78);--bg-card-hover: rgba(27, 47, 75, .88);--border: rgba(148, 163, 184, .14);--border-hover: rgba(148, 163, 184, .28);--border-accent: rgba(103, 167, 255, .2);--border-accent-hover: rgba(103, 167, 255, .4);--border-gold: rgba(45, 212, 191, .22);--border-gold-hover: rgba(45, 212, 191, .42);--text-primary: #f4f8ff;--text-secondary: #c4d0e0;--text-muted: #91a3bb;--text-inverse: #06101f;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .5), 0 4px 6px -2px rgba(0, 0, 0, .4);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .6), 0 10px 10px -5px rgba(0, 0, 0, .5);--glow-primary: 0 0 25px rgba(59, 130, 246, .2);--glow-secondary: 0 0 25px rgba(45, 212, 191, .2);--gradient-primary: linear-gradient(135deg, #8fc2ff, #4f8df7);--gradient-logo: linear-gradient(135deg, #dcecff, #75adff);--gradient-primary-soft: linear-gradient(135deg, rgba(79, 141, 247, .16), rgba(45, 212, 191, .08));--gradient-card: linear-gradient(135deg, rgba(79, 141, 247, .08), rgba(45, 212, 191, .035));--gradient-overlay: linear-gradient(135deg, rgba(79, 141, 247, .11), rgba(45, 212, 191, .05))}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{direction:rtl;scroll-behavior:smooth}body{font-family:var(--font-persian);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.7;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}a{color:inherit;text-decoration:none}img{max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;text-align:center;margin-bottom:1rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.1rem;color:var(--text-secondary);text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.glass-card{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:var(--shadow-sm)}.feature-card:hover .feature-card-image{transform:scale(1.08)}@media(min-width:601px){.student-section__card,.features-section__card{display:block!important;position:relative!important;isolation:isolate}.student-section__media,.features-section__media{aspect-ratio:16 / 9!important}.student-section__media>div,.features-section__media>div{background:linear-gradient(to top,rgba(3,10,24,.94) 0%,rgba(3,10,24,.62) 42%,transparent 78%)!important}.student-section__content,.features-section__content{position:absolute!important;z-index:1;inset:auto 0 0;padding:3.5rem 1.5rem 1.35rem!important;color:#fff}.student-section__content h3,.features-section__content h3{color:#fff!important}.student-section__content p,.features-section__content p{color:#ffffffe0!important}.features-section__content>div{margin-bottom:.4rem!important}.features-section__content>div>div{display:none!important}}@media(max-width:600px){.student-section,.features-section{padding-block:3.5rem}.student-section__heading{margin-bottom:2rem!important}.student-section__grid,.features-section__grid{gap:.875rem!important}.student-section__card,.features-section__card{display:block!important;min-height:0;position:relative!important;isolation:isolate}.student-section__media,.features-section__media{min-height:0;aspect-ratio:16 / 9!important}.student-section__media>div,.features-section__media>div{background:linear-gradient(to top,rgba(3,10,24,.94) 0%,rgba(3,10,24,.65) 42%,transparent 78%)!important}.student-section__content,.features-section__content{position:absolute!important;z-index:1;inset:auto 0 0;padding:2.4rem .9rem .8rem!important;color:#fff}.student-section__content h3,.features-section__content h3{font-size:.92rem!important;line-height:1.45!important;margin-bottom:.25rem!important;color:#fff!important}.student-section__content p,.features-section__content p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:.78rem!important;line-height:1.55!important;color:#ffffffe0!important}.features-section__content>div{display:block!important;margin-bottom:0!important}.features-section__content>div>div{display:none!important}.student-section__cta{margin-top:-.5rem}.student-section__cta a{width:100%;justify-content:center;padding-block:.8rem!important;font-size:.95rem!important}}@media(max-width:768px){.container{padding-inline:1rem}.section{padding-block:3.75rem}.section-title{font-size:clamp(1.55rem,7vw,1.9rem);line-height:1.45;margin-bottom:.75rem}.section-subtitle{margin-bottom:2rem;font-size:.95rem;line-height:1.85}.site-navbar{min-height:3.6rem;padding-block:.4rem!important;background:color-mix(in srgb,var(--bg-primary) 94%,transparent)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;border-bottom:1px solid var(--border)!important}.site-navbar__inner{min-height:2.8rem}.site-navbar__inner>a{gap:.5rem!important}.site-navbar__inner>a img{width:2rem!important;height:2rem!important;border-radius:.6rem!important}.site-navbar__inner>a span{font-size:1.05rem!important}.site-navbar__mobile-controls{display:flex;align-items:center;gap:.45rem}.mobile-theme-btn,.mobile-menu-btn{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto;width:2.55rem;height:2.55rem;border:1px solid var(--border)!important;border-radius:.7rem;background:var(--bg-card)!important;color:var(--primary);box-shadow:var(--shadow-sm);cursor:pointer}.mobile-menu-btn svg{width:20px;height:20px}.site-navbar__mobile-menu{position:absolute;top:100%;right:0;left:0;max-height:calc(100dvh - 3.6rem);overflow-y:auto;padding:.6rem 1rem .85rem!important;gap:.2rem!important;border-bottom:1px solid var(--border);box-shadow:0 16px 28px #0f172a1f}.site-navbar__mobile-menu>a{min-height:2.65rem;display:flex;align-items:center;padding-inline:.7rem!important;border-bottom:0!important;border-radius:.6rem;font-size:.9rem!important}.site-navbar__mobile-menu>a:not([style*=gradient]):hover{background:var(--bg-secondary)}.site-navbar__mobile-menu>button{min-height:2.7rem;margin-top:.25rem;border-radius:.6rem!important}.site-navbar__mobile-menu>a:last-child{min-height:2.75rem;margin-top:.25rem}.site-navbar__auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;margin-top:.45rem}.site-navbar__auth-actions>a{display:inline-flex!important;align-items:center;justify-content:center;min-height:2.7rem;margin:0!important;padding:.55rem .7rem!important;border:1px solid var(--border)!important;border-radius:.6rem;font-size:.9rem!important}.site-navbar__auth-actions>a:last-child{border-color:var(--primary)!important}.site-footer{padding-block:2.75rem 1.25rem!important}.site-footer .container>div:first-child{grid-template-columns:1fr!important;gap:2rem!important;margin-bottom:2rem!important}.site-footer p,.site-footer li,.site-footer a{font-size:.84rem!important}.site-footer h4{margin-bottom:.85rem!important;font-size:.95rem}.site-page{padding-top:4.1rem!important}.site-page>section:first-child{padding-block:3.5rem 2.75rem!important}.site-page>section:first-child h1{font-size:clamp(1.85rem,8vw,2.35rem)!important;line-height:1.35!important}.site-page>section:first-child p{font-size:.96rem!important;line-height:1.85!important}.site-page .glass-card{border-radius:1rem!important}.site-page--about .glass-card{padding:1.35rem!important}.site-page--legal .glass-card{padding:1.25rem!important}.site-page--legal .glass-card p{font-size:.92rem!important;line-height:1.9!important}.site-page--legal .glass-card h2,.site-page--legal .glass-card h3{line-height:1.55}.site-page--about>.about-hero{padding-block:2.25rem 1.8rem!important}.about-hero__badge{margin-bottom:1rem!important;padding:.32rem .75rem!important;font-size:.75rem!important}.about-hero__title{font-size:1.9rem!important;margin-bottom:.85rem!important}.about-hero__description{font-size:.92rem!important;line-height:1.85!important}.about-hero__trust{display:flex!important;margin-top:1.15rem!important;padding:.45rem .7rem!important;border-radius:.7rem!important;font-size:.74rem!important;line-height:1.6;text-align:right}.site-page--about .section{padding-block:2.35rem}.site-page--about .section-title{margin-bottom:.45rem}.site-page--about .section-subtitle{margin-bottom:1.35rem;font-size:.88rem}.about-mission-grid,.about-values-grid,.about-team-grid{gap:.7rem!important}.about-mission-card{display:grid!important;grid-template-columns:2.35rem minmax(0,1fr);column-gap:.8rem;padding:1rem!important}.about-mission-card>div:first-child{grid-row:span 2;width:2.35rem!important;height:2.35rem!important;margin:0!important;border-radius:.65rem!important}.about-mission-card>div:first-child svg{width:18px;height:18px}.about-mission-card h3{align-self:end;margin-bottom:.2rem!important;font-size:1rem!important}.about-mission-card p{font-size:.82rem;line-height:1.7!important}.about-values-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.about-value-card{padding:.8rem .6rem!important}.about-value-card>div:first-child{width:2.35rem!important;height:2.35rem!important;margin-bottom:.5rem!important}.about-value-card h3{font-size:.92rem!important;margin-bottom:.35rem!important}.about-value-card p{font-size:.76rem!important;line-height:1.65!important}.about-team-grid{grid-template-columns:1fr!important}.about-team-card{display:grid!important;grid-template-columns:2.8rem minmax(0,1fr);column-gap:.75rem;align-items:center;padding:.8rem!important;text-align:right!important}.about-team-card>div:first-child{grid-row:span 3;width:2.8rem!important;height:2.8rem!important;margin:0!important;font-size:.95rem!important}.about-team-card h3{align-self:end;margin-bottom:.08rem!important;font-size:.9rem!important;line-height:1.45}.about-team-card>div:nth-child(2){margin-bottom:.08rem!important;font-size:.76rem!important}.about-team-card p{align-self:start;font-size:.72rem!important;line-height:1.55!important}.about-comparison-wrap{margin-inline:0!important;overflow:visible!important}.about-comparison-table{width:100%!important;min-width:0;table-layout:fixed}.about-comparison-table th{padding:.55rem .22rem!important;font-size:.62rem!important;line-height:1.45;overflow-wrap:anywhere}.about-comparison-table td{padding:.55rem .22rem!important;font-size:.66rem!important;line-height:1.55;overflow-wrap:anywhere}.about-comparison-table th:first-child,.about-comparison-table td:first-child{width:46%;padding-inline:.45rem!important}.about-comparison-table th:not(:first-child),.about-comparison-table td:not(:first-child){width:18%}.about-comparison-table th div{font-size:.55rem!important;line-height:1.35}.about-comparison-table svg{width:14px;height:14px}.about-timeline{padding-right:.1rem}.about-timeline>div:first-child{right:1rem!important}.about-timeline__item{gap:.8rem!important;margin-bottom:.9rem!important;padding-right:2.4rem!important}.about-timeline__item>div:first-child{right:.52rem!important;width:.9rem!important;height:.9rem!important}.about-timeline__item>div:last-child>div:first-child{font-size:.74rem!important}.about-timeline__item>div:last-child>div:last-child{font-size:.85rem!important;line-height:1.7!important}.site-page--contact>.contact-hero{padding-block:2.25rem 1.8rem!important}.contact-hero__badge{margin-bottom:1rem!important;padding:.32rem .75rem!important;font-size:.75rem!important}.contact-hero__title{font-size:1.9rem!important;margin-bottom:.85rem!important}.contact-hero__description{font-size:.92rem!important;line-height:1.8!important}.contact-content{padding-block:2rem 2.5rem!important}.contact-grid{grid-template-columns:1fr!important;gap:1.25rem!important}.contact-form{padding:1.15rem!important;border-radius:1rem!important}.contact-form h2,.contact-info>h2{margin-bottom:1.1rem!important;font-size:1.15rem!important}.contact-form>div{margin-bottom:1rem!important}.contact-subject-picker{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem!important}.contact-subject-picker button{justify-content:center;min-height:2.35rem;padding:.4rem .35rem!important;border-radius:.55rem!important;font-size:.73rem!important}.contact-subject-picker button svg{width:12px;height:12px}.contact-field-row{grid-template-columns:1fr!important;gap:.85rem!important}.contact-form label{margin-bottom:.35rem!important;font-size:.8rem!important}.contact-form input{min-height:2.65rem;padding:.6rem .75rem!important;font-size:.88rem!important}.contact-form textarea{min-height:6.25rem!important;padding:.65rem .75rem!important;font-size:.88rem!important}.contact-form .btn-primary{min-height:3rem;font-size:.92rem}.contact-info{gap:.6rem!important}.contact-info>h2{margin-top:.35rem}.contact-info-card{gap:.7rem!important;padding:.8rem!important;border-radius:.85rem!important}.contact-info-card>div:first-child{width:2.25rem!important;height:2.25rem!important;border-radius:.6rem!important}.contact-info-card>div:first-child svg{width:16px;height:16px}.contact-info-card>div:last-child>div:first-child,.contact-info-card>div:last-child>div:last-child{font-size:.72rem!important}.contact-info-card>div:last-child>div:nth-child(2){margin-bottom:.08rem!important;font-size:.83rem!important;line-height:1.55;overflow-wrap:anywhere}.contact-faq{margin-top:.4rem!important;padding:.9rem!important;border-radius:.85rem!important}.contact-faq h3{margin-bottom:.4rem!important;font-size:.9rem!important}.contact-faq>div{padding-block:.45rem!important;font-size:.76rem!important}.contact-success{padding:1.5rem 1rem!important;border-radius:1rem!important}.contact-success>div:first-child{width:3.5rem!important;height:3.5rem!important;margin-bottom:.85rem!important;font-size:1.7rem!important}.contact-success h2{margin-bottom:.5rem!important;font-size:1.2rem!important}.contact-success p{margin-bottom:1rem!important;font-size:.88rem;line-height:1.75!important}.site-page--legal>.privacy-hero{padding-block:2.2rem 1.75rem!important}.privacy-hero__badge{margin-bottom:.9rem!important;padding:.32rem .72rem!important;font-size:.74rem!important}.privacy-hero__title{margin-bottom:.75rem!important;font-size:1.85rem!important}.privacy-hero__description{margin-bottom:.65rem!important;font-size:.9rem!important;line-height:1.8!important}.privacy-hero__description+p{font-size:.74rem!important}.privacy-summary{padding-block:1.25rem!important}.privacy-summary__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.55rem!important;margin-bottom:0!important}.privacy-summary__item{min-height:3.2rem;padding:.55rem!important;gap:.4rem!important;border-radius:.65rem!important;font-size:.7rem!important;line-height:1.5}.privacy-summary__item span{font-size:.9rem!important}.privacy-content{padding-block:.5rem 2.25rem!important}.privacy-content__list{gap:.85rem!important}.privacy-content__card{padding:1rem!important;border-radius:.9rem!important}.privacy-content__header{gap:.65rem!important;margin-bottom:.85rem!important}.privacy-content__header>div{width:2.3rem!important;height:2.3rem!important;border-radius:.6rem!important}.privacy-content__header svg{width:16px;height:16px}.privacy-content__header h2{font-size:.98rem!important;line-height:1.55}.privacy-content__body{gap:.85rem!important}.privacy-content__body h3{margin-bottom:.25rem!important;font-size:.82rem!important;line-height:1.65}.privacy-content__body p{font-size:.8rem!important;line-height:1.8!important}.privacy-contact-card{padding:1rem!important;border-radius:.85rem!important}.privacy-contact-card h3{margin-bottom:.4rem!important;font-size:1rem!important}.privacy-contact-card p{margin-bottom:.8rem!important;font-size:.82rem!important;line-height:1.7!important}.privacy-contact-card a{min-height:2.6rem;padding:.55rem 1rem!important;font-size:.82rem!important}.auth-wrapper{max-width:30rem!important}.auth-card{padding:1.5rem 1.15rem!important;border-radius:1.15rem!important}.auth-logo{margin-bottom:1.25rem!important}.auth-title{font-size:1.35rem!important}.auth-subtitle{margin-bottom:1.5rem!important;font-size:.85rem!important;line-height:1.75}.form-group{margin-bottom:1rem!important}.form-row{gap:.75rem!important;margin-bottom:1rem!important}.form-input{min-height:2.85rem;padding:.65rem .8rem!important;font-size:.95rem!important}.submit-btn,.secondary-btn{min-height:3rem;padding:.7rem!important;font-size:.95rem!important}.account-card,.admin-card{width:calc(100% - 2rem)!important;margin-inline:auto!important;padding:1.15rem!important;border-radius:1rem!important}.enter-app-hero{padding:1.35rem!important;border-radius:.9rem!important}.enter-app-hero h2,.admin-title{font-size:1.35rem!important}.enter-app-hero p,.ticket-message,.message-content{font-size:.88rem!important;line-height:1.75!important}.enter-app-btn,.buy-subscription-btn,.upsell-btn,.respond-btn,.modal-btn-primary,.modal-btn-secondary{min-height:3rem;font-size:.9rem!important}.tab-buttons{flex-direction:row!important;align-items:stretch!important;overflow-x:auto;justify-content:flex-start!important;padding-bottom:.25rem}.tab-btn{flex:0 0 auto;min-height:2.7rem;font-size:.82rem!important}.content-card,.ticket-item,.ticket-card{padding:1rem!important;border-radius:.9rem!important}.users-table{min-width:42rem;font-size:.76rem!important}.gp-wrap{padding-inline:1rem!important}.gp-title{font-size:1.55rem!important;line-height:1.45}.gp-sub{font-size:.9rem!important;line-height:1.8}.gp-card{padding:1.15rem!important;border-radius:1rem!important}.gp-tier-grid{grid-template-columns:1fr!important}.gp-btn{min-height:3rem;font-size:.92rem!important}.success-card,.failed-card,.cancelled-card{width:calc(100% - 2rem)!important;padding:1.5rem 1.15rem!important;border-radius:1.1rem!important}.success-title,.failed-title,.cancelled-title{font-size:1.45rem!important;line-height:1.45}.success-subtitle,.failed-subtitle,.cancelled-subtitle,.notice-text{font-size:.9rem!important;line-height:1.8!important}.actions{flex-direction:column!important;gap:.7rem!important}.actions>a,.actions>button{width:100%;min-height:3rem;font-size:.9rem!important}}.glass-card:hover{background:var(--bg-card-hover);border-color:var(--border-accent-hover);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:var(--gradient-primary);color:var(--text-inverse);border:none;border-radius:3rem;font-family:var(--font-persian);font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl);filter:brightness(1.05)}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:transparent;color:var(--primary);border:1.5px solid var(--primary);border-radius:3rem;font-family:var(--font-persian);font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-outline:hover{background:var(--gradient-primary-soft);transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--primary-dark)}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.site-navbar__mobile-controls{display:none}.student-carousel--desktop{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;direction:rtl;margin-bottom:.5rem;animation:student-carousel-enter .3s ease-out}.student-carousel--mobile{display:none}.student-carousel__page{display:grid;gap:.875rem;animation:student-carousel-enter .3s ease-out}.student-carousel__dots{display:flex;justify-content:center;gap:.4rem;margin-top:.85rem}.student-carousel__dots--desktop{margin-bottom:1.7rem}.student-carousel__dots button{width:.5rem;height:.5rem;padding:0;border:0;border-radius:99px;background:var(--border-hover);cursor:pointer;transition:width .2s,background .2s}.student-carousel__dots button.is-active{width:1.25rem;background:var(--primary)}@keyframes student-carousel-enter{0%{opacity:0;transform:translateY(.35rem)}to{opacity:1;transform:translateY(0)}}.features-carousel--desktop{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;direction:rtl;margin-bottom:.5rem;animation:student-carousel-enter .3s ease-out}.features-carousel--mobile{display:none}.features-carousel__page{display:grid;gap:.875rem;animation:student-carousel-enter .3s ease-out}.features-carousel__dots{display:flex;justify-content:center;gap:.4rem;margin-top:.85rem}.features-carousel__dots--desktop{margin-bottom:1.7rem}.features-carousel__dots button{width:.5rem;height:.5rem;padding:0;border:0;border-radius:99px;background:var(--border-hover);cursor:pointer;transition:width .2s,background .2s}.features-carousel__dots button.is-active{width:1.25rem;background:var(--primary)}.account-page,.dashboard-flow{min-height:100vh;padding:7rem 1.5rem 3rem;background:var(--bg-secondary)}.account-page--loading{display:flex;align-items:center;justify-content:center;gap:.6rem;color:var(--text-muted)}.account-shell,.dashboard-page{width:min(100%,68rem);margin:0 auto}.account-overview{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:1.35rem;border:1px solid var(--border);border-radius:1rem;background:var(--bg-card);box-shadow:var(--shadow-sm)}.account-profile{display:flex;align-items:center;gap:.85rem;min-width:0}.account-avatar{display:grid;flex:0 0 auto;width:3rem;height:3rem;place-items:center;border-radius:.85rem;color:var(--text-inverse);background:var(--gradient-primary);font-size:1.05rem;font-weight:800}.account-overview h1,.account-app-card h2,.dashboard-page h1,.dashboard-page h2{color:var(--text-primary)}.account-overview h1{font-size:1.1rem}.account-overview p,.dashboard-page p{color:var(--text-muted);font-size:.84rem}.account-overview__eyebrow,.dashboard-page__header>div>p{margin-bottom:.18rem;color:var(--primary)!important;font-size:.75rem!important;font-weight:800}.account-settings{display:grid;width:2.5rem;height:2.5rem;place-items:center;border:1px solid var(--border);border-radius:.7rem;color:var(--text-secondary)}.account-app-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:1.35rem;border-radius:1rem;color:var(--text-inverse);background:var(--gradient-primary)}.account-app-card h2{margin:.1rem 0;color:inherit;font-size:1.15rem}.account-app-card p{color:inherit;opacity:.86;font-size:.84rem}.account-app-card .account-overview__eyebrow{color:inherit!important;opacity:.8}.account-app-card button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;flex:0 0 auto;min-height:2.8rem;padding:.65rem 1rem;border:0;border-radius:.7rem;background:var(--bg-card);color:var(--primary);font:800 .85rem var(--font-persian);cursor:pointer}.account-status-card{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem;padding:1rem 1.15rem;border:1px solid var(--border);border-radius:.9rem;background:var(--bg-card)}.account-status-card>div{flex:1;min-width:0}.account-status-card strong{display:block;color:var(--text-primary);font-size:.85rem}.account-status-card a{display:inline-flex;align-items:center;gap:.2rem;flex:0 0 auto;color:var(--primary);font-size:.78rem;font-weight:700}.account-widgets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-bottom:1rem}.account-widget{display:flex;align-items:center;gap:.65rem;min-height:5.5rem;padding:1rem;border:1px solid var(--border);border-radius:.95rem;background:var(--bg-card);transition:border-color .2s,transform .2s}.account-widget:hover{transform:translateY(-2px);border-color:var(--border-accent-hover)}.account-widget__icon{display:grid;flex:0 0 auto;width:2.3rem;height:2.3rem;place-items:center;border-radius:.65rem;background:var(--gradient-primary-soft);color:var(--primary)}.account-widget--teal .account-widget__icon{color:var(--secondary)}.account-widget--gold .account-widget__icon{color:#d97706}.account-widget__copy{min-width:0;flex:1}.account-widget__copy strong,.account-widget__copy small{display:block}.account-widget__copy strong{color:var(--text-primary);font-size:.88rem}.account-widget__copy small{margin-top:.15rem;color:var(--text-muted);font-size:.72rem;line-height:1.5}.account-widget__arrow{color:var(--text-muted)}.account-details{margin-bottom:.75rem;padding:1rem 1.15rem;border:1px solid var(--border);border-radius:.9rem;background:var(--bg-card)}.account-details__heading{display:flex;align-items:center;gap:.45rem;margin-bottom:.55rem;color:var(--text-primary)}.account-details__heading h2{font-size:.9rem}.account-details>div:not(.account-details__heading){display:flex;justify-content:space-between;gap:1rem;padding-top:.55rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.8rem}.account-details strong{color:var(--text-primary);font-size:.82rem}.account-signout{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .15rem;border:0;background:transparent;color:var(--text-muted);font:700 .8rem var(--font-persian);cursor:pointer}.dashboard-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.dashboard-page__header h1{font-size:clamp(1.35rem,3vw,1.75rem)}.dashboard-page__header span{display:block;max-width:38rem;margin-top:.35rem;color:var(--text-secondary);font-size:.9rem;line-height:1.7}.account-back-link{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;width:fit-content;min-height:2.5rem;padding:.5rem .8rem;border:1px solid var(--border);border-radius:.65rem;color:var(--primary);background:var(--bg-card);box-shadow:var(--shadow-sm);font-size:.82rem;font-weight:800;transition:border-color .2s,transform .2s}.account-back-link:hover{border-color:var(--primary);transform:translate(.15rem)}.dashboard-flow--subscription .account-back-link{margin-bottom:1rem}.ticket-compose,.invoice-card,.support-ticket,.dashboard-empty{border:1px solid var(--border);border-radius:1rem;background:var(--bg-card);box-shadow:var(--shadow-sm)}.ticket-compose{padding:1.25rem;margin-bottom:1rem}.ticket-compose>div{display:flex;align-items:center;gap:.45rem;margin-bottom:.85rem;color:var(--text-primary)}.ticket-compose h2{font-size:1rem}.ticket-compose form{display:grid;grid-template-columns:1fr auto;gap:.65rem}.ticket-compose input,.ticket-compose textarea{width:100%;padding:.7rem .8rem;border:1px solid var(--border);border-radius:.65rem;color:var(--text-primary);background:var(--bg-secondary);font:.86rem var(--font-persian)}.ticket-compose textarea{grid-column:1 / -1;resize:vertical}.ticket-compose button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-width:7rem;border:0;border-radius:.65rem;color:var(--text-inverse);background:var(--gradient-primary);font:800 .85rem var(--font-persian);cursor:pointer}.ticket-list,.invoice-list{display:grid;gap:.75rem}.support-ticket{padding:1rem 1.15rem}.support-ticket header,.invoice-card{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.support-ticket h2,.invoice-card h2{font-size:.95rem}.support-ticket>p{margin-top:.7rem;color:var(--text-secondary);font-size:.85rem;line-height:1.75}.support-ticket__status,.invoice-card__status{padding:.2rem .55rem;border-radius:999px;font-size:.7rem;font-weight:800;white-space:nowrap}.support-ticket__status--open,.invoice-card__status--pending{color:#d97706;background:#f59e0b1f}.support-ticket__status--in-progress{color:var(--primary);background:var(--gradient-primary-soft)}.support-ticket__status--closed,.invoice-card__status--verified{color:#16a34a;background:#22c55e1a}.invoice-card__status--failed,.invoice-card__status--cancelled{color:#dc2626;background:#ef44441a}.support-ticket__response{margin-top:.75rem;padding:.7rem;border-radius:.65rem;background:var(--bg-secondary)}.support-ticket__response strong{color:var(--primary);font-size:.78rem}.support-ticket__response p{margin-top:.25rem;color:var(--text-secondary);font-size:.82rem;line-height:1.65}.invoice-card{padding:1rem 1.15rem;align-items:center}.invoice-card>div{flex:1}.invoice-card p,.invoice-card small{display:block;margin-top:.2rem;color:var(--text-muted);font-size:.76rem}.invoice-card>strong{color:var(--text-primary);direction:ltr;white-space:nowrap;font-size:.9rem}.dashboard-empty{display:grid;place-items:center;gap:.5rem;padding:3rem 1rem;text-align:center;color:var(--text-muted)}.dashboard-empty h2{font-size:1rem}.dashboard-empty a{color:var(--primary);font-size:.85rem;font-weight:800}.dashboard-loading{color:var(--text-muted)}.account-spinner{animation:account-spin 1s linear infinite}@keyframes account-spin{to{transform:rotate(360deg)}}@media(max-width:700px){.account-page,.dashboard-flow{padding:4.5rem .85rem 1.5rem}.account-overview{padding:1rem}.account-app-card{align-items:flex-start;flex-direction:column;padding:1rem}.account-app-card button{width:100%}.account-widgets{grid-template-columns:1fr;gap:.6rem}.account-widget{min-height:4.3rem;padding:.8rem}.dashboard-page__header{align-items:flex-start;flex-direction:column;gap:.45rem;margin-bottom:1rem}.ticket-compose{padding:1rem}.ticket-compose form{grid-template-columns:1fr}.ticket-compose button{min-height:2.75rem;width:100%}.invoice-card{display:grid;grid-template-columns:auto minmax(0,1fr);padding:.85rem}.invoice-card>strong{grid-column:2}.support-ticket{padding:.9rem}}@media(max-width:768px){.site-navbar__mobile-controls{display:flex!important}}.pricing-section{background:linear-gradient(180deg,var(--bg-secondary),var(--gradient-card) 28rem,var(--bg-primary))}.pricing-section__intro{margin-bottom:2.25rem}.pricing-section__intro .section-subtitle{margin-bottom:0}.pricing-control-row{display:flex;align-items:center;justify-content:center;gap:.85rem;margin-bottom:1.5rem}.pricing-control-row .pricing-audience-switch{width:min(100%,20rem);margin:0}.pricing-control-row .pricing-duration-picker{margin:0}.pricing-audience-switch{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,30rem);margin:0 auto 3rem;padding:.35rem;border:1px solid var(--border);border-radius:1rem;background:color-mix(in srgb,var(--bg-card) 94%,transparent);box-shadow:var(--shadow-md)}.pricing-audience-switch button{position:relative;z-index:1;display:inline-flex;justify-content:center;align-items:center;gap:.55rem;min-height:3.15rem;border:0;border-radius:.72rem;color:var(--text-muted);background:transparent;font:800 1rem var(--font-persian);cursor:pointer;transition:color .25s ease}.pricing-audience-switch button.is-active{color:var(--text-primary)}.pricing-audience-switch__indicator{position:absolute;top:.35rem;bottom:.35rem;width:calc(50% - .35rem);border-radius:.72rem;background:var(--gradient-primary-soft);border:1px solid var(--border-accent);box-shadow:0 3px 12px #2563eb1a;transition:transform .32s cubic-bezier(.2,.8,.2,1)}.pricing-audience-switch__indicator--student{right:.35rem}.pricing-audience-switch__indicator--physician{transform:translate(-100%);right:.35rem}.pricing-panel{animation:pricing-panel-in .28s ease both}.pricing-panel__heading{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:.45rem;margin-bottom:1.25rem;color:var(--text-secondary);font-size:1.1rem;font-weight:800}.pricing-panel__heading small{color:var(--text-muted);font-size:.8rem;font-weight:500}.pricing-duration-picker{display:flex;width:fit-content;max-width:100%;margin:0 auto 1.75rem;padding:.3rem;overflow-x:auto;border:1px solid var(--border);border-radius:.9rem;background:var(--bg-card);box-shadow:var(--shadow-sm);scrollbar-width:none}.pricing-duration-picker::-webkit-scrollbar{display:none}.pricing-duration-picker button{flex:0 0 auto;min-height:2.65rem;padding:.65rem 1.1rem;border:0;border-radius:.65rem;color:var(--text-secondary);background:transparent;font:700 .84rem var(--font-persian);white-space:nowrap;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.pricing-duration-picker button.is-selected{color:var(--text-primary);background:var(--gradient-primary-soft);box-shadow:var(--shadow-sm)}.pricing-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;max-width:68rem;margin:0 auto;align-items:stretch}.pricing-layout--single{grid-template-columns:1fr;max-width:40rem}.pricing-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:clamp(1.5rem,3vw,2.25rem);overflow:hidden;border:1px solid var(--border);border-radius:1.35rem;background:linear-gradient(145deg,color-mix(in srgb,var(--bg-card) 98%,white 2%),var(--bg-card));box-shadow:var(--shadow-md);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.pricing-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--gradient-primary);opacity:.7}.pricing-card:hover{transform:translateY(-4px);border-color:var(--border-accent-hover);box-shadow:var(--shadow-xl)}.pricing-card--featured{border-color:var(--border-gold);box-shadow:0 16px 38px #94a3b829}.pricing-card--free{border-color:#94a3b88c;background:linear-gradient(145deg,color-mix(in srgb,var(--bg-card) 94%,#cbd5e1 6%),var(--bg-card));box-shadow:var(--shadow-sm)}.pricing-card--free:before{background:linear-gradient(90deg,#94a3b8,#cbd5e1);opacity:1}.pricing-card--free .pricing-card__header>span{color:#64748b}.pricing-card--free .pricing-feature-list__check{background:#94a3b829;color:#64748b}.pricing-card__badge{position:absolute;top:1rem;inset-inline-end:1rem;padding:.2rem .7rem;border-radius:999px;background:var(--secondary);color:#fff;font-size:.72rem;font-weight:800}.pricing-card__group-badge{position:absolute;top:1rem;inset-inline-start:1rem;z-index:1;padding:.22rem .65rem;border:1px solid var(--border-accent);border-radius:999px;color:var(--primary);background:var(--gradient-primary-soft);font-size:.7rem;font-weight:800;transition:transform .2s,border-color .2s}.pricing-card__group-badge:hover{border-color:var(--primary);transform:translateY(-1px)}.pricing-card--student .pricing-card__header{padding-top:1.4rem}.pricing-card__header{padding-bottom:1.35rem;border-bottom:1px solid var(--border)}.pricing-card__header>span{display:block;margin-bottom:.2rem;color:var(--primary);font-size:.8rem;font-weight:700}.pricing-card__header h3{margin-bottom:.3rem;color:var(--text-primary);font-size:clamp(1.45rem,2.2vw,1.7rem);font-weight:800}.pricing-card__header p{color:var(--text-muted);font-size:.8rem}.pricing-card__price{min-height:7.5rem;padding:1.5rem 0}.pricing-card__price>p{margin-top:.3rem;color:var(--text-muted);font-size:.82rem}.pricing-card__price strong{margin-right:.5rem;color:#22c55e;font-weight:800}.pricing-card__price small{display:block;margin-top:.45rem;color:var(--text-muted);font-size:.74rem;line-height:1.65}.pricing-card__selected-price,.pricing-card__contact-price{color:var(--secondary)!important;font-size:1.1rem!important;font-weight:800;line-height:1.7}.pricing-card__contact-price{font-size:clamp(1.4rem,3vw,1.8rem)!important}.pricing-card__free-price{margin:0!important;color:#64748b!important;font-size:clamp(1.55rem,3vw,2rem)!important;font-weight:800}.pricing-card__free-price small{display:inline;margin:0;font-size:.8rem;font-weight:500}.pricing-card__discount{padding:.7rem .8rem 0;border:1px dashed var(--border);border-radius:.75rem;background:var(--bg-secondary)}.pricing-card__discount input,.pricing-card__discount button{min-height:2.55rem}.pricing-buy-button,.pricing-contact-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;width:100%;min-height:3.35rem;margin:1rem 0 1.6rem;border:0;border-radius:.85rem;background:var(--gradient-primary);color:var(--text-inverse);font:800 1rem var(--font-persian);cursor:pointer;box-shadow:0 8px 18px #2563eb33;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.pricing-buy-button:hover:not(:disabled),.pricing-contact-button:hover{transform:translateY(-2px);filter:brightness(1.05)}.pricing-buy-button:disabled{cursor:wait;opacity:.7}.pricing-contact-button{border:1px solid var(--secondary);background:transparent;color:var(--secondary);box-shadow:none}.pricing-free-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:3.35rem;margin:1rem 0 1.6rem;border:1px solid #94a3b8;border-radius:.85rem;color:#64748b;background:#94a3b81a;font-size:1rem;font-weight:800;transition:transform .2s ease,background .2s ease}.pricing-free-button:hover{transform:translateY(-2px);background:#94a3b82e}.pricing-feature-list{display:grid;gap:.72rem;padding-top:1.5rem;border-top:1px solid var(--border);list-style:none}.pricing-feature-list li{display:flex;align-items:flex-start;gap:.55rem;color:var(--text-secondary);font-size:.84rem;line-height:1.65}.pricing-feature-list__check{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;margin-top:.08rem;border-radius:50%;background:var(--gradient-primary-soft);color:var(--primary)}.pricing-card__disclaimer{margin-top:1.25rem;padding:.75rem;border:1px solid var(--border);border-radius:.55rem;color:var(--text-muted);background:var(--bg-secondary);font-size:.74rem;line-height:1.7}.pricing-section__note{margin-top:2rem;color:var(--text-muted);text-align:center;font-size:.875rem}.pricing-spinner{animation:pricing-spin 1s linear infinite}@keyframes pricing-spin{to{transform:rotate(360deg)}}@keyframes pricing-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(min-width:901px){.pricing-layout{max-width:70rem}.pricing-layout--single{max-width:64rem}.pricing-card{padding:2rem}}@media(min-width:601px)and (max-width:900px){.pricing-layout{grid-template-columns:1fr;max-width:34rem}.pricing-layout--single{max-width:34rem}}@media(max-width:600px){.pricing-section{padding-block:3.5rem}.pricing-control-row{flex-direction:column;gap:.8rem;margin-bottom:1.25rem}.pricing-audience-switch{margin-bottom:0}.pricing-audience-switch button{min-height:3rem;font-size:.94rem}.pricing-panel__heading{justify-content:flex-start}.pricing-duration-picker{width:100%;margin-bottom:0}.pricing-duration-picker button{flex:1 0 auto;padding-inline:.85rem}.pricing-layout{grid-template-columns:1fr;gap:1rem}.pricing-card{padding:1.35rem;border-radius:1.1rem}.pricing-card:hover{transform:none}.pricing-card__price{min-height:auto;padding-block:1.25rem}.pricing-buy-button,.pricing-contact-button{min-height:3.25rem;margin-bottom:1.35rem}.pricing-feature-list{gap:.65rem;padding-top:1.25rem}}@media(max-width:600px){.comparison-section{padding-block:3.5rem}.comparison-section .section-title{font-size:1.7rem;line-height:1.45;margin-bottom:.7rem}.comparison-section .section-subtitle{margin-bottom:1.75rem;font-size:.94rem;line-height:1.9}.comparison-section__table-wrap{margin-inline:-.1rem!important}.comparison-section__table th{padding:.75rem .55rem!important;font-size:.72rem!important;line-height:1.55}.comparison-section__table td{padding:.75rem .55rem!important;font-size:.78rem!important;line-height:1.7}.comparison-section__table th:first-child,.comparison-section__table td:first-child{width:55%}.comparison-section__table svg{width:18px;height:18px}.comparison-section__footer{margin-top:1.25rem!important}.comparison-section__footer>div:first-child{display:flex!important;width:100%;justify-content:center;padding:.5rem .8rem!important;font-size:.76rem!important;line-height:1.6;text-align:right}.comparison-section__footer a{font-size:.85rem!important}.cta-section{padding-block:4rem!important}.cta-section__eyebrow{margin-bottom:1.15rem!important;padding:.35rem .75rem!important;font-size:.75rem!important}.cta-section__title{font-size:2rem!important;line-height:1.35!important;margin-bottom:.9rem!important}.cta-section__description{max-width:31rem;margin-bottom:1.8rem!important;font-size:.95rem!important;line-height:1.85!important}.cta-section__primary-action{margin-bottom:.85rem!important}.cta-section__primary-action a{display:flex!important;justify-content:center;width:100%;min-height:3.4rem;padding:.9rem 1rem!important;border-radius:.85rem!important;font-size:1rem!important}.cta-section__secondary-action{margin-bottom:2.25rem!important}.cta-section__secondary-action a{width:100%;justify-content:center;min-height:3.1rem;padding:.8rem 1rem!important;font-size:.92rem!important}.cta-section__proof{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem!important;margin-bottom:1.5rem!important;text-align:right}.cta-section__proof>div{align-items:flex-start!important;gap:.4rem!important;font-size:.75rem!important;line-height:1.65}.cta-section__proof svg{flex:0 0 auto;width:15px;height:15px;margin-top:.18rem}.cta-section__trust{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1rem!important;text-align:right}.cta-section__trust>div{gap:.35rem!important;color:var(--text-muted);font-size:.75rem!important;white-space:nowrap}}@media(max-width:700px){.student-carousel--desktop,.student-carousel__dots--desktop,.features-carousel--desktop,.features-carousel__dots--desktop{display:none}.student-carousel--mobile,.features-carousel--mobile{display:block;margin-bottom:2rem}}@media(min-width:701px)and (max-width:980px){.student-carousel--desktop,.features-carousel--desktop{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:701px){.student-section__media,.features-section__media{aspect-ratio:16 / 9!important}.student-section__media>div,.features-section__media>div{background:linear-gradient(to bottom,transparent 55%,color-mix(in srgb,var(--bg-card) 82%,transparent))!important}.student-section__content,.features-section__content{position:static!important;padding:1.15rem 1.2rem 1.3rem!important;color:var(--text-primary)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--primary) 3%,var(--bg-card)),var(--bg-card) 2.5rem)!important}.student-section__content h3,.features-section__content h3{color:var(--text-primary)!important}.student-section__content p,.features-section__content p{color:var(--text-secondary)!important}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #94a3b84d}50%{box-shadow:0 0 40px #94a3b899}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.float-animation{animation:float 4s ease-in-out infinite}.home-hero{min-height:min(800px,100vh);display:flex;align-items:center;position:relative;isolation:isolate;overflow:hidden;padding:8.5rem 0 4rem}.home-hero__aurora,.home-hero__grid{position:absolute;inset:0;pointer-events:none}.hero-canvas{position:absolute;inset:0;z-index:-2;width:100%;height:100%;pointer-events:none;opacity:.78;filter:blur(.15px)}.home-hero__aurora{z-index:-3;background:radial-gradient(ellipse 45% 65% at 76% 47%,rgba(37,99,235,.14),transparent 70%),radial-gradient(ellipse 40% 45% at 20% 80%,rgba(20,184,166,.08),transparent 72%)}.home-hero__grid{z-index:-1;opacity:.45;background-image:linear-gradient(var(--border-accent) 1px,transparent 1px),linear-gradient(90deg,var(--border-accent) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:linear-gradient(to bottom,transparent,black 15%,black 78%,transparent);mask-image:linear-gradient(to bottom,transparent,black 15%,black 78%,transparent)}.home-hero__content{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);align-items:center;gap:clamp(2rem,7vw,7rem)}.home-hero__copy{max-width:680px}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;color:var(--primary);border:1px solid var(--border-accent);background:var(--gradient-primary-soft);border-radius:99px;padding:.42rem .8rem;font-size:.79rem;font-weight:700}.eyebrow__dot{width:.42rem;height:.42rem;background:#14b8a6;box-shadow:0 0 0 4px #14b8a61f;border-radius:50%}.home-hero__title{margin:1.35rem 0 1.2rem;color:var(--text-primary);max-width:700px;font-size:clamp(2.25rem,5vw,4.25rem);font-weight:900;line-height:1.2;letter-spacing:-.04em}.home-hero__title span{display:block;color:var(--primary)}.home-hero__lead{max-width:620px;margin-bottom:1.8rem;color:var(--text-secondary);font-size:clamp(1rem,1.5vw,1.12rem);line-height:2.05}.home-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.home-button,.home-video-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:.48rem;border-radius:.78rem;padding:.72rem 1.1rem;font:700 .92rem var(--font-persian);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.home-button:hover,.home-video-button:hover{transform:translateY(-2px)}.home-button--primary{background:var(--gradient-primary);color:var(--text-inverse);box-shadow:0 10px 24px #2563eb33}.home-button--secondary{color:var(--primary);border:1px solid var(--border-accent-hover);background:color-mix(in srgb,var(--bg-card) 82%,transparent)}.home-video-button{color:var(--text-secondary);background:transparent;border:0;padding-inline:.45rem}.home-hero__proof{display:flex;flex-wrap:wrap;gap:.65rem 1.1rem;margin-top:1.8rem;color:var(--text-secondary);font-size:.79rem}.home-hero__proof div{display:inline-flex;align-items:center;gap:.35rem}.home-hero__proof svg{color:#0f9f8d}.home-hero__disclaimer{max-width:640px;border-right:2px solid var(--border-accent-hover);color:var(--text-muted);margin-top:1.2rem;padding-right:.75rem;font-size:.74rem;line-height:1.85}.home-hero__product{width:min(100%,410px);justify-self:end;overflow:hidden;border:1px solid var(--border-accent-hover);border-radius:1.25rem;background:color-mix(in srgb,var(--bg-card) 82%,transparent);box-shadow:0 24px 70px #0f172a24;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transform:perspective(1000px) rotateY(-5deg) rotateX(2deg)}.product-preview__bar{height:46px;display:flex;direction:ltr;align-items:center;gap:.34rem;padding:0 1rem;border-bottom:1px solid var(--border)}.product-preview__bar span{width:.48rem;height:.48rem;border-radius:50%;background:var(--border-hover)}.product-preview__bar span:first-child{background:#ef8686}.product-preview__bar span:nth-child(2){background:#eebd55}.product-preview__bar b{direction:rtl;margin-right:auto;color:var(--text-muted);font-size:.7rem}.product-preview__body{padding:1.35rem}.product-preview__label{color:var(--text-muted);font-size:.72rem;font-weight:700}.product-preview__query{margin:.5rem 0 1rem;border:1px solid var(--border);border-radius:.65rem;padding:.72rem .8rem;color:var(--text-primary);font-size:.86rem}.product-preview__answer{padding:.9rem;border-radius:.75rem;background:var(--gradient-primary-soft);border:1px solid var(--border-accent);color:var(--text-primary);font-size:.82rem;font-weight:700}.product-preview__status{display:inline-block;width:.45rem;height:.45rem;margin-left:.35rem;border-radius:50%;background:#14b8a6}.product-preview__answer p{margin-top:.5rem;color:var(--text-secondary);font-size:.75rem;font-weight:400;line-height:1.8}.product-preview__chips{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.product-preview__chips span{border:1px solid var(--border);border-radius:99px;padding:.23rem .55rem;color:var(--text-muted);font-size:.68rem}.home-value-strip{border-block:1px solid var(--border);background:var(--bg-secondary)}.home-value-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}.home-value-strip__item{display:flex;align-items:center;gap:.7rem;min-height:112px;padding:1.25rem;border-inline-start:1px solid var(--border)}.home-value-strip__item:first-child{border-inline-start:0}.home-value-strip__item svg{flex:0 0 auto;color:var(--primary)}.home-value-strip__item strong,.home-value-strip__item span{display:block}.home-value-strip__item strong{color:var(--text-primary);font-size:.92rem}.home-value-strip__item span{margin-top:.15rem;color:var(--text-muted);font-size:.73rem;line-height:1.65}.group-purchase-callout{width:min(100%,58rem);margin:1.5rem auto 0}.group-purchase-callout__card{display:flex;align-items:center;gap:1rem;padding:1rem 1.15rem;border:1px solid var(--border-accent);border-radius:1rem;background:linear-gradient(110deg,var(--gradient-primary-soft),var(--bg-card) 55%);box-shadow:var(--shadow-sm)}.group-purchase-callout__icon{display:grid;flex:0 0 auto;width:3rem;height:3rem;place-items:center;border-radius:.8rem;color:var(--primary);background:var(--bg-card)}.group-purchase-callout__copy{min-width:0;flex:1}.group-purchase-callout__copy strong,.group-purchase-callout__copy span{display:block}.group-purchase-callout__copy strong{color:var(--text-primary);font-size:.98rem}.group-purchase-callout__copy span{margin-top:.18rem;color:var(--text-secondary);font-size:.83rem}.group-purchase-callout__button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;flex:0 0 auto;min-height:2.7rem;padding:.55rem 1rem;border-radius:.7rem;color:var(--text-inverse);background:var(--gradient-primary);font-size:.82rem;font-weight:800;white-space:nowrap;transition:transform .2s,box-shadow .2s}.group-purchase-callout__button:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.home-modal{position:fixed;inset:0;z-index:1100;display:grid;place-items:center;padding:1rem;background:#020617d1}.home-modal__content{position:relative;width:min(900px,100%);overflow:hidden;border-radius:1rem;background:#000}.home-modal__content video{display:block;width:100%}.home-modal__content button{position:absolute;z-index:1;top:.75rem;left:.75rem;border:0;border-radius:50%;padding:.45rem;color:#fff;background:#0009;cursor:pointer}.spin{animation:spin 1s linear infinite}@media(max-width:900px){.home-hero{min-height:auto;padding-block:7.5rem 3rem}.home-hero__content{grid-template-columns:1fr}.home-hero__product{justify-self:center;width:min(100%,480px);transform:none}.home-value-strip__grid{grid-template-columns:repeat(2,1fr)}.home-value-strip__item:nth-child(3){border-inline-start:0;border-top:1px solid var(--border)}.home-value-strip__item:nth-child(4){border-top:1px solid var(--border)}}@media(max-width:560px){.container{padding-inline:1.1rem}.home-hero{padding-top:6.8rem}.home-hero__title{font-size:2.2rem}.home-hero__lead{font-size:.96rem}.home-hero__actions{display:grid;grid-template-columns:1fr 1fr}.home-button{padding-inline:.65rem;font-size:.81rem}.home-video-button{grid-column:1 / -1;justify-content:flex-start;min-height:34px}.home-hero__proof{display:grid;gap:.55rem}.home-hero__product{margin-top:.25rem}.home-value-strip__item{min-height:104px;padding:1rem .7rem}.home-value-strip__item strong{font-size:.82rem}.home-value-strip__item span{font-size:.68rem}}@media(max-width:600px){.group-purchase-callout{width:100%;margin-top:1.25rem}.group-purchase-callout__card{display:grid;grid-template-columns:2.7rem minmax(0,1fr);align-items:start;gap:.7rem;padding:.9rem}.group-purchase-callout__icon{width:2.7rem;height:2.7rem;border-radius:.7rem}.group-purchase-callout__copy strong{font-size:.9rem}.group-purchase-callout__copy span{font-size:.76rem;line-height:1.7}.group-purchase-callout__button{grid-column:1 / -1;width:100%;margin-top:.1rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
