@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--green-900:#0d3b0e;--green-800:#1b5e20;--green-700:#2e7d32;--green-600:#388e3c;--green-500:#43a047;--green-400:#66bb6a;--green-300:#81c784;--green-200:#a5d6a7;--green-100:#c8e6c9;--green-50:#e8f5e9;--white:#fff;--gray-50:#f8faf8;--gray-100:#f1f5f1;--gray-200:#e2e8e2;--gray-300:#c5cec5;--gray-400:#94a394;--gray-500:#6b7b6b;--gray-600:#4a5a4a;--gray-700:#374037;--gray-800:#1e241e;--gray-900:#0f120f;--gold:#f9a825;--gold-light:#ffd54f;--error:#e53935;--success:#43a047;--info:#1e88e5;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow-sm:0 1px 3px #0d3b0e0f;--shadow-md:0 4px 14px #0d3b0e14;--shadow-lg:0 10px 40px #0d3b0e1f;--shadow-xl:0 20px 60px #0d3b0e29;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.4s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);background:var(--white);color:var(--gray-800);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);height:72px;transition:var(--transition-normal);background:#ffffffeb;border-bottom:1px solid #0d3b0e0f;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:var(--shadow-md)}.navbar__logo{color:var(--green-800);letter-spacing:-.5px;align-items:center;gap:10px;font-size:1.5rem;font-weight:800;display:flex}.navbar__logo-icon{background:linear-gradient(135deg, var(--green-700), var(--green-500));border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;display:flex;box-shadow:0 2px 8px #2e7d324d}.navbar__links{align-items:center;gap:2rem;list-style:none;display:flex}.navbar__link{color:var(--gray-600);transition:var(--transition-fast);font-size:.95rem;font-weight:500;position:relative}.navbar__link:after{content:"";background:var(--green-600);width:0;height:2px;transition:var(--transition-normal);border-radius:1px;position:absolute;bottom:-4px;left:0}.navbar__link:hover{color:var(--green-700)}.navbar__link:hover:after{width:100%}.navbar__actions{align-items:center;gap:12px;display:flex}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar__hamburger span{background:var(--green-800);width:24px;height:2px;transition:var(--transition-normal);border-radius:2px}.btn{font-family:var(--font-family);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-normal);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-size:.95rem;font-weight:600;display:inline-flex}.btn--primary{background:linear-gradient(135deg, var(--green-700), var(--green-600));color:var(--white);box-shadow:0 3px 12px #2e7d324d}.btn--primary:hover{background:linear-gradient(135deg, var(--green-800), var(--green-700));transform:translateY(-1px);box-shadow:0 5px 20px #2e7d3266}.btn--outline{color:var(--green-700);border:2px solid var(--green-200);background:0 0}.btn--outline:hover{background:var(--green-50);border-color:var(--green-400)}.btn--large{border-radius:var(--radius-lg);padding:14px 36px;font-size:1.05rem}.btn--ghost{color:var(--green-700);background:0 0;padding:10px 20px}.btn--ghost:hover{background:var(--green-50)}.hero{background:var(--white);align-items:center;min-height:100vh;padding:100px 2rem 60px;display:flex;position:relative;overflow:hidden}.hero__bg-pattern{background:linear-gradient(135deg, var(--green-50) 0%, #c8e6c94d 100%);clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%);z-index:0;width:55%;height:100%;position:absolute;top:0;right:0}.hero__floating-shapes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero__shape{opacity:.08;border-radius:50%;animation:8s ease-in-out infinite float;position:absolute}.hero__shape--1{background:var(--green-500);width:300px;height:300px;animation-delay:0s;top:10%;right:20%}.hero__shape--2{background:var(--green-700);width:200px;height:200px;animation-delay:2s;bottom:15%;right:10%}.hero__shape--3{background:var(--green-400);width:150px;height:150px;animation-delay:4s;top:40%;left:5%}@keyframes float{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-20px)rotate(3deg)}66%{transform:translateY(10px)rotate(-2deg)}}.hero__container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}.hero__badge{background:var(--green-50);border:1px solid var(--green-200);border-radius:var(--radius-full);color:var(--green-700);align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;font-size:.85rem;font-weight:600;animation:.6s fadeInUp;display:inline-flex}.hero__badge-dot{background:var(--green-500);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.hero__title{color:var(--gray-900);letter-spacing:-1.5px;margin-bottom:20px;font-size:3.5rem;font-weight:900;line-height:1.1;animation:.6s .1s both fadeInUp}.hero__title span{background:linear-gradient(135deg, var(--green-700), var(--green-500));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__desc{color:var(--gray-500);max-width:520px;margin-bottom:36px;font-size:1.15rem;line-height:1.7;animation:.6s .2s both fadeInUp}.hero__actions{align-items:center;gap:16px;animation:.6s .3s both fadeInUp;display:flex}.hero__stats{gap:40px;margin-top:48px;animation:.6s .4s both fadeInUp;display:flex}.hero__stat{flex-direction:column;display:flex}.hero__stat-number{color:var(--green-700);letter-spacing:-1px;font-size:2rem;font-weight:800}.hero__stat-label{color:var(--gray-400);font-size:.85rem;font-weight:500}.hero__visual{animation:.8s .3s both fadeInRight;position:relative}.hero__dashboard-preview{background:var(--white);border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-xl);border:1px solid var(--gray-200);overflow:hidden}.hero__dashboard-header{background:linear-gradient(135deg, var(--green-800), var(--green-700));align-items:center;gap:8px;padding:16px 20px;display:flex}.hero__dashboard-dot{background:#ffffff4d;border-radius:50%;width:10px;height:10px}.hero__dashboard-dot:first-child{background:#ff5f57}.hero__dashboard-dot:nth-child(2){background:#ffbd2e}.hero__dashboard-dot:nth-child(3){background:#28ca41}.hero__dashboard-body{grid-template-columns:1fr 1fr 1fr;gap:16px;padding:24px;display:grid}.hero__dashboard-card{background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-100);padding:16px}.hero__dashboard-card-label{color:var(--gray-400);margin-bottom:6px;font-size:.75rem;font-weight:500}.hero__dashboard-card-value{color:var(--green-800);font-size:1.3rem;font-weight:700}.hero__dashboard-chart{background:linear-gradient(to top, var(--green-50), transparent);border-radius:var(--radius-md);grid-column:1/-1;height:100px;position:relative;overflow:hidden}.hero__dashboard-chart-bars{align-items:flex-end;gap:8px;height:100%;padding:12px;display:flex}.hero__chart-bar{background:linear-gradient(to top, var(--green-600), var(--green-400));border-radius:4px 4px 0 0;flex:1;min-height:10px;animation:1s both growBar}@keyframes growBar{0%{height:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.section{padding:100px 2rem}.section--gray{background:var(--gray-50)}.section__container{max-width:1200px;margin:0 auto}.section__header{text-align:center;max-width:700px;margin:0 auto 60px}.section__badge{background:var(--green-50);border-radius:var(--radius-full);color:var(--green-700);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;margin-bottom:16px;padding:5px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.section__title{color:var(--gray-900);letter-spacing:-1px;margin-bottom:16px;font-size:2.5rem;font-weight:800}.section__title span{color:var(--green-700)}.section__desc{color:var(--gray-500);font-size:1.1rem;line-height:1.7}.services__grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.service-card{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);transition:var(--transition-slow);padding:40px;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--green-600), var(--green-400));height:4px;transition:var(--transition-slow);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover{border-color:var(--green-200);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.service-card:hover:before{transform:scaleX(1)}.service-card__icon{border-radius:var(--radius-lg);justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;font-size:1.8rem;display:flex}.service-card__icon--gallery{color:#1565c0;background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.service-card__icon--wedding{color:#c62828;background:linear-gradient(135deg,#fce4ec,#f8bbd0)}.service-card__title{color:var(--gray-900);margin-bottom:12px;font-size:1.4rem;font-weight:700}.service-card__desc{color:var(--gray-500);margin-bottom:24px;font-size:.95rem;line-height:1.6}.service-card__features{flex-direction:column;gap:10px;margin-bottom:28px;list-style:none;display:flex}.service-card__feature{color:var(--gray-600);align-items:center;gap:10px;font-size:.9rem;display:flex}.service-card__feature-icon{background:var(--green-100);width:20px;height:20px;color:var(--green-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;display:flex}.features__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.feature-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:var(--transition-slow);text-align:center;padding:32px}.feature-card:hover{border-color:var(--green-200);box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-card__icon{background:var(--green-50);border-radius:var(--radius-md);width:56px;height:56px;color:var(--green-700);justify-content:center;align-items:center;margin:0 auto 20px;font-size:1.5rem;display:flex}.feature-card__title{color:var(--gray-900);margin-bottom:10px;font-size:1.1rem;font-weight:700}.feature-card__desc{color:var(--gray-500);font-size:.9rem;line-height:1.6}.cta{background:linear-gradient(135deg, var(--green-800), var(--green-700));padding:100px 2rem;position:relative;overflow:hidden}.cta__pattern{background-image:radial-gradient(circle at 20%,#ffffff0d 0%,#0000 50%),radial-gradient(circle at 80%,#ffffff08 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.cta__container{text-align:center;z-index:1;max-width:800px;margin:0 auto;position:relative}.cta__title{color:var(--white);letter-spacing:-1px;margin-bottom:20px;font-size:2.5rem;font-weight:800}.cta__desc{color:#ffffffbf;margin-bottom:36px;font-size:1.15rem;line-height:1.7}.cta .btn--primary{background:var(--white);color:var(--green-800);box-shadow:0 4px 20px #0003}.cta .btn--primary:hover{background:var(--gray-50);transform:translateY(-2px);box-shadow:0 6px 30px #0000004d}.footer{background:var(--gray-900);color:var(--gray-400);padding:60px 2rem 30px}.footer__container{max-width:1200px;margin:0 auto}.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.footer__brand-desc{color:var(--gray-400);margin-top:12px;font-size:.9rem;line-height:1.7}.footer__logo{color:var(--white);align-items:center;gap:8px;font-size:1.3rem;font-weight:800;display:flex}.footer__heading{text-transform:uppercase;letter-spacing:1px;color:var(--gray-300);margin-bottom:16px;font-size:.85rem;font-weight:700}.footer__links{flex-direction:column;gap:10px;list-style:none;display:flex}.footer__link{color:var(--gray-400);transition:var(--transition-fast);font-size:.9rem}.footer__link:hover{color:var(--green-400)}.footer__bottom{border-top:1px solid var(--gray-700);justify-content:space-between;align-items:center;padding-top:24px;font-size:.85rem;display:flex}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;background:#fffffffa;flex-direction:column;gap:1rem;padding:2rem;display:none;position:fixed;inset:72px 0 0}.mobile-menu.active{display:flex}.mobile-menu__link{color:var(--gray-700);border-bottom:1px solid var(--gray-100);padding:14px 0;font-size:1.1rem;font-weight:600}@media (max-width:1024px){.hero__container{grid-template-columns:1fr;gap:40px}.hero__visual{max-width:550px;margin:0 auto}.hero__bg-pattern{display:none}.hero__title{font-size:2.8rem}.services__grid{grid-template-columns:1fr}.features__grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width:768px){.navbar__links,.navbar__actions{display:none}.navbar__hamburger{display:flex}.hero{min-height:auto;padding:100px 1.5rem 60px}.hero__title{font-size:2.2rem}.hero__desc{font-size:1rem}.hero__actions{flex-direction:column;align-items:stretch}.hero__stats{gap:24px}.section{padding:60px 1.5rem}.section__title{font-size:1.8rem}.features__grid{grid-template-columns:1fr}.cta__title{font-size:1.8rem}.footer__grid{grid-template-columns:1fr;gap:24px}.footer__bottom{text-align:center;flex-direction:column;gap:12px}}.btn--full{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.auth-page{background:var(--gray-50);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.auth-page__bg-pattern{pointer-events:none;background:radial-gradient(at 20% 0,#2e7d320f 0%,#0000 60%),radial-gradient(at 80% 100%,#388e3c0f 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.auth-card{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:440px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);z-index:1;padding:48px 40px;animation:.5s fadeInUp;position:relative}.auth-card--wide{max-width:540px}.auth-card__logo{color:var(--green-800);justify-content:center;align-items:center;gap:10px;margin-bottom:32px;font-size:1.5rem;font-weight:800;display:flex}.auth-card__logo-icon{background:linear-gradient(135deg, var(--green-700), var(--green-500));border-radius:var(--radius-md);justify-content:center;align-items:center;width:42px;height:42px;font-size:1.3rem;display:flex;box-shadow:0 4px 12px #2e7d324d}.auth-card__title{color:var(--gray-900);text-align:center;letter-spacing:-.5px;margin-bottom:8px;font-size:1.6rem;font-weight:800}.auth-card__subtitle{color:var(--gray-400);text-align:center;margin-bottom:32px;font-size:.95rem}.auth-card__error{border-radius:var(--radius-md);color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;margin-bottom:20px;padding:12px 16px;font-size:.9rem}.auth-form{flex-direction:column;gap:18px;display:flex}.auth-form__row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.auth-form__group{flex-direction:column;gap:6px;display:flex}.auth-form__label{color:var(--gray-700);font-size:.85rem;font-weight:600}.auth-form__input{border:1.5px solid var(--gray-200);border-radius:var(--radius-md);font-size:.95rem;font-family:var(--font-family);color:var(--gray-800);background:var(--white);transition:var(--transition-fast);outline:none;padding:12px 16px}.auth-form__input:focus{border-color:var(--green-400);box-shadow:0 0 0 3px #43a0471f}.auth-form__input::placeholder{color:var(--gray-300)}.auth-form__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.auth-card__footer{text-align:center;color:var(--gray-400);margin-top:24px;font-size:.9rem}.auth-card__link{color:var(--green-600);transition:var(--transition-fast);font-weight:600}.auth-card__link:hover{color:var(--green-800);text-decoration:underline}.verification-code-inputs{justify-content:center;gap:10px;margin:1.5rem 0;display:flex}.verification-code-input{text-align:center;color:#111827;background:#f9fafb;border:2px solid #d1d5db;border-radius:12px;outline:none;width:52px;height:60px;font-family:monospace;font-size:1.5rem;font-weight:700;transition:all .2s}.verification-code-input:focus{background:#fff;border-color:#22c55e;transform:scale(1.05);box-shadow:0 0 0 3px #22c55e26}.verification-code-input:not(:placeholder-shown){background:#f0fdf4;border-color:#22c55e}.auth-page__credits{color:var(--gray-300);z-index:1;margin-top:24px;font-size:.8rem}.page-hero{text-align:center;background:linear-gradient(135deg,#f0fdf4,#ecfdf5,#dcfce7);padding:140px 0 60px;position:relative;overflow:hidden}.page-hero__container{z-index:1;max-width:700px;margin:0 auto;padding:0 24px;position:relative}.page-hero__title{color:var(--gray-900);margin-top:12px;font-size:2.5rem;font-weight:800;line-height:1.2}.page-hero__title span{background:linear-gradient(135deg, var(--green-600), var(--green-500));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.page-hero__desc{color:var(--gray-500);max-width:560px;margin-top:12px;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7}.service-detail{max-width:800px;margin:0 auto}.service-detail__header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.service-detail__icon{background:#f0fdf4;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:2.5rem;display:flex}.service-detail__title{color:var(--gray-900);font-size:1.8rem;font-weight:800}.service-detail__subtitle{color:var(--gray-500);font-size:1rem}.service-detail__desc{color:var(--gray-600);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.service-detail__features{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.service-detail__feature{border:1px solid var(--gray-200);transition:var(--transition-fast);background:#fff;border-radius:12px;gap:12px;padding:16px;display:flex}.service-detail__feature:hover{border-color:var(--green-300);box-shadow:0 4px 12px #22c55e14}.service-detail__feature-icon{color:var(--green-600);flex-shrink:0;margin-top:2px;font-size:1.1rem;font-weight:700}.service-detail__feature strong{color:var(--gray-900);margin-bottom:4px;font-size:.95rem;display:block}.service-detail__feature p{color:var(--gray-500);margin:0;font-size:.85rem;line-height:1.5}.pricing-toggle{border:1px solid var(--gray-200);background:#fff;border-radius:12px;margin-top:1.5rem;padding:4px;display:inline-flex;box-shadow:0 2px 8px #0000000d}.pricing-toggle__btn{color:var(--gray-500);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 24px;font-size:.9rem;font-weight:600;display:flex}.pricing-toggle__btn--active{background:var(--green-600);color:#fff;box-shadow:0 2px 8px #22c55e4d}.pricing-toggle__save{color:#b45309;background:#fef3c7;border-radius:20px;padding:2px 8px;font-size:.7rem;font-weight:700}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;max-width:800px;margin:0 auto;display:grid}.pricing-card{border:2px solid var(--gray-200);text-align:center;transition:var(--transition-fast);background:#fff;border-radius:20px;padding:2rem;position:relative}.pricing-card:hover{border-color:var(--green-300);transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.pricing-card--popular{border-color:var(--green-500);box-shadow:0 8px 30px #22c55e26}.pricing-card__badge{background:linear-gradient(135deg, var(--green-600), var(--green-500));color:#fff;white-space:nowrap;border-radius:20px;padding:6px 20px;font-size:.8rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.pricing-card__icon{margin-bottom:.5rem;font-size:2.5rem}.pricing-card__name{color:var(--gray-900);font-size:1.3rem;font-weight:800}.pricing-card__desc{color:var(--gray-500);margin-top:4px;font-size:.9rem}.pricing-card__price{justify-content:center;align-items:baseline;gap:2px;margin:1.5rem 0 .5rem;display:flex}.pricing-card__currency{color:var(--gray-500);font-size:1.3rem;font-weight:700}.pricing-card__amount{color:var(--gray-900);font-size:3rem;font-weight:900;line-height:1}.pricing-card__period{color:var(--gray-400);font-size:1rem;font-weight:500}.pricing-card__yearly-total{color:var(--gray-400);margin-bottom:.5rem;font-size:.85rem}.pricing-card__features{text-align:left;margin:1.5rem 0;padding:0;list-style:none}.pricing-card__feature{color:var(--gray-700);border-bottom:1px solid var(--gray-100);align-items:center;gap:10px;padding:8px 0;font-size:.9rem;display:flex}.pricing-card__feature:last-child{border-bottom:none}.pricing-card__feature-check{color:var(--green-600);font-weight:700}.pricing-card__cta{margin-top:.5rem}.pricing-faq{max-width:800px;margin-top:4rem;margin-left:auto;margin-right:auto}.pricing-faq__title{color:var(--gray-900);text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:800}.pricing-faq__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.pricing-faq__item{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:1.5rem}.pricing-faq__item h4{color:var(--gray-900);margin-bottom:8px;font-size:.95rem;font-weight:700}.pricing-faq__item p{color:var(--gray-500);margin:0;font-size:.85rem;line-height:1.6}.about-content{max-width:800px;margin:0 auto}.about-block{margin-bottom:3rem}.about-block__title{color:var(--gray-900);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.about-block__text{color:var(--gray-600);font-size:1.05rem;line-height:1.8}.about-stats{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:16px;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:3rem 0;padding:2rem;display:grid}.about-stat{text-align:center}.about-stat__number{color:var(--green-700);font-size:2rem;font-weight:900}.about-stat__label{color:var(--gray-500);margin-top:4px;font-size:.85rem;font-weight:500}.about-values{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.about-value{border:1px solid var(--gray-200);text-align:center;transition:var(--transition-fast);background:#fff;border-radius:12px;padding:1.5rem}.about-value:hover{border-color:var(--green-300);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.about-value__icon{margin-bottom:.5rem;font-size:2rem}.about-value h3{color:var(--gray-900);margin-bottom:4px;font-size:1rem;font-weight:700}.about-value p{color:var(--gray-500);margin:0;font-size:.85rem}.contact-grid{grid-template-columns:1fr 1.5fr;gap:3rem;max-width:900px;margin:0 auto;display:grid}.contact-info__item{border-bottom:1px solid var(--gray-100);gap:1rem;padding:1.25rem 0;display:flex}.contact-info__item:last-child{border-bottom:none}.contact-info__icon{flex-shrink:0;margin-top:2px;font-size:1.5rem}.contact-info__item h3{color:var(--gray-900);margin-bottom:4px;font-size:.95rem;font-weight:700}.contact-info__item p{color:var(--gray-600);margin:0;font-size:.9rem}.contact-form-wrapper{border:1px solid var(--gray-200);background:#fff;border-radius:16px;padding:2rem}.contact-form__title{color:var(--gray-900);margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.contact-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-form__group{margin-bottom:1rem}.contact-form__group label{color:var(--gray-700);margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.contact-form__group input,.contact-form__group textarea{border:1px solid var(--gray-200);width:100%;transition:var(--transition-fast);background:var(--gray-50);border-radius:10px;padding:12px 14px;font-family:inherit;font-size:.9rem}.contact-form__group input:focus,.contact-form__group textarea:focus{border-color:var(--green-500);background:#fff;outline:none;box-shadow:0 0 0 3px #22c55e1a}.contact-form__group textarea{resize:vertical;min-height:120px}.hizmet-cards{flex-direction:column;gap:3rem;max-width:1000px;margin:0 auto;display:flex}.hizmet-card{border:1px solid var(--gray-200);transition:var(--transition-fast);background:#fff;border-radius:20px;grid-template-columns:280px 1fr;align-items:center;gap:2.5rem;padding:2.5rem;display:grid}.hizmet-card:hover{border-color:var(--green-300);transform:translateY(-2px);box-shadow:0 12px 40px #0000000f}.hizmet-card--reverse{direction:rtl}.hizmet-card--reverse>*{direction:ltr}.hizmet-card__visual{border-radius:16px;justify-content:center;align-items:center;min-height:200px;display:flex;position:relative;overflow:hidden}.hizmet-card__visual--gallery{background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.hizmet-card__visual--wedding{background:linear-gradient(135deg,#fef3c7,#fde68a)}.hizmet-card__icon-large{z-index:1;filter:drop-shadow(0 4px 8px #0000001a);font-size:5rem;position:relative}.hizmet-card__icon-bg{background:#ffffff80;border-radius:50%;width:120px;height:120px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hizmet-card__title{color:var(--gray-900);margin-bottom:.75rem;font-size:1.5rem;font-weight:800}.hizmet-card__desc{color:var(--gray-600);margin-bottom:1rem;font-size:.95rem;line-height:1.8}.hizmet-card__highlights{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:1.5rem;display:grid}.hizmet-card__highlight{color:var(--gray-700);background:var(--gray-50);border-radius:8px;align-items:center;gap:8px;padding:6px 10px;font-size:.85rem;font-weight:600;display:flex}.hizmet-card__highlight span{font-size:1rem}.hizmet-card__actions{flex-wrap:wrap;gap:.75rem;display:flex}.detail-features{flex-direction:column;gap:3rem;max-width:900px;margin:0 auto;display:flex}.detail-feature{border:1px solid var(--gray-200);transition:var(--transition-fast);background:#fff;border-radius:16px;grid-template-columns:180px 1fr;align-items:start;gap:2rem;padding:2rem;display:grid}.detail-feature:hover{border-color:var(--green-300);box-shadow:0 8px 24px #0000000d}.detail-feature--reverse{direction:rtl}.detail-feature--reverse>*{direction:ltr}.detail-feature__visual{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:14px;justify-content:center;align-items:center;height:140px;display:flex}.detail-feature__icon{filter:drop-shadow(0 2px 6px #0000001a);font-size:3.5rem}.detail-feature__title{color:var(--gray-900);margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.detail-feature__desc{color:var(--gray-600);margin-bottom:1rem;font-size:.92rem;line-height:1.7}.detail-feature__highlights{grid-template-columns:1fr 1fr;gap:6px;display:grid}.detail-feature__highlight{color:var(--gray-700);align-items:center;gap:8px;font-size:.82rem;font-weight:600;display:flex}.detail-feature__check{color:var(--green-600);font-weight:700}.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:800px;margin:0 auto;display:grid}.step-card{text-align:center;border:1px solid var(--gray-200);transition:var(--transition-fast);background:#fff;border-radius:16px;padding:2rem 1.5rem;position:relative}.step-card:hover{border-color:var(--green-300);transform:translateY(-3px);box-shadow:0 8px 24px #0000000d}.step-card__number{background:linear-gradient(135deg, var(--green-600), var(--green-500));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.2rem;font-weight:800;display:flex;box-shadow:0 4px 12px #22c55e4d}.step-card__title{color:var(--gray-900);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.step-card__desc{color:var(--gray-500);margin:0;font-size:.85rem;line-height:1.6}@media (max-width:768px){.page-hero__title{font-size:1.8rem}.page-hero{padding:120px 0 40px}.service-detail__features,.pricing-grid,.pricing-faq__grid{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr)}.about-values,.contact-grid,.contact-form__row{grid-template-columns:1fr}.service-detail__header{text-align:center;flex-direction:column}.hizmet-card{grid-template-columns:1fr}.hizmet-card--reverse{direction:ltr}.hizmet-card__visual{min-height:160px}.hizmet-card__highlights,.detail-feature{grid-template-columns:1fr}.detail-feature--reverse{direction:ltr}.detail-feature__visual{height:100px}.detail-feature__highlights,.steps-grid{grid-template-columns:1fr}}.panel{background:var(--gray-50);min-height:100vh;display:flex}.panel__sidebar{background:var(--white);border-right:1px solid var(--gray-200);z-index:100;flex-direction:column;width:260px;display:flex;position:fixed;top:0;bottom:0;left:0}.panel__sidebar-header{border-bottom:1px solid var(--gray-100);padding:20px 24px}.panel__logo{color:var(--green-800);align-items:center;gap:10px;font-size:1.3rem;font-weight:800;display:flex}.panel__logo-icon{font-size:1.4rem}.panel__nav{flex-direction:column;flex:1;gap:4px;padding:16px 12px;display:flex;overflow-y:auto}.panel__nav-item{border-radius:var(--radius-md);color:var(--gray-600);transition:var(--transition-fast);align-items:center;gap:12px;padding:11px 16px;font-size:.92rem;font-weight:500;display:flex}.panel__nav-item:hover{background:var(--green-50);color:var(--green-700)}.panel__nav-item--active{background:var(--green-50);color:var(--green-700);font-weight:600}.panel__nav-icon{font-size:1.1rem}.panel__nav-divider{text-transform:uppercase;letter-spacing:1px;color:var(--gray-300);margin-top:8px;padding:12px 16px 6px;font-size:.7rem;font-weight:700}.panel__sidebar-footer{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:16px;display:flex}.panel__user-info{align-items:center;gap:10px;display:flex}.panel__user-avatar{background:linear-gradient(135deg, var(--green-700), var(--green-500));border-radius:var(--radius-md);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:700;display:flex}.panel__user-details{overflow:hidden}.panel__user-name{color:var(--gray-800);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.panel__user-company{color:var(--gray-400);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.panel__logout-btn{cursor:pointer;border-radius:var(--radius-sm);transition:var(--transition-fast);opacity:.6;background:0 0;border:none;padding:6px;font-size:1.2rem}.panel__logout-btn:hover{background:var(--gray-100);opacity:1}.panel__main{flex-direction:column;flex:1;margin-left:260px;display:flex}.panel__header{background:var(--white);border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;height:64px;padding:0 32px;display:flex}.panel__header-title{color:var(--gray-800);font-size:1.1rem;font-weight:600}.panel__header-role{background:var(--green-50);color:var(--green-700);border-radius:var(--radius-full);padding:5px 14px;font-size:.8rem;font-weight:600}.panel__content{flex:1;padding:32px}.panel-loading{min-height:400px;color:var(--gray-400);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.panel-loading__spinner{border:3px solid var(--gray-200);border-top-color:var(--green-600);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}.dashboard__welcome{margin-bottom:32px}.dashboard__welcome-title{color:var(--gray-900);letter-spacing:-.5px;font-size:1.8rem;font-weight:800}.dashboard__welcome-desc{color:var(--gray-400);margin-top:6px;font-size:1rem}.dashboard__stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:36px;display:grid}.dashboard__stat-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:var(--transition-normal);align-items:center;gap:16px;padding:24px;display:flex}.dashboard__stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.dashboard__stat-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;display:flex}.dashboard__stat-value{color:var(--gray-900);letter-spacing:-.5px;font-size:1.6rem;font-weight:800}.dashboard__stat-label{color:var(--gray-400);margin-top:2px;font-size:.8rem;font-weight:500}.dashboard__section{margin-bottom:32px}.dashboard__section-title{color:var(--gray-800);margin-bottom:20px;font-size:1.2rem;font-weight:700}.dashboard__empty{background:var(--white);border-radius:var(--radius-lg);text-align:center;border:1px solid var(--gray-200);padding:48px}.dashboard__empty p{color:var(--gray-400);margin-bottom:20px}.dashboard__subs-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.dashboard__sub-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:var(--transition-normal);padding:24px}.dashboard__sub-card:hover{box-shadow:var(--shadow-md)}.dashboard__sub-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.dashboard__sub-icon{font-size:1.5rem}.dashboard__sub-status{border-radius:var(--radius-full);padding:4px 12px;font-size:.75rem;font-weight:600}.dashboard__sub-name{color:var(--gray-800);margin-bottom:8px;font-size:1.1rem;font-weight:700}.dashboard__sub-plan{color:var(--gray-400);font-size:.85rem}.dashboard__sub-trial{color:var(--gold);margin-top:6px;font-size:.85rem;font-weight:500}.panel__sidebar-toggle{z-index:200;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;transition:background .2s;display:none;position:fixed;top:14px;left:14px;box-shadow:0 2px 8px #0000001a}.panel__sidebar-toggle:hover{background:#f3f4f6}.panel__overlay{z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;display:none;position:fixed;inset:0}@media (max-width:1024px){.panel__sidebar-toggle{display:flex}.panel__overlay{opacity:0;pointer-events:none;transition:opacity .3s;display:block}.panel__sidebar--open~.panel__overlay,.panel__sidebar--open+.panel__overlay{opacity:1;pointer-events:auto}.panel__sidebar{box-shadow:none;transition:transform .3s;transform:translate(-100%)}.panel__sidebar--open{transform:translate(0);box-shadow:4px 0 24px #00000026}.panel__main{margin-left:0}.panel__header{padding-left:68px}.panel__content{padding:24px 20px}.dashboard__stats-grid{grid-template-columns:repeat(2,1fr)}.oto-stats-grid{grid-template-columns:repeat(3,1fr)}.oto-vehicle-grid{grid-template-columns:repeat(2,1fr)}.oto-filters{flex-wrap:wrap}.oto-search{flex:100%;min-width:200px}.vd-grid{grid-template-columns:350px 1fr}.expertise-grid{grid-template-columns:400px 1fr}.form-grid-2{grid-template-columns:repeat(2,1fr)}.step-indicator{-webkit-overflow-scrolling:touch;gap:0;padding-bottom:4px;overflow-x:auto}.step-item{white-space:nowrap;padding:.6rem 1rem;font-size:.8rem}.condition-picker{grid-template-columns:repeat(3,1fr)}.profile-grid{grid-template-columns:1fr}.admin-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.panel__content{padding:16px 12px}.panel__header{padding:12px 16px 12px 68px}.panel__header-title{font-size:1rem}.dashboard__stats-grid,.auth-form__row{grid-template-columns:1fr}.auth-card{padding:32px 24px}.oto-stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.oto-stat-card{padding:.85rem}.oto-stat-value{font-size:1.1rem}.oto-header{flex-direction:column;align-items:flex-start;gap:.75rem}.oto-header h1{font-size:1.35rem}.oto-vehicle-grid{grid-template-columns:1fr}.oto-filters{flex-direction:column}.oto-search{min-width:unset;width:100%}.oto-filter-select{width:100%}.vd-header{flex-wrap:wrap}.vd-header h1{order:2;width:100%;font-size:1.3rem}.vd-grid{grid-template-columns:1fr}.vd-finance-cards{grid-template-columns:repeat(2,1fr);gap:.5rem}.vd-fin-value{font-size:.95rem}.vd-specs{grid-template-columns:repeat(2,1fr)}.vd-upload-btns{flex-wrap:wrap}.vd-inline-form{flex-direction:column}.vd-inline-form input,.vd-inline-form select{width:100%}.data-table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.arac-ekle-page h1{font-size:1.35rem}.form-grid-2{grid-template-columns:1fr}.form-card{padding:1.25rem}.step-indicator{-webkit-overflow-scrolling:touch;overflow-x:auto}.step-item{padding:.5rem .6rem;font-size:.72rem}.step-num{width:24px;height:24px;font-size:.7rem}.form-nav{flex-wrap:wrap}.form-checkboxes{flex-direction:column;gap:.75rem}.feature-chip{padding:.35rem .65rem;font-size:.75rem}.expertise-header{flex-direction:column;align-items:flex-start}.expertise-grid{grid-template-columns:1fr}.expertise-diagram-card{position:static}.condition-picker{grid-template-columns:repeat(2,1fr)}.score-picker{flex-wrap:wrap}.admin-stats{grid-template-columns:1fr}.admin-page-header{flex-direction:column;align-items:flex-start;gap:12px}.admin-table-wrap{overflow-x:auto}.subs-grid{grid-template-columns:1fr}}@media (max-width:480px){.oto-stats-grid,.vd-finance-cards,.vd-specs{grid-template-columns:1fr}.oto-vehicle-actions{flex-direction:column}.oto-vehicle-actions .btn-sm{justify-content:center;width:100%}.condition-picker{grid-template-columns:1fr}}@media (hover:none) and (pointer:coarse){.btn-sm{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}.oto-filter-select,.oto-search,.form-group input,.form-group select,.form-group textarea{min-height:48px;font-size:16px}.feature-chip{min-height:44px;padding:.5rem .85rem}.condition-btn{min-height:48px}.score-btn{width:42px;height:42px}.part-row{min-height:44px;padding:.6rem .75rem}.oto-vehicle-card:hover,.oto-stat-card:hover{transform:none}.car-part:hover{stroke-width:1px;stroke:#9ca3af}}.panel__sidebar--admin{background:linear-gradient(#0f172a 0%,#1e293b 100%);border-right:none}.panel__sidebar--admin .panel__sidebar-header{border-bottom-color:#ffffff14}.panel__sidebar--admin .panel__logo{color:#fff}.panel__logo-badge{background:linear-gradient(135deg, var(--green-600), var(--green-400));color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;padding:2px 8px;font-size:.6rem;font-weight:700}.panel__sidebar--admin .panel__nav-item{color:#ffffff8c}.panel__sidebar--admin .panel__nav-item:hover{color:#fff;background:#ffffff14}.panel__sidebar--admin .panel__nav-item--active{color:var(--green-400);background:#43a04726}.panel__sidebar--admin .panel__nav-divider{color:#fff3}.panel__sidebar--admin .panel__sidebar-footer{border-top-color:#ffffff14}.panel__sidebar--admin .panel__user-name{color:#fff}.panel__sidebar--admin .panel__user-company{color:#fff6}.panel__user-avatar--admin{background:linear-gradient(135deg,#f59e0b,#d97706);font-size:1rem}.panel__sidebar--admin .panel__logout-btn{color:#ffffff80}.panel__sidebar--admin .panel__logout-btn:hover{color:#fff;background:#ffffff14}.panel__header--admin{background:#fff}.panel__header-role--admin{color:#92400e;background:linear-gradient(135deg,#fef3c7,#fde68a)}.admin-stats{grid-template-columns:repeat(5,1fr);gap:18px;margin-bottom:32px;display:grid}.admin-stat-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:var(--transition-normal);align-items:flex-start;gap:16px;padding:24px;display:flex;position:relative;overflow:hidden}.admin-stat-card:after{content:"";height:3px;position:absolute;top:0;left:0;right:0}.admin-stat-card--green:after{background:linear-gradient(90deg,#10b981,#34d399)}.admin-stat-card--blue:after{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.admin-stat-card--purple:after{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.admin-stat-card--amber:after{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.admin-stat-card--teal:after{background:linear-gradient(90deg,#14b8a6,#2dd4bf)}.admin-stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.admin-stat-card__icon{flex-shrink:0;font-size:1.5rem}.admin-stat-card__value{color:var(--gray-900);letter-spacing:-.5px;font-size:1.8rem;font-weight:800;line-height:1}.admin-stat-card__label{color:var(--gray-400);margin-top:4px;font-size:.82rem;font-weight:500}.admin-stat-card__sub{color:var(--gray-300);margin-top:2px;font-size:.75rem}.admin-table-wrap{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);overflow:hidden}.admin-table{border-collapse:collapse;width:100%}.admin-table thead{background:var(--gray-50)}.admin-table th{text-align:left;text-transform:uppercase;letter-spacing:.5px;color:var(--gray-400);border-bottom:1px solid var(--gray-200);padding:14px 20px;font-size:.78rem;font-weight:700}.admin-table td{color:var(--gray-700);border-bottom:1px solid var(--gray-100);padding:16px 20px;font-size:.9rem}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background:var(--gray-50)}.admin-table__cell-main{color:var(--gray-800);font-weight:600}.admin-table__cell-sub{color:var(--gray-400);margin-top:2px;font-size:.8rem}.admin-badge{background:var(--gray-100);border-radius:var(--radius-full);color:var(--gray-600);align-items:center;padding:3px 10px;font-size:.78rem;font-weight:600;display:inline-flex}.admin-badge--lg{padding:6px 16px;font-size:.85rem}.admin-badge--purple{color:#7c3aed;background:#f3e8ff}.admin-status{align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:inline-flex}.admin-status:before{content:"";border-radius:50%;width:7px;height:7px}.admin-status--active{color:#10b981}.admin-status--active:before{background:#10b981}.admin-status--inactive{color:#ef4444}.admin-status--inactive:before{background:#ef4444}.admin-status-pill{border-radius:var(--radius-full);padding:4px 12px;font-size:.78rem;font-weight:600}.admin-page-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.admin-page-header__title{color:var(--gray-900);letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.admin-page-header__desc{color:var(--gray-400);margin-top:4px;font-size:.92rem}.admin-actions{gap:8px;display:flex}.admin-action-btn{border:1px solid var(--gray-200);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-fast);background:0 0;padding:6px 12px;font-size:.85rem}.admin-action-btn:hover{background:var(--gray-50);border-color:var(--gray-300)}.admin-select{border:1px solid var(--gray-200);border-radius:var(--radius-md);font-size:.85rem;font-family:var(--font-family);color:var(--gray-700);background:var(--white);cursor:pointer;outline:none;padding:6px 12px}.admin-select:focus{border-color:var(--green-400)}.admin-pagination{justify-content:center;align-items:center;gap:16px;margin-top:24px;padding:16px;display:flex}.admin-pagination__btn{border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--white);font-size:.85rem;font-weight:500;font-family:var(--font-family);cursor:pointer;transition:var(--transition-fast);color:var(--gray-600);padding:8px 18px}.admin-pagination__btn:hover:not(:disabled){background:var(--green-50);border-color:var(--green-300);color:var(--green-700)}.admin-pagination__btn:disabled{opacity:.4;cursor:not-allowed}.admin-pagination__info{color:var(--gray-400);font-size:.85rem;font-weight:500}.admin-section{margin-bottom:32px}.admin-section__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.admin-section__title{color:var(--gray-800);font-size:1.15rem;font-weight:700}.admin-section__link{color:var(--green-600);transition:var(--transition-fast);font-size:.9rem;font-weight:600}.admin-section__link:hover{color:var(--green-800)}.admin-form-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);margin-bottom:28px;padding:28px;animation:.3s fadeInUp}.admin-form-card__title{color:var(--gray-800);margin-bottom:20px;font-size:1.1rem;font-weight:700}.admin-form{flex-direction:column;gap:16px;display:flex}.admin-form__row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.admin-cards-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;display:grid}.admin-service-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);transition:var(--transition-normal);padding:28px}.admin-service-card:hover{box-shadow:var(--shadow-md)}.admin-service-card--inactive{opacity:.6}.admin-service-card__header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.admin-service-card__icon{font-size:2rem}.admin-service-card__name{color:var(--gray-800);margin-bottom:8px;font-size:1.15rem;font-weight:700}.admin-service-card__desc{color:var(--gray-400);margin-bottom:16px;font-size:.88rem;line-height:1.5}.admin-service-card__prices{border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);gap:24px;margin-bottom:16px;padding:12px 0;display:flex}.admin-service-card__price{color:var(--green-700);font-size:1.2rem;font-weight:800}.admin-service-card__period{color:var(--gray-400);font-size:.8rem}.admin-service-card__footer{justify-content:space-between;align-items:center;display:flex}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;display:grid}.profile-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);padding:32px}.profile-card__title{color:var(--gray-800);margin-bottom:24px;font-size:1.15rem;font-weight:700}.profile-card__subtitle{color:var(--gray-600);margin-bottom:8px;font-size:.95rem;font-weight:600}.profile-card__divider{background:var(--gray-100);height:1px;margin:8px 0}.profile-card__success{border-radius:var(--radius-md);color:#16a34a;text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;margin-bottom:20px;padding:12px 16px;font-size:.9rem}.subs-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px;display:grid}.subs-card{background:var(--white);border-radius:var(--radius-xl);border:2px solid var(--gray-200);transition:var(--transition-slow);padding:32px;position:relative}.subs-card:hover{border-color:var(--green-300);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.subs-card--active{border-color:var(--green-400);background:linear-gradient(#f0fdf4 0%,#fff 30%)}.subs-card__ribbon{text-transform:uppercase;letter-spacing:.5px;font-size:.78rem;font-weight:700;position:absolute;top:16px;right:16px}.subs-card__icon{margin-bottom:16px;font-size:2.5rem}.subs-card__name{color:var(--gray-900);letter-spacing:-.3px;margin-bottom:8px;font-size:1.4rem;font-weight:800}.subs-card__desc{color:var(--gray-400);margin-bottom:24px;font-size:.92rem;line-height:1.6}.subs-card__pricing{background:var(--gray-50);border-radius:var(--radius-md);gap:24px;margin-bottom:24px;padding:16px;display:flex}.subs-card__price-option{flex-wrap:wrap;align-items:baseline;gap:2px;display:flex}.subs-card__price{color:var(--green-700);font-size:1.3rem;font-weight:800}.subs-card__period{color:var(--gray-400);font-size:.82rem}.subs-card__save{color:var(--green-600);background:var(--green-100);border-radius:var(--radius-full);margin-left:4px;padding:2px 8px;font-size:.72rem;font-weight:700}.subs-card__features{flex-direction:column;gap:10px;margin-bottom:28px;list-style:none;display:flex}.subs-card__feature{color:var(--gray-600);align-items:center;gap:10px;font-size:.88rem;display:flex}.subs-card__feature-check{background:var(--green-100);width:20px;height:20px;color:var(--green-700);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;display:flex}.subs-card__subscribed{text-align:center;background:var(--green-50);border-radius:var(--radius-md);color:var(--green-700);flex-direction:column;gap:6px;padding:14px;font-weight:600;display:flex}.subs-card__trial-info{color:var(--gold);font-size:.82rem;font-weight:500}@media (max-width:1200px){.admin-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.admin-stats{grid-template-columns:repeat(2,1fr)}.profile-grid{grid-template-columns:1fr}}@media (max-width:768px){.admin-stats{grid-template-columns:1fr}.admin-page-header{flex-direction:column;align-items:flex-start;gap:12px}.admin-table-wrap{overflow-x:auto}.subs-grid{grid-template-columns:1fr}}.oto-stats-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.oto-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem;transition:transform .2s,box-shadow .2s;display:flex}.oto-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.oto-stat-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.oto-stat-info{flex-direction:column;display:flex}.oto-stat-value{color:#1f2937;font-size:1.35rem;font-weight:700}.oto-stat-label{color:#6b7280;font-size:.8rem}.oto-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.oto-header h1{color:#111827;font-size:1.75rem;font-weight:700}.oto-filters{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.oto-search{border:1px solid #d1d5db;border-radius:8px;flex:1;min-width:220px;padding:.65rem 1rem;font-size:.9rem}.oto-search:focus{border-color:#14532d;outline:none;box-shadow:0 0 0 3px #14532d1a}.oto-filter-select{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.65rem .75rem;font-size:.85rem}.oto-vehicle-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem;display:grid}.oto-vehicle-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.oto-vehicle-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.oto-vehicle-image{background:#f3f4f6;width:100%;height:200px;position:relative;overflow:hidden}.oto-vehicle-image img{object-fit:cover;width:100%;height:100%}.oto-no-image{color:#d1d5db;text-align:center;background:#f9fafb;justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;line-height:1.5;display:flex}.oto-vehicle-status{color:#fff;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:600;position:absolute;top:12px;right:12px}.oto-vehicle-info{padding:1rem 1.25rem}.oto-vehicle-info h3{color:#111827;margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.oto-pkg{color:#6b7280;margin-bottom:.5rem;font-size:.8rem}.oto-vehicle-specs{gap:.5rem;margin-bottom:.5rem;display:flex}.oto-vehicle-specs span{color:#374151;background:#f3f4f6;border-radius:4px;padding:2px 8px;font-size:.75rem}.oto-plate{color:#374151;background:#fef3c7;border-radius:4px;margin-bottom:.5rem;padding:2px 8px;font-family:monospace;font-size:.85rem;display:inline-block}.oto-vehicle-prices{gap:1rem;margin-bottom:.75rem;display:flex}.oto-price-buy{color:#6b7280;font-size:.8rem}.oto-price-sell{color:#14532d;font-size:1rem;font-weight:700}.oto-vehicle-actions{flex-wrap:wrap;gap:.5rem;display:flex}.oto-status-select{padding:4px 6px!important;font-size:.75rem!important}.oto-pagination{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem;display:flex}.oto-pagination button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.5rem 1rem}.oto-pagination button:disabled{opacity:.5;cursor:not-allowed}.oto-empty{text-align:center;color:#6b7280;padding:4rem 2rem}.oto-empty p{margin-bottom:1rem;font-size:1.25rem}.arac-ekle-page h1{margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.step-indicator{justify-content:center;gap:0;margin-bottom:2rem;display:flex}.step-item{color:#9ca3af;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.85rem;display:flex;position:relative}.step-item:after{content:"→";color:#d1d5db;margin-left:.5rem}.step-item:last-child:after{content:""}.step-item.active{color:#14532d;font-weight:600}.step-item.done{color:#22c55e}.step-num{color:#6b7280;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex}.step-item.active .step-num{color:#fff;background:#14532d}.step-item.done .step-num{color:#fff;background:#22c55e}.form-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem}.form-step h2{color:#111827;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.form-grid-2{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-group label{color:#374151;font-size:.82rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;padding:.65rem .75rem;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#14532d;outline:none;box-shadow:0 0 0 3px #14532d1a}.form-checkboxes{gap:2rem;margin-top:1rem;display:flex}.checkbox-label{cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.checkbox-label input[type=checkbox]{accent-color:#14532d;width:18px;height:18px}.form-nav{border-top:1px solid #e5e7eb;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.btn-lg{padding:.85rem 2rem!important;font-size:1.05rem!important}.feature-category{margin-bottom:1.5rem}.feature-category h3{color:#374151;margin-bottom:.75rem;font-size:.95rem;font-weight:600}.feature-grid{flex-wrap:wrap;gap:.5rem;display:flex}.feature-chip{cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #d1d5db;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.8rem;transition:all .2s;display:flex}.feature-chip input{display:none}.feature-chip:hover{border-color:#14532d}.feature-chip.selected{color:#14532d;background:#dcfce7;border-color:#22c55e;font-weight:600}.vehicle-detail-page{max-width:1200px}.vd-header{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.vd-header h1{flex:1;font-size:1.75rem;font-weight:700}.vd-package{color:#6b7280;margin-bottom:.25rem;font-size:.9rem}.vd-adtitle{color:#14532d;margin-bottom:1.5rem;font-weight:600}.vd-grid{grid-template-columns:400px 1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (max-width:900px){.vd-grid{grid-template-columns:1fr}}.vd-photo{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.vd-photo img{object-fit:cover;width:100%;height:300px}.vd-upload-btns{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.vd-finance-cards{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.vd-fin-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;padding:.85rem 1rem;display:flex}.vd-fin-label{color:#6b7280;font-size:.75rem}.vd-fin-value{color:#1f2937;font-size:1.15rem;font-weight:700}.vd-specs{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;margin-bottom:1.5rem;display:grid}.vd-spec{background:#f9fafb;border-radius:8px;flex-direction:column;padding:.5rem .75rem;display:flex}.vd-spec span{color:#9ca3af;font-size:.7rem}.vd-spec strong{color:#111827;font-size:.88rem}.vd-features h3{margin-bottom:.75rem;font-size:.95rem;font-weight:600}.vd-feature-list{flex-wrap:wrap;gap:.5rem;display:flex}.vd-feature-tag{color:#14532d;background:#dcfce7;border-radius:20px;padding:.3rem .7rem;font-size:.78rem;font-weight:500}.vd-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.vd-section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.vd-section h2{font-size:1.15rem;font-weight:600}.vd-inline-form{background:#f9fafb;border-radius:8px;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding:1rem;display:flex}.vd-inline-form input,.vd-inline-form select{border:1px solid #d1d5db;border-radius:6px;padding:.5rem .75rem;font-size:.85rem}.expense-badge{color:#3730a3;background:#e0e7ff;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600}.total-row td{background:#f3f4f6!important;font-weight:700!important}.vd-sale-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-bottom:.5rem;padding:1rem}.btn-sm{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.35rem .7rem;font-size:.8rem;transition:background .2s}.btn-sm:hover{background:#f3f4f6}.btn-danger{color:#dc2626;border-color:#fecaca}.btn-danger:hover{background:#fee2e2}.expertise-page{max-width:1400px}.expertise-header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.expertise-header h1{margin:0;font-size:1.5rem;font-weight:700}.expertise-vehicle-name{color:#6b7280;margin:0;font-size:.9rem}.expertise-grid{grid-template-columns:480px 1fr;align-items:start;gap:1.5rem;display:grid}@media (max-width:1100px){.expertise-grid{grid-template-columns:1fr}}.expertise-diagram-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;position:sticky;top:1rem}.expertise-diagram-card h2{margin-bottom:.25rem;font-size:1.15rem;font-weight:600}.expertise-hint{color:#9ca3af;margin-bottom:1rem;font-size:.8rem}.car-svg{width:100%;max-width:400px;margin:0 auto;display:block}.car-part{transition:fill-opacity .2s,stroke-width .2s}.car-part:hover{fill-opacity:.85;stroke-width:2.5px;stroke:#111827}.car-part-label{pointer-events:none;font-family:Inter,sans-serif}.expertise-legend{border-top:1px solid #e5e7eb;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;padding-top:1rem;display:flex}.legend-item{color:#374151;align-items:center;gap:.4rem;font-size:.78rem;display:flex}.legend-dot{border-radius:3px;width:12px;height:12px}.expertise-controls{flex-direction:column;gap:1.25rem;display:flex}.expertise-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem}.expertise-section h3{color:#111827;margin-bottom:.85rem;font-size:1rem;font-weight:600}.condition-picker{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.condition-btn{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:10px;align-items:center;gap:.4rem;padding:.6rem .75rem;font-size:.82rem;font-weight:500;transition:all .2s;display:flex}.condition-btn:hover{border-color:var(--cond-color);background:color-mix(in srgb, var(--cond-color) 8%, white)}.condition-btn.active{border-color:var(--cond-color);background:color-mix(in srgb, var(--cond-color) 15%, white);box-shadow:0 0 0 3px color-mix(in srgb, var(--cond-color) 20%, transparent);font-weight:700}.cond-dot{border-radius:4px;flex-shrink:0;width:14px;height:14px}.part-detail{flex-direction:column;gap:.75rem;display:flex}.parts-table{flex-direction:column;gap:2px;max-height:400px;display:flex;overflow-y:auto}.part-row{cursor:pointer;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .65rem;font-size:.85rem;transition:background .15s;display:flex}.part-row:hover{background:#f3f4f6}.part-row.selected{background:#e0f2fe;border:1px solid #7dd3fc}.part-dot{border-radius:3px;flex-shrink:0;width:10px;height:10px}.part-name{color:#374151;flex:1}.part-condition{color:#6b7280;font-size:.78rem;font-weight:600}.part-thickness{color:#374151;background:#f3f4f6;border-radius:4px;padding:1px 6px;font-family:monospace;font-size:.75rem}.score-picker{gap:.35rem;display:flex}.score-btn{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;width:36px;height:36px;font-size:.85rem;font-weight:600;transition:all .2s}.score-btn:hover{transform:scale(1.1)}.score-btn.good{color:#16a34a}.score-btn.mid{color:#f59e0b}.score-btn.bad{color:#ef4444}.score-btn.active{color:#fff;transform:scale(1.15)}.score-btn.active.good{background:#16a34a;border-color:#16a34a}.score-btn.active.mid{background:#f59e0b;border-color:#f59e0b}.score-btn.active.bad{background:#ef4444;border-color:#ef4444}.overview-page{max-width:1200px;margin:0 auto;padding:2rem}.overview-header h1{color:#111827;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.overview-header p{color:#6b7280;margin-bottom:2rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.stat-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.stat-icon{background:#f8fafc;border-radius:12px;padding:.8rem;font-size:2.2rem}.stat-info h3{color:#64748b;text-transform:uppercase;margin-bottom:.2rem;font-size:.9rem;font-weight:600}.stat-value{color:#0f172a;margin-bottom:.2rem;font-size:1.8rem;font-weight:800}.stat-sub{color:#94a3b8;font-size:.8rem}.overview-panels-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.dashboard-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.panel-header{background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:1.25rem 1.5rem}.panel-header h3{color:#1e293b;margin:0;font-size:1.1rem;font-weight:600}.panel-content{padding:1.5rem}.empty-text{color:#94a3b8;text-align:center;font-style:italic}.task-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.task-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.task-icon{font-size:1.5rem}.task-details{flex:1}.task-details h4{color:#1e293b;align-items:center;gap:.5rem;margin:0 0 .25rem;font-size:1rem;display:flex}.plate-badge{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;padding:.1rem .5rem;font-family:monospace;font-size:.8rem;font-weight:700}.task-dates{gap:.5rem;font-size:.8rem;display:flex}.tag-warning{color:#854d0e;background:#fef08a;border-radius:10px;padding:.1rem .5rem;font-weight:600}.tag-danger{color:#991b1b;background:#fecaca;border-radius:10px;padding:.1rem .5rem;font-weight:600}.sale-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.sale-item{border-bottom:1px solid #f1f5f9;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.sale-item:last-child{border-bottom:none;padding-bottom:0}.sale-avatar{color:#fff;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.sale-details flex{flex:1}.sale-details h4{color:#1e293b;margin:0;font-size:1rem}.sale-details p{color:#64748b;margin:0;font-size:.85rem}.sale-price{color:#10b981;font-size:1.1rem;font-weight:700}@media (max-width:768px){.overview-panels-grid{grid-template-columns:1fr}}
