
:root{--primary:#2563eb;--secondary:#0f172a;--accent:#38bdf8;--surface:#f8fafc;--ink:#111827;--muted:#64748b;--white:#fff;--border:rgba(15,23,42,.09);--shadow:0 24px 70px rgba(15,23,42,.12)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.65}img{max-width:100%;display:block}a{color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:150px;height:44px;object-fit:contain;object-position:left}.nav{display:flex;align-items:center;gap:28px}.nav a{text-decoration:none;font-weight:700;font-size:14px}.nav-toggle{display:none;border:0;background:var(--surface);border-radius:12px;padding:10px 12px;font-size:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;border:0;border-radius:14px;padding:15px 22px;font-weight:800;cursor:pointer;transition:.25s}.btn-primary{background:var(--primary);color:white;box-shadow:0 12px 30px color-mix(in srgb,var(--primary) 30%,transparent)}.btn-secondary{background:white;color:var(--secondary);border:1px solid var(--border)}.hero{overflow:hidden;background:linear-gradient(145deg,var(--surface),#fff 58%);padding:88px 0 74px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:color-mix(in srgb,var(--primary) 10%,white);color:var(--primary);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.hero h1{font-size:clamp(42px,6vw,72px);line-height:1.04;letter-spacing:-.045em;margin:22px 0}.hero p{font-size:19px;color:var(--muted);max-width:660px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.trust-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px;color:var(--muted);font-size:13px;font-weight:700}.trust-row span::before{content:'✓';color:var(--primary);margin-right:7px}.hero-art{position:relative}.hero-art img{filter:drop-shadow(0 30px 50px rgba(15,23,42,.18))}.section{padding:92px 0}.section-soft{background:var(--surface)}.section-head{max-width:720px;margin:0 auto 46px;text-align:center}.section-head.left{margin-left:0;text-align:left}.section-head h2{font-size:clamp(32px,4vw,48px);line-height:1.1;letter-spacing:-.035em;margin:12px 0}.section-head p{color:var(--muted);font-size:17px}.grid{display:grid;gap:22px}.grid-3{grid-template-columns:repeat(3,1fr)}.service-card,.feature-card,.faq-item,.contact-card{background:white;border:1px solid var(--border);border-radius:22px;padding:26px;box-shadow:0 10px 35px rgba(15,23,42,.05)}.service-card img{width:70px;height:70px;margin-bottom:20px}.service-card h3,.feature-card h3{margin:0 0 9px;font-size:20px}.service-card p,.feature-card p{margin:0;color:var(--muted)}.feature-number{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:900;margin-bottom:18px}.stats-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:24px;overflow:hidden}.stat{background:white;padding:30px;text-align:center}.stat strong{display:block;font-size:26px;color:var(--primary)}.stat span{color:var(--muted);font-size:13px}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.about-panel{background:linear-gradient(145deg,var(--secondary),var(--primary));color:white;border-radius:30px;padding:42px;min-height:420px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow)}.about-panel small{opacity:.7}.about-panel h3{font-size:34px;line-height:1.15;margin:10px 0}.values{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}.value{padding:14px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.08)}.faq{max-width:840px;margin:auto}.faq-item{padding:0;margin-bottom:12px}.faq-question{width:100%;border:0;background:transparent;text-align:left;padding:22px 24px;font-weight:800;font-size:16px;display:flex;justify-content:space-between;cursor:pointer}.faq-answer{display:none;padding:0 24px 22px;color:var(--muted)}.faq-item.open .faq-answer{display:block}.cta{background:linear-gradient(135deg,var(--secondary),var(--primary));border-radius:30px;padding:54px;color:white;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-size:36px;line-height:1.1;margin:0 0 10px}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px}.contact-form{display:grid;gap:14px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--border);border-radius:14px;padding:15px;font:inherit}.contact-form textarea{min-height:145px;resize:vertical}.site-footer{background:var(--secondary);color:white;padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}.site-footer a{text-decoration:none;color:rgba(255,255,255,.74)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:22px;color:rgba(255,255,255,.58);font-size:12px}.legal{max-width:900px}.legal h1{font-size:46px}.legal h2{margin-top:38px}.legal p{color:var(--muted)}
@media(max-width:850px){.nav-toggle{display:block}.nav{display:none;position:absolute;top:78px;left:20px;right:20px;background:white;border:1px solid var(--border);padding:18px;border-radius:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.nav.open{display:flex}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.hero{padding-top:60px}.hero-art{order:-1}.grid-3{grid-template-columns:1fr}.stats-strip{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.section{padding:68px 0}}

body.layout-editorial{font-family:Georgia,"Times New Roman",serif;background:#f7f3eb}body.layout-editorial .site-header{position:relative;background:#f7f3eb;border-bottom:2px solid var(--ink)}body.layout-editorial .nav-wrap{height:96px}body.layout-editorial .hero{background:#f7f3eb;padding:60px 0 100px}body.layout-editorial .hero-grid{grid-template-columns:1.35fr .65fr;align-items:end}body.layout-editorial .hero h1{font-size:clamp(54px,8vw,108px);font-weight:500;line-height:.9}body.layout-editorial .eyebrow{border-radius:0;background:transparent;border-top:1px solid currentColor;border-bottom:1px solid currentColor}body.layout-editorial .service-card,body.layout-editorial .feature-card{border-radius:0;box-shadow:none;border-width:0 0 1px}body.layout-editorial .stats-strip{border-radius:0;border:2px solid var(--ink)}body.layout-editorial .site-footer{border-top:8px solid var(--primary)}
body.layout-imersivo{background:#07111f;color:#eaf2ff}body.layout-imersivo .site-header{background:rgba(7,17,31,.76);border-color:rgba(255,255,255,.12)}body.layout-imersivo .nav a{color:#fff}body.layout-imersivo .hero{min-height:84vh;display:grid;align-items:center;background:radial-gradient(circle at 75% 20%,color-mix(in srgb,var(--primary) 45%,transparent),transparent 34%),linear-gradient(135deg,#07111f,#101f38);color:#fff}body.layout-imersivo .hero-grid{grid-template-columns:.85fr 1.15fr}body.layout-imersivo .hero-art{order:-1}body.layout-imersivo .hero h1{font-size:clamp(48px,7vw,88px)}body.layout-imersivo .hero p,body.layout-imersivo .trust-row{color:#b9c8dc}body.layout-imersivo .section:not(.section-soft){background:#07111f}body.layout-imersivo .section-soft{background:#0d1b2d}body.layout-imersivo .section-head p,body.layout-imersivo .service-card p,body.layout-imersivo .feature-card p{color:#9fb0c7}body.layout-imersivo .service-card,body.layout-imersivo .feature-card,body.layout-imersivo .faq-item,body.layout-imersivo .contact-card,body.layout-imersivo .stat{background:#102238;color:#fff;border-color:rgba(255,255,255,.1)}body.layout-imersivo .site-footer{background:#020711}
body.layout-minimalista{--shadow:none;background:#fff}body.layout-minimalista .site-header{position:relative;background:#fff;border:0}body.layout-minimalista .nav-wrap{height:110px}body.layout-minimalista .brand img{width:120px}body.layout-minimalista .hero{background:#fff;padding:120px 0}body.layout-minimalista .hero-grid{grid-template-columns:1fr;text-align:center;max-width:900px}body.layout-minimalista .hero-art{display:none}body.layout-minimalista .hero p{margin-inline:auto}body.layout-minimalista .hero-actions,body.layout-minimalista .trust-row{justify-content:center}body.layout-minimalista .hero h1{font-size:clamp(52px,8vw,96px)}body.layout-minimalista .section{padding:120px 0}body.layout-minimalista .section-soft{background:#fafafa}body.layout-minimalista .service-card,body.layout-minimalista .feature-card{border:0;border-top:3px solid var(--ink);border-radius:0;box-shadow:none;padding:30px 0}body.layout-minimalista .stats-strip{border:0;background:transparent}body.layout-minimalista .stat{border-right:1px solid #ddd}body.layout-minimalista .site-footer{background:#111;color:#fff}
body.layout-mosaico{background:var(--surface)}body.layout-mosaico .site-header{position:relative;background:transparent;border:0}body.layout-mosaico .hero{background:transparent;padding:40px 0 70px}body.layout-mosaico .hero-grid{grid-template-columns:1fr 1fr;gap:20px}body.layout-mosaico .hero-grid>div:first-child{background:var(--secondary);color:#fff;border-radius:36px;padding:58px}body.layout-mosaico .hero-art{background:var(--primary);border-radius:36px;padding:25px;overflow:hidden}body.layout-mosaico .hero p,body.layout-mosaico .trust-row{color:rgba(255,255,255,.72)}body.layout-mosaico .grid-3{grid-template-columns:repeat(12,1fr)}body.layout-mosaico .service-card{grid-column:span 4;min-height:280px}body.layout-mosaico .service-card:nth-child(1){grid-column:span 7}body.layout-mosaico .service-card:nth-child(2){grid-column:span 5}body.layout-mosaico .feature-card{grid-column:span 4}body.layout-mosaico .service-card,body.layout-mosaico .feature-card{border:0;border-radius:30px;box-shadow:none}body.layout-mosaico .section-soft{background:transparent}body.layout-mosaico .stats-strip{border:0;background:transparent;gap:16px}body.layout-mosaico .stat{border-radius:24px}body.layout-mosaico .site-footer{border-radius:36px 36px 0 0}
@media(max-width:800px){body.layout-editorial .hero-grid,body.layout-imersivo .hero-grid,body.layout-mosaico .hero-grid{grid-template-columns:1fr}body.layout-mosaico .hero-grid>div:first-child{padding:34px}body.layout-mosaico .service-card,body.layout-mosaico .service-card:nth-child(1),body.layout-mosaico .service-card:nth-child(2),body.layout-mosaico .feature-card{grid-column:1/-1}}
