@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap");:root{--primary:#0d9488;--primary-light:#14b8a6;--primary-dark:#0f766e;--accent:#2dd4bf;--noteiq-teal:#2dd4bf;--deep:#0a2540;--blue:#1b4d7a;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--success:#10b981;--error:#ef4444;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;color:var(--gray-700);background:var(--white);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;color:var(--deep);line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem;font-weight:800}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1rem}p{margin-bottom:1rem}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-light)}ol,ul{list-style:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.container--narrow{max-width:800px}.section{padding:5rem 0}.bg-white{background:var(--white)}.bg-gray{background:var(--gray-50)}.text-center{text-align:center}.text-muted{color:var(--gray-500)}.mb-sm{margin-bottom:.5rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.grid--2,.grid--3{grid-template-columns:1fr}h1{font-size:2rem}h2{font-size:1.75rem}.section{padding:3rem 0}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:all .3s ease}.header--scrolled{background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(0,0,0,.1)}.header__inner{justify-content:space-between}.header__inner,.logo{display:flex;align-items:center}.logo{gap:.625rem;text-decoration:none}.logo__icon{width:40px;height:40px;background:linear-gradient(135deg,var(--accent),var(--primary));border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.logo__icon svg{width:22px;height:22px}.logo__text{font-family:Plus Jakarta Sans,sans-serif;font-size:1.375rem;font-weight:700;color:#fff}.logo__text span{color:var(--accent)}.header--scrolled .logo__text{color:var(--deep)}.nav,.nav__menu{display:flex;align-items:center;gap:2rem}.nav__link{font-weight:500;font-size:.9375rem;color:hsla(0,0%,100%,.9);transition:color .2s;text-decoration:none}.header--scrolled .nav__link{color:var(--gray-700)}.nav__link:hover{color:var(--accent)}.nav__toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.nav__toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px 0;transition:all .3s}.header--scrolled .nav__toggle span{background:var(--deep)}@media (max-width:768px){.nav__toggle{display:block}.nav__menu{position:fixed;top:0;right:-100%;width:80%;max-width:320px;height:100vh;background:var(--deep);flex-direction:column;justify-content:center;padding:2rem;transition:right .3s ease;gap:1.5rem}.nav__menu.active{right:0}.nav__menu .nav__link{font-size:1.25rem;color:#fff}.hide-mobile{display:none!important}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Plus Jakarta Sans,sans-serif;font-size:.9375rem;font-weight:600;border-radius:.5rem;border:2px solid transparent;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn svg{width:18px;height:18px;flex-shrink:0}.btn--primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn--primary:hover{background:var(--primary-light);border-color:var(--primary-light);transform:translateY(-2px);box-shadow:0 4px 12px rgba(13,148,136,.3);color:#fff}.btn--secondary{background:#fff;color:var(--deep);border-color:var(--gray-200)}.btn--secondary:hover{border-color:var(--primary);color:var(--primary)}.btn--outline{background:transparent;color:#fff;border-color:hsla(0,0%,100%,.3)}.btn--outline:hover{background:#fff;color:var(--deep);border-color:#fff}.btn--small{padding:.5rem 1rem;font-size:.875rem}.btn--large{padding:1rem 2rem;font-size:1rem}.btn--full{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid var(--gray-100)}.hero{background:linear-gradient(135deg,#0f172a,#1e3a5f 50%,#0d4f4f);padding:8rem 0 5rem;min-height:90vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 70% 30%,rgba(45,212,191,.1) 0,transparent 50%)}.hero__content{max-width:650px;position:relative;z-index:1}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(45,212,191,.15);border:1px solid rgba(45,212,191,.3);color:var(--accent);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero h1{color:#fff;font-size:3.5rem;margin-bottom:1.5rem;line-height:1.1}.hero h1 span{color:var(--accent)}.hero__subtitle{font-size:1.25rem;color:hsla(0,0%,100%,.8);margin-bottom:2rem;line-height:1.6}.hero__cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.hero__note{font-size:.875rem;color:hsla(0,0%,100%,.6)}@media (max-width:768px){.hero{padding:7rem 0 4rem;min-height:auto}.hero h1{font-size:2.25rem}.hero__cta{flex-direction:column}.hero__cta .btn{width:100%}}.page-header{background:linear-gradient(135deg,#0f172a,#1e3a5f 50%,#0d4f4f);padding:8rem 0 4rem;text-align:center}.page-header h1{color:#fff;margin-bottom:1rem}.page-header p{color:hsla(0,0%,100%,.8);font-size:1.125rem;max-width:600px;margin:0 auto}.section-header{max-width:600px;margin-bottom:3rem}.section-header.text-center{margin-left:auto;margin-right:auto}.eyebrow{display:block;color:var(--primary);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.feature-check{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0}.feature-check__icon{width:24px;height:24px;min-width:24px;background:#6ee7b7;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-check__icon svg{width:14px;height:14px;color:var(--deep)}.step-number{width:48px;height:48px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.mode-card{background:#fff;border-radius:1rem;padding:2rem;border:2px solid var(--gray-200);transition:all .3s ease}.mode-card:hover{border-color:var(--primary);box-shadow:0 10px 40px rgba(0,0,0,.1);transform:translateY(-4px)}.mode-card__icon{width:56px;height:56px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.mode-card__icon svg{width:28px;height:28px}.mode-card__icon--verbatim{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8}.mode-card__icon--clean{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669}.mode-card__icon--polished{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4f46e5}.mode-card__title{font-size:1.25rem;margin-bottom:.5rem}.mode-card__subtitle{font-size:.875rem;color:var(--primary);font-weight:600;margin-bottom:1rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}.price-card{background:#fff;border-radius:1rem;padding:2.5rem;border:2px solid var(--gray-200);text-align:center;transition:all .3s ease}.price-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.price-card--featured{border-color:var(--primary);position:relative;box-shadow:0 10px 40px rgba(13,148,136,.15)}.price-card--featured:before{content:"Best Value";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--primary);color:#fff;padding:.25rem 1rem;border-radius:50px;font-size:.75rem;font-weight:600}.price-card__name{font-size:1.25rem;font-weight:700}.price-card__name,.price-card__price{font-family:Plus Jakarta Sans,sans-serif;color:var(--deep);margin-bottom:.5rem}.price-card__price{font-size:3rem;font-weight:800;line-height:1}.price-card__price span{font-size:1rem;font-weight:500;color:var(--gray-500)}.price-card__desc{color:var(--gray-600);margin:1rem 0 2rem;font-size:.9375rem}.noteiq-pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}.noteiq-price-card{background:#fff;border-radius:1rem;padding:2.5rem;border:2px solid var(--gray-200);text-align:center;transition:all .3s ease}.noteiq-price-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.noteiq-price-card--featured{border-color:var(--primary);position:relative;box-shadow:0 10px 40px rgba(13,148,136,.15)}.noteiq-price-card--featured:before{content:"Best Value";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--primary);color:#fff;padding:.25rem 1rem;border-radius:50px;font-size:.75rem;font-weight:600}.noteiq-price-card__name{font-size:1.25rem;font-weight:700}.noteiq-price-card__name,.noteiq-price-card__price{font-family:Plus Jakarta Sans,sans-serif;color:var(--deep);margin-bottom:.5rem}.noteiq-price-card__price{font-size:3rem;font-weight:800;line-height:1}.noteiq-price-card__price span{font-size:1rem;font-weight:500;color:var(--gray-500)}.noteiq-price-card__desc{color:var(--gray-600);margin:1rem 0 2rem;font-size:.9375rem}.faq-item{border:1px solid var(--gray-200);border-radius:.75rem;margin-bottom:1rem;overflow:hidden;background:#fff}.faq-item.active{border-color:var(--primary)}.faq-question{width:100%;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#fff;border:none;cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;font-weight:600;color:var(--deep);text-align:left;transition:background .2s}.faq-question:hover{background:var(--gray-50)}.faq-question svg{width:20px;height:20px;min-width:20px;color:var(--primary);transition:transform .3s ease}.faq-item.active .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer__content{padding:0 1.5rem 1.5rem;color:var(--gray-600);line-height:1.7}.cta-section{background:linear-gradient(135deg,var(--deep),var(--blue));padding:5rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 70%,rgba(45,212,191,.1) 0,transparent 50%)}.cta-section__content{text-align:center;max-width:600px;margin:0 auto;position:relative;z-index:1}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-section p{color:hsla(0,0%,100%,.8);font-size:1.125rem;margin-bottom:2rem}.footer{background:var(--deep);color:var(--gray-400);padding:4rem 0 2rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid hsla(0,0%,100%,.1)}@media (max-width:768px){.footer__grid{grid-template-columns:1fr}}.footer__brand{max-width:320px}.footer__brand p{margin-top:1rem;font-size:.9375rem;line-height:1.7}.footer__column h4{color:#fff;margin-bottom:1.25rem;font-size:1rem}.footer__links{display:flex;flex-direction:column;gap:.75rem}.footer__links a{color:var(--gray-400);font-size:.9375rem;transition:color .2s}.footer__links a:hover{color:var(--accent)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.875rem;margin-bottom:2rem}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{color:var(--gray-500)}.footer__legal a:hover{color:var(--accent)}.footer__meddev-badge{text-align:center;font-size:.875rem;color:var(--gray-500);padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.05)}.footer__meddev-badge a{color:var(--accent)}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.875rem;color:var(--gray-700)}.form-input,.form-select,.form-textarea{width:100%;padding:.875rem 1rem;font-size:1rem;font-family:inherit;border:2px solid var(--gray-200);border-radius:.5rem;transition:all .2s ease;background:#fff}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,148,136,.1)}.form-textarea{min-height:120px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.form-success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid var(--success);border-radius:1rem;padding:2rem;text-align:center}.form-success h3{color:#059669;margin-bottom:.5rem}.form-success p{color:#065f46;margin:0}.comparison-callout{background:linear-gradient(135deg,var(--deep),var(--blue));border-radius:1rem;padding:2.5rem;color:#fff;text-align:center;margin-top:3rem}.comparison-callout h3{color:#fff;margin-bottom:1rem}.comparison-callout p{color:hsla(0,0%,100%,.8);margin-bottom:1.5rem}.dragon-price{color:#f87171;text-decoration:line-through;margin-right:1rem}.dragon-price,.our-price{font-size:2rem;font-weight:800}.our-price{color:var(--accent)}.legal-content h2{margin-top:3rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--gray-200);font-size:1.5rem}.legal-content h2:first-of-type{margin-top:0}.legal-content h3{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.125rem}.legal-content li,.legal-content p{color:var(--gray-600);line-height:1.8}.legal-content ul{padding-left:1.5rem;margin:1rem 0}.legal-content li{margin-bottom:.5rem;list-style:disc}.legal-meta{background:var(--gray-50);padding:1rem 1.5rem;border-radius:.5rem;margin-bottom:2rem}.legal-meta p{margin:0;font-size:.875rem;color:var(--gray-500)}.highlight-box{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid var(--success);border-radius:.75rem;padding:1.5rem;margin:2rem 0}.highlight-box p{margin:0;color:#065f46}@keyframes spin{to{transform:rotate(1turn)}}.spinner{width:48px;height:48px;border:4px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;margin:0 auto 1.5rem;animation:spin 1s linear infinite}.success-icon{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.error-icon,.success-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.error-icon{background:#fee2e2}.step-box{padding:1.5rem;background:var(--gray-50);border-radius:.75rem}.problem-card{background:#fff;border-radius:1rem;padding:2rem;border:1px solid var(--gray-200)}.problem-card__icon{width:48px;height:48px;background:#fee2e2;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#dc2626}.problem-card__icon svg{width:24px;height:24px}.testimonial{background:#fff;border-radius:1rem;padding:2rem;border-left:4px solid var(--primary);margin-top:2rem}.testimonial__text{font-size:1.125rem;font-style:italic;color:var(--gray-700);margin-bottom:1rem}.testimonial__author{font-weight:600;color:var(--deep)}.testimonial__role{font-size:.875rem;color:var(--gray-500)}.history-card{background:var(--deep);border-radius:1rem;padding:1.5rem;color:#fff}.history-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:600}.history-card__item{background:hsla(0,0%,100%,.1);border-radius:.5rem;padding:1rem;margin-bottom:.75rem}.history-card__item:last-child{margin-bottom:0}.history-card__time{font-size:.75rem;color:var(--accent);margin-bottom:.25rem}.history-card__text{font-size:.875rem;color:hsla(0,0%,100%,.9);line-height:1.5}.mb-xs{margin-bottom:.25rem}.mb-md{margin-bottom:1rem}.mb-0{margin-bottom:0}.text-large{font-size:1.125rem}.text-small{font-size:.875rem}.items-center{align-items:center}.gap-xl{gap:2rem}.gap-3xl{gap:4rem}.mx-auto{margin-left:auto;margin-right:auto}.noteiq-hero{background:linear-gradient(135deg,#0f172a,#1e3a5f 50%,#0d4f4f);padding:8rem 0 5rem;min-height:90vh;display:flex;align-items:center;position:relative;overflow:hidden}.noteiq-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 70% 30%,rgba(45,212,191,.1) 0,transparent 50%)}.noteiq-hero__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:1}.noteiq-hero__content{max-width:600px}.noteiq-hero__image{display:flex;justify-content:center}.noteiq-logo{display:inline-flex;align-items:center;gap:.75rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1.5rem;font-weight:700;color:#fff}.noteiq-logo__icon{width:48px;height:48px;background:linear-gradient(135deg,var(--accent),var(--primary));border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.noteiq-logo__icon svg{width:28px;height:28px}.noteiq-hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(45,212,191,.15);border:1px solid rgba(45,212,191,.3);color:var(--accent);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.noteiq-hero__badge--small{padding:.375rem .875rem;font-size:.75rem}.noteiq-hero__badge svg{width:16px;height:16px}.noteiq-hero h1{color:#fff;font-size:3.5rem;margin-bottom:1.5rem;line-height:1.1}.noteiq-hero h1 span{color:var(--accent)}.noteiq-hero__subtitle{font-size:1.125rem;color:hsla(0,0%,100%,.8);margin-bottom:2rem;line-height:1.6}.noteiq-hero__cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.noteiq-hero__note{font-size:.875rem;color:hsla(0,0%,100%,.6);margin:0}.hero-mockup{background:#1e293b;border-radius:12px;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);overflow:hidden;width:100%;max-width:480px}.hero-mockup__browser{background:#334155;padding:.75rem 1rem;display:flex;align-items:center;gap:1rem}.hero-mockup__dots{display:flex;gap:6px}.hero-mockup__dots span{width:10px;height:10px;border-radius:50%;background:#475569}.hero-mockup__dots span:first-child{background:#ef4444}.hero-mockup__dots span:nth-child(2){background:#eab308}.hero-mockup__dots span:last-child{background:#22c55e}.hero-mockup__url{flex:1 1;background:#1e293b;padding:.5rem 1rem;border-radius:6px;font-size:.75rem;color:#94a3b8}.hero-mockup__content{padding:1.5rem}.hero-mockup__field{margin-bottom:1rem}.hero-mockup__label{display:block;font-size:.75rem;font-weight:600;color:#94a3b8;margin-bottom:.5rem}.hero-mockup__input{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:1rem;position:relative;min-height:120px}.hero-mockup__text{font-size:.875rem;color:#e2e8f0;line-height:1.6}.hero-mockup__mic{position:absolute;bottom:.75rem;right:.75rem;width:32px;height:32px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.hero-mockup__mic svg{width:16px;height:16px}.hero-mockup__mic--active{background:#ef4444;animation:pulse-mic 1.5s ease-in-out infinite}@keyframes pulse-mic{0%,to{box-shadow:0 0 0 0 rgba(239,68,68,.4)}50%{box-shadow:0 0 0 8px rgba(239,68,68,0)}}.hero-mockup__status{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#94a3b8}.hero-mockup__recording{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:blink 1s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@media (max-width:968px){.noteiq-hero__grid{grid-template-columns:1fr;gap:3rem}.noteiq-hero__image{order:-1}.hero-mockup{max-width:400px}}@media (max-width:768px){.noteiq-hero{padding:7rem 0 4rem;min-height:auto}.noteiq-hero h1{font-size:2.25rem}.noteiq-hero__cta{flex-direction:column}.noteiq-hero__cta .btn{width:100%}.hero-mockup{max-width:100%}}.problem-card{background:#fef3c7;border:1px solid #fcd34d;border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}.problem-card__title{font-family:Plus Jakarta Sans,sans-serif;font-weight:600;color:#92400e;margin-bottom:.5rem}.problem-card__text{color:#78350f;font-size:.9375rem;line-height:1.6;margin:0}.step-card{text-align:center;padding:2rem}.step-card h4{margin-bottom:.5rem}.mode-card p{color:var(--gray-600);line-height:1.6;margin:0}.testimonial-simple{border-left:4px solid var(--primary);padding-left:1.5rem;margin:1.5rem 0}.testimonial-simple p{font-size:1.125rem;font-style:italic;color:var(--gray-700);margin-bottom:.75rem}.testimonial-simple cite{font-size:.875rem;color:var(--gray-500);font-style:normal}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}@media (max-width:768px){.feature-grid{grid-template-columns:1fr}.gap-3xl{gap:2rem}}@media (max-width:500px){.account-upgrade-grid{grid-template-columns:1fr!important}}