*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
:root{
--primary:#4a0e78;
--secondary:#7b2fa8;
--accent:#c084fc;
--accent-light:#e9d5ff;
--bg:#faf7ff;
--text:#2a1040;
--text-light:#6b4a8a;
--white:#ffffff;
--shadow:0 4px 24px rgba(74,14,120,0.1);
--shadow-lg:0 12px 48px rgba(74,14,120,0.18);
--radius:14px;
--radius-lg:22px;
--font:'Segoe UI',system-ui,-apple-system,sans-serif;
--transition:all 0.3s ease
}
body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.65;overflow-x:hidden}
a{text-decoration:none}
img{display:none}
#progress-bar{position:fixed;top:0;left:0;height:3px;width:0%;background:linear-gradient(90deg,var(--secondary),var(--accent));z-index:9999;transition:width 0.1s linear}
header{position:sticky;top:0;z-index:900;background:rgba(250,247,255,0.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(74,14,120,0.08);transition:var(--transition)}
header.scrolled{box-shadow:0 4px 24px rgba(74,14,120,0.1)}
.header-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 2rem}
.logo{font-size:1.4rem;font-weight:800;color:var(--primary);letter-spacing:-0.5px}
.logo span{color:var(--accent)}
nav.main-nav{display:flex;gap:2.5rem;align-items:center}
nav.main-nav a{color:var(--text-light);font-size:0.9rem;font-weight:600;transition:var(--transition)}
nav.main-nav a:hover{color:var(--primary)}
nav.main-nav a.nav-cta{background:linear-gradient(135deg,var(--primary),var(--secondary));color:var(--white);padding:0.5rem 1.4rem;border-radius:8px}
nav.main-nav a.nav-cta:hover{opacity:0.9;transform:translateY(-1px)}
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.burger span{display:block;width:24px;height:2px;background:var(--primary);transition:var(--transition)}
.mobile-nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--white);border-bottom:2px solid var(--bg);padding:1.5rem 2rem;flex-direction:column;gap:1rem;z-index:899}
.mobile-nav.open{display:flex}
.mobile-nav a{color:var(--text);font-size:1rem;padding:0.6rem 0;border-bottom:1px solid var(--bg)}
.hero{padding:0;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#1a0030,#3b0c60,#4a0e78,#2d006b);background-size:300% 300%;animation:purpleShift 16s ease infinite;position:relative;overflow:hidden}
@keyframes purpleShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(192,132,252,0.15) 0%,transparent 60%)}
.hero-inner{max-width:1280px;margin:0 auto;padding:6rem 2rem;display:grid;grid-template-columns:3fr 2fr;gap:4rem;align-items:center;width:100%}
.hero-text{position:relative;z-index:2}
.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(192,132,252,0.15);border:1px solid rgba(192,132,252,0.3);color:var(--accent);font-size:0.78rem;font-weight:700;letter-spacing:1.5px;padding:0.4rem 1.1rem;border-radius:50px;text-transform:uppercase;margin-bottom:1.75rem}
.hero h1{font-size:clamp(2.2rem,5vw,4rem);font-weight:900;color:var(--white);line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px}
.hero h1 strong{color:var(--accent)}
.hero p{font-size:1.1rem;color:rgba(255,255,255,0.75);line-height:1.78;margin-bottom:2.5rem;max-width:520px}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}
.btn{display:inline-block;padding:0.9rem 2rem;border-radius:10px;font-size:0.95rem;font-weight:700;transition:var(--transition);cursor:pointer;border:none;font-family:var(--font)}
.btn-primary{background:var(--accent);color:var(--primary)}
.btn-primary:hover{background:var(--accent-light);transform:translateY(-2px);box-shadow:0 8px 24px rgba(192,132,252,0.4)}
.btn-outline{background:rgba(255,255,255,0.08);color:var(--white);border:1.5px solid rgba(255,255,255,0.3);backdrop-filter:blur(8px)}
.btn-outline:hover{background:rgba(255,255,255,0.15);border-color:rgba(255,255,255,0.6)}
.btn-solid{background:var(--primary);color:var(--white)}
.btn-solid:hover{background:var(--secondary);transform:translateY(-2px)}
.btn-ghost{background:transparent;color:var(--primary);border:2px solid rgba(74,14,120,0.2)}
.btn-ghost:hover{background:var(--bg);border-color:var(--secondary)}
.glass-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.2);border-radius:var(--radius-lg);padding:2.5rem;position:relative;z-index:2}
.glass-metric{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.glass-metric-item{background:rgba(255,255,255,0.08);border-radius:var(--radius);padding:1.25rem;text-align:center}
.glass-metric-val{font-size:2.2rem;font-weight:900;color:var(--white);line-height:1;margin-bottom:0.3rem}
.glass-metric-suffix{font-size:1.2rem;color:var(--accent)}
.glass-metric-label{color:rgba(255,255,255,0.65);font-size:0.78rem;font-weight:500}
.glass-card-title{color:var(--white);font-size:0.85rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;opacity:0.7}
.dashboard-section{padding:6rem 2rem;background:var(--bg)}
.dashboard-inner{max-width:1280px;margin:0 auto}
.dashboard-header{text-align:center;margin-bottom:4rem}
.section-tag{display:inline-block;color:var(--secondary);font-size:0.78rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:0.75rem}
.section-heading{font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:800;color:var(--primary);line-height:1.2;margin-bottom:1rem;letter-spacing:-0.4px}
.section-sub{font-size:1rem;color:var(--text-light);line-height:1.75;max-width:580px}
.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.widget{background:var(--white);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow);transition:var(--transition);border-top:3px solid var(--accent)}
.widget:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.widget-icon{width:44px;height:44px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.widget-icon svg{width:22px;height:22px;stroke:white;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.widget-val{font-size:2.4rem;font-weight:900;color:var(--primary);line-height:1;margin-bottom:0.3rem}
.widget-suffix{font-size:1.3rem;font-weight:900;color:var(--accent)}
.widget-label{color:var(--text-light);font-size:0.83rem;font-weight:500}
.about-section{padding:7rem 2rem;background:var(--white)}
.about-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.about-text p{color:var(--text-light);line-height:1.85;margin-bottom:1rem;font-size:0.96rem}
.about-text p:first-of-type{margin-top:1.25rem}
.about-highlight{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:var(--radius-lg);padding:2.5rem;color:var(--white);text-align:center}
.about-highlight-num{font-size:4rem;font-weight:900;line-height:1;margin-bottom:0.5rem;color:var(--accent)}
.about-highlight h3{font-size:1.2rem;font-weight:700;margin-bottom:0.75rem}
.about-highlight p{color:rgba(255,255,255,0.75);font-size:0.9rem;line-height:1.7}
.features-section{padding:7rem 2rem;background:var(--bg)}
.features-inner{max-width:1280px;margin:0 auto}
.features-header{text-align:center;margin-bottom:4rem}
.features-header .section-sub{margin:0 auto}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.feature-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);transition:var(--transition);border:1px solid transparent;position:relative;overflow:hidden}
.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--accent))}
.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:rgba(192,132,252,0.2)}
.feature-icon{width:54px;height:54px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.feature-icon svg{width:26px;height:26px;stroke:white;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.feature-card h3{font-size:1.05rem;font-weight:700;color:var(--primary);margin-bottom:0.7rem}
.feature-card p{color:var(--text-light);font-size:0.875rem;line-height:1.75}
.rings-section{padding:7rem 2rem;background:linear-gradient(135deg,#1a0030,#3b0c60)}
.rings-inner{max-width:1280px;margin:0 auto;text-align:center}
.rings-section .section-tag{color:var(--accent-light)}
.rings-section .section-heading{color:var(--white)}
.rings-section .section-sub{color:rgba(255,255,255,0.68);margin:0 auto 4rem}
.rings-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}
.ring-item{display:flex;flex-direction:column;align-items:center;gap:1.5rem}
.ring-wrap{position:relative;width:140px;height:140px;flex-shrink:0}
.ring-svg{transform:rotate(-90deg)}
.ring-bg{stroke:rgba(255,255,255,0.1);fill:none}
.progress-ring-circle{fill:none;stroke:var(--accent);stroke-linecap:round;stroke-dasharray:0;stroke-dashoffset:0;transition:stroke-dashoffset 1.5s cubic-bezier(0.4,0,0.2,1)}
.ring-label{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}
.ring-pct{font-size:1.6rem;font-weight:900;color:var(--white);line-height:1}
.ring-unit{font-size:0.75rem;color:rgba(255,255,255,0.5);margin-top:2px}
.ring-info h4{color:var(--white);font-size:1rem;font-weight:700;margin-bottom:0.4rem}
.ring-info p{color:rgba(255,255,255,0.6);font-size:0.82rem;line-height:1.6}
.benefits-section{padding:7rem 2rem;background:var(--white)}
.benefits-inner{max-width:1280px;margin:0 auto}
.benefits-header{text-align:center;margin-bottom:4rem}
.benefits-header .section-sub{margin:0 auto}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.benefit-card{background:var(--bg);border-radius:var(--radius-lg);padding:2rem;border:1px solid rgba(74,14,120,0.08);transition:var(--transition)}
.benefit-card:hover{border-color:rgba(192,132,252,0.4);transform:translateY(-4px);box-shadow:var(--shadow)}
.benefit-num{font-size:3rem;font-weight:900;color:var(--accent-light);line-height:1;margin-bottom:0.75rem}
.benefit-card h3{color:var(--primary);font-size:1rem;font-weight:700;margin-bottom:0.65rem}
.benefit-card p{color:var(--text-light);font-size:0.875rem;line-height:1.75}
.testimonials-section{padding:7rem 2rem;background:var(--bg)}
.testimonials-inner{max-width:1280px;margin:0 auto;text-align:center}
.testimonials-header{margin-bottom:4rem}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:left}
.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);position:relative}
.testimonial-card::after{content:'"';position:absolute;top:1rem;right:1.5rem;font-size:4rem;color:var(--accent-light);font-family:Georgia,serif;line-height:1;opacity:0.5}
.stars{color:#f59e0b;font-size:0.9rem;letter-spacing:2px;margin-bottom:1rem}
.testimonial-card blockquote{color:var(--text);font-size:0.9rem;line-height:1.82;font-style:italic;margin-bottom:1.5rem;position:relative;z-index:1}
.t-author{display:flex;align-items:center;gap:0.9rem}
.t-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--secondary),var(--primary));display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--white);font-size:1rem;flex-shrink:0}
.t-info strong{display:block;color:var(--primary);font-size:0.875rem;font-weight:700}
.t-info span{color:var(--text-light);font-size:0.78rem}
.faq-section{padding:7rem 2rem;background:var(--white)}
.faq-inner{max-width:780px;margin:0 auto}
.faq-header{text-align:center;margin-bottom:3.5rem}
.faq-list{display:flex;flex-direction:column;gap:1rem}
.faq-item{background:var(--bg);border-radius:var(--radius);overflow:hidden;border:1px solid rgba(74,14,120,0.08)}
.faq-q{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;cursor:pointer;font-weight:600;color:var(--primary);font-size:0.93rem;gap:1rem}
.faq-toggle{width:28px;height:28px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:var(--transition);font-size:1.3rem;color:var(--secondary);line-height:1}
.faq-item.active .faq-toggle{transform:rotate(45deg);background:var(--primary);color:var(--white)}
.faq-a{max-height:0;overflow:hidden;transition:max-height 0.4s ease}
.faq-a p{padding:0 1.5rem 1.2rem;color:var(--text-light);line-height:1.8;font-size:0.9rem}
.faq-item.active .faq-a{max-height:280px}
.contact-section{padding:7rem 2rem;background:var(--bg)}
.contact-inner{max-width:680px;margin:0 auto;text-align:center}
.contact-header{margin-bottom:2.5rem}
.contact-header .section-sub{margin:0 auto}
.contact-form-wrap{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow);text-align:left}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-size:0.875rem;font-weight:600;color:var(--primary);margin-bottom:0.4rem}
.form-group input,.form-group textarea{width:100%;padding:0.8rem 1rem;border:2px solid rgba(74,14,120,0.1);background:var(--bg);border-radius:8px;font-size:0.92rem;color:var(--text);transition:var(--transition);font-family:var(--font);outline:none}
.form-group input:focus,.form-group textarea:focus{border-color:var(--secondary);box-shadow:0 0 0 4px rgba(123,47,168,0.1);background:var(--white)}
.form-group textarea{resize:vertical;min-height:120px}
.form-error{color:#e53e3e;font-size:0.8rem;margin-top:0.3rem;display:none}
.form-group.has-error input,.form-group.has-error textarea{border-color:#e53e3e}
.form-group.has-error .form-error{display:block}
.form-submit{width:100%;padding:1rem;background:linear-gradient(135deg,var(--primary),var(--secondary));color:var(--white);border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:var(--transition);font-family:var(--font)}
.form-submit:hover{opacity:0.9;transform:translateY(-2px);box-shadow:0 8px 24px rgba(74,14,120,0.3)}
.cta-banner{padding:6rem 2rem;background:linear-gradient(135deg,var(--primary),var(--secondary));text-align:center;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 60% 50%,rgba(192,132,252,0.2) 0%,transparent 60%)}
.cta-banner h2{font-size:clamp(1.8rem,4vw,2.8rem);color:var(--white);font-weight:800;margin-bottom:1rem;position:relative;z-index:1}
.cta-banner p{color:rgba(255,255,255,0.8);font-size:1.05rem;margin-bottom:2rem;max-width:560px;margin-left:auto;margin-right:auto;position:relative;z-index:1}
.cta-banner .btn{position:relative;z-index:1;background:var(--white);color:var(--primary)}
.cta-banner .btn:hover{background:var(--accent-light);transform:translateY(-2px)}
.modal{position:fixed;inset:0;background:rgba(30,0,60,0.7);backdrop-filter:blur(6px);z-index:9000;display:none;align-items:center;justify-content:center;padding:2rem}
.modal.open{display:flex}
.modal-box{background:var(--white);border-radius:var(--radius-lg);padding:3rem;max-width:480px;width:100%;position:relative;box-shadow:var(--shadow-lg)}
.modal-close{position:absolute;top:1.25rem;right:1.25rem;width:32px;height:32px;border-radius:50%;background:var(--bg);border:none;cursor:pointer;font-size:1.2rem;color:var(--text-light);display:flex;align-items:center;justify-content:center;transition:var(--transition);font-family:var(--font)}
.modal-close:hover{background:var(--accent-light);color:var(--primary)}
.modal-box h3{font-size:1.5rem;font-weight:800;color:var(--primary);margin-bottom:0.75rem}
.modal-box p{color:var(--text-light);font-size:0.93rem;line-height:1.75;margin-bottom:1.5rem}
footer{background:#1a0030;padding:4.5rem 2rem 2rem}
.footer-inner{max-width:1280px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,0.07)}
.footer-brand .logo{display:inline-block;margin-bottom:1.25rem;color:var(--white)}
.footer-brand .logo span{color:var(--accent)}
.footer-desc{color:rgba(255,255,255,0.45);font-size:0.875rem;line-height:1.75;margin-bottom:1.5rem}
.footer-contact-block{color:rgba(255,255,255,0.45);font-size:0.83rem;line-height:2}
.footer-contact-block a{color:rgba(255,255,255,0.62);transition:var(--transition)}
.footer-contact-block a:hover{color:var(--accent)}
.footer-col h4{color:var(--white);font-size:0.78rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:1.25rem}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:0.65rem}
.footer-col ul li a{color:rgba(255,255,255,0.45);font-size:0.875rem;transition:var(--transition)}
.footer-col ul li a:hover{color:var(--accent)}
.footer-bottom{text-align:center;color:rgba(255,255,255,0.3);font-size:0.82rem}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1a0030;color:var(--white);padding:1.25rem 2rem;z-index:9000;display:none;align-items:center;justify-content:space-between;gap:2rem;box-shadow:0 -4px 24px rgba(0,0,0,0.4)}
.cookie-banner.visible{display:flex}
.cookie-text{font-size:0.85rem;color:rgba(255,255,255,0.78);flex:1;line-height:1.6}
.cookie-text a{color:var(--accent)}
.cookie-btns{display:flex;gap:0.75rem;flex-shrink:0}
.cookie-accept,.cookie-decline{padding:0.5rem 1.3rem;border-radius:6px;font-size:0.85rem;font-weight:600;cursor:pointer;border:none;transition:var(--transition);font-family:var(--font)}
.cookie-accept{background:var(--secondary);color:var(--white)}
.cookie-decline{background:transparent;border:1px solid rgba(255,255,255,0.3);color:rgba(255,255,255,0.7)}
.cookie-accept:hover{background:var(--accent);color:var(--primary)}
.cookie-decline:hover{border-color:rgba(255,255,255,0.6);color:var(--white)}
.fade-up{opacity:0;transform:translateY(28px);transition:opacity 0.65s ease,transform 0.65s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}
.legal-header{background:var(--primary);padding:1.25rem 2rem}
.legal-header .logo{color:var(--white)}
.legal-header .logo span{color:var(--accent)}
.legal-page{max-width:860px;margin:3rem auto;padding:0 2rem 5rem}
.legal-page h1{font-size:2rem;color:var(--primary);font-weight:800;margin-bottom:0.4rem}
.legal-date{color:var(--text-light);font-size:0.875rem;margin-bottom:2.5rem}
.legal-page h2{font-size:1.2rem;color:var(--primary);font-weight:700;margin:2.25rem 0 0.75rem}
.legal-page p,.legal-page li{color:var(--text-light);line-height:1.82;font-size:0.93rem;margin-bottom:0.75rem}
.legal-page ul{margin-left:1.5rem;margin-bottom:1rem}
.legal-page table{width:100%;border-collapse:collapse;margin:1.5rem 0}
.legal-page th{background:var(--primary);color:var(--white);padding:0.75rem 1rem;text-align:left;font-size:0.875rem}
.legal-page td{padding:0.75rem 1rem;border:1px solid rgba(74,14,120,0.1);font-size:0.875rem;color:var(--text-light)}
.legal-page tr:nth-child(even) td{background:var(--bg)}
.legal-footer{background:#1a0030;padding:1.75rem 2rem;text-align:center;color:rgba(255,255,255,0.4);font-size:0.82rem}
.legal-footer a{color:rgba(255,255,255,0.58);margin:0 0.5rem;transition:var(--transition)}
.legal-footer a:hover{color:var(--accent)}
.legal-footer p{margin-bottom:0.4rem}
.ty-page{min-height:100vh;display:flex;flex-direction:column}
.ty-main{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;background:var(--bg)}
.ty-card{background:var(--white);border-radius:var(--radius-lg);padding:3rem 2.5rem;text-align:center;max-width:520px;width:100%;box-shadow:var(--shadow-lg)}
.ty-icon-wrap{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--secondary));display:flex;align-items:center;justify-content:center;margin:0 auto 1.75rem}
.ty-icon-wrap svg{width:36px;height:36px;stroke:white;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.ty-card h1{font-size:1.75rem;font-weight:800;color:var(--primary);margin-bottom:0.75rem}
.ty-card p{color:var(--text-light);line-height:1.75;margin-bottom:2rem}
.breadcrumb{padding:0.9rem 2rem;background:var(--white);border-bottom:1px solid rgba(74,14,120,0.07)}
.breadcrumb-inner{max-width:1280px;margin:0 auto;font-size:0.85rem;color:var(--text-light)}
.breadcrumb a{color:var(--secondary)}
.breadcrumb-sep{margin:0 0.5rem}
.about-hero{padding:7rem 2rem 5rem;background:linear-gradient(135deg,#2a0050,#4a0e78)}
.about-badge{display:inline-block;background:rgba(192,132,252,0.15);border:1px solid rgba(192,132,252,0.3);color:var(--accent);font-size:0.78rem;font-weight:700;letter-spacing:1.5px;padding:0.35rem 1rem;border-radius:50px;text-transform:uppercase;margin-bottom:1.5rem}
.about-hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;color:var(--white);margin-bottom:1rem;letter-spacing:-0.5px}
.about-hero p{font-size:1.05rem;color:rgba(255,255,255,0.75);max-width:620px}
.about-content-section{padding:7rem 2rem;background:var(--white)}
.about-content-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.about-content-section.alt{background:var(--bg)}
.about-content-section.alt .about-content-inner{direction:rtl}
.about-content-section.alt .about-text-col{direction:ltr}
.about-text-col h2{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;color:var(--primary);margin-bottom:1.25rem;letter-spacing:-0.3px}
.about-text-col p{color:var(--text-light);line-height:1.82;margin-bottom:1rem;font-size:0.95rem}
.about-contact-section{padding:6rem 2rem;background:var(--white)}
.about-contact-inner{max-width:640px;margin:0 auto;text-align:center}
.about-contact-inner h2{font-size:1.8rem;font-weight:800;color:var(--primary);margin-bottom:0.75rem}
.about-contact-inner p{color:var(--text-light);margin-bottom:2rem;line-height:1.75}
.about-contact-form{background:var(--bg);border-radius:var(--radius-lg);padding:2rem;text-align:left}
@media(max-width:768px){.burger{display:flex}.main-nav{display:none}.hero-inner{grid-template-columns:1fr;padding:4rem 1rem}.glass-card{display:none}.dashboard-grid{grid-template-columns:repeat(2,1fr)}.about-inner,.about-content-inner{grid-template-columns:1fr}.about-content-section.alt .about-content-inner{direction:ltr}.features-grid,.benefits-grid,.testimonials-grid,.rings-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.cookie-banner{flex-direction:column;align-items:stretch;gap:1rem}}
@media(max-width:480px){.rings-grid{grid-template-columns:1fr}.features-grid,.benefits-grid,.testimonials-grid{grid-template-columns:1fr}.dashboard-grid{grid-template-columns:1fr}}
