body{margin:0}html{scroll-behavior:smooth}*,:before,:after{box-sizing:border-box}body{color:#1e293b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;margin:0;font-family:Pretendard,system-ui,-apple-system,Segoe UI,Roboto,Noto Sans KR,sans-serif;line-height:1.6}#root{min-height:100vh}:root{--navy:#0f2744;--navy-dark:#0a1c30;--section-navy-deep:#071a33;--footer-bg:#061426;--blue:#2563eb;--blue-dark:#1d4ed8;--blue-light:#3b82f6;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--section-surface-bg:#f5f8fc;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-600:#475569;--gray-800:#1e293b;--red-accent:#ef4444;--shadow-sm:0 1px 3px #0f274414;--shadow-md:0 4px 16px #0f27441a;--radius:12px;--header-height:72px;--motion-duration:.6s;--motion-duration-soft:.55s;--motion-ease:ease}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.container--narrow{max-width:720px}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .22s,transform .22s,box-shadow .22s;display:inline-flex;transform:translateY(0)}.btn:hover{transform:translateY(-2px)}.btn--pill{border-radius:999px;padding:14px 28px}.btn--primary{background:var(--blue);color:var(--white);box-shadow:0 4px 14px #2563eb47}.btn--primary:hover{background:var(--blue-dark);box-shadow:0 8px 24px #2563eb5c}.btn--white{background:var(--white);color:var(--navy);box-shadow:0 2px 12px #0f27441f}.btn--white:hover{background:var(--white);box-shadow:0 8px 22px #0f27442e}.btn--outline{background:var(--white);color:var(--blue);border:2px solid var(--blue);box-shadow:0 2px 10px #2563eb14}.btn--outline:hover{background:#2563eb0d;box-shadow:0 6px 20px #2563eb29}@keyframes btn-intro-white{0%,to{transform:translateY(0);box-shadow:0 2px 12px #0f27441f}50%{transform:translateY(-3px);box-shadow:0 10px 28px #0f274438}}@keyframes btn-intro-primary{0%,to{transform:translateY(0);box-shadow:0 4px 14px #2563eb47}50%{transform:translateY(-3px);box-shadow:0 12px 32px #2563eb66}}.hero__buttons .btn--white.btn--intro-once{animation:btn-intro-white .75s var(--motion-ease) .52s 1}.hero__buttons .btn--primary.btn--intro-once{animation:btn-intro-primary .75s var(--motion-ease) .68s 1}.btn--full{width:100%;padding:16px 24px;font-size:1rem}.btn__icon{flex-shrink:0;width:18px;height:18px}.header{z-index:100;background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0}.header__inner{height:var(--header-height);grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;display:grid}.header__brand{align-items:center;gap:10px;min-width:0;display:flex}.header__brand-text{min-width:0}.header__logo-icon{background:var(--blue);width:40px;height:40px;color:var(--white);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.header__logo-icon svg{width:22px;height:22px}.header__logo{color:var(--navy);letter-spacing:-.03em;white-space:nowrap;font-size:1.0625rem;font-weight:700;line-height:1.25;display:block}.header__logo-full{display:inline}.header__logo-short{display:none}.header__desc{color:var(--gray-400);white-space:nowrap;font-size:.75rem;line-height:1.35;display:block}.header__phone{color:var(--gray-800);justify-self:center;align-items:center;gap:6px;font-size:.9375rem;font-weight:600;text-decoration:none;display:flex}.header__phone:hover{color:var(--blue)}.header__phone-icon{width:16px;height:16px;color:var(--blue)}.header .btn--primary{justify-self:end}.fade-up{opacity:0;transition:opacity var(--motion-duration) var(--motion-ease), transform var(--motion-duration) var(--motion-ease);transform:translateY(20px)}.fade-up--soft{transition:opacity var(--motion-duration-soft) var(--motion-ease), transform var(--motion-duration-soft) var(--motion-ease);transform:translateY(14px)}.fade-up--visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fade-up,.fade-up--soft{transition:none}.fade-up--visible{opacity:1;transform:none}.btn--intro-once{animation:none!important}.image-slider__img--license-zoom{transition:opacity .6s var(--motion-ease)}.image-slider__slide--active .image-slider__img--license-zoom{transform:scale(1)}.recommend-card__check{opacity:1;transform:scale(1);animation:none!important}.diff-card:hover,.service-card:hover,.recommend-card:hover,.problem-card:hover,.btn:hover{transform:none}.hero__title-em{filter:none;color:#93c5fd;background:0 0;-webkit-background-clip:unset;background-clip:unset}}.hero{color:var(--white);flex-direction:column;justify-content:center;min-height:600px;display:flex;position:relative;overflow:hidden}.hero__media{background:linear-gradient(135deg,#0a1628 0%,#0f2744 50%,#1a3a5c 100%);position:absolute;inset:0}.hero__bg-img,.hero__video{object-fit:cover;object-position:center center;width:100%;height:100%;position:absolute;inset:0}.hero__video{z-index:1;object-position:40% center}.hero__bg-img{z-index:0;object-position:40% center}.hero__overlay{z-index:2;pointer-events:none;background:#0f2744ad;position:absolute;inset:0}.hero__gradient{display:none}.hero__content{z-index:3;text-align:center;padding:80px 24px 100px;position:relative}.hero__badge-top{letter-spacing:.04em;color:#fffffff2;background:#ffffff14;border:1px solid #fff3;border-radius:999px;margin-bottom:20px;padding:6px 16px;font-size:.75rem;font-weight:600;display:inline-block}.hero__title{letter-spacing:-.03em;text-shadow:0 2px 20px #00000073;margin:0 0 20px;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.28}.hero__title-lead{color:#fffffff0;font-weight:700;display:inline-block}.hero__title-mid{color:#a7d8ff;text-shadow:0 2px 14px #00000061;font-weight:700;display:inline-block}.hero__title-em{letter-spacing:-.035em;background:linear-gradient(135deg,#e8f6ff 0%,#7ec3fa 46%,#3b82f6 78%,#2563eb 100%);color:#0000;-webkit-text-stroke:.35px #e0f2fe38;filter:drop-shadow(0 1px 2px #0000006b)drop-shadow(0 0 14px #60a5fa33);-webkit-background-clip:text;background-clip:text;margin-top:2px;padding-bottom:8px;font-size:1.06em;font-weight:800;display:inline-block;position:relative}.hero__title-em:after{content:"";opacity:.8;background:linear-gradient(90deg,#0000,#93c5fd 20%,#2563eb 80%,#0000);border-radius:999px;width:70%;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero__subtitle{color:#ffffffeb;text-shadow:0 1px 10px #00000059;margin:0 0 32px;font-size:1rem;line-height:1.7}.hero__br-desktop{display:none}.hero__buttons{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:32px;display:flex}.hero__trust-card{-webkit-backdrop-filter:blur(8px);text-align:center;background:#0a1c308c;border:1px solid #ffffff1f;border-radius:16px;margin-top:32px;padding:24px 20px}.hero__trust-title{color:var(--white);margin:0 0 8px;font-size:.9375rem;font-weight:700;line-height:1.4}.hero__trust-desc{color:#ffffffb8;margin:0 0 16px;font-size:.8125rem;line-height:1.6}.hero__trust-points{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.hero__trust-point{color:#ffffffe0;align-items:center;gap:5px;font-size:.75rem;font-weight:500;display:inline-flex}.hero__trust-point svg{color:#60a5fa;flex-shrink:0;width:16px;height:16px}.info-bar{background:var(--navy-dark);border-bottom:1px solid #ffffff14}.info-bar__inner{justify-content:center;align-items:center;padding:10px 24px;display:flex}.info-bar__link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.8125rem;font-weight:500;transition:color .2s}.info-bar__link:hover{color:var(--white)}.section{padding:80px 0}.section--gray{background:var(--gray-50)}.section--navy{background:var(--section-navy-deep);color:var(--white)}.section--problem{background:var(--white);padding-top:64px;padding-bottom:80px}.section--diff{background:var(--section-surface-bg)}.section--service{background:var(--white)}.section--recommend{background:var(--gray-50)}.section--region{background:var(--section-navy-deep);color:var(--white);padding-top:88px;padding-bottom:88px}.section--form{background:var(--section-surface-bg)}.section-header--center{text-align:center}.section-header--center .section-title{margin-bottom:48px}.section-label{color:var(--blue);margin-bottom:12px;font-size:.8125rem;font-weight:600;display:inline-block}.section-label--pill{background:#2563eb1a;border-radius:999px;padding:6px 16px}.section-label--light{color:#fffffff2;background:#ffffff26}.section-title{color:var(--gray-800);letter-spacing:-.02em;margin:0 0 48px;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.35}.section-title--left{text-align:left}.section-title--white{color:var(--white)}.section-note{text-align:center;color:var(--gray-400);margin:32px 0 0;font-size:.8125rem}.problem__inner{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:start;gap:40px 48px;display:grid}.problem__copy{flex-direction:column;justify-content:flex-start;max-width:none;display:flex}.problem__copy .section-label{letter-spacing:.01em;width:fit-content;max-width:100%;color:var(--blue-dark);background:#2563eb17;border:1px solid #2563eb1f;border-radius:999px;align-self:flex-start;margin-bottom:16px;padding:5px 12px;font-size:.75rem;font-weight:600;line-height:1.4}.problem__copy .section-title{color:var(--navy);letter-spacing:-.03em;margin:0 0 24px;font-size:clamp(1.75rem,3.6vw,2.375rem);font-weight:800;line-height:1.28}.problem__subcopy{color:#1e4d8c;letter-spacing:-.012em;max-width:34em;margin:0;font-size:clamp(1.0625rem,2.1vw,1.1875rem);font-weight:700;line-height:1.5}.problem__body{flex-direction:column;gap:.65em;max-width:34em;margin:24px 0 0;display:flex}.problem__body p{color:var(--gray-800);margin:0;font-size:1rem;line-height:1.7}.problem__cards{flex-direction:column;align-self:start;gap:12px;display:flex}.problem-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:var(--shadow-sm);align-items:center;gap:16px;padding:18px 20px;display:flex}.problem-card__icon{width:40px;height:40px;color:var(--red-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.problem-card__icon svg{width:24px;height:24px}.problem-card__title{color:var(--gray-800);margin:0;font-size:.9375rem;font-weight:600;line-height:1.4}.problem-banner{background:var(--blue);color:var(--white);border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:10px;margin-top:4px;padding:20px 24px;font-size:.9375rem;font-weight:600;display:flex}.problem-banner__text{line-height:1.5}.problem-banner__icon{flex-shrink:0;width:24px;height:24px}.diff__layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr);grid-template-areas:"visual intro""visual cards";align-items:start;gap:16px 48px;display:grid}.diff__visual{grid-area:visual}.diff__intro-wrap{grid-area:intro}.diff__cards{flex-direction:column;grid-area:cards;min-width:0;display:flex}.diff__cert-card{background:var(--navy);border-radius:16px;height:100%;padding:24px;box-shadow:0 10px 28px #0f274424}.diff__visual-label{color:#ffffff8c;letter-spacing:.06em;text-transform:uppercase;text-align:center;margin:0 0 14px;font-size:.75rem;font-weight:600}.diff__cert-image-wrap,.diff__cert-doc,.diff__cert-caption,.diff__cert-dots{display:none}.image-slider{width:100%}.image-slider__frame{aspect-ratio:4/3;background:#ffffff0f;border-radius:12px;position:relative;overflow:hidden}.image-slider__frame--document{aspect-ratio:auto;background:#fff;border:1px solid #ffffff38;height:500px;box-shadow:inset 0 0 0 1px #0f27440a,0 2px 10px #0f274414}.image-slider__slide{opacity:0;pointer-events:none;transition:opacity .8s;position:absolute;inset:0}.image-slider__slide--document{background:#fff;justify-content:center;align-items:flex-start;display:flex;inset:10px 12px;overflow:hidden}.image-slider__slide--active{opacity:1;pointer-events:auto}.image-slider__img{object-fit:cover;object-position:center;background:var(--gray-100);width:100%;height:100%;display:block}.image-slider__img--document{object-fit:contain;object-position:top center;filter:contrast(1.05)saturate(1.02);background:#fff;width:100%;max-width:100%;height:100%;max-height:100%}.image-slider__img--license-zoom{transform-origin:top;transition:transform 3.6s ease-out,opacity .8s;transform:scale(1)}.image-slider__slide--active .image-slider__img--license-zoom{transform:scale(1.02)}.image-slider__img--placeholder{object-fit:contain;object-position:top center;background:#eef2f7}.image-slider__slide--document .image-slider__badge{top:auto;bottom:14px;right:14px}.image-slider__badge{background:var(--blue);color:var(--white);text-align:center;white-space:pre-line;box-shadow:var(--shadow-md);border-radius:8px;padding:8px 12px;font-size:.6875rem;font-weight:600;line-height:1.45;position:absolute;top:16px;right:16px}.image-slider__caption{color:var(--white);margin-top:20px}.image-slider__label{color:#fff9;margin:0 0 6px;font-size:.75rem}.image-slider__title{margin:0 0 8px;font-size:1rem;font-weight:700}.image-slider__desc{color:#ffffffb8;margin:0;font-size:.8125rem;line-height:1.6}.image-slider__dots{gap:8px;margin-top:16px;display:flex}.image-slider__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.image-slider__dot--active{background:var(--white);transform:scale(1.1)}.diff__intro{color:var(--gray-600);background:var(--white);border-radius:var(--radius);border:1px solid #0f274414;border-left:3px solid var(--blue);margin:0;padding:22px 24px;font-size:1.03125rem;line-height:1.8;box-shadow:0 1px 4px #0f27440a}.diff__intro-br-desktop{display:none}.diff__intro strong{color:var(--navy);font-weight:700}.diff-card{background:var(--white);border-radius:var(--radius);border:1px solid #0f274417;align-items:flex-start;gap:18px;min-height:92px;margin-bottom:16px;padding:22px 24px;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex;position:relative;box-shadow:0 1px 2px #0f27440a,0 2px 8px #0f27440d}.diff__cards .fade-up:last-child .diff-card{margin-bottom:0}.diff-card:hover{border-color:#2563eb33;transform:translateY(-3px);box-shadow:0 4px 14px #0f274414,0 2px 6px #0f27440d}.diff-card__icon{width:48px;height:48px;color:var(--blue);background:#2563eb1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.diff-card__icon svg{width:24px;height:24px}.diff-card__body{flex:1;min-width:0;padding-right:40px}.diff-card__title{color:var(--navy);letter-spacing:-.01em;margin:0 0 6px;font-size:1rem;font-weight:700;line-height:1.4}.diff-card__desc{color:var(--gray-600);margin:0;font-size:.875rem;line-height:1.65}.diff-card__num{color:#0f274447;letter-spacing:.04em;font-size:.8125rem;font-weight:700;position:absolute;top:20px;right:20px}.service-grid{grid-template-columns:repeat(8,1fr);gap:12px;display:grid}.service-card{background:var(--white);border-radius:var(--radius);text-align:center;border:1px solid #0f274417;flex-direction:column;align-items:center;gap:12px;padding:24px 12px;transition:box-shadow .22s,transform .22s,border-color .22s;display:flex;box-shadow:0 1px 2px #0f27440a,0 2px 8px #0f27440d}.service-card:hover{border-color:#2563eb2e;transform:translateY(-4px);box-shadow:0 8px 24px #0f27441a}.service-card__icon{width:48px;height:48px;color:var(--blue);background:#2563eb1a;border-radius:12px;justify-content:center;align-items:center;transition:background .22s;display:flex}.service-card:hover .service-card__icon{background:#2563eb38}.service-card__icon svg{width:28px;height:28px}.service-card__title{color:var(--gray-800);margin:0;font-size:.8125rem;font-weight:600;line-height:1.4}.card-grid{gap:24px;display:grid}.card-grid--4{grid-template-columns:repeat(4,1fr)}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);padding:28px 24px;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.card__icon{margin-bottom:16px;font-size:1.75rem;display:block}.card__title{color:var(--navy);margin:0 0 8px;font-size:1rem;font-weight:600;line-height:1.4}.card__desc{color:var(--gray-600);margin:0;font-size:.875rem;line-height:1.6}.card--region{background:#ffffff14;border-color:#ffffff26}.card--region .card__title{color:var(--white)}.card--region .card__desc{color:#ffffffbf}.card--region:hover{background:#ffffff1f}.recommend-box{background:var(--white);border:1px solid #0f274414;border-radius:16px;padding:32px;box-shadow:0 1px 2px #0f27440a,0 4px 16px #0f27440d}.recommend-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:32px;display:grid}.recommend-card{background:var(--gray-50);border-radius:var(--radius);border:1px solid #0f274414;align-items:flex-start;gap:12px;padding:16px 18px;transition:border-color .22s,transform .22s,box-shadow .22s;display:flex}.recommend-card:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 4px 16px #2563eb1f}.recommend-card p{color:var(--gray-800);margin:0;font-size:.875rem;line-height:1.5}.recommend-card__check{background:var(--blue);width:22px;height:22px;color:var(--white);opacity:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.6875rem;font-weight:700;display:flex;transform:scale(.85)}@keyframes recommend-check-pop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.fade-up--visible .recommend-card__check{animation:recommend-check-pop .45s var(--motion-ease) .12s forwards}.recommend-cta{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.region__desc{text-align:center;color:#ffffffbf;max-width:36em;margin:-24px auto 40px;font-size:.9375rem;line-height:1.6}.region__br-desktop{display:none}.region-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px;display:grid}.region-card{border-radius:var(--radius);text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;padding:24px 20px;transition:background .2s,border-color .2s;box-shadow:0 4px 14px #0000001f}.region-card:hover{background:#ffffff14;border-color:#ffffff29}.region-card__icon{width:40px;height:40px;color:var(--white);background:#2563eb4d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 12px;display:flex}.region-card__icon svg{width:20px;height:20px}.region-card__title{color:var(--white);margin:0 0 8px;font-size:.9375rem;font-weight:700}.region-card__desc{color:#ffffffa6;margin:0;font-size:.8125rem;line-height:1.5}.region-cta{text-align:center}.region-cta__btn{padding:16px 32px;font-weight:600;color:var(--blue)!important}.section-title--form{line-height:1.32}.form-title__br-desktop{display:none}.form-intro{text-align:center;color:var(--gray-600);margin:-24px 0 32px;font-size:.9375rem;line-height:1.7}.form-intro__br{display:none}.consult-form--card{background:var(--white);border:1px solid #0f274417;border-radius:16px;max-width:720px;margin:0 auto;padding:32px;box-shadow:0 1px 2px #0f27440a,0 4px 16px #0f27440f,0 12px 32px #0f27440a}.form-pills{grid-template-columns:repeat(4,1fr);gap:10px;width:100%;display:grid}.form-pill{border:1px solid var(--gray-200);background:var(--white);width:100%;min-height:42px;color:var(--gray-600);text-align:center;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:10px 12px;font-family:inherit;font-size:.8125rem;transition:border-color .2s,background .2s,color .2s;display:flex}.form-pill:hover{border-color:var(--blue);color:var(--blue)}.form-pill--active{border-color:var(--blue);color:var(--blue);background:#2563eb14;font-weight:600}.form-phone-alt{text-align:center;color:var(--gray-400);margin:0;font-size:.875rem}.form-phone-alt a{color:var(--blue);font-weight:600;text-decoration:none}.form-phone-alt a:hover{text-decoration:underline}.form-success{color:#2e7d32;text-align:center;background:#e8f5e9;border-radius:8px;margin-bottom:24px;padding:16px 20px;font-size:.9375rem;font-weight:500}.consult-form{flex-direction:column;gap:20px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-field{flex-direction:column;gap:6px;display:flex}.form-label{color:var(--navy);font-size:.875rem;font-weight:600}.form-required{color:#e53935}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--gray-200);color:var(--gray-800);background:var(--white);border-radius:8px;padding:12px 16px;font-family:inherit;font-size:.9375rem;transition:border-color .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2563eb26}.form-field input.form-input--error,.form-field select.form-input--error,.form-field textarea.form-input--error{border-color:#e53935}.form-field textarea{resize:vertical;min-height:100px}.form-error{color:#e53935;font-size:.8125rem}.form-checkbox{color:var(--gray-600);cursor:pointer;align-items:flex-start;gap:10px;font-size:.875rem;display:flex}.form-checkbox input{width:18px;height:18px;accent-color:var(--blue);flex-shrink:0;margin-top:3px}.form-checkbox__detail{color:var(--gray-400);margin-top:4px;font-size:.75rem;display:block}.footer{background:var(--footer-bg);color:#ffffffc7;padding-top:56px}.footer__block{text-align:center;max-width:1080px;margin:0 auto;padding-bottom:44px}.footer__head{justify-content:center;align-items:center;gap:10px;margin-bottom:14px;display:flex}.footer__logo-icon{background:var(--blue);width:36px;height:36px;color:var(--white);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.footer__logo-icon svg{width:20px;height:20px}.footer__logo{color:var(--white);letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700}.footer__tagline{color:#ffffff9e;margin:0 0 22px;font-size:.875rem;line-height:1.65}.footer__meta{flex-direction:column;gap:12px;display:flex}.footer__line{color:#ffffffb3;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 14px;margin:0;font-size:.8125rem;line-height:1.6;display:flex}.footer__line--address{font-size:.8125rem;line-height:1.65}.footer__legal{border-top:1px solid #ffffff14;flex-direction:column;gap:10px;margin-top:4px;padding-top:16px;display:flex}.footer__line--legal{color:#ffffff80;gap:8px 12px;font-size:.75rem;line-height:1.6}.footer__sep{color:#ffffff38;-webkit-user-select:none;user-select:none}.footer__item{white-space:nowrap}.footer__line--address .footer__item,.footer__line--legal .footer__item{white-space:normal}.footer__link{color:var(--blue-light);font-weight:600;text-decoration:none;transition:color .2s}.footer__link:hover{color:#93c5fd;text-decoration:underline}.footer__bottom{border-top:1px solid #ffffff1a;padding:20px 0 24px}.footer__bottom p{color:#ffffff73;text-align:center;letter-spacing:.02em;margin:0;font-size:.75rem}.mobile-cta{z-index:200;background:var(--white);border-top:1px solid var(--gray-200);gap:8px;padding:12px 16px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #0000001a}.mobile-cta__btn{cursor:pointer;border:none;border-radius:999px;flex:1;justify-content:center;align-items:center;padding:14px 12px;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s;display:flex;transform:none}.mobile-cta__btn--phone{background:var(--gray-100);color:var(--navy)}.mobile-cta__btn--phone:hover{background:var(--gray-200)}.mobile-cta__btn--form{background:var(--blue);color:var(--white)}.mobile-cta__btn--form:hover{background:var(--blue-dark)}@media (width<=1024px){.service-grid{grid-template-columns:repeat(4,1fr)}.diff__layout{grid-template-columns:1fr;grid-template-areas:"intro""visual""cards";gap:24px}.problem__inner{grid-template-columns:1fr;gap:32px}.region-grid,.card-grid--4{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){:root{--header-height:60px;--motion-duration:.45s;--motion-duration-soft:.4s}.section{padding:56px 0}.section--problem{padding-top:48px;padding-bottom:56px}.section--region{padding-top:64px;padding-bottom:64px}.section-title{margin-bottom:32px}.section-title--form{font-size:1.25rem;line-height:1.35}.problem__copy .section-title{margin-bottom:22px;font-size:clamp(1.625rem,6.2vw,2rem);line-height:1.28}.problem__copy .section-label{margin-bottom:14px;padding:4px 10px;font-size:.6875rem}.problem__subcopy{font-size:.9375rem;line-height:1.5}.problem__body{gap:.6em;margin-top:22px}.problem__body p{font-size:.96875rem;line-height:1.7}.header__inner{grid-template-columns:1fr auto}.header__logo{letter-spacing:-.035em;font-size:.9375rem}.header__desc{font-size:.6875rem}.header__phone{display:none}.header .btn--primary{padding:10px 16px;font-size:.8125rem}.hero__content{padding:48px 24px 80px}.hero__title{line-height:1.32}.hero__title-em{padding-bottom:7px;font-size:1.04em}.hero__title-em:after{width:78%;height:2px}.hero__subtitle{margin-bottom:24px;font-size:.8125rem;line-height:1.6}.hero__trust-card{margin-top:24px;padding:20px 16px}.hero__trust-title{font-size:.875rem}.hero__trust-desc{font-size:.8125rem}.hero__trust-points{gap:12px}.hero__video{display:block}.hero__br-desktop{display:inline}.hero__buttons{flex-direction:column;align-items:stretch}.info-bar__inner{padding:9px 20px}.service-grid{grid-template-columns:repeat(2,1fr)}.card-grid--4,.form-row{grid-template-columns:1fr}.recommend-grid{grid-template-columns:1fr;gap:10px}.recommend-card{gap:10px;padding:14px}.recommend-card p{font-size:.8125rem}.recommend-card__check{width:20px;height:20px;font-size:.625rem}.recommend-cta{flex-direction:column}.recommend-cta .btn{width:100%}.region-grid{grid-template-columns:1fr}.region__desc{max-width:none;padding:0 4px}.form-intro__br{display:inline}.form-pills{grid-template-columns:repeat(2,1fr);gap:8px}.form-pill{padding:10px 8px;font-size:.75rem}.consult-form--card{padding:24px 20px}.image-slider__frame--document{height:400px}.image-slider__slide--document{inset:8px 10px}.diff__intro{padding:18px 20px;font-size:.96875rem;line-height:1.75}.diff-card{min-height:84px;margin-bottom:14px;padding:18px 20px}.diff-card__icon{width:44px;height:44px}.diff-card__title{font-size:.9375rem}.diff-card__desc{font-size:.8125rem}.footer__block{padding-bottom:36px}.footer__logo{font-size:1.125rem}.footer__tagline{margin-bottom:20px;padding:0 4px;font-size:.875rem;line-height:1.7}.footer__meta{gap:14px}.footer__line{flex-direction:column;gap:10px;font-size:.875rem;line-height:1.65}.footer__line--legal{font-size:.8125rem;line-height:1.65}.footer__sep{display:none}.footer__item{white-space:normal}.footer__link{padding:2px 0;display:inline-block}.footer__legal{gap:12px;margin-top:2px;padding-top:14px}.footer__bottom p{font-size:.6875rem;line-height:1.6}.mobile-cta{display:flex}.hero__buttons .btn--intro-once{animation:none}.image-slider__slide--active .image-slider__img--license-zoom{transform:scale(1)}.image-slider__img--license-zoom{transition:opacity .6s var(--motion-ease)}body{padding-bottom:80px}}@media (width<=420px){.header__logo-full{display:none}.header__logo-short{display:inline}}@media (width<=360px){.form-pills{grid-template-columns:1fr}}@media (width>=769px){.hero__br-desktop,.diff__intro-br-desktop,.form-title__br-desktop,.region__br-desktop{display:block}.region__desc{max-width:52em}}
