@font-face {
    font-family:Vazirmatn;
    src:url('fonts/Vazirmatn.ttf') format('truetype');
    font-weight:100 900;
    font-display:swap;
}

:root {
    --ink:#152540;
    --muted:#788392;
    --blue:#245bd3;
    --navy:#112d62;
    --line:#e5e9f0;
    --surface:#f6f8fb;
    --white:#fff;
    --radius:10px;
    --font:Vazirmatn,'Segoe UI',Tahoma,sans-serif;
}

* {
    box-sizing:border-box;
}

html {
    scroll-behavior:smooth;
    scroll-padding-top:90px;
}

body {
    margin:0;
    background:#fff;
    color:var(--ink);
    font-family:var(--font);
    font-size:14px;
    line-height:1.85;
    -webkit-font-smoothing:antialiased;
}

a {
    color:inherit;
    text-decoration:none;
}

button,input,select,textarea {
    font:inherit;
}

button,a,input,select,textarea {
    -webkit-tap-highlight-color:transparent;
}

button {
    cursor:pointer;
}

img,svg {
    max-width:100%;
}

button {
    color:inherit;
}

h1,h2,h3,p {
    margin:0;
}

h1,h2,h3 {
    line-height:1.6;
    font-weight:650;
}

h1 {
    font-size:clamp(38px,4.8vw,66px);
    letter-spacing:-2.4px;
}

h2 {
    font-size:30px;
    letter-spacing:-.8px;
}

h3 {
    font-size:19px;
    letter-spacing:-.3px;
}

p {
    color:var(--muted);
}

::selection {
    background:#d8e5ff;
    color:var(--navy);
}

:focus-visible {
    outline:3px solid #6294ff;
    outline-offset:5px;
}

button:disabled {
    opacity:.5;
    cursor:default;
}

.container {
    max-width:1240px;
    width:calc(100% - 100px);
    margin-inline:auto;
}

.site-header {
    height:101px;
    border-bottom:1px solid var(--line);
    background:#fffffff5;
    position:relative;
    z-index:20;
}

.nav-shell {
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:100%;
    gap:32px;
}

.brand {
    display:flex;
    align-items:center;
    gap:9px;
    direction:ltr;
    font-family:'Segoe UI',sans-serif;
    line-height:1.05;
    font-size:23px;
    font-weight:750;
    letter-spacing:-1px;
    flex-shrink:0;
}

.brand img {
    width:32px;
    height:36px;
}

.brand-light {
    font-weight:350;
}

.brand small {
    font-size:6.7px;
    letter-spacing:2px;
    display:block;
    margin-top:7px;
    font-weight:500;
}

.main-nav {
    display:flex;
    gap:30px;
    align-items:center;
}

.main-nav>a {
    font-size:13px;
    color:#5c6779;
    position:relative;
    white-space:nowrap;
}

.main-nav>a:hover,.main-nav>a.active {
    color:var(--blue);
}

.main-nav>a.active:after {
    content:'';
    position:absolute;
    bottom:-13px;
    left:50%;
    width:4px;
    height:4px;
    background:var(--blue);
    border-radius:50%;
}

.tiny {
    font-size:13px;
    margin-inline-start:5px;
}

.nav-actions {
    display:flex;
    align-items:center;
    gap:24px;
    flex-shrink:0;
}

.language {
    display:flex;
    gap:8px;
    align-items:center;
    font:11px 'Segoe UI',sans-serif;
}

.language span {
    font-size:20px;
    color:#8a96a6;
}

.button {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    gap:26px;
    border-radius:6px;
    padding:13px 23px;
    font-weight:500;
    font-size:13px;
    line-height:1.9;
    border:1px solid transparent;
    transition:background .2s,transform .2s;
    white-space:nowrap;
}

.button:hover {
    transform:translateY(-2px);
}

.button-primary {
    background:var(--navy);
    color:#fff;
    border-color:var(--navy);
    box-shadow:0 4px 10px #112d6210;
}

.button-primary:hover {
    background:#204680;
}

.button-outline {
    border-color:#d7dfe9;
    background:transparent;
}

.button-outline:hover {
    background:#f1f5fc;
}

.button-small {
    padding:9px 16px;
    font-size:12px;
    gap:20px;
}

.button span,.text-link span {
    font-size:19px;
    line-height:1;
}

.button-white {
    background:#fff;
    color:var(--navy);
}

.button-danger {
    background:#a8293d;
    color:white;
}

.full-width {
    width:100%;
}

.text-link {
    display:inline-flex;
    align-items:center;
    gap:20px;
    font-size:13px;
    font-weight:550;
    color:var(--navy);
}

.text-link:hover {
    color:var(--blue);
}

.menu-toggle {
    display:none;
    border:0;
    background:none;
    font-size:24px;
    padding:8px;
}

.hero {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
    padding-top:68px;
    padding-bottom:70px;
    min-height:650px;
}

.eyebrow {
    display:inline-flex;
    align-items:center;
    gap:9px;
    font-size:10px;
    font-weight:550;
    letter-spacing:1.8px;
    color:#7c8ba1;
    line-height:1.7;
}

.hero-copy .eyebrow {
    color:#5c7498;
    letter-spacing:.3px;
    font-size:11px;
}

.status-dot {
    display:inline-block;
    width:6px;
    height:6px;
    background:#4e81d4;
    border-radius:50%;
    box-shadow:0 0 0 4px #4e81d412;
    flex-shrink:0;
}

.hero h1 {
    margin:24px 0 18px;
    line-height:1.65;
    font-weight:720;
}

.hero h1 span,.page-heading h1 span,.contact-copy h1 span,.login-intro h1 span {
    color:var(--blue);
}

.hero-description {
    max-width:440px;
    font-size:15px;
    line-height:2.15;
    color:#68798e;
}

.hero-actions {
    display:flex;
    gap:28px;
    align-items:center;
    margin-top:28px;
}

.hero-note {
    display:flex;
    gap:10px;
    align-items:center;
    color:#929cac;
    font-size:10px;
    margin-top:34px;
}

.note-line {
    width:23px;
    height:1px;
    background:#b3c4df;
}

