/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--blue:#0a66c2;--blue-dark:#073e7d;--ink:#10213b;--muted:#64748b;--purple:#6d4aff;--pale:#f5f8fc;--line:#dfe7f1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}svg{width:1.15em;height:1.15em}.site-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;max-width:1240px;height:82px;margin:auto;padding:0 28px;display:flex}.brand{letter-spacing:-1px;align-items:center;gap:11px;font-size:25px;font-weight:800;display:flex}.brand-mark{align-items:flex-end;gap:3px;width:32px;height:32px;padding:5px;display:flex;position:relative}.brand-mark i{background:linear-gradient(180deg,var(--purple),var(--blue));border-radius:5px;width:6px;display:block}.brand-mark i:first-child{height:9px}.brand-mark i:nth-child(2){height:15px}.brand-mark i:nth-child(3){height:22px}.site-header nav{color:#526176;gap:36px;font-size:14px;font-weight:600;display:flex}.site-header nav a:hover{color:var(--blue)}.button{background:var(--blue);color:#fff;border-radius:9px;justify-content:center;align-items:center;gap:11px;padding:16px 22px;font-size:14px;font-weight:750;transition:all .25s;display:inline-flex;box-shadow:0 10px 25px #0a66c22e}.button:hover{background:#0757a7;transform:translateY(-2px)}.button-small{padding:11px 17px}.hero{grid-template-columns:.95fr 1.05fr;align-items:center;gap:60px;max-width:1240px;min-height:640px;margin:auto;padding:70px 28px 68px;display:grid}.eyebrow{color:var(--blue);letter-spacing:1.8px;text-transform:uppercase;align-items:center;gap:10px;font-size:11px;font-weight:800;display:flex}.eyebrow>span{background:currentColor;width:22px;height:2px}.hero h1,.section h2,.cta-section h2{letter-spacing:-3px;color:#10213b;margin:22px 0;font-size:56px;line-height:1.06}.hero h1 em,.section h2 em,.cta-section h2 em{color:var(--blue);font-style:normal}.hero-text{max-width:550px;color:var(--muted);font-size:18px;line-height:1.75}.hero-actions{align-items:center;gap:28px;margin:32px 0;display:flex}.text-link{color:#40536a;font-size:14px;font-weight:700}.text-link span{color:var(--blue);margin-left:8px}.trust-row{align-items:center;gap:14px;margin-top:38px;display:flex}.avatars{display:flex}.avatars span{width:33px;height:33px;color:var(--blue-dark);background:#dbeafe;border:2px solid #fff;border-radius:50%;place-items:center;margin-left:-7px;font-size:9px;font-weight:800;display:grid}.avatars span:first-child{margin:0}.avatars span:nth-child(2){background:#ede9fe}.avatars span:nth-child(3){background:#cffafe}.avatars span:last-child{background:var(--blue);color:#fff}.trust-row p{color:#8491a2;margin:0;font-size:11px;line-height:1.5}.trust-row strong{color:#36485f}.hero-visual{place-items:center;height:500px;display:grid;position:relative}.hero-visual:before{content:"";background:linear-gradient(135deg,#edf5ff,#f4f0ff);border-radius:48% 52% 41% 59%/60% 41% 59% 40%;position:absolute;inset:35px 10px 25px 55px}.orb{filter:blur(2px);border-radius:50%;position:absolute}.orb-one{background:#6d4aff14;width:150px;height:150px;top:20px;right:-20px}.orb-two{background:#0a66c217;width:110px;height:110px;bottom:20px;left:25px}.dashboard-card{z-index:2;background:#fffffff0;border:1px solid #e6edf5;border-radius:18px;position:relative;box-shadow:0 24px 70px #18315326}.main-card{width:500px;padding:24px 25px}.card-head{justify-content:space-between;display:flex}.card-head div{flex-direction:column;gap:4px;display:flex}.card-head small,.float-card small{color:#8a98aa;font-size:10px}.card-head strong{font-size:16px}.live{color:#2a9d72;background:#e6f7f0;border-radius:20px;height:max-content;padding:7px 10px;font-size:9px;font-weight:700}.live i{background:#2a9d72;border-radius:50%;width:5px;height:5px;display:inline-block}.metric{align-items:baseline;gap:10px;margin-top:23px;display:flex}.metric strong{font-size:31px}.metric span{color:#2a9d72;font-size:10px;font-weight:700}.chart{height:180px;margin-top:8px;position:relative}.chart svg{width:100%;height:100%;position:relative}.grid-lines{background:repeating-linear-gradient(#edf1f6 0 1px,#0000 1px 45px);position:absolute;inset:0}.chart-labels{color:#9aa6b5;justify-content:space-between;font-size:8px;display:flex}.float-card{z-index:4;background:#fff;border:1px solid #e6edf5;border-radius:13px;align-items:center;gap:11px;padding:14px;display:flex;position:absolute;box-shadow:0 16px 40px #18315326}.meetings{top:105px;left:0}.leads{bottom:52px;right:-18px}.float-icon{width:33px;height:33px;color:var(--blue);background:#e8f3ff;border-radius:9px;place-items:center;font-weight:900;display:grid}.float-icon.purple{color:var(--purple);background:#efeaff}.float-card div{flex-direction:column;gap:3px;display:flex}.float-card strong{font-size:18px}.float-card b{color:#25a875;margin-left:5px;font-size:8px}.mini-bars{align-items:flex-end;gap:3px;height:30px;margin-left:8px;display:flex}.mini-bars i{background:#9f8cff;border-radius:2px;width:4px}.mini-bars i:first-child{height:10px}.mini-bars i:nth-child(2){height:20px}.mini-bars i:nth-child(3){height:16px}.mini-bars i:nth-child(4){height:28px}.spark{color:var(--purple);font-size:23px;position:absolute}.spark-one{top:100px;right:4px}.spark-two{color:var(--blue);font-size:16px;bottom:68px;left:38px}.value-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#62728a;text-transform:uppercase;letter-spacing:.7px;justify-content:center;align-items:center;gap:36px;min-height:74px;font-size:11px;font-weight:700;display:flex}.value-strip i{background:var(--purple);border-radius:50%;width:4px;height:4px}.section{max-width:1240px;margin:auto;padding:108px 28px}.section-heading{grid-template-columns:1fr .65fr;align-items:end;gap:70px;margin-bottom:48px;display:grid}.section h2{margin-bottom:0;font-size:47px}.section-heading>p{color:var(--muted);max-width:470px;font-size:16px;line-height:1.75}.service-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.service-card{border:1px solid var(--line);border-radius:18px;padding:40px;position:relative;overflow:hidden}.blue-card{background:linear-gradient(145deg,#f5faff,#fff)}.purple-card{background:linear-gradient(145deg,#faf8ff,#fff)}.service-number{color:#0a66c20d;letter-spacing:-7px;font-size:84px;font-weight:900;position:absolute;top:18px;right:25px}.purple-card .service-number{color:#6d4aff0f}.service-icon{width:48px;height:48px;color:var(--blue);background:#dceeff;border-radius:12px;place-items:center;margin-bottom:28px;font-size:25px;display:grid}.purple-card .service-icon{color:var(--purple);background:#ece8ff}.tag{letter-spacing:1.5px;color:var(--blue)!important;font-size:10px!important;font-weight:800!important}.purple-card .tag{color:var(--purple)!important}.service-card h3{margin:8px 0 14px;font-size:28px}.service-card>p{color:var(--muted);max-width:475px;font-size:14px;line-height:1.7}.service-card ul{color:#40536a;gap:13px;margin:26px 0;padding:0;font-size:13px;list-style:none;display:grid}.service-card li{align-items:center;gap:9px;display:flex}.check{width:19px;height:19px;color:var(--blue);background:#deefff;border-radius:50%;place-items:center;font-size:11px;font-weight:900;display:grid}.purple-card .check{color:var(--purple);background:#eeeaff}.service-card>a{color:var(--blue);align-items:center;gap:9px;font-size:13px;font-weight:800;display:inline-flex}.purple-card>a{color:var(--purple)}.method{color:#fff;background:linear-gradient(120deg,#092f5d,#0a66c2 68%,#6048c8);grid-template-columns:1fr 1fr;gap:100px;max-width:none;padding-left:max(28px,50% - 592px);padding-right:max(28px,50% - 592px);display:grid}.eyebrow.light{color:#a9d5ff}.method h2,.cta-section h2{color:#fff}.method h2 em,.cta-section h2 em{color:#cfc2ff}.method-copy>p:not(.eyebrow){color:#c5d7ea;max-width:520px;line-height:1.75}.button-light{color:var(--blue-dark);background:#fff;margin-top:23px}.button-light:hover{color:var(--blue-dark);background:#f0f6ff}.steps{border-left:1px solid #ffffff2e}.steps article{border-bottom:1px solid #ffffff26;grid-template-columns:55px 1fr;gap:20px;padding:20px 0 30px 30px;display:grid}.steps article>span{color:#9ed2ff;font-size:11px;font-weight:800}.steps h3{margin:0 0 9px;font-size:18px}.steps p{color:#bed1e5;margin:0;font-size:13px;line-height:1.6}.why{grid-template-columns:.8fr 1.2fr;align-items:center;gap:90px;display:grid}.why-panel{background:linear-gradient(145deg,#eaf4ff,#f0ebff);border-radius:24px;place-items:center;height:410px;display:grid;position:relative;overflow:hidden}.big-mark{color:#0a66c21a;font-size:300px;font-weight:900;line-height:1}.why-stat{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:16px;padding:20px 25px;display:flex;position:absolute;box-shadow:0 18px 45px #1f32511f}.why-stat strong{color:var(--blue);font-size:40px}.why-stat span{color:var(--muted);font-size:11px;font-weight:700;line-height:1.5}.why-copy h2{font-size:42px}.why-copy>p:not(.eyebrow){color:var(--muted);line-height:1.75}.principles{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px;display:grid}.principles span{flex-direction:column;gap:7px;font-size:11px;font-weight:700;display:flex}.principles b{color:var(--blue);font-size:10px}.cta-section{color:#fff;background:linear-gradient(110deg,#0a66c2,#5147c7);border-radius:24px;grid-template-columns:1.3fr .7fr;align-items:center;gap:70px;max-width:1184px;margin:0 auto 80px;padding:65px 70px;display:grid}.cta-section h2{margin-bottom:0;font-size:45px}.cta-section>div:last-child p{color:#dce8f8;font-size:14px;line-height:1.7}footer{border-top:1px solid var(--line);grid-template-columns:1fr 1.5fr 1fr;align-items:center;gap:20px;max-width:1184px;margin:auto;padding:40px 0;display:grid}footer p{color:var(--muted);font-size:11px}footer>div{justify-content:flex-end;gap:22px;font-size:11px;font-weight:700;display:flex}footer small{text-align:center;color:#a0a9b7;grid-column:1/-1;margin-top:25px}.whatsapp{color:#fff;z-index:10;background:#25d366;border-radius:50%;place-items:center;width:54px;height:54px;font-size:26px;font-weight:900;transition:all .2s;display:grid;position:fixed;bottom:25px;right:25px;box-shadow:0 12px 30px #12a0484d}.whatsapp:hover{transform:scale(1.07)}@media (width<=900px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{text-align:center}.eyebrow,.hero-actions,.trust-row{justify-content:center}.hero-text{margin-inline:auto}.hero-visual{height:460px}.section-heading,.method,.why,.cta-section{grid-template-columns:1fr}.method{gap:55px}.why-panel{width:100%;max-width:600px;margin:auto}.cta-section{margin-inline:22px}.service-grid{grid-template-columns:1fr}footer{text-align:center;grid-template-columns:1fr;margin:0 28px}footer .brand,footer>div{justify-content:center}.value-strip{flex-wrap:wrap;padding:20px}}@media (width<=600px){.site-header{height:70px;padding:0 18px}.site-header .button{padding:11px;font-size:0}.site-header .button:before{content:"Contacto";font-size:12px}.hero{padding:50px 20px}.hero h1{letter-spacing:-2px;font-size:42px}.hero-text{font-size:16px}.hero-actions{flex-direction:column;gap:18px}.hero-visual{height:380px;margin-top:10px}.main-card{width:96%;padding:18px}.chart{height:140px}.meetings{top:65px;left:-5px}.leads{bottom:15px;right:-4px}.float-card{padding:10px}.float-card small{font-size:8px}.float-card strong{font-size:15px}.value-strip{gap:12px 18px}.value-strip i{display:none}.section{padding:75px 20px}.section h2{letter-spacing:-2px;font-size:38px}.section-heading{gap:20px}.service-card{padding:28px}.method{padding:75px 22px}.why{gap:40px}.why-panel{height:300px}.big-mark{font-size:220px}.principles{grid-template-columns:1fr}.cta-section{gap:25px;margin-bottom:50px;padding:45px 26px}.cta-section h2{letter-spacing:-2px;font-size:36px}}.whatsapp-float{z-index:60;color:#fff;background:#25d366;border:4px solid #fff;border-radius:50%;place-items:center;width:86px;height:86px;transition:transform .18s,box-shadow .18s,background .18s;animation:3.2s ease-in-out infinite whatsapp-pop;display:grid;position:fixed;bottom:26px;right:26px;box-shadow:0 14px 34px #146e3c59}.whatsapp-float:before{content:"";z-index:-1;border:2px solid #25d36680;border-radius:50%;animation:3.2s ease-out infinite whatsapp-ring;position:absolute;inset:-8px}.whatsapp-float:hover{background:#1fbd5b;animation-play-state:paused;transform:scale(1.09);box-shadow:0 18px 42px #146e3c73}.whatsapp-float svg{width:48px;height:48px}.whatsapp-float span{border:1px solid var(--line);width:max-content;max-width:220px;color:var(--ink);opacity:0;pointer-events:none;background:#fff;border-radius:11px;padding:10px 13px;font-size:13px;font-weight:800;animation:6.4s ease-in-out infinite whatsapp-tooltip;position:absolute;top:50%;right:100px;transform:translate(10px,-50%)scale(.92);box-shadow:0 8px 24px #131a2224}.whatsapp-float span:after{content:"";border-top:1px solid var(--line);border-right:1px solid var(--line);background:#fff;width:11px;height:11px;position:absolute;top:50%;right:-6px;transform:translateY(-50%)rotate(45deg)}@keyframes whatsapp-pop{0%,72%,to{transform:scale(1)}78%{transform:scale(1.14)}84%{transform:scale(.96)}90%{transform:scale(1.08)}}@keyframes whatsapp-ring{0%,70%{opacity:0;transform:scale(.8)}76%{opacity:.8}to{opacity:0;transform:scale(1.45)}}@keyframes whatsapp-tooltip{0%,10%,48%,to{opacity:0;transform:translate(10px,-50%)scale(.92)}16%,40%{opacity:1;transform:translateY(-50%)scale(1)}}@media (width<=700px){.whatsapp-float{width:76px;height:76px;bottom:16px;right:16px}.whatsapp-float svg{width:42px;height:42px}.whatsapp-float span{max-width:180px;font-size:12px;right:88px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.whatsapp-float{transition:none}.whatsapp-float,.whatsapp-float:before,.whatsapp-float span{animation:none}}footer p{margin:0}footer>div:not(.footer-center){justify-content:flex-end;gap:22px;font-size:11px;font-weight:700;display:flex}.footer-center{text-align:center;flex-direction:column;align-items:center;gap:14px;display:flex}.social-links{justify-content:center;align-items:center;gap:10px;display:flex}.social-link{border:1px solid var(--line);min-height:38px;color:var(--ink);background:#fff;border-radius:999px;align-items:center;gap:7px;padding:0 14px;font-size:12px;font-weight:800;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex}.social-link:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 20px #0f172a1a}.social-link:focus-visible{outline-offset:2px;outline:3px solid #0a66c247}.social-link span{color:#fff;border-radius:6px;place-items:center;width:22px;height:22px;font-size:13px;font-weight:900;line-height:1;display:grid}.facebook-link span{background:#1877f2}.linkedin-link span{background:#0a66c2;font-size:10px}.carousel-toolbar{justify-content:space-between;align-items:center;gap:20px;margin:-12px 0 22px;display:flex}.carousel-toolbar p{color:var(--muted);margin:0;font-size:13px}.carousel-toolbar>div{gap:10px;display:flex}.carousel-toolbar button{border:1px solid var(--line);width:44px;height:44px;color:var(--blue);cursor:pointer;background:#fff;border-radius:50%;font-size:21px;transition:transform .2s,background .2s,color .2s;box-shadow:0 8px 20px #0f233e12}.carousel-toolbar button:hover{background:var(--blue);color:#fff;transform:translateY(-2px)}.carousel-toolbar button:focus-visible{outline-offset:2px;outline:3px solid #0a66c240}.service-grid{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#bfd4ea transparent;overscroll-behavior-inline:contain;gap:24px;padding:4px 4px 24px;display:flex;overflow-x:auto}.service-grid::-webkit-scrollbar{height:7px}.service-grid::-webkit-scrollbar-track{background:0 0}.service-grid::-webkit-scrollbar-thumb{background:#bfd4ea;border-radius:10px}.service-card{scroll-snap-align:start;flex-direction:column;flex:0 0 min(470px,100vw - 64px);min-height:545px;display:flex}.service-card>a{margin-top:auto;padding-top:24px}.compact-card{flex-direction:column;min-height:545px;display:flex}.compact-card .service-number{font-size:70px}.compact-card .service-icon{margin-bottom:22px}.compact-card h3{max-width:280px;font-size:23px;line-height:1.2}.compact-card>a{margin-top:auto;padding-top:24px}@media (width<=900px){.service-card{flex-basis:min(430px,100vw - 58px)}}@media (width<=600px){.carousel-toolbar{align-items:flex-end}.carousel-toolbar p{max-width:190px;line-height:1.5}.carousel-toolbar button{width:40px;height:40px}.service-grid{gap:16px;margin-right:-20px;padding-right:20px}.service-card,.compact-card{flex-basis:calc(100vw - 52px);min-height:520px;padding:28px}}.creator-panel{background:linear-gradient(145deg,#eaf4ff,#f0ebff);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:510px;padding:38px 34px 112px;display:flex;position:relative;overflow:hidden}.creator-panel:before{content:"";background:#6d4aff14;border-radius:50%;width:270px;height:270px;position:absolute;top:-90px;right:-90px}.creator-photo-wrap{z-index:1;background:linear-gradient(135deg,var(--blue),var(--purple));border-radius:50%;width:230px;height:230px;padding:7px;position:relative;box-shadow:0 22px 50px #1f488233}.creator-photo{object-fit:cover;object-position:center 32%;border:5px solid #fff;border-radius:50%;width:100%;height:100%;display:block}.creator-badge{background:linear-gradient(135deg,var(--blue),var(--purple));color:#fff;border:4px solid #fff;border-radius:50%;place-items:center;width:46px;height:46px;font-size:20px;font-weight:900;display:grid;position:absolute;bottom:13px;right:4px}.creator-card{z-index:1;text-align:center;max-width:380px;position:relative}.creator-role{color:var(--blue);letter-spacing:1.5px;text-transform:uppercase;margin:22px 0 6px;font-size:10px;font-weight:900}.creator-name-row{justify-content:center;align-items:center;gap:9px;margin:0 0 10px;display:flex}.creator-card h3{letter-spacing:-1px;margin:0;font-size:28px}.creator-linkedin{color:#fff;background:#0a66c2;border-radius:6px;flex:none;place-items:center;width:25px;height:25px;font-size:11px;font-weight:900;line-height:1;transition:transform .2s,background .2s;display:grid;box-shadow:0 5px 12px #0a66c233}.creator-linkedin:hover{background:#084f96;transform:translateY(-2px)}.creator-linkedin:focus-visible{outline-offset:3px;outline:3px solid #0a66c247}.creator-card>p:last-child{color:#5d6f85;margin:0;font-size:13px;line-height:1.65}.creator-panel .why-stat{border-radius:14px 14px 0 0;justify-content:center;width:calc(100% - 56px);padding:18px 25px;bottom:0;left:50%;transform:translate(-50%)}@media (width<=900px){.creator-panel{width:100%;max-width:600px;margin:auto}}@media (width<=600px){.creator-panel{min-height:500px;padding:34px 24px 106px}.creator-photo-wrap{width:205px;height:205px}.creator-name-row{gap:7px}.creator-card h3{font-size:24px}.creator-linkedin{width:24px;height:24px}.creator-panel .why-stat{width:calc(100% - 36px)}}.brand{letter-spacing:0;align-items:center;gap:0;font-size:0;display:flex}.brand-logo-frame{width:205px;height:62px;display:block;position:relative;overflow:hidden}.brand-logo-frame img{object-fit:contain;width:238px;max-width:none;height:238px;position:absolute;top:50%;left:50%;transform:translate(-50%,-49%)}.footer-brand-logo{width:178px;height:54px}.footer-brand-logo img{width:208px;height:208px}@media (width<=600px){.site-header .brand-logo-frame{width:154px;height:50px}.site-header .brand-logo-frame img{width:182px;height:182px}}
