@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--blue-600:#2563eb;--blue-700:#1d4ed8;--blue-800:#1e40af;--blue-900:#1e3a8a;--blue-950:#172554;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-200:#bfdbfe;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--radius:10px;--transition:.2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:72px}body{color:var(--gray-700);-webkit-font-smoothing:antialiased;background:#fff;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.7}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}h1,h2,h3{color:var(--gray-900);font-weight:700;line-height:1.3}.wrap{max-width:1040px;margin:0 auto;padding:0 24px}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);height:60px;transition:border-color var(--transition), box-shadow var(--transition);background:#ffffffd9;border-bottom:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.nav--scrolled{border-bottom-color:var(--gray-200);box-shadow:0 1px 3px #0000000a}.nav__inner{justify-content:space-between;align-items:center;width:100%;max-width:1040px;margin:0 auto;padding:0 24px;display:flex}.nav__brand{color:var(--blue-700);font-size:.95rem;font-weight:700}.nav__links{align-items:center;gap:2px;display:flex}.nav__links li a{color:var(--gray-600);transition:color var(--transition), background var(--transition);border-radius:6px;padding:6px 10px;font-size:.84rem;font-weight:500;display:block}.nav__links li a:hover{color:var(--blue-700);background:var(--blue-50)}.nav__cta{background:var(--blue-600)!important;color:#fff!important;border-radius:6px!important;padding:7px 16px!important;font-weight:600!important}.nav__cta:hover{background:var(--blue-700)!important}.nav__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;display:none}.nav__toggle span{background:var(--gray-700);border-radius:2px;height:2px;display:block}@media (width<=860px){.nav__toggle{display:flex}.nav__links{border-bottom:1px solid var(--gray-200);background:#fff;flex-direction:column;gap:2px;padding:12px 24px;display:none;position:absolute;top:60px;left:0;right:0}.nav__links--open{display:flex}.nav__links li a{width:100%;padding:10px 12px}}.hero{background:linear-gradient(170deg, var(--blue-950) 0%, var(--blue-800) 50%, var(--blue-600) 100%);text-align:center;align-items:center;min-height:100svh;padding:80px 24px 56px;display:flex}.hero .wrap{max-width:760px}.hero__kicker{color:var(--blue-200);text-transform:uppercase;letter-spacing:.08em;border:1px solid #fff3;border-radius:999px;margin-bottom:24px;padding:6px 16px;font-size:.75rem;font-weight:600;display:inline-block}.hero h1{color:#fff;letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(1.8rem,4.5vw,2.8rem)}.hero__lead{color:#dbeafed9;max-width:640px;margin:0 auto 24px;font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.75}.hero__badges{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:32px;display:flex}.hero__badge{color:#ffffffe0;border:1px solid #ffffff2e;border-radius:999px;padding:5px 14px;font-size:.78rem;font-weight:500}.hero__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:24px;display:flex}.hero__deadline{color:#ffffffb3;font-size:.88rem}.hero__deadline strong{color:#fff}.btn{cursor:pointer;transition:all var(--transition);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:11px 24px;font-size:.9rem;font-weight:600;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--white{color:var(--blue-700);background:#fff}.btn--white:hover{background:var(--gray-50)}.btn--ghost{color:#fff;background:0 0;border-color:#ffffff4d}.btn--ghost:hover{background:#ffffff0f;border-color:#ffffff8c}.btn--primary{background:var(--blue-600);color:#fff}.btn--primary:hover{background:var(--blue-700)}.btn--outline{color:var(--blue-700);border-color:var(--gray-300);background:#fff}.btn--outline:hover{border-color:var(--blue-600);background:var(--blue-50)}.btn--full{width:100%}.section{padding:72px 24px}.section--alt{background:var(--gray-50)}.section--cta{background:var(--blue-50);text-align:center}.section--cta .section__intro{margin-left:auto;margin-right:auto}.section h2{margin-bottom:12px;font-size:clamp(1.35rem,2.5vw,1.75rem)}.section__intro{color:var(--gray-600);max-width:680px;margin-bottom:28px;line-height:1.75}.section__text{color:var(--gray-600);max-width:680px;margin-bottom:32px;line-height:1.75}.tiles{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.tile{border:1px solid var(--gray-200);border-radius:var(--radius);text-align:center;background:#fff;padding:24px 20px}.tile h3{color:var(--blue-800);margin-bottom:4px;font-size:1rem}.tile p{color:var(--gray-500);font-size:.88rem}.grid-2{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.card{border:1px solid var(--gray-200);border-radius:var(--radius);background:#fff;overflow:hidden}.card__header{text-transform:uppercase;letter-spacing:.06em;color:#fff;padding:10px 20px;font-size:.78rem;font-weight:700}.card__header--blue{background:var(--blue-600)}.card__header--teal{background:#0891b2}.card__body{padding:20px}.card__body h3{margin-bottom:10px;font-size:1rem}.card__body p{margin-bottom:6px}.card__label{text-transform:uppercase;letter-spacing:.05em;color:var(--blue-700);margin-top:4px;margin-bottom:8px;font-size:.78rem;font-weight:700}.checklist{gap:10px;display:grid}.checklist li{color:var(--gray-600);align-items:baseline;gap:10px;line-height:1.55;display:flex}.checklist li:before{content:"";background:var(--blue-600);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}.checklist--grid{grid-template-columns:repeat(2,1fr);gap:14px}.note{background:var(--blue-50);border-left:3px solid var(--blue-600);color:var(--gray-700);border-radius:8px;margin-top:24px;padding:14px 18px;font-size:.9rem;line-height:1.65}.note--accent{font-weight:500}.pathbox{border:1px solid var(--gray-200);border-radius:var(--radius);background:#fff;flex-direction:column;gap:10px;padding:28px 24px;display:flex}.pathbox--1{border-top:3px solid var(--blue-600)}.pathbox--2{border-top:3px solid #0891b2}.pathbox h3{color:var(--blue-900);font-size:1.1rem}.pathbox p{color:var(--gray-600);line-height:1.6}.pathbox__quote{background:var(--gray-50);border-left:3px solid var(--blue-200);color:var(--gray-600);border-radius:8px;margin-top:auto;padding:12px 16px;font-size:.9rem;font-style:italic;line-height:1.6}.pathbox .btn{margin-top:6px}.steps{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.step{text-align:center;border:1px solid var(--gray-200);border-radius:var(--radius);background:#fff;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;display:flex}.step__num{background:var(--blue-600);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;font-weight:700;display:flex}.step__label{text-transform:uppercase;letter-spacing:.08em;color:var(--blue-700);font-size:.72rem;font-weight:700}.step p:last-child{color:var(--gray-600);font-size:.88rem}.docs{gap:8px;display:grid}.doc{border:1px solid var(--gray-200);color:var(--blue-800);transition:border-color var(--transition), background var(--transition);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:14px 18px;font-size:.9rem;font-weight:600;display:flex}.doc:hover{border-color:var(--blue-200);background:var(--blue-50)}.doc svg{color:var(--gray-400);flex-shrink:0}.cta__hint{color:var(--gray-600);margin-bottom:20px}.cta__hint a{color:var(--blue-700);text-underline-offset:3px;font-weight:600;text-decoration:underline}.faq{gap:8px;display:grid}.faq__item{border:1px solid var(--gray-200);background:#fff;border-radius:8px;overflow:hidden}.faq__item[open]{border-color:var(--blue-200)}.faq__item summary{cursor:pointer;color:var(--gray-800);padding:14px 18px;font-size:.9rem;font-weight:600;list-style:none}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:before{content:"+ ";color:var(--blue-600);font-weight:700}.faq__item[open] summary:before{content:"− "}.faq__item p{color:var(--gray-600);padding:0 18px 16px 28px;font-size:.9rem;line-height:1.65}.card__body a{color:var(--blue-700);text-underline-offset:2px;text-decoration:underline}.footer{background:var(--gray-900);color:var(--gray-400);padding:48px 24px 28px;font-size:.88rem}.footer__grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.4fr 1fr 1fr;gap:32px;padding-bottom:28px;display:grid}.footer__brand{color:#fff;margin-bottom:8px;font-size:.95rem;font-weight:700}.footer__desc{max-width:36ch;line-height:1.65}.footer h3{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-300);margin-bottom:12px;font-size:.78rem;font-weight:600}.footer__links{gap:6px;display:grid}.footer__links a{color:var(--gray-400);transition:color var(--transition);font-size:.85rem}.footer__links a:hover{color:var(--blue-200)}.footer__logos{text-align:center;padding:24px 0}.footer__logos img{background:#fff;border-radius:8px;width:100%;max-width:460px;height:auto;margin:0 auto;padding:14px 24px}.footer__legal{color:var(--gray-500);text-align:center;border-top:1px solid #ffffff0f;padding-top:16px;font-size:.78rem;line-height:1.6}.reveal{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(20px)}.reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}@media (width<=900px){.tiles,.steps{grid-template-columns:repeat(2,1fr)}.checklist--grid{grid-template-columns:1fr}}@media (width<=640px){.section{padding:48px 16px}.hero{padding:72px 16px 40px}.tiles,.grid-2,.steps{grid-template-columns:1fr}.hero__actions{flex-direction:column}.btn{width:100%}.footer__grid{grid-template-columns:1fr;gap:24px}}.page-register{gap:32px;max-width:1040px;margin:0 auto;padding:80px 24px 64px;display:grid}.register-header{text-align:center;border-radius:var(--radius);background:var(--gray-50);border:1px solid var(--gray-200);padding:36px 28px}.back-link{color:var(--blue-700);align-items:center;margin-bottom:20px;font-weight:600;display:inline-flex}.back-link:hover{text-decoration:underline}.register-header h1{margin-bottom:14px;font-size:clamp(1.8rem,4vw,2.5rem)}.register-header p{color:var(--gray-600);max-width:560px;margin:0 auto;font-size:1rem}.selected-path-note{border:1px solid var(--blue-200);background:var(--blue-50);color:var(--blue-900);border-radius:8px;margin-top:12px;padding:10px 14px}.register-card{border-radius:var(--radius);border:1px solid var(--gray-200);background:#fff;padding:36px}.register-form{gap:20px;display:grid}.embed-shell{border:1px solid var(--gray-200);background:var(--gray-50);border-radius:8px;padding:8px}.google-form-frame{background:#fff;border:0;border-radius:6px;width:100%;min-height:800px}.small-note{color:var(--gray-500);text-align:center;font-size:.9rem}.submitted-note{border-left:3px solid var(--blue-600);background:var(--blue-50);color:var(--blue-900);border-radius:0 8px 8px 0;padding:14px}