.hero-visual {
    direction:ltr;
    background:radial-gradient(ellipse at 50% 42%,#244779 0%,#142e53 44%,#0c203c 100%);
    min-height:462px;
    position:relative;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 25px 55px #1e3b651c;
    color:#fff;
}

.hero-visual:before {
    content:'';
    position:absolute;
    inset:0;
    background-image:linear-gradient(#a2baff08 1px,transparent 1px),linear-gradient(90deg,#a2baff08 1px,transparent 1px);
    background-size:32px 32px;
    mask-image:radial-gradient(ellipse,black,transparent);
}

.visual-top {
    position:absolute;
    left:24px;
    right:24px;
    top:23px;
    display:flex;
    justify-content:space-between;
    color:#a6bddc;
    font:7px 'Segoe UI',sans-serif;
    letter-spacing:1.1px;
    z-index:3;
}

.visual-top span:first-child {
    display:flex;
    gap:8px;
    align-items:center;
}

.visual-top .status-dot {
    width:4px;
    height:4px;
    background:#6aa5fd;
}

.orbit {
    position:absolute;
    border:1px solid #81a4dc20;
    border-radius:50%;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) rotate(-25deg);
    pointer-events:none;
}

.orbit-one {
    width:335px;
    height:335px;
}

.orbit-two {
    width:425px;
    height:285px;
}

.orbit-three {
    width:270px;
    height:400px;
    transform:translate(-50%,-50%) rotate(52deg);
}

.connection-lines {
    position:absolute;
    width:100%;
    height:100%;
    inset:0;
    stroke:#78a7ec4d;
    stroke-width:1;
    stroke-dasharray:3 4;
}

.connection-lines circle {
    fill:#6d9fea;
    stroke:transparent;
}

.core-cube {
    position:absolute;
    top:50%;
    left:50%;
    width:126px;
    height:142px;
    transform:translate(-50%,-50%) rotate(-8deg);
    border:1px solid #93baff75;
    border-radius:21px;
    background:linear-gradient(145deg,#39619d66,#123762c9);
    box-shadow:inset 0 0 24px #7eb7ff20,0 0 80px #75a9f440;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    backdrop-filter:blur(4px);
}

.core-cube>span {
    font:bold 73px 'Segoe UI',sans-serif;
    letter-spacing:-7px;
    transform:rotate(8deg);
    color:#e4efff;
    text-shadow:0 5px 20px #78acff44;
}

.cube-dot {
    color:#77a9f6;
}

.core-cube small {
    font:6px 'Segoe UI',sans-serif;
    letter-spacing:2px;
    margin-top:5px;
    transform:rotate(8deg);
    color:#b5cbec;
}

.float-label {
    position:absolute;
    background:#17365ee8;
    border:1px solid #7895c240;
    border-radius:8px;
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 14px;
    box-shadow:0 12px 20px #07142740;
    z-index:2;
}

.float-label>div {
    font:9px 'Segoe UI',sans-serif;
    letter-spacing:1px;
    color:#e1eafd;
}

.float-label>div>span {
    display:block;
    font:9px var(--font);
    letter-spacing:0;
    color:#829bbb;
    margin-top:4px;
}

.node-icon {
    display:flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    background:#93b9ef0f;
    border:1px solid #7b9ccb30;
    border-radius:5px;
    color:#9bc3fe;
    font-size:17px;
}

.label-data {
    left:25px;
    top:100px;
}

.label-ai {
    right:17px;
    top:175px;
}

.label-systems {
    left:60px;
    bottom:105px;
}

.visual-bottom {
    position:absolute;
    bottom:25px;
    left:25px;
    right:25px;
    display:flex;
    justify-content:space-between;
    align-items:end;
    color:#8b9fb9;
    font:7px 'Segoe UI',sans-serif;
    line-height:1.9;
    letter-spacing:1.3px;
}

.visual-bottom strong {
    color:#b0c0d8;
    font-weight:400;
}

.signal-bars {
    display:flex;
    gap:3px;
    align-items:end;
}

.signal-bars i {
    width:3px;
    height:9px;
    background:#85a9df;
}

.signal-bars i:nth-child(2n) {
    height:18px;
}

.signal-bars i:nth-child(3n) {
    height:13px;
}

.expertise-strip {
    border-block:1px solid var(--line);
    background:#fbfcfe;
}

.expertise-strip .container {
    min-height:78px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}

.expertise-strip span {
    font:9px 'Segoe UI',sans-serif;
    letter-spacing:1.2px;
    font-weight:550;
    color:#7f8c9f;
}

.expertise-strip span:first-child {
    font:11px var(--font);
    letter-spacing:0;
    color:#7e8a9a;
}

.expertise-strip i {
    font-style:normal;
    font-size:16px;
    color:#b7c6dc;
}

.section {
    padding-top:85px;
    padding-bottom:85px;
}

.section-heading {
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:60px;
    margin-bottom:36px;
}

.section-heading h2 {
    margin-top:14px;
}

.section-heading>p {
    max-width:380px;
    font-size:12px;
    line-height:2.1;
}

.section-heading>.text-link {
    white-space:nowrap;
}

.solution-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}

.solution-card {
    display:flex;
    flex-direction:column;
    border:1px solid var(--line);
    border-radius:9px;
    padding:26px 22px 20px;
    min-height:296px;
    transition:transform .2s,border-color .2s,box-shadow .2s;
    background:linear-gradient(155deg,#fff,#fcfdff);
}

.solution-card:hover {
    transform:translateY(-6px);
    border-color:#9db8e7;
    box-shadow:0 16px 35px #142d6210;
}

.card-top {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:29px;
}

.solution-symbol {
    color:var(--blue);
    width:39px;
    height:39px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #e1e8f4;
    border-radius:8px;
    background:#f6f9ff;
    font:24px 'Segoe UI',sans-serif;
}

.card-number {
    font:10px 'Segoe UI',sans-serif;
    color:#a0abba;
    direction:ltr;
}

.solution-card h3 {
    font-size:17px;
    margin-bottom:10px;
}

.solution-card p {
    font-size:11px;
    line-height:2;
    flex:1;
}

.card-bottom {
    border-top:1px solid #edf0f5;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:24px;
    padding-top:16px;
    font-size:10px;
    color:#6a7890;
}

.circle-arrow {
    font-size:18px;
    color:var(--blue);
}

.approach-section {
    background:#f7f9fc;
    border-block:1px solid #eef1f6;
    padding-block:70px;
}

.approach-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:115px;
    align-items:center;
}

.approach-grid h2 {
    margin-top:17px;
    line-height:1.9;
}

.approach-grid p {
    font-size:12px;
    line-height:2.15;
    margin-top:18px;
}

.approach-grid .text-link {
    margin-top:24px;
}

.process-step {
    display:flex;
    gap:24px;
    align-items:start;
    padding:24px 0;
    border-bottom:1px solid #e1e7f0;
}

.process-step:last-child {
    border-bottom:0;
}

.process-step>span:first-child {
    font:12px 'Segoe UI',sans-serif;
    color:#8298bc;
    margin-top:9px;
}

.process-step>span:last-child {
    margin-inline-start:auto;
    color:#a7b8d3;
    font-size:22px;
}

.process-step h3 {
    font-size:16px;
}

.process-step p {
    font-size:11px;
    margin-top:8px;
}

.article-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.article-art {
    height:208px;
    border-radius:7px;
    position:relative;
    overflow:hidden;
    display:block;
    direction:ltr;
    background:#102746;
}

.art-grid {
    position:absolute;
    inset:0;
    background-image:linear-gradient(#ffffff09 1px,transparent 1px),linear-gradient(90deg,#ffffff09 1px,transparent 1px);
    background-size:24px 24px;
}

.art-shape {
    width:130px;
    height:130px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) rotate(-25deg);
    border:1px solid #81affb70;
    box-shadow:15px 15px 0 -1px #254778,15px 15px 0 0 #719dea50,30px 30px 0 -1px #1c3a69,30px 30px 0 0 #729ae340;
    background:linear-gradient(135deg,#729bec70,#0f2d5700);
    transition:transform .5s;
}

.article-art:hover .art-shape {
    transform:translate(-50%,-50%) rotate(-10deg);
}

.art-ai {
    background:radial-gradient(ellipse at 50% 80%,#416687,#10243c);
}

.art-ai .art-shape {
    border-radius:50%;
    box-shadow:0 0 0 15px #628dd51a,0 0 0 16px #87b9ef55,0 0 0 31px #88b9ec09,0 0 0 32px #87b9ef25;
    transform:translate(-50%,-50%);
    background:radial-gradient(circle at 30% 30%,#a2c4de,#49759d 20%,#1e3b5c 55%,#99b8ce);
    width:110px;
    height:110px;
}

.art-engineering {
    background:#e9edf4;
}

.art-engineering .art-shape {
    background:linear-gradient(130deg,#184880,#6489bc);
    box-shadow:24px 16px 0 -1px #a8bcd8,24px 16px 0 0 #91a6c5,48px 32px 0 -1px #c7d4e6;
    transform:translate(-65%,-50%) rotate(-25deg);
    border-radius:8px;
    width:85px;
    height:100px;
}

.art-team {
    background:#1c4768;
}

.art-label {
    position:absolute;
    bottom:16px;
    left:20px;
    font:7px 'Segoe UI',sans-serif;
    letter-spacing:1.8px;
    color:#b4c8e9;
}

.art-engineering .art-label {
    color:#48678e;
}

.art-index {
    position:absolute;
    right:16px;
    top:12px;
    color:#a4b9d7;
    font-size:20px;
}

.article-meta {
    display:flex;
    justify-content:space-between;
    gap:18px;
    font-size:9px;
    color:#91a0b4;
    margin-top:18px;
    margin-bottom:12px;
}

.article-meta>span:first-child {
    color:#5477ab;
}

.article-card h3 {
    font-size:17px;
    line-height:1.95;
    margin-bottom:8px;
}

.article-card p {
    font-size:11px;
    line-height:2;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.article-card .text-link {
    font-size:10px;
    margin-top:16px;
}

.cta-section {
    background:var(--navy);
    color:white;
    border-radius:12px;
    position:relative;
    overflow:hidden;
    padding:48px 55px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:76px;
    margin-top:12px;
    gap:40px;
}

.cta-section>div:not(.cta-pattern),.cta-section>a {
    position:relative;
    z-index:1;
}

.cta-section .eyebrow {
    color:#9fbbef;
    font-size:8px;
}

.cta-section h2 {
    font-size:32px;
    margin:12px 0 8px;
}

.cta-section p {
    font-size:12px;
    color:#a5b8d8;
}

.cta-pattern {
    position:absolute;
    font:330px 'Segoe UI',sans-serif;
    left:140px;
    top:-140px;
    color:#c8dfff0a;
    transform:rotate(15deg);
}

.site-footer {
    border-top:1px solid var(--line);
    padding:50px 0 22px;
}

.footer-top {
    display:flex;
    justify-content:space-between;
    gap:50px;
    align-items:center;
    padding-bottom:38px;
}

.footer-top .brand {
    font-size:23px;
}

.footer-top p {
    font-size:11px;
    margin-top:16px;
}

.footer-links {
    display:flex;
    gap:36px;
    font-size:11px;
    color:#7c899b;
}

.footer-links a:hover {
    color:var(--blue);
}

.footer-bottom {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:24px;
    border-top:1px solid var(--line);
    padding-top:22px;
    font-size:9px;
    color:#929eae;
}

.footer-bottom .status-dot {
    margin-left:10px;
    width:4px;
    height:4px;
}

.page-heading {
    padding-top:76px;
    padding-bottom:58px;
}

.page-heading h1 {
    font-size:48px;
    line-height:1.75;
    margin-top:22px;
}

.page-heading>p {
    font-size:15px;
    line-height:2;
    max-width:640px;
    margin-top:22px;
}

.page-heading .button {
    margin-top:30px;
}

.solution-directory {
    padding-bottom:70px;
}

.directory-row {
    display:flex;
    align-items:center;
    gap:55px;
    border-top:1px solid var(--line);
    padding:44px 20px;
    transition:background .2s;
}

.directory-row:hover {
    background:var(--surface);
}

.directory-number {
    font:40px 'Segoe UI',sans-serif;
    color:#a1b4d0;
}

.directory-row h2 {
    font-size:27px;
    margin-top:8px;
}

.directory-row p {
    font-size:13px;
    margin-top:12px;
    max-width:600px;
}

.directory-arrow {
    font-size:30px;
    margin-inline-start:auto;
    color:var(--blue);
}

.detail-layout {
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:90px;
    padding-bottom:85px;
    align-items:start;
}

.prose {
    font-size:16px;
    line-height:2.5;
    color:#56667b;
    white-space:pre-line;
    overflow-wrap:anywhere;
}

.prose p {
    color:inherit;
    margin-bottom:25px;
}

.aside-card {
    background:var(--surface);
    border:1px solid var(--line);
    padding:30px;
    border-radius:10px;
}

.aside-card h3 {
    margin:18px 0 12px;
}

.aside-card p {
    font-size:12px;
}

.aside-card .text-link {
    margin-top:24px;
}

.news-section {
    padding-bottom:85px;
}

.filter-bar {
    display:flex;
    gap:15px;
    align-items:center;
    padding-block:22px;
    border-block:1px solid var(--line);
    margin-bottom:40px;
}

.search-field {
    display:flex;
    border:1px solid var(--line);
    border-radius:6px;
    overflow:hidden;
    max-width:400px;
    flex:1;
}

.search-field input {
    border:0;
    min-width:0;
}

.search-field button {
    background:white;
    border:0;
    font-size:23px;
    padding:0 18px;
}

.filter-bar select {
    width:auto;
    max-width:230px;
}

.result-count {
    margin-inline-start:auto;
    font-size:11px;
    color:var(--muted);
}

.pagination {
    display:flex;
    justify-content:center;
    gap:24px;
    align-items:center;
    margin-top:40px;
    font-size:13px;
}

.article-detail {
    max-width:900px;
    padding-top:70px;
}

.article-detail h1 {
    font-size:40px;
    line-height:1.8;
    margin-top:22px;
}

.article-lead {
    font-size:16px;
    line-height:2;
    margin-top:24px;
}

.article-detail .article-meta {
    justify-content:start;
    margin-block:28px;
    font-size:11px;
}

.detail-art {
    height:350px;
    margin-bottom:45px;
}

.detail-art .art-shape {
    width:190px;
    height:190px;
}

.article-detail>.prose {
    max-width:740px;
    margin:auto;
}

.article-end {
    border-top:1px solid var(--line);
    margin-top:50px;
    padding-top:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.article-end>span {
    font:10px 'Segoe UI',sans-serif;
    letter-spacing:2px;
    color:var(--muted);
}

.about-manifesto {
    background:var(--navy);
    border-radius:12px;
    padding:60px 75px;
    color:white;
    position:relative;
    overflow:hidden;
}

.about-manifesto h2 {
    max-width:640px;
    line-height:1.9;
    font-size:33px;
    position:relative;
}

.about-manifesto p {
    color:#b6c6df;
    max-width:730px;
    font-size:14px;
    line-height:2.2;
    margin-top:28px;
    position:relative;
}

.manifesto-symbol {
    position:absolute;
    left:0;
    top:-90px;
    font-size:380px;
    color:#ffffff06;
}

.values-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:45px;
}

.value-card {
    border-top:1px solid var(--line);
    padding-top:25px;
}

.value-card h3 {
    margin-block:20px 12px;
}

.value-card p {
    font-size:13px;
}

.contact-layout,.login-layout {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:100px;
    padding-block:80px;
    align-items:start;
}

.contact-copy h1,.login-intro h1 {
    font-size:48px;
    line-height:1.8;
    margin:20px 0;
}

.contact-copy>p,.login-intro>p {
    font-size:14px;
    line-height:2.2;
}

.contact-note {
    display:flex;
    gap:20px;
    margin-block:45px;
    padding-block:25px;
    border-block:1px solid var(--line);
}

.contact-note>span {
    font-size:30px;
    color:var(--blue);
}

.contact-note strong {
    font-size:15px;
    font-weight:550;
}

.contact-note p {
    font-size:12px;
    margin-top:12px;
}

.contact-copy>.muted {
    font-size:11px;
}

.contact-copy>.muted .text-link {
    font-size:11px;
}

.form-card {
    border:1px solid var(--line);
    border-radius:12px;
    padding:35px;
    background:#fff;
    box-shadow:0 20px 60px #163b7805;
}

.form-card h2 {
    font-size:24px;
    margin-bottom:24px;
}

.field {
    margin-bottom:22px;
}

.field label {
    display:block;
    font-size:12px;
    font-weight:550;
    margin-bottom:9px;
}

.required {
    color:#a2aebc;
}

input,textarea,select {
    width:100%;
    background:#fbfcfe;
    color:var(--ink);
    border:1px solid #dfe5ed;
    border-radius:5px;
    padding:11px 13px;
    font-size:13px;
    outline-offset:2px;
    transition:border-color .2s;
}

input:focus,textarea:focus,select:focus {
    border-color:#8babdd;
}

input::placeholder,textarea::placeholder {
    color:#a0aaba;
}

textarea {
    resize:vertical;
    min-height:120px;
}

input[type=checkbox] {
    width:17px;
    height:17px;
    accent-color:var(--navy);
}

.checkbox-field {
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.checkbox-field label {
    margin:0;
    order:1;
}

.checkbox-field input {
    order:0;
}

.checkbox-field .errorlist {
    order:2;
}

.help-text {
    font-size:11px;
    color:#8490a2;
    line-height:1.8;
    margin-top:6px;
}

.help-text ul {
    padding-inline-start:20px;
}

.errorlist {
    font-size:12px;
    color:#b83c50;
    list-style:none;
    padding:10px 0;
    margin:0;
}

.privacy-note {
    font-size:10px;
    margin-top:20px;
    text-align:center;
    line-height:2;
}

.login-layout {
    min-height:660px;
    align-items:center;
    max-width:1060px;
    gap:120px;
}

.login-intro h1 {
    font-size:45px;
}

.login-layout .form-card {
    padding:38px;
}

.login-layout .form-card h2 {
    margin:14px 0 7px;
}

.login-layout .form-card>.muted {
    margin-bottom:25px;
    font-size:12px;
}

.login-help {
    font-size:11px;
    color:#8591a2;
    line-height:2.2;
    border-top:1px solid var(--line);
    margin-top:28px;
    padding-top:20px;
}

.login-help a {
    color:var(--blue);
}

.login-decoration {
    font:700 110px 'Segoe UI',sans-serif;
    color:#163a70;
    letter-spacing:-8px;
    margin-top:24px;
}

.login-decoration>span {
    color:#5585e1;
}

.login-decoration small {
    font-size:8px;
    font-weight:500;
    letter-spacing:2px;
    display:block;
    color:#869bb9;
}

.notifications {
    padding-top:15px;
}

.notice {
    padding:15px 20px;
    border-radius:7px;
    background:#edf5f0;
    border:1px solid #d5e9dd;
    color:#316847;
    font-size:13px;
    margin-bottom:12px;
}

.notice.error {
    background:#fff1f2;
    border-color:#f1ccd2;
    color:#a92e44;
}

.workspace {
    display:grid;
    grid-template-columns:240px minmax(0,1fr);
    background:#f6f8fb;
    min-height:calc(100vh - 101px);
}

.workspace-sidebar {
    padding:32px 23px 24px;
    border-inline-end:1px solid var(--line);
    background:#fff;
    display:flex;
    flex-direction:column;
}

.workspace-sidebar>.eyebrow {
    font-size:8px;
    letter-spacing:1.1px;
}

.profile {
    display:flex;
    align-items:center;
    gap:12px;
    margin:27px 0 28px;
    padding-bottom:25px;
    border-bottom:1px solid var(--line);
}

.avatar {
    width:38px;
    height:38px;
    border-radius:9px;
    background:#ecf2ff;
    color:var(--blue);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.profile strong {
    font-size:13px;
}

.profile small {
    display:block;
    font-size:10px;
    color:#97a1af;
    margin-top:3px;
}

.workspace-sidebar nav {
    display:flex;
    flex-direction:column;
    gap:5px;
}

.workspace-sidebar nav a {
    padding:11px 12px;
    border-radius:6px;
    display:flex;
    gap:12px;
    align-items:center;
    color:#8794a6;
    font-size:18px;
}

.workspace-sidebar nav a span {
    font-size:11px;
}

.workspace-sidebar nav a:hover {
    background:#f6f8fb;
    color:var(--blue);
}

.workspace-sidebar nav a.selected {
    background:#eaf0fb;
    color:#234d97;
    font-weight:600;
}

.sidebar-bottom {
    margin-top:auto;
    padding-top:45px;
    font-size:10px;
    color:#92a0b2;
}

.sidebar-bottom .status-dot {
    width:4px;
    height:4px;
    margin-inline-end:5px;
}

.logout-button {
    background:none;
    border:0;
    color:#8090a8;
    font-size:11px;
    padding:18px 0 0;
}

.workspace-main {
    padding:38px 38px 60px;
    max-width:1500px;
    width:100%;
    margin:auto;
}

.workspace-heading {
    display:flex;
    justify-content:space-between;
    gap:25px;
    align-items:center;
    margin-bottom:28px;
}

.workspace-heading .eyebrow {
    font-size:8px;
    letter-spacing:1.7px;
}

.workspace-heading h1 {
    font-size:29px;
    letter-spacing:-1px;
    margin-top:12px;
    overflow-wrap:anywhere;
}

.workspace-heading p {
    font-size:11px;
    margin-top:7px;
}

.workspace-heading .button {
    font-size:11px;
    padding:10px 17px;
}

.blue-dot {
    color:var(--blue);
}

.stats-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:17px;
    margin-bottom:24px;
}

.stats-grid.three {
    grid-template-columns:repeat(3,1fr);
}

.stat-card {
    padding:22px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:9px;
}

.stat-card>span {
    display:block;
    color:#7a899e;
    font-size:11px;
}

.stat-card>strong {
    display:block;
    font-family:var(--font);
    font-size:35px;
    font-weight:600;
    margin-top:12px;
    line-height:1.5;
}

.stat-card>small {
    display:block;
    font-size:9px;
    color:#95a3b5;
    margin-top:7px;
}

.panel {
    background:#fff;
    border:1px solid var(--line);
    border-radius:9px;
    padding:24px;
    margin-bottom:24px;
    min-width:0;
}

.panel-heading {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:23px;
}

.panel-heading h2 {
    font-size:16px;
    letter-spacing:0;
}

.panel-heading .eyebrow {
    font-size:8px;
}

.panel-heading .text-link {
    font-size:10px;
}

.panel-heading .muted {
    font-size:10px;
}

.panel-heading>span {
    color:#99a9be;
}

.service-item {
    display:flex;
    align-items:center;
    gap:16px;
    border-top:1px solid #f0f3f7;
    padding:18px 0;
}

.service-icon {
    background:#eff4fc;
    border-radius:8px;
    width:43px;
    height:43px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#426bac;
    font-size:23px;
}

.service-item h3 {
    font-size:14px;
}

.service-item p {
    font-size:11px;
    margin-top:4px;
}

.service-item .badge {
    margin-inline-start:auto;
}

.badge {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:5px;
    padding:4px 10px;
    background:#f2f5f9;
    color:#7e8da3;
    font-size:10px;
    white-space:nowrap;
}

.badge-open {
    background:#edf3ff;
    color:#3c67ad;
}

.badge-answered {
    background:#eaf6f0;
    color:#3a8a65;
}

.badge-closed {
    background:#f2f3f6;
    color:#8a95a6;
}

.ticket-row {
    display:flex;
    align-items:center;
    gap:24px;
    padding:18px 0;
    border-top:1px solid #edf1f6;
}

.ticket-row>div {
    flex:1;
    min-width:0;
}

.ticket-row strong {
    font-size:13px;
    font-weight:550;
    overflow-wrap:anywhere;
}

.ticket-row small {
    display:block;
    font-size:10px;
    color:#98a2b1;
    margin-top:5px;
}

.ticket-row time {
    font-size:10px;
    color:#90a0b6;
    direction:ltr;
}

.ticket-row>span:last-child {
    color:#9ab0d1;
    font-size:18px;
}

.ticket-row:hover strong {
    color:var(--blue);
}

.empty-state {
    text-align:center;
    padding:40px 20px;
    grid-column:1/-1;
}

.empty-state>span {
    font-size:28px;
    color:#9eb5d8;
}

.empty-state h3 {
    font-size:15px;
    font-weight:500;
    color:#7a8aa1;
}

.empty-state p {
    font-size:12px;
    margin-top:9px;
}

.empty-state .text-link {
    margin-top:20px;
}

.tabs {
    display:flex;
    gap:28px;
    border-bottom:1px solid var(--line);
    margin-bottom:24px;
    overflow:auto;
}

.tabs>a {
    font-size:12px;
    color:#8b99ae;
    padding:10px 2px 15px;
    white-space:nowrap;
    border-bottom:2px solid transparent;
}

.tabs>a.selected {
    border-color:var(--blue);
    color:var(--blue);
}

.workspace-form {
    max-width:800px;
    padding:30px;
}

.workspace-form .button {
    margin-top:8px;
}

.conversation {
    max-width:800px;
}

.message {
    background:#fff;
    border:1px solid var(--line);
    border-radius:9px;
    margin-bottom:20px;
    padding:23px;
}

.message.own-message {
    background:#edf3fe;
    border-color:#dfe8f9;
}

.message-heading {
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin-bottom:15px;
}

.message-heading strong {
    font-size:12px;
}

.message-heading time {
    font-size:9px;
    color:#9aa8bc;
}

.message>p {
    white-space:pre-wrap;
    overflow-wrap:anywhere;
    color:#53657e;
    font-size:13px;
    line-height:2.1;
}

.ticket-status-form {
    border-top:1px solid var(--line);
    margin-top:24px;
    padding-top:15px;
}

.dashboard-grid {
    display:grid;
    grid-template-columns:minmax(0,1.8fr) minmax(250px,1fr);
    gap:23px;
}

.dashboard-grid .panel {
    margin-bottom:0;
}

.date-badge {
    direction:ltr;
    font-size:10px;
    padding:9px 14px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:6px;
    color:#8b9ab0;
    white-space:nowrap;
}

.date-badge .status-dot {
    width:4px;
    height:4px;
    margin-left:9px;
}

.chart-wrapper {
    position:relative;
    padding-top:12px;
}

.chart-scale {
    font-size:9px;
    color:#a2aebd;
}

.traffic-chart {
    width:100%;
    height:190px;
    overflow:visible;
    display:block;
    direction:ltr;
}

.chart-grid {
    stroke:#edf1f7;
    stroke-width:1;
    stroke-dasharray:4 4;
}

.chart-line {
    fill:none;
    stroke:#487bd3;
    stroke-width:2.5;
    stroke-linejoin:round;
    stroke-linecap:round;
}

.chart-area {
    fill:#487bd30c;
}

.chart-labels {
    display:flex;
    justify-content:space-between;
    font-size:9px;
    color:#99a8bd;
}

.chart-data {
    font-size:9px;
    color:#95a4ba;
    margin-top:8px;
}

.chart-data summary {
    cursor:pointer;
}

.gauge {
    position:relative;
    width:180px;
    margin:20px auto 0;
}

.gauge svg {
    width:180px;
    display:block;
}

.gauge-track,.gauge-value {
    fill:none;
    stroke-width:12;
    stroke-linecap:round;
}

.gauge-track {
    stroke:#edf1f8;
}

.gauge-value {
    stroke:#4075d1;
}

.gauge>strong {
    position:absolute;
    bottom:6px;
    width:100%;
    text-align:center;
    font-size:38px;
    font-weight:600;
    line-height:1.3;
}

.gauge small {
    font-size:18px;
    color:#9aaac2;
    font-weight:400;
}

.gauge-description {
    text-align:center;
    font-size:10px;
    line-height:1.9;
    margin-top:9px;
}

.panel-footnote {
    text-align:center;
    font-size:10px;
    color:#9aa8bc;
    border-top:1px solid #edf1f6;
    padding-top:16px;
    margin-top:22px;
}

.metric-row {
    display:flex;
    gap:15px;
    align-items:center;
    font-size:11px;
    padding:16px 0;
    border-top:1px solid #eff2f7;
    overflow-wrap:anywhere;
}

.metric-row>.metric-index {
    font-size:9px;
    color:#9baac0;
}

.metric-row>strong {
    margin-inline-start:auto;
    font-size:12px;
}

.event-row {
    display:flex;
    align-items:center;
    gap:12px;
    border-top:1px solid #eff2f7;
    padding:14px 0;
}

.event-row>div {
    flex:1;
    min-width:0;
}

.event-row strong {
    display:block;
    font-size:10px;
    font-weight:500;
    overflow-wrap:anywhere;
    text-align:start;
}

.event-row small {
    font-size:9px;
    color:#99a8bc;
    display:block;
    margin-top:4px;
}

.event-dot {
    width:6px;
    height:6px;
    background:#6493db;
    border-radius:50%;
    flex-shrink:0;
}

.event-dot.error {
    background:#d47285;
}

.event-dot.security {
    background:#e4b576;
}

.event-row .badge {
    font-size:8px;
}

.dashboard-note {
    display:flex;
    gap:10px;
    font-size:10px;
    color:#98a8bc;
    margin-top:24px;
}

.table-wrap {
    overflow:auto;
}

table {
    width:100%;
    border-collapse:collapse;
    text-align:start;
    font-size:12px;
}

th {
    text-align:start;
    font-weight:500;
    color:#95a3b7;
    font-size:11px;
    padding:12px;
    border-bottom:1px solid var(--line);
    white-space:nowrap;
}

td {
    padding:20px 12px;
    border-bottom:1px solid #edf1f6;
    min-width:80px;
}

td strong {
    font-weight:500;
}

td small {
    display:block;
    color:#8d9ab0;
    font-size:10px;
    margin-top:6px;
}

td .text-link {
    font-size:11px;
}

tr:last-child td {
    border-bottom:0;
}

.inquiry-detail h2 {
    font-size:20px;
}

.inquiry-detail p {
    font-size:12px;
    margin-top:10px;
}

.inquiry-detail .prose {
    margin-top:25px;
    font-size:14px;
}

.danger-zone {
    max-width:800px;
    padding:20px;
    border:1px solid #edccd2;
    border-radius:8px;
    font-size:12px;
    color:#a03b4d;
}

.danger-zone summary {
    cursor:pointer;
}

.danger-zone p {
    padding-block:12px;
}

.muted {
    color:var(--muted);
}

.error-page {
    padding-block:100px;
    text-align:center;
}

.error-code {
    font:110px 'Segoe UI',sans-serif;
    color:#d6e1f2;
    letter-spacing:-5px;
}

.error-page h1 {
    font-size:30px;
    margin-block:15px;
}

.error-page p {
    margin-bottom:30px;
}

.sr-only,.skip-link {
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
}

.skip-link:focus {
    width:auto;
    height:auto;
    clip:auto;
    padding:12px 20px;
    z-index:100;
    background:var(--navy);
    color:#fff;
    top:10px;
    left:10px;
}

[dir=ltr] h1 {
    letter-spacing:-2.5px;
    line-height:1.2;
}

[dir=ltr] .hero h1 {
    font-size:62px;
    line-height:1.15;
    margin-block:30px;
}

[dir=ltr] .hero-description {
    font-size:15px;
    line-height:1.9;
}

[dir=ltr] h2 {
    line-height:1.4;
    letter-spacing:-1px;
}

[dir=ltr] .main-nav {
    gap:23px;
}

[dir=ltr] .hero-actions {
    gap:20px;
}

[dir=ltr] .hero-actions .button {
    font-size:12px;
    padding-inline:18px;
    gap:16px;
}

[dir=ltr] .page-heading h1,[dir=ltr] .contact-copy h1,[dir=ltr] .login-intro h1 {
    line-height:1.3;
}

[dir=ltr] .hero-copy .eyebrow {
    font-size:9px;
}

[dir=ltr] .solution-card h3 {
    font-size:16px;
}

[dir=ltr] .workspace-heading h1 {
    line-height:1.5;
    letter-spacing:-.7px;
}

@media(min-width:1500px) {
    .container {
        max-width:1280px;
    }
    .hero {
        gap:95px;
        min-height:690px;
    }
    .hero-visual {
        min-height:490px;
    }
}

@media(max-width:1150px) {
    .container {
        width:calc(100% - 60px);
    }
    .nav-shell {
        gap:20px;
    }
    .main-nav {
        gap:20px;
    }
    .nav-actions {
        gap:15px;
    }
    .brand {
        font-size:20px;
    }
    .brand small {
        font-size:6px;
    }
    .brand img {
        width:29px;
    }
    .hero {
        gap:35px;
    }
    .hero h1 {
        font-size:54px;
    }
    .hero-visual {
        min-height:420px;
    }
    .hero-actions {
        gap:15px;
    }
    .hero-actions .button {
        font-size:11px;
        padding-inline:16px;
        gap:15px;
    }
    .hero-actions .text-link {
        font-size:11px;
    }
    .label-ai {
        right:12px;
        top:175px;
    }
    .label-data {
        left:16px;
        top:85px;
    }
    .float-label {
        padding:10px;
        gap:7px;
    }
    .float-label>div {
        font-size:8px;
    }
    .label-systems {
        left:40px;
        bottom:90px;
    }
    .solution-card {
        padding:22px 18px;
    }
    .solution-card h3 {
        font-size:15px;
    }
    .approach-grid {
        gap:65px;
    }
    .expertise-strip span {
        font-size:8px;
        letter-spacing:.5px;
    }
    .workspace {
        grid-template-columns:210px minmax(0,1fr);
    }
    .workspace-sidebar {
        padding-inline:15px;
    }
    .workspace-main {
        padding:30px 25px;
    }
    .stats-grid {
        gap:12px;
    }
    .stat-card {
        padding:17px;
    }
    .dashboard-grid {
        grid-template-columns:minmax(0,1.5fr) minmax(220px,1fr);
        gap:15px;
    }
    .panel {
        padding:20px;
    }
    .contact-layout,.login-layout {
        gap:65px;
    }
    .hero-copy .eyebrow {
        font-size:10px;
    }
    [dir=ltr] .main-nav {
        gap:16px;
    }
    [dir=ltr] .main-nav>a {
        font-size:12px;
    }
    [dir=ltr] .hero h1 {
        font-size:51px;
    }
    [dir=ltr] .hero-actions {
        flex-wrap:wrap;
    }
}

@media(max-width:950px) {
    .main-nav {
        gap:16px;
    }
    .main-nav>a {
        font-size:11px;
    }
    .nav-actions .button {
        display:none;
    }
    .hero {
        gap:30px;
        min-height:590px;
    }
    .hero h1 {
        font-size:47px;
    }
    .hero-description {
        font-size:13px;
    }
    .hero-visual {
        min-height:395px;
    }
    .hero-actions {
        flex-wrap:wrap;
    }
    .float-label>div>span {
        font-size:7px;
    }
    .float-label {
        padding:8px;
    }
    .label-ai {
        right:8px;
        top:145px;
    }
    .label-data {
        left:12px;
        top:80px;
    }
    .label-systems {
        left:30px;
        bottom:80px;
    }
    .core-cube {
        width:105px;
        height:120px;
    }
    .core-cube>span {
        font-size:60px;
    }
    .visual-top {
        font-size:6px;
        left:16px;
        right:16px;
    }
    .visual-top>span:last-child {
        display:none;
    }
    .expertise-strip .container {
        justify-content:center;
        gap:22px;
        padding-block:20px;
    }
    .expertise-strip span:first-child {
        width:100%;
        text-align:center;
    }
    .solution-grid {
        grid-template-columns:repeat(2,1fr);
    }
    .solution-card {
        min-height:260px;
    }
    .section-heading {
        gap:30px;
    }
    .section-heading>p {
        max-width:320px;
    }
    .section-heading h2 {
        font-size:25px;
    }
    .article-grid {
        gap:20px;
    }
    .article-art {
        height:180px;
    }
    .article-card h3 {
        font-size:15px;
    }
    .approach-grid {
        gap:40px;
    }
    .approach-grid h2 {
        font-size:27px;
    }
    .cta-section {
        padding:35px;
    }
    .cta-section h2 {
        font-size:27px;
    }
    .footer-links {
        gap:24px;
    }
    .workspace {
        grid-template-columns:180px minmax(0,1fr);
    }
    .workspace-sidebar nav a {
        gap:8px;
        padding:10px 8px;
    }
    .workspace-sidebar nav a span {
        font-size:10px;
    }
    .workspace-sidebar>.eyebrow {
        font-size:7px;
    }
    .workspace-main {
        padding:25px 20px;
    }
    .stats-grid {
        grid-template-columns:repeat(2,1fr);
    }
    .dashboard-grid {
        grid-template-columns:minmax(0,1fr);
    }
    .stats-grid.three {
        grid-template-columns:repeat(3,1fr);
    }
    .stats-grid.three .stat-card {
        padding:15px;
    }
    .stats-grid.three .stat-card>span {
        font-size:9px;
    }
    .stats-grid.three .stat-card>small {
        font-size:8px;
    }
    .workspace-heading h1 {
        font-size:24px;
    }
    .workspace-heading .date-badge {
        display:none;
    }
    .contact-copy h1,.login-intro h1 {
        font-size:40px;
    }
    .contact-layout,.login-layout {
        gap:35px;
    }
    .form-card {
        padding:25px;
    }
    .detail-layout {
        gap:35px;
    }
    .hero-note {
        font-size:9px;
    }
}

@media(max-width:700px) {
    .container {
        width:calc(100% - 40px);
    }
    .site-header {
        height:78px;
    }
    .brand {
        font-size:21px;
    }
    .brand small {
        font-size:6px;
    }
    .nav-shell {
        gap:15px;
    }
    .menu-toggle {
        display:block;
        margin-inline-start:auto;
    }
    .nav-actions {
        gap:10px;
    }
    .language {
        font-size:11px;
    }
    .main-nav {
        display:none;
        position:absolute;
        top:78px;
        left:0;
        right:0;
        background:#fff;
        border-bottom:1px solid var(--line);
        padding:20px;
        box-shadow:0 20px 30px #19375610;
    }
    .main-nav.is-open {
        display:flex;
        flex-direction:column;
        align-items:stretch;
        gap:0;
    }
    .main-nav>a {
        padding:12px 8px;
        font-size:14px;
    }
    .main-nav>a.active:after {
        display:none;
    }
    .hero {
        grid-template-columns:1fr;
        padding-top:43px;
        padding-bottom:40px;
        gap:36px;
    }
    .hero-copy .eyebrow {
        font-size:10px;
    }
    .hero h1 {
        font-size:52px;
        line-height:1.65;
        margin-top:17px;
    }
    .hero-description {
        font-size:14px;
        max-width:480px;
    }
    .hero-actions {
        gap:25px;
        margin-top:23px;
    }
    .hero-actions .button {
        font-size:12px;
        padding:12px 18px;
    }
    .hero-actions .text-link {
        font-size:12px;
    }
    .hero-note {
        font-size:10px;
        margin-top:24px;
    }
    .hero-visual {
        min-height:390px;
        width:100%;
        max-width:530px;
        justify-self:center;
    }
    .label-data {
        left:30px;
        top:80px;
    }
    .label-ai {
        right:20px;
        top:155px;
    }
    .label-systems {
        left:50px;
        bottom:85px;
    }
    .float-label {
        padding:12px;
        gap:10px;
    }
    .float-label>div {
        font-size:9px;
    }
    .float-label>div>span {
        font-size:8px;
    }
    .visual-top {
        font-size:7px;
        top:20px;
        left:20px;
    }
    .core-cube {
        width:118px;
        height:133px;
    }
    .core-cube>span {
        font-size:67px;
    }
    .expertise-strip .container {
        gap:15px;
        padding:19px 0;
        min-height:95px;
    }
    .expertise-strip span {
        font-size:7px;
    }
    .expertise-strip i {
        font-size:11px;
    }
    .expertise-strip i:last-of-type,.expertise-strip span:last-of-type {
        display:none;
    }
    .section {
        padding-block:50px;
    }
    .section-heading {
        flex-direction:column;
        align-items:start;
        gap:18px;
        margin-bottom:25px;
    }
    .section-heading h2 {
        font-size:26px;
        margin-top:12px;
    }
    .section-heading>p {
        max-width:100%;
        font-size:12px;
    }
    .section-heading>.text-link {
        font-size:11px;
    }
    .solution-grid {
        gap:12px;
    }
    .solution-card {
        padding:20px 16px;
        min-height:272px;
    }
    .solution-card h3 {
        font-size:15px;
    }
    .solution-card p {
        font-size:11px;
    }
    .card-top {
        margin-bottom:22px;
    }
    .card-bottom {
        margin-top:16px;
        font-size:9px;
    }
    .solution-symbol {
        width:34px;
        height:34px;
        font-size:22px;
    }
    .approach-section {
        padding-block:45px;
    }
    .approach-grid {
        grid-template-columns:1fr;
        gap:20px;
    }
    .approach-grid h2 {
        font-size:28px;
    }
    .approach-grid p {
        font-size:13px;
    }
    .process-step {
        padding-block:20px;
    }
    .article-grid {
        grid-template-columns:1fr;
        gap:35px;
    }
    .article-art {
        height:220px;
    }
    .article-card h3 {
        font-size:19px;
    }
    .article-card p {
        font-size:12px;
    }
    .article-meta {
        font-size:10px;
    }
    .article-card .text-link {
        font-size:12px;
        margin-top:14px;
    }
    .cta-section {
        padding:30px;
        flex-direction:column;
        align-items:start;
        gap:23px;
        margin-bottom:45px;
    }
    .cta-section h2 {
        font-size:28px;
    }
    .cta-section p {
        font-size:12px;
    }
    .cta-pattern {
        left:-50px;
        top:-80px;
    }
    .footer-top {
        flex-direction:column;
        align-items:start;
        gap:28px;
        padding-bottom:28px;
    }
    .footer-links {
        flex-wrap:wrap;
        gap:22px;
    }
    .footer-bottom {
        flex-direction:column;
        align-items:start;
        gap:13px;
        font-size:9px;
    }
    .site-footer {
        padding-top:35px;
    }
    .page-heading {
        padding-top:43px;
        padding-bottom:35px;
    }
    .page-heading h1 {
        font-size:38px;
    }
    .page-heading>p {
        font-size:14px;
    }
    .directory-row {
        gap:20px;
        padding:30px 0;
    }
    .directory-number {
        font-size:28px;
    }
    .directory-row h2 {
        font-size:23px;
    }
    .directory-row .eyebrow {
        font-size:8px;
        letter-spacing:1px;
    }
    .directory-row p {
        font-size:12px;
    }
    .directory-arrow {
        font-size:24px;
    }
    .solution-directory {
        padding-bottom:40px;
    }
    .detail-layout {
        grid-template-columns:1fr;
        padding-bottom:45px;
    }
    .prose {
        font-size:14px;
        line-height:2.4;
    }
    .filter-bar {
        flex-wrap:wrap;
        gap:10px;
    }
    .search-field {
        max-width:none;
        flex-basis:100%;
    }
    .filter-bar select {
        flex:1;
        max-width:none;
        width:150px;
    }
    .filter-bar .button {
        padding:9px 18px;
    }
    .result-count {
        font-size:10px;
    }
    .news-section {
        padding-bottom:45px;
    }
    .article-detail {
        padding-top:45px;
    }
    .article-detail h1 {
        font-size:29px;
        line-height:1.9;
    }
    .article-lead {
        font-size:14px;
    }
    .article-detail .article-meta {
        font-size:9px;
        gap:12px;
        flex-wrap:wrap;
    }
    .detail-art {
        height:250px;
        margin-bottom:30px;
    }
    .detail-art .art-shape {
        width:150px;
        height:150px;
    }
    .about-manifesto {
        padding:30px;
    }
    .about-manifesto h2 {
        font-size:26px;
    }
    .about-manifesto p {
        font-size:13px;
    }
    .values-grid {
        grid-template-columns:1fr;
        gap:30px;
    }
    .value-card h3 {
        margin-top:14px;
    }
    .contact-layout,.login-layout {
        grid-template-columns:1fr;
        padding-block:40px;
        gap:35px;
    }
    .contact-copy h1,.login-intro h1 {
        font-size:40px;
    }
    .contact-note {
        margin-block:25px;
        padding-block:20px;
    }
    .form-card,.login-layout .form-card {
        padding:25px;
    }
    .login-decoration {
        display:none;
    }
    .workspace {
        grid-template-columns:1fr;
        min-height:calc(100vh - 78px);
    }
    .workspace-sidebar {
        padding:14px 20px;
        border-inline-end:0;
        border-bottom:1px solid var(--line);
    }
    .workspace-sidebar>.eyebrow,.profile,.sidebar-bottom {
        display:none;
    }
    .workspace-sidebar nav {
        flex-direction:row;
        overflow-x:auto;
        gap:8px;
    }
    .workspace-sidebar nav a {
        flex-shrink:0;
        gap:7px;
        padding:8px 12px;
    }
    .workspace-sidebar nav a span {
        font-size:11px;
    }
    .workspace-main {
        padding:25px 20px 45px;
    }
    .workspace-heading {
        gap:18px;
        align-items:start;
    }
    .workspace-heading h1 {
        font-size:25px;
    }
    .workspace-heading p {
        font-size:10px;
    }
    .workspace-heading .button {
        font-size:10px;
        padding:9px 12px;
        gap:8px;
    }
    .workspace-heading .eyebrow {
        font-size:7px;
        letter-spacing:1px;
    }
    .stats-grid,.stats-grid.three {
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }
    .stats-grid.three .stat-card:last-child {
        grid-column:1/-1;
    }
    .stats-grid.three .stat-card>span {
        font-size:11px;
    }
    .stats-grid.three .stat-card>small {
        font-size:9px;
    }
    .stat-card>strong {
        font-size:32px;
    }
    .stat-card {
        padding:18px;
    }
    .panel {
        padding:20px 16px;
    }
    .panel-heading {
        gap:10px;
    }
    .panel-heading h2 {
        font-size:15px;
    }
    .ticket-row {
        gap:12px;
        flex-wrap:wrap;
    }
    .ticket-row>div {
        min-width:150px;
    }
    .ticket-row strong {
        font-size:12px;
    }
    .ticket-row time {
        font-size:9px;
    }
    .ticket-row>span:last-child {
        display:none;
    }
    .tabs {
        gap:23px;
    }
    .workspace-form {
        padding:22px;
    }
    .message {
        padding:20px;
    }
    .message-heading {
        gap:10px;
    }
    .message-heading time {
        font-size:8px;
    }
    .message-heading strong {
        font-size:11px;
    }
    .service-item {
        gap:10px;
    }
    .service-item h3 {
        font-size:12px;
    }
    .service-item p {
        font-size:10px;
    }
    .service-icon {
        width:35px;
        height:35px;
    }
    .service-item .badge {
        font-size:9px;
    }
    .error-page {
        padding-block:60px;
    }
    .error-page h1 {
        font-size:24px;
    }
    .error-code {
        font-size:85px;
    }
    .danger-zone {
        font-size:11px;
    }
    [dir=ltr] .hero h1 {
        font-size:53px;
    }
    [dir=ltr] .main-nav>a {
        font-size:14px;
    }
    [dir=ltr] .workspace-heading h1 {
        font-size:24px;
    }
    [dir=ltr] .hero-actions {
        gap:20px;
    }
}

@media(max-width:380px) {
    .container {
        width:calc(100% - 32px);
    }
    .hero h1 {
        font-size:47px;
    }
    .solution-grid {
        grid-template-columns:1fr;
    }
    .solution-card {
        min-height:240px;
    }
    .hero-visual {
        min-height:345px;
    }
    .float-label {
        padding:9px;
    }
    .label-data {
        left:15px;
        top:65px;
    }
    .label-ai {
        right:10px;
        top:140px;
    }
    .label-systems {
        left:25px;
        bottom:65px;
    }
    .core-cube {
        width:100px;
        height:115px;
    }
    .visual-bottom {
        font-size:6px;
        bottom:18px;
    }
    .workspace-main {
        padding-inline:15px;
    }
    .stats-grid {
        gap:10px;
    }
    .stat-card {
        padding:15px;
    }
    .nav-actions .language span {
        display:none;
    }
    .brand {
        font-size:20px;
    }
    .hero-actions {
        gap:18px;
    }
    .hero-actions .button {
        font-size:11px;
    }
    .hero-actions .text-link {
        font-size:11px;
    }
}

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

@media(min-width:701px) {
    .main-nav>.mobile-portal {
        display:none;
    }
}
