:root{--background:#f7f9fb;--foreground:#1a2433;--primary:#243444;--accent:#5d9ec4;--accent-muted:#e4eef5;--accent-strong:#3d85ad;--border:#d8e2ec;--muted-foreground:#526273;--surface:#ffffff;--ink:#1e2d3c;--container:72rem;--radius-sm:0.375rem;--radius-md:0.75rem;--radius-lg:1rem;--shadow-sm:0 1px 2px rgba(30, 45, 60, 0.05),0 8px 24px rgba(30, 45, 60, 0.06);--shadow-md:0 4px 12px rgba(30, 45, 60, 0.08),0 16px 40px rgba(30, 45, 60, 0.08);--heading-weight:600}*,::after,::before{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,system-ui,sans-serif;font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased}#main{overflow-x:hidden}.font-serif{font-family:"Source Serif 4",Georgia,serif}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--container);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 0}.site-logo{display:inline-flex;align-items:center;line-height:0;background:0 0}.site-logo__img{display:block;height:2.5rem;width:auto;aspect-ratio:1165/427;max-width:min(11rem,46vw)}.site-logo__fallback{font-size:1.25rem;font-weight:600;color:var(--primary)}.site-footer--dark .site-logo{padding:.25rem .5rem;border-radius:.375rem;background:#fff}.site-footer--dark .site-logo__img{height:2.25rem}.nav-primary{display:none;align-items:center;gap:1.75rem}@media (min-width:768px){.nav-primary{display:flex}.nav-toggle{display:none!important}}.nav-primary a:not(.btn){font-size:.9375rem;font-weight:600;color:var(--primary)}.nav-primary a:not(.btn):hover{color:var(--accent-strong)}.nav-cta{margin-left:.25rem}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border:none;background:0 0;color:var(--primary);cursor:pointer;border-radius:.375rem}.nav-mobile{display:none;border-top:1px solid var(--border);background:#fff}.nav-mobile.is-open{display:block}.nav-mobile ul{list-style:none;margin:0;padding:.75rem 1rem}.nav-mobile a{display:block;padding:.5rem .75rem;font-size:.875rem;font-weight:500;border-radius:.375rem}.nav-mobile a:hover{background:var(--accent-muted);color:var(--accent-strong)}.nav-mobile__cta{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.site-footer{background:#fff}.site-footer--dark{background:linear-gradient(180deg,var(--primary) 0,#243444 100%);color:rgba(255,255,255,.88);border-top:none}.site-footer--dark .company-id__label,.site-footer--dark .company-id__value,.site-footer--dark .footer-links a,.site-footer--dark .site-footer__copyright,.site-footer--dark .site-footer__legal a,.site-footer--dark .site-footer__tagline{color:rgba(255,255,255,.72)}.site-footer--dark .footer-links a:hover,.site-footer--dark .footer-links h3,.site-footer--dark .site-footer__legal a:hover{color:#fff}.site-footer--dark .site-footer__copy{border-top-color:rgba(255,255,255,.12)}.site-footer__grid{display:flex;flex-direction:column;gap:2rem;padding:3rem 0}@media (min-width:768px){.site-footer__grid{flex-direction:row;justify-content:space-between;align-items:flex-start}}.site-footer__tagline{max-width:24rem;font-size:.875rem;color:var(--muted-foreground);margin-top:1rem}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;font-size:.875rem}.footer-links h3{margin:0 0 .75rem;font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--primary)}.footer-links ul{list-style:none;margin:0;padding:0}.footer-links li+li{margin-top:.5rem}.footer-links a{color:var(--muted-foreground)}.site-footer__copy{border-top:1px solid var(--border);padding:1rem 0;text-align:center;font-size:.75rem;color:var(--muted-foreground)}.site-footer__legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.site-footer__legal a{color:var(--muted-foreground);font-weight:500}.site-footer__legal a:hover{color:var(--accent)}.site-footer__copyright{margin:0}.legal-document__updated{font-size:.875rem;margin:0 0 1.5rem}.legal-document__notice{border-top:1px solid var(--border);padding-top:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-sm);font-size:.9375rem;font-weight:600;padding:.7rem 1.35rem;border:2px solid transparent;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s,transform .2s,border-color .2s;text-decoration:none}.btn--sm{padding:.5rem 1rem;font-size:.8125rem}.btn--primary{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}.btn--primary:hover{background:#243444;color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn--accent{background:var(--accent);color:var(--primary);box-shadow:0 8px 24px rgba(111,168,200,.45)}.btn--accent:hover{background:#7eb5d6;color:var(--primary);transform:translateY(-1px)}.btn--light{background:#fff;color:var(--primary);box-shadow:0 10px 28px rgba(0,0,0,.18)}.btn--light:hover{background:var(--accent-muted);color:var(--primary);transform:translateY(-1px)}.btn--ghost{background:0 0;color:#fff;border-color:rgba(255,255,255,.55)}.btn--ghost:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff}.btn--lg{padding:.9rem 2rem;font-size:1rem;font-weight:700}.btn--outline{background:#fff;color:var(--primary);border-color:var(--primary)}.btn--outline:hover{background:var(--accent-muted);color:var(--primary);transform:translateY(-2px)}.section-surface--canvas{background:var(--background)}.section-surface--mist{background:linear-gradient(180deg,var(--accent-muted) 0,var(--background) 100%)}.section-surface--white{background:var(--surface)}.section-surface--ink{background:linear-gradient(165deg,var(--ink) 0,#2a3f52 100%);color:rgba(255,255,255,.88)}.section-surface--ink .section-head__kicker{color:var(--accent)}.section-surface--ink .section-head__title{color:#fff}.section-surface--ink .section-head__lead{color:rgba(255,255,255,.72)}.section-pad{padding:4.5rem 0}.section-pad--lg{padding:5.5rem 0}.section-pad__after-head{margin-top:3rem}.section-head{max-width:40rem}.section-head--center{margin-left:auto;margin-right:auto;text-align:center}.section-head__kicker{margin:0;font-size:.6875rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-strong)}.section-head__title{margin:.75rem 0 0;font-family:"Source Serif 4",Georgia,serif;font-size:clamp(1.75rem, 4vw, 2.5rem);font-weight:var(--heading-weight);line-height:1.12;letter-spacing:-.025em;color:var(--primary)}.section-head__lead{margin:1rem 0 0;font-size:1.125rem;line-height:1.65;color:var(--muted-foreground)}.section-hero{min-height:36rem}@media (min-width:1024px){.section-hero{min-height:40rem}}.section-backdrop{position:relative;overflow:hidden;isolation:isolate}.section-backdrop__image{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none}.section-backdrop__overlay{position:absolute;inset:0;z-index:1;pointer-events:none}.section-backdrop__overlay--hero{background:linear-gradient(105deg,rgba(30,45,60,.97) 0,rgba(36,52,68,.9) 42%,rgba(36,52,68,.55) 100%),radial-gradient(ellipse 80% 60% at 85% 40%,rgba(93,158,196,.22),transparent 50%)}.section-backdrop__overlay--teal{background:rgba(228,238,245,.75)}.section-backdrop__overlay--navy{background:rgba(255,255,255,.82)}.section-backdrop__overlay--cta{background:linear-gradient(0deg,#fff 0,rgba(255,255,255,.9) 45%,rgba(228,238,245,.4) 100%)}.section-backdrop--fallback{background:var(--accent-muted)}.section-band{border-bottom:1px solid color-mix(in srgb,var(--border) 65%,transparent)}.section-band--bordered{border-top:1px solid color-mix(in srgb,var(--border) 65%,transparent)}.section-band--bordered-top{border-top:1px solid color-mix(in srgb,var(--border) 65%,transparent)}.section-backdrop .service-card{background:rgba(255,255,255,.96);backdrop-filter:blur(6px)}.section-backdrop .methodology__item{background:rgba(255,255,255,.92);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}@media (min-width:900px){.section-backdrop .methodology__item{text-align:left;align-items:flex-start}}.section-backdrop__content{position:relative;z-index:2}.hero{padding:4.5rem 0 5rem}@media (min-width:768px){.hero{padding:5.5rem 0 6rem}}.hero__layout{display:grid;gap:2.5rem;align-items:end}@media (min-width:1024px){.hero__layout{grid-template-columns:minmax(0,1.15fr) minmax(16rem,0.85fr);gap:3rem;align-items:center}}.hero--immersive .hero__eyebrow{margin:0;font-size:.6875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent)}.hero--immersive .hero__title{margin:1rem 0 0;max-width:16em;font-size:clamp(2.125rem, 4.8vw, 3.35rem);font-weight:var(--heading-weight);line-height:1.08;letter-spacing:-.02em;color:#fff}.hero--immersive .hero__lead{margin:1.35rem 0 0;max-width:34rem;font-size:1.125rem;line-height:1.75;color:rgba(255,255,255,.8)}.hero__actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}.hero__pillars{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.hero__pillar{padding:1rem 1.15rem;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}.hero__pillar-label{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.hero__pillar-text{display:block;margin-top:.35rem;font-size:.875rem;line-height:1.55;color:rgba(255,255,255,.78)}.card-grid{display:grid;gap:1.5rem}@media (min-width:640px){.card-grid--2{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.card-grid--3{grid-template-columns:repeat(3,1fr)}.card-grid--4{grid-template-columns:repeat(4,1fr)}}.service-card{display:flex;flex-direction:column;padding:1.5rem 1.5rem 1.35rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);transition:border-color .2s,box-shadow .2s}.service-card:hover{border-color:color-mix(in srgb,var(--accent) 55%,var(--border));box-shadow:var(--shadow-sm)}.service-card__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:var(--radius-sm);background:var(--accent-muted);border:1px solid color-mix(in srgb,var(--accent) 25%,transparent)}.service-card__icon{display:block;width:1.5rem;height:1.5rem;color:var(--primary);background-color:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.icon-briefcase{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3Crect width='20' height='14' x='2' y='6' rx='2'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3Crect width='20' height='14' x='2' y='6' rx='2'/%3E%3C/svg%3E")}.icon-cloud{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z'/%3E%3C/svg%3E")}.icon-key{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4'/%3E%3Cpath d='m21 2-9.6 9.6'/%3E%3Ccircle cx='7.5' cy='15.5' r='5.5'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4'/%3E%3Cpath d='m21 2-9.6 9.6'/%3E%3Ccircle cx='7.5' cy='15.5' r='5.5'/%3E%3C/svg%3E")}.icon-bot{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 8V4H8'/%3E%3Crect width='16' height='12' x='4' y='8' rx='2'/%3E%3Cpath d='M2 14h2'/%3E%3Cpath d='M20 14h2'/%3E%3Cpath d='M15 13v2'/%3E%3Cpath d='M9 13v2'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M12 8V4H8'/%3E%3Crect width='16' height='12' x='4' y='8' rx='2'/%3E%3Cpath d='M2 14h2'/%3E%3Cpath d='M20 14h2'/%3E%3Cpath d='M15 13v2'/%3E%3Cpath d='M9 13v2'/%3E%3C/svg%3E")}.icon-graduation{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z'/%3E%3Cpath d='M22 10v6'/%3E%3Cpath d='M6 12.5V16a6 3 0 0 0 12 0v-3.5'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z'/%3E%3Cpath d='M22 10v6'/%3E%3Cpath d='M6 12.5V16a6 3 0 0 0 12 0v-3.5'/%3E%3C/svg%3E")}.service-card__title{margin:1rem 0 0;font-family:"Source Serif 4",Georgia,serif;font-size:1.25rem;font-weight:var(--heading-weight);line-height:1.25;color:var(--primary)}.service-card__summary{margin:.65rem 0 0;flex:1;font-size:.9375rem;line-height:1.65;color:var(--muted-foreground)}.service-card__link{margin-top:1rem;font-size:.8125rem;font-weight:600;color:var(--accent-strong)}.service-card__link::after{content:" →";transition:transform .2s;display:inline-block}.service-card:hover .service-card__link::after{transform:translateX(3px)}.methodology__list{list-style:none;margin:0;padding:0;display:grid;gap:2rem}@media (min-width:900px){.methodology__list{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.methodology__item{display:flex;flex-direction:column;gap:.75rem;padding:0;background:0 0;border:none}@media (min-width:900px){.methodology__item{text-align:center;align-items:center}}.methodology__step{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:700;letter-spacing:.04em;color:var(--primary);background:var(--accent-muted);border:1px solid color-mix(in srgb,var(--accent) 35%,transparent)}.methodology__title{margin:0;font-family:"Source Serif 4",Georgia,serif;font-size:1.2rem;font-weight:var(--heading-weight);color:var(--primary)}.methodology__desc{margin:.5rem 0 0;font-size:.9375rem;line-height:1.6;color:var(--muted-foreground)}.trust-grid{list-style:none;padding:0;margin:0}.trust-card{padding:1.35rem 1.25rem;border-radius:var(--radius-md);background:rgba(255,255,255,.96);border:1px solid color-mix(in srgb,var(--border) 80%,transparent);box-shadow:var(--shadow-sm)}.trust-card__title{margin:0;font-family:"Source Serif 4",Georgia,serif;font-size:1.125rem;font-weight:var(--heading-weight);color:var(--primary)}.trust-card__desc{margin:.45rem 0 0;font-size:.9375rem;line-height:1.6;color:var(--muted-foreground)}.page-header{padding:4rem 0}.page-header--immersive .page-header__title{color:#fff;font-size:clamp(2rem, 4vw, 3rem);letter-spacing:-.03em}.page-header--immersive .page-header__desc{color:rgba(255,255,255,.86)}.page-header--immersive .page-header__breadcrumb{color:var(--accent)}.page-header__title{margin:0;max-width:18ch;font-family:"Source Serif 4",Georgia,serif;font-size:clamp(2rem, 4vw, 2.75rem);font-weight:var(--heading-weight);line-height:1.1;letter-spacing:-.025em;color:var(--primary)}.page-header__desc{margin:1rem 0 0;max-width:40rem;font-size:1.125rem;line-height:1.65;color:var(--muted-foreground)}.page-header__breadcrumb{margin-top:1rem;font-size:.875rem;font-weight:600;color:var(--accent-strong)}.content-card{margin:4rem auto;max-width:48rem;padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm)}@media (min-width:640px){.content-card{padding:2.5rem}}.content-card h2{margin:3rem 0 0;font-family:"Source Serif 4",Georgia,serif;font-size:1.625rem;font-weight:var(--heading-weight);color:var(--primary)}.content-card h2:first-child{margin-top:0}.content-card li,.content-card p{color:var(--muted-foreground);line-height:1.7}.content-card ol,.content-card ul{margin:1rem 0 0;padding-left:1.25rem}.content-card p+p{margin-top:1rem}.cta-band__inner{position:relative;z-index:1;text-align:center}.cta-band__title{margin:0;font-family:"Source Serif 4",Georgia,serif;font-size:clamp(1.625rem, 3.5vw, 2.25rem);font-weight:var(--heading-weight);line-height:1.15;letter-spacing:-.02em;color:var(--primary)}.cta-band__desc{margin:.85rem auto 0;max-width:30rem;font-size:1.0625rem;line-height:1.65;color:var(--muted-foreground)}.cta-band .btn{margin-top:2rem}.contact-form label{display:block;font-size:.875rem;font-weight:700;color:var(--primary)}.contact-form input,.contact-form textarea{margin-top:.5rem;width:100%;padding:.65rem .9rem;border:2px solid var(--border);border-radius:.5rem;font:inherit;font-weight:500;color:var(--foreground)}.contact-form input:focus,.contact-form textarea:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 35%,transparent)}.contact-form .field+.field{margin-top:1.5rem}.contact-form__hp{position:absolute;left:-9999px;width:0;height:0;overflow:hidden}.contact-form__note{margin-top:1rem;font-size:.75rem;color:var(--muted-foreground)}.alert{margin-top:2.5rem;padding:1.5rem;border-radius:.75rem;border:1px solid var(--border)}.alert--success{background:color-mix(in srgb,var(--accent-muted) 40%,transparent)}.alert--error{color:#b91c1c;font-size:.875rem}.section-title{font-family:"Source Serif 4",Georgia,serif;font-size:1.5rem;font-weight:var(--heading-weight);color:var(--primary);margin:0}.section-lead{margin:.5rem 0 0;color:var(--muted-foreground)}.identity-callout{padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:#fff;box-shadow:var(--shadow-sm)}.identity-callout__title{margin:0;font-family:"Source Serif 4",Georgia,serif;font-size:1.35rem;font-weight:var(--heading-weight);color:var(--primary)}.identity-callout__lead{margin:.5rem 0 0;font-size:.9375rem;color:var(--muted-foreground)}.identity-callout__item-title{margin:0;font-size:1rem;font-weight:700;color:var(--primary)}.identity-callout__item-desc{margin:.5rem 0 0;font-size:.875rem;line-height:1.6;color:var(--muted-foreground)}.identity-callout__grid{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;gap:1rem}@media (min-width:640px){.identity-callout__grid{grid-template-columns:repeat(3,1fr)}}.identity-callout__item{padding:1.35rem;border-radius:.75rem;border:2px solid color-mix(in srgb,var(--primary) 8%,var(--border));background:#fff;box-shadow:var(--shadow-sm)}.platform-pill{display:inline-block;margin:0 .5rem .5rem 0;padding:.35rem .85rem;border-radius:9999px;background:var(--accent-muted);border:1px solid color-mix(in srgb,var(--accent) 40%,transparent);font-size:.8125rem;font-weight:600;color:var(--primary)}.text-muted{color:var(--muted-foreground)}.company-id{margin-top:1rem;font-size:.8125rem}.company-id__item{margin:.35rem 0 0;display:flex;align-items:baseline;gap:.5rem}.company-id__item:first-child{margin-top:0}.company-id__label{font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--primary)}.company-id__value{font-weight:500;font-variant-numeric:tabular-nums}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}