/* Isolated styles for the public LetX landing page. */
:root{--ink:#082d65;--muted:#5e708a;--paper:#ffffff;--line:#dce6f5;--lime:#ffffff;--blue:#1259c3;--radius:18px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.65}
a{color:inherit;text-decoration:none}
button,a,summary{-webkit-tap-highlight-color:transparent}
a:focus-visible,summary:focus-visible{outline:3px solid #1675c1;outline-offset:6px}
img{max-width:100%}
h1,h2,h3,p{margin:0}
h1,h2,h3{line-height:1.12;font-weight:650;letter-spacing:-.045em}
h2{font-size:clamp(30px,3.5vw,45px)}
h3{letter-spacing:-.025em}
.container{width:min(1200px,calc(100% - 80px));margin-inline:auto}
.icon{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.icon-library{position:absolute;width:0;height:0;overflow:hidden}
.skip-link{position:fixed;top:-100px;left:20px;padding:12px 20px;background:var(--ink);color:white;z-index:100}
.skip-link:focus{top:10px}
.eyebrow{font-size:11px;font-weight:750;letter-spacing:.16em;display:flex;align-items:center;gap:9px;margin-bottom:23px}
.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#60bdff;box-shadow:0 0 0 4px #e2efff;flex-shrink:0}
.serif-accent{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:400;letter-spacing:-.055em}
.muted-heading{color:#1761ca}
.button{min-height:54px;padding:14px 23px;display:inline-flex;align-items:center;justify-content:center;gap:18px;font-size:14px;font-weight:600;border:1px solid transparent;border-radius:7px;line-height:1.4;transition:background .2s,transform .2s,box-shadow .2s}
.button:hover{transform:translateY(-2px);box-shadow:0 7px 20px #082d6515}
.button-dark{background:var(--ink);color:white}
.button-dark:hover{background:#105cd0}
.button-lime{background:var(--lime);color:var(--ink)}
.button-lime:hover{background:#e8f2ff}
.button-small{min-height:43px;padding:10px 17px;font-size:12px;gap:12px}
.button .icon{width:19px;height:19px}
.text-link{display:inline-flex;gap:13px;align-items:center;font-weight:600;font-size:13px}
.text-link:hover{color:var(--blue)}

/* Header and existing logo framing */
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:91px;gap:25px}
.brand{display:inline-flex;flex-shrink:0}
.wordmark{width:146px;height:49px;display:block;position:relative;overflow:hidden}
.wordmark img{position:absolute;max-width:none;width:185px;height:185px;left:-19px;top:-69px}
.desktop-nav{display:flex;gap:30px;font-size:12px;font-weight:600}
.desktop-nav a:hover,.site-footer nav a:hover{color:var(--blue)}
.header-actions{display:flex;align-items:center;gap:25px}
.sign-in{font-size:13px;font-weight:600;white-space:nowrap}
.sign-in span{padding-left:5px}

/* Hero and illustrative dashboard, deliberately separate from actual ERP data */
.hero{display:grid;grid-template-columns:1fr 1.04fr;gap:55px;padding-top:87px;padding-bottom:71px;align-items:center;min-height:660px}
.hero h1{font-size:clamp(45px,4.9vw,65px);line-height:1.06;letter-spacing:-.055em}
.hero h1 .serif-accent{color:#77c6ff}
.hero-description{color:var(--muted);font-size:16px;line-height:1.9;max-width:438px;margin-top:25px}
.hero-actions{display:flex;align-items:center;gap:25px;margin-top:30px}
.hero-benefits{display:flex;gap:20px;margin-top:26px;color:#677d9a;font-size:11px}
.hero-benefits span{display:flex;align-items:center;gap:5px}
.hero-benefits .icon{width:14px;height:14px;stroke-width:2}
.hero-visual{position:relative;padding:15px 0 33px;min-width:0;isolation:isolate}
.visual-orbit{position:absolute;inset:-17px -16px 12px;border-radius:50%;background:radial-gradient(ellipse,#d7e9ff 0%,#e9f2ff 55%,transparent 70%);z-index:-1}
.dashboard{display:flex;position:relative;transform:rotate(-2deg);background:white;border:1px solid #d6e3f4;border-radius:13px;box-shadow:0 25px 55px #23372713,0 5px 10px #23372704;overflow:hidden;font-size:11px}
.preview-sidebar{width:58px;flex-shrink:0;background:#eff5ff;border-right:1px solid #dce6f5;display:flex;align-items:center;flex-direction:column;padding:19px 0;gap:24px;color:#7a8eaa}
.preview-sidebar>img{width:27px;height:27px;object-fit:contain;margin-bottom:7px}
.preview-sidebar .icon{width:17px;height:17px}
.sidebar-selected{display:flex;border-radius:7px;padding:10px;background:#d7e9ff;color:#0b56bc}
.sidebar-bottom{margin-top:auto;display:flex}
.preview-main{flex:1;min-width:0;padding:19px 21px 21px}
.preview-top{display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:750;padding-bottom:19px;border-bottom:1px solid #e3ebf7}
.preview-erp{font-weight:400;font-size:9px;margin-left:5px;color:#6c7f9a}
.preview-avatar{font-size:9px;width:26px;height:26px;border-radius:50%;background:#e7f1ff;display:grid;place-items:center}
.preview-heading{display:flex;justify-content:space-between;align-items:center;margin-top:20px;gap:5px}
.preview-muted{font-size:7px;letter-spacing:.12em;color:#7186a1}
.preview-heading h2{font-size:20px;margin-top:6px;letter-spacing:-.04em}
.preview-period{font-size:8px;border:1px solid #dfe8f5;border-radius:5px;padding:5px 7px;white-space:nowrap}
.metric-row{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:20px}
.metric-row>div{border:1px solid #dce6f4;border-radius:7px;padding:12px;background:#f1f7ff}
.metric-row>div+div{background:#fff}
.metric-row span{display:block;font-size:9px;color:#617694}
.metric-row strong{display:block;font-size:22px;line-height:1.8;letter-spacing:-.035em}
.metric-row small{font-size:7px;color:#2864ad}
.chart-card{margin-top:18px}
.chart-heading{display:flex;justify-content:space-between;align-items:center;font-size:10px}
.chart-heading>span{font-size:8px;color:#617a9a}
.chart-heading i{display:inline-block;width:6px;height:6px;background:#408cef;border-radius:2px;margin-right:5px}
.chart-area{display:flex;height:112px;margin-top:18px;gap:13px}
.chart-labels{display:flex;flex-direction:column;justify-content:space-between;font-size:7px;color:#8294ae}
.bars{display:flex;align-items:end;justify-content:space-around;gap:13px;flex:1;background:repeating-linear-gradient(to top,#e4edf9 0px,#e4edf9 1px,transparent 1px,transparent 36px)}
.bars span{height:var(--bar);width:27px;background:#aecfff;border-radius:4px 4px 0 0}
.bars span:nth-child(2n){background:#5293f1}
.bars span:nth-child(6){background:#1258c5}
.chart-days{display:flex;justify-content:space-around;margin-left:27px;margin-top:7px;font-size:7px;color:#7e91ad}
.preview-activity{display:flex;align-items:center;gap:10px;margin-top:21px;padding-top:14px;border-top:1px solid #e3ebf7}
.activity-icon{background:#e9f2ff;border-radius:6px;padding:7px;display:flex}
.activity-icon .icon{width:17px;height:17px}
.preview-activity strong{display:block;font-size:9px}
.preview-activity div>span{font-size:7px;color:#7186a1}
.activity-check{width:15px;height:15px;margin-left:auto;color:#2d70cb}
.floating-note{position:absolute;right:-13px;bottom:15px;display:flex;align-items:center;gap:12px;background:white;border:1px solid #d9e5f7;border-radius:10px;padding:14px 19px;box-shadow:0 12px 28px #1d382719;transform:rotate(2deg)}
.note-check{width:34px;height:34px;border-radius:50%;background:#e2efff;color:#1b61bf;display:grid;place-items:center}
.note-check .icon{width:19px;height:19px}
.floating-note strong{display:block;font-size:12px}
.floating-note div>span{font-size:9px;color:#637c9f}
.preview-caption{position:absolute;bottom:-17px;left:8px;right:0;font-size:9px;color:#657e9e;text-align:center}

/* Product features */
.business-strip{border-block:1px solid var(--line);background:#eef5ff}
.strip-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:27px}
.strip-inner p{font-size:8px;letter-spacing:.12em;line-height:1.9;color:#5b779d}
.strip-inner strong{font-size:12px;letter-spacing:0;font-weight:500;color:var(--ink)}
.strip-inner>span{font-size:15px;font-weight:600;color:#416489;letter-spacing:-.015em}
.section{padding-block:100px}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:45px;margin-bottom:42px}
.section-heading .eyebrow{margin-bottom:17px}
.section-heading>p{max-width:355px;font-size:14px;color:var(--muted);line-height:1.85;padding-bottom:4px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{position:relative;padding:29px 27px 25px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:border-color .2s,transform .2s}
.feature-card:hover{border-color:#6fa8f1;transform:translateY(-3px)}
.feature-icon{width:45px;height:45px;display:grid;place-items:center;background:#eaf3ff;border-radius:11px;color:#125cc5}
.feature-number{position:absolute;right:27px;top:35px;font-size:10px;letter-spacing:.1em;color:#6c84a4}
.feature-card h3{font-size:20px;margin-top:25px}
.feature-card p{font-size:13px;line-height:1.85;color:var(--muted);margin-top:12px}
.feature-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:22px}
.feature-tags span{font-size:9px;background:#f1f6ff;color:#416ca3;border:1px solid #dfeafa;border-radius:4px;padding:4px 8px}

/* Workflow and device support */
.workflow-section{background:#f0f6ff;padding-block:73px}
.workflow-heading{display:flex;justify-content:space-between;align-items:end;gap:30px}
.workflow-heading .eyebrow{margin-bottom:17px}
.workflow-heading h2{font-size:36px}
.workflow-heading>p{font-size:13px;color:var(--muted);line-height:1.9}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:43px;margin-top:47px}
.step-number{display:flex;justify-content:space-between;border-top:1px solid #bfd5f3;padding-top:16px;font-size:11px;letter-spacing:.07em;color:#2569c1}
.step-number>span{font-size:18px}
.steps h3{font-size:21px;margin-top:16px}
.steps p{font-size:13px;line-height:1.85;color:var(--muted);margin-top:12px;max-width:300px}
.device-banner{display:flex;align-items:center;gap:19px;padding:24px 27px;background:#ffffff;border-radius:12px;margin-top:44px}
.device-banner>.icon{width:35px;height:35px;color:#2263bd}
.device-banner strong{display:block;font-size:14px;font-weight:600}
.device-banner div>span{display:block;font-size:12px;color:var(--muted);margin-top:2px}
.device-pill{margin-left:auto;font-size:11px;color:#366fa9;border:1px solid #d3e4fa;border-radius:30px;padding:8px 13px}
.device-pill>span{margin-left:10px}

/* Solutions and native accessible FAQ */
.solutions-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.solutions-grid article{padding:38px;border-radius:var(--radius);display:flex;flex-direction:column;align-items:start}
.starter-solution{background:#eaf3ff;border:1px solid #bfd7fa}
.odoo-solution{border:1px solid var(--line);background:#fff}
.solution-label{display:flex;gap:10px;align-items:center;font-size:9px;font-weight:700;letter-spacing:.14em;color:#3c6ea6}
.solutions-grid h3{font-size:29px;margin-top:23px}
.solutions-grid p{font-size:14px;line-height:1.85;color:var(--muted);margin-top:16px}
.check-list{list-style:none;padding:0;margin:24px 0 28px}
.check-list li{display:flex;gap:9px;font-size:12px;align-items:start;margin-bottom:11px}
.check-list .icon{width:16px;height:16px;color:#2b73d0;margin-top:3px}
.solutions-grid .text-link{margin-top:auto}
.faq-section{display:grid;grid-template-columns:1fr 1.3fr;gap:90px;padding-bottom:94px}
.faq-section h2{font-size:37px}
.faq-section .eyebrow{margin-bottom:18px}
.faq-section>div>p:last-child{font-size:13px;color:var(--muted);margin-top:21px;line-height:2}
.faq-section a{color:var(--ink);text-decoration:underline;text-underline-offset:4px}
.faq-list details{border-top:1px solid var(--line)}
.faq-list details:last-child{border-bottom:1px solid var(--line)}
.faq-list summary{cursor:pointer;display:flex;justify-content:space-between;gap:20px;align-items:center;list-style:none;padding:21px 0;font-size:14px;font-weight:600;line-height:1.5}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary>span{font-size:23px;font-weight:300;color:#487fb6;transition:transform .2s}
.faq-list details[open] summary>span{transform:rotate(45deg)}
.faq-list details p{font-size:13px;color:var(--muted);line-height:1.85;padding:0 24px 22px 0}

/* Contact and footer */
.contact-card{background:var(--ink);color:#fff;border-radius:22px;padding:59px 64px;display:flex;align-items:center;justify-content:space-between;gap:35px;position:relative;overflow:hidden}
.contact-card:after{content:"";position:absolute;width:450px;height:450px;border:1px solid #ffffff0a;border-radius:50%;right:-185px;top:-150px;box-shadow:0 0 0 50px #ffffff03,0 0 0 100px #ffffff02;pointer-events:none}
.contact-card .eyebrow{color:#b4d7ff;font-size:10px;margin-bottom:20px}
.contact-card h2{font-size:49px}
.contact-card h2 .serif-accent{color:var(--lime)}
.contact-card p:last-child{color:#c0d7f3;font-size:13px;line-height:1.9;margin-top:22px}
.contact-actions{display:flex;align-items:center;flex-direction:column;position:relative;z-index:1}
.contact-actions>span{font-size:11px;margin-top:18px;color:#b9d7f8}
.contact-number{font-size:14px;letter-spacing:.03em;margin-top:5px}
.contact-number:hover{text-decoration:underline}
.site-footer{padding-top:48px}
.footer-main{display:flex;align-items:center;gap:28px;padding-bottom:32px}
.footer-main>p{font-size:11px;color:var(--muted);border-left:1px solid var(--line);padding-left:28px}
.footer-main nav{display:flex;gap:24px;margin-left:auto;font-size:12px;font-weight:500}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:21px 0 26px;font-size:10px;color:#687f9e}

@media(min-width:1500px){
    .hero{padding-top:100px;padding-bottom:90px}
}
@media(max-width:1100px){
    .container{width:calc(100% - 56px)}
    .desktop-nav{gap:20px}
    .header-actions{gap:18px}
    .hero{gap:30px;padding-top:65px;padding-bottom:65px;min-height:610px}
    .hero h1{font-size:53px}
    .hero-description{font-size:15px}
    .hero-actions{gap:17px}
    .hero-actions .button{padding-inline:17px}
    .hero-benefits{gap:12px;font-size:10px}
    .preview-main{padding:16px}
    .preview-sidebar{width:47px}
    .metric-row strong{font-size:19px}
    .preview-heading h2{font-size:18px}
    .preview-period{font-size:7px}
    .floating-note{right:-8px}
    .feature-card{padding:25px 21px}
    .section{padding-block:80px}
    .section-heading>p{max-width:315px}
    .device-pill{display:none}
    .solutions-grid article{padding:30px}
    .faq-section{gap:50px}
    .contact-card{padding:48px}
    .footer-main{gap:20px}
    .footer-main>p{padding-left:20px}
    .footer-main nav{gap:18px}
}
@media(max-width:800px){
    .container{width:calc(100% - 40px)}
    .header-inner{min-height:79px;gap:14px}
    .desktop-nav{display:none}
    .hero{grid-template-columns:1fr;gap:40px;padding-top:54px;padding-bottom:64px}
    .hero-copy{max-width:590px}
    .hero h1{font-size:clamp(49px,8vw,66px)}
    .hero-description{max-width:510px}
    .hero-visual{width:min(540px,calc(100% - 14px));margin-inline:auto}
    .hero-benefits{font-size:11px;gap:22px}
    .preview-main{padding:20px}
    .metric-row strong{font-size:23px}
    .preview-sidebar{width:60px}
    .preview-heading h2{font-size:22px}
    .preview-period{font-size:9px}
    .chart-area{height:130px}
    .strip-inner{flex-wrap:wrap;justify-content:center;gap:14px 30px;padding-block:24px}
    .strip-inner p{width:100%;text-align:center}
    .strip-inner p br{display:none}
    .strip-inner strong{margin-left:9px}
    .strip-inner>span{font-size:13px}
    .section-heading{display:block}
    .section-heading>p{max-width:520px;margin-top:20px}
    .feature-grid{grid-template-columns:repeat(2,1fr)}
    .workflow-heading{display:block}
    .workflow-heading>p{margin-top:20px}
    .steps{gap:25px}
    .steps h3{font-size:19px}
    .solutions-grid{gap:16px}
    .solutions-grid article{padding:26px}
    .solutions-grid h3{font-size:25px}
    .solutions-grid p{font-size:13px}
    .check-list li{font-size:11px}
    .faq-section{grid-template-columns:1fr;gap:30px}
    .contact-card{padding:40px 32px}
    .contact-card h2{font-size:39px}
    .contact-actions .button{font-size:12px;gap:10px;padding-inline:17px}
    .footer-main{flex-wrap:wrap}
    .footer-main nav{width:100%;margin-left:0;justify-content:space-between}
    .footer-main>p{margin-left:auto}
    .footer-bottom{font-size:9px}
}
@media(max-width:520px){
    .container{width:calc(100% - 36px)}
    .header-inner{min-height:76px;gap:8px}
    .wordmark{width:105px;height:38px}
    .wordmark img{width:135px;height:135px;left:-14px;top:-49px}
    .header-actions{gap:14px}
    .sign-in{font-size:11px}
    .sign-in span{display:none}
    .button-small{font-size:10px;min-height:38px;padding:9px 11px;gap:6px}
    .button-small .icon{width:14px;height:14px}
    .hero{padding-top:45px;gap:32px}
    .hero .eyebrow{font-size:9px;margin-bottom:22px}
    .hero h1{font-size:clamp(40px,11.5vw,56px)}
    .hero-description{font-size:14px;margin-top:23px}
    .hero-actions{gap:19px;flex-wrap:wrap;margin-top:25px}
    .hero-actions .button{font-size:12px;min-height:48px}
    .hero-actions .text-link{font-size:11px}
    .hero-benefits{font-size:9px;gap:13px;margin-top:22px}
    .hero-visual{width:calc(100% - 4px)}
    .visual-orbit{inset:-5px -8px}
    .preview-main{padding:13px}
    .preview-sidebar{width:39px;padding-top:14px;gap:20px}
    .preview-sidebar>img{width:21px;height:21px}
    .preview-sidebar .icon{width:14px;height:14px}
    .sidebar-selected{padding:8px}
    .preview-top{font-size:13px;padding-bottom:12px}
    .preview-avatar{width:23px;height:23px;font-size:8px}
    .preview-heading{margin-top:13px}
    .preview-heading h2{font-size:17px}
    .preview-muted{font-size:6px}
    .preview-period{font-size:6px;padding:4px}
    .metric-row{gap:8px;margin-top:15px}
    .metric-row>div{padding:9px}
    .metric-row strong{font-size:17px}
    .metric-row span{font-size:8px}
    .metric-row small{font-size:6px}
    .chart-heading{font-size:9px}
    .chart-area{height:98px;gap:8px}
    .bars{gap:8px}
    .bars span{width:21px}
    .preview-activity{margin-top:15px;gap:7px}
    .preview-activity strong{font-size:8px}
    .preview-activity div>span{font-size:6px}
    .activity-check{display:none}
    .floating-note{padding:10px 13px;gap:9px;right:-2px;bottom:13px}
    .floating-note strong{font-size:10px}
    .floating-note div>span{font-size:8px}
    .note-check{width:28px;height:28px}
    .preview-caption{font-size:8px;bottom:-13px;left:0}
    .strip-inner{gap:12px 20px}
    .strip-inner p{font-size:7px}
    .strip-inner strong{font-size:11px}
    .strip-inner>span{font-size:12px}
    .section{padding-block:64px}
    .eyebrow{font-size:9px}
    .section-heading{margin-bottom:28px}
    .section-heading h2{font-size:34px}
    .section-heading>p{font-size:13px}
    .feature-grid{grid-template-columns:1fr;gap:13px}
    .feature-card{padding:24px}
    .feature-card h3{margin-top:20px;font-size:22px}
    .feature-card p{font-size:13px}
    .feature-tags{margin-top:18px}
    .workflow-section{padding-block:55px}
    .workflow-heading h2{font-size:33px}
    .steps{grid-template-columns:1fr;gap:27px;margin-top:32px}
    .steps p{max-width:none}
    .steps h3{font-size:22px;margin-top:12px}
    .device-banner{padding:20px 17px;gap:14px;margin-top:30px}
    .device-banner strong{font-size:12px;line-height:1.5}
    .device-banner div>span{font-size:10px;margin-top:6px}
    .solutions-grid{grid-template-columns:1fr}
    .solutions-grid article{padding:29px 25px}
    .solutions-grid h3{font-size:28px}
    .check-list li{font-size:12px}
    .faq-section{padding-bottom:60px}
    .faq-section h2{font-size:34px}
    .faq-list summary{font-size:13px}
    .contact-card{padding:38px 26px;display:block}
    .contact-card h2{font-size:43px}
    .contact-card .eyebrow{font-size:8px}
    .contact-card p:last-child{font-size:12px}
    .contact-actions{align-items:start;margin-top:30px}
    .contact-actions .button{min-height:52px;font-size:13px;padding-inline:22px}
    .contact-actions>span{margin-top:14px}
    .contact-number{font-size:13px}
    .site-footer{padding-top:32px}
    .footer-main{gap:12px;padding-bottom:25px}
    .footer-main>p{font-size:9px;padding-left:12px}
    .footer-main nav{font-size:11px;margin-top:12px}
    .footer-bottom{flex-direction:column;gap:6px;font-size:9px}
    .desktop-break{display:none}
}
/* Blue brand refresh: denser product presentation and dedicated sign-in page. */
:root{--ink:#082d65;--blue:#1259c3;--paper:#fff}
.button-dark{background:#1259c3;box-shadow:0 5px 15px #1259c31a}
.header-inner{min-height:82px}
.hero-backdrop{position:relative;background:radial-gradient(ellipse at 85% 20%,#1676d9 0%,transparent 48%),linear-gradient(120deg,#062c69,#074593 64%,#085db1);color:#fff;overflow:hidden}
.hero-backdrop:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(#ffffff04 1px,transparent 1px),linear-gradient(90deg,#ffffff04 1px,transparent 1px);background-size:48px 48px}
.hero{position:relative;min-height:660px;padding-block:52px;gap:55px;grid-template-columns:1fr 1.12fr}
.hero h1{font-size:clamp(46px,4.3vw,62px);line-height:1.04;letter-spacing:-.05em}
.serif-accent{font-family:inherit;font-style:normal;font-weight:700;letter-spacing:-.05em}
.hero h1 .serif-accent{color:#8ed2ff}
.hero .eyebrow{font-size:10px;color:#c6e5ff;background:#ffffff0b;border:1px solid #ffffff24;display:inline-flex;padding:7px 12px;border-radius:30px;margin-bottom:23px}
.hero .status-dot{background:#87d5ff;box-shadow:0 0 0 3px #ffffff10}
.hero-description{font-size:16px;color:#d6e6fb;line-height:1.8;margin-top:23px;max-width:430px}
.hero-actions{margin-top:24px;gap:23px}
.hero-actions .button{background:#fff;color:#08499e;box-shadow:0 8px 24px #001e462b}
.hero-actions .button:hover{background:#e7f4ff}
.hero-actions .text-link:hover{color:#94d4ff}
.hero-benefits{color:#c1daf6;margin-top:20px}
.hero-module-row{display:flex;gap:8px;margin-top:28px;flex-wrap:wrap}
.hero-module-row span{font-size:8px;letter-spacing:.08em;padding:5px 8px;border:1px solid #ffffff2b;border-radius:4px;color:#c5e2ff}
.hero-visual{color:var(--ink);padding-bottom:38px}
.visual-orbit{background:radial-gradient(ellipse,#46a1f266,transparent 68%);inset:-90px}
.dashboard{transform:perspective(1500px) rotateY(-5deg) rotate(-1deg);border:5px solid #ffffff33;box-shadow:0 25px 60px #00194266;background:#fff;background-clip:padding-box;border-radius:15px}
.preview-sidebar{background:#082e6b;color:#a7c7ef;border-right:0}
.preview-sidebar>img{background:white;border-radius:7px;padding:3px;width:30px;height:30px}
.sidebar-selected{background:#2469c7;color:white}
.preview-main{padding:20px}
.preview-heading h2{font-size:23px}
.preview-muted{font-size:8px}
.metric-row>div:first-child{background:#eaf3ff}
.metric-row strong{font-size:24px}
.metric-row small{font-size:8px}
.chart-area{height:120px}
.bars span{width:30px}
.preview-sales-row{display:flex;justify-content:space-between;gap:10px;margin-top:15px;padding-top:12px;border-top:1px solid #e0eafa;font-size:8px;color:#6580a3}
.preview-sales-row strong{color:#153d75;margin-left:5px;font-weight:600}
.preview-sales-row b{padding:3px 6px;border-radius:4px;background:#e8f2ff;color:#1d63bd;margin-left:6px;font-weight:500}
.preview-caption{color:#cae0ff;font-size:9px;bottom:-8px}
.floating-note{bottom:10px;right:-12px;transform:rotate(1deg);border-color:#bad6fa;box-shadow:0 10px 25px #00306b26}
.hero-bottom{position:relative;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;border-top:1px solid #ffffff2b;color:#d0e4ff}
.hero-bottom>span:first-child{font-size:9px;letter-spacing:.13em;color:#92bdec}
.hero-bottom>span{font-size:12px}
.business-strip{background:#fff}
.strip-inner{padding-block:23px}
.section{padding-block:72px}
.section-heading{margin-bottom:32px}
.feature-grid{gap:16px}
.feature-card{border-radius:12px;padding:25px;background:linear-gradient(150deg,#fff 55%,#f5f9ff);box-shadow:0 4px 18px #164d9610;border-top:3px solid #1768cd}
.feature-card h3{margin-top:20px;font-size:21px}
.feature-card p{font-size:14px;line-height:1.75}
.feature-icon{background:#e5f0ff;border:1px solid #d7e7fd}
.feature-tags{margin-top:18px}
.feature-tags span{font-size:10px}
.workflow-section{background:#073c87;color:white;padding-block:60px}
.workflow-heading .eyebrow{color:#8dc9ff}
.workflow-heading>p,.steps p{color:#c3d9f5}
.step-number{color:#9bcfff;border-color:#ffffff33}
.device-banner{background:#ffffff10;border:1px solid #ffffff25}
.device-banner>.icon,.device-banner div>span,.device-pill{color:#c5e3ff}
.device-pill{border-color:#ffffff25}
.starter-solution{border-top:4px solid #1768cd;box-shadow:0 8px 30px #1259c310}
.odoo-solution{background:#f7faff}
.solutions-grid article{border-radius:12px}
.contact-card{background:radial-gradient(ellipse at 85% 0%,#186cd4,transparent 60%),#073c87;padding:46px 55px;border-radius:16px}
.contact-card h2 .serif-accent{color:#98d6ff}
.contact-card .button{color:#0953b0}
.faq-section{padding-bottom:65px}
.footer-main{padding-bottom:23px}
.product-showcase{background:#edf5ff;border-block:1px solid #dce9fc;padding-block:66px}
.showcase-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:center}
.showcase-copy>p:not(.eyebrow){font-size:14px;color:var(--muted);margin-top:19px;max-width:380px}
.showcase-tabs{display:grid;gap:9px;margin-top:26px}
.showcase-tabs button{font:inherit;text-align:left;cursor:pointer;display:flex;align-items:center;gap:14px;padding:17px;background:transparent;border:1px solid transparent;border-radius:9px;color:#5076a6;width:100%}
.showcase-tabs button[aria-selected=true]{background:#fff;border-color:#d5e5fa;box-shadow:0 5px 20px #134f9310;color:#1259c3}
.showcase-tabs button:hover{background:#ffffffaa}
.showcase-tabs button:focus-visible{outline:3px solid #1675c1;outline-offset:2px}
.showcase-tabs button>span:nth-child(2){flex:1}
.showcase-tabs strong{display:block;font-size:14px;color:#133c74}
.showcase-tabs small{display:block;font-size:11px;margin-top:3px;color:#6e85a1}
.showcase-screen{background:white;border:1px solid #cbdcf4;border-radius:13px;box-shadow:0 22px 45px #1d5a9b16;overflow:hidden;min-width:0}
.screen-toolbar{display:flex;justify-content:space-between;gap:15px;align-items:center;background:#f8faff;padding:13px 18px;border-bottom:1px solid #e2ebf7;font-size:10px;color:#6c84a4}
.screen-dots{letter-spacing:3px;color:#bccde4;font-size:9px}
.example-label{font-size:7px;letter-spacing:.08em}
.showcase-screen [role=tabpanel]{padding:25px;min-height:378px}
[hidden]{display:none!important}
.screen-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}
.screen-title small{font-size:8px;letter-spacing:.1em;color:#6d8db6}
.screen-title h3{font-size:21px;margin-top:7px}
.screen-title>.icon{color:#2469c7;width:30px;height:30px}
.pos-preview{display:grid;grid-template-columns:1.1fr 1fr;gap:15px}
.product-tiles{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.product-tiles>div{border:1px solid #e0e9f7;border-radius:6px;padding:10px;display:flex;flex-direction:column;align-items:center;text-align:center;background:#fcfdff}
.product-tiles strong{font-size:8px;font-weight:600;margin-top:8px}
.product-tiles small{font-size:8px;color:#5e7aa2}
.product-art{position:relative;display:block;height:39px;width:37px;background:linear-gradient(135deg,#76a5ec,#1c60bc);box-shadow:4px 4px 0 #d7e8ff}
.art-box{border-radius:3px;margin-top:3px;height:32px}
.art-box:after{content:"";position:absolute;inset:0 15px;background:#b4d4ff}
.art-bottle{border-radius:8px 8px 5px 5px;width:24px;margin-top:3px;height:32px}
.art-bottle:before{content:"";position:absolute;top:-5px;left:6px;right:6px;height:5px;background:#143d7b;border-radius:2px}
.art-bag{border-radius:3px 3px 7px 7px;height:31px;margin-top:5px}
.art-bag:before{content:"";position:absolute;top:-7px;left:11px;width:11px;height:10px;border:2px solid #1960b6;border-radius:5px}
.art-book{border-radius:1px 5px 5px 1px;border-left:4px solid #103f8c;width:30px}
.receipt-preview{border:1px solid #e1e9f4;border-radius:7px;padding:13px;background:#f9fbff}
.receipt-preview>span:first-child{font-size:7px;letter-spacing:.1em;color:#8095b1}
.receipt-preview>strong{display:block;font-size:10px;margin:7px 0 15px}
.receipt-preview p{font-size:8px;display:flex;justify-content:space-between;gap:6px;color:#6f84a2;margin-bottom:11px}
.receipt-preview p b{color:#163d77;font-weight:500}
.receipt-total{border-top:1px dashed #c9daf1;margin-top:16px;padding-top:12px;display:flex;justify-content:space-between;align-items:center;gap:5px;font-size:8px}
.receipt-total strong{font-size:15px}
.receipt-payment{display:flex;justify-content:space-between;gap:8px;background:#1259c3;color:white;padding:10px 8px;border-radius:5px;font-size:8px;margin-top:15px}
.receipt-preview>small{display:block;text-align:center;font-size:7px;color:#8193af;margin-top:10px}
.screen-caption{font-size:10px;color:#6c82a1;margin-top:21px;line-height:1.8}
.stock-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:21px}
.stock-stats>div{background:#eff6ff;border-radius:8px;padding:14px}
.stock-stats small{font-size:9px;color:#6580a3;display:block}
.stock-stats strong{display:block;font-size:27px;margin-top:5px}
.stock-table>div{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:8px;align-items:center;border-bottom:1px solid #e7eff9;padding:13px 0;font-size:10px}
.stock-table>div:first-child{color:#718aac;font-size:9px}
.stock-table>div>:last-child{text-align:right}
.stock-badge{color:#2467b9;background:#eaf3ff;border-radius:5px;padding:3px 5px;justify-self:end}
.stock-badge.low{color:#9b6410;background:#fff5df}
.account-summary{background:#0c53b5;color:white;padding:19px;border-radius:9px}
.account-summary>span{font-size:10px;color:#bedbff}
.account-summary>strong{font-size:28px;display:block}
.account-progress{height:7px;background:#7ab9ff;margin-top:14px;border-radius:5px;overflow:hidden}
.account-progress>span{display:block;width:76%;height:100%;background:#fff}
.account-summary>div:last-child{display:flex;justify-content:space-between;font-size:8px;margin-top:8px;color:#d2e7ff}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Login: preserve the existing POST fields and server-side authentication. */
.login-shell{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 83px)}
.login-story{background:radial-gradient(ellipse at 100% 20%,#146bd0,transparent 60%),linear-gradient(145deg,#073477,#064593);color:white;position:relative;overflow:hidden;display:flex;justify-content:center;padding:60px 45px}
.login-story:after{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(#ffffff04 1px,transparent 1px),linear-gradient(90deg,#ffffff04 1px,transparent 1px);background-size:45px 45px}
.login-story-content{max-width:440px;width:100%;position:relative;z-index:1}
.login-story .eyebrow{color:#a7d3ff;font-size:10px}
.login-story h1{font-size:clamp(38px,4.1vw,59px);line-height:1.1}
.login-story h1>span{color:#91d4ff}
.login-story-content>p:not(.eyebrow){font-size:15px;color:#d0e2fa;margin-top:24px;max-width:350px}
.login-flow{border:1px solid #ffffff30;background:#ffffff09;border-radius:13px;padding:25px;margin-top:38px}
.flow-center{display:flex;flex-direction:column;align-items:center}
.flow-center img{background:#fff;border-radius:12px;padding:8px;box-shadow:0 7px 18px #00275925}
.flow-center strong{font-size:16px;margin-top:12px}
.flow-center>span{font-size:11px;color:#b8d8fc}
.flow-modules{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}
.flow-modules>span{background:#ffffff0d;border:1px solid #ffffff23;border-radius:6px;padding:12px 10px;font-size:9px;color:#98c5fa}
.flow-modules strong{font-size:11px;color:#e1eeff;margin-left:8px;font-weight:500}
.login-story-footer{display:flex;justify-content:center;gap:28px;font-size:9px;letter-spacing:.1em;color:#94c4f7;margin-top:28px}
.login-form-section{display:flex;align-items:center;justify-content:center;padding:55px 45px;background:#fff}
.login-form-wrap{width:100%;max-width:410px}
.login-form-top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:34px}
.workspace-label{font-size:9px;font-weight:700;letter-spacing:.15em;color:#4373b5}
.language-select select{max-width:130px;font:inherit;font-size:11px;border:1px solid #e0e9f6;border-radius:6px;padding:7px;color:#5b7295;background:#fff}
.login-form-wrap h2{font-size:35px}
.login-intro{font-size:14px;color:#7485a0;margin-top:12px;margin-bottom:29px}
.login-field{margin-top:21px}
.login-field label{font-size:13px;font-weight:600;display:block;margin-bottom:9px;color:#183a6b}
.login-field input{width:100%;height:53px;border:1px solid #d4dfef;background:#fcfdff;border-radius:7px;padding:0 15px;font:inherit;font-size:14px;color:#173b6b;outline:none}
.login-field input::placeholder{color:#8e9db4;font-size:13px}
.login-field input:focus{border-color:#3982e4;box-shadow:0 0 0 3px #e9f2ff}
.login-field input[aria-invalid=true]{border-color:#bb3939}
.field-label-row{display:flex;justify-content:space-between;align-items:baseline;gap:10px}
.field-label-row>a{font-size:11px;color:#1259c3;text-align:right}
.password-field{position:relative}
.password-field input{padding-right:65px}
.password-field button{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:0;background:none;color:#386db4;font:inherit;font-size:11px;padding:8px;cursor:pointer}
.remember-option{display:flex;align-items:center;gap:8px;font-size:12px;color:#627797;margin:21px 0;cursor:pointer}
.remember-option input{accent-color:#1259c3;width:15px;height:15px;margin:0}
.login-submit{width:100%;border:0;cursor:pointer;font-family:inherit;justify-content:space-between;padding-inline:21px;min-height:53px;font-size:14px}
.login-submit:focus-visible,.password-field button:focus-visible,.language-select select:focus-visible{outline:3px solid #3982e4;outline-offset:3px}
.login-help{display:flex;align-items:center;flex-direction:column;border-top:1px solid #e6edf7;margin-top:30px;padding-top:24px;gap:7px;font-size:12px}
.login-help>span{color:#8290a6}
.login-help>a{color:#1259c3;font-weight:600}
.login-footer{font-size:10px;color:#8594ac;text-align:center;margin-top:36px}
.login-alert{border:1px solid #eec5c5;background:#fff4f4;color:#9b2828;border-radius:7px;padding:13px 15px;font-size:12px;margin-bottom:20px}
.login-alert ul{padding-left:17px;margin:5px 0 0}
.login-alert.alert-success{border-color:#bdd3f1;background:#eef6ff;color:#174c91}
.demo-accounts{font-size:12px;margin-top:20px;border:1px solid #dce7f6;border-radius:6px;padding:10px}
.demo-accounts summary{cursor:pointer}
.demo-accounts>div{display:flex;flex-wrap:wrap;gap:9px;padding-top:12px}
.demo-accounts a{color:#1259c3;text-decoration:underline}
.recaptcha-wrap{margin-bottom:20px;max-width:100%;overflow:auto}

@media(max-width:1100px){
    .hero{gap:30px;padding-block:45px;min-height:630px}
    .hero h1{font-size:50px}
    .hero-description{font-size:14px}
    .hero .eyebrow{font-size:8px}
    .metric-row strong{font-size:20px}
    .preview-heading h2{font-size:19px}
    .showcase-grid{gap:28px;grid-template-columns:.85fr 1.15fr}
    .showcase-screen [role=tabpanel]{padding:20px}
    .screen-title h3{font-size:19px}
    .pos-preview{gap:9px}
    .receipt-preview{padding:9px}
    .login-story{padding-inline:30px}
    .login-form-section{padding-inline:35px}
}
@media(max-width:800px){
    .hero{grid-template-columns:1fr;padding-block:45px;gap:34px}
    .hero-copy{max-width:590px}
    .hero h1{font-size:58px}
    .hero h1 br:nth-of-type(2){display:none}
    .hero-description{max-width:510px;font-size:16px}
    .hero .eyebrow{font-size:10px}
    .hero-visual{width:min(540px,calc(100% - 18px))}
    .hero-bottom{gap:12px;flex-wrap:wrap;justify-content:center}
    .hero-bottom>span:first-child{width:100%;text-align:center}
    .hero-bottom>span{font-size:11px}
    .showcase-grid{grid-template-columns:1fr;gap:30px}
    .showcase-copy>p:not(.eyebrow){max-width:540px}
    .showcase-tabs{grid-template-columns:repeat(3,1fr)}
    .showcase-tabs button{padding:13px 10px;gap:8px;align-items:start}
    .showcase-tabs button>span:last-child{display:none}
    .showcase-tabs strong{font-size:11px}
    .showcase-tabs small{font-size:9px}
    .showcase-tabs .icon{width:20px;height:20px}
    .showcase-screen{max-width:620px;width:100%;margin:auto}
    .showcase-screen [role=tabpanel]{padding:26px}
    .screen-title h3{font-size:23px}
    .pos-preview{gap:20px}
    .receipt-preview{padding:18px}
    .product-tiles strong,.product-tiles small,.receipt-preview p{font-size:10px}
    .receipt-payment{font-size:10px}
    .contact-card{padding:38px 30px}
    .login-shell{grid-template-columns:.85fr 1.15fr}
    .login-story{padding:45px 23px}
    .login-story h1{font-size:36px}
    .login-story-content>p:not(.eyebrow){font-size:13px}
    .login-flow{padding:19px 13px}
    .flow-modules{grid-template-columns:1fr}
    .login-form-section{padding:40px 25px}
    .login-form-wrap h2{font-size:30px}
    .login-story-footer{gap:13px;font-size:7px}
}
@media(max-width:600px){
    .login-shell{grid-template-columns:1fr;min-height:calc(100vh - 77px)}
    .login-story{display:none}
    .login-form-section{padding:38px 24px;align-items:start;background:linear-gradient(#f4f8ff,#fff 200px)}
    .login-form-wrap{max-width:410px}
    .login-form-top{margin-bottom:30px}
    .login-form-wrap h2{font-size:34px}
    .login-field input{font-size:16px}
    .login-intro{font-size:13px}
    .login-page .header-actions{gap:12px}
    .login-page .sign-in{font-size:10px}
    .login-page .button-small{font-size:10px}
}
@media(max-width:520px){
    .header-inner{min-height:76px}
    .hero{padding-top:33px;padding-bottom:38px}
    .hero h1{font-size:clamp(40px,11.3vw,56px);line-height:1.06}
    .hero h1 br:nth-of-type(2){display:block}
    .hero .eyebrow{font-size:7px;letter-spacing:.09em;padding:7px 9px;margin-bottom:21px}
    .hero-description{font-size:14px}
    .hero-actions{gap:18px}
    .hero-module-row{margin-top:22px}
    .hero-module-row span{font-size:7px}
    .hero-visual{width:calc(100% - 6px)}
    .dashboard{border-width:3px;transform:rotate(-1deg)}
    .preview-main{padding:12px}
    .preview-sidebar>img{width:24px;height:24px}
    .preview-muted{font-size:6px}
    .preview-heading h2{font-size:17px}
    .metric-row strong{font-size:17px}
    .metric-row small{font-size:6px}
    .chart-area{height:95px}
    .preview-sales-row{font-size:6px;gap:5px}
    .floating-note{right:-4px;bottom:9px}
    .preview-caption{font-size:7px;bottom:-8px}
    .hero-bottom{padding-block:15px;gap:7px 15px}
    .hero-bottom>span{font-size:9px}
    .hero-bottom>span:first-child{font-size:8px}
    .section{padding-block:49px}
    .feature-card p{font-size:13px}
    .product-showcase{padding-block:45px}
    .showcase-tabs{grid-template-columns:1fr;gap:7px;margin-top:22px}
    .showcase-tabs button{padding:13px;align-items:center}
    .showcase-tabs strong{font-size:13px}
    .showcase-tabs small{font-size:10px}
    .showcase-tabs button>span:last-child{display:block}
    .screen-toolbar{padding:12px;gap:9px;font-size:9px}
    .example-label{font-size:6px}
    .showcase-screen [role=tabpanel]{padding:17px;min-height:370px}
    .screen-title{margin-bottom:18px}
    .screen-title h3{font-size:18px}
    .screen-title small{font-size:7px}
    .screen-title>.icon{width:23px;height:23px}
    .pos-preview{gap:8px;grid-template-columns:1fr 1fr}
    .product-tiles{gap:7px}
    .product-tiles>div{padding:8px 4px}
    .product-tiles strong,.product-tiles small{font-size:7px}
    .product-art{transform:scale(.85);transform-origin:center}
    .receipt-preview{padding:9px}
    .receipt-preview>strong{font-size:9px}
    .receipt-preview p{font-size:7px;flex-wrap:wrap}
    .receipt-total{font-size:7px;flex-wrap:wrap}
    .receipt-total strong{font-size:14px}
    .receipt-payment{font-size:7px;padding:8px 6px}
    .receipt-preview>small{font-size:6px}
    .screen-caption{font-size:9px}
    .stock-stats{gap:7px}
    .stock-stats>div{padding:10px}
    .stock-stats small{font-size:8px}
    .stock-stats strong{font-size:22px}
    .stock-table>div{font-size:8px}
    .stock-table>div:first-child{font-size:8px}
    .workflow-section{padding-block:46px}
    .contact-card{padding:34px 25px}
    .contact-card h2{font-size:38px}
    .faq-section{padding-bottom:48px}
}
/* Access first: Sign In is the primary action across the public experience. */
.button.access-primary{background:#1259c3;color:#fff;border:2px solid #1259c3;font-size:16px;font-weight:750;min-height:52px;padding:12px 25px;box-shadow:0 6px 18px #1259c32b;white-space:nowrap}
.button.access-primary:hover{background:#074ba9;border-color:#074ba9;box-shadow:0 8px 24px #1259c344}
.button.access-secondary{background:#fff;color:#1259c3;border:2px solid #1259c3;font-size:14px;font-weight:650;min-height:52px;padding:12px 20px;white-space:nowrap;box-shadow:none}
.button.access-secondary:hover{background:#edf5ff}
.landing-page .header-actions{gap:12px}
.landing-page .header-actions .access-primary{min-width:143px}
.hero-actions{gap:14px;flex-wrap:wrap}
.hero-actions .button.access-primary,.contact-actions .button.access-primary{background:#fff;color:#08499e;border-color:#fff;font-size:18px;min-height:62px;padding:16px 27px;box-shadow:0 8px 28px #001d5355}
.hero-actions .button.access-primary:hover,.contact-actions .button.access-primary:hover{background:#e4f3ff;border-color:#e4f3ff}
.hero-actions .button.access-secondary,.contact-actions .button.access-secondary{background:#ffffff0a;color:#fff;border:2px solid #9dcfff;min-height:62px;font-size:15px;padding:16px 22px;box-shadow:none}
.hero-actions .button.access-secondary:hover,.contact-actions .button.access-secondary:hover{background:#ffffff1c}
.access-note{font-size:11px;color:#c1dfff;margin-top:13px}
.contact-actions .button{width:100%}
.contact-actions .button+.button{margin-top:12px}
.login-submit{min-height:60px;font-size:17px;font-weight:750;box-shadow:0 7px 20px #1259c330}
.login-page .button.access-secondary{min-height:44px;font-size:12px;padding:10px 16px}
@media(max-width:1100px){
    .landing-page .desktop-nav{gap:16px;font-size:11px}
    .landing-page .header-actions .button{font-size:13px;padding-inline:17px;min-height:48px}
    .landing-page .header-actions .access-primary{min-width:122px;font-size:15px}
    .hero-actions .button.access-primary{font-size:17px;padding-inline:22px}
    .hero-actions .button.access-secondary{font-size:14px;padding-inline:18px}
}
@media(max-width:600px){
    .landing-page .header-inner{flex-wrap:wrap;justify-content:center;gap:9px;padding-block:10px}
    .landing-page .header-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:10px}
    .landing-page .header-actions .button{width:100%;min-height:46px;padding:10px;font-size:12px;gap:7px}
    .landing-page .header-actions .access-primary{font-size:16px}
    .landing-page .header-actions .icon{width:16px;height:16px}
    .landing-page section[id]{scroll-margin-top:40px}
    .hero-actions{display:grid;grid-template-columns:1fr;width:100%;gap:11px}
    .hero-actions .button.access-primary{min-height:60px;font-size:19px;justify-content:space-between;padding-inline:23px}
    .hero-actions .button.access-secondary{min-height:54px;font-size:15px;justify-content:space-between;padding-inline:23px}
    .access-note{font-size:10px;line-height:1.7}
    .contact-actions{width:100%}
    .contact-actions .button.access-primary{font-size:18px}
    .login-page .button.access-secondary{font-size:10px;min-height:40px;padding:8px 10px}
}
@media(prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    *,*:before,*:after{transition:none!important;animation:none!important}
}
