:root {
  --ink: #111116;
  --muted: #686875;
  --paper: #fbfaf8;
  --white: #fff;
  --line: #e8e5e1;
  --blue: #139ef0;
  --violet: #8027ef;
  --pink: #f1268e;
  --yellow: #ffca47;
  --green: #83c900;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(20, 18, 31, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 16px; background: white; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 50; top: 0; height: 64px; background: #000; border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { position: relative; min-height: 64px; display: flex; align-items: center; justify-content: space-between; }
.brand { position: absolute; top: 7px; left: 0; z-index: 2; width: 174px; }
.brand img { width: 100%; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; color: #ddd; font-size: .92rem; font-weight: 600; }
.main-nav a:hover { color: white; }
.main-nav .nav-cta { padding: 11px 18px; color: #0b0b0c; background: white; border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: white; border-radius: 4px; }

.hero { position: relative; min-height: 700px; display: flex; align-items: center; overflow: hidden; padding: 90px 0 100px; background: linear-gradient(135deg, #fff 0%, #fbf8ff 48%, #f4faff 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.hero-copy h1, .section h2, .contact-section h2 { margin: 0; font-family: "Outfit", sans-serif; line-height: 1.04; letter-spacing: -.04em; }
.hero-copy h1 { max-width: 700px; font-size: clamp(3.25rem, 6vw, 5.8rem); }
.hero-copy h1 em { font-style: normal; color: transparent; background: linear-gradient(100deg, var(--blue), var(--violet), var(--pink)); background-clip: text; -webkit-background-clip: text; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #4c4b57; font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; background: linear-gradient(90deg, var(--blue), var(--pink)); border-radius: 4px; }
.eyebrow.light { color: #d8d8df; }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: #565663; font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--ink); box-shadow: 0 12px 32px rgba(17,17,22,.2); }
.btn-secondary { background: rgba(255,255,255,.8); border-color: #d8d5d2; }
.hero-note { max-width: 570px; display: flex; align-items: flex-start; gap: 12px; margin-top: 30px; color: #676672; font-size: .87rem; }
.hero-note p { margin: 0; }
.note-icon { color: var(--violet); font-size: 1.2rem; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .25; }
.hero-glow-one { width: 420px; height: 420px; top: -220px; right: 9%; background: var(--pink); }
.hero-glow-two { width: 300px; height: 300px; bottom: -190px; left: 36%; background: var(--blue); }

.hero-visual { position: relative; min-height: 500px; }
.solution-carousel { display:grid;place-items:center;overflow:visible; }
.solution-carousel::before{content:"";position:absolute;width:84%;aspect-ratio:1;border-radius:50%;background:linear-gradient(135deg,rgba(19,158,240,.15),rgba(128,39,239,.13),rgba(241,38,142,.16));filter:blur(2px)}
.solution-phone{position:relative;width:min(290px,66%);height:550px;overflow:hidden;background:#fff;border:7px solid #111116;border-radius:34px;box-shadow:0 34px 75px rgba(23,19,36,.25);transform:rotate(1deg)}
.solution-phone::before{content:"";position:absolute;z-index:6;top:9px;left:50%;width:66px;height:6px;transform:translateX(-50%);background:rgba(17,17,22,.72);border-radius:999px}
.hero-slide { position: absolute; inset: 0; display: block; overflow:hidden; opacity: 0; transition: opacity .55s ease; pointer-events: none; }
.hero-slide.active { opacity: 1; pointer-events: auto; }.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.tarjeta-slide img{object-position:center 7%}
.tienda-slide img{object-position:top center}
.hero-slide::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.78)); }
.hero-slide > span { position: absolute; z-index: 2; left: 24px; bottom: 22px; display: grid; color: white; }.hero-slide small { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }.hero-slide strong { font: 700 1.5rem "Outfit"; }
.carousel-arrow { position: absolute; z-index: 7; top: 50%; width: 48px; height: 48px; padding:0; border:0; background:transparent; border-radius:50%; box-shadow:0 10px 28px rgba(17,17,22,.2); transform:translateY(-50%); cursor:pointer; }.carousel-arrow img{width:100%;height:100%;display:block}.carousel-arrow.prev { left: 3%; }.carousel-arrow.prev img{transform:rotate(180deg)}.carousel-arrow.next { right: 3%; }
.carousel-dots { position: absolute; z-index: 7; left:50%;bottom:-6px;display:flex;gap:8px;transform:translateX(-50%); }.carousel-dots button { width: 10px; height: 10px; padding: 0; border: 0; background: #c8c5ce; border-radius: 50%; cursor: pointer; }.carousel-dots button.active { width: 28px; background:linear-gradient(90deg,var(--blue),var(--violet),var(--pink));border-radius:8px; }
.browser-card { position: absolute; top: 38px; left: 0; width: 94%; overflow: hidden; background: white; border: 1px solid rgba(20,20,30,.08); border-radius: 24px; box-shadow: var(--shadow); transform: rotate(2deg); }
.browser-top { height: 45px; display: flex; align-items: center; gap: 6px; padding: 0 14px; color: #8b8b94; background: #f0eff2; font-size: .68rem; }
.browser-top i { width: 8px; height: 8px; background: #ccc; border-radius: 50%; }
.browser-top i:first-child { background: #ff6a6a; }.browser-top i:nth-child(2) { background: #ffc543; }.browser-top i:nth-child(3) { background: #6cd37c; }
.browser-top span { width: 54%; margin-left: 12px; padding: 4px 10px; text-align: center; background: white; border-radius: 8px; }
.browser-content { min-height: 350px; padding: 42px 40px; background: linear-gradient(140deg, #fff 25%, #f7f0ff 100%); }
.mini-brand { display: flex; align-items: center; gap: 8px; }.mini-brand b { width: 22px; height: 22px; background: linear-gradient(135deg, var(--blue), var(--pink)); border-radius: 50%; }.mini-brand span { width: 65px; height: 8px; background: #26262c; border-radius: 5px; }
.mini-title { width: 68%; height: 45px; margin-top: 50px; background: #1c1c22; border-radius: 8px; }
.mini-text { width: 51%; height: 10px; margin-top: 18px; background: #cac8cf; border-radius: 8px; }
.mini-button { width: 112px; height: 32px; margin-top: 25px; background: var(--pink); border-radius: 30px; }
.mini-cards { display: flex; gap: 12px; margin-top: 40px; }.mini-cards i { width: 28%; height: 64px; background: white; border: 1px solid #e8e5ec; border-radius: 10px; box-shadow: 0 8px 20px rgba(42,28,63,.08); }
.phone-card { position: absolute; z-index: 3; right: -10px; bottom: 5px; width: 174px; min-height: 340px; padding: 28px 18px 18px; text-align: center; background: #111116; color: white; border: 5px solid #29282e; border-radius: 28px; box-shadow: 0 28px 50px rgba(17,17,22,.25); transform: rotate(-5deg); }
.phone-speaker { position: absolute; top: 10px; left: 50%; width: 42px; height: 4px; transform: translateX(-50%); background: #47464e; border-radius: 5px; }
.phone-logo { width: 48px; height: 48px; display: grid; place-items: center; margin: 12px auto; background: linear-gradient(135deg, var(--blue), var(--violet), var(--pink), var(--yellow)); border-radius: 16px; font: 800 1.8rem "Outfit"; }
.phone-card b, .phone-card small { display: block; }.phone-card small { margin-bottom: 17px; color: #aaa; }
.phone-card span { display: block; margin-top: 9px; padding: 8px; color: #222; background: white; border-radius: 9px; font-size: .7rem; font-weight: 800; }
.floating-pill { position: absolute; z-index: 4; padding: 10px 14px; background: white; border: 1px solid #eee; border-radius: 999px; box-shadow: 0 12px 30px rgba(21,20,28,.13); font-size: .72rem; font-weight: 800; }
.pill-one { top: 8px; right: -5px; }.pill-two { bottom: 28px; left: -20px; }

.trust-strip { background: #111116; color: white; }
.trust-grid { min-height: 100px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid p { display: flex; align-items: center; gap: 18px; margin: 0; padding: 16px 28px; border-right: 1px solid #303037; font-size: 1.02rem; line-height: 1.3; }
.trust-grid p:first-child { padding-left: 0; }.trust-grid p:last-child { border: 0; }
.trust-grid span { min-width: 40px; color: var(--yellow); font: 800 1.75rem/1 "Outfit", sans-serif; letter-spacing: -.04em; }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-heading h2, .steps-copy h2, .about-copy h2 { font-size: clamp(2.4rem, 4.4vw, 4.25rem); }
.section-heading > p { margin: 0; color: var(--muted); }
.solution-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.solution-grid > .solution-card { grid-column: span 3; }
.solution-grid > .solution-card:nth-child(n+5) { grid-column: span 4; }
.solution-card { min-height: 430px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: .25s ease; }
.solution-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(35,31,50,.08); }
.solution-card.featured-card { position: relative; overflow: hidden; background: #16151c; color: white; border-color: #16151c; }
.solution-card.featured-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -50px; bottom: -60px; background: linear-gradient(135deg, var(--blue), var(--violet), var(--pink)); filter: blur(25px); opacity: .55; }
.card-tag { position: absolute; top: 18px; right: 18px; margin: 0; padding: 7px 13px; color: #111116!important; background: var(--yellow); border-radius: 20px; font-size: .72rem!important; font-weight: 800; line-height: 1.2; letter-spacing: .02em; text-transform: uppercase; }
.service-cover { position: relative; height: 150px; display: grid; place-items: center; flex: 0 0 auto; margin: -28px -28px 25px; overflow: hidden; }
.service-cover::after { content: ""; position: absolute; width: 145px; height: 145px; background: rgba(255,255,255,.16); border-radius: 42% 58% 62% 38%; transform: rotate(18deg); }
.service-cover img { position: relative; z-index: 1; width: 72px; height: 72px; padding: 13px; background: rgba(255,255,255,.88); border-radius: 22px; object-fit: contain; box-shadow: 0 12px 30px rgba(28,18,52,.16); }
.cover-express { background: linear-gradient(135deg, #08a8ee, #6850f1 52%, #9525e7); }
.cover-landing { background: linear-gradient(135deg, #ffd129, #ff8a35 48%, #f3268f); }
.cover-site { background: linear-gradient(135deg, #11c9c1, #079bdc 50%, #3159df); }
.cover-pro { background: linear-gradient(135deg, #17141f, #5929c9 52%, #b82adf); }
.cover-catalog { background: linear-gradient(135deg, #6d23e8, #b72ce8); }
.cover-menu { background: linear-gradient(135deg, #ff8c42, #f62b82); }
.cover-shop { background: linear-gradient(135deg, #75bd0a, #11a8a5); }
.solution-card h3 { margin: 0 0 9px; font: 700 1.4rem "Outfit"; }
.solution-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.featured-card > p { color: #c5c4cc; }
.solution-card ul { margin: 17px 0 0; padding: 0; list-style: none; color: #65636d; font-size: .76rem; }
.featured-card ul { color: #d6d5dc; }
.solution-card li::before { content: "✓"; margin-right: 8px; color: var(--yellow); }
.text-link { position: relative; z-index: 2; display: flex; align-items:center; justify-content: space-between; margin-top: auto; padding-top: 24px; color:var(--pink); font-size: 1rem; font-weight: 800; }
.arrow-icon { width: 48px; height: 30px; display: inline-block; background: var(--pink); -webkit-mask: url("../images/right-arrow-7379.svg") center / contain no-repeat; mask: url("../images/right-arrow-7379.svg") center / contain no-repeat; filter: drop-shadow(0 0 1.8px var(--pink)); transition: transform .2s ease; }
.text-link:hover .arrow-icon { transform: translateX(4px); }

.steps-section { position:relative;overflow:hidden;color: white; background: radial-gradient(circle at 10% 25%,rgba(128,39,239,.22),transparent 32%),radial-gradient(circle at 90% 80%,rgba(19,158,240,.14),transparent 30%),#111116; }
.steps-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.steps-copy p:not(.eyebrow) { max-width: 500px; color: #b6b5bd; }.steps-copy .btn { margin-top: 18px; }
.steps-copy h2 em{font-style:normal;color:transparent;background:linear-gradient(100deg,var(--blue),var(--violet),var(--pink),var(--yellow));background-clip:text;-webkit-background-clip:text}.btn-light { color: white; background: linear-gradient(100deg,var(--violet),var(--pink)); box-shadow:0 12px 30px rgba(241,38,142,.2) }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 60px 1fr; gap: 25px; margin-bottom:10px;padding: 22px 20px; border:1px solid #35343c;border-radius:16px;background:rgba(255,255,255,.025); }
.steps-list li:first-child { border-top:1px solid #35343c; }
.steps-list b { color: var(--yellow); font: 800 1.6rem/1 "Outfit", sans-serif; letter-spacing: -.02em; }
.steps-list h3 { margin: 0 0 4px; font: 700 1.3rem "Outfit"; }.steps-list p { margin: 0; color: #a8a7ae; font-size: .88rem; }

.demos { background: #edf8ff; }
.demo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.demo-card { overflow: hidden; background: white; border-radius: 26px; box-shadow: 0 16px 40px rgba(33,29,38,.07); transition: .25s ease; }
.demo-card:hover { transform: translateY(-6px); }
.demo-screen { position: relative; height: 330px; padding: 0; overflow: hidden; background: #ececf2; }
.demo-screen img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; transition: transform .35s ease; }
.demo-card:hover .demo-screen img { transform: scale(1.025); }
.boutique .demo-screen { color: #322a28; background: linear-gradient(135deg, #e9ded5, #faf6f2); }.bakery .demo-screen { color: #6b3f35; background: linear-gradient(135deg, #fff2e7, #f7d0c9); }
.demo-screen > span { font-size: .68rem; font-weight: 800; letter-spacing: .18em; }.demo-screen > h3 { max-width: 260px; margin: 44px 0 24px; font: 800 2.3rem/1.05 "Outfit"; }.demo-screen > i { display: inline-block; padding: 8px 14px; color: white; background: #272122; border-radius: 30px; font-size: .68rem; font-style: normal; }
.demo-products { position: absolute; right: 34px; bottom: 25px; display: flex; align-items: end; gap: 8px; }.demo-products b { display: block; width: 56px; height: 125px; background: #806b5e; border-radius: 30px 30px 8px 8px; transform: rotate(5deg); }.demo-products b:nth-child(2) { height: 165px; background: #d1a894; transform: rotate(-4deg); }.demo-products b:nth-child(3) { height: 105px; background: #57505a; }
.cake-shape { position: absolute; right: 35px; bottom: -20px; width: 210px; height: 210px; display: grid; place-items: center; color: #cb7e73; background: #fff9f2; border: 16px solid #e8a49a; border-radius: 50%; box-shadow: 0 12px 30px rgba(114,58,50,.15); font-size: 4rem; transform: rotate(-8deg); }
.demo-info { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 25px 28px; }.demo-info p { grid-column: 1/-1; margin: 0; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }.demo-info h3 { margin: 0; font: 700 1.4rem "Outfit"; }.demo-info span { color: var(--violet); font-size: .8rem; font-weight: 800; }

.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 72px; align-items: center; }
.about-mark { position: relative; min-height: 0; aspect-ratio: 4 / 3; background: #000; border-radius: 34px; overflow: hidden; }
.about-mark img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-copy > p:not(.eyebrow):not(.about-highlight) { color: var(--muted); font-size: 1.04rem; }
.about-highlight { margin-top: 30px; padding: 20px 22px; background: #f2edff; border-left: 4px solid var(--violet); border-radius: 0 14px 14px 0; font-weight: 800; }

.faq { background: #f7f5ff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-heading { position: sticky; top: 105px; }
.faq-heading h2 { margin-bottom: 18px; font-size: clamp(2.5rem, 4.5vw, 4.25rem); }
.faq-heading h2 em { font-style: normal; color: transparent; background: linear-gradient(100deg,var(--blue),var(--violet),var(--pink),var(--yellow)); background-clip: text; -webkit-background-clip: text; }
.faq-heading > p:not(.eyebrow) { max-width: 430px; color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 0 22px; background: white; border: 1px solid var(--line); border-radius: 17px; }
.faq-list details[open] { border-color: rgba(123,41,239,.32); box-shadow: 0 12px 35px rgba(57,35,102,.07); }
.faq-list summary { position: relative; padding: 21px 40px 21px 0; cursor: pointer; list-style: none; font: 700 1.02rem/1.35 "Outfit", sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ""; position: absolute; top: 50%; right: 2px; width: 28px; height: 28px; background-color: var(--violet); background-image: linear-gradient(white,white),linear-gradient(white,white); background-position: center; background-repeat: no-repeat; background-size: 12px 2px,2px 12px; border-radius: 50%; transform: translateY(-50%); }
.faq-list details[open] summary::after { background-size: 12px 2px,0 0; }
.faq-list details p { margin: -3px 42px 21px 0; color: var(--muted); font-size: .9rem; }

.contact-section { position: relative; padding: 100px 0; overflow: hidden; color: white; background: #000; }
.contact-section::before { content: ""; position: absolute; width: 520px; height: 320px; right: -170px; top: -170px; background: linear-gradient(135deg, var(--blue), var(--violet), var(--pink)); border-radius: 50%; filter: blur(65px); opacity: .38; }
.contact-section .container { position: relative; }
.contact-box { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.contact-box h2 { max-width: 760px; font-size: clamp(2.6rem, 5vw, 4.8rem); }.contact-box p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.82); }
.contact-box h2 em{font-style:normal;color:transparent;background:linear-gradient(100deg,var(--blue),var(--violet),var(--pink),var(--yellow));background-clip:text;-webkit-background-clip:text}.btn-whatsapp { color: white; background: #1fad55; white-space: nowrap; box-shadow:0 12px 32px rgba(31,173,85,.28) }.btn-whatsapp:hover{background:#168d45}

.site-footer { padding: 70px 0 25px; color: #bbb; background: #000; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .9fr; gap: 90px; padding-bottom: 50px; }.footer-grid img { width: 230px; }.footer-grid p { max-width:330px;font-size: .85rem; }.footer-location{margin-top:24px;color:#fff;font-weight:700}.footer-grid nav { display: grid; align-content: start; gap: 12px; color: white; font-size: .88rem; }.footer-grid nav strong{margin-bottom:6px;color:#888;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem}
.footer-bottom { display: flex; justify-content: flex-end; padding-top: 24px; border-top: 1px solid #26262b; font-size: .75rem; text-align:right }.footer-bottom p { margin: 0; }.footer-bottom p a { color: white; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }.footer-bottom div { display: flex; gap: 20px; }

.floating-whatsapp { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 12px; transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.wa-symbol { width: 58px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; background: #22b95b; border: 2px solid white; border-radius: 50%; box-shadow: 0 12px 32px rgba(12,83,39,.35); }
.wa-symbol i { width: 29px; height: 29px; display: block; background: white; -webkit-mask: url("../images/whatsapp.svg") center / contain no-repeat; mask: url("../images/whatsapp.svg") center / contain no-repeat; }
.wa-copy { position: relative; min-width: 190px; display: grid; padding: 11px 17px; color: #34343b; background: white; border: 1px solid #e6e4e1; border-radius: 16px; box-shadow: 0 12px 32px rgba(20,20,28,.15); font-size: .78rem; line-height: 1.3; }
.wa-copy::after { content: ""; position: absolute; right: -7px; top: 50%; width: 13px; height: 13px; background: white; border-top: 1px solid #e6e4e1; border-right: 1px solid #e6e4e1; transform: translateY(-50%) rotate(45deg); }
.wa-copy strong { color: #168d45; font-size: .9rem; }
.cookie-notice { position: fixed; z-index: 60; left: 18px; bottom: 18px; width: min(430px,calc(100% - 36px)); display: none; align-items: center; gap: 16px; padding: 16px 18px; color: white; background: #17171c; border: 1px solid #35353d; border-radius: 16px; box-shadow: 0 15px 45px rgba(0,0,0,.3); }.cookie-notice.show { display: flex; }.cookie-notice p { margin: 0; font-size: .78rem; line-height: 1.45; }.cookie-notice a { text-decoration: underline; }.cookie-notice button { flex: 0 0 auto; padding: 9px 13px; border: 0; background: var(--yellow); border-radius: 999px; font-weight: 800; cursor: pointer; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; overflow: hidden; color: white; background: radial-gradient(circle at 20% 20%,rgba(19,158,240,.22),transparent 32%),radial-gradient(circle at 85% 75%,rgba(241,38,142,.22),transparent 34%),#09090b; text-align: center; }
.error-card { width: min(720px,100%); padding: 58px 42px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 34px; box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.error-card img { width: min(260px,72%); margin: 0 auto 32px; }
.error-code { margin: 0; color: transparent; background: linear-gradient(100deg,var(--blue),var(--violet),var(--pink),var(--yellow)); background-clip: text; -webkit-background-clip: text; font: 800 clamp(5.5rem,18vw,10rem)/.82 "Outfit",sans-serif; }
.error-card h1 { margin: 24px 0 12px; font: 800 clamp(2rem,6vw,3.4rem)/1.05 "Outfit",sans-serif; letter-spacing: -.04em; }
.error-card p { max-width: 540px; margin: 0 auto 30px; color: #c8c6cf; }

@media (max-width: 900px) {
  .hero { padding-top: 70px; }.hero-grid { grid-template-columns: 1fr; gap: 35px; }.hero-visual { width: min(580px, 100%); margin-inline: auto; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }.solution-grid > .solution-card, .solution-grid > .solution-card:nth-child(n+5) { grid-column: auto; }.section-heading { grid-template-columns: 1fr; gap: 20px; }.steps-grid { grid-template-columns: 1fr; gap: 55px; }.about-grid { grid-template-columns: 1fr; gap: 38px; }
  .contact-box { grid-template-columns: 1fr; gap: 25px; }.contact-box .btn { justify-self: start; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 620px); }
  .site-header { height: 58px; }.nav-wrap { min-height: 58px; }.brand { top: 5px; width: 143px; }.menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 58px; left: -14px; right: -14px; display: none; margin-left: 0; padding: 30px 20px 30px; background: #000; flex-direction: column; align-items: stretch; gap: 2px; border-top: 1px solid #2d2d31; }.main-nav.open { display: flex; }.main-nav a { padding: 11px; }.main-nav .nav-cta { margin-top: 10px; text-align: center; }
  .hero { min-height: auto; padding: 62px 0 70px; }.hero-copy h1 { font-size: clamp(2.9rem, 14vw, 4.2rem); }.hero-lead { font-size: 1rem; }.hero-actions { flex-direction: column; }.hero-actions .btn { width: 100%; }.hero-visual { min-height: 530px; }.solution-phone{width:min(270px,72vw);height:510px;border-radius:28px}.carousel-arrow.prev{left:0}.carousel-arrow.next{right:0}.hero-slide>span{left:18px;right:18px;bottom:18px}.hero-slide strong{font-size:1.25rem}
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }.trust-grid p, .trust-grid p:first-child { padding: 13px 0; border-right: 0; border-bottom: 1px solid #303037; }.trust-grid p:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }.section-heading { margin-bottom: 34px; }.section-heading h2, .steps-copy h2, .about-copy h2 { font-size: 2.55rem; }
  .solution-grid, .demo-grid { grid-template-columns: 1fr; }.solution-grid > .solution-card, .solution-grid > .solution-card:nth-child(n+5) { grid-column: auto; }.solution-card, .featured-card { min-height: 0;padding:22px }.service-cover{height:104px;margin:-22px -22px 20px}.service-cover img{width:58px;height:58px;padding:11px}.solution-card h3{font-size:1.28rem}.solution-card p{font-size:.86rem}.solution-card ul{margin-top:12px}.text-link{padding-top:20px}
  .steps-list li { grid-template-columns: 42px 1fr; gap: 12px; }.demo-screen { height: 290px; min-height: 290px; padding: 0; }.demo-screen > h3 { max-width: 200px; font-size: 1.9rem; }.demo-products { right: 20px; }.demo-products b { width: 42px; }.cake-shape { right: -20px; width: 180px; height: 180px; }
  .about { padding-top: 38px; }.about-grid { grid-template-columns: 1fr; gap: 28px; }.about-mark { width: 100%; min-height: 0; aspect-ratio: 16 / 11; }.about-mark img { width: 100%; height: 100%; object-position: center; }
  .faq-grid { grid-template-columns: 1fr; gap: 34px; }.faq-heading { position: static; }.faq-list details { padding: 0 18px; }.faq-list summary { font-size: .96rem; }.faq-list details p { margin-right: 24px; }
  .contact-section { padding: 72px 0; }.contact-box h2 { font-size: 2.8rem; }.contact-box .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }.footer-contact { text-align: left; }.footer-bottom { align-items:flex-end;gap: 12px; }.footer-bottom div { flex-wrap: wrap; }
  .floating-whatsapp { right: 14px; bottom: 14px; gap: 8px; }.wa-copy { min-width: 0; padding: 9px 13px; font-size: .68rem; }.wa-copy strong { font-size: .8rem; }.wa-symbol { width: 50px; height: 50px; }.wa-symbol i { width: 25px; height: 25px; }
  .cookie-notice { bottom: 78px; flex-direction: column; align-items: stretch; }.cookie-notice button { align-self: flex-start; }
  .error-card { padding: 44px 22px; border-radius: 26px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none!important; } }
