/* ACERCA landing: a small, self-contained translation of the visual reference. */
html:has(.landing) {
    scroll-behavior:smooth;
    scroll-padding-top:76px
}
body:has(.landing) {
    margin:0
}

.landing {
    --background:oklch(97.5% .005 285);
    --foreground:oklch(18% .01 285);
    --surface:#fff;
    --secondary:oklch(96% .01 285);
    --muted:oklch(52% .02 285);
    --brand:oklch(55% .24 293);
    --brand-soft:oklch(95% .04 293);
    --border:oklch(92% .008 285);
    --gradient-brand:linear-gradient(100deg,oklch(55% .24 293),oklch(62% .2 275) 45%,oklch(74% .16 230));
    --shadow-soft:0 1px 2px #30204a0f,0 12px 32px -12px #30204a30;
    --shadow-lift:0 2px 4px #30204a12,0 24px 48px -16px #30204a47;
    --shadow-glow:0 20px 60px -20px #7a3cff70;
    background:var(--background);
    color:var(--foreground);
    font:500 1rem/1.6 Manrope,system-ui,sans-serif;
    -webkit-font-smoothing:antialiased
}

.landing * {
    box-sizing:border-box
}
.landing a {
    color:inherit;
    text-decoration:none
}
.landing button {
    font:inherit
}
.landing img,.landing svg {
    display:block
}
.landing h1,.landing h2,.landing h3,.landing p {
    margin:0
}
.landing h1,.landing h2,.landing h3 {
    letter-spacing:-.035em;
    line-height:1.18
}
.landing h1 {
    font-size:clamp(2.8rem,5.2vw,4.7rem);
    font-weight:800
}
.landing h2 {
    font-size:clamp(2rem,3.5vw,2.9rem);
    font-weight:800
}
.landing h3 {
    font-size:1.13rem;
    font-weight:800
}
.landing p {
    color:var(--muted)
}
.landing .container {
    width:min(1152px,calc(100% - 40px));
    margin-inline:auto
}
.landing .section-pad {
    padding:96px 0
}
.landing .section-white {
    background:var(--surface)
}
.landing .ui-icon {
    width:20px;
    height:20px;
    flex:none
}
.landing :focus-visible {
    outline:3px solid #00b4ff;
    outline-offset:4px
}
.landing [hidden] {
    display:none!important
}

.landing .text-gradient-brand {
    background:var(--gradient-brand);
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent
}
.landing .bg-gradient-brand {
    background:var(--gradient-brand)
}
.landing .eyebrow {
    font-size:.85rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.13em
}
.landing .section-heading {
    text-align:center;
    max-width:680px;
    margin:0 auto 48px
}
.landing .section-heading h2 {
    margin-top:12px
}
.landing .section-heading>p:last-child:not(.eyebrow) {
    margin-top:16px;
    font-size:1.05rem
}
.landing .grid {
    display:grid;
    gap:20px
}
.landing .three {
    grid-template-columns:repeat(3,minmax(0,1fr))
}
.landing .four {
    grid-template-columns:repeat(4,minmax(0,1fr))
}
.landing .split-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:64px;
    align-items:center
}
.landing .split-grid h2 {
    margin:14px 0 20px
}
.landing .lead {
    font-size:1.1rem;
    max-width:550px
}
.landing .card-soft {
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:24px;
    box-shadow:var(--shadow-soft);
    padding:26px;
    transition:transform .22s,box-shadow .22s
}
.landing .card-soft:hover {
    transform:translateY(-4px);
    box-shadow:var(--shadow-lift)
}
.landing .icon-tile {
    width:50px;
    height:50px;
    display:grid;
    place-items:center;
    border-radius:15px;
    background:var(--brand-soft);
    color:var(--brand)
}
.landing .icon-tile .ui-icon {
    width:25px;
    height:25px
}
.landing .btn-brand,.landing .btn-ghost,.landing .btn-white,.landing .btn-outline {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:48px;
    padding:12px 24px;
    border-radius:999px;
    font-size:.97rem;
    font-weight:800;
    line-height:1.25;
    transition:transform .2s,filter .2s,background .2s
}
.landing .btn-brand {
    background:var(--gradient-brand);
    color:#fff;
    box-shadow:var(--shadow-glow)
}
.landing .btn-ghost {
    background:var(--surface);
    border:1px solid var(--border);
    box-shadow:var(--shadow-soft)
}
.landing .btn-brand:hover,.landing .btn-white:hover,.landing .btn-outline:hover {
    transform:translateY(-2px);
    filter:brightness(1.05)
}
.landing .btn-ghost:hover {
    background:var(--secondary);
    transform:translateY(-2px)
}
.landing .chip {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 15px;
    border-radius:999px;
    background:var(--surface);
    border:1px solid var(--border);
    box-shadow:var(--shadow-soft);
    font-size:.86rem;
    font-weight:700
}
.landing .chip-dot {
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--brand)
}

