@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--bg: #000000;--bg-card: #0a0a0a;--bg-card-hover: #111111;--bg-elevated: #0f0f0f;--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .15);--border-green: rgba(74, 222, 128, .3);--green: #4ade80;--green-dark: #22c55e;--green-glow: rgba(74, 222, 128, .15);--green-glow-strong: rgba(74, 222, 128, .3);--white: #ffffff;--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-300: #d4d4d4;--gray-400: #a3a3a3;--gray-500: #737373;--gray-600: #525252;--gray-700: #404040;--gray-800: #262626;--gray-900: #171717;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm: .5rem;--radius: .75rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--radius-2xl: 1.5rem;--radius-full: 9999px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--white);min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:0;background-image:radial-gradient(1px 1px at 10% 20%,rgba(74,222,128,.4) 0%,transparent 100%),radial-gradient(1px 1px at 80% 10%,rgba(74,222,128,.3) 0%,transparent 100%),radial-gradient(1.5px 1.5px at 30% 70%,rgba(74,222,128,.5) 0%,transparent 100%),radial-gradient(1px 1px at 70% 40%,rgba(74,222,128,.25) 0%,transparent 100%),radial-gradient(1px 1px at 50% 90%,rgba(74,222,128,.35) 0%,transparent 100%),radial-gradient(1.5px 1.5px at 90% 60%,rgba(74,222,128,.4) 0%,transparent 100%),radial-gradient(1px 1px at 20% 50%,rgba(74,222,128,.2) 0%,transparent 100%),radial-gradient(1px 1px at 60% 80%,rgba(74,222,128,.3) 0%,transparent 100%),radial-gradient(2px 2px at 5% 85%,rgba(74,222,128,.6) 0%,transparent 100%),radial-gradient(2px 2px at 95% 25%,rgba(74,222,128,.5) 0%,transparent 100%);pointer-events:none}body:after{content:"";position:fixed;inset:0;z-index:0;background:radial-gradient(ellipse at 0% 50%,rgba(59,130,246,.08) 0%,transparent 50%),radial-gradient(ellipse at 100% 50%,rgba(59,130,246,.08) 0%,transparent 50%),radial-gradient(ellipse at 50% 100%,rgba(59,130,246,.05) 0%,transparent 50%);pointer-events:none}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none}img{max-width:100%;display:block}input,textarea,select{font-family:inherit}.navbar{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:100;background:#0a0a0ab3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-full);padding:10px 24px;display:flex;align-items:center;gap:8px;max-width:900px;width:auto;box-shadow:0 8px 32px #0006}.nav-container{display:flex;align-items:center;gap:8px;width:100%}.logo-img{height:36px;width:36px;object-fit:contain;border-radius:50%}.nav-links{display:none;align-items:center;gap:4px;flex:1}@media(min-width:768px){.nav-links{display:flex}}.nav-link{font-size:.8rem;font-weight:500;color:var(--gray-400);padding:8px 14px;border-radius:var(--radius-full);transition:all .25s ease;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.nav-link:hover{color:var(--white)!important;background:#ffffff0f}.nav-link.active{color:var(--green)!important}.nav-dropdown{position:relative}.nav-dropdown button{font-size:.8rem;font-weight:500;color:var(--gray-400);padding:8px 14px;border-radius:var(--radius-full);transition:all .25s ease;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:4px;font-family:var(--font);white-space:nowrap}.nav-dropdown button:hover{color:var(--white);background:#ffffff0f}.nav-dropdown-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(8px);background:#0a0a0ae6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-lg);padding:8px;min-width:180px;opacity:0;visibility:hidden;transition:all .25s cubic-bezier(.4,0,.2,1);z-index:200;box-shadow:0 20px 40px #00000080}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav-dropdown-menu a{display:block;padding:8px 14px;font-size:.8rem;font-weight:500;color:var(--gray-400);border-radius:var(--radius-sm);transition:all .2s}.nav-dropdown-menu a:hover{color:var(--white);background:#ffffff0f}.nav-socials{display:flex;align-items:center;gap:6px;margin-left:auto}.nav-socials svg{width:18px;height:18px;opacity:.5;transition:all .25s}.nav-socials a{padding:6px;border-radius:50%;transition:all .25s}.nav-socials a:hover{background:#ffffff0f}.nav-socials a:hover svg{opacity:1}.nav-cta{background:var(--bg-card);color:var(--white);font-size:.8rem;font-weight:600;padding:8px 20px;border-radius:var(--radius-full);border:1px solid var(--border);transition:all .25s;white-space:nowrap;margin-left:4px}.nav-cta:hover{background:var(--gray-800);border-color:var(--border-hover);transform:scale(1.03)}.mobile-menu-btn{display:block;padding:6px;border:1px solid var(--border);border-radius:var(--radius-sm);margin-left:auto}.mobile-menu-btn:hover{background:#ffffff0f}@media(min-width:768px){.mobile-menu-btn{display:none}}.spacer-top{height:100px}.main-bg{position:relative;z-index:1;min-height:100vh;animation:pageFadeIn .7s cubic-bezier(.4,0,.2,1)}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.section{padding:5rem 1.5rem}.section-container{max-width:1100px;margin:0 auto}.section-title{font-weight:700;text-align:center;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.15}.section-title.text-3xl{font-size:2rem}.section-title.text-4xl{font-size:2.75rem}@media(min-width:768px){.section-title.text-3xl{font-size:2.5rem}.section-title.text-4xl{font-size:3.5rem}}.section-subtitle{text-align:center;color:var(--gray-400);font-size:1.1rem;max-width:600px;margin:0 auto 3.5rem;line-height:1.7}.accent-line{width:48px;height:3px;background:var(--green);border-radius:var(--radius-full);margin:.75rem auto 2.5rem}.text-green{color:var(--green)}.text-white{color:var(--white)}.text-gray{color:var(--gray-400)}.grid-3{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-2{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:visible;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);height:100%;position:relative}.card:hover{border-color:var(--border-hover);background:var(--bg-card-hover);transform:translateY(-6px);box-shadow:0 20px 40px #0000004d,0 0 0 1px #ffffff0f}.card-featured{border:1px solid var(--border-green);transform:scale(1.03)}.card-featured:hover{transform:translateY(-6px) scale(1.05);border-color:var(--green);box-shadow:0 20px 60px #4ade8026,0 0 0 1px #4ade8033}.featured-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--green);color:var(--bg);padding:6px 20px;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:6px;z-index:10;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em}.featured-badge svg{width:14px;height:14px}.card-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.card-content.pt-extra{padding-top:2.75rem}.card-title{font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:.75rem;color:var(--white);letter-spacing:-.01em}.card-price-container{text-align:center;margin-bottom:1.5rem}.price{font-size:2.75rem;font-weight:800;line-height:1;color:var(--green);letter-spacing:-.03em}.price-old{text-decoration:line-through;color:var(--gray-500);font-size:1rem}.discount-row{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:8px}.discount-tag{background:#4ade801a;color:var(--green);padding:4px 10px;border-radius:var(--radius-full);font-size:.75rem;font-weight:700}.price-sub{color:var(--gray-500);margin-top:6px;font-size:.9rem}.badge-container{text-align:center;margin-bottom:1.25rem}.badge-gray{background:var(--gray-800);color:var(--gray-400);padding:8px 20px;border-radius:var(--radius-full);font-size:.8rem;font-weight:600;display:inline-block;text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--border)}.features-list{flex-grow:1;margin-bottom:1.5rem}.features-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:.75rem;font-size:.875rem;line-height:1.5;color:var(--gray-300)}.icon{width:18px;height:18px;flex-shrink:0;margin-top:2px;color:var(--green)}.card-footer{display:flex;flex-direction:column;gap:.75rem;margin-top:auto}.guarantee{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--gray-500);font-size:.8rem}.guarantee svg{width:14px;height:14px}.dark-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);color:var(--white)}.dark-card:hover{border-color:var(--border-green);transform:translateY(-4px);box-shadow:0 0 40px var(--green-glow)}.dark-card.border-gold{border-color:#eab30826}.dark-card.border-gold:hover{border-color:#eab3084d;box-shadow:0 0 40px #eab3081a}.dark-card h3{font-size:1.125rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.01em}.dark-card p{color:var(--gray-400);font-size:.9rem;line-height:1.7}.green-card{background:var(--bg-card);border:1px solid var(--border-green);border-radius:var(--radius-xl);padding:2.25rem 2rem;text-align:center;color:var(--white);transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;height:100%}.green-card:hover{border-color:var(--green);transform:translateY(-6px);box-shadow:0 0 50px var(--green-glow),0 20px 40px #0000004d}.green-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--green);letter-spacing:-.01em}.green-card p{color:var(--gray-400);flex-grow:1;margin-bottom:1.5rem;line-height:1.7;font-size:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--radius-full);font-weight:600;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid transparent;position:relative;letter-spacing:.01em}.btn svg{width:16px;height:16px;transition:transform .3s;position:relative;z-index:1}.btn:hover svg{transform:translate(4px)}.btn:hover{transform:translateY(-2px)}.btn-full{width:100%}.btn-green{background:var(--green);color:var(--bg);border-color:var(--green);font-weight:700}.btn-green:hover{background:var(--green-dark);box-shadow:0 8px 30px var(--green-glow-strong)}.btn-gold{background:var(--bg-card);color:var(--white);border-color:var(--border)}.btn-gold:hover{background:var(--gray-800);border-color:var(--border-hover);box-shadow:0 8px 30px #0000004d}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--white)}.btn-outline:hover{background:#ffffff0a;border-color:var(--border-hover)}.btn-disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.martes-hero{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:0 1.5rem 1rem;text-align:center;max-width:900px;margin:0 auto}.martes-logo-circle{width:100%;max-width:500px;height:auto;display:flex;align-items:center;justify-content:center;margin-bottom:0}.martes-logo-circle img{width:100%;height:100%;object-fit:contain}.martes-hero-title{font-size:3rem;font-weight:700;line-height:1.15;margin-top:0;margin-bottom:1.5rem;letter-spacing:-.04em;color:var(--white)}@media(min-width:768px){.martes-hero-title{font-size:4.8rem}}.font-serif.italic{font-family:Times New Roman,Times,serif;font-style:italic;font-weight:300;color:var(--gray-300)}.martes-hero-buttons{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%}@media(min-width:640px){.martes-hero-buttons{flex-direction:row;gap:1.5rem;width:auto}}.btn-white-pill{background:var(--white);color:var(--bg)!important;padding:16px 32px;border-radius:var(--radius-full);font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.02em;text-transform:uppercase;width:100%}@media(min-width:640px){.btn-white-pill{width:auto}}.btn-white-pill:hover{background:var(--gray-100);transform:translateY(-2px);box-shadow:0 10px 30px #ffffff26}.btn-white-pill svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.btn-white-pill:hover svg{transform:translate(4px)}.btn-ghost-pill{background:transparent;color:var(--gray-300);padding:14px 32px;border-radius:var(--radius-full);font-weight:600;font-size:.85rem;display:inline-flex;justify-content:center;transition:all .3s;letter-spacing:.08em;text-transform:uppercase;width:100%}@media(min-width:640px){.btn-ghost-pill{width:auto}}.btn-ghost-pill:hover{color:var(--white);background:#ffffff0f}.info-section{padding:4rem 1.5rem;text-align:center;max-width:800px;margin:0 auto}.info-section h2{font-size:2.25rem;font-weight:700;margin-bottom:1.25rem;letter-spacing:-.02em;line-height:1.15}@media(min-width:768px){.info-section h2{font-size:3rem}}.info-section p{color:var(--gray-400);font-size:1.05rem;line-height:1.8;margin-bottom:2rem}.comparison{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:900px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.comparison{grid-template-columns:1fr 1fr}}.comparison-col{padding:2rem;border-radius:var(--radius-xl);background:var(--bg-card);border:1px solid var(--border);transition:all .3s}.comparison-col:hover{border-color:var(--border-hover)}.comparison-col h3{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem}.comparison-col ul li{display:flex;align-items:flex-start;gap:10px;margin-bottom:.75rem;line-height:1.6;color:var(--gray-300);font-size:.9rem}.check-icon{color:var(--green);font-size:1.1rem;flex-shrink:0}.x-icon{color:#ef4444;font-size:1.1rem;flex-shrink:0}.steps-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.team-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:800px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.team-grid{grid-template-columns:1fr 1fr}}.team-member{text-align:center}.team-member h3{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.team-member .role{color:var(--green);font-weight:600;margin-bottom:.75rem;font-size:.9rem}.team-member p{color:var(--gray-400);line-height:1.7;font-size:.9rem}.course-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2.5rem}@media(min-width:768px){.course-features-grid{grid-template-columns:repeat(4,1fr)}}.course-feature{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;text-align:center;transition:all .3s}.course-feature:hover{border-color:var(--border-green)}.course-feature-icon{width:40px;height:40px;margin:0 auto .75rem;color:var(--green)}.course-feature h4{font-weight:700;margin-bottom:.25rem;font-size:.9rem}.course-feature p{color:var(--gray-500);font-size:.8rem}.course-info-box{background:var(--bg-card);border:1px solid var(--border-green);border-radius:var(--radius-xl);padding:2.5rem;display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.course-info-box{flex-direction:row;align-items:center}}.course-info-left{flex:1}.course-info-left h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.course-info-left ul li{margin-bottom:.5rem;display:flex;align-items:center;gap:8px;color:var(--gray-300);font-size:.9rem}.course-info-right{flex:1;color:var(--gray-400);line-height:1.8;font-size:.9rem}.temario-list{max-width:700px;margin:0 auto}.temario-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.5rem;overflow:hidden;transition:all .3s}.temario-item:hover{border-color:var(--border-hover)}.temario-header{display:flex;align-items:center;padding:1rem 1.25rem;gap:.75rem;cursor:pointer}.temario-header:hover{background:#ffffff05}.temario-number{width:28px;height:28px;background:var(--green);color:var(--bg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.tool-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem;display:flex;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);color:var(--white)}.tool-card:hover{border-color:var(--border-green);transform:translateY(-6px);box-shadow:0 0 50px var(--green-glow),0 20px 40px #0000004d}.tool-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--white)}.tool-card p{color:var(--gray-400);margin-bottom:1rem;font-size:.9rem}.tool-card ul{flex-grow:1;margin-bottom:1.5rem}.tool-card ul li{display:flex;align-items:center;gap:8px;margin-bottom:.5rem;font-size:.875rem;color:var(--gray-300)}.cta-banner{background:var(--bg-card);border:1px solid var(--border-green);border-radius:var(--radius-xl);padding:3rem 2rem;text-align:center;max-width:800px;margin:2rem auto;transition:all .3s}.cta-banner:hover{box-shadow:0 0 60px var(--green-glow)}.cta-banner h2{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.01em}.cta-banner p{color:var(--gray-400);margin-bottom:1.5rem;line-height:1.7;max-width:600px;margin-left:auto;margin-right:auto;font-size:.95rem}.afiliados-hero{text-align:center;padding:5rem 1.5rem 2rem;max-width:800px;margin:0 auto}.afiliados-hero h1{font-size:2.5rem;font-weight:800;margin-bottom:.75rem;line-height:1.1;letter-spacing:-.03em}@media(min-width:768px){.afiliados-hero h1{font-size:3.25rem}}.afiliados-hero h2{font-size:1.25rem;font-weight:600;color:var(--green);margin-bottom:1.25rem}.afiliados-hero p{color:var(--gray-400);line-height:1.8;margin-bottom:1.25rem;font-size:1rem}.afiliados-info{max-width:800px;margin:0 auto;padding:0 1.5rem 3rem}.afiliados-info h2{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.afiliados-info p{color:var(--gray-400);line-height:1.8;margin-bottom:1.25rem}.afiliados-info h3{font-weight:700;font-size:1.125rem;margin-bottom:.75rem;margin-top:1.5rem}.afiliados-note{font-size:.8rem;color:var(--gray-500);border-top:1px solid var(--border);padding-top:1rem;margin-top:1.5rem}.faq-container{max-width:700px;margin:0 auto;padding:0 1.5rem}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.5rem;overflow:hidden;transition:all .3s}.faq-item:hover{border-color:var(--border-hover)}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .25s;color:var(--gray-300)}.faq-question:hover{color:var(--white);background:#ffffff05}.faq-question svg{flex-shrink:0;transition:transform .3s;color:var(--gray-500)}.faq-item.open .faq-question svg{transform:rotate(180deg)}.faq-answer{padding:0 1.25rem;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;color:var(--gray-400);line-height:1.7;font-size:.875rem}.faq-item.open .faq-answer{max-height:500px;padding:0 1.25rem 1rem}.blog-header{text-align:center;padding:4rem 1.5rem 1rem;max-width:700px;margin:0 auto}.blog-header h1{font-size:2.5rem;font-weight:800;margin-bottom:.75rem;letter-spacing:-.03em}@media(min-width:768px){.blog-header h1{font-size:3.25rem}}.blog-header p{color:var(--gray-400);font-size:1rem}.blog-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem}@media(min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}.blog-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.blog-card:hover{border-color:var(--border-green);transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.blog-card-img{width:100%;height:180px;background:linear-gradient(135deg,#0f0f0f,#1a1a1a);overflow:hidden}.blog-card-img img{width:100%;height:100%;object-fit:cover}.blog-card-body{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.blog-card-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.75rem;color:var(--gray-500)}.blog-card-tag{background:#4ade801a;color:var(--green);padding:2px 10px;border-radius:var(--radius-full);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.blog-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;line-height:1.4}.blog-card p{color:var(--gray-400);font-size:.85rem;line-height:1.6;flex-grow:1;margin-bottom:.75rem}.blog-card-link{color:var(--green);font-weight:600;font-size:.85rem;display:flex;align-items:center;gap:4px}.blog-card-link:hover{color:var(--white)}.contact-hero{text-align:center;padding:4rem 1.5rem 1rem;max-width:700px;margin:0 auto}.contact-hero h1{font-size:2.25rem;font-weight:800;margin-bottom:.75rem;line-height:1.15;letter-spacing:-.02em}@media(min-width:768px){.contact-hero h1{font-size:3rem}}.contact-hero h2{font-size:1.125rem;font-weight:600;color:var(--green);margin-bottom:.75rem}.contact-hero p{color:var(--gray-400);line-height:1.7;font-size:.95rem}.contact-form-section{max-width:600px;margin:2rem auto 4rem;padding:0 1.5rem}.contact-form-section h2{font-size:1.25rem;font-weight:700;margin-bottom:1.25rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form label{font-weight:600;font-size:.8rem;margin-bottom:.25rem;display:block;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400)}.contact-form input,.contact-form textarea{width:100%;padding:.875rem 1rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);color:var(--white);font-size:.95rem;transition:all .3s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px var(--green-glow)}.contact-form textarea{min-height:140px;resize:vertical}.contact-form .checkbox-row{display:flex;align-items:flex-start;gap:8px;font-size:.8rem;color:var(--gray-400)}.contact-form .checkbox-row input[type=checkbox]{width:auto;margin-top:3px;accent-color:var(--green)}.footer{background:var(--bg);border-top:1px solid var(--border);padding:3rem 1.5rem;position:relative;z-index:1}.footer-container{max-width:1100px;margin:0 auto}.newsletter{margin-bottom:2.5rem}.newsletter h2{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--green)}.newsletter p{margin-bottom:1rem;color:var(--gray-400);font-size:.9rem;line-height:1.6;max-width:500px}.newsletter-form{display:flex;gap:.75rem;max-width:400px}.newsletter-form input{flex:1;padding:.6rem .875rem;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg-card);color:var(--white);font-size:.85rem}.newsletter-form input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px var(--green-glow)}.newsletter-form .btn{padding:.6rem 1.25rem;font-size:.8rem}.footer-nav{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:1.5rem}@media(min-width:768px){.footer-nav{flex-direction:row;justify-content:space-between}}.footer-logo{width:40px;height:40px;object-fit:contain;border-radius:50%}.footer-links{display:flex;flex-direction:column;align-items:center;gap:.75rem}@media(min-width:768px){.footer-links{flex-direction:row;gap:1.25rem}}.footer-links a{color:var(--gray-400);font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-socials{display:flex;align-items:center;gap:8px}.footer-socials a{opacity:.5;transition:opacity .2s}.footer-socials a:hover{opacity:1}.footer-contact{text-align:center;font-size:.9rem;margin-bottom:1rem;color:var(--gray-400)}.footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;color:var(--gray-500);font-size:.8rem;margin-bottom:1.25rem}.footer-legal a:hover{color:var(--white)}.dot{display:none}@media(min-width:640px){.dot{display:inline}}.footer-copyright{border-top:1px solid var(--border);padding-top:1.25rem;text-align:center;color:var(--gray-600);font-size:.8rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.text-center{text-align:center}.section-grad-1,.section-grad-2{background:transparent;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
