:root{--font-heading:"Segoe UI",Arial,sans-serif;--font-body:"Segoe UI",Arial,sans-serif;--background:#f4f8fb;--surface:#ffffff;--surface-muted:#e8f0f6;--ink:#0f1720;--ink-muted:#53606c;--line:#d7e1ea;--primary:#1d6f9f;--primary-dark:#124e73;--accent:#22a06b;--warning:#f2b84b;--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--ink);font-family:var(--font-body),Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-shell{min-height:100vh}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.topbar{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(15,23,32,.08);background:rgba(244,248,251,.94);backdrop-filter:blur(16px)}.topbar-inner{justify-content:space-between;gap:24px;min-height:72px}.brand,.topbar-inner{display:flex;align-items:center}.brand{gap:10px;font-family:var(--font-heading),Arial,sans-serif;font-size:18px;font-weight:700}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:var(--ink);color:#fff;font-size:15px}.nav{display:flex;align-items:center;gap:18px;color:var(--ink-muted);font-size:14px}.nav a:hover{color:var(--ink)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border:1px solid transparent;border-radius:999px;background:var(--ink);color:#fff;font-weight:700;cursor:pointer}.button.secondary{border-color:var(--line);background:#fff;color:var(--ink)}.button.primary{background:var(--primary)}.button.danger{border-color:#f1b8b8;background:#fff;color:#9b1c1c}.button.danger:hover{background:#fff5f5}.icon-button{display:inline-grid;width:36px;height:36px;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);cursor:pointer}.icon-button:hover{border-color:var(--primary);color:var(--primary)}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:56px;align-items:center;padding:64px 0 72px}.eyebrow{margin:0 0 14px;color:var(--primary-dark);font-size:14px;font-weight:800;text-transform:uppercase}h1,h2,h3{margin:0;font-family:var(--font-heading),Arial,sans-serif;line-height:1.05}h1{max-width:720px;font-size:clamp(42px,6vw,72px)}h2{font-size:clamp(30px,4vw,46px)}h3{font-size:22px}.lead{max-width:680px;margin:22px 0 0;font-size:18px;line-height:1.65}.lead,.muted{color:var(--ink-muted)}.hero-actions{margin-top:30px}.hero-actions,.hero-proof{display:flex;flex-wrap:wrap;gap:12px}.hero-proof{margin-top:28px;padding:0;list-style:none;color:var(--ink-muted);font-size:14px}.hero-proof li{display:flex;align-items:center;gap:8px}.hero-proof svg{color:var(--accent)}.preview-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 24px 70px rgba(15,23,32,.13)}.preview-toolbar{display:flex;gap:6px;padding:12px;border-bottom:1px solid var(--line);background:#f8fbfd}.preview-dot{width:10px;height:10px;border-radius:50%;background:#d6dee6}.preview-hero{display:grid;grid-template-columns:1fr .9fr;min-height:250px}.preview-copy{padding:30px}.preview-copy span{display:inline-flex;margin-bottom:12px;color:var(--primary);font-size:12px;font-weight:800}.preview-copy strong{display:block;max-width:230px;font-family:var(--font-heading),Arial,sans-serif;font-size:28px;line-height:1.05}.preview-copy p{color:var(--ink-muted);line-height:1.5}.preview-image{min-height:250px;background:linear-gradient(rgba(15,23,32,.18),rgba(15,23,32,.28)),url(/WebLowCost.png) 50% /cover}.section{padding:72px 0;border-top:1px solid rgba(15,23,32,.08)}.section-header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-header p{max-width:620px;margin:0;color:var(--ink-muted);line-height:1.6}.section-action{display:flex;justify-content:center;margin-top:24px}.grid{display:grid;gap:16px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:24px}.card-icon{display:grid;width:42px;height:42px;place-items:center;margin-bottom:18px;border-radius:8px;background:var(--surface-muted);color:var(--primary-dark)}.card p{color:var(--ink-muted);line-height:1.58}.compact-form{display:grid;gap:12px;margin-top:14px}.compact-form label{display:grid;gap:8px;color:var(--ink-muted);font-size:14px;font-weight:700}.compact-form input{width:100%;min-height:46px;border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);font-weight:800;letter-spacing:0;padding:0 14px;text-transform:uppercase}.card-link{margin-top:10px}.price-card{display:flex;flex-direction:column;min-height:100%}.price{margin:16px 0;font-family:var(--font-heading),Arial,sans-serif;font-size:38px;font-weight:800}.price span{color:var(--ink-muted);font-family:var(--font-body),Arial,sans-serif;font-size:14px;font-weight:500}.feature-list{display:grid;gap:10px;margin:8px 0 24px;padding:0;list-style:none;color:var(--ink-muted)}.feature-list li{display:flex;gap:8px}.feature-list svg{flex:0 0 auto;color:var(--accent)}.price-card .button{margin-top:auto}.flow{counter-reset:step}.flow .card{position:relative}.flow .card:before{counter-increment:step;content:counter(step);display:grid;width:30px;height:30px;place-items:center;margin-bottom:18px;border-radius:8px;font-weight:800}.cta-band,.flow .card:before{background:var(--ink);color:#fff}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:28px;border-radius:var(--radius);padding:34px}.cta-band p{max-width:620px;margin:10px 0 0;color:rgba(255,255,255,.76);line-height:1.6}.cta-band .button{background:#fff;color:var(--ink)}.footer{padding:28px 0 42px;color:var(--ink-muted);font-size:14px}.footer-inner{display:flex;justify-content:space-between;gap:16px}.dashboard-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:56px 0}.dashboard-header{margin-bottom:28px}.dashboard-header h1{max-width:760px;font-size:clamp(36px,5vw,58px)}.dashboard-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.dashboard-header p:not(.eyebrow){max-width:680px;color:var(--ink-muted);font-size:18px;line-height:1.6}.dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-actions{display:flex;gap:12px}.client-sites-section{padding:16px 0 64px}.client-sites-grid{display:grid;gap:16px;max-width:920px}.client-empty-card,.client-site-card{display:grid;gap:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:24px}.client-site-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.client-empty-card h2,.client-site-card h2{margin:4px 0 8px;font-size:clamp(24px,3vw,34px)}.client-site-card a:not(.button){display:inline-block;color:var(--primary);font-weight:800;overflow-wrap:anywhere}.client-empty-card p,.client-site-card p:not(.eyebrow){margin:10px 0 0;color:var(--ink-muted)}.client-site-actions{gap:10px;justify-content:flex-end}.client-site-actions,.client-url-row{display:flex;align-items:center;flex-wrap:wrap}.client-url-row{gap:8px;margin-top:8px}.client-url-row span{color:#176241;font-size:13px;font-weight:800}.admin-list{display:grid;gap:16px}.compact-list{margin-top:24px}.admin-row,.empty-state{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:24px}.admin-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px}.admin-row-title{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.admin-row h2,.empty-state h2{font-size:26px}.admin-row-main>div>p,.empty-state p,.status-pill{color:var(--ink-muted)}.status-pill{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:0 10px;background:var(--surface-muted);font-size:13px;font-weight:800}.status-pill.pending{background:#fff8e6;color:#8a5a00}.status-pill.active{background:#eefbf5;color:#176241}.status-pill.inactive,.status-pill.rejected{background:#fff0f0;color:#8a2525}.meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}.meta-grid div{border:1px solid var(--line);border-radius:var(--radius);padding:12px}.meta-grid dt{color:var(--ink-muted);font-size:12px;font-weight:800;text-transform:uppercase}.meta-grid dd{margin:6px 0 0;overflow-wrap:anywhere}.sales-plan{border-top:1px solid var(--line);padding-top:16px}.sales-plan p{color:var(--ink-muted);line-height:1.6}.row-actions{display:flex;flex-direction:column;gap:10px;min-width:150px}.notice-card{border:1px solid #f0d99a;border-radius:var(--radius);background:#fff8e6;padding:24px;margin-bottom:20px}.notice-card h2{font-size:28px}.notice-card p{max-width:760px;color:var(--ink-muted);line-height:1.6}.notice-card strong{display:inline-flex;margin-top:8px}.affiliate-hero{border-bottom:1px solid rgba(15,23,32,.08);background:var(--surface)}.affiliate-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:44px;align-items:center;padding:70px 0}.affiliate-hero h1{max-width:760px}.affiliate-list{max-width:620px;margin-top:24px}.affiliate-summary{border:1px solid var(--line);border-radius:var(--radius);background:var(--background);padding:28px}.affiliate-summary h2{font-size:30px}.affiliate-summary p{color:var(--ink-muted);line-height:1.6}.affiliate-content{display:grid;grid-template-columns:minmax(0,.82fr) minmax(360px,1fr);gap:28px;align-items:start}.affiliate-rules{display:grid;gap:18px}.affiliate-rules article{display:grid;grid-template-columns:32px minmax(0,1fr);gap:14px;border-bottom:1px solid var(--line);padding:18px 0}.affiliate-rules svg{color:var(--primary)}.affiliate-rules p,.signup-card>p{color:var(--ink-muted);line-height:1.6}.signup-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:28px}.affiliate-form{display:grid;gap:16px;margin-top:22px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.affiliate-form label{display:grid;gap:8px;color:var(--ink-muted);font-size:14px;font-weight:700}.affiliate-form input,.affiliate-form textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);padding:12px 14px}.affiliate-form input{min-height:46px}.affiliate-form textarea{resize:vertical}.checkbox-label{grid-template-columns:18px minmax(0,1fr);align-items:start;font-weight:500}.checkbox-label input{min-height:18px;margin-top:2px}.signup-success{display:grid;gap:14px;border:1px solid #a8dfc5;border-radius:var(--radius);background:#eefbf5;padding:22px}.signup-success p{margin:0;color:#176241;line-height:1.6}.signup-success strong{font-size:22px}.auth-page{display:grid;min-height:100vh;place-items:center;padding:32px 16px}.auth-panel{width:min(100%,460px);border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:34px;box-shadow:0 24px 70px rgba(15,23,32,.12)}.auth-panel h1{font-size:42px}.auth-panel p:not(.eyebrow){color:var(--ink-muted);line-height:1.6}.checkout-card{width:min(100%,720px)}.auth-form,.checkout-form{display:grid;gap:16px;margin-top:26px}.checkout-form label{display:grid;gap:8px;color:var(--ink-muted);font-size:14px;font-weight:700}.checkout-form input,.checkout-form select{width:100%;min-height:46px;border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);padding:0 14px}.checkout-summary{display:grid;gap:8px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-muted);padding:18px}.checkout-summary span{color:var(--primary-dark);font-size:12px;font-weight:800;text-transform:uppercase}.checkout-summary strong{font-size:22px}.checkout-note,.checkout-summary p{margin:0;color:var(--ink-muted);line-height:1.55}.checkout-summary b{font-size:24px}.wizard-hero{padding:52px 0 24px}.wizard-hero h1{max-width:840px;font-size:clamp(38px,5vw,62px)}.wizard-hero p:not(.eyebrow){max-width:760px;color:var(--ink-muted);font-size:18px;line-height:1.6}.wizard-section{padding:16px 0 72px}.wizard-layout{width:min(960px,100%);margin:0 auto}.wizard-form,.wizard-panel{display:grid;gap:16px}.wizard-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:24px}.wizard-panel h2{font-size:28px}.wizard-panel label{display:grid;gap:8px;color:var(--ink-muted);font-size:14px;font-weight:700}.wizard-panel input,.wizard-panel select,.wizard-panel textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);padding:12px 14px}.wizard-panel input,.wizard-panel select{min-height:46px}.wizard-panel textarea{resize:vertical}.wizard-panel .color-input{width:78px;min-height:40px;height:40px;padding:4px}.logo-color-row{display:grid;grid-template-columns:minmax(0,1fr) repeat(3,96px);gap:14px;align-items:end}.compact-color-field{align-content:end}.compact-color-field input{justify-self:start}.section-color-row{display:grid;grid-template-columns:repeat(2,96px);gap:14px;align-items:end}.template-choice-grid{display:grid;gap:16px}.template-picker{display:grid;gap:14px}.hero-template-grid,.section-template-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.template-choice{display:grid;min-height:100%;border:2px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);cursor:pointer;padding:8px;text-align:left}.template-choice.selected,.template-choice:hover{border-color:var(--ink)}.template-choice.selected{box-shadow:0 0 0 3px rgba(29,111,159,.16)}.template-choice-preview{position:relative;display:grid;min-height:124px;border:1px solid #111;background:#f8fbfd;padding:12px;overflow:hidden}.mock-image,.mock-logo,.mock-text,.mock-title{position:absolute;display:block}.mock-logo{left:12px;top:10px;font-size:10px;font-weight:800}.mock-title{top:42px;font-size:18px;font-weight:900;line-height:1.05;overflow-wrap:anywhere}.mock-text,.mock-title{left:12px;max-width:88px}.mock-text{bottom:20px;color:var(--ink-muted);font-size:11px;line-height:1.25}.mock-image{right:10px;top:34px;display:grid;width:42%;height:68px;place-items:center;border:1px dashed #7bb4d6;background:#e8f3fa;color:#334155;font-size:10px;font-weight:800;text-align:center}.mock-image.second{display:none}.template-choice-preview.hero-right .mock-text,.template-choice-preview.hero-right .mock-title{left:auto;right:12px}.template-choice-preview.hero-right .mock-image{left:10px;right:auto}.template-choice-preview.hero-centered{place-items:center;text-align:center}.template-choice-preview.hero-centered .mock-logo{left:50%;transform:translateX(-50%)}.template-choice-preview.hero-centered .mock-title{left:50%;top:48px;max-width:130px;transform:translateX(-50%)}.template-choice-preview.hero-centered .mock-text{left:50%;bottom:22px;max-width:130px;transform:translateX(-50%)}.template-choice-preview.hero-centered .mock-image{display:none}.template-choice-preview.hero-image-top .mock-image{left:12px;right:12px;top:30px;width:auto;height:46px}.template-choice-preview.hero-image-top .mock-title{top:84px}.template-choice-preview.hero-image-top .mock-text{left:auto;right:12px;bottom:18px}.template-choice-preview.hero-image-bottom .mock-title{top:28px;max-width:145px;font-size:15px;white-space:nowrap}.template-choice-preview.hero-image-bottom .mock-text{left:auto;right:12px;top:32px;bottom:auto;max-width:84px}.template-choice-preview.hero-image-bottom .mock-image{left:12px;right:12px;top:auto;bottom:12px;width:auto;height:42px}.template-choice-preview.hero-two-images .mock-title{top:44px}.template-choice-preview.hero-two-images .mock-image{right:12px;top:24px;width:34%;height:38px}.template-choice-preview.hero-two-images .mock-image.second{display:grid;right:12px;top:70px;width:34%;height:38px}.template-choice-preview.hero-compact .mock-title{top:36px;max-width:126px;font-size:18px}.template-choice-preview.hero-compact .mock-image{right:12px;top:36px;width:34%;height:66px}.template-choice-preview.hero-featured .mock-image{left:12px;right:auto;top:28px;width:48%;height:84px}.template-choice-preview.hero-featured .mock-text,.template-choice-preview.hero-featured .mock-title{left:auto;right:12px;max-width:86px}.template-choice-preview.hero-editorial .mock-logo{left:50%;transform:translateX(-50%)}.template-choice-preview.hero-editorial .mock-title{left:50%;top:42px;max-width:150px;transform:translateX(-50%);text-align:center}.template-choice-preview.hero-editorial .mock-text{left:50%;bottom:18px;max-width:140px;transform:translateX(-50%);text-align:center}.template-choice-preview.content-cards .mock-image,.template-choice-preview.hero-editorial .mock-image{display:none}.template-choice-preview.content-cards .mock-title{top:30px;max-width:140px}.template-choice-preview.content-cards .mock-text{bottom:18px;width:42%;max-width:none;border:1px solid var(--line);padding:8px}.template-choice-preview.content-cards .mock-text:after{content:"Texto 2";position:absolute;left:calc(100% + 12px);top:-1px;width:100%;border:1px solid var(--line);padding:8px;color:var(--ink-muted)}.template-choice-preview.content-image-left .mock-image{left:10px;right:auto}.template-choice-preview.content-image-left .mock-text,.template-choice-preview.content-image-left .mock-title{left:auto;right:12px}.template-choice-preview.content-two-images .mock-image{top:26px;height:38px}.template-choice-preview.content-two-images .mock-image.second{display:grid;top:70px;height:38px}.template-choice-preview.content-image-top .mock-image{left:12px;right:12px;top:16px;width:auto;height:58px}.template-choice-preview.content-image-top .mock-title{top:86px;max-width:126px;font-size:18px}.template-choice-preview.content-image-top .mock-text{left:auto;right:12px;bottom:16px}.template-choice-preview.content-image-bottom .mock-title{top:20px;max-width:145px;font-size:15px;white-space:nowrap}.template-choice-preview.content-image-bottom .mock-text{left:auto;right:12px;top:24px;bottom:auto}.template-choice-preview.content-image-bottom .mock-image{left:12px;right:12px;top:auto;bottom:14px;width:auto;height:44px}.template-choice-preview.content-split-feature .mock-title{top:22px;max-width:98px}.template-choice-preview.content-split-feature .mock-text{left:132px;top:28px;bottom:auto;width:72px;max-width:none;border:1px solid var(--line);padding:8px}.template-choice-preview.content-split-feature .mock-image{left:12px;right:12px;top:auto;bottom:12px;width:auto;height:46px}.template-choice-preview.content-centered-statement{text-align:center}.template-choice-preview.content-centered-statement .mock-title{left:50%;top:34px;max-width:150px;transform:translateX(-50%)}.template-choice-preview.content-centered-statement .mock-text{left:50%;bottom:26px;max-width:150px;transform:translateX(-50%)}.template-choice-preview.content-centered-statement .mock-image,.template-choice-preview.content-three-cards .mock-image,.template-choice-preview.content-three-cards .mock-logo{display:none}.template-choice-preview.content-three-cards .mock-title{top:18px;max-width:150px;font-size:15px;white-space:nowrap}.template-choice-preview.content-three-cards .mock-text{left:12px;bottom:18px;width:calc((100% - 48px) / 3);max-width:none;border:1px solid var(--line);padding:8px}.template-choice-preview.content-three-cards .mock-text:after,.template-choice-preview.content-three-cards .mock-text:before{content:"Texto";position:absolute;top:-1px;width:100%;border:1px solid var(--line);padding:8px;color:var(--ink-muted);box-sizing:border-box}.template-choice-preview.content-three-cards .mock-text:before{left:calc(100% + 12px)}.template-choice-preview.content-three-cards .mock-text:after{left:calc(200% + 24px)}.template-choice-preview.no-brand .mock-title{top:26px}.template-choice-preview.no-brand.content-cards .mock-title{top:24px}.template-choice-preview.no-brand.content-image-left .mock-text,.template-choice-preview.no-brand.content-image-left .mock-title{right:16px}.show-more-templates{justify-self:center;min-height:38px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);cursor:pointer;font-weight:800;padding:0 18px}.show-more-templates:hover{border-color:var(--primary);color:var(--primary)}.preview-launch-panel h2{font-size:28px}.preview-launch-panel p{margin:0;color:var(--ink-muted);line-height:1.6}.wizard-preview{position:sticky;top:96px;display:grid;gap:14px}.wizard-preview-header{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px}.wizard-preview-header strong{display:block;font-size:20px}.site-preview-template{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--site-background);box-shadow:0 24px 70px rgba(15,23,32,.12);color:var(--site-text)}.site-template-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(180px,.9fr);gap:18px;padding:28px;background:var(--site-background)}.site-template-hero.image-left-text-right .site-template-photo{order:-1}.site-template-hero.image-top-text-bottom,.site-template-hero.text-top-image-bottom{grid-template-columns:1fr}.site-template-hero.image-top-text-bottom .site-template-photo{order:-1;min-height:280px}.site-template-hero.text-top-image-bottom .site-template-photo{min-height:280px}.site-template-hero.split-text-two-images{grid-template-columns:minmax(0,1fr) minmax(160px,.7fr) minmax(160px,.7fr)}.site-template-hero.centered{grid-template-columns:1fr;min-height:360px;place-items:center;text-align:center}.site-template-hero.centered .site-template-hero-copy{max-width:760px}.site-template-brand-line{display:flex;align-items:center;gap:10px;margin:0 0 10px;color:var(--site-primary);font-size:12px;font-weight:900;text-transform:uppercase}.site-template-brand-line img{width:auto;max-width:96px;height:36px;object-fit:contain}.site-template-hero h2{font-size:clamp(28px,4vw,42px)}.site-template-hero p{color:color-mix(in srgb,var(--site-text) 72%,transparent);line-height:1.55}.site-template-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.site-template-actions a{display:inline-flex;min-height:38px;align-items:center;justify-content:center;border-radius:999px;padding:0 14px;background:var(--site-primary);color:#fff;font-weight:800}.site-template-actions a+a{border:1px solid var(--line);background:var(--site-background);color:var(--site-text)}.site-template-photo{display:grid;min-height:210px;place-items:end start;border-radius:var(--radius);padding:18px}.site-template-photo.has-image{background-position:50%;background-size:cover}.site-template-photo.has-image:before{content:"";grid-area:1/1;align-self:stretch;justify-self:stretch;border-radius:var(--radius);background:linear-gradient(rgba(15,23,32,.04),rgba(15,23,32,.38))}.site-template-photo.placeholder-photo{place-items:center;border:1px dashed color-mix(in srgb,var(--site-primary) 46%,#ffffff);background:linear-gradient(135deg,rgba(255,255,255,.45),rgba(255,255,255,.12)),color-mix(in srgb,var(--site-background) 82%,var(--site-primary))}.site-template-photo span{position:relative;grid-area:1/1;max-width:100%;border-radius:var(--radius);background:rgba(255,255,255,.94);padding:10px 12px;font-weight:900;overflow-wrap:anywhere}.site-template-section{padding:26px 28px;border-top:1px solid var(--line);background:var(--section-background,var(--site-background));color:var(--section-text,var(--site-text))}.site-template-section.content-image-left-text-right,.site-template-section.content-text-left-image-right,.site-template-section.content-text-left-two-images-right{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.82fr);gap:20px;align-items:center}.site-template-section.content-image-left-text-right .site-template-content-media{order:-1}.site-template-section.content-centered-statement,.site-template-section.content-image-top-text-bottom,.site-template-section.content-split-feature,.site-template-section.content-text-top-image-bottom,.site-template-section.content-three-cards{display:grid;grid-template-columns:1fr;gap:20px}.site-template-section.content-image-top-text-bottom .site-template-content-media{order:-1}.site-template-section.content-image-top-text-bottom .site-template-photo,.site-template-section.content-text-top-image-bottom .site-template-photo{min-height:250px}.site-template-section.content-split-feature .site-template-copy-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}.site-template-section.content-centered-statement{text-align:center}.site-template-section.content-centered-statement .site-template-content-copy{max-width:680px;margin:0 auto}.site-template-section.content-three-cards .site-template-copy-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-template-content-media{display:grid;gap:12px}.site-template-content-media .site-template-photo{min-height:180px}.site-template-section h3{font-size:24px}.site-template-section p{color:color-mix(in srgb,var(--section-text,var(--site-text)) 72%,transparent);line-height:1.6}.site-template-copy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.site-template-copy-grid p{margin:0;border:1px solid var(--line);border-radius:var(--radius);background:color-mix(in srgb,var(--section-background,var(--site-background)) 84%,#ffffff);padding:14px}.site-template-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px}.site-template-services span{border:1px solid var(--line);border-radius:var(--radius);padding:12px;font-weight:800}.site-template-contact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border-top:1px solid var(--line);background:var(--line)}.site-template-contact div{display:grid;gap:6px;background:#fff;padding:16px}.site-template-contact strong{font-size:12px;text-transform:uppercase}.site-template-contact span{color:var(--ink-muted);overflow-wrap:anywhere}.site-template-location{display:grid;grid-template-columns:minmax(0,.72fr) minmax(260px,1fr);gap:20px;align-items:stretch;border-top:1px solid var(--line);padding:28px}.site-template-location h3{margin-top:6px}.site-template-location p{color:color-mix(in srgb,var(--site-text) 72%,transparent);line-height:1.55}.site-template-location a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:999px;background:var(--site-primary);color:#fff;font-weight:800;padding:0 16px}.site-template-location iframe{width:100%;min-height:240px;border:0;border-radius:var(--radius)}.site-template-small-label{margin:0;color:var(--site-primary);font-size:12px;font-weight:900;text-transform:uppercase}.add-type-selector{display:flex;gap:8px;flex-wrap:wrap}.add-type-btn{border:2px solid var(--line);border-radius:var(--radius);background:transparent;padding:10px 20px;font-size:14px;font-weight:700;cursor:pointer;color:var(--ink-muted);transition:border-color .12s,background .12s,color .12s}.add-type-btn:hover{border-color:var(--ink);color:var(--ink)}.add-type-btn.active{border-color:var(--ink);background:var(--ink);color:#fff}.type-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.type-card{display:grid;gap:6px;border:2px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:18px 20px;text-align:left;cursor:pointer;transition:border-color .12s,box-shadow .12s}.type-card.selected,.type-card:hover{border-color:var(--ink)}.type-card.selected{box-shadow:0 0 0 3px rgba(29,111,159,.16)}.type-card-title{font-size:15px;font-weight:700;color:var(--ink);line-height:1.3}.type-card-desc{font-size:13px;color:var(--ink-muted);line-height:1.5}.floating-whatsapp{position:fixed;right:24px;bottom:82px;z-index:18;display:grid;width:58px;height:58px;place-items:center;border:2px solid #22c55e;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 16px 40px rgba(15,23,32,.24)}.public-preview-page{position:relative;min-height:100vh;background:#fff}.public-preview-bar{position:sticky;top:0;z-index:8;justify-content:space-between;min-height:72px;border-bottom:1px solid rgba(15,23,32,.08);background:rgba(255,255,255,.92);padding:0 max(24px,calc((100vw - 1120px) / 2));backdrop-filter:blur(14px)}.public-preview-bar,.public-preview-nav{display:flex;align-items:center;gap:18px}.public-site-brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-weight:900}.public-site-brand img{width:34px;height:34px;border-radius:8px;object-fit:contain}.public-preview-nav a:not(.button){color:var(--ink-muted);font-weight:700}.public-preview-nav a:not(.button).active,.public-preview-nav a:not(.button):hover{color:var(--ink)}.public-preview-page .site-preview-template{width:min(1120px,calc(100% - 32px));margin:32px auto 72px;box-shadow:none}.site-template-page-heading{display:grid;gap:8px;padding:52px 28px 28px;border-bottom:1px solid var(--line);background:var(--site-background)}.site-template-page-heading h2{max-width:760px;font-size:clamp(36px,5vw,64px)}.public-preview-page .site-template-hero{min-height:520px;align-items:center}.public-preview-page .site-template-hero h2{max-width:680px;font-size:clamp(42px,6vw,72px)}.public-preview-page .site-template-hero p{max-width:620px;font-size:18px}.public-preview-page .site-template-photo{min-height:420px}.public-preview-page.draft-preview:before{content:"";position:fixed;inset:0;z-index:30;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='220' viewBox='0 0 360 220'%3E%3Ctext x='34' y='118' transform='rotate(-24 180 110)' fill='%230f1720' fill-opacity='0.075' font-family='Arial,sans-serif' font-size='34' font-weight='800'%3EBorrador%3C/text%3E%3C/svg%3E");background-repeat:repeat;pointer-events:none}.preview-watermark{position:fixed;right:24px;bottom:22px;z-index:20;border:1px solid rgba(15,23,32,.12);border-radius:999px;background:rgba(255,255,255,.7);color:rgba(15,23,32,.38);font-size:13px;font-weight:900;letter-spacing:0;padding:8px 12px;text-transform:uppercase;backdrop-filter:blur(10px);pointer-events:none}.auth-form label{display:grid;gap:8px;color:var(--ink-muted);font-size:14px;font-weight:700}.auth-form input{width:100%;min-height:46px;border:1px solid var(--line);border-radius:var(--radius);padding:0 14px;color:var(--ink)}.auth-form input:focus{border-color:var(--primary);outline:3px solid rgba(29,111,159,.16)}.form-error{margin:0;border:1px solid #f1b8b8;border-radius:var(--radius);background:#fff0f0;color:#8a2525;padding:12px}.form-success{margin:0;border:1px solid #a8dfc5;border-radius:var(--radius);background:#eefbf5;color:#176241;padding:12px}.auth-note{margin:0;color:var(--ink-muted);font-size:14px;line-height:1.5}.maintenance-page{display:grid;min-height:100vh;place-items:center;background:var(--surface-muted);padding:24px}.maintenance-card{display:grid;width:min(460px,100%);gap:16px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:28px;box-shadow:var(--shadow)}.maintenance-card h1{font-size:34px}.maintenance-card p{color:var(--ink-muted);line-height:1.6}.maintenance-form{display:grid;gap:14px}.gallery-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-muted);padding:16px 20px}.gallery-toggle-label{display:flex;flex-direction:column;gap:4px}.gallery-toggle-label strong{font-size:16px}.gallery-toggle-label span{color:var(--ink-muted);font-size:14px}.gallery-toggle-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-weight:700;cursor:pointer}.gallery-toggle-btn.active{border-color:var(--primary);background:var(--primary);color:#fff}.gallery-toggle-btn.remove{border-color:#efc0c0;background:#fff6f6;color:#9f1d1d}.addon-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:var(--radius);background:#f8fbfd;padding:16px 20px}.addon-toggle-row div{display:grid;gap:4px}.addon-toggle-row strong{font-size:16px}.addon-toggle-row span{color:var(--ink-muted);font-size:14px}.section-editor-block{display:grid;gap:16px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:16px}.section-editor-title{display:flex;justify-content:space-between;gap:14px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:12px}.section-editor-title div{display:grid;gap:4px}.section-editor-title span{color:var(--ink-muted);font-size:14px}.remove-addon-btn{flex-shrink:0;min-height:34px;border:1px solid #efc0c0;border-radius:999px;background:#fff6f6;color:#9f1d1d;cursor:pointer;font-weight:800;padding:0 14px}.gallery-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:4px}.gallery-photo-thumb{position:relative;aspect-ratio:1;border-radius:6px;overflow:hidden;border:1px solid var(--line);background:var(--surface-muted)}.gallery-photo-thumb img{width:100%;height:100%;object-fit:cover}.gallery-photo-remove{position:absolute;top:4px;right:4px;display:grid;width:22px;height:22px;place-items:center;border:none;border-radius:50%;background:rgba(15,23,32,.7);color:#fff;font-size:12px;font-weight:900;cursor:pointer;line-height:1}.gallery-count-note{margin:0;color:var(--ink-muted);font-size:13px}.gallery-layout-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-choice-preview{display:grid;gap:4px;min-height:96px;padding:10px;border:1px solid #111;background:#f8fbfd;overflow:hidden}.gallery-choice-preview.gallery-2col{grid-template-columns:1fr 1fr}.gallery-choice-preview.gallery-3col{grid-template-columns:1fr 1fr 1fr}.gallery-choice-preview.gallery-1col-text{grid-template-columns:.55fr 1fr;align-items:center}.gallery-choice-preview.gallery-story-list{grid-template-columns:.52fr 1fr;align-items:center}.gallery-choice-preview.gallery-featured{grid-template-columns:1.5fr 1fr 1fr;grid-template-rows:1fr 1fr}.gallery-choice-preview.gallery-featured .gallery-mock-photo:first-child{grid-row:span 2}.gallery-choice-preview.gallery-masonry{grid-template-columns:repeat(3,1fr);align-items:stretch}.gallery-choice-preview.gallery-masonry .gallery-mock-photo:nth-child(2),.gallery-choice-preview.gallery-masonry .gallery-mock-photo:nth-child(5){aspect-ratio:auto}.gallery-choice-preview.gallery-strip{grid-template-columns:repeat(4,1fr);align-items:center}.gallery-choice-preview.gallery-strip .gallery-mock-photo{aspect-ratio:auto;height:58px}.gallery-choice-preview.gallery-caption-grid{grid-template-columns:1fr 1fr}.gallery-choice-preview.gallery-text-overlay{grid-template-columns:1fr}.gallery-mock-photo{border:1px dashed #7bb4d6;background:#e8f3fa;border-radius:3px;aspect-ratio:1}.gallery-choice-preview.gallery-1col-text .gallery-mock-photo,.gallery-choice-preview.gallery-story-list .gallery-mock-photo{aspect-ratio:auto;height:52px}.gallery-mock-caption-card,.gallery-mock-overlay-card{display:grid;gap:4px}.gallery-mock-caption-card .gallery-mock-photo,.gallery-mock-overlay-card .gallery-mock-photo{aspect-ratio:1.35}.gallery-mock-line{display:block;width:70%;height:5px;border-radius:2px;background:#111}.gallery-mock-overlay-card{position:relative}.gallery-mock-overlay-card .gallery-mock-line{position:absolute;left:8px;bottom:8px;width:42%;background:#fff}.gallery-mock-text-lines{display:flex;flex-direction:column;gap:4px;padding:0 4px}.gallery-mock-text-lines span{display:block;height:6px;border-radius:2px;background:#d0dce8}.gallery-mock-text-lines span:first-child{width:80%;background:#111}.page-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.page-choice{display:grid;gap:8px;min-height:118px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--ink);padding:14px;text-align:left;cursor:pointer}.page-choice.selected,.page-choice:hover{border-color:var(--primary);box-shadow:0 0 0 3px rgba(29,111,159,.12)}.page-choice:disabled{cursor:not-allowed;opacity:.55}.page-choice span{color:var(--ink-muted);line-height:1.45}.page-choice em{width:fit-content;border-radius:999px;background:#edf2f7;color:var(--ink-muted);font-style:normal;font-weight:800;padding:4px 8px}.site-template-gallery{padding:26px 28px;border-top:1px solid var(--line);background:var(--gallery-background,var(--site-background));color:var(--gallery-text,var(--site-text))}.site-template-gallery h3{font-size:24px;margin-bottom:18px;color:var(--gallery-text,var(--site-text))}.site-template-gallery-grid{display:grid;gap:12px}.site-template-gallery-grid.cols-2{grid-template-columns:repeat(2,1fr)}.site-template-gallery-grid.cols-3{grid-template-columns:repeat(3,1fr)}.site-template-gallery-grid.cols-1-text{grid-template-columns:1fr;gap:18px}.site-template-gallery-grid.featured-grid{grid-template-columns:1.35fr 1fr 1fr}.site-template-gallery-grid.featured-grid .site-template-gallery-item:first-child,.site-template-gallery-grid.featured-grid .site-template-gallery-placeholder:first-child{grid-row:span 2}.site-template-gallery-grid.masonry{grid-template-columns:repeat(3,1fr);align-items:stretch}.site-template-gallery-grid.wide-strip{grid-template-columns:repeat(4,1fr)}.site-template-gallery-grid.caption-grid{grid-template-columns:repeat(3,1fr)}.site-template-gallery-grid.story-list{grid-template-columns:1fr;gap:18px}.site-template-gallery-grid.text-overlay{grid-template-columns:repeat(3,1fr)}.site-template-gallery-item{border-radius:var(--radius);overflow:hidden}.site-template-gallery-item img{width:100%;height:220px;object-fit:cover;display:block}.site-template-gallery-item.with-caption{position:relative;display:grid;border:1px solid color-mix(in srgb,var(--gallery-text,var(--site-text)) 12%,transparent)}.site-template-gallery-item.with-caption span{padding:12px;color:color-mix(in srgb,var(--gallery-text,var(--site-text)) 78%,transparent);font-weight:800}.site-template-gallery-grid.text-overlay .site-template-gallery-item.with-caption span{position:absolute;left:12px;right:12px;bottom:12px;border-radius:var(--radius);background:rgba(255,255,255,.86);color:var(--gallery-text,var(--site-text))}.site-template-gallery-grid.featured-grid .site-template-gallery-item:first-child img{height:100%;min-height:452px}.site-template-gallery-grid.masonry .site-template-gallery-item:nth-child(2n) img{height:280px}.site-template-gallery-grid.wide-strip .site-template-gallery-item img{height:180px}.site-template-gallery-grid.caption-grid .site-template-gallery-item img,.site-template-gallery-grid.text-overlay .site-template-gallery-item img{height:210px}.site-template-gallery-item-text{display:grid;grid-template-columns:1fr 1.4fr;gap:20px;align-items:center;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.site-template-gallery-item-text img{width:100%;height:200px;object-fit:cover;display:block}.site-template-gallery-item-text-body{padding:16px 16px 16px 0;color:var(--gallery-text,var(--site-text))}.site-template-gallery-placeholder{display:grid;place-items:center;min-height:180px;border:1px dashed color-mix(in srgb,var(--site-primary) 46%,#ffffff);border-radius:var(--radius);background:color-mix(in srgb,var(--gallery-background,var(--site-background)) 82%,var(--site-primary));color:color-mix(in srgb,var(--site-primary) 60%,var(--gallery-text,var(--site-text)));font-size:13px;font-weight:800}.site-template-extra-page{border-top:1px solid var(--line);padding:28px}.site-template-extra-page h3{margin-bottom:16px;font-size:24px}.site-template-extra-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.site-template-extra-page-grid span{min-height:92px;border:1px dashed color-mix(in srgb,var(--site-primary) 44%,#ffffff);border-radius:var(--radius);background:color-mix(in srgb,var(--site-background) 88%,#ffffff);padding:14px;font-weight:800}@media (max-width:860px){.nav{display:none}.admin-row,.affiliate-content,.affiliate-hero-inner,.dashboard-grid,.form-grid,.grid.four,.grid.three,.grid.two,.hero,.hero-template-grid,.logo-color-row,.meta-grid,.page-choice-grid,.section-color-row,.section-template-grid,.site-template-contact,.site-template-copy-grid,.site-template-extra-page-grid,.site-template-hero,.site-template-location,.site-template-section.content-image-left-text-right,.site-template-section.content-split-feature .site-template-copy-grid,.site-template-section.content-text-left-image-right,.site-template-section.content-text-left-two-images-right,.site-template-section.content-three-cards .site-template-copy-grid,.site-template-services,.wizard-layout{grid-template-columns:1fr}.site-template-hero.image-left-text-right .site-template-photo,.site-template-section.content-image-left-text-right .site-template-content-media{order:0}.gallery-photo-grid,.gallery-template-grid,.site-template-gallery-grid.caption-grid,.site-template-gallery-grid.cols-2,.site-template-gallery-grid.cols-3,.site-template-gallery-grid.featured-grid,.site-template-gallery-grid.masonry,.site-template-gallery-grid.text-overlay,.site-template-gallery-grid.wide-strip,.site-template-gallery-item-text{grid-template-columns:1fr 1fr}.gallery-layout-grid,.site-template-gallery-grid.cols-1-text,.site-template-gallery-grid.story-list{grid-template-columns:1fr}.gallery-layout-grid .gallery-choice-preview{min-height:150px}.gallery-layout-grid .template-choice{width:100%}.site-template-gallery-grid.featured-grid .site-template-gallery-item:first-child,.site-template-gallery-grid.featured-grid .site-template-gallery-placeholder:first-child{grid-row:auto}.hero{gap:32px;padding-top:42px}.cta-band,.dashboard-actions,.dashboard-title-row,.footer-inner,.public-preview-bar,.public-preview-nav,.section-header{align-items:flex-start;flex-direction:column}.wizard-preview{position:static}.public-preview-bar{padding:16px}.public-preview-page .site-template-hero{min-height:auto}.public-preview-page .site-template-photo{min-height:240px}.client-site-card{grid-template-columns:1fr}.client-site-actions{justify-content:flex-start}}@media (max-width:560px){.container{width:min(100% - 24px,1120px)}.preview-hero{grid-template-columns:1fr}.preview-image{min-height:190px}.hero-actions{flex-direction:column}.button{width:100%}}