.landing .site-header {
    position:sticky;
    top:0;
    z-index:20;
    background:#fffffff0;
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--border)
}
.landing .header-inner {
    display:flex;
    align-items:center;
    gap:25px;
    min-height:76px
}
.landing .brand {
    display:inline-flex;
    align-items:center;
    flex:none
}
.landing .brand img {
    width:142px;
    height:auto;
    max-height:48px;
    object-fit:contain
}
.landing .desktop-nav {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
    margin-left:auto;
    font-size:.85rem;
    font-weight:700
}
.landing .desktop-nav a:hover,.landing .site-footer nav a:hover {
    color:var(--brand)
}
.landing .header-cta {
    font-size:.82rem;
    padding-inline:16px;
    min-height:42px;
    box-shadow:none
}
.landing .header-cta .ui-icon {
    width:16px
}
.landing .menu-toggle {
    display:none;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    margin-left:auto;
    border:1px solid var(--border);
    border-radius:12px;
    background:#fff;
    cursor:pointer
}
.landing .mobile-menu {
    display:none
}

.landing .hero {
    overflow:hidden;
    padding-top:80px;
    padding-bottom:90px;
    background:radial-gradient(circle at 83% 39%,#e8dcff 0,transparent 32%),radial-gradient(circle at 91% 72%,#dff5ff 0,transparent 26%),var(--background)
}
.landing .hero-grid {
    display:grid;
    grid-template-columns:1.13fr .87fr;
    align-items:center;
    gap:40px;
    min-height:590px
}
.landing .hero h1 {
    margin:23px 0
}
.landing .hero-copy>p {
    max-width:590px;
    font-size:1.1rem;
    margin-bottom:12px
}
.landing .hero-actions {
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:32px
}
.landing .hero-visual {
    position:relative;
    display:grid;
    place-items:center;
    min-height:570px
}
.landing .hero-orbit {
    position:absolute;
    border-radius:50%;
    border:1px solid #bca4f147
}
.landing .orbit-one {
    width:480px;
    height:480px
}
.landing .orbit-two {
    width:370px;
    height:370px;
    background:#e9e0ff55
}
.landing .phone {
    position:relative;
    width:278px;
    min-height:530px;
    background:#fff;
    border:8px solid #272235;
    border-radius:42px;
    box-shadow:0 24px 60px #2f245340;
    overflow:hidden;
    transform:rotate(4deg)
}
.landing .phone-speaker {
    position:absolute;
    z-index:1;
    top:10px;
    left:50%;
    transform:translateX(-50%);
    width:78px;
    height:18px;
    background:#272235;
    border-radius:12px
}
.landing .phone-cover {
    height:142px;
    display:grid;
    place-items:center;
    color:#fff;
    font-size:4rem;
    background:linear-gradient(135deg,#7540d5,#be8c69 65%,#f0cd9e)
}
.landing .phone-body {
    padding:0 18px 24px;
    display:flex;
    flex-direction:column;
    align-items:center
}
.landing .phone-avatar {
    width:62px;
    height:62px;
    display:grid;
    place-items:center;
    margin-top:-31px;
    border:4px solid white;
    border-radius:50%;
    background:#f7e6cf;
    font-size:1.7rem
}
.landing .phone-body strong {
    margin-top:10px;
    font-size:1.05rem
}
.landing .phone-body small {
    margin:3px 0 18px;
    color:var(--muted);
    font-size:.75rem
}
.landing .phone-link {
    display:flex;
    align-items:center;
    gap:9px;
    width:100%;
    min-height:43px;
    margin-bottom:9px;
    padding:9px 11px;
    border:1px solid var(--border);
    border-radius:11px;
    background:#fff;
    font-size:.75rem;
    font-weight:800
}
.landing .phone-link .ui-icon {
    width:16px;
    height:16px;
    color:var(--brand)
}
.landing .phone-link .ui-icon:last-child {
    margin-left:auto;
    color:var(--muted);
    width:13px
}
.landing .float-chip {
    position:absolute;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    border-radius:13px;
    background:#fff;
    box-shadow:var(--shadow-lift);
    font-size:.78rem;
    font-weight:800
}
.landing .float-chip .ui-icon {
    width:17px;
    color:var(--brand)
}
.landing .float-nfc {
    left:4%;
    top:24%
}
.landing .float-qr {
    right:-1%;
    bottom:24%
}

.landing .step-card {
    position:relative;
    min-height:230px
}
.landing .step-number {
    position:absolute;
    right:25px;
    top:22px;
    color:#d8c8f7;
    font-size:2rem;
    font-weight:800
}
.landing .step-card h3,.landing .solution-card h3 {
    margin:24px 0 9px
}
.landing .step-card p,.landing .solution-card p {
    font-size:.92rem
}
.landing .solution-card {
    min-height:198px
}
.landing .demo-card {
    position:relative;
    min-height:185px
}
.landing .demo-card h3 {
    margin-top:19px
}
.landing .demo-card>p {
    margin-top:4px
}
.landing .demo-card>.ui-icon {
    position:absolute;
    right:24px;
    bottom:25px;
    color:var(--brand)
}
.landing .center-action {
    text-align:center;
    margin-top:32px
}
.landing .flow {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-top:32px
}
.landing .flow span {
    padding:9px 13px;
    border-radius:999px;
    background:#fff;
    border:1px solid var(--border);
    font-size:.8rem;
    font-weight:800
}
.landing .flow .ui-icon {
    color:var(--brand);
    width:15px
}
.landing .destination-card {
    max-width:430px;
    margin-inline:auto;
    width:100%
}
.landing .destination-row {
    display:flex;
    align-items:center;
    gap:20px;
    padding:17px;
    margin-bottom:12px;
    border:1px solid var(--border);
    border-radius:15px
}
.landing .destination-row span {
    color:var(--muted);
    font-size:.8rem;
    font-weight:700;
    width:60px
}
.landing .destination-row strong {
    flex:1
}
.landing .destination-row .ui-icon {
    color:var(--brand)
}
.landing .destination-card>p {
    text-align:center;
    font-size:.83rem;
    padding-top:8px
}
.landing .benefit {
    display:flex;
    align-items:flex-start;
    gap:16px;
    padding:15px 0
}
.landing .benefit h3 {
    margin:2px 0 5px
}
.landing .benefit p {
    font-size:.92rem
}
.landing .audience-list {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px
}
.landing .audience-list .chip {
    padding:12px 20px;
    font-size:1rem
}

.landing .booking-card {
    max-width:390px;
    width:100%;
    margin:auto
}
.landing .booking-card .eyebrow {
    color:var(--muted);
    margin-bottom:16px
}
.landing .booking-field {
    padding:12px 14px;
    margin-bottom:10px;
    border:1px solid var(--border);
    border-radius:13px
}
.landing .booking-field small,.landing .booking-field strong {
    display:block
}
.landing .booking-field small,.landing .booking-card>small {
    color:var(--muted);
    font-size:.7rem;
    font-weight:800;
    text-transform:uppercase
}
.landing .booking-field strong {
    margin-top:3px
}
.landing .booking-options {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:7px;
    margin:8px 0 15px
}
.landing .booking-options span {
    padding:8px 2px;
    border:1px solid var(--border);
    border-radius:9px;
    text-align:center;
    font-size:.7rem;
    font-weight:800
}
.landing .booking-options .selected {
    color:#fff;
    border-color:transparent;
    background:var(--gradient-brand)
}
.landing .booking-confirm {
    display:flex;
    margin-top:17px;
    box-shadow:none;
    cursor:default
}
.landing .analytics-grid {
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:20px
}
.landing .metrics {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:13px
}
.landing .metrics>div {
    padding:17px;
    background:var(--background);
    border-radius:13px
}
.landing .metrics small,.landing .metrics strong {
    display:block
}
.landing .metrics small {
    font-size:.7rem;
    font-weight:800;
    text-transform:uppercase;
    color:var(--muted)
}
.landing .metrics strong {
    font-size:1.6rem;
    line-height:1.35
}
.landing .bars {
    height:113px;
    display:flex;
    align-items:flex-end;
    gap:9px;
    padding:16px;
    margin-top:14px;
    border-radius:13px;
    background:var(--background)
}
.landing .bars span {
    flex:1;
    min-height:5px;
    border-radius:6px 6px 0 0;
    background:var(--gradient-brand);
    opacity:.85
}
.landing .recent-card h3 {
    margin-bottom:12px
}
.landing .recent-card p {
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:10px 0;
    font-size:.83rem
}
.landing .recent-card p strong {
    font-weight:700;
    color:var(--foreground)
}
.landing .recent-card small {
    white-space:nowrap;
    color:var(--muted)
}
.landing .growth-path {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:11px
}
.landing .growth-path>.ui-icon {
    width:17px;
    color:var(--muted)
}
.landing .growth-pill {
    border-radius:999px;
    border:1px solid var(--border);
    padding:10px 17px;
    background:#fff;
    font-size:.86rem;
    font-weight:800
}
.landing .growth-pill.first {
    border:0;
    background:var(--gradient-brand);
    color:#fff
}
.landing .final-cta {
    padding:74px 40px;
    border-radius:32px;
    text-align:center;
    color:#fff;
    box-shadow:var(--shadow-glow)
}
.landing .final-cta h2 {
    max-width:760px;
    margin:auto;
    font-size:clamp(2rem,4vw,3.4rem)
}
.landing .final-cta p {
    max-width:630px;
    margin:20px auto 0;
    color:#fffc;
    font-size:1.08rem
}
.landing .cta-actions {
    display:flex;
    justify-content:center;
    gap:13px;
    margin-top:34px
}
.landing .btn-white {
    background:#fff;
    color:var(--brand)
}
.landing .btn-outline {
    border:1px solid #fffa;
    color:#fff
}
.landing .site-footer {
    background:#fff;
    border-top:1px solid var(--border)
}
.landing .footer-main {
    display:flex;
    justify-content:space-between;
    gap:40px;
    padding-top:48px;
    padding-bottom:45px
}
.landing .footer-main p {
    margin-top:12px;
    font-size:.87rem
}
.landing .footer-main .location {
    display:flex;
    align-items:center;
    gap:7px;
    color:var(--foreground);
    font-weight:700
}
.landing .location .ui-icon {
    width:16px;
    color:var(--brand)
}
.landing .site-footer nav {
    display:grid;
    grid-template-columns:repeat(3,auto);
    align-content:start;
    gap:12px 24px;
    font-size:.87rem;
    font-weight:700
}
.landing .site-footer nav a {
    color:var(--muted)
}
.landing .copyright {
    border-top:1px solid var(--border);
    padding:20px;
    text-align:center;
    font-size:.75rem;
    color:var(--muted)
}

@keyframes rise {
    from {
    opacity:0;
    transform:translateY(20px)
}
to {
    opacity:1;
    transform:translateY(0)
}

}
.landing .rise {
    animation:rise .7s both
}
.landing .hero-visual.rise {
    animation-delay:.12s
}

@media(max-width:1100px) {
    .landing .desktop-nav {
    gap:12px
}
.landing .header-cta {
    display:none
}
.landing .float-nfc {
    left:-4%
}
.landing .float-qr {
    right:-4%
}

}

@media(max-width:960px) {
    .landing .desktop-nav {
    display:none
}
.landing .menu-toggle {
    display:inline-flex
}
.landing .mobile-menu:not([hidden]) {
    display:grid;
    gap:0;
    padding:5px 20px 20px;
    background:#fff;
    border-top:1px solid var(--border)
}
.landing .mobile-menu a {
    padding:12px 8px;
    font-weight:700
}
.landing .hero-grid {
    grid-template-columns:1fr;
    gap:10px
}
.landing .hero-copy {
    text-align:center;
    max-width:750px;
    margin:auto
}
.landing .hero-actions {
    justify-content:center
}
.landing .hero-visual {
    min-height:540px
}
.landing .three {
    grid-template-columns:repeat(2,minmax(0,1fr))
}
.landing .four {
    grid-template-columns:repeat(2,minmax(0,1fr))
}
.landing .split-grid {
    gap:35px
}
.landing .analytics-grid {
    grid-template-columns:1fr
}

}

@media(max-width:640px) {
    .landing .container {
    width:min(100% - 36px,1152px)
}
.landing .section-pad {
    padding:68px 0
}
.landing .header-inner {
    min-height:65px
}
.landing .brand img {
    width:122px
}
.landing .hero {
    padding-top:64px
}
.landing .hero h1 {
    font-size:clamp(2.45rem,10vw,3.7rem)
}
.landing .hero-copy>p {
    font-size:1rem
}
.landing .hero-actions,.landing .cta-actions {
    flex-direction:column;
    align-items:stretch
}
.landing .hero-actions a,.landing .cta-actions a {
    width:100%
}
.landing .hero-visual {
    min-height:510px
}
.landing .phone {
    transform:rotate(3deg) scale(.9)
}
.landing .float-nfc {
    left:0;
    top:22%
}
.landing .float-qr {
    right:0;
    bottom:18%
}
.landing .section-heading {
    margin-bottom:35px
}
.landing .three,.landing .four,.landing .split-grid {
    grid-template-columns:1fr
}
.landing .grid {
    gap:15px
}
.landing .step-card,.landing .solution-card {
    min-height:unset
}
.landing .demo-card {
    min-height:160px
}
.landing .split-grid {
    gap:32px
}
.landing .booking-card,.landing .destination-card {
    max-width:none
}
.landing .flow {
    gap:7px
}
.landing .flow span {
    font-size:.68rem;
    padding:7px 9px
}
.landing .flow .ui-icon {
    width:12px
}
.landing .benefits-grid {
    gap:8px
}
.landing .analytics-overview,.landing .recent-card {
    padding:18px
}
.landing .growth-path {
    gap:8px
}
.landing .growth-pill {
    font-size:.72rem;
    padding:8px 12px
}
.landing .final-cta {
    padding:52px 22px;
    border-radius:25px
}
.landing .footer-main {
    flex-direction:column;
    padding-top:38px;
    padding-bottom:36px
}
.landing .site-footer nav {
    grid-template-columns:repeat(2,1fr)
}

}

@media(prefers-reduced-motion:reduce) {
    .landing *, .landing *::before, .landing *::after {
    animation-duration:.01ms!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important
}
}

/* Public contact form */
.landing .contact-card{max-width:850px;margin:36px auto 0;padding:clamp(22px,4vw,42px);scroll-margin-top:100px}
.landing .contact-card:hover{transform:none;box-shadow:var(--shadow-soft)}
.landing .contact-intro{margin-bottom:25px}.landing .contact-intro h3{font-size:clamp(1.5rem,3vw,2rem);margin:8px 0}.landing .contact-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 22px}.landing .contact-field.full{grid-column:1/-1}.landing .contact-field label{display:block;font-size:.85rem;font-weight:800;margin-bottom:7px}.landing .contact-field label span,.landing .contact-consent label span{color:#6e35dd}
.landing .contact-field input,.landing .contact-field select,.landing .contact-field textarea{display:block;width:100%;min-height:48px;border:1px solid #d7d3df;border-radius:12px;background:#fff;color:var(--foreground);font:inherit;padding:11px 13px;outline:none;transition:border-color .2s,box-shadow .2s}.landing .contact-field textarea{min-height:112px;resize:vertical}.landing .contact-field input:focus,.landing .contact-field select:focus,.landing .contact-field textarea:focus{border-color:#7a3cff;box-shadow:0 0 0 3px #7a3cff20}.landing .contact-field [aria-invalid=true]{border-color:#c92f48}.landing .field-error{display:block;color:#a72239;font-size:.78rem;font-weight:700;margin-top:5px}.landing .contact-consent{display:flex;align-items:flex-start;gap:12px;margin:23px 0}.landing .contact-consent input{width:20px;height:20px;margin:1px 0 0;flex:none;accent-color:#7a3cff}.landing .contact-consent label{font-size:.85rem;line-height:1.5;font-weight:700;cursor:pointer}.landing .contact-submit{border:0;cursor:pointer}.landing .contact-success,.landing .contact-error-summary{padding:14px 17px;border-radius:12px;margin-bottom:23px;font-weight:700}.landing .contact-success{background:#e9f8ee;border:1px solid #addfc0;color:#176b39}.landing .contact-error-summary{background:#fff0f1;border:1px solid #f3b6c0;color:#982a3d}.landing .contact-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
@media(max-width:640px){.landing .contact-fields{grid-template-columns:1fr;gap:17px}.landing .contact-submit{width:100%}}

