.page-hero{position:relative;padding-top:clamp(7rem,10vw,8.5rem);padding-bottom:clamp(3rem,6vw,4.5rem);background:var(--gradient-hero);text-align:center;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.055) 1px,transparent 1px);background-size:60px 60px}.page-hero__content{position:relative;z-index:2}.page-hero .badge{margin-bottom:var(--space-6)}.page-hero h1{margin-bottom:var(--space-4)}.page-hero__subtitle{font-size:clamp(1rem,.6vw + .88rem,1.2rem);color:var(--text-muted);max-width:64ch;margin-inline:auto;line-height:1.65}.mission-section{overflow:hidden}.mission-section .split{align-items:center}.mission-section h2{margin-bottom:var(--space-4)}.mission-section p{color:var(--text-muted);line-height:1.7;margin-bottom:var(--space-4)}.mission-visual{background:var(--glass-bg);border:var(--glass-border);border-radius:var(--radius-xl);padding:var(--space-10);text-align:center}.mission-visual__stat{font-size:var(--text-display);font-weight:800;background:var(--gradient-cta);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1}.mission-visual__label{font-size:var(--text-body-lg);color:var(--text-muted);margin-top:var(--space-2)}.values-grid{display:grid;grid-template-columns:1fr;gap:var(--space-6)}@media(min-width:768px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-card{padding:var(--space-6)}.value-card h4{margin-bottom:var(--space-2)}.value-card p{font-size:var(--text-body-sm);color:var(--text-muted);line-height:1.6}.contact-grid{display:grid;grid-template-columns:1fr;gap:var(--space-10);align-items:start}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info h2{margin-bottom:var(--space-4)}.contact-info p{color:var(--text-muted);line-height:1.7;margin-bottom:var(--space-6)}.contact-methods{display:flex;flex-direction:column;gap:var(--space-5)}.contact-method{display:flex;align-items:flex-start;gap:var(--space-4)}.contact-method__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md);background:#2563eb1a;color:var(--color-primary-400);flex-shrink:0}.contact-method__icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.5}.contact-method__label{font-size:var(--text-body-sm);color:var(--text-muted)}.contact-method__value{font-weight:500;color:var(--text-strong)}.contact-form{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-8)}.contact-form__title{font-size:var(--text-h3);margin-bottom:var(--space-2)}.contact-form__intro{color:var(--text-muted);margin-bottom:var(--space-6)}.contact-form__submit{width:100%;justify-content:center}.form-privacy-notice{margin-top:var(--space-4);color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.6}.form-privacy-notice a,.unsubscribe-help a{color:var(--color-primary);text-decoration:underline;text-underline-offset:.16em}@media(max-width:767px){.page-hero{padding-top:104px;padding-bottom:var(--space-10)}.page-hero h1{font-size:clamp(2rem,9vw,2.65rem)}.page-hero__subtitle{line-height:1.58}.contact-form{order:-1;padding:var(--space-5)}}.form-group{margin-bottom:var(--space-5)}.form-group label{display:block;font-size:var(--text-body-sm);font-weight:500;color:#334155;margin-bottom:var(--space-2)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:var(--space-3) var(--space-4);background:var(--surface-card);border:1px solid #CBD5E1;border-radius:var(--radius-md);color:var(--text-strong);font-size:var(--text-body);font-family:var(--font-primary);transition:border-color var(--transition-base);min-height:44px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary-500);box-shadow:0 0 0 3px #2563eb26}.form-group textarea{resize:vertical;min-height:120px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}@media(max-width:480px){.form-row{grid-template-columns:1fr}}.legal-content{max-width:750px;margin-inline:auto}.legal-content h2{font-size:var(--text-h3);margin-top:var(--space-10);margin-bottom:var(--space-4)}.legal-content h3{font-size:var(--text-h4);margin-top:var(--space-8);margin-bottom:var(--space-3)}.legal-content p{color:var(--text-muted);line-height:1.7;margin-bottom:var(--space-4)}.legal-content ul{color:var(--text-muted);line-height:1.7;margin-bottom:var(--space-4);padding-left:var(--space-6);list-style:disc}.legal-content li{margin-bottom:var(--space-2)}.legal-content strong{color:var(--text-strong)}.legal-content a{color:var(--color-primary-700);text-decoration:underline;text-underline-offset:.15em}.legal-content a:hover{color:var(--color-primary-600)}.legal-content .last-updated{font-size:var(--text-body-sm);color:var(--text-muted);font-style:italic;margin-bottom:var(--space-8)}.unsubscribe-layout{max-width:680px}.unsubscribe-card{margin-inline:auto}.unsubscribe-status{margin-top:var(--space-5);padding:var(--space-4);border-radius:var(--radius-md)}.unsubscribe-status:empty{display:none}.unsubscribe-status--success{color:var(--color-success-700, #166534);background:var(--color-success-50, #f0fdf4);border:1px solid var(--color-success-200, #bbf7d0)}.unsubscribe-status--error{color:var(--color-danger-700, #b91c1c);background:var(--color-danger-50, #fef2f2);border:1px solid var(--color-danger-200, #fecaca)}.unsubscribe-help{margin-top:var(--space-5);color:var(--color-text-muted)}.legal-content .legal-table{width:100%;border-collapse:collapse;margin:var(--space-4) 0 var(--space-6);font-size:var(--text-body-sm);color:var(--text-muted)}.legal-content .legal-table th,.legal-content .legal-table td{text-align:left;vertical-align:top;padding:var(--space-3);border:1px solid var(--border-subtle);line-height:1.6}.legal-content .legal-table th{color:var(--text-strong);font-weight:600}.legal-content .legal-table thead th{background:var(--surface-subtle)}@media(max-width:767px){.legal-content .legal-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:var(--space-8)}.error-page__code{font-size:clamp(6rem,15vw,12rem);font-weight:800;background:var(--gradient-cta);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:var(--space-4)}.error-page h1{font-size:var(--text-h2);margin-bottom:var(--space-4)}.error-page p{color:var(--text-muted);margin-bottom:var(--space-8);max-width:400px;margin-inline:auto}.team-grid{display:grid;grid-template-columns:1fr;gap:var(--space-6)}@media(min-width:640px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.team-grid{grid-template-columns:repeat(4,1fr)}}.team-card{text-align:center;padding:var(--space-8) var(--space-6)}.team-card__avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary-600),var(--color-success-500));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:var(--text-h3);color:var(--color-white);margin:0 auto var(--space-5);box-shadow:0 0 30px #2563eb33}.team-card__name{font-size:var(--text-h4);font-weight:600;margin-bottom:var(--space-1)}.team-card__bio{font-size:var(--text-body-sm);color:var(--text-muted);line-height:1.6}.changelog-timeline{max-width:750px;margin-inline:auto;position:relative;padding-left:var(--space-8)}.changelog-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--color-primary-500),#CBD5E1)}.changelog-release{position:relative;margin-bottom:var(--space-10)}.changelog-release:before{content:"";position:absolute;left:calc(-1 * var(--space-8) - 5px);top:6px;width:12px;height:12px;border-radius:50%;background:var(--color-primary-500);border:3px solid var(--color-neutral-950);box-shadow:0 0 15px #2563eb4d;border-color:var(--surface-page)}.changelog-release__header{display:flex;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap}.changelog-release__version{font-size:var(--text-h3);font-weight:700;color:var(--text-strong)}.changelog-release__date{font-size:var(--text-body-sm);color:var(--text-muted)}.changelog-release__items{display:flex;flex-direction:column;gap:var(--space-3)}.changelog-item{display:flex;align-items:flex-start;gap:var(--space-3);font-size:var(--text-body);color:var(--text-strong);line-height:1.6}.changelog-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--radius-full);font-size:var(--text-label);font-weight:600;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;margin-top:3px}.changelog-tag--new{background:#10b98126;color:var(--color-success-600)}.changelog-tag--improved{background:#2563eb26;color:var(--color-primary-400)}.changelog-tag--fixed{background:#f59e0b26;color:var(--color-warning-500)}.form-status{min-height:1.5em;color:var(--text-color-body);font-size:var(--text-body-sm)}.form-status--success{color:var(--color-success-500, #059669)}.form-status--error{color:var(--color-danger-500)}
