:root{--color-primary:#12343b;--color-secondary:#10b981;--color-accent:#475569;--color-background:#f8fafc;--color-surface:#dce3ea;--color-text-primary:#0f172a;--color-text-secondary:#64748b;--color-white:#fff;--color-border:#e2e8f0;--color-error:#dc2626;--color-warning:#f59e0b;--color-success:#10b981;--color-primary-soft:#e5f0f1;--color-secondary-soft:#ddfbf0;--color-warning-soft:#fef3c7;--color-error-soft:#fee2e2}
:root{--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem}
:root{--radius-xs:.375rem;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.25rem;--radius-full:999px}
:root{--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--line-tight:1.15;--line-normal:1.5}
:root{--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 14px 30px #0f172a14;--shadow-lg:0 24px 60px #0f172a1f}
:root{--form-height:2.75rem;--form-padding-x:.875rem;--form-border:1px solid var(--color-border);--form-focus-ring:0 0 0 4px #10b98124}
:root{--z-base:1;--z-header:20;--z-dropdown:30;--z-modal:50;--z-toast:70}
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--theme-page-bg:var(--color-background);--theme-card-bg:var(--color-white);--theme-muted-bg:#f1f5f9;--theme-glass-bg:#ffffffc2}
.public-site{background:#fff;min-height:100dvh;overflow-x:clip}.public-site h1,.public-site h2,.public-site h3,.public-site p{margin:0}.site-container{width:min(1480px,100% - clamp(32px,6vw,96px));margin-inline:auto}.site-narrow{width:min(840px,100%)}.site-header{z-index:100;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;position:sticky;top:0;box-shadow:0 8px 30px #0f172a0a}.site-header__inner{justify-content:space-between;align-items:center;gap:24px;width:min(1480px,100% - clamp(32px,6vw,96px));min-height:76px;margin-inline:auto;display:flex}.site-brand{flex:none;align-items:center;display:inline-flex}.site-brand img{width:142px;height:auto}.site-nav{color:var(--color-primary);align-items:center;gap:30px;font-size:.94rem;font-weight:650;display:flex}.site-nav>a,.site-nav summary,.site-login{border-bottom:2px solid #0000;padding:10px 2px;transition:color .16s,border-color .16s}.site-nav>a:hover,.site-nav summary:hover,.site-login:hover{color:#047857;border-bottom-color:var(--color-secondary)}.site-nav__resources{position:relative}.site-nav__resources summary{cursor:pointer;list-style:none}.site-nav__resources summary::-webkit-details-marker{display:none}.site-nav__resources summary:after{content:"⌄";margin-left:7px}.site-nav__popover{border:1px solid var(--color-border);background:#fff;border-radius:8px;gap:4px;width:220px;padding:10px;display:grid;position:absolute;top:calc(100% + 10px);right:-28px;box-shadow:0 20px 50px #0f172a24}.site-nav__popover a{border-radius:6px;padding:10px 12px}.site-nav__popover a:hover{color:var(--color-primary);background:#e9fbf4}.site-header__actions{color:var(--color-primary);align-items:center;gap:18px;font-size:.92rem;font-weight:650;display:flex}.site-button{border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 20px;font-weight:800;line-height:1;transition:background-color .16s,border-color .16s,color .16s,box-shadow .16s,transform .16s;display:inline-flex}.site-button:not(:disabled):hover{transform:translateY(-1px)}.site-button--primary{color:#fff;background:#069f72;box-shadow:0 8px 20px #10b98138}.site-button--primary:not(:disabled):hover{background:#047857;box-shadow:0 10px 24px #04785742}.site-button--secondary{color:var(--color-primary);background:#fff;border-color:#cfdbe3}.site-button--secondary:not(:disabled):hover{color:#047857;background:#f0fdf8;border-color:#10b981}.site-button:focus-visible,.site-nav a:focus-visible,.site-nav summary:focus-visible,.site-mobile-menu summary:focus-visible,.site-footer a:focus-visible{outline-offset:3px;outline:3px solid #10b98157}.site-button:disabled{cursor:not-allowed;opacity:.62}.site-mobile-menu{display:none;position:relative}.site-mobile-menu>summary{cursor:pointer;border:1px solid var(--color-border);border-radius:7px;place-content:center;gap:5px;width:44px;height:44px;list-style:none;display:grid}.site-mobile-menu>summary::-webkit-details-marker{display:none}.site-mobile-menu>summary span{background:var(--color-primary);width:20px;height:2px}.site-mobile-menu nav{border:1px solid var(--color-border);background:#fff;border-radius:8px;gap:4px;width:min(310px,100vw - 32px);padding:14px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 22px 55px #0f172a2e}.site-mobile-menu nav>a:not(.site-button){border-radius:6px;padding:12px;font-weight:700}.site-mobile-menu nav>a:not(.site-button):hover{background:#f0fdf8}.home-hero{background:linear-gradient(90deg,#fff 0%,#f8fafca6 45%,#ecfdf56b 100%);padding:34px 0 26px}.home-hero__grid{grid-template-columns:minmax(0,.82fr) minmax(480px,1.18fr);align-items:center;gap:24px 32px;display:grid}.home-hero__copy{z-index:2;gap:22px;padding:42px 0 10px;display:grid;position:relative}.page-hero__eyebrow,.section-heading>span,.public-cta>div>span{color:#047857;letter-spacing:.08em;text-transform:uppercase;width:fit-content;font-size:.76rem;font-weight:850}.home-hero h1{max-width:620px;color:var(--color-primary);letter-spacing:0;font-size:clamp(3rem,5.3vw,5.4rem);line-height:.98}.home-hero h1 em{color:var(--color-secondary);font-family:Georgia,Times New Roman,serif;font-weight:500;position:relative}.home-hero h1 em:after{content:"";background:var(--color-secondary);border-radius:999px;height:4px;position:absolute;bottom:-4px;left:-2%;right:-2%;transform:rotate(-2deg)}.home-hero__copy>p{max-width:550px;color:var(--color-accent);font-size:clamp(1.05rem,1.7vw,1.25rem);line-height:1.6}.home-hero__actions{flex-wrap:wrap;gap:12px;display:flex}.home-hero__visual{align-items:center;min-height:470px;display:grid}.home-hero__visual img{object-fit:contain;width:115%;max-width:none;height:auto;margin-left:-10%}.benefit-strip{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:16px 0 0;display:grid}.benefit-strip article{grid-template-columns:48px 1fr;align-items:center;gap:12px;min-width:0;display:grid}.benefit-strip article>span{color:#047857;background:#edfdf7;border:1px solid #b8efdb;border-radius:50%;place-items:center;width:48px;height:48px;font-size:.76rem;font-weight:900;display:grid}.benefit-strip h2{color:var(--color-primary);font-size:.95rem}.benefit-strip p{color:var(--color-text-secondary);margin-top:4px;font-size:.78rem;line-height:1.35}.site-section{padding:76px 0}.site-section--soft{background:#f7fafb;border-block:1px solid #eef2f5}.section-heading{text-align:center;justify-items:center;gap:10px;max-width:720px;margin:0 auto 34px;display:grid}.section-heading h2{color:var(--color-primary);font-size:clamp(1.8rem,3vw,2.55rem);line-height:1.16}.section-heading p{color:var(--color-text-secondary);line-height:1.6}.how-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.how-grid article{border:1px solid var(--color-border);background:#fff;border-radius:8px;grid-template-columns:42px 1fr;gap:18px;min-height:160px;padding:26px;display:grid;box-shadow:0 12px 35px #0f172a0f}.how-grid article>span{color:#047857;background:#dff9ef;border-radius:6px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.how-grid h3,.integration-grid h3,.product-showcase h3{color:var(--color-primary);font-size:1.05rem}.how-grid p,.integration-grid p,.product-showcase p{color:var(--color-text-secondary);margin-top:8px;font-size:.9rem;line-height:1.5}.product-showcase{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.product-showcase__card{border:1px solid var(--color-border);background:#fff;border-radius:8px;transition:border-color .16s,box-shadow .16s,transform .16s;overflow:hidden;box-shadow:0 8px 24px #0f172a0a}.product-showcase__card:hover{border-color:#a7ddca;transform:translateY(-3px);box-shadow:0 14px 30px #12343b1a}.product-showcase__image{aspect-ratio:1/.94;background:#f4f7f8;overflow:hidden}.product-showcase__image img{object-fit:cover;width:100%;height:100%;transition:transform .24s}.product-showcase__empty,.catalog-live-state{color:#64748b;text-align:center;place-items:center;min-height:180px;padding:24px;display:grid}.product-showcase__price{color:#047857;margin-top:10px;font-size:.86rem;display:block}.catalog-live-state{background:#f8fbfa;border:1px dashed #b9d7ce;border-radius:18px;min-height:220px}.catalog-live-state--error{color:#7c4a03;background:#fffbeb;border-color:#f4d58a}.product-showcase__card:hover img{transform:scale(1.025)}.product-showcase__card>div:last-child{text-align:center;min-height:58px;padding:16px}.section-action{justify-content:center;margin-top:28px;display:flex}.integration-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.integration-grid article{border:1px solid var(--color-border);background:#fff;border-radius:8px;align-items:center;gap:14px;min-height:92px;padding:18px;display:flex}.integration-grid article>span{color:#047857;background:#e8fbf4;border-radius:7px;flex:none;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.integration-grid p{margin-top:3px;font-size:.76rem}.advantage-grid{border:1px solid var(--color-border);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;box-shadow:0 10px 30px #0f172a0a}.advantage-grid article{align-content:start;gap:8px;padding:28px;display:grid}.advantage-grid article+article{border-left:1px solid var(--color-border)}.advantage-grid article>span{color:#049669;font-size:1.4rem;font-weight:900}.advantage-grid h2{color:var(--color-primary);font-size:1rem}.advantage-grid p{color:var(--color-text-secondary);font-size:.84rem;line-height:1.5}.public-cta{background:linear-gradient(110deg,#e1f6f6f2,#eefdf7eb),#eef8f8;border:1px solid #cee6e8;border-radius:8px;justify-content:space-between;align-items:center;gap:32px;min-height:210px;padding:38px 48px;display:flex}.public-cta>div{gap:10px;max-width:650px;display:grid}.public-cta h2{color:var(--color-primary);font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.12}.public-cta p{color:var(--color-accent);line-height:1.55}.page-hero{background:linear-gradient(120deg,#f8fafc 0%,#fff 58%,#ecfdf5 100%);border-bottom:1px solid #edf2f4;padding:84px 0 72px}.page-hero .site-narrow{justify-items:start;gap:18px;margin-inline:auto;display:grid}.page-hero h1{max-width:780px;color:var(--color-primary);font-size:clamp(2.5rem,5vw,4.8rem);line-height:1.02}.page-hero p{max-width:700px;color:var(--color-accent);font-size:clamp(1rem,1.7vw,1.2rem);line-height:1.65}.breadcrumbs{color:var(--color-text-secondary);align-items:center;gap:8px;font-size:.8rem;display:flex}.breadcrumbs a:hover{color:#047857}.content-sections{gap:0;display:grid}.content-sections article{border-bottom:1px solid var(--color-border);grid-template-columns:52px 1fr;gap:22px;padding:34px 0;display:grid}.content-sections article:first-child{border-top:1px solid var(--color-border)}.content-sections article>span{color:#10b981;font-size:.88rem;font-weight:900}.content-sections article>div{gap:12px;display:grid}.content-sections h2{color:var(--color-primary);font-size:clamp(1.35rem,2.2vw,1.9rem)}.content-sections p{color:var(--color-text-secondary);line-height:1.7}.content-sections ul{flex-wrap:wrap;gap:8px;margin:3px 0 0;padding:0;list-style:none;display:flex}.content-sections li{color:var(--color-primary);background:#eefbf6;border:1px solid #c7eddf;border-radius:6px;padding:7px 11px;font-size:.85rem;font-weight:700}.public-notice{color:#7c4a03;background:#fffbeb;border:1px solid #fde68a;border-radius:7px;margin-bottom:28px;padding:16px 18px;line-height:1.5}.visual-sitemap{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:36px;display:grid}.visual-sitemap section{border:1px solid var(--color-border);background:#fff;border-radius:8px;align-content:start;gap:4px;padding:20px;display:grid}.visual-sitemap h2{color:var(--color-primary);margin-bottom:8px;font-size:1rem}.visual-sitemap a{color:var(--color-text-secondary);border-bottom:1px solid #edf1f2;padding:8px 0;font-size:.86rem}.visual-sitemap a:hover{color:#047857}.faq-list{gap:10px;display:grid}.faq-list details{border:1px solid var(--color-border);background:#fff;border-radius:7px}.faq-list summary{color:var(--color-primary);cursor:pointer;padding:20px 54px 20px 20px;font-weight:800;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:#059669;font-size:1.5rem;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--color-text-secondary);padding:0 20px 20px;line-height:1.65}.contact-form{border:1px solid var(--color-border);background:#fff;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding:30px;display:grid}.contact-form label{color:var(--color-primary);gap:8px;font-size:.9rem;font-weight:750;display:grid}.contact-form label:nth-of-type(4){grid-column:1/-1}.contact-form input,.contact-form select,.contact-form textarea{min-height:46px;color:var(--color-text-secondary);border:1px solid var(--color-border);background:#f8fafc;border-radius:6px;padding:10px 12px}.contact-form textarea{min-height:130px}.site-footer{background:#f7faf9;border-top:1px solid #e4ecea;padding:28px 0}.site-footer>.site-container{background:#fffffff0;border:1px solid #dfe8e6;border-radius:12px;padding:46px 38px 24px;box-shadow:0 18px 48px #12343b14}.site-footer__main{grid-template-columns:270px minmax(0,1fr);gap:52px;display:grid}.site-footer__brand{align-content:start;gap:18px;display:grid}.site-footer__brand>img{width:190px;height:auto}.site-footer__brand>p{color:var(--color-text-secondary);line-height:1.7}.site-footer__social{flex-wrap:wrap;gap:9px;display:flex}.site-footer__social a{color:#047857;background:#edfdf7;border:1px solid #b8efdb;border-radius:50%;place-items:center;width:38px;height:38px;transition:color .16s,background-color .16s,border-color .16s,transform .16s;display:grid}.site-footer__social a:hover{color:#fff;background:#047857;border-color:#047857;transform:translateY(-2px)}.newsletter{background:#effaf7;border-radius:8px;gap:8px;margin-top:8px;padding:18px;display:grid}.newsletter .site-button{width:fit-content;margin-top:6px}.newsletter strong{color:var(--color-primary)}.newsletter p{color:var(--color-text-secondary);font-size:.84rem;line-height:1.5}.newsletter__form{color:#94a3b8;border:1px solid var(--color-border);background:#fff;border-radius:6px;grid-template-columns:1fr 44px;align-items:center;min-height:44px;margin-top:6px;font-size:.82rem;display:grid}.newsletter__form span{padding:0 12px}.newsletter__form button{color:#fff;background:#10b981;border:0;border-radius:0 6px 6px 0;height:100%}.site-footer__links{grid-template-columns:repeat(5,minmax(0,1fr));gap:28px;display:grid}.site-footer__links h2{min-height:42px;color:var(--color-primary);font-size:.98rem;line-height:1.25}.site-footer__links ul{margin:12px 0 0;padding:0;list-style:none}.site-footer__links li{border-bottom:1px solid #edf1f2}.site-footer__links a{min-height:43px;color:var(--color-accent);justify-content:space-between;align-items:center;gap:8px;font-size:.82rem;line-height:1.25;display:flex}.site-footer__links a:hover{color:#047857}.site-footer__links a span{color:var(--color-primary);font-size:1.2rem}.site-footer__trust{background:#f8fbfa;border:1px solid #edf2f1;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:32px;padding:18px;display:grid}.site-footer__trust>div{align-items:center;gap:14px;padding:0 24px;display:flex}.site-footer__trust>div+div{border-left:1px solid var(--color-border)}.trust-icon{width:42px;height:42px;color:var(--color-primary);border:1px solid var(--color-border);background:#fff;border-radius:50%;flex:none;place-items:center;font-size:.68rem;font-weight:900;display:grid}.site-footer__trust p{gap:4px;display:grid}.site-footer__trust strong{color:var(--color-primary);font-size:.88rem}.site-footer__trust p span{color:var(--color-text-secondary);font-size:.77rem}.site-footer__bottom{color:var(--color-text-secondary);border-top:1px solid var(--color-border);grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;margin-top:24px;padding-top:22px;font-size:.8rem;display:grid}.site-footer__bottom nav,.payment-labels{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.site-footer__bottom nav a:hover{color:#047857}.payment-labels{color:var(--color-primary);justify-content:flex-end;font-weight:900}@media (max-width:1080px){.site-nav{gap:18px}.home-hero__grid{grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr)}.site-footer__main{grid-template-columns:1fr}.site-footer__brand{grid-template-columns:minmax(240px,1fr) minmax(260px,1fr);align-items:start}.site-footer__brand>img,.site-footer__brand>p,.site-footer__social{grid-column:1}.newsletter{grid-area:1/2/span 3}}@media (max-width:900px){.site-nav--desktop,.site-header__actions .site-login{display:none}.site-mobile-menu{display:block}.site-header__actions{margin-left:auto}.home-hero__grid{grid-template-columns:1fr}.home-hero__copy{max-width:700px;padding-top:24px}.home-hero__visual{min-height:0}.home-hero__visual img{width:110%;margin-left:-5%}.benefit-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.product-showcase{grid-template-columns:repeat(3,minmax(0,1fr))}.visual-sitemap{grid-template-columns:repeat(2,minmax(0,1fr))}.integration-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.advantage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.advantage-grid article:nth-child(3){border-left:0;border-top:1px solid var(--color-border)}.advantage-grid article:nth-child(4){border-top:1px solid var(--color-border)}.site-footer__links{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer__trust{grid-template-columns:1fr}.site-footer__trust>div{padding:14px}.site-footer__trust>div+div{border-top:1px solid var(--color-border);border-left:0}.site-footer__bottom{grid-template-columns:1fr}.payment-labels{justify-content:flex-start}}@media (max-width:720px){.site-container,.site-header__inner{width:min(100% - 24px,1480px)}.site-header__inner{gap:10px;min-height:68px}.site-brand img{width:124px}.site-header__cta{display:none}.home-hero{padding-top:20px}.home-hero__copy{gap:18px}.home-hero h1{font-size:clamp(2.75rem,14vw,4rem)}.home-hero__actions>*{flex:1}.benefit-strip,.how-grid,.contact-form{grid-template-columns:1fr}.benefit-strip{gap:18px}.how-grid article{min-height:0}.site-section{padding:56px 0}.product-showcase,.integration-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-cta{flex-direction:column;align-items:flex-start;padding:30px 24px}.page-hero{padding:58px 0 50px}.content-sections article{grid-template-columns:1fr;gap:10px}.contact-form label:nth-of-type(4){grid-column:auto}.site-footer>.site-container{padding:30px 20px 22px}.site-footer__brand{grid-template-columns:1fr}.newsletter{grid-area:auto}.site-footer__links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:460px){.home-hero__visual img{width:124%;margin-left:-12%}.benefit-strip article{grid-template-columns:42px 1fr}.benefit-strip article>span{width:42px;height:42px}.product-showcase{scroll-snap-type:x mandatory;gap:12px;width:calc(100vw - 12px);padding:0 12px 10px 0;display:flex;overflow-x:auto}.product-showcase__card{scroll-snap-align:start;flex:none;width:min(76vw,280px)}.integration-grid,.advantage-grid,.site-footer__links,.visual-sitemap{grid-template-columns:1fr}.advantage-grid article+article{border-top:1px solid var(--color-border);border-left:0}.site-footer__bottom nav,.payment-labels{gap:14px}}.page-hero__grid{grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);align-items:center;gap:clamp(32px,6vw,84px);display:grid}.page-hero__copy{justify-items:start;gap:18px;display:grid}.page-hero__visual{aspect-ratio:4/3;background:#e9f7f2;border:1px solid #cfe9e0;border-radius:28px 8px;position:relative;overflow:hidden;transform:rotate(1.2deg);box-shadow:0 28px 70px #12343b24}.page-hero__visual:after{content:"";pointer-events:none;border:1px solid #ffffff9e;border-radius:20px 6px;position:absolute;inset:14px}.page-hero__visual img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.page-hero:hover .page-hero__visual img{transform:scale(1.045)translateY(-1%)}.public-content-section .site-narrow{width:min(1040px,100%)}.public-content-section .content-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.public-content-section .content-sections article,.public-content-section .content-sections article:first-child{background:linear-gradient(145deg,#fff,#fbfefd);border:1px solid #dce9e5;border-radius:16px;grid-template-columns:48px 1fr;align-content:start;padding:28px;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 14px 36px #12343b0f}.public-content-section .content-sections article:hover{border-color:#9edac7;transform:translateY(-4px);box-shadow:0 20px 46px #12343b1a}.story-stage{color:#fff;background:#12343b;padding:84px 0}.story-stage__heading{gap:12px;max-width:760px;margin-bottom:38px;display:grid}.story-stage__heading>span{color:#78e2bd;letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:900}.story-stage__heading h2{font-size:clamp(2.2rem,4vw,4.2rem);line-height:1}.story-stage__heading p{color:#cde3e3;max-width:640px;font-size:1.04rem;line-height:1.7}.story-track{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid;position:relative}.story-track:before{content:"";background:repeating-linear-gradient(90deg,#78e2bd 0 12px,#0000 12px 21px);height:3px;position:absolute;top:31px;left:9%;right:9%}.story-stop{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff26;border-radius:18px;min-height:275px;padding:22px;transition:background .18s,transform .18s;position:relative}.story-stop:hover{background:#ffffff1f;transform:translateY(-7px)rotate(-.4deg)}.story-stop__ticket{justify-content:space-between;align-items:center;margin-bottom:42px;display:flex}.story-stop__ticket>span{color:#12343b;background:#78e2bd;border:7px solid #12343b;border-radius:50%;outline:2px solid #78e2bd;place-items:center;width:62px;height:62px;font-weight:950;display:grid}.story-stop__ticket small{color:#78e2bd;text-transform:uppercase;font-weight:850}.story-stop h3{font-size:1.16rem}.story-stop p{color:#d4e6e6;margin-top:10px;font-size:.9rem;line-height:1.65}.process-parallax{background-color:#0000;background-image:radial-gradient(circle at 12% 18%,#78e2bd57,#0000 24rem),linear-gradient(135deg,#edfdf7,#f8fbfa);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:90px 0;position:relative}.process-parallax__card{border:10px solid #fff;border-radius:32px;min-height:560px;padding:0;position:relative;overflow:hidden;box-shadow:0 35px 90px #12343b33}.process-parallax__card img{object-fit:cover;width:100%;height:100%;min-height:560px}.process-parallax__caption{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#12343be0;border:1px solid #ffffff40;border-radius:14px;gap:5px;padding:16px 20px;display:grid;position:absolute;bottom:24px;right:24px}.process-parallax__caption span{color:#78e2bd;text-transform:uppercase;font-size:.72rem;font-weight:850}.decision-panel{background:#f4faf8;border:1px solid #d7e9e3;border-radius:24px;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:52px;padding:44px;display:grid}.decision-panel>div:first-child{gap:14px;display:grid}.decision-panel h2{color:#12343b;font-size:clamp(2rem,3vw,3rem);line-height:1.08}.decision-panel p{color:#526b73;line-height:1.7}.decision-panel__options{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.decision-panel__options a{color:#12343b;background:#fff;border:1px solid #cfe3dc;border-radius:18px;align-content:end;gap:7px;min-height:190px;padding:24px;transition:transform .18s,border-color .18s;display:grid}.decision-panel__options a:hover{border-color:#10b981;transform:translateY(-5px)}.decision-panel__options span{color:#059669;text-transform:uppercase;font-size:.74rem;font-weight:900}.decision-panel__options small{color:#64748b;line-height:1.5}.contact-experience{background:radial-gradient(circle at 90% 10%,#78e2bd3d,#0000 30rem),#f6faf9}.contact-experience__grid{grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr);align-items:stretch;gap:24px;display:grid}.contact-experience__visual{border-radius:28px 8px;align-self:start;min-height:690px;position:sticky;top:100px;overflow:hidden;box-shadow:0 24px 70px #12343b24}.contact-experience__visual img{object-fit:cover;object-position:64% center;width:100%;height:690px}.contact-experience__prompt{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#12343be0;border-radius:14px;gap:5px;padding:18px;display:grid;position:absolute;bottom:22px;left:22px;right:22px}.contact-experience__prompt span{color:#a7f3d0;font-size:.76rem}.contact-form--live{border:0;border-radius:8px 28px;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;padding:clamp(28px,4vw,48px);box-shadow:0 24px 70px #12343b1f}.contact-form__heading,.contact-form__message,.contact-form__submit,.contact-form__status{grid-column:1/-1}.contact-form__heading{gap:10px;margin-bottom:8px;display:grid}.contact-form__heading h2{color:#12343b;font-size:clamp(2rem,3vw,3rem);line-height:1.05}.contact-form__heading p{color:#64748b;line-height:1.55}.contact-form--live label>span{color:#94a3b8;font-size:.72rem;font-weight:600}.contact-form--live input,.contact-form--live select,.contact-form--live textarea{color:#12343b;background:#fff;border-color:#cbdad6;transition:border-color .16s,box-shadow .16s,transform .16s}.contact-form--live input:focus,.contact-form--live select:focus,.contact-form--live textarea:focus{border-color:#10b981;outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #10b9811f}.contact-form--live textarea{resize:vertical;min-height:165px}.contact-form__honeypot{clip:rect(0 0 0 0);width:1px;height:1px;overflow:hidden;position:absolute!important}.contact-form__submit{min-height:54px;font-size:1rem}.contact-form__status{border-radius:12px;gap:4px;padding:16px;display:grid}.contact-form__status--success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.contact-form__status--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}@media (max-width:900px){.page-hero__grid,.contact-experience__grid,.decision-panel{grid-template-columns:1fr}.page-hero__visual{max-height:460px}.story-track{grid-template-columns:repeat(2,minmax(0,1fr))}.story-track:before{display:none}.contact-experience__visual{min-height:480px;position:relative;top:auto}.contact-experience__visual img{height:480px}}@media (max-width:720px){.page-hero__visual{border-radius:20px 6px}.public-content-section .content-sections,.story-track,.decision-panel__options,.contact-form--live{grid-template-columns:1fr}.contact-form--live>*,.contact-form__heading,.contact-form__message,.contact-form__submit,.contact-form__status{grid-column:1}.process-parallax{background-attachment:scroll;padding:52px 0}.process-parallax__card,.process-parallax__card img{min-height:390px}.process-parallax__caption{bottom:12px;left:12px;right:12px}.decision-panel{padding:26px}.contact-experience__visual,.contact-experience__visual img{height:410px;min-height:410px}}@media (prefers-reduced-motion:reduce){.page-hero__visual img,.story-stop,.decision-panel__options a,.contact-form--live input,.contact-form--live select,.contact-form--live textarea{transition:none}.process-parallax{background-attachment:scroll}}.artist-hero{background:#fff2e8;padding:clamp(60px,9vw,120px) 0;overflow:hidden}.artist-hero__layout{grid-template-columns:minmax(0,.78fr) minmax(420px,1.22fr);align-items:center;gap:clamp(40px,7vw,100px);display:grid}.artist-hero__copy{z-index:2;justify-items:start;gap:15px;display:grid;position:relative}.artist-hero__copy>svg{color:#d95035;width:42px;height:42px}.artist-hero__copy>span{color:#c6422a;letter-spacing:.11em;text-transform:uppercase;font-size:.73rem;font-weight:900}.artist-hero h1,.brand-hero h1,.merchant-solution-hero h1{letter-spacing:-.06em;text-wrap:balance;font-size:clamp(2.6rem,5.5vw,5.8rem);line-height:.94}.artist-hero__copy p,.brand-hero p,.merchant-solution-hero p{color:#626f73;font-size:1.05rem;line-height:1.75}.artist-hero__collage{min-height:640px;position:relative;transform:rotate(1.2deg)}.artist-hero__collage img{object-fit:cover;border:12px solid #fff;border-radius:8px 110px;box-shadow:0 35px 90px #5c2d1f33}.artist-sticker{z-index:2;color:#fff;background:#7c3aed;border-radius:50%;padding:12px 18px;font-size:.75rem;font-weight:900;animation:4s ease-in-out infinite alternate artist-bob;position:absolute;box-shadow:0 14px 32px #00000029}.artist-sticker--one{top:8%;left:-28px;transform:rotate(-12deg)}.artist-sticker--two{background:#e65335;animation-delay:-2s;bottom:12%;right:-20px;transform:rotate(8deg)}.artist-spark{z-index:2;color:#ffd641;width:58px;height:58px;position:absolute;top:5%;right:4%}.artist-manifesto{color:#fff;background:#18172c}.artist-manifesto>.site-container>p{max-width:900px;font-family:Georgia,serif;font-size:clamp(2.2rem,5vw,5rem);font-style:italic;line-height:1.05}.artist-manifesto>.site-container>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:50px;display:grid}.artist-manifesto article{border-top:1px solid #716da0;gap:24px;padding:22px;display:grid}.artist-manifesto article span{color:#ffad8b;font-weight:900}.artist-manifesto article p{color:#d8d5ef;line-height:1.65}.artist-studio{background:#f7edff}.artist-studio__layout{grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px;display:grid}.artist-studio__layout>div:first-child{gap:14px;display:grid}.artist-studio__layout>div:first-child>span{color:#7c3aed;text-transform:uppercase;font-size:.72rem;font-weight:900}.artist-studio h2{letter-spacing:-.05em;font-size:clamp(2rem,4.4vw,4.5rem);line-height:1}.artist-studio p{color:#665f72;line-height:1.7}.artist-orbit{place-items:center;min-height:420px;display:grid;position:relative}.artist-orbit i{border:2px dashed #8f61ce;border-radius:50%;width:290px;height:290px;animation:28s linear infinite page-spin;position:absolute}.artist-orbit span{z-index:2;background:#fff;border:1px solid #d8c2ee;border-radius:50%;place-items:center;gap:6px;width:126px;height:126px;padding:12px;font-size:.75rem;font-weight:850;display:grid;position:absolute;box-shadow:0 20px 44px #5a2c8924}.artist-orbit span:first-child{top:0}.artist-orbit span:nth-child(2){bottom:10%;right:6%}.artist-orbit span:nth-child(3){bottom:10%;left:6%}.artist-orbit svg{color:#7c3aed}.artist-community{background:#fffaf5}.artist-community .site-container>div:last-child{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.artist-tag{background:#fff;border:1px solid #eadbd1;border-radius:999px;padding:14px 19px;font-weight:800;transform:rotate(-1deg)}.artist-tag--1{color:#7c3aed;background:#f2e9ff;transform:rotate(1.2deg)}.artist-tag--2{color:#bd442d;background:#ffede6;transform:rotate(-.3deg)}.brand-hero{color:#fff;background:#0d292e;padding:clamp(62px,9vw,120px) 0}.brand-hero__layout{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,7vw,100px);display:grid}.brand-hero__layout>div:first-child{justify-items:start;gap:16px;display:grid}.brand-hero__layout>div:first-child>span,.brand-foundation__title>span,.brand-runway__layout>div>span{color:#77e0bc;letter-spacing:.11em;text-transform:uppercase;font-size:.72rem;font-weight:900}.brand-hero p{color:#cbdedb}.brand-hero .site-button--secondary{color:#fff;background:0 0;border-color:#6c8d8b}.brand-hero__image{min-height:620px;position:relative}.brand-hero__image>img{object-fit:cover;border-radius:120px 8px}.brand-hero__image>div{color:#12343b;background:#fffffff0;border-radius:8px 34px;justify-content:center;align-items:center;gap:9px;padding:14px;font-size:.68rem;display:flex;position:absolute;bottom:20px;left:20px;right:20px}.brand-hero__image strong{color:#078b68}.brand-foundation{background:#f4faf7}.brand-foundation__title{gap:12px;max-width:850px;display:grid}.brand-foundation__title>svg,.brand-foundation__title>span,.brand-runway__layout>div>span{color:#078b68}.brand-foundation__title h2,.brand-runway h2{letter-spacing:-.055em;font-size:clamp(2.3rem,4.5vw,4.8rem);line-height:1}.brand-foundation__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:42px;display:grid}.brand-foundation__cards article{background:#fff;border:1px solid #dce8e4;border-radius:7px;align-content:start;gap:13px;min-height:270px;padding:25px;display:grid}.brand-foundation__cards article:nth-child(2){border-radius:50px 7px;transform:translateY(24px)}.brand-foundation__cards span{color:#078b68;font-size:.66rem;font-weight:900}.brand-foundation__cards h3{font-size:1.35rem}.brand-foundation__cards p{color:#65787e;line-height:1.65}.brand-runway{color:#fff;background:#156d59}.brand-runway__layout{grid-template-columns:.85fr 1.15fr;gap:70px;display:grid}.brand-runway__layout>div{align-content:start;gap:14px;display:grid}.brand-runway p{color:#d4ebe5;line-height:1.7}.brand-runway ol{background:#ffffff2e;gap:1px;margin:0;padding:0;list-style:none;display:grid}.brand-runway li{background:#156d59;grid-template-columns:52px 1fr;align-items:center;min-height:82px;padding:15px 20px;transition:padding-left .16s,background .16s;display:grid}.brand-runway li:hover{background:#0d5948;padding-left:30px}.brand-runway li span{color:#10343b;background:#78e2bd;border-radius:50%;place-items:center;width:34px;height:34px;font-size:.7rem;display:grid}.brand-use-cases>.site-container>div:last-child{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px;display:grid}.brand-use-cases article{background:#fff;border:1px solid #dce7e4;border-radius:8px;align-items:center;gap:12px;padding:18px;font-weight:800;display:flex}.brand-use-cases article svg{color:#078b68}.merchant-solution-hero{background:#edf5ff;padding:clamp(60px,8vw,108px) 0}.merchant-solution-hero__layout{grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(40px,6vw,80px);display:grid}.merchant-solution-hero__layout>div:first-child{justify-items:start;gap:15px;display:grid}.merchant-solution-hero__layout>div:first-child>span,.merchant-friction>.site-container>div:first-child>span,.merchant-pipeline .section-heading>span{color:#1667b8;letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:900}.merchant-command{background:#fff;border:1px solid #cbdced;border-radius:12px;overflow:hidden;box-shadow:0 30px 80px #1f4c752b}.merchant-command header{border-bottom:1px solid #dce8f3;justify-content:space-between;align-items:center;padding:15px 18px;font-size:.72rem;font-weight:850;display:flex}.merchant-command header i{color:#08775a;background:#e5f8f1;border-radius:999px;padding:7px 10px;font-style:normal}.merchant-command__image{min-height:330px;position:relative}.merchant-command__image img{object-fit:cover}.merchant-command__status{background:#dce8f3;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.merchant-command__status article{background:#fff;gap:5px;padding:16px;display:grid}.merchant-command__status svg{color:#1667b8}.merchant-command__status span{color:#75858e;font-size:.64rem}.merchant-command__status strong{font-size:.76rem}.merchant-friction{background:#fff}.merchant-friction>.site-container{grid-template-columns:.8fr 1.2fr;gap:70px;display:grid}.merchant-friction h2,.merchant-pipeline h2{letter-spacing:-.05em;margin-top:10px;font-size:clamp(2.1rem,4vw,4.2rem);line-height:1}.merchant-friction>.site-container>div:last-child{gap:10px;display:grid}.merchant-friction article{background:#f5f9fd;border:1px solid #dbe8f3;border-radius:7px;gap:11px;padding:17px;display:flex}.merchant-friction article svg{color:#1667b8;flex:none}.merchant-friction article p{color:#5e707a;line-height:1.55}.merchant-pipeline{color:#fff;background:#14283a}.merchant-pipeline .section-heading>span{color:#91c9ff}.merchant-pipeline .section-heading p{color:#c9d8e3}.merchant-pipeline__track{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:34px;display:grid}.merchant-pipeline__track article{background:#1b354b;border:1px solid #35526a;border-radius:7px;align-content:space-between;gap:14px;min-height:160px;padding:18px;display:grid;position:relative}.merchant-pipeline__track span{color:#91c9ff;font-size:.66rem}.merchant-pipeline__track svg{z-index:2;color:#91c9ff;position:absolute;top:50%;right:-15px}.merchant-pipeline aside{color:#cbdbe6;background:#0e1f2e;border-left:3px solid #4ca8f9;margin-top:16px;padding:17px;font-size:.78rem;line-height:1.6}.merchant-cases{background:#f2f7fb}.merchant-cases .site-container>div:last-child{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.merchant-cases .site-container>div:last-child span{color:#224359;background:#fff;border:1px solid #d4e3ef;border-radius:6px;padding:12px 16px;font-weight:750}@keyframes artist-bob{to{transform:translateY(14px)rotate(4deg)}}@media (max-width:900px){.artist-hero__layout,.artist-studio__layout,.brand-hero__layout,.brand-runway__layout,.merchant-solution-hero__layout,.merchant-friction>.site-container,.artist-manifesto>.site-container>div,.brand-foundation__cards,.brand-use-cases>.site-container>div:last-child{grid-template-columns:1fr}.brand-foundation__cards article:nth-child(2){transform:none}.merchant-pipeline__track{grid-template-columns:repeat(2,minmax(0,1fr))}.merchant-pipeline__track svg{display:none}}@media (max-width:600px){.artist-hero__collage,.brand-hero__image{min-height:430px}.merchant-command__status,.merchant-pipeline__track{grid-template-columns:1fr}.artist-orbit{min-height:350px}.artist-orbit i{width:220px;height:220px}.artist-orbit span{width:100px;height:100px}}@media (prefers-reduced-motion:reduce){.artist-sticker,.artist-orbit i{animation:none}}.page-hero{background:radial-gradient(circle at 12% 16%, color-mix(in srgb, var(--page-accent,#078b68) 17%, transparent), transparent 28rem), linear-gradient(135deg, var(--page-wash,#f3faf7), #fff 72%);position:relative;overflow:hidden}.page-hero:before,.page-hero:after{pointer-events:none;content:"";position:absolute}.page-hero:before{border:1px solid color-mix(in srgb, var(--page-accent) 30%, transparent);border-radius:50%;width:17rem;height:17rem;animation:10s ease-in-out infinite alternate page-float;top:12%;right:-4rem}.page-hero:after{background:var(--page-accent);filter:blur(1px);opacity:.08;border-radius:28% 72% 61% 39%;width:6rem;height:6rem;bottom:12%;left:4%;transform:rotate(18deg)}.page-hero__copy{z-index:2;position:relative}.page-hero__eyebrow{color:var(--page-accent)!important}.page-hero__copy h1{text-wrap:balance}.page-hero__visual{isolation:isolate;position:relative;overflow:visible}.page-hero__visual img{transition:transform .85s cubic-bezier(.2,.8,.2,1),filter .85s}.page-hero__visual:hover img{filter:saturate(1.06);transform:scale(1.035)rotate(.35deg)}.page-hero__signature{z-index:3;color:#fff;background:color-mix(in srgb, var(--page-accent) 88%, #102f36);min-width:190px;box-shadow:0 18px 42px color-mix(in srgb, var(--page-accent) 24%, transparent);border:1px solid #ffffff57;border-radius:4px 24px;gap:4px;padding:14px 17px;display:grid;position:absolute;bottom:18px;right:-18px;transform:rotate(-2deg)}.page-hero__signature span{color:#ffffffb8;letter-spacing:.14em;font-size:.64rem;font-weight:900}.page-hero__signature strong{font-size:.84rem}.page-hero__ticker{z-index:2;color:#fff;background:color-mix(in srgb, var(--page-accent) 88%, #102f36);position:relative;overflow:hidden}.page-hero__ticker>div{gap:34px;width:max-content;padding:11px 0;animation:28s linear infinite page-ticker;display:flex}.page-hero__ticker span{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:34px;font-size:.68rem;font-weight:850;display:flex}.page-hero__ticker i{color:#ffffff8c;font-style:normal}.page-hero--editorial .page-hero__visual{transform:rotate(-1.2deg)}.page-hero--editorial .page-hero__visual img{border-radius:4px 76px}.page-hero--blueprint{background-image:linear-gradient(color-mix(in srgb,var(--page-accent) 7%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--page-accent) 7%,transparent) 1px,transparent 1px),linear-gradient(135deg,var(--page-wash),#fff);background-size:30px 30px,30px 30px,auto}.page-hero--blueprint .page-hero__visual img{box-shadow:18px 18px 0 color-mix(in srgb,var(--page-accent) 18%,transparent);border-radius:2px}.page-hero--orbit .page-hero__visual img{clip-path:ellipse(47% 49%);border-radius:50%}.page-hero--orbit .page-hero__visual:after{content:"";border:1px dashed var(--page-accent);border-radius:50%;animation:24s linear infinite page-spin;position:absolute;inset:-18px}.page-hero--workshop .page-hero__visual img{box-shadow:-16px 16px 0 color-mix(in srgb,var(--page-accent) 20%,transparent);border-radius:24px 4px;transform:rotate(1.5deg)}.page-hero--manifesto .page-hero__grid{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)}.page-hero--manifesto .page-hero__visual img{filter:contrast(1.04)saturate(.85);border-radius:120px 120px 8px 8px}.page-hero--signal .page-hero__visual img{clip-path:polygon(8% 0,100% 0,92% 100%,0 100%)}.public-content-section{background:linear-gradient(180deg,#fff,var(--page-wash))}.content-sections{counter-reset:stories}.content-sections .content-story{border-color:color-mix(in srgb,var(--page-accent) 24%,#dce6e8);transition:transform .18s,box-shadow .18s,border-color .18s;position:relative;overflow:hidden}.content-sections .content-story:hover{z-index:1;border-color:var(--page-accent);box-shadow:0 22px 55px color-mix(in srgb,var(--page-accent) 13%,transparent);transform:translateY(-4px)}.content-story>span{color:var(--page-accent)!important}.content-story li::marker{color:var(--page-accent)}.content-sections--editorial .content-story:nth-child(2n){margin-left:7%;transform:rotate(.25deg)}.content-sections--editorial .content-story:nth-child(odd){margin-right:5%;transform:rotate(-.2deg)}.content-sections--blueprint .content-story{border-left:4px solid var(--page-accent);border-radius:2px}.content-sections--orbit .content-story{border-radius:60px 10px}.content-sections--workshop .content-story:nth-child(3n+1){background:var(--page-wash);box-shadow:9px 9px 0 color-mix(in srgb,var(--page-accent) 16%,transparent);transform:rotate(-.35deg)}.content-sections--manifesto .content-story{border:0;border-bottom:1px solid color-mix(in srgb,var(--page-accent) 30%,#dce6e8);box-shadow:none;border-radius:0;grid-template-columns:60px 1fr;padding-block:28px}.content-sections--signal .content-story:nth-child(2n){border-radius:4px 42px}.content-sections--signal .content-story:nth-child(odd){border-radius:42px 4px}.shipping-journey{color:#fff;background:#102f36;padding:clamp(70px,9vw,124px) 0;overflow:hidden}.shipping-journey__heading{gap:14px;max-width:900px;display:grid}.shipping-journey__heading>span,.shipping-calculator__story>span,.delivery-window__layout>div>span,.shipping-world span{color:#78e2bd;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:900}.shipping-journey__heading h2,.shipping-calculator__story h2,.delivery-window h2,.shipping-world h2{letter-spacing:-.055em;text-wrap:balance;font-size:clamp(2.2rem,4.6vw,5rem);line-height:.98}.shipping-journey__heading p{color:#c9dedb;max-width:720px;line-height:1.75}.shipping-route{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:52px;display:grid;position:relative}.shipping-route article{z-index:2;color:#12343b;background:#fff;border-radius:6px 42px;align-content:space-between;gap:10px;min-height:230px;padding:24px;transition:transform .18s,background .18s;display:grid;position:relative}.shipping-route article:hover{background:#e5fff6;transform:translateY(-8px)rotate(-.3deg)}.shipping-route article>span{color:#0a8d69;letter-spacing:.12em;font-size:.68rem;font-weight:900}.shipping-route article svg{color:#078b68}.shipping-route article h3{align-self:end;font-size:1.2rem}.shipping-route article p{color:#667a80;font-size:.78rem}.shipping-route__line{background:linear-gradient(90deg,#0000,#78e2bd,#0000);height:1px;position:absolute;top:50%;left:-10vw;right:-10vw}.shipping-carriers{background:#f6faf8}.section-heading--split{grid-template-columns:1fr .7fr;align-items:end;gap:40px;display:grid}.section-heading--split>p{color:#62767d;line-height:1.7}.shipping-carrier-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-top:36px;display:grid}.shipping-carrier{color:#17343b;background:#fff;border:1px solid #dbe6e4;border-radius:12px;align-content:start;gap:10px;min-height:300px;padding:22px;transition:transform .18s,box-shadow .18s;display:grid}.shipping-carrier:first-child,.shipping-carrier:nth-child(2){grid-column:span 3}.shipping-carrier:nth-child(n+3){grid-column:span 2}.shipping-carrier:hover{transform:translateY(-6px);box-shadow:0 24px 55px #11343b1f}.shipping-carrier>span{color:#839398;font-size:.65rem;font-weight:900}.shipping-carrier>svg{color:#078b68;margin:18px 0 12px}.shipping-carrier>small{color:#078b68;text-transform:uppercase;font-size:.67rem;font-weight:850}.shipping-carrier h3{font-size:1.45rem}.shipping-carrier p{color:#64777e;font-size:.8rem;line-height:1.6}.shipping-carrier strong{color:#075f4c;align-items:center;gap:7px;margin-top:auto;font-size:.72rem;display:flex}.shipping-carrier--amber{background:#fff8e8}.shipping-carrier--coral{background:#fff0ec}.shipping-carrier--yellow{background:#fffbdc}.shipping-carrier--mint{background:#ecfaf5}.shipping-carrier--lime{background:#f3fae9}.shipping-calculator{color:#fff;background:linear-gradient(135deg,#102f36,#174b4d 58%,#09654f)}.shipping-calculator__layout{grid-template-columns:minmax(0,.75fr) minmax(520px,1.25fr);gap:clamp(40px,7vw,100px);display:grid}.shipping-calculator__story{align-content:start;justify-items:start;gap:14px;display:grid}.shipping-calculator__story>svg{color:#78e2bd}.shipping-calculator__story p{color:#c9dedb;line-height:1.7}.shipping-calculator__story ul{gap:10px;margin:10px 0 0;padding:0;list-style:none;display:grid}.shipping-calculator__story li{color:#e1f0ed;gap:9px;font-size:.82rem;display:flex}.shipping-calculator__story li svg{color:#78e2bd;flex:none}.shipping-calculator__panel{color:#17343b;background:#fff;border:1px solid #fff6;border-radius:12px 68px;overflow:hidden;box-shadow:0 35px 80px #00000038}.shipping-calculator__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:28px;display:grid}.shipping-calculator__fields label,.delivery-window__panel label{color:#51676e;gap:7px;font-size:.7rem;font-weight:850;display:grid}.shipping-calculator__fields label:first-child{grid-column:1/-1}.shipping-calculator__fields input,.shipping-calculator__fields select,.delivery-window__panel input{color:#17343b;width:100%;min-height:48px;font:inherit;background:#fff;border:1px solid #cadad7;border-radius:7px;padding:0 12px}.shipping-calculator__fields small,.delivery-window__panel label small{color:#809094;font-size:.62rem}.shipping-calculator__receipt{background:#dce8e5;border-top:1px solid #dce8e5;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.shipping-calculator__receipt>div{background:#f7faf9;align-content:center;gap:5px;min-height:118px;padding:18px;display:grid}.shipping-calculator__receipt span,.shipping-calculator__receipt small{color:#718287;font-size:.63rem}.shipping-calculator__receipt strong{font-size:1.15rem}.shipping-calculator__receipt .is-total,.shipping-calculator__receipt .is-sale{color:#fff;background:#12343b;grid-column:span 3;min-height:96px}.shipping-calculator__receipt .is-sale{background:#078b68}.shipping-calculator__receipt .is-total span,.shipping-calculator__receipt .is-total small,.shipping-calculator__receipt .is-sale span,.shipping-calculator__receipt .is-sale small{color:#d7ebe7}.shipping-calculator__receipt .is-sale strong{font-size:clamp(1.5rem,3vw,2.3rem)}.shipping-calculator__notice{color:#7c6a43;background:#fff8e6;padding:14px 24px 22px;font-size:.68rem;line-height:1.5}.delivery-window{background:#fff5ed}.delivery-window__layout{grid-template-columns:minmax(0,.8fr) minmax(440px,1.2fr);align-items:center;gap:clamp(36px,7vw,90px);display:grid}.delivery-window__layout>div:first-child{justify-items:start;gap:13px;display:grid}.delivery-window__layout>div:first-child>svg{color:#e35d38}.delivery-window__layout>div:first-child>span{color:#c84527}.delivery-window__layout>div:first-child>p{color:#6c777a;line-height:1.7}.delivery-window__panel{background:#fff;border:1px solid #efdcd0;border-radius:52px 8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:25px;display:grid;box-shadow:0 24px 55px #6f3a241a}.delivery-window__panel article{color:#fff;background:#e25335;border-radius:32px 6px;grid-column:1/-1;gap:6px;padding:22px;display:grid}.delivery-window__panel article span{text-transform:uppercase;font-size:.65rem;font-weight:900}.delivery-window__panel article strong{font-size:clamp(1.4rem,3vw,2.4rem)}.delivery-window__panel article small{color:#ffe2d8}.shipping-strategy{background:#f7faf9}.shipping-strategy__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px;display:grid}.shipping-strategy__grid article{background:#fff;border:1px solid #dce7e5;border-radius:8px;align-content:start;gap:12px;min-height:280px;padding:26px;display:grid}.shipping-strategy__grid article:nth-child(2){background:#ebf9f4;border-radius:52px 8px}.shipping-strategy__grid article:nth-child(3){color:#fff;background:#12343b;border-radius:8px 52px}.shipping-strategy__grid span{color:#078b68;text-transform:uppercase;font-size:.67rem;font-weight:900}.shipping-strategy__grid article:nth-child(3) span{color:#78e2bd}.shipping-strategy__grid h3{font-size:1.35rem}.shipping-strategy__grid p{color:#66787e;line-height:1.65}.shipping-strategy__grid article:nth-child(3) p{color:#c9dedb}.shipping-strategy__grid small{color:#879498;align-self:end;margin-top:auto}.shipping-trust-strip{color:#fff;background:#0a765a;border-radius:8px 34px;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-top:16px;padding:20px;display:grid}.shipping-trust-strip p{font-size:.8rem;line-height:1.55}.shipping-trust-strip a{white-space:nowrap;align-items:center;gap:7px;font-size:.75rem;font-weight:850;display:flex}.shipping-world{color:#fff;background:#171f32;padding:50px 0}.shipping-world__layout{grid-template-columns:auto 1fr auto;align-items:center;gap:26px;display:grid}.shipping-world__layout>svg{color:#91b8ff;width:70px;height:70px}.shipping-world h2{font-size:clamp(1.8rem,3.3vw,3.5rem)}.shipping-world p{color:#cad3e5;margin-top:8px;line-height:1.6}@keyframes page-ticker{to{transform:translate(-50%)}}@keyframes page-float{to{border-radius:36% 64% 45% 55%;transform:translate(-45px,30px)rotate(24deg)}}@keyframes page-spin{to{transform:rotate(360deg)}}@media (max-width:960px){.shipping-route,.shipping-strategy__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shipping-calculator__layout,.delivery-window__layout{grid-template-columns:1fr}.shipping-carrier:nth-child(n){grid-column:span 3}.shipping-world__layout{grid-template-columns:auto 1fr}.shipping-world__layout .site-button{grid-column:1/-1;justify-self:start}}@media (max-width:660px){.page-hero__signature{bottom:8px;right:8px}.page-hero__ticker{display:none}.shipping-route,.shipping-strategy__grid,.section-heading--split,.shipping-carrier-grid{grid-template-columns:1fr}.shipping-carrier:nth-child(n){grid-column:auto}.shipping-calculator__fields,.delivery-window__panel,.shipping-calculator__receipt{grid-template-columns:1fr}.shipping-calculator__fields label:first-child,.shipping-calculator__receipt .is-total,.shipping-calculator__receipt .is-sale,.delivery-window__panel article{grid-column:auto}.shipping-calculator__panel{border-radius:8px 38px}.shipping-world__layout{grid-template-columns:1fr}.shipping-world__layout>svg{width:52px;height:52px}}@media (prefers-reduced-motion:reduce){.page-hero:before,.page-hero__ticker>div,.page-hero--orbit .page-hero__visual:after{animation:none}.page-hero__visual img,.content-sections .content-story,.shipping-route article,.shipping-carrier{transition:none}}.home-hero__store-link{color:#075f4c;text-underline-offset:4px;align-self:center;font-size:.88rem;font-weight:750;text-decoration:underline}.home-transformation{color:#16343b;background:#fffffff0;border:1px solid #dbe8e5;border-radius:10px;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:11px 14px;font-size:.7rem;font-weight:750;display:flex;position:absolute;bottom:18px;left:22px;right:22px;box-shadow:0 10px 24px #0f2a311a}.home-transformation b{color:#07936e}.commercial-intent-section{border-top:1px solid #e4ecee}.commercial-intent-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:32px;display:grid}.commercial-intent-grid article{background:#fff;border:1px solid #dce6e8;border-radius:12px;grid-template-rows:auto 1fr auto;gap:18px;min-height:238px;padding:24px;transition:border-color .16s,transform .16s,box-shadow .16s;display:grid}.commercial-intent-grid article:hover{border-color:#8ccdb9;transform:translateY(-3px);box-shadow:0 14px 34px #102a3114}.commercial-intent-grid svg{color:#078b68}.commercial-intent-grid h3{margin-bottom:8px;font-size:1.08rem}.commercial-intent-grid p{color:#61727b;font-size:.88rem;line-height:1.65}.commercial-intent-grid a{color:#067157;align-items:center;gap:7px;font-size:.82rem;font-weight:800;display:inline-flex}.commercial-hero{background:#f5f9f8;border-bottom:1px solid #dde8e6;padding:clamp(58px,8vw,108px) 0}.commercial-hero__grid{grid-template-columns:minmax(0,.94fr) minmax(360px,1.06fr);align-items:center;gap:clamp(34px,6vw,86px);display:grid}.commercial-hero h1{color:#102a31;letter-spacing:-.055em;max-width:780px;margin:16px 0 20px;font-size:clamp(2.4rem,5vw,5rem);line-height:1.02}.commercial-hero p{color:#596d76;max-width:680px;font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.7}.commercial-hero__visual{background:#fff;border:1px solid #dce6e8;border-radius:22px 6px;place-items:center;min-height:430px;display:grid;overflow:hidden}.commercial-hero__visual img{object-fit:contain;width:100%;height:100%;max-height:560px;padding:18px}.commercial-problem-grid{grid-template-columns:.8fr 1.2fr;gap:clamp(30px,7vw,100px);display:grid}.commercial-section-heading span,.commercial-transformation>div>span{color:#078b68;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:850}.commercial-section-heading h2,.commercial-transformation h2{color:#102a31;letter-spacing:-.035em;margin-top:10px;font-size:clamp(1.8rem,3vw,3rem);line-height:1.1}.commercial-problem-grid>div:last-child{gap:10px;display:grid}.commercial-problem-grid article{background:#f8faf9;border:1px solid #e0e9e8;border-radius:8px;align-items:flex-start;gap:12px;padding:17px;display:flex}.commercial-problem-grid article svg{color:#078b68;flex:none;margin-top:2px}.commercial-problem-grid article p{color:#526871;line-height:1.55}.commercial-transformation{grid-template-columns:.9fr 1.1fr;align-items:center;gap:60px;display:grid}.commercial-transformation p{color:#5d7079;margin-top:16px;line-height:1.75}.commercial-flow{background:#fff;border:1px solid #dce6e8;border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:30px;display:flex}.commercial-flow span{color:#17343b;place-items:center;gap:10px;min-width:110px;font-size:.76rem;font-weight:800;display:grid}.commercial-flow span svg{color:#078b68}.commercial-flow>svg{color:#8ca0a6}.commercial-step-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:34px 0 0;padding:0;list-style:none;display:grid}.commercial-step-grid li{background:#fff;border:1px solid #dce6e8;border-radius:9px;align-content:space-between;gap:18px;min-height:130px;padding:18px;display:grid}.commercial-step-grid li span{color:#fff;background:#078b68;border-radius:999px;place-items:center;width:30px;height:30px;font-size:.72rem;font-weight:850;display:grid}.commercial-step-grid strong{font-size:.82rem;line-height:1.4}.commercial-case-grid{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:30px;display:flex}.commercial-case-grid span{color:#25424a;background:#fff;border:1px solid #dce6e8;border-radius:999px;padding:10px 15px;font-size:.82rem;font-weight:700}.decision-panel__options--three{grid-template-columns:repeat(3,minmax(0,1fr))}.profit-calculator-section{background:#f5f9f8}.profit-calculator{grid-template-columns:.8fr 1.2fr;gap:26px 60px;display:grid}.profit-calculator__intro{align-content:start;gap:14px;display:grid}.profit-calculator__intro>svg{color:#078b68}.profit-calculator__intro h1{color:#102a31;letter-spacing:-.05em;font-size:clamp(2rem,4vw,3.8rem);line-height:1.02}.profit-calculator__intro p{color:#60737b;line-height:1.7}.profit-calculator__form{background:#fff;border:1px solid #dce6e8;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:24px;display:grid}.profit-calculator__form label{color:#435b64;gap:7px;font-size:.75rem;font-weight:750;display:grid}.profit-calculator__form input,.profit-calculator__form select{background:#fff;border:1px solid #cfdcdf;border-radius:6px;width:100%;min-height:46px;padding:0 12px}.profit-calculator__results{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.profit-calculator__results article{background:#fff;border:1px solid #dce6e8;border-radius:9px;align-content:start;gap:8px;min-height:120px;padding:18px;display:grid}.profit-calculator__results span,.profit-calculator__results small{color:#667982;font-size:.68rem}.profit-calculator__results strong{color:#08775a;font-size:1.4rem}.profit-calculator__notice{color:#735b24;background:#fff8e7;border:1px solid #eddaaa;border-radius:7px;grid-column:1/-1;padding:13px 15px;font-size:.75rem}.profit-calculator>.site-button{grid-column:1/-1;justify-self:end}.resource-article{background:#f7faf9;padding:clamp(60px,8vw,110px) 0}.resource-article h1{color:#102a31;letter-spacing:-.05em;margin:16px 0;font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.03}.resource-article__lead{color:#5e717a;font-size:1.08rem;line-height:1.7}.resource-article ol{gap:10px;margin:36px 0;padding:0;list-style:none;display:grid}.resource-article li{background:#fff;border:1px solid #dce6e8;border-radius:8px;grid-template-columns:auto 1fr;align-items:center;gap:16px;padding:17px;display:grid}.resource-article li span{color:#078b68;font-weight:850}.resource-article aside{color:#5f6f76;background:#edf7f4;border-left:3px solid #078b68;margin-bottom:26px;padding:15px;font-size:.78rem}.resource-guide{--resource-accent:#08775a;--resource-wash:#e8f8f2;color:#102a31;background:#fbfdfc}.resource-guide__hero{background:linear-gradient(120deg, var(--resource-wash), #fff 62%);border-bottom:1px solid color-mix(in srgb, var(--resource-accent) 25%, #dce6e8);padding:clamp(58px,8vw,118px) 0;position:relative;overflow:hidden}.resource-guide__hero:before{content:"";opacity:.28;background-image:radial-gradient(var(--resource-accent) 1px, transparent 1px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 72%);mask-image:linear-gradient(90deg,#000,#0000 72%)}.resource-guide__hero-grid{z-index:1;grid-template-columns:minmax(0,1.25fr) minmax(260px,.55fr);align-items:center;gap:clamp(34px,7vw,100px);display:grid;position:relative}.resource-guide__eyebrow,.resource-guide__label{color:var(--resource-accent);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;font-size:.76rem;font-weight:850;display:flex}.resource-guide__label{opacity:.8;margin:24px 0 8px}.resource-guide h1{letter-spacing:-.065em;text-wrap:balance;max-width:900px;margin:0;font-size:clamp(2.65rem,6.2vw,6.2rem);line-height:.95}.resource-guide__lead{color:#53686f;max-width:700px;margin:26px 0 0;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.72}.resource-guide__poster{aspect-ratio:4/5;color:#fff;background:var(--resource-accent);box-shadow:24px 28px 0 color-mix(in srgb, var(--resource-accent) 16%, transparent);border-radius:5px 42px 5px 5px;flex-direction:column;justify-content:space-between;padding:24px;display:flex;transform:rotate(3deg)}.resource-guide__poster>span,.resource-guide__poster>i{letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:800}.resource-guide__poster svg{align-self:flex-end;width:56px;height:56px;animation:3.2s ease-in-out infinite resource-pulse}.resource-guide__poster strong{letter-spacing:-.06em;text-transform:uppercase;writing-mode:vertical-rl;font-size:clamp(2rem,4vw,4rem);line-height:.9}.resource-guide__body{grid-template-columns:minmax(0,1fr) minmax(260px,.38fr);gap:clamp(30px,6vw,80px);padding-top:clamp(60px,8vw,108px);padding-bottom:clamp(54px,7vw,90px);display:grid}.resource-guide__steps section{border-bottom:1px solid #dce6e8;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:20px;min-height:126px;padding:24px 8px;transition:padding .25s,background .25s;display:grid}.resource-guide__steps section:hover{background:var(--resource-wash);padding-inline:22px}.resource-guide__steps section>span{color:var(--resource-accent);font-size:1.4rem;font-weight:900}.resource-guide__steps small{color:#7a8b90;letter-spacing:.12em;text-transform:uppercase;font-size:.66rem;font-weight:850}.resource-guide__steps h2{letter-spacing:-.025em;margin:5px 0 0;font-size:clamp(1.05rem,2vw,1.5rem)}.resource-guide__steps svg{color:var(--resource-accent)}.resource-guide__note{color:#fff;background:#102a31;border-radius:4px 30px 4px 4px;align-self:start;padding:30px;position:sticky;top:108px}.resource-guide__note span,.resource-guide__footer span{color:color-mix(in srgb, var(--resource-accent) 55%, #fff);letter-spacing:.13em;text-transform:uppercase;font-size:.67rem;font-weight:850}.resource-guide__note p{margin:18px 0 28px;font-size:1.2rem;line-height:1.55}.resource-guide__note small{color:#b7c4c8;line-height:1.6}.resource-guide__footer{border-top:1px solid #dce6e8;justify-content:space-between;align-items:center;gap:28px;padding-top:42px;padding-bottom:58px;display:flex}.resource-guide__footer h2{letter-spacing:-.04em;margin:7px 0 0;font-size:clamp(1.5rem,3vw,2.5rem)}.resource-guide--laboratorio .resource-guide__poster{border-radius:50% 50% 8px 8px;transform:rotate(-2deg)}.resource-guide--mapa .resource-guide__poster{border-radius:50% 8px}.resource-guide--taller .resource-guide__hero:before{background-image:linear-gradient(color-mix(in srgb, var(--resource-accent) 20%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--resource-accent) 20%, transparent) 1px, transparent 1px);background-size:32px 32px}.resource-guide--tablero .resource-guide__poster{box-shadow:inset 0 0 0 8px #ffffff26, 20px 20px 0 var(--resource-wash);border-radius:8px;transform:none}@keyframes resource-pulse{0%,to{transform:rotate(0)scale(1)}50%{transform:rotate(14deg)scale(1.12)}}@media (max-width:780px){.resource-guide__hero-grid,.resource-guide__body{grid-template-columns:1fr}.resource-guide__poster{width:min(72vw,300px);margin-inline:auto}.resource-guide__note{position:static}.resource-guide__footer{flex-direction:column;align-items:flex-start}}.printelo-shipping-price{color:#fff;background:#0d3137;overflow:hidden}.printelo-shipping-price__layout{grid-template-columns:minmax(300px,.68fr) minmax(0,1fr);align-items:center;gap:clamp(44px,8vw,110px);display:grid}.printelo-shipping-price__ticket{color:#10353a;background:#dff96b;border-radius:34px 8px;padding:clamp(30px,5vw,54px);position:relative;transform:rotate(-2deg);box-shadow:24px 24px #7442e8}.printelo-shipping-price__ticket:after{content:"";pointer-events:none;border:1px dashed #10353a4d;border-radius:25px 5px;position:absolute;inset:12px}.printelo-shipping-price__stamp{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#10353a;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.7rem;font-weight:850;display:inline-flex}.printelo-shipping-price__ticket>small{margin-top:38px;font-weight:750;display:block}.printelo-shipping-price__ticket>strong{z-index:1;letter-spacing:-.07em;margin:5px 0;font-size:clamp(2.8rem,5vw,5.3rem);line-height:.95;display:block;position:relative}.printelo-shipping-price__ticket>p{color:#3c5a5e;margin:0 0 34px}.printelo-shipping-price__ticket>div{border-top:1px solid #10353a33;align-items:center;gap:12px;padding-top:20px;display:flex}.printelo-shipping-price__copy>span,.shipping-catalog-rates .section-heading span,.shipping-promise__layout>div>span{color:#aee9d5;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:850}.printelo-shipping-price__copy h2{letter-spacing:-.055em;max-width:740px;margin:12px 0 20px;font-size:clamp(2.1rem,4.5vw,4.5rem);line-height:.98}.printelo-shipping-price__copy>p{color:#bfd0d3;max-width:680px;line-height:1.75}.printelo-shipping-price__copy ul{gap:13px;margin:30px 0 0;padding:0;list-style:none;display:grid}.printelo-shipping-price__copy li{color:#edf7f6;align-items:center;gap:11px;display:flex}.printelo-shipping-price__copy li svg{color:#dff96b}.shipping-catalog-rates{background:#f4f8f7}.shipping-catalog-rates__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,330px),1fr));gap:24px;display:grid}.shipping-catalog-rates__grid>article{background:#fff;border:1px solid #dbe7e5;border-radius:28px 7px;transition:transform .25s,box-shadow .25s;overflow:hidden;box-shadow:0 18px 60px #10353a14}.shipping-catalog-rates__grid>article:hover{transform:translateY(-7px)rotate(.3deg);box-shadow:0 28px 70px #10353a24}.shipping-catalog-rates__image{background:radial-gradient(circle at 50% 45%,#fff 0 22%,#e9f4f1 62%,#dff0ec 100%);place-items:center;min-height:300px;display:grid;position:relative}.shipping-catalog-rates__image>img{object-fit:contain;padding:28px}.shipping-catalog-rates__image>svg{color:#0b8b68;width:80px;height:80px}.shipping-catalog-rates__image>span{color:#fff;background:#7442e8;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:.68rem;font-weight:800;display:flex;position:absolute;bottom:18px;left:20px}.shipping-catalog-rates__content{padding:26px}.shipping-catalog-rates__content>small{color:#0a8a68;text-transform:uppercase;font-weight:800}.shipping-catalog-rates__content h3{letter-spacing:-.035em;margin:7px 0 22px;font-size:1.45rem}.shipping-catalog-rates__content dl{margin:0}.shipping-catalog-rates__content dl>div{color:#5f7074;border-bottom:1px solid #e7eeee;justify-content:space-between;gap:15px;padding:11px 0;display:flex}.shipping-catalog-rates__content dd{color:#17383d;margin:0;font-weight:800}.shipping-catalog-rates__content .is-total{color:#17383d;border:0;margin-top:8px;font-weight:850}.shipping-catalog-rates__content .is-total dd{color:#7442e8;font-size:1.2rem}.shipping-catalog-rates__content>p,.shipping-catalog-rates__content>a{align-items:center;gap:8px;display:flex}.shipping-catalog-rates__content>p{color:#62757a;margin:18px 0;font-size:.8rem}.shipping-catalog-rates__content>a{color:#08775a;font-weight:850}.shipping-catalog-rates__state{color:#51666c;background:#fff;border:1px dashed #bed2ce;border-radius:18px;padding:28px}.shipping-catalog-rates__state.is-error{color:#8d3328;background:#fff2ef}.shipping-promise{color:#fff;background:linear-gradient(135deg,#7442e8,#4f24b6)}.shipping-promise__layout>div:first-child{align-items:center;gap:14px;display:flex}.shipping-promise__layout>div:first-child svg{color:#dff96b;width:42px;height:42px}.shipping-promise__layout>div:first-child h2{letter-spacing:-.05em;max-width:700px;margin-left:auto;font-size:clamp(2rem,4vw,4rem);line-height:1}.shipping-promise__timeline{grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;gap:18px;margin:56px 0 34px;display:grid}.shipping-promise__timeline article{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#ffffff1a;border:1px solid #ffffff30;border-radius:22px;padding:28px}.shipping-promise__timeline article.is-result{color:#14373c;background:#dff96b;transform:rotate(1.5deg)}.shipping-promise__timeline strong{letter-spacing:-.07em;font-size:clamp(2.8rem,5vw,5rem);line-height:.9;display:block}.shipping-promise__timeline span{text-transform:uppercase;font-size:.7rem;font-weight:850}.shipping-promise__timeline h3{margin:25px 0 8px}.shipping-promise__timeline p{opacity:.78;margin:0;line-height:1.6}.shipping-promise__timeline>i{color:#dff96b;align-self:center;font-size:2rem;font-style:normal;font-weight:900}.shipping-promise__layout>aside{background:#10353a;border-radius:16px;align-items:center;gap:18px;padding:22px;display:flex}.shipping-promise__layout>aside p{color:#d7e4e5;flex:1;margin:0}.shipping-promise__layout>aside a{color:#dff96b;white-space:nowrap;align-items:center;gap:7px;font-weight:850;display:flex}@media (max-width:820px){.printelo-shipping-price__layout{grid-template-columns:1fr}.shipping-promise__layout>div:first-child{flex-direction:column;align-items:flex-start}.shipping-promise__layout>div:first-child h2{margin-left:0}.shipping-promise__timeline{grid-template-columns:1fr}.shipping-promise__timeline>i{justify-self:center}.shipping-promise__layout>aside{flex-direction:column;align-items:flex-start}}.profit-lab{color:#123238;background:#f7faf9}.profit-lab__hero{grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);align-items:center;gap:clamp(40px,7vw,100px);padding-top:clamp(70px,9vw,130px);padding-bottom:70px;display:grid}.profit-lab__hero>div:first-child>span{color:#7442e8;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;font-size:.74rem;font-weight:850;display:flex}.profit-lab__hero h1{letter-spacing:-.07em;text-wrap:balance;max-width:960px;margin:16px 0 24px;font-size:clamp(2.8rem,6.7vw,6.7rem);line-height:.94}.profit-lab__hero p{color:#5f7075;max-width:740px;font-size:1.08rem;line-height:1.75}.profit-lab__orbit{aspect-ratio:1;color:#fff;background:#10353a;border:2px solid #10353a;border-radius:50%;place-items:center;animation:4s ease-in-out infinite profit-float;display:grid;position:relative;box-shadow:18px 18px #dff96b}.profit-lab__orbit:before,.profit-lab__orbit:after{content:"";border:1px dashed #8fd8c2;border-radius:50%;position:absolute;inset:15%}.profit-lab__orbit:after{background:#7442e8;border:0;inset:34%}.profit-lab__orbit>svg{z-index:1;width:68px;height:68px;position:relative}.profit-lab__orbit>span{color:#10353a;letter-spacing:.08em;background:#fff;border:1px solid #dce6e5;border-radius:999px;padding:6px 9px;font-size:.6rem;font-weight:900;position:absolute}.profit-lab__orbit>span:first-of-type{top:8%;left:10%}.profit-lab__orbit>span:nth-of-type(2){top:46%;right:-3%}.profit-lab__orbit>span:nth-of-type(3){bottom:8%;left:18%}.profit-lab__workspace{grid-template-columns:minmax(300px,.62fr) minmax(0,1fr);gap:28px;padding-bottom:clamp(70px,9vw,120px);display:grid}.profit-lab__product,.profit-lab__controls{background:#fff;border:1px solid #dce6e5;box-shadow:0 22px 70px #10353a14}.profit-lab__product{border-radius:34px 7px;overflow:hidden}.profit-lab__product-image{background:radial-gradient(circle,#fff,#e5f2ef);place-items:center;min-height:420px;display:grid;position:relative}.profit-lab__product-image img{object-fit:contain;padding:30px}.profit-lab__product-image>svg{color:#08775a;width:90px;height:90px}.profit-lab__product>div:last-child{padding:30px}.profit-lab__product small{color:#7442e8;text-transform:uppercase;font-weight:850}.profit-lab__product h2{letter-spacing:-.045em;margin:8px 0 12px;font-size:2rem}.profit-lab__product p{color:#617378;margin:0;line-height:1.65}.profit-lab__controls{border-radius:7px 34px;padding:clamp(25px,4vw,42px)}.profit-lab__controls label{color:#2c484d;gap:8px;font-size:.77rem;font-weight:800;display:grid}.profit-lab__controls select,.profit-lab__controls input{color:#17373d;width:100%;min-height:50px;font:inherit;background:#f8fbfa;border:1px solid #ccdcda;border-radius:9px;padding:0 15px;font-size:.9rem}.profit-lab__controls label>small{color:#75878b;font-weight:500;line-height:1.45}.profit-lab__fixed{grid-template-columns:repeat(2,1fr);gap:13px;margin:22px 0;display:grid}.profit-lab__fixed article{background:#edf8f4;border-radius:15px;grid-template-columns:auto 1fr;gap:3px 10px;padding:18px;display:grid}.profit-lab__fixed svg{color:#08775a;grid-row:span 3}.profit-lab__fixed span{color:#66797d;font-size:.72rem}.profit-lab__fixed strong{font-size:1.35rem}.profit-lab__fixed small{color:#08775a;text-transform:uppercase;font-size:.62rem;font-weight:800}.profit-lab__fields{gap:18px;display:grid}.profit-lab__error{color:#943b31;background:#fff0ed;border-radius:9px;margin-bottom:20px;padding:14px}.profit-lab__results{color:#fff;background:#10353a;padding:clamp(70px,9vw,120px) 0}.profit-lab__results>.site-container{grid-template-columns:minmax(300px,.75fr) minmax(0,1fr);gap:clamp(28px,6vw,80px);display:grid}.profit-lab__result-main{color:#123238;background:#dff96b;border-radius:35px 8px;grid-row:span 3;padding:clamp(30px,5vw,55px);transform:rotate(-1deg)}.profit-lab__result-main>span{text-transform:uppercase;margin-top:28px;font-size:.75rem;font-weight:850;display:block}.profit-lab__result-main>strong{letter-spacing:-.075em;margin:6px 0;font-size:clamp(3rem,6vw,6rem);line-height:.95;display:block}.profit-lab__result-main>strong.is-negative{color:#b43b31}.profit-lab__result-main p{color:#4a6064}.profit-lab__result-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.profit-lab__result-grid article{background:#ffffff14;border:1px solid #ffffff24;border-radius:14px;padding:22px}.profit-lab__result-grid span{color:#b9cccf;min-height:34px;font-size:.7rem;display:block}.profit-lab__result-grid strong{margin-top:9px;font-size:1.65rem;display:block}.profit-lab__advice{background:#7442e8;border-radius:15px;align-items:center;gap:15px;padding:20px;display:flex}.profit-lab__advice p{margin:0;line-height:1.6}.profit-lab__notice{color:#9db4b8;font-size:.73rem;line-height:1.6}.profit-lab__results .site-button{justify-self:start}@keyframes profit-float{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-12px)rotate(2deg)}}@media (max-width:850px){.profit-lab__hero,.profit-lab__workspace,.profit-lab__results>.site-container{grid-template-columns:1fr}.profit-lab__orbit{width:min(75vw,340px);margin:auto}.profit-lab__result-main{grid-row:auto}}@media (max-width:560px){.profit-lab__fixed,.profit-lab__result-grid{grid-template-columns:1fr}}.solution-proof{--proof-accent:#7442e8;background:#f7faf9}.solution-proof--crear-marca{--proof-accent:#e14f35;background:#fff7f3}.solution-proof--para-merchants{--proof-accent:#087ea4;background:#f1f9fb}.solution-proof .section-heading span{color:var(--proof-accent)}.solution-proof__facts{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.solution-proof__facts article{border:1px solid color-mix(in srgb, var(--proof-accent) 18%, #dce6e5);background:#fff;border-radius:24px 6px;flex-direction:column;align-items:flex-start;min-height:245px;padding:28px;transition:transform .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 45px #10353a0f}.solution-proof__facts article:after{content:"";background:color-mix(in srgb, var(--proof-accent) 12%, transparent);border-radius:50%;width:150px;height:150px;position:absolute;bottom:-55px;right:-45px}.solution-proof__facts article:hover{transform:translateY(-6px)rotate(.4deg)}.solution-proof__facts svg{width:35px;height:35px;color:var(--proof-accent);margin-bottom:28px}.solution-proof__facts span{color:#738489;letter-spacing:.1em;text-transform:uppercase;font-size:.66rem;font-weight:850}.solution-proof__facts strong{letter-spacing:-.035em;margin:7px 0 12px;font-size:1.35rem}.solution-proof__facts p{color:#5f7176;margin:0;line-height:1.65}.solution-proof__questions{grid-template-columns:minmax(220px,.48fr) minmax(0,1fr);gap:24px;margin-top:24px;display:grid}.solution-proof__questions>div:first-child{color:#fff;background:var(--proof-accent);border-radius:6px 24px;padding:30px;position:relative;overflow:hidden}.solution-proof__questions>div:first-child>svg:first-child{width:38px;height:38px;margin-bottom:30px}.solution-proof__questions>div:first-child>svg:last-child{opacity:.17;width:70px;height:70px;position:absolute;bottom:20px;right:22px}.solution-proof__questions>div:first-child span{letter-spacing:.11em;text-transform:uppercase;font-size:.65rem;font-weight:850}.solution-proof__questions>div:first-child h3{letter-spacing:-.045em;max-width:240px;margin:8px 0;font-size:2rem;line-height:1}.solution-proof__questions>div:last-child{background:#fff;border:1px solid #dce6e5;border-radius:18px;padding:8px 24px}.solution-proof__questions details+details{border-top:1px solid #e1e9e8}.solution-proof__questions summary{cursor:pointer;padding:22px 0;font-weight:850}.solution-proof__questions details p{color:#5f7176;margin:-6px 0 22px;line-height:1.7}@media (max-width:760px){.solution-proof__facts,.solution-proof__questions{grid-template-columns:1fr}}.content-story__marker{background:var(--page-accent);width:62px;height:78px;box-shadow:8px 8px 0 var(--page-wash);border-radius:18px 5px;align-self:start;place-items:center;gap:8px;display:grid;color:#fff!important}.content-story__marker svg{width:24px;height:24px}.content-story__marker b{letter-spacing:.1em;font-size:.62rem}.resource-discovery{color:#fff;background:#0f3439;overflow:hidden}.resource-discovery--blog{background:#5226ad}.resource-discovery--tutoriales{background:#075f6f}.resource-discovery--noticias{background:#713019}.resource-discovery--ayuda{background:#153f66}.resource-discovery__heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:45px;display:flex}.resource-discovery__heading span{color:#b9ebd9;letter-spacing:.11em;text-transform:uppercase;align-items:center;gap:8px;font-size:.7rem;font-weight:850;display:flex}.resource-discovery__heading h2{letter-spacing:-.06em;max-width:850px;margin:12px 0 0;font-size:clamp(2.2rem,5vw,5rem);line-height:.98}.resource-discovery__heading>svg{color:#dff96b;opacity:.7;width:100px;height:100px;transform:rotate(8deg)}.resource-discovery__grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.resource-discovery__grid a{color:#17373c;background:#fff;border-radius:20px 5px;flex-direction:column;align-items:flex-start;min-height:250px;padding:25px;transition:transform .25s,background .25s;display:flex;position:relative}.resource-discovery__grid a:nth-child(2n){background:#dff96b}.resource-discovery__grid a:nth-child(3n){background:#d9f2eb}.resource-discovery__grid a:hover{z-index:1;transform:translateY(-8px)rotate(-1deg)}.resource-discovery__grid a>span{color:#809094;font-size:.65rem;font-weight:850;position:absolute;top:20px;right:20px}.resource-discovery__grid a>svg{color:#7442e8;width:35px;height:35px;margin-bottom:32px}.resource-discovery__grid h3{letter-spacing:-.035em;margin:0 0 9px;font-size:1.35rem}.resource-discovery__grid p{color:#607277;margin:0;line-height:1.6}.resource-discovery__grid strong{color:#08775a;margin-top:auto;padding-top:20px;font-size:.73rem}@media (max-width:850px){.resource-discovery__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.resource-discovery__grid{grid-template-columns:1fr}.resource-discovery__heading>svg{display:none}}.auth-commercial-note{color:#667782;margin:-6px 0 4px;font-size:.72rem;line-height:1.5}.personal-dashboard__commercial-title{color:#0d5d4b;margin:.35rem 0 0;font-size:.9rem;display:block}@media (max-width:1000px){.commercial-step-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profit-calculator__results{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.commercial-intent-grid,.commercial-hero__grid,.commercial-problem-grid,.commercial-transformation,.profit-calculator{grid-template-columns:1fr}.commercial-hero__visual{min-height:340px}.decision-panel__options--three{grid-template-columns:1fr}}@media (max-width:600px){.commercial-step-grid,.profit-calculator__form,.profit-calculator__results{grid-template-columns:1fr}.commercial-flow{flex-direction:column}.commercial-flow>svg{transform:rotate(90deg)}.home-transformation{margin:10px;position:static}.profit-calculator>.site-button{justify-self:stretch;width:100%}}.home-hero{background:radial-gradient(circle at 7% 12%,#ff7a5926,#0000 25rem),radial-gradient(circle at 92% 78%,#10b98129,#0000 29rem),#f7faf8;position:relative;overflow:hidden}.home-hero:before{content:"";border:2px solid #078b6838;border-radius:42% 58% 68% 32%;width:13rem;height:13rem;animation:13s ease-in-out infinite alternate organic-drift;position:absolute;top:8%;left:-5rem}.home-hero__copy h1{text-wrap:balance;max-width:780px}.home-hero__visual{isolation:isolate;border:10px solid #ffffffeb;border-radius:38% 62% 18% 82%/45% 26% 74% 55%;animation:.8s cubic-bezier(.2,.8,.2,1) both hero-enter;overflow:hidden;transform:rotate(1deg);box-shadow:0 35px 90px #13363b33}.home-hero__visual:after{z-index:1;pointer-events:none;content:"";background:linear-gradient(125deg,#0000 55%,#0a5b491f);position:absolute;inset:0}.home-hero__visual img{object-fit:cover;width:100%;height:100%;min-height:580px;transition:transform 1.2s cubic-bezier(.2,.8,.2,1)}.home-hero__visual:hover img{transform:scale(1.045)}.home-transformation{z-index:2}.creative-marquee{color:#f5fff9;background:#102f36;border-block:1px solid #ffffff24;overflow:hidden}.creative-marquee>div{align-items:center;gap:clamp(24px,4vw,64px);width:max-content;padding:16px 0;animation:26s linear infinite creative-scroll;display:flex}.creative-marquee span{letter-spacing:.08em;text-transform:uppercase;font-size:clamp(.8rem,1.3vw,1rem);font-weight:850}.creative-marquee i{color:#78e2bd;font-style:normal}.studio-story{background:#102f36;overflow:hidden}.studio-story__grid{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);align-items:center;gap:clamp(34px,7vw,100px);display:grid}.studio-story__image{border-radius:12px 96px;min-height:620px;position:relative;overflow:hidden;transform:rotate(-1.2deg);box-shadow:0 34px 80px #00000047}.studio-story__image:after{content:"";pointer-events:none;border:1px solid #ffffff80;border-radius:8px 76px;position:absolute;inset:18px}.studio-story__image img{object-fit:cover;width:100%;height:100%;min-height:620px;transition:transform .8s}.studio-story__image:hover img{transform:scale(1.04)}.studio-story__copy{color:#fff;justify-items:start;gap:18px;display:grid}.studio-story__copy>span{color:#78e2bd;letter-spacing:.1em;text-transform:uppercase;font-size:.76rem;font-weight:900}.studio-story__copy h2{letter-spacing:-.05em;text-wrap:balance;font-size:clamp(2.1rem,4vw,4.2rem);line-height:1}.studio-story__copy p{color:#cfe3e1;line-height:1.8}.studio-story__copy .site-button--secondary{color:#fff;background:0 0;border-color:#ffffff80}.commercial-hero{background:linear-gradient(135deg,#f3faf7 0%,#fff8f4 100%);overflow:hidden}.commercial-hero__visual{border:10px solid #fff;border-radius:82px 12px;min-height:520px;position:relative;overflow:hidden;transform:rotate(1deg);box-shadow:0 32px 80px #12343b2e}.commercial-hero__visual:after{content:"";pointer-events:none;border:1px solid #ffffffb3;border-radius:64px 8px;position:absolute;inset:16px}.commercial-hero__visual img{object-fit:cover;width:100%;height:100%;min-height:520px;max-height:none;padding:0;transition:transform .9s}.commercial-hero__visual:hover img{transform:scale(1.045)}.pricing-stage{color:#fff;background:linear-gradient(145deg,#102f36 0%,#164c4d 62%,#0a6b55 100%);padding:clamp(66px,9vw,120px) 0}.pricing-stage__heading{gap:15px;max-width:850px;margin-bottom:42px;display:grid}.pricing-stage__heading>span,.pricing-tools span{color:#78e2bd;letter-spacing:.1em;text-transform:uppercase;font-size:.76rem;font-weight:900}.pricing-stage__heading h2{letter-spacing:-.055em;text-wrap:balance;font-size:clamp(2.35rem,5vw,5.25rem);line-height:.96}.pricing-stage__heading p{color:#d7e9e6;max-width:700px;font-size:1.06rem;line-height:1.75}.pricing-plans{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.pricing-plan{color:#17343b;background:#fff;border:1px solid #fff6;border-radius:18px;align-content:start;gap:10px;padding:30px;transition:transform .18s,box-shadow .18s;display:grid;position:relative;box-shadow:0 20px 50px #0000001f}.pricing-plan:hover{transform:translateY(-7px)rotate(-.25deg);box-shadow:0 30px 70px #00000038}.pricing-plan--featured{border:3px solid #78e2bd;transform:translateY(-12px)}.pricing-plan--featured:hover{transform:translateY(-18px)rotate(.25deg)}.pricing-plan__badge{color:#10343a;text-transform:uppercase;background:#78e2bd;border-radius:999px;padding:7px 12px;font-size:.68rem;font-weight:900;position:absolute;top:-14px;right:20px}.pricing-plan>p{color:#6b7d83;min-height:44px;font-size:.82rem}.pricing-plan h3{font-size:1.45rem}.pricing-plan>strong{color:#08775a;letter-spacing:-.05em;margin-top:12px;font-size:clamp(2.3rem,4vw,3.5rem)}.pricing-plan>small{color:#718187}.pricing-plan ul{border-top:1px solid #e5ecea;gap:12px;margin:8px 0 12px;padding:20px 0;list-style:none;display:grid}.pricing-plan li{color:#435a61;align-items:flex-start;gap:9px;font-size:.84rem;line-height:1.45;display:flex}.pricing-plan li svg{color:#078b68;flex:none}.pricing-plan .site-button{margin-top:auto}.pricing-stage__truth{color:#c9dfdb;text-align:center;margin-top:26px;font-size:.76rem}.price-anatomy__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:34px;display:grid}.price-anatomy__grid article{background:#fff;border:1px solid #dce8e5;border-radius:44px 10px;align-content:end;gap:12px;min-height:220px;padding:24px;transition:transform .18s,border-color .18s;display:grid}.price-anatomy__grid article:hover{border-color:#78cdb3;transform:translateY(-5px)}.price-anatomy__grid svg{color:#078b68}.price-anatomy__grid p{color:#64777e;line-height:1.6}.price-equation{background:#eff8f5;border:1px dashed #87cbb6;border-radius:14px;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:24px;padding:18px;display:flex}.price-equation span,.price-equation strong{background:#fff;border-radius:7px;padding:8px 11px;font-size:.78rem}.price-equation b{color:#0a8d69}.pricing-tools{grid-template-columns:auto 1fr auto;align-items:center;gap:24px;display:grid}.pricing-tools>svg{color:#078b68}.pricing-tools h2{color:#17343b;margin:6px 0;font-size:clamp(1.7rem,3vw,2.6rem)}.pricing-tools p{color:#64777e}.delivery-planner-section{background:linear-gradient(135deg,#f1faf7,#fff8f2)}.delivery-planner{grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);gap:clamp(34px,7vw,90px);display:grid}.delivery-planner__intro{align-content:start;justify-items:start;gap:12px;display:grid}.delivery-planner__intro>svg{color:#078b68}.delivery-planner__intro>span{color:#078b68;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:900}.delivery-planner__intro h2{color:#17343b;letter-spacing:-.05em;font-size:clamp(2rem,4vw,3.8rem);line-height:1}.delivery-planner__intro p{color:#62767d;line-height:1.75}.delivery-planner__form{background:#fff;border:1px solid #dce8e5;border-radius:12px 54px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:26px;display:grid;box-shadow:0 25px 65px #12343b1a}.delivery-planner__form label{color:#526970;gap:8px;font-size:.72rem;font-weight:800;display:grid}.delivery-planner__form input{width:100%;min-height:48px;font:inherit;border:1px solid #cfddda;border-radius:8px;padding:0 12px}.delivery-planner__form article{color:#fff;background:#12343b;border-radius:10px 34px;grid-column:1/-1;gap:7px;padding:24px;display:grid}.delivery-planner__form article span{color:#78e2bd;text-transform:uppercase;font-size:.7rem;font-weight:900}.delivery-planner__form article strong{font-size:clamp(1.5rem,3vw,2.5rem)}.delivery-planner__form article small{color:#d3e6e3}.delivery-planner__form>p{color:#7a6950;grid-column:1/-1;font-size:.72rem;line-height:1.55}.legal-reference-panel{color:#fff;background:#12343b;border-radius:10px 44px;grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);gap:32px;margin-top:34px;padding:28px;display:grid}.legal-reference-panel>div{align-content:start;gap:9px;display:grid}.legal-reference-panel span{color:#78e2bd;letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:900}.legal-reference-panel h2{font-size:1.55rem;line-height:1.1}.legal-reference-panel p{color:#cfe1df;font-size:.8rem;line-height:1.55}.legal-reference-panel nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.legal-reference-panel a{color:#17343b;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;min-height:62px;padding:14px;font-size:.78rem;font-weight:800;display:flex}.legal-reference-panel a:after{color:#078b68;content:"↗"}@keyframes creative-scroll{to{transform:translate(-50%)}}@keyframes organic-drift{to{border-radius:68% 32% 42% 58%;transform:translate(40px,25px)rotate(35deg)}}@keyframes hero-enter{0%{opacity:0;transform:translateY(28px)rotate(3deg)scale(.97)}}@media (max-width:900px){.studio-story__grid,.delivery-planner,.legal-reference-panel,.pricing-plans{grid-template-columns:1fr}.pricing-plan--featured{transform:none}.pricing-plan--featured:hover{transform:translateY(-7px)}.price-anatomy__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-tools{grid-template-columns:auto 1fr}.pricing-tools .site-button{grid-column:1/-1;justify-self:start}}@media (max-width:600px){.home-hero__visual{border-width:6px;border-radius:48px 8px;transform:none}.home-hero__visual img{min-height:390px}.studio-story__image,.studio-story__image img{min-height:440px}.studio-story__image{border-radius:8px 52px;transform:none}.commercial-hero__visual,.commercial-hero__visual img{min-height:360px}.commercial-hero__visual{border-width:6px;border-radius:46px 8px;transform:none}.price-anatomy__grid,.delivery-planner__form,.legal-reference-panel nav,.pricing-tools{grid-template-columns:1fr}.creative-marquee>div{animation-duration:18s}}@media (prefers-reduced-motion:reduce){.home-hero:before,.home-hero__visual,.creative-marquee>div{animation:none}.creative-marquee{overflow:auto}.home-hero__visual img,.studio-story__image img,.commercial-hero__visual img,.pricing-plan,.price-anatomy__grid article{transition:none}}
.merchant-shell{--merchant-ink:#102a31;--merchant-sidebar:#10363d;--merchant-sidebar-deep:#0b2b32;--merchant-green:#078b68;--merchant-green-dark:#05664f;--merchant-green-soft:#e9f8f2;--merchant-line:#dce5e8;--merchant-muted:#667782;--merchant-page:#f5f8f9;color:var(--merchant-ink);background:var(--merchant-page);grid-template-columns:236px minmax(0,1fr)}.merchant-shell .merchant-sidebar{color:#f4fbfa;background:linear-gradient(180deg, var(--merchant-sidebar), var(--merchant-sidebar-deep));box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;border:0;gap:1rem;padding:1.25rem 1rem}.merchant-sidebar__brand{align-items:center;min-height:2.5rem;display:inline-flex}.merchant-sidebar__brand img{width:7.75rem;height:auto}.merchant-shell .merchant-sidebar .sidebar-head{padding:0 .45rem .65rem}.merchant-shell .merchant-sidebar .sidebar-title{color:#9db9bc;letter-spacing:.09em;font-size:.64rem}.merchant-shell .merchant-sidebar .sidebar-section{gap:.45rem}.merchant-shell .merchant-sidebar .sidebar-nav{gap:.2rem}.merchant-shell .merchant-sidebar .sidebar-link{color:#e5f0ef;border-radius:.45rem;gap:.75rem;min-height:2.45rem;padding:.58rem .7rem;font-size:.875rem;font-weight:670}.merchant-shell .merchant-sidebar .sidebar-link:hover{color:#fff;background:#ffffff14;transform:none}.merchant-shell .merchant-sidebar .sidebar-link--active{color:#fff;background:#087a69;box-shadow:inset 3px 0 #22d3a5}.merchant-shell .merchant-sidebar .sidebar-link__icon{flex:none}.merchant-shell .merchant-sidebar .sidebar-card{color:#fff;background:#041e2361;border:1px solid #c4e7e133;border-radius:.55rem;gap:.65rem;padding:.9rem}.merchant-shell .merchant-sidebar .sidebar-card p{color:#bfd2d3;font-size:.78rem;line-height:1.55}.merchant-sidebar__help{border:1px solid #ffffff3d;border-radius:.4rem;justify-content:space-between;padding:.55rem .65rem;font-size:.78rem;font-weight:750;display:flex}.merchant-sidebar__close{color:#fff;background:0 0;border-color:#ffffff40}.merchant-shell .merchant-topbar{border-bottom-color:var(--merchant-line);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffffff5;min-height:4.25rem;padding:.55rem 1.75rem}.merchant-topbar__start,.merchant-topbar__end{align-items:center;gap:.8rem;display:flex}.merchant-menu-button{width:2.6rem;height:2.6rem;color:var(--merchant-ink);border:1px solid var(--merchant-line);background:#fff;border-radius:.45rem;justify-content:center;align-items:center;display:none}.merchant-shell .store-switcher{border-color:var(--merchant-line);border-radius:.5rem;min-width:12.5rem;padding:.45rem .75rem}.merchant-shell .store-switcher span{font-size:.65rem}.merchant-shell .store-switcher strong{font-size:.82rem}.merchant-account-badge{color:var(--merchant-green-dark);background:var(--merchant-green-soft);border-radius:.4rem;align-items:center;gap:.4rem;padding:.42rem .68rem;font-size:.72rem;font-weight:750;display:inline-flex}.merchant-shell .topbar-user__trigger{border:0;border-radius:.5rem;min-height:2.75rem}.merchant-shell .topbar-user__avatar{width:2.25rem;height:2.25rem}.merchant-shell .topbar-user__identity strong{font-size:.78rem}.merchant-shell .topbar-user__identity small{text-transform:capitalize;font-size:.65rem}.merchant-shell .topbar-menu{border-radius:.55rem}.merchant-content{gap:1rem;max-width:1540px;padding:1.4rem 1.75rem 2rem}.merchant-dashboard,.merchant-module-page{gap:1rem;display:grid}.merchant-page-head{justify-content:space-between;align-items:flex-end;gap:1.5rem;min-height:3.9rem;display:flex}.merchant-page-head h1{letter-spacing:-.035em;margin:.1rem 0 .2rem;font-size:clamp(1.55rem,2.4vw,2rem)}.merchant-page-head p{color:var(--merchant-muted);margin:0;font-size:.84rem}.merchant-page-head .merchant-eyebrow,.merchant-eyebrow{color:var(--merchant-green-dark);letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:800}.merchant-page-head__actions{flex-wrap:wrap;gap:.55rem;display:flex}.merchant-shell .ui-button{border-radius:.42rem}.merchant-shell .ui-button--primary{background:var(--merchant-green)}.merchant-shell .ui-button--primary:hover{background:var(--merchant-green-dark)}.merchant-shell .ui-card{border-color:var(--merchant-line);border-radius:.62rem;padding:1rem;box-shadow:0 2px 8px #102a3109}.merchant-connection-panel{grid-template-columns:1.25fr .75fr .62fr .75fr;align-items:center;gap:0;min-height:7rem;display:grid;padding:1rem 1.1rem!important}.merchant-connection-panel>*+*{border-left:1px solid var(--merchant-line);min-height:4.4rem;padding-left:1.1rem}.merchant-connection-panel__identity{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;display:grid}.merchant-connection-panel__identity>div,.merchant-connection-panel__fact{align-content:center;gap:.18rem;display:grid}.merchant-connection-panel__identity>div>span,.merchant-connection-panel__fact span{color:var(--merchant-muted);font-size:.72rem}.merchant-connection-panel__identity strong,.merchant-connection-panel__fact strong{font-size:.92rem}.merchant-connection-panel__identity>a{color:var(--merchant-green-dark);grid-column:1/-1;align-items:center;gap:.3rem;font-size:.7rem;font-weight:750;display:inline-flex}.merchant-connection-panel__fact small{color:var(--merchant-muted);font-size:.68rem}.merchant-connection-panel__fact:nth-child(3) strong{font-size:1.35rem}.merchant-connection-panel__actions{align-content:center;gap:.45rem;display:grid}.merchant-connection-panel__actions .ui-button{width:100%}.merchant-provider-mark{color:#fff;background:#7f3fb2;border-radius:.35rem;place-items:center;width:2.55rem;height:2.25rem;font-size:.78rem;font-weight:900;display:grid;transform:rotate(-2deg)}.merchant-status{border-radius:.3rem;width:fit-content;padding:.2rem .45rem;font-size:.65rem;font-weight:750;display:inline-flex}.merchant-status--success{color:#08775a;background:#e5f8f0;border:1px solid #bcebd9}.merchant-status--warning{color:#9b6111;background:#fff7e8;border:1px solid #f4d9a6}.merchant-status--info{color:#17639a;background:#eaf4ff;border:1px solid #c7def3}.merchant-status--danger{color:#b43b38;background:#fff0ef;border:1px solid #f1c8c6}.merchant-panel-loader{grid-column:1/-1;place-items:center;min-height:8rem;display:grid}.merchant-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.merchant-stat-card{min-height:5.4rem;color:var(--merchant-ink);border:1px solid var(--merchant-line);background:#fff;border-radius:.62rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.9rem 1rem;transition:border-color .16s,transform .16s;display:grid;box-shadow:0 2px 8px #102a3108}.merchant-stat-card:hover{border-color:#a7d6c8;transform:translateY(-1px)}.merchant-stat-card>svg:first-child{color:var(--merchant-green)}.merchant-stat-card>div{gap:.12rem;display:grid}.merchant-stat-card span,.merchant-stat-card small{color:var(--merchant-muted);font-size:.7rem}.merchant-stat-card strong{font-size:1.35rem;line-height:1.1}.merchant-stat-card__arrow{color:#809098}.merchant-dashboard__workspace{grid-template-columns:minmax(15rem,.62fr) minmax(0,1.7fr);gap:.65rem;display:grid}.merchant-task-panel,.merchant-queue-panel{min-width:0;overflow:hidden;padding:0!important}.merchant-panel-heading{border-bottom:1px solid var(--merchant-line);justify-content:space-between;align-items:center;gap:1rem;min-height:3rem;padding:.75rem 1rem;display:flex}.merchant-panel-heading>div{align-items:center;gap:.6rem;display:flex}.merchant-panel-heading h2{margin:0;font-size:.88rem}.merchant-panel-heading span{color:var(--merchant-muted);background:#f1f5f6;border-radius:999px;padding:.15rem .4rem;font-size:.63rem}.merchant-panel-heading a,.merchant-panel-link{color:var(--merchant-green-dark);align-items:center;gap:.3rem;font-size:.7rem;font-weight:750;display:inline-flex}.merchant-task-list{gap:.2rem;margin:0;padding:.75rem 1rem;list-style:none;display:grid}.merchant-task-list li{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.7rem;padding:.55rem 0;display:grid}.merchant-task-list li>div{gap:.12rem;display:grid}.merchant-task-list strong{font-size:.76rem}.merchant-task-list small{color:var(--merchant-muted);font-size:.67rem}.merchant-task-icon{color:#8a9ba2;border:1px solid #c8d3d7;border-radius:999px;place-items:center;width:1.6rem;height:1.6rem;font-size:.67rem;font-weight:800;display:grid}.merchant-task-icon--complete{color:var(--merchant-green);background:var(--merchant-green-soft);border-color:#8bd5bd}.merchant-task-icon--warning{color:#d07b0b;background:#fff7e8;border-color:#efc77e}.merchant-task-panel>.merchant-panel-link{margin:.15rem 1rem 1rem}.merchant-listing-table-wrap{overflow-x:auto}.merchant-listing-table{border-collapse:collapse;width:100%;font-size:.7rem}.merchant-listing-table th{color:var(--merchant-muted);text-align:left;background:#fafcfc;padding:.55rem .75rem;font-size:.62rem;font-weight:700}.merchant-listing-table td{border-top:1px solid #edf1f2;padding:.52rem .75rem}.merchant-listing-product{align-items:center;gap:.6rem;min-width:11rem;display:flex}.merchant-listing-product>img,.merchant-listing-product>span{object-fit:contain;background:#f4f7f7;border:1px solid #e7edef;border-radius:.3rem;flex:none;place-items:center;width:2.2rem;height:2.2rem;display:grid}.merchant-listing-product>div{gap:.1rem;display:grid}.merchant-listing-product small{color:var(--merchant-muted)}.merchant-row-action{color:var(--merchant-green-dark);border:1px solid #bddbd2;border-radius:.3rem;padding:.3rem .5rem;font-weight:750}.merchant-compact-empty{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;min-height:8rem;padding:1rem;display:grid}.merchant-compact-empty>svg{color:var(--merchant-green)}.merchant-compact-empty>div{gap:.2rem;display:grid}.merchant-compact-empty strong{font-size:.8rem}.merchant-compact-empty span{color:var(--merchant-muted);font-size:.7rem}.merchant-compact-empty a{color:var(--merchant-green-dark);font-size:.72rem;font-weight:750}.merchant-catalog-preview>.stack{gap:.7rem}.merchant-catalog-preview .section-head{border:1px solid var(--merchant-line);background:#fff;border-radius:.62rem .62rem 0 0;padding:.8rem 1rem}.merchant-catalog-preview .section-head h2{margin:0;font-size:.9rem}.merchant-catalog-preview .section-head p{margin:.15rem 0 0;font-size:.7rem}.merchant-catalog-preview .ui-card{border-radius:0 0 .62rem .62rem;margin-top:-.7rem}.merchant-catalog-preview .catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.merchant-catalog-preview .catalog-product-card{border-radius:.5rem;grid-template-rows:145px auto}.merchant-integration-grid{grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:1rem;display:grid}.merchant-integration-card{gap:1rem;display:grid}.merchant-integration-card>header{align-items:center;gap:.8rem;display:flex}.merchant-integration-card>header>div{grid-template-columns:auto auto;align-items:center;gap:.35rem .7rem;display:grid}.merchant-integration-card h2{margin:0;font-size:1rem}.merchant-integration-card dl{border-top:1px solid var(--merchant-line);margin:0;display:grid}.merchant-integration-card dl>div{border-bottom:1px solid #edf1f2;justify-content:space-between;gap:1rem;padding:.65rem 0;display:flex}.merchant-integration-card dt{color:var(--merchant-muted);font-size:.72rem}.merchant-integration-card dd{text-align:right;margin:0;font-size:.74rem;font-weight:700}.merchant-integration-health{border-radius:.45rem;align-items:flex-start;gap:.65rem;padding:.8rem;display:flex}.merchant-integration-health--ok{color:#096f56;background:var(--merchant-green-soft)}.merchant-integration-health--attention{color:#986113;background:#fff7e8}.merchant-integration-health>div{gap:.15rem;display:grid}.merchant-integration-health strong{font-size:.75rem}.merchant-integration-health span{font-size:.7rem;line-height:1.45}.merchant-integration-card footer{justify-content:flex-end;gap:.5rem;display:flex}.merchant-onboarding-card{grid-template-columns:auto minmax(0,1fr);gap:1rem 1.25rem;max-width:56rem;display:grid;padding:1.5rem!important}.merchant-onboarding-card__icon{width:3.5rem;height:3.5rem;color:var(--merchant-green);background:var(--merchant-green-soft);border-radius:.55rem;place-items:center;display:grid}.merchant-onboarding-card h2{margin:.2rem 0 .35rem;font-size:1.15rem}.merchant-onboarding-card p{color:var(--merchant-muted);margin:0;font-size:.78rem}.merchant-onboarding-card ol{grid-column:2;gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.merchant-onboarding-card li{color:var(--merchant-muted);align-items:center;gap:.6rem;font-size:.74rem;display:flex}.merchant-onboarding-card li svg{color:var(--merchant-green)}.merchant-onboarding-card li strong{color:var(--merchant-ink)}.merchant-onboarding-card>.ui-button{grid-column:2;justify-self:start}.merchant-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.merchant-settings-card{border:1px solid var(--merchant-line);background:#fff;border-radius:.62rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.9rem;min-height:6.5rem;padding:1rem 1.1rem;display:grid}.merchant-settings-card:hover{border-color:#9fd0c2}.merchant-settings-card>svg:first-child{color:var(--merchant-green)}.merchant-settings-card h2{margin:0 0 .2rem;font-size:.9rem}.merchant-settings-card p{color:var(--merchant-muted);margin:0;font-size:.72rem}.merchant-settings-card>svg:last-child{color:#7f9097}.merchant-settings-note{border-left:3px solid var(--merchant-green);background:#edf7f4;border-radius:.3rem;gap:.3rem;max-width:48rem;padding:1rem 1.1rem;display:grid}.merchant-settings-note p{color:var(--merchant-muted);margin:0;font-size:.74rem}.merchant-settings-note a{color:var(--merchant-green-dark);align-items:center;gap:.3rem;margin-top:.3rem;font-size:.73rem;font-weight:750;display:inline-flex}.merchant-shell .module-header,.merchant-shell .ui-page-header{box-shadow:none;border-radius:.62rem;padding:1rem 1.15rem;overflow:visible}.merchant-shell .module-header:after{display:none}.merchant-shell .module-header h1{margin:.25rem 0 .2rem;font-size:1.55rem}.merchant-shell .module-header p{font-size:.78rem}.merchant-shell .form-grid,.merchant-shell .merchant-profile-form{max-width:64rem}.merchant-shell .ui-dialog__panel,.merchant-shell .product-modal__panel,.merchant-shell .upload-modal,.merchant-shell .draft-modal{border-radius:.7rem}.merchant-shell .upload-modal.ui-dialog__panel{width:min(34rem,100%);padding:1.5rem}.merchant-confirm-dialog.ui-dialog__panel{grid-template-columns:auto minmax(0,1fr);gap:.9rem;width:min(31rem,100%);padding:1.35rem;display:grid}.merchant-confirm-dialog__icon{color:#b43b38;background:#fff0ef;border-radius:999px;place-items:center;width:2.25rem;height:2.25rem;font-weight:900;display:grid}.merchant-confirm-dialog h2{margin:.1rem 0 .35rem;font-size:1rem}.merchant-confirm-dialog p{color:var(--merchant-muted);margin:0;font-size:.76rem}.merchant-confirm-dialog .modal-actions{grid-column:1/-1;justify-content:flex-end}@media (max-width:1180px){.merchant-connection-panel{grid-template-columns:1.2fr 1fr 1fr}.merchant-connection-panel__actions{border-left:0;border-top:1px solid var(--merchant-line);grid-column:1/-1;grid-template-columns:1fr 1fr;padding:.8rem 0 0}.merchant-catalog-preview .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.merchant-shell{display:block}.merchant-menu-button{display:inline-flex}.merchant-shell .merchant-sidebar{width:min(84vw,17rem)}.merchant-content{padding:1rem}.merchant-account-badge{display:none}.merchant-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.merchant-dashboard__workspace{grid-template-columns:1fr}}@media (max-width:680px){.merchant-shell .merchant-topbar{padding:.45rem .75rem}.merchant-shell .store-switcher{min-width:0;max-width:11rem}.merchant-shell .topbar-user__identity{display:none}.merchant-page-head{flex-direction:column;align-items:stretch}.merchant-page-head__actions{grid-template-columns:1fr 1fr;display:grid}.merchant-page-head__actions>:first-child{grid-column:1/-1}.merchant-connection-panel{grid-template-columns:1fr}.merchant-connection-panel>*+*{border-top:1px solid var(--merchant-line);border-left:0;min-height:auto;padding:.8rem 0 0}.merchant-connection-panel__actions,.merchant-stat-grid,.merchant-settings-grid,.merchant-catalog-preview .catalog-grid{grid-template-columns:1fr}.merchant-compact-empty{grid-template-columns:auto minmax(0,1fr)}.merchant-compact-empty>a{grid-column:2}.merchant-integration-grid{grid-template-columns:1fr}.merchant-integration-card footer{grid-template-columns:1fr;display:grid}.merchant-onboarding-card{grid-template-columns:1fr}.merchant-onboarding-card ol,.merchant-onboarding-card>.ui-button{grid-column:1}}.designed-products-grid:has(.designed-product-card--console){grid-template-columns:repeat(auto-fill,minmax(238px,1fr));gap:.85rem}.designed-product-card.designed-product-card--console{cursor:pointer;border-color:#dce5e8;border-radius:.62rem;grid-template-rows:205px minmax(0,1fr);max-width:340px;padding:0;display:grid;box-shadow:0 2px 8px #102a3109}.designed-product-card.designed-product-card--console:hover{border-color:#9ccfc0;transform:translateY(-2px);box-shadow:0 8px 22px #102a3114}.designed-product-card--console .designed-product-card__preview{aspect-ratio:auto;background:#f6f8f8;border-bottom-color:#e3e9eb}.designed-product-card--console .designed-product-card__preview .smart-mockup{width:100%;height:100%;transform:none}.designed-product-card--console .designed-product-card__preview .smart-mockup__garment{padding:.35rem 1.1rem}.designed-product-card--console .designed-product-card__body{align-content:start;gap:.55rem;padding:.85rem}.designed-product-card--console .designed-product-card__title-row>div:first-child{gap:.12rem;min-width:0;display:grid}.designed-product-card--console .designed-product-card__title-row strong{font-size:.82rem}.designed-product-card--console .designed-product-card__title-row small{color:#718189;font-size:.62rem}.designed-product-card--console .card-actions>button{width:1.8rem;height:1.8rem;box-shadow:none;border-radius:.35rem}.designed-product-card--console .card-actions>div{border-radius:.45rem;min-width:10.5rem}.designed-product-card--console .designed-product-card__badges{gap:.35rem}.designed-product-card--console .designed-product-card__badges small,.designed-product-card--console .catalog-sizes small{border-radius:.3rem;width:auto;height:1.3rem;min-height:1.3rem;padding:0 .4rem;font-size:.58rem}.designed-product-card--console .catalog-swatches{gap:.3rem}.designed-product-card--console .catalog-swatches span{width:.9rem;height:.9rem}.designed-product-card__meta{border-top:1px solid #edf1f2;justify-content:space-between;gap:.5rem;padding-top:.45rem;display:flex}.designed-product-card--console .designed-product-card__meta span{font-size:.62rem}.designed-product-card__footer{grid-template-columns:auto minmax(0,1fr);gap:.4rem;margin-top:.15rem;display:grid}.designed-product-card__footer>button,.designed-product-card__footer>a{color:#17343b;background:#fff;border:1px solid #d6e0e3;border-radius:.38rem;justify-content:center;align-items:center;gap:.35rem;min-height:2.15rem;padding:.4rem .55rem;font-size:.64rem;font-weight:750;display:inline-flex}.designed-product-card__footer>.designed-product-card__primary{color:#fff;background:#078b68;border-color:#078b68}.designed-detail-modal.designed-detail-modal--console{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#10232aa3;padding:1rem}.designed-detail-modal.designed-detail-modal--console>section{background:#fff;border:1px solid #d9e3e6;border-radius:.72rem;grid-template-columns:1fr;gap:0;width:min(960px,100%);max-height:min(92dvh,760px);padding:0;display:grid;overflow:hidden;box-shadow:0 28px 80px #091b2147}.designed-detail-modal--console .modal-close{z-index:5;color:#17343b;width:2rem;height:2rem;box-shadow:none;border-radius:.4rem;top:.75rem;right:.8rem}.designed-detail-modal__header{border-bottom:1px solid #dfe7e9;min-height:3.7rem;padding:.75rem 3.5rem .7rem 1rem}.designed-detail-modal__header h2{color:#102a31;margin:.15rem 0 0;font-size:.95rem}.designed-detail-modal__layout{grid-template-columns:minmax(0,1.08fr) minmax(20rem,.92fr);min-height:0;display:grid;overflow:auto}.designed-detail-modal__gallery{background:#f7f9f9;border-right:1px solid #dfe7e9;grid-template-columns:3.4rem minmax(0,1fr);min-height:30rem;padding:.9rem;display:grid}.designed-detail-modal__zones{flex-direction:column;gap:.45rem;padding-right:.65rem;display:flex}.designed-detail-modal__zones button{color:#687b83;background:#fff;border:1px solid #dce5e8;border-radius:.38rem;place-items:center;gap:.18rem;width:2.65rem;min-height:3.2rem;padding:.3rem;font-size:.52rem;display:grid}.designed-detail-modal__zones button.active{color:#08775a;border-color:#078b68;box-shadow:0 0 0 2px #078b681a}.designed-detail-modal--console .designed-detail-modal__media{background:#f7f9f9;border:0;border-radius:.5rem;min-height:28rem;display:grid;overflow:hidden}.designed-detail-modal--console .designed-detail-modal__media .smart-mockup{aspect-ratio:auto;background:0 0;border:0;border-radius:0;width:100%;height:100%}.designed-detail-modal--console .designed-detail-modal__media .smart-mockup__garment{padding:.4rem 1rem}.designed-detail-modal--console .designed-detail-modal__content{align-content:start;align-items:stretch;gap:1rem;padding:1.15rem;display:grid}.designed-detail-modal__identity{gap:.4rem;display:grid}.designed-detail-modal__identity>div{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.designed-detail-modal__identity small{color:#708088;font-size:.6rem}.designed-detail-modal__identity h3{color:#102a31;margin:.2rem 0 0;font-size:1.18rem}.designed-detail-modal__identity p{color:#667782;margin:0;font-size:.76rem}.designed-detail-modal__facts{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.designed-detail-modal__facts article{background:#fafcfc;border:1px solid #dfe7e9;border-radius:.45rem;gap:.12rem;padding:.7rem;display:grid}.designed-detail-modal__facts span,.designed-detail-modal__facts small,.designed-detail-modal__option>span{color:#718189;font-size:.62rem}.designed-detail-modal__facts strong{color:#102a31;font-size:.9rem}.designed-detail-modal__option{gap:.45rem;display:grid}.designed-detail-modal--console .designed-detail-modal__colors{gap:.42rem}.designed-detail-modal--console .designed-detail-modal__colors button{border-radius:999px;width:1.75rem;min-height:1.75rem;padding:.25rem}.designed-detail-modal--console .designed-detail-modal__colors button.active{box-shadow:0 0 0 2px #fff,0 0 0 4px #078b68}.designed-detail-modal--console .designed-detail-modal__colors span{width:100%;height:100%}.designed-detail-modal__secondary-actions{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.2rem;display:grid}.designed-detail-modal--console .designed-detail-modal__actions{background:#fff;border-top:1px solid #dfe7e9;justify-content:flex-end;gap:.55rem;margin:0;padding:.75rem 1rem;display:flex}@media (max-width:760px){.designed-product-card.designed-product-card--console{max-width:none}.designed-detail-modal.designed-detail-modal--console{padding:0}.designed-detail-modal.designed-detail-modal--console>section{border:0;border-radius:0;width:100%;min-height:100dvh;max-height:100dvh}.designed-detail-modal__layout{grid-template-columns:1fr}.designed-detail-modal__gallery{border-bottom:1px solid #dfe7e9;border-right:0;min-height:24rem}.designed-detail-modal--console .designed-detail-modal__media{min-height:22rem}.designed-detail-modal--console .designed-detail-modal__actions{grid-template-columns:1fr 1fr;display:grid;position:sticky;bottom:0}}@media (max-width:440px){:is(.designed-products-grid:has(.designed-product-card--console),.designed-product-card__footer,.designed-detail-modal__facts,.designed-detail-modal__secondary-actions){grid-template-columns:1fr}.designed-detail-modal__gallery{grid-template-columns:1fr;min-height:auto}.designed-detail-modal__zones{flex-direction:row;padding:0 0 .65rem}.designed-detail-modal__zones button{width:3.5rem}.designed-detail-modal--console .designed-detail-modal__actions{grid-template-columns:1fr}}
