:root {
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --secondary: #06b6d4;
    --accent: #f97316;
    --dark: #0f172a;
    --dark-2: #1e293b;
    --text: #475569;
    --muted: #64748b;
    --light: #f8fafc;
    --white: #ffffff;
    --border: #e2e8f0;
    --success: #16a34a;
    --shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    --radius: 24px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--dark);
    background: var(--white);
    line-height: 1.6;
}

.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 24;
}

.fa-solid,
.fa-brands,
.fa-regular {
    line-height: 1;
}

/* Reusable SVG icon system */
.svg-icon {
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: currentColor;
    -webkit-mask: var(--svg) center / contain no-repeat;
    mask: var(--svg) center / contain no-repeat;
}

.svg-check { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E"); }
.svg-menu { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 6h18v2H3V6Zm0 5h18v2H3v-2Zm0 5h18v2H3v-2Z'/%3E%3C/svg%3E"); }
.svg-close { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m18.3 5.7-1.4-1.4L12 9.2 7.1 4.3 5.7 5.7l4.9 4.9-4.9 4.9 1.4 1.4 4.9-4.9 4.9 4.9 1.4-1.4-4.9-4.9 4.9-4.9Z'/%3E%3C/svg%3E"); }
.svg-arrow-up { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13 20h-2V7.8l-5.6 5.6L4 12l8-8 8 8-1.4 1.4L13 7.8V20Z'/%3E%3C/svg%3E"); }
.svg-rocket { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2c2.8.3 5.2 1.4 6.8 3.2-1.8.5-3.3 1.5-4.7 2.9l-4.8 4.8-2.2-2.2 4.8-4.8C13.3 4.5 14.3 3 14.8 1.2c-.9-.1-1.8-.1-2.8-.2Zm-6.3 9.3 7 7-1.4 1.4-2.1-2.1-3.6 3.6H3v-2.6l3.6-3.6-2.3-2.3 1.4-1.4Zm10.6-1.6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E"); }
.svg-globe { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.9 6h-3a15.8 15.8 0 0 0-1.4-3.1A8.1 8.1 0 0 1 18.9 8ZM12 4.1c.7 1 1.3 2.3 1.7 3.9h-3.4c.4-1.6 1-2.9 1.7-3.9ZM4.3 14a8.5 8.5 0 0 1 0-4h3.4a16.7 16.7 0 0 0 0 4H4.3Zm.8 2h3a15.8 15.8 0 0 0 1.4 3.1A8.1 8.1 0 0 1 5.1 16Zm3-8h-3a8.1 8.1 0 0 1 4.4-3.1A15.8 15.8 0 0 0 8.1 8ZM12 19.9c-.7-1-1.3-2.3-1.7-3.9h3.4c-.4 1.6-1 2.9-1.7 3.9ZM14.1 14H9.9a14.4 14.4 0 0 1 0-4h4.2a14.4 14.4 0 0 1 0 4Zm.4 5.1a15.8 15.8 0 0 0 1.4-3.1h3a8.1 8.1 0 0 1-4.4 3.1ZM16.3 14a16.7 16.7 0 0 0 0-4h3.4a8.5 8.5 0 0 1 0 4h-3.4Z'/%3E%3C/svg%3E"); }
.svg-code { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.7 16.3 4.4 12l4.3-4.3L7.3 6.3 1.6 12l5.7 5.7 1.4-1.4Zm6.6 0 4.3-4.3-4.3-4.3 1.4-1.4 5.7 5.7-5.7 5.7-1.4-1.4ZM13.8 4l-5.6 16h2.1l5.6-16h-2.1Z'/%3E%3C/svg%3E"); }
.svg-phone { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17 1H7C5.9 1 5 1.9 5 3v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2Zm-5 21a1.4 1.4 0 1 1 0-2.8 1.4 1.4 0 0 1 0 2.8Zm5-4H7V4h10v14Z'/%3E%3C/svg%3E"); }
.svg-cart { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM7.2 14.8h7.5c.8 0 1.5-.4 1.9-1.1L21 6H6.2L5.3 4H2V2h4.6l1.1 2.4L10.2 10h7.2l-2.2 3.8H8.1L7.2 12H5l2.2 2.8Z'/%3E%3C/svg%3E"); }
.svg-gear { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m19.4 13.5.1-1.5-.1-1.5 2-1.6-2-3.5-2.4 1a8 8 0 0 0-2.6-1.5L14 2h-4l-.4 2.9A8 8 0 0 0 7 6.4l-2.4-1-2 3.5 2 1.6-.1 1.5.1 1.5-2 1.6 2 3.5 2.4-1a8 8 0 0 0 2.6 1.5L10 22h4l.4-2.9a8 8 0 0 0 2.6-1.5l2.4 1 2-3.5-2-1.6ZM12 15.5A3.5 3.5 0 1 1 12 8a3.5 3.5 0 0 1 0 7.5Z'/%3E%3C/svg%3E"); }
.svg-plug { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h2v6h2V2h2v6h2V2h2v7a5 5 0 0 1-4 4.9V22h-2v-8.1A5 5 0 0 1 7 9V2Zm2 8a3 3 0 0 0 6 0H9Z'/%3E%3C/svg%3E"); }
.svg-megaphone { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M21 6v12h-2l-9-4H6v3a3 3 0 0 0 3 3v2a5 5 0 0 1-5-5v-3H3V10h7l9-4h2Z'/%3E%3C/svg%3E"); }
.svg-tools { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m22 19.6-6.3-6.3a6.4 6.4 0 0 1-7-8.8l4.1 4.1 2.8-2.8-4.1-4.1a6.4 6.4 0 0 1 8.8 7l6.3 6.3-3.6 4.6ZM5.6 22 2 18.4l8.2-8.2 3.6 3.6L5.6 22Z'/%3E%3C/svg%3E"); }
.svg-ai { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 2h6v3h3a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3h-1v3H7v-3H6a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h3V2Zm-3 8a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm8 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm-5 5h6v-2H9v2Z'/%3E%3C/svg%3E"); }
.svg-school { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m12 3 11 6-11 6L1 9l11-6Zm-6 9.2 6 3.3 6-3.3V17c0 1.7-2.7 4-6 4s-6-2.3-6-4v-4.8Z'/%3E%3C/svg%3E"); }
.svg-briefcase { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 4h6a2 2 0 0 1 2 2v2h4v12H3V8h4V6a2 2 0 0 1 2-2Zm0 4h6V6H9v2Zm-4 4v6h14v-6h-5v2h-4v-2H5Z'/%3E%3C/svg%3E"); }
.svg-building { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 22V2h16v20h-6v-5h-4v5H4Zm4-16v3h3V6H8Zm5 0v3h3V6h-3Zm-5 5v3h3v-3H8Zm5 0v3h3v-3h-3Z'/%3E%3C/svg%3E"); }
.svg-whatsapp { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a9.8 9.8 0 0 0-8.5 14.7L2 22l5.5-1.4A10 10 0 1 0 12 2Zm4.4 12.1c-.2-.1-1.5-.7-1.7-.8-.2-.1-.4-.1-.6.1l-.8 1c-.1.2-.3.2-.5.1a6.6 6.6 0 0 1-3.3-2.9c-.1-.2 0-.4.1-.5l.4-.5c.1-.1.1-.3.2-.4v-.5c0-.1-.6-1.4-.8-1.9-.2-.4-.4-.4-.6-.4h-.5c-.2 0-.5.1-.7.3-.2.2-.9.8-.9 2s.9 2.3 1 2.5c.1.2 1.8 2.8 4.4 3.9.6.3 1.1.4 1.5.5.6.2 1.2.2 1.7.1.5-.1 1.5-.6 1.7-1.2.2-.6.2-1.1.1-1.2-.1-.1-.2-.2-.4-.3Z'/%3E%3C/svg%3E"); }
.svg-store { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h16l1 6a4 4 0 0 1-6 3.5 4 4 0 0 1-6 0A4 4 0 0 1 3 10l1-6Zm1 11h14v7H5v-7Z'/%3E%3C/svg%3E"); }
.svg-family { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm8.5 1a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7ZM2 21c.5-4.5 3.2-7 6-7s5.5 2.5 6 7H2Zm11.5 0c.3-2.6 1.5-4.6 3.1-5.8 2.4.2 4.5 2.4 5 5.8h-8.1Z'/%3E%3C/svg%3E"); }
.svg-hospital { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 22V3h16v19h-6v-5h-4v5H4Zm7-15v3H8v4h3v3h4v-3h3v-4h-3V7h-4Z'/%3E%3C/svg%3E"); }
.svg-design { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m3 17.3 9.9-9.9 3.7 3.7L6.7 21H3v-3.7ZM18 9.7 14.3 6 16.6 3.7a1 1 0 0 1 1.4 0L20.3 6a1 1 0 0 1 0 1.4L18 9.7Z'/%3E%3C/svg%3E"); }
.svg-target { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 10 10h-2a8 8 0 1 1-8-8V2Zm0 4a6 6 0 1 0 6 6h-2a4 4 0 1 1-4-4V6Zm0 4a2 2 0 1 0 2 2h-2v-2Z'/%3E%3C/svg%3E"); }
.svg-lock { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17 9V7A5 5 0 0 0 7 7v2H5v13h14V9h-2Zm-8 0V7a3 3 0 0 1 6 0v2H9Z'/%3E%3C/svg%3E"); }
.svg-bolt { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13 2 3 14h8l-1 8 11-13h-8l0-7Z'/%3E%3C/svg%3E"); }
.svg-handshake { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m8.5 12 2.1-2.1 2.8 2.8a2 2 0 0 0 2.8 0l.8-.8-4.9-4.9a3 3 0 0 0-4.2 0L6 8.9l2.5 3.1ZM2 9l3-3 4 4-3 3-4-4Zm20 0-3 3-3-3 3-3 3 3Z'/%3E%3C/svg%3E"); }
.svg-call { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.6 10.8a15.1 15.1 0 0 0 6.6 6.6l2.2-2.2a1 1 0 0 1 1-.2c1.1.4 2.3.6 3.6.6a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.4a1 1 0 0 1 1 1c0 1.3.2 2.5.6 3.6a1 1 0 0 1-.2 1l-2.2 2.2Z'/%3E%3C/svg%3E"); }
.svg-mail { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 5h18v14H3V5Zm9 8 7-5.2V7l-7 5-7-5v.8L12 13Z'/%3E%3C/svg%3E"); }
.svg-location { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E"); }
.svg-support { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3a8 8 0 0 0-8 8v3a3 3 0 0 0 3 3h1v-7H6a6 6 0 0 1 12 0h-2v7h1a3 3 0 0 0 3-3v-3a8 8 0 0 0-8-8Z'/%3E%3C/svg%3E"); }
.svg-insights { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 20V4h2v16H4Zm4 0V10h2v10H8Zm4 0V7h2v13h-2Zm4 0v-6h2v6h-2Zm4 0V3h2v17h-2Z'/%3E%3C/svg%3E"); }
.svg-verified { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m12 2 2.2 2 3-.3 1 2.8 2.6 1.5-.8 2.9 1.2 2.8-2.5 1.8-1 2.8-3-.3-2.7 2-2.7-2-3 .3-1-2.8-2.5-1.8L4 10.9 3.2 8l2.6-1.5 1-2.8 3 .3L12 2Zm-1.1 13.4 6-6L15.5 8l-4.6 4.6-2.4-2.4L7.1 11.6l3.8 3.8Z'/%3E%3C/svg%3E"); }
.svg-facebook { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14 8h3V4h-3c-3 0-5 2-5 5v2H6v4h3v7h4v-7h3.3l.7-4h-4V9c0-.6.4-1 1-1Z'/%3E%3C/svg%3E"); }
.svg-instagram { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5Zm5 5a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm6-1.2a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4ZM12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z'/%3E%3C/svg%3E"); }
.svg-x { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M18.9 2h3.1l-6.8 7.8L23.2 22h-6.3l-4.9-7.1L6.3 22H3.2l7.3-8.4L2.8 2h6.5l4.4 6.5L18.9 2Z'/%3E%3C/svg%3E"); }
.svg-linkedin { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 3a2 2 0 1 1 0 4 2 2 0 0 1 0-4ZM2 9h4v12H2V9Zm7 0h4v1.7A4.4 4.4 0 0 1 17 8.8c3 0 5 2 5 6V21h-4v-5.6c0-1.5-.5-2.6-1.9-2.6-1 0-1.6.7-1.9 1.3-.1.2-.2.6-.2.9V21h-4V9Z'/%3E%3C/svg%3E"); }
.svg-youtube { --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M23 7.5s-.2-1.7-.9-2.4c-.9-.9-1.9-.9-2.4-1C16.4 3.8 12 3.8 12 3.8s-4.4 0-7.7.3c-.5.1-1.5.1-2.4 1C1.2 5.8 1 7.5 1 7.5S.8 9.5.8 11.5v1c0 2 .2 4 .2 4s.2 1.7.9 2.4c.9.9 2.1.9 2.6 1 1.9.2 7.5.3 7.5.3s4.4 0 7.7-.3c.5-.1 1.5-.1 2.4-1 .7-.7.9-2.4.9-2.4s.2-2 .2-4v-1c0-2-.2-4-.2-4ZM10 15.5v-7l6 3.5-6 3.5Z'/%3E%3C/svg%3E"); }

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.topbar {
    background: var(--dark);
    color: #cbd5e1;
    font-size: 14px;
}

.topbar-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.topbar-links {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.topbar strong {
    color: var(--white);
    font-weight: 700;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.85);
}

.nav-inner {
    position: relative;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    letter-spacing: -0.04em;
    font-size: 23px;
    color: var(--dark);
    white-space: nowrap;
}

.brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: var(--white);
    border-radius: 15px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
    font-weight: 900;
}

.menu {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
}

.menu > li {
    position: relative;
}

.menu > li > a,
.menu > li > button {
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
    color: var(--dark-2);
    font-weight: 700;
    padding: 12px 13px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.menu > li > a:hover,
.menu > li > button:hover {
    background: #eff6ff;
    color: var(--primary);
}

.dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 280px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 10px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.22s ease;
}

.menu > li.products-menu,
.menu > li.services-menu {
    position: static;
}

.dropdown.products-dropdown,
.dropdown.services-dropdown {
    left: 0;
    right: 0;
    top: calc(100% + 12px);
    width: 100%;
    min-width: 100%;
    padding: 0;
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 28px 80px rgba(7, 29, 54, 0.16);
}

.dropdown.services-dropdown {
    min-width: 100%;
}

.products-mega-inner,
.services-mega-inner {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 0;
    width: 100%;
}

.products-mega-info,
.services-mega-info {
    position: relative;
    overflow: hidden;
    padding: 26px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.products-mega-info::after,
.services-mega-info::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    right: -70px;
    bottom: -70px;
    background: rgba(243, 112, 33, 0.28);
}

.products-mega-info h4,
.products-mega-info p,
.products-mega-badge,
.services-mega-info h4,
.services-mega-info p,
.services-mega-badge {
    position: relative;
    z-index: 1;
}

.products-mega-badge,
.services-mega-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 18px;
}

.products-mega-info h4,
.services-mega-info h4 {
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
}

.products-mega-info p,
.services-mega-info p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.65;
}

.products-mega-grid,
.services-mega-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 18px;
    background:
            radial-gradient(circle at 90% 0%, rgba(243, 112, 33, 0.10), transparent 30%),
            #ffffff;
}

.products-dropdown a,
.services-dropdown a {
    position: relative;
    min-height: 112px;
    align-items: flex-start;
    padding: 16px;
    background: #ffffff;
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 8px 22px rgba(7, 29, 54, 0.045);
    transition: 0.22s ease;
}

.products-dropdown a::after,
.services-dropdown a::after {
    content: "View";
    position: absolute;
    right: 14px;
    bottom: 12px;
    color: var(--secondary);
    font-size: 11px;
    font-weight: 900;
    opacity: 0;
    transform: translateX(-5px);
    transition: 0.2s ease;
}

.products-dropdown a:hover,
.services-dropdown a:hover {
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(7, 29, 54, 0.10);
    transform: translateY(-3px);
    border-color: rgba(243, 112, 33, 0.35);
}

.products-dropdown a:hover::after,
.services-dropdown a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.product-menu-content,
.service-menu-content {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding-right: 24px;
}

.product-menu-title,
.service-menu-title {
    color: var(--dark-2);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}

.product-menu-tag,
.service-menu-tag {
    display: inline-flex;
    width: fit-content;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(243, 112, 33, 0.10);
    color: #b84b0e;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.product-menu-tag.saas,
.service-menu-tag.growth {
    background: rgba(22, 163, 74, 0.12);
    color: #166534;
}

.product-menu-tag.upcoming,
.service-menu-tag.support {
    background: rgba(239, 68, 68, 0.12);
    color: #991b1b;
}

.products-dropdown .dropdown-icon,
.services-dropdown .dropdown-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    border-radius: 18px;
    background:
            linear-gradient(135deg, rgba(23, 79, 145, 0.12), rgba(243, 112, 33, 0.10)),
            #ffffff;
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 10px 24px rgba(7, 29, 54, 0.06);
    font-size: 22px;
}

.services-dropdown a:nth-child(even) .dropdown-icon,
.products-dropdown a:nth-child(even) .dropdown-icon {
    background:
            linear-gradient(135deg, rgba(243, 112, 33, 0.14), rgba(247, 148, 29, 0.10)),
            #ffffff;
}

.menu-dropdown-img-icon {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
}

.menu li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown a {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 14px;
    border-radius: 14px;
    color: var(--dark-2);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.35;
    min-height: 54px;
}

.dropdown a:hover {
    background: var(--light);
    color: var(--primary);
}

.dropdown-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #eff6ff;
    color: var(--primary);
    flex: 0 0 36px;
    font-size: 20px;
}

.dropdown-icon .material-symbols-rounded,
.dropdown-icon i {
    font-size: 21px;
    width: 21px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), #ef4444);
    color: var(--white);
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(249, 115, 22, 0.28);
    white-space: nowrap;
}

.mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--white);
    font-size: 22px;
    cursor: pointer;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 72px;
    background:
            radial-gradient(circle at 10% 20%, rgba(37, 99, 235, 0.14), transparent 35%),
            radial-gradient(circle at 85% 10%, rgba(6, 182, 212, 0.16), transparent 35%),
            linear-gradient(180deg, #ffffff, #f8fbff);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    gap: 54px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    color: var(--primary);
    border-radius: 999px;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: clamp(38px, 6vw, 70px);
    line-height: 1.02;
    letter-spacing: -0.07em;
    font-weight: 900;
    margin-bottom: 22px;
}

.gradient-text {
    position: relative;
    display: inline-block;
    color: var(--primary);
    background: transparent;
    -webkit-background-clip: initial;
    font-weight: 900;
    white-space: nowrap;
}

.gradient-text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 12px;
    border-radius: 999px;
    background: rgba(243, 112, 33, 0.18);
    z-index: -1;
}

.hero p {
    color: var(--text);
    font-size: 18px;
    max-width: 650px;
    margin-bottom: 30px;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.btn-primary,
.btn-secondary {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 24px;
    font-weight: 900;
    transition: 0.2s ease;
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.26);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.btn-secondary {
    background: var(--white);
    color: var(--dark);
    border: 1px solid var(--border);
}

.btn-secondary:hover {
    border-color: var(--primary);
    color: var(--primary);
    transform: translateY(-2px);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 620px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.stat-card strong {
    display: block;
    font-size: 26px;
    line-height: 1;
    color: var(--dark);
    margin-bottom: 7px;
}

.stat-card span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.hero-visual {
    position: relative;
}

.dashboard-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 32px;
    padding: 18px;
    box-shadow: var(--shadow);
    transform: rotate(1deg);
}

.dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px 18px;
}

.dots {
    display: flex;
    gap: 7px;
}

.dots span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #cbd5e1;
}

.dots span:nth-child(1) { background: #ef4444; }
.dots span:nth-child(2) { background: #f59e0b; }
.dots span:nth-child(3) { background: #22c55e; }

.dashboard-body {
    background: linear-gradient(180deg, #f8fafc, #ffffff);
    border-radius: 24px;
    padding: 18px;
    border: 1px solid var(--border);
}

.metric-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 16px;
}

.metric {
    padding: 18px;
    border-radius: 20px;
    background: var(--white);
    border: 1px solid var(--border);
}

.metric span {
    display: block;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.metric strong {
    font-size: 24px;
}

.progress-card {
    background: var(--dark);
    color: var(--white);
    border-radius: 24px;
    padding: 22px;
    margin-bottom: 16px;
}

.progress-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.bar {
    height: 10px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    overflow: hidden;
}

.bar span {
    display: block;
    width: 78%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--secondary), var(--primary));
}

.task-list {
    display: grid;
    gap: 10px;
}

.task-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 14px;
    font-weight: 800;
    font-size: 14px;
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.section {
    padding: 88px 0;
}

.section-light {
    background: var(--light);
}

.section-head {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.section-head h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.05em;
    font-weight: 900;
    margin-bottom: 14px;
}

.section-head p {
    color: var(--text);
    font-size: 17px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-card,
.product-card,
.why-card {
    position: relative;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 26px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    transition: 0.22s ease;
    overflow: hidden;
}

.service-card::before,
.product-card::before,
.why-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    opacity: 0;
    transition: 0.22s ease;
}

.service-card:hover,
.product-card:hover,
.why-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: #bfdbfe;
}

.service-card:hover::before,
.product-card:hover::before,
.why-card:hover::before {
    opacity: 1;
}

.card-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background:
            linear-gradient(135deg, rgba(23, 79, 145, 0.12), rgba(243, 112, 33, 0.10)),
            #ffffff;
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 14px 30px rgba(7, 29, 54, 0.08);
    color: var(--primary);
    margin-bottom: 20px;
}

.service-img-icon,
.product-img-icon,
.why-img-icon {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: contain;
}

.service-card:nth-child(even) .card-icon,
.product-card:nth-child(even) .card-icon,
.why-card:nth-child(even) .card-icon {
    background:
            linear-gradient(135deg, rgba(243, 112, 33, 0.14), rgba(247, 148, 29, 0.10)),
            #ffffff;
    box-shadow: 0 14px 30px rgba(243, 112, 33, 0.10);
}

.service-card h3,
.product-card h3,
.why-card h3 {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}

.service-card p,
.product-card p,
.why-card p {
    color: var(--text);
    font-size: 15px;
}

.about-wrap {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 44px;
    align-items: center;
}

.about-box {
    background: linear-gradient(135deg, var(--dark), #172554);
    color: var(--white);
    border-radius: 34px;
    padding: 34px;
    box-shadow: var(--shadow);
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.about-box::after {
    content: "";
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: rgba(6, 182, 212, 0.25);
    position: absolute;
    right: -90px;
    bottom: -80px;
}

.about-box h3 {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -0.05em;
    position: relative;
    z-index: 1;
}

.about-points {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
}

.about-point {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 800;
}

.check {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #67e8f9;
    flex: 0 0 auto;
}

.about-content h2 {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.05em;
    margin-bottom: 18px;
}

.about-content p {
    color: var(--text);
    margin-bottom: 18px;
    font-size: 17px;
}

.feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 24px;
}

.feature-list div {
    padding: 16px;
    background: var(--light);
    border-radius: 18px;
    font-weight: 800;
    border: 1px solid var(--border);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.product-card {
    padding: 22px;
}

.product-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.product-label {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.product-label.saas {
    background: #dcfce7;
    color: #166534;
}

.product-label.upcoming {
    background: #fee2e2;
    color: #991b1b;
}

.portfolio-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.portfolio-card {
    min-height: 220px;
    padding: 24px;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--white);
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
}

.portfolio-card:nth-child(2) { background: linear-gradient(135deg, #7c3aed, #2563eb); }
.portfolio-card:nth-child(3) { background: linear-gradient(135deg, #0f766e, #06b6d4); }
.portfolio-card:nth-child(4) { background: linear-gradient(135deg, #ea580c, #ef4444); }

.portfolio-card::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    top: -70px;
    right: -60px;
}

.portfolio-card h3,
.portfolio-card p {
    position: relative;
    z-index: 1;
}

.portfolio-card h3 {
    font-size: 21px;
    margin-bottom: 8px;
}

.portfolio-card p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

/* Homepage company growth counter */
.counter-section {
    padding: 0 0 88px;
    background: var(--light);
}

.counter-section .counter-wrap {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 36px;
    background:
            radial-gradient(circle at 8% 20%, rgba(23, 79, 145, 0.14), transparent 30%),
            radial-gradient(circle at 92% 8%, rgba(243, 112, 33, 0.16), transparent 28%),
            rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 28px 80px rgba(7, 29, 54, 0.10);
    backdrop-filter: blur(14px);
}

.counter-section .counter-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
            linear-gradient(rgba(23, 79, 145, 0.045) 1px, transparent 1px),
            linear-gradient(90deg, rgba(23, 79, 145, 0.045) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(135deg, rgba(0,0,0,0.52), transparent 70%);
    pointer-events: none;
}

.counter-section .counter-wrap::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -60px;
    bottom: -70px;
    border-radius: 50%;
    background: rgba(243, 112, 33, 0.13);
    pointer-events: none;
}

.counter-section .counter-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 24px;
}

.counter-section .counter-head-content {
    max-width: 620px;
}

.counter-section .counter-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: rgba(23, 79, 145, 0.10);
    color: var(--primary);
    border: 1px solid rgba(23, 79, 145, 0.14);
    font-size: 13px;
    font-weight: 900;
}

.counter-section .counter-head h2 {
    color: var(--dark);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.05em;
    margin-bottom: 8px;
}

.counter-section .counter-head p {
    color: var(--text);
    font-size: 15px;
    line-height: 1.7;
}

.counter-section .counter-head-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    padding: 13px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--white);
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(23, 79, 145, 0.18);
}

.counter-section .counter-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.counter-section .counter-card {
    position: relative;
    overflow: hidden;
    min-height: 185px;
    padding: 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 14px 34px rgba(7, 29, 54, 0.065);
    transition: 0.22s ease;
}

.counter-section .counter-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
    opacity: 0;
    transition: 0.22s ease;
}

.counter-section .counter-card::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    right: -38px;
    bottom: -38px;
    border-radius: 50%;
    background: rgba(23, 79, 145, 0.06);
}

.counter-section .counter-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 58px rgba(7, 29, 54, 0.12);
    border-color: rgba(243, 112, 33, 0.30);
}

.counter-section .counter-card:hover::before {
    opacity: 1;
}

.counter-section .counter-icon {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 24px;
    background:
            linear-gradient(135deg, rgba(23, 79, 145, 0.12), rgba(243, 112, 33, 0.10)),
            #ffffff;
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 14px 30px rgba(7, 29, 54, 0.08);
    line-height: 1;
    flex: 0 0 74px;
}

.counter-section .counter-card:nth-child(even) .counter-icon {
    background:
            linear-gradient(135deg, rgba(243, 112, 33, 0.14), rgba(247, 148, 29, 0.10)),
            #ffffff;
    box-shadow: 0 14px 30px rgba(243, 112, 33, 0.10);
}

.counter-section .counter-img-icon {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: contain;
}

.counter-section .counter-card strong {
    display: block;
    color: var(--dark);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1;
    letter-spacing: -0.055em;
    margin-bottom: 9px;
}

.counter-section .counter-card span {
    display: block;
    color: var(--dark-2);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
}

.counter-section .counter-card p {
    position: relative;
    z-index: 1;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.about-counter-section {
    padding: 88px 0 88px;
    background: var(--light);
}

.about-counter-section .counter-wrap {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 36px;
    background:
            radial-gradient(circle at 8% 20%, rgba(23, 79, 145, 0.14), transparent 30%),
            radial-gradient(circle at 92% 8%, rgba(243, 112, 33, 0.16), transparent 28%),
            rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 28px 80px rgba(7, 29, 54, 0.10);
    backdrop-filter: blur(14px);
}

.about-counter-section .counter-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
            linear-gradient(rgba(23, 79, 145, 0.045) 1px, transparent 1px),
            linear-gradient(90deg, rgba(23, 79, 145, 0.045) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(135deg, rgba(0,0,0,0.52), transparent 70%);
    pointer-events: none;
}

.about-counter-section .counter-wrap::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    right: -60px;
    bottom: -70px;
    border-radius: 50%;
    background: rgba(243, 112, 33, 0.13);
    pointer-events: none;
}

.about-counter-section .counter-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 24px;
}

.about-counter-section .counter-head-content {
    max-width: 620px;
}

.about-counter-section .counter-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: rgba(23, 79, 145, 0.10);
    color: var(--primary);
    border: 1px solid rgba(23, 79, 145, 0.14);
    font-size: 13px;
    font-weight: 900;
}

.about-counter-section .counter-head h2 {
    color: var(--dark);
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.12;
    letter-spacing: -0.05em;
    margin-bottom: 8px;
}

.about-counter-section .counter-head p {
    color: var(--text);
    font-size: 15px;
    line-height: 1.7;
}

.about-counter-section .counter-head-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    padding: 13px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--white);
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(23, 79, 145, 0.18);
}

.about-counter-section .counter-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.about-counter-section .counter-card {
    position: relative;
    overflow: hidden;
    min-height: 185px;
    padding: 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 14px 34px rgba(7, 29, 54, 0.065);
    transition: 0.22s ease;
}

.about-counter-section .counter-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
    opacity: 0;
    transition: 0.22s ease;
}

.about-counter-section .counter-card::after {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    right: -38px;
    bottom: -38px;
    border-radius: 50%;
    background: rgba(23, 79, 145, 0.06);
}

.about-counter-section .counter-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 58px rgba(7, 29, 54, 0.12);
    border-color: rgba(243, 112, 33, 0.30);
}

.about-counter-section .counter-card:hover::before {
    opacity: 1;
}

.about-counter-section .counter-icon {
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 24px;
    background:
            linear-gradient(135deg, rgba(23, 79, 145, 0.12), rgba(243, 112, 33, 0.10)),
            #ffffff;
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 14px 30px rgba(7, 29, 54, 0.08);
    line-height: 1;
    flex: 0 0 74px;
}

.about-counter-section .counter-card:nth-child(even) .counter-icon {
    background:
            linear-gradient(135deg, rgba(243, 112, 33, 0.14), rgba(247, 148, 29, 0.10)),
            #ffffff;
    box-shadow: 0 14px 30px rgba(243, 112, 33, 0.10);
}

.about-counter-section .counter-step-icon {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: contain;
}

.about-counter-section .counter-card strong {
    display: block;
    color: var(--dark);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1;
    letter-spacing: -0.055em;
    margin-bottom: 9px;
}

.about-counter-section .counter-card span {
    display: block;
    color: var(--dark-2);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
}

.about-counter-section .counter-card p {
    position: relative;
    z-index: 1;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.testimonials-section {
    padding: 88px 0;
    background:
            radial-gradient(circle at 12% 20%, rgba(23, 79, 145, 0.10), transparent 30%),
            radial-gradient(circle at 88% 12%, rgba(243, 112, 33, 0.12), transparent 28%),
            var(--light);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.testimonial-card {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(220, 231, 245, 0.95);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 16px 42px rgba(7, 29, 54, 0.08);
    transition: 0.22s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 64px rgba(7, 29, 54, 0.13);
    border-color: rgba(243, 112, 33, 0.28);
}

.testimonial-card::before {
    content: "“";
    position: absolute;
    right: 22px;
    top: 10px;
    color: rgba(23, 79, 145, 0.08);
    font-size: 110px;
    line-height: 1;
    font-weight: 900;
}

.testimonial-rating {
    color: var(--secondary);
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.testimonial-card p {
    position: relative;
    z-index: 1;
    color: var(--text);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 24px;
}

.testimonial-author {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 13px;
    padding-top: 18px;
    border-top: 1px solid rgba(220, 231, 245, 0.95);
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--white);
    font-weight: 900;
    font-size: 16px;
    box-shadow: 0 12px 28px rgba(23, 79, 145, 0.18);
}

.testimonial-card:nth-child(2) .testimonial-avatar {
    background: linear-gradient(135deg, var(--secondary), var(--accent));
}

.testimonial-card:nth-child(3) .testimonial-avatar {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.testimonial-author strong {
    display: block;
    color: var(--dark-2);
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.testimonial-author span {
    display: block;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.testimonials-note {
    margin-top: 28px;
    text-align: center;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

.cta {
    padding: 80px 0;
    background: var(--dark);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.cta::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.26);
    left: -160px;
    top: -130px;
}

.cta::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(6, 182, 212, 0.2);
    right: -160px;
    bottom: -180px;
}

.cta-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 36px;
    align-items: center;
}

.cta h2 {
    font-size: clamp(32px, 4.6vw, 54px);
    line-height: 1.1;
    letter-spacing: -0.06em;
    margin-bottom: 14px;
}

.cta p {
    color: #cbd5e1;
    font-size: 17px;
    max-width: 700px;
}

.contact-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    padding: 26px;
    backdrop-filter: blur(12px);
}

.contact-info-list {
    display: grid;
    gap: 14px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.13);
    transition: 0.2s ease;
}

.contact-info-item:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.14);
}

.contact-info-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--secondary), var(--accent));
    color: var(--white);
    font-size: 21px;
}

.contact-info-item span {
    display: block;
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 3px;
}

.contact-info-item strong,
.contact-info-item a {
    display: block;
    color: var(--white);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.45;
}

.contact-info-item a:hover {
    color: #ffd9b3;
}

.contact-action-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.contact-action-btn,
.contact-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 50px;
    border-radius: 999px;
    color: var(--white);
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    transition: 0.2s ease;
}

.contact-action-btn.call-btn {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    box-shadow: 0 12px 24px rgba(23, 79, 145, 0.24);
}

.contact-action-btn.whatsapp-btn {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    box-shadow: 0 12px 24px rgba(22, 163, 74, 0.22);
}

.contact-page-link {
    background: linear-gradient(135deg, var(--secondary), var(--accent));
    box-shadow: 0 12px 24px rgba(243, 112, 33, 0.24);
}

.contact-action-btn:hover,
.contact-page-link:hover {
    transform: translateY(-2px);
    color: var(--white);
}

.contact-action-btn .material-symbols-rounded,
.contact-action-btn i,
.contact-page-link .material-symbols-rounded,
.contact-page-link i {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    color: #ffffff;
}

.cta .eyebrow {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.22);
    color: #ffffff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

.contact-cta-box {
    text-align: center;
}

.contact-cta-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--secondary), var(--accent));
    color: var(--white);
    box-shadow: 0 18px 40px rgba(243, 112, 33, 0.24);
}

.contact-cta-icon i {
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-cta-box h3 {
    color: var(--white);
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: -0.03em;
}

.contact-cta-box p {
    color: #cbd5e1;
    font-size: 15px;
    margin: 0 0 22px;
}

.client-portal-section {
    position: relative;
    overflow: hidden;
    padding: 88px 0;
    background:
            radial-gradient(circle at 12% 24%, rgba(23, 79, 145, 0.12), transparent 32%),
            radial-gradient(circle at 88% 12%, rgba(243, 112, 33, 0.14), transparent 30%),
            var(--light);
}

.client-portal-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 34px;
    align-items: center;
    padding: 34px;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 28px 80px rgba(7, 29, 54, 0.10);
}

.client-portal-card::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -110px;
    top: -110px;
    border-radius: 50%;
    background: rgba(243, 112, 33, 0.14);
}

.client-portal-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    left: -110px;
    bottom: -120px;
    border-radius: 50%;
    background: rgba(23, 79, 145, 0.10);
}

.client-portal-content,
.client-portal-panel {
    position: relative;
    z-index: 1;
}

.client-portal-content .eyebrow {
    margin-bottom: 16px;
}

.client-portal-content h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
    letter-spacing: -0.055em;
    margin-bottom: 14px;
    color: var(--dark);
}

.client-portal-content p {
    color: var(--text);
    font-size: 17px;
    line-height: 1.75;
    max-width: 700px;
    margin-bottom: 24px;
}

.client-portal-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 26px;
}

.client-portal-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(220, 231, 245, 0.95);
    color: var(--dark-2);
    font-size: 14px;
    font-weight: 850;
    box-shadow: 0 10px 24px rgba(7, 29, 54, 0.045);
}

.client-portal-feature i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    border-radius: 11px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    font-size: 14px;
}

.client-portal-actions {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
}

.client-portal-login-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border-radius: 999px;
    color: var(--white);
    font-weight: 900;
    background: linear-gradient(135deg, var(--secondary), var(--accent));
    box-shadow: 0 16px 34px rgba(243, 112, 33, 0.24);
    transition: 0.22s ease;
}

.client-portal-login-btn:hover {
    transform: translateY(-2px);
    color: var(--white);
}

.client-portal-url {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 850;
}

.client-portal-url i {
    color: var(--secondary);
}

.client-portal-panel {
    padding: 22px;
    border-radius: 28px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-dark), var(--dark));
    box-shadow: 0 24px 58px rgba(7, 29, 54, 0.18);
}

.portal-window-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.portal-window-title {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 900;
}

.portal-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.18);
    color: #bbf7d0;
    font-size: 12px;
    font-weight: 900;
}

.portal-status::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
}

.portal-preview-list {
    display: grid;
    gap: 12px;
}

.portal-preview-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.portal-preview-item strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.portal-preview-item span {
    display: block;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 700;
}

.portal-preview-item i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--secondary), var(--accent));
}

.footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #06162a 0%, #071d36 52%, #0d3970 100%);
    color: #cbd5e1;
    padding: 72px 0 26px;
}

.footer::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(243, 112, 33, 0.13);
    right: -160px;
    top: -150px;
}

.footer::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    left: -150px;
    bottom: -150px;
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 28px;
    align-items: center;
    padding: 26px;
    margin-bottom: 34px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.footer-brand-row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-logo {
    height: 62px;
    width: auto;
    flex: 0 0 auto;
}

.footer-brand-text h3 {
    color: var(--white);
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
}

.footer-brand-text p {
    color: #cbd5e1;
    max-width: 670px;
    font-size: 15px;
    line-height: 1.7;
}

.footer-cta-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-cta-btn,
.footer-outline-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border-radius: 999px;
    font-weight: 900;
    white-space: nowrap;
    transition: 0.2s ease;
}

.link-arrow-icon {
    font-size: 0.9em;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-cta-btn {
    color: var(--white);
    background: linear-gradient(135deg, var(--secondary), var(--accent));
    box-shadow: 0 14px 30px rgba(243, 112, 33, 0.25);
}

.footer-outline-btn {
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
}

.footer-cta-btn:hover,
.footer-outline-btn:hover {
    transform: translateY(-2px);
    color: var(--white);
}

.footer-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.1fr 1.16fr 1.25fr;
    gap: 22px;
    margin-bottom: 34px;
}

.footer-card {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.10);
    min-height: 100%;
}

.footer h4 {
    color: var(--white);
    margin-bottom: 16px;
    font-size: 17px;
    letter-spacing: -0.02em;
}

.footer-links {
    display: grid;
    gap: 10px;
}

.footer-links a,
.footer-links span {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.45;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.2s ease;
}

.footer-links a::before {
    content: "›";
    color: var(--secondary);
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
}

.footer-links a:hover {
    color: var(--white);
    transform: translateX(3px);
}

.footer-contact-list {
    display: grid;
    gap: 12px;
}

.footer-contact-item.email-item {
    align-items: flex-start;
}

.footer-contact-item.email-item .footer-contact-icon {
    margin-top: 2px;
}

.footer-contact-item.email-item > div:last-child {
    justify-content: flex-start;
    gap: 5px;
    min-height: auto;
}

.footer-contact-item.email-item a {
    line-height: 1.35;
}

.footer-contact-item.address-item {
    align-items: flex-start;
}

.footer-contact-item.address-item .footer-contact-icon {
    margin-top: 2px;
}

.footer-address-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: flex-start;
    min-height: auto;
    color: #cbd5e1;
    font-size: 13.5px;
    line-height: 1.45;
    max-width: 100%;
}

.footer-address-text span {
    display: block;
    white-space: nowrap;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.5;
    min-height: 44px;
}

.footer-contact-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.footer-contact-item a,
.footer-contact-item span {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.55;
}

.footer-contact-item > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 38px;
}

.footer-contact-item a:hover {
    color: var(--white);
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.footer-social a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 19px;
    transition: 0.22s ease;
}

.footer-social a i {
    color: #ffffff;
    font-size: 19px;
    line-height: 1;
}

.footer-contact-icon i {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.footer-contact-item:hover .footer-contact-icon {
    background: linear-gradient(135deg, var(--secondary), var(--accent));
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(243, 112, 33, 0.18);
}

.footer-social a:hover {
    transform: translateY(-3px);
    color: #ffffff;
    background: linear-gradient(135deg, var(--secondary), var(--accent));
    border-color: transparent;
    box-shadow: 0 12px 26px rgba(243, 112, 33, 0.22);
}

.footer-bottom {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 18px;
    flex-wrap: wrap;
    color: #94a3b8;
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-bottom a {
    color: #cbd5e1;
}

.footer-bottom a:hover {
    color: var(--white);
}

.scroll-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: var(--white);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.3);
    z-index: 90;
    font-weight: 900;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.scroll-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

@media (max-width: 1040px) {
    .mobile-toggle {
        display: grid;
        place-items: center;
    }

    .menu-wrap {
        display: none;
        position: absolute;
        top: 82px;
        left: 0;
        right: 0;
        background: var(--white);
        border-bottom: 1px solid var(--border);
        padding: 16px;
        box-shadow: var(--shadow);
    }

    .menu-wrap.active {
        display: block;
    }

    .menu {
        display: grid;
        gap: 6px;
    }

    .dropdown {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        display: none;
        min-width: 100%;
        margin: 4px 0 8px;
    }

    .dropdown.products-dropdown,
    .dropdown.services-dropdown {
        width: 100%;
        min-width: 100%;
        padding: 0;
    }

    .products-mega-inner,
    .services-mega-inner {
        grid-template-columns: 1fr;
    }

    .products-mega-info,
    .services-mega-info {
        padding: 18px;
    }

    .products-mega-grid,
    .services-mega-grid {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .products-dropdown a,
    .services-dropdown a {
        min-height: 74px;
        transform: none;
    }

    .products-dropdown a::after,
    .services-dropdown a::after {
        display: none;
    }

    .menu li:hover .dropdown {
        display: block;
    }

    .nav-inner {
        position: relative;
    }

    .nav-actions {
        margin-left: auto;
    }

    .hero-grid,
    .about-wrap,
    .cta-inner {
        grid-template-columns: 1fr;
    }

    .services-grid,
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .portfolio-strip,
    .why-grid,
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .counter-section .counter-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .counter-section .counter-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-counter-section .counter-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-counter-section .counter-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-cta-actions {
        justify-content: flex-start;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    .topbar-inner {
        justify-content: center;
        text-align: center;
    }

    .topbar-links:last-child {
        display: none;
    }

    .brand {
        font-size: 18px;
    }

    .brand-mark {
        width: 42px;
        height: 42px;
    }

    .nav-actions {
        display: none;
    }

    .hero {
        padding: 58px 0 56px;
    }

    .hero-stats,
    .metric-grid,
    .services-grid,
    .products-grid,
    .portfolio-strip,
    .why-grid,
    .testimonials-grid,
    .feature-list,
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-card:nth-child(3),
    .footer-card:nth-child(4) {
        grid-column: 1 / -1;
    }

    .counter-section .counter-grid {
        grid-template-columns: 1fr;
    }

    .about-counter-section .counter-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 62px 0;
    }

    .about-box {
        min-height: auto;
        gap: 34px;
    }

    .footer {
        padding: 54px 0 24px;
    }

    .footer-top,
    .footer-card {
        padding: 20px;
        border-radius: 24px;
    }

    .footer-brand-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-logo {
        height: 54px;
    }

    .footer-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;
    }

    .footer-address-text span {
        white-space: normal;
    }

    .contact-action-list {
        grid-template-columns: 1fr;
    }

    .client-portal-section {
        padding: 62px 0;
    }

    .client-portal-card {
        padding: 22px;
        border-radius: 28px;
    }

    .client-portal-features {
        grid-template-columns: 1fr;
    }

    .client-portal-actions,
    .client-portal-login-btn {
        width: 100%;
    }
}


/* HK Technologies logo-based theme override */
:root {
    --primary: #174f91;
    --primary-dark: #0d3970;
    --secondary: #f37021;
    --accent: #f7941d;
    --dark: #071d36;
    --dark-2: #12375f;
    --text: #4a5870;
    --muted: #6b7280;
    --light: #f7faff;
    --border: #dce7f5;
    --shadow: 0 20px 50px rgba(7, 29, 54, 0.14);
}

.topbar {
    background: linear-gradient(90deg, var(--primary-dark), var(--primary));
}

.navbar {
    border-bottom-color: rgba(220, 231, 245, 0.95);
}

.brand {
    font-size: 0;
    letter-spacing: 0;
}

.brand-logo {
    height: 54px;
    width: auto;
    object-fit: contain;
    display: block;
}

.brand-mark {
    display: none;
}

.menu > li > a:hover,
.menu > li > button:hover,
.dropdown a:hover {
    background: rgba(243, 112, 33, 0.10);
    color: var(--secondary);
}

.dropdown-icon,
.eyebrow,
.card-icon {
    background: rgba(23, 79, 145, 0.10);
    color: var(--primary);
}

.dropdown a:hover .dropdown-icon {
    background: linear-gradient(135deg, var(--secondary), var(--accent));
    color: #ffffff;
}

.dropdown a:hover .dropdown-icon .material-symbols-rounded,
.dropdown a:hover .dropdown-icon i {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

.eyebrow {
    border-color: rgba(23, 79, 145, 0.16);
}

.login-btn,
.contact-card button {
    background: linear-gradient(135deg, var(--secondary), var(--accent));
    box-shadow: 0 12px 24px rgba(243, 112, 33, 0.28);
}

.hero {
    background:
            radial-gradient(circle at 10% 20%, rgba(23, 79, 145, 0.15), transparent 35%),
            radial-gradient(circle at 85% 10%, rgba(243, 112, 33, 0.16), transparent 34%),
            linear-gradient(180deg, #ffffff, #fff8f2 48%, #f7faff);
}

.service-card::before,
.product-card::before,
.why-card::before,
.portfolio-card,
.scroll-top {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.bar span {
    background: linear-gradient(90deg, var(--secondary), var(--accent));
}

.btn-primary {
    background: var(--primary);
    box-shadow: 0 18px 36px rgba(23, 79, 145, 0.26);
}

.btn-primary:hover {
    background: var(--primary-dark);
}

.btn-secondary:hover {
    border-color: var(--secondary);
    color: var(--secondary);
}

.service-card:hover,
.product-card:hover,
.why-card:hover {
    border-color: rgba(243, 112, 33, 0.35);
}

.about-box {
    background: linear-gradient(135deg, var(--primary-dark), var(--dark));
}

.about-box::after {
    background: rgba(243, 112, 33, 0.25);
}

.check {
    color: #ffd9b3;
}

.product-label {
    background: rgba(243, 112, 33, 0.13);
    color: #b84b0e;
}

.portfolio-card:nth-child(2) {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.portfolio-card:nth-child(3) {
    background: linear-gradient(135deg, #12375f, var(--secondary));
}

.portfolio-card:nth-child(4) {
    background: linear-gradient(135deg, var(--secondary), var(--accent));
}

.cta::before {
    background: rgba(23, 79, 145, 0.28);
}

.cta::after {
    background: rgba(243, 112, 33, 0.22);
}

.footer {
    background: linear-gradient(135deg, #06162a 0%, #071d36 52%, #0d3970 100%);
}

.scroll-top {
    box-shadow: 0 14px 28px rgba(23, 79, 145, 0.30);
}

@media (max-width: 680px) {
    .brand-logo {
        height: 44px;
        max-width: 220px;
    }
}

.company-story {
    display: grid;
    grid-template-columns: minmax(360px, 0.96fr) minmax(0, 1.04fr);
    gap: 56px;
    align-items: stretch;
}

.company-story-visual {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 34px 20px 0 0;
}

.company-story-image-card {
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
    min-height: 500px;
    border-radius: 34px;
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 28px 78px rgba(7, 29, 54, 0.16);
    background: #dbe7f5;
}

.company-story-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-story-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
            linear-gradient(180deg, rgba(7, 29, 54, 0.04) 20%, rgba(7, 29, 54, 0.68) 100%),
            linear-gradient(115deg, rgba(23, 79, 145, 0.12), rgba(243, 112, 33, 0.06));
}

.company-story-image-overlay {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    z-index: 1;
    padding: 22px 22px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    color: var(--white);
}

.company-story-overlay-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    margin-bottom: 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.company-story-image-overlay strong {
    display: block;
    font-size: 24px;
    line-height: 1.28;
    letter-spacing: -0.03em;
}

.company-story-floating {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 20px 48px rgba(7, 29, 54, 0.16);
}

.company-story-floating-primary {
    top: 0;
    right: -22px;
    max-width: 260px;
}

.company-story-floating-primary .svg-icon {
    width: 34px;
    height: 34px;
    color: var(--accent);
    flex: 0 0 34px;
}

.company-story-floating-primary strong,
.company-story-floating-secondary strong {
    display: block;
    color: var(--dark);
    font-size: 14px;
    line-height: 1.2;
}

.company-story-floating-primary span,
.company-story-floating-secondary span {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.company-story-floating-secondary {
    left: 28px;
    bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    max-width: 220px;
}

.company-story-floating-secondary strong {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.06em;
}

.company-story-content .eyebrow {
    align-self: flex-start;
    width: auto;
    flex: 0 0 auto;
    margin-bottom: 18px;
}

.company-story-content h2 {
    margin-bottom: 18px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.company-story-content p {
    margin-bottom: 17px;
    color: var(--text);
    font-size: 17px;
    line-height: 1.8;
}

.company-story-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 28px;
}

.company-story-pillar {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 14px 32px rgba(7, 29, 54, 0.06);
}

.company-story-pillar-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background:
            linear-gradient(135deg, rgba(23, 79, 145, 0.12), rgba(243, 112, 33, 0.08)),
            #ffffff;
    border: 1px solid rgba(220, 231, 245, 0.95);
    color: var(--primary);
    flex: 0 0 46px;
}

.company-story-pillar:nth-child(even) .company-story-pillar-icon {
    color: var(--accent);
    background:
            linear-gradient(135deg, rgba(243, 112, 33, 0.14), rgba(247, 148, 29, 0.09)),
            #ffffff;
}

.company-story-pillar-img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
}

.mission-vision-icon {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: contain;
}

.what-we-do-icon {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: contain;
}

.industries-icon {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: contain;
}

.company-story-pillar strong {
    display: block;
    margin-bottom: 6px;
    color: var(--dark-2);
    font-size: 15px;
    line-height: 1.3;
}

.company-story-pillar span {
    display: block;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

.company-story-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.company-story-highlight-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 100%;
    padding: 16px 15px;
    border-radius: 20px;
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 253, 0.96));
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 14px 28px rgba(7, 29, 54, 0.06);
}

.company-story-highlight-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background:
            linear-gradient(135deg, rgba(23, 79, 145, 0.12), rgba(243, 112, 33, 0.08)),
            #ffffff;
    border: 1px solid rgba(220, 231, 245, 0.95);
    color: var(--primary);
    flex: 0 0 36px;
}

.company-story-highlight-card:nth-child(even) .company-story-highlight-icon {
    color: var(--primary);
    background:
            linear-gradient(135deg, rgba(243, 112, 33, 0.14), rgba(247, 148, 29, 0.09)),
            #ffffff;
    color: var(--accent);
}

.company-story-highlight-icon .svg-icon {
    width: 16px;
    height: 16px;
}

.company-story-highlight-card strong {
    display: block;
    margin-bottom: 4px;
    color: var(--dark-2);
    font-size: 13px;
    line-height: 1.25;
}

.company-story-highlight-card span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
}

.company-story-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

@media (max-width: 1040px) {
    .company-story {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .company-story-visual {
        min-height: auto;
        padding: 22px 0 0;
    }

    .company-story-image-card {
        min-height: 460px;
    }

    .company-story-floating-primary {
        right: 12px;
    }
}

@media (max-width: 680px) {
    .company-story-visual {
        padding: 0;
    }

    .company-story-image-card {
        min-height: 360px;
        border-radius: 26px;
    }

    .company-story-image-overlay {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 18px 16px 16px;
        border-radius: 20px;
    }

    .company-story-image-overlay strong {
        font-size: 20px;
    }

    .company-story-floating {
        position: static;
        margin-top: 14px;
        max-width: none;
    }

    .company-story-floating-secondary strong {
        font-size: 28px;
    }

    .company-story-pillars {
        grid-template-columns: 1fr;
    }

    .company-story-highlights {
        grid-template-columns: 1fr;
    }
}

/* Reusable premium hero for interior pages */
.page-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 24px 0 70px;
    color: var(--white);
    background:
            radial-gradient(circle at 78% 16%, rgba(243, 112, 33, 0.22), transparent 32%),
            radial-gradient(circle at 12% 58%, rgba(23, 79, 145, 0.42), transparent 38%),
            linear-gradient(122deg, #06162a 0%, #071d36 48%, #0d3970 100%);
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
            linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: radial-gradient(ellipse at 75% 42%, #000 12%, transparent 67%);
}

.page-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 610px;
    height: 610px;
    right: -210px;
    top: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
            0 0 0 72px rgba(255, 255, 255, 0.025),
            0 0 0 144px rgba(255, 255, 255, 0.018);
}

.page-hero-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 27px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    font-weight: 700;
}

.page-hero-breadcrumb a {
    transition: color 0.2s ease;
}

.page-hero-breadcrumb a:hover {
    color: var(--white);
}

.page-hero-breadcrumb strong {
    color: rgba(255, 255, 255, 0.9);
}

.page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
    gap: 47px;
    align-items: center;
}

.page-hero-content {
    position: relative;
    z-index: 1;
}

.page-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    margin-bottom: 18px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.page-hero-label-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 5px rgba(243, 112, 33, 0.2);
}

.page-hero h1 {
    max-width: 700px;
    margin-bottom: 17px;
    color: var(--white);
    font-size: clamp(42px, 4.35vw, 59px);
    line-height: 1.06;
    letter-spacing: -0.065em;
    font-weight: 900;
}

.page-hero h1 span {
    display: block;
    color: #ffffff;
    background: linear-gradient(100deg, #ffffff 4%, #cfe1f8 36%, #f37021 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-hero-lead {
    max-width: 610px;
    margin-bottom: 26px;
    color: rgba(226, 232, 240, 0.84);
    font-size: 17px;
    line-height: 1.7;
}

.page-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 31px;
}

.page-hero-primary,
.page-hero-secondary {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 25px;
    border-radius: 999px;
    color: var(--white);
    font-size: 15px;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.page-hero-primary {
    background: linear-gradient(112deg, var(--accent), #f7971d);
    box-shadow: 0 20px 42px rgba(243, 112, 33, 0.3);
}

.page-hero-primary i {
    font-size: 13px;
}

.page-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 25px 48px rgba(243, 112, 33, 0.4);
}

.page-hero-secondary {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
}

.page-hero-secondary:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.34);
}

.page-hero-metrics {
    display: flex;
    gap: 0;
    max-width: 620px;
    padding: 19px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.page-hero-metric {
    flex: 1 1 0;
    padding-right: 22px;
}

.page-hero-metric + .page-hero-metric {
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.page-hero-metric strong {
    display: block;
    margin-bottom: 5px;
    color: var(--white);
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.06em;
}

.page-hero-metric span {
    color: rgba(203, 213, 225, 0.74);
    font-size: 12px;
    font-weight: 700;
}

.page-hero-visual {
    position: relative;
    padding: 42px 18px 34px 34px;
}

.page-hero-panel {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 32px;
    background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
            rgba(7, 29, 54, 0.62);
    box-shadow: 0 42px 84px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(20px);
}

.page-hero-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
}

.page-hero-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 22px;
}

.page-hero-panel-kicker {
    display: block;
    margin-bottom: 8px;
    color: rgba(203, 213, 225, 0.72);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 800;
}

.page-hero-panel-header strong {
    color: var(--white);
    font-size: 21px;
    line-height: 1.22;
    letter-spacing: -0.035em;
}

.page-hero-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.24);
    color: #b3f4c6;
    font-size: 12px;
    font-weight: 800;
}

.page-hero-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, 0.85);
}

.page-hero-flow {
    display: grid;
    gap: 11px;
    margin-bottom: 25px;
}

.page-hero-flow-item {
    display: grid;
    grid-template-columns: 47px 1fr 30px;
    gap: 14px;
    align-items: center;
    padding: 13px 13px 13px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.055);
}

.page-hero-flow-number {
    display: grid;
    place-items: center;
    height: 43px;
    border-radius: 13px;
    color: var(--white);
    background: rgba(23, 79, 145, 0.62);
    border: 1px solid rgba(113, 162, 218, 0.3);
    font-size: 12px;
    font-weight: 900;
}

.page-hero-flow-item:nth-child(2) .page-hero-flow-number {
    background: rgba(243, 112, 33, 0.24);
    border-color: rgba(243, 112, 33, 0.34);
}

.page-hero-flow-item strong {
    display: block;
    margin-bottom: 2px;
    color: var(--white);
    font-size: 15px;
}

.page-hero-flow-item div span {
    color: rgba(203, 213, 225, 0.72);
    font-size: 12px;
    font-weight: 600;
}

.page-hero-flow-item > i {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(22, 163, 74, 0.14);
    color: #86efac;
    font-size: 12px;
}

.page-hero-capabilities {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.page-hero-capabilities span {
    display: inline-flex;
    min-height: 31px;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.11);
    color: rgba(226, 232, 240, 0.86);
    font-size: 11px;
    font-weight: 800;
}

.page-hero-floating-card {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 15px;
    min-width: 180px;
    border-radius: 18px;
    background: #ffffff;
    color: var(--dark);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
}

.page-hero-floating-card .svg-icon {
    width: 32px;
    height: 32px;
    color: var(--accent);
}

.page-hero-floating-card strong {
    display: block;
    font-size: 13px;
    line-height: 1.2;
}

.page-hero-floating-card div span {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
}

.page-hero-floating-card-top {
    top: 0;
    right: 10px;
}

.page-hero-floating-card-bottom {
    bottom: -10px;
    left: 0;
}

/* Services page sections */
.services-page-catalog .service-card {
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

.services-page-catalog .service-card p {
    flex: 1;
}

.services-page-tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    color: var(--primary);
    background: rgba(23, 79, 145, 0.08);
    border: 1px solid rgba(23, 79, 145, 0.12);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.services-page-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
}

.services-page-catalog .service-card:nth-child(even) .services-page-tag {
    color: var(--secondary);
    background: rgba(243, 112, 33, 0.09);
    border-color: rgba(243, 112, 33, 0.15);
}

.services-page-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    color: var(--primary);
    font-size: 14px;
    font-weight: 900;
}

.services-page-link i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.services-page-link:hover i {
    transform: translateX(3px);
}

.services-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.services-process-card {
    position: relative;
    min-height: 232px;
    padding: 26px 24px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 0 12px 30px rgba(7, 29, 54, 0.06);
}

.services-process-card::after {
    content: "";
    position: absolute;
    right: -48px;
    bottom: -52px;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: rgba(23, 79, 145, 0.06);
}

.services-process-card:nth-child(even)::after {
    background: rgba(243, 112, 33, 0.09);
}

.services-process-number {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--primary), #2870bd);
    color: var(--white);
    font-size: 14px;
    font-weight: 900;
}

.services-process-card:nth-child(even) .services-process-number {
    background: linear-gradient(135deg, var(--secondary), var(--accent));
}

.services-process-card h3 {
    margin-bottom: 10px;
    font-size: 19px;
}

.services-process-card p {
    position: relative;
    z-index: 1;
    color: var(--text);
    font-size: 14px;
}

.services-value-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(430px, 1.1fr);
    gap: 58px;
    align-items: center;
}

.services-value-content h2 {
    margin: 17px 0 16px;
    max-width: 480px;
    font-size: clamp(31px, 4vw, 44px);
    line-height: 1.12;
    letter-spacing: -0.05em;
}

.services-value-content p {
    max-width: 500px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.72;
}

.services-value-points {
    display: grid;
    gap: 15px;
}

.services-value-point {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 21px 22px;
    border-radius: 22px;
    border: 1px solid var(--border);
    background: var(--white);
    box-shadow: 0 12px 34px rgba(7, 29, 54, 0.055);
}

.services-value-point .svg-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    padding: 9px;
    border-radius: 13px;
    background: rgba(23, 79, 145, 0.09);
    color: var(--primary);
}

.services-value-point:nth-child(even) .svg-icon {
    color: var(--secondary);
    background: rgba(243, 112, 33, 0.1);
}

.services-value-point strong {
    display: block;
    margin-bottom: 6px;
    color: var(--dark);
    font-size: 17px;
}

.services-value-point p {
    margin: 0;
    color: var(--text);
    font-size: 14px;
}

/* Website development service page */
.website-page-intro-grid {
    display: grid;
    grid-template-columns: minmax(410px, 0.98fr) minmax(410px, 1.02fr);
    gap: 62px;
    align-items: center;
}

.website-page-visual {
    position: relative;
    padding: 0 32px 32px 0;
}

.website-page-image-card {
    position: relative;
    overflow: hidden;
    min-height: 496px;
    border-radius: 32px;
    box-shadow: 0 30px 72px rgba(7, 29, 54, 0.16);
}

.website-page-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 29, 54, 0.04) 32%, rgba(7, 29, 54, 0.8) 100%);
}

.website-page-image-card img {
    width: 100%;
    height: 496px;
    object-fit: cover;
    object-position: center;
}

.website-page-image-caption {
    position: absolute;
    z-index: 1;
    left: 26px;
    right: 26px;
    bottom: 26px;
}

.website-page-image-caption span {
    display: block;
    margin-bottom: 9px;
    color: #ffd5b7;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.website-page-image-caption strong {
    display: block;
    max-width: 350px;
    color: var(--white);
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.website-page-visual-badge {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 15px;
    border-radius: 18px;
    background: var(--white);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 19px 46px rgba(7, 29, 54, 0.13);
}

.website-page-visual-badge .svg-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    padding: 8px;
    border-radius: 12px;
    color: var(--primary);
    background: currentColor;
}

.website-page-visual-badge div strong {
    display: block;
    margin-bottom: 2px;
    color: var(--dark);
    font-size: 13px;
}

.website-page-visual-badge div span,
.website-page-visual-badge div small {
    display: block;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
}

.website-page-visual-badge-top {
    top: 25px;
    right: 0;
}

.website-page-visual-badge-bottom {
    right: 75px;
    bottom: 0;
}

.website-page-visual-badge-bottom > strong {
    display: grid;
    place-items: center;
    min-width: 48px;
    height: 42px;
    padding: 0 8px;
    border-radius: 12px;
    background: rgba(243, 112, 33, 0.12);
    color: var(--accent);
    font-size: 14px;
    font-weight: 900;
}

.website-page-intro-content h2 {
    margin: 16px 0;
    font-size: clamp(31px, 4vw, 44px);
    line-height: 1.13;
    letter-spacing: -0.05em;
}

.website-page-intro-content > p {
    margin-bottom: 21px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.72;
}

.website-page-focus {
    margin-bottom: 24px;
    padding: 16px 18px;
    border-left: 3px solid var(--accent);
    border-radius: 0 16px 16px 0;
    background: linear-gradient(90deg, rgba(243, 112, 33, 0.07), rgba(243, 112, 33, 0.015));
}

.website-page-focus strong {
    display: block;
    margin-bottom: 4px;
    color: var(--dark);
    font-size: 14px;
}

.website-page-focus span {
    color: var(--text);
    font-size: 13px;
    line-height: 1.55;
}

.website-page-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 38px;
}

.website-page-benefits div {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 84px;
    padding: 18px 16px;
    border-radius: 19px;
    border: 1px solid rgba(220, 231, 245, 0.95);
    background: linear-gradient(140deg, rgba(23, 79, 145, 0.045), rgba(255, 255, 255, 0.96));
    color: var(--dark-2);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
}

.website-page-benefits div:nth-child(even) {
    background: linear-gradient(140deg, rgba(243, 112, 33, 0.055), rgba(255, 255, 255, 0.96));
}

.website-page-includes-grid div {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--dark-2);
    font-size: 14px;
    font-weight: 800;
}

.website-page-benefits .svg-icon {
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    padding: 6px;
    border-radius: 9px;
    color: var(--secondary);
    background: currentColor;
}

.website-page-benefits div:nth-child(even) .svg-icon {
    color: var(--accent);
}

.website-page-includes-grid .svg-icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    color: var(--secondary);
    background: currentColor;
}

.website-page-includes-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.website-page-includes-grid div {
    min-height: 78px;
    padding: 19px 17px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 10px 27px rgba(7, 29, 54, 0.045);
}

.website-consultation-section {
    position: relative;
    overflow: hidden;
    padding: 84px 0;
    background:
            radial-gradient(circle at 88% 22%, rgba(243, 112, 33, 0.16), transparent 32%),
            var(--white);
}

.website-consultation-section::before {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    right: -130px;
    top: -125px;
    border-radius: 50%;
    background: rgba(243, 112, 33, 0.11);
    filter: blur(18px);
    pointer-events: none;
}

.website-consultation-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 44px;
    align-items: center;
}

.website-consultation-section .eyebrow {
    margin-bottom: 18px;
}

.website-consultation-section h2 {
    max-width: 660px;
    margin-bottom: 15px;
    color: var(--dark);
    font-size: clamp(32px, 4.6vw, 52px);
    line-height: 1.1;
    letter-spacing: -0.06em;
}

.website-consultation-section > .container > div:first-child > p {
    max-width: 650px;
    color: var(--text);
    font-size: 17px;
    line-height: 1.72;
}

.website-consultation-section .contact-card {
    padding: 28px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(220, 231, 245, 0.98);
    box-shadow: 0 24px 64px rgba(7, 29, 54, 0.10);
}

.website-consultation-section .contact-cta-box h3 {
    color: var(--dark);
}

.website-consultation-section .contact-cta-box p {
    color: var(--text);
}

.services-consultation-section {
    position: relative;
    overflow: hidden;
    padding: 84px 0;
    background:
            radial-gradient(circle at 88% 22%, rgba(243, 112, 33, 0.16), transparent 32%),
            var(--white);
}

.services-consultation-section::before {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    right: -130px;
    top: -125px;
    border-radius: 50%;
    background: rgba(243, 112, 33, 0.11);
    filter: blur(18px);
    pointer-events: none;
}

.services-consultation-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 44px;
    align-items: center;
}

.services-consultation-section .eyebrow {
    margin-bottom: 18px;
}

.services-consultation-section h2 {
    max-width: 660px;
    margin-bottom: 15px;
    color: var(--dark);
    font-size: clamp(32px, 4.6vw, 52px);
    line-height: 1.1;
    letter-spacing: -0.06em;
}

.services-consultation-section > .container > div:first-child > p {
    max-width: 650px;
    color: var(--text);
    font-size: 17px;
    line-height: 1.72;
}

.services-consultation-section .contact-card {
    padding: 28px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(220, 231, 245, 0.98);
    box-shadow: 0 24px 64px rgba(7, 29, 54, 0.10);
}

.services-consultation-section .contact-cta-box h3 {
    color: var(--dark);
}

.services-consultation-section .contact-cta-box p {
    color: var(--text);
}

/* Web application development service page */
.webapp-page-overview-grid {
    display: grid;
    grid-template-columns: minmax(410px, 0.98fr) minmax(410px, 1.02fr);
    gap: 62px;
    align-items: center;
}

.webapp-page-visual {
    position: relative;
    padding: 0 32px 32px 0;
}

.webapp-page-image-card {
    position: relative;
    overflow: hidden;
    height: 496px;
    border-radius: 32px;
    box-shadow: 0 30px 72px rgba(7, 29, 54, 0.16);
}

.webapp-page-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 29, 54, 0.04) 32%, rgba(7, 29, 54, 0.82) 100%);
}

.webapp-page-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webapp-page-image-caption {
    position: absolute;
    z-index: 1;
    left: 26px;
    right: 26px;
    bottom: 26px;
}

.webapp-page-image-caption span {
    display: block;
    margin-bottom: 9px;
    color: #ffd5b7;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.webapp-page-image-caption strong {
    display: block;
    max-width: 360px;
    color: var(--white);
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.webapp-page-visual-badge {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 15px;
    border-radius: 18px;
    background: var(--white);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 19px 46px rgba(7, 29, 54, 0.13);
}

.webapp-page-visual-badge .svg-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    color: var(--primary);
    background: currentColor;
}

.webapp-page-visual-badge div strong {
    display: block;
    margin-bottom: 2px;
    color: var(--dark);
    font-size: 13px;
}

.webapp-page-visual-badge div span,
.webapp-page-visual-badge div small {
    display: block;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
}

.webapp-page-visual-badge-top {
    top: 25px;
    right: 0;
}

.webapp-page-visual-badge-bottom {
    right: 75px;
    bottom: 0;
}

.webapp-page-visual-badge-bottom > strong {
    display: grid;
    place-items: center;
    min-width: 48px;
    height: 42px;
    border-radius: 12px;
    background: rgba(243, 112, 33, 0.12);
    color: var(--accent);
    font-size: 14px;
    font-weight: 900;
}

.webapp-page-content h2 {
    margin: 16px 0;
    font-size: clamp(31px, 4vw, 44px);
    line-height: 1.13;
    letter-spacing: -0.05em;
}

.webapp-page-content > p {
    margin-bottom: 21px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.72;
}

.webapp-page-focus {
    padding: 16px 18px;
    border-left: 3px solid var(--accent);
    border-radius: 0 16px 16px 0;
    background: linear-gradient(90deg, rgba(243, 112, 33, 0.07), rgba(243, 112, 33, 0.015));
}

.webapp-page-focus strong {
    display: block;
    margin-bottom: 4px;
    color: var(--dark);
    font-size: 14px;
}

.webapp-page-focus span {
    color: var(--text);
    font-size: 13px;
    line-height: 1.55;
}

.webapp-page-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 38px;
}

.webapp-page-benefits div {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 84px;
    padding: 18px 16px;
    border-radius: 19px;
    border: 1px solid rgba(220, 231, 245, 0.95);
    background: linear-gradient(140deg, rgba(23, 79, 145, 0.045), rgba(255, 255, 255, 0.96));
    color: var(--dark-2);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
}

.webapp-page-benefits div:nth-child(even) {
    background: linear-gradient(140deg, rgba(243, 112, 33, 0.055), rgba(255, 255, 255, 0.96));
}

.webapp-page-benefits .svg-icon {
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    color: var(--primary);
    background: currentColor;
}

.webapp-page-benefits div:nth-child(even) .svg-icon {
    color: var(--accent);
}

.webapp-development-page .webapp-build-svg {
    width: 42px;
    height: 42px;
    display: block;
}

.webapp-development-page .webapp-build-svg * {
    vector-effect: non-scaling-stroke;
}

.webapp-page-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.webapp-page-capabilities-grid div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 19px 17px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--white);
    color: var(--dark-2);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 27px rgba(7, 29, 54, 0.045);
}

.webapp-page-capabilities-grid .svg-icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    color: var(--primary);
    background: currentColor;
}

.webapp-consultation-section {
    position: relative;
    overflow: hidden;
    padding: 84px 0;
    background:
            radial-gradient(circle at 88% 22%, rgba(243, 112, 33, 0.16), transparent 32%),
            var(--white);
}

.webapp-consultation-section::before {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    right: -130px;
    top: -125px;
    border-radius: 50%;
    background: rgba(243, 112, 33, 0.11);
    filter: blur(18px);
    pointer-events: none;
}

.webapp-consultation-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 44px;
    align-items: center;
}

.webapp-consultation-section .eyebrow {
    margin-bottom: 18px;
}

.webapp-consultation-section h2 {
    max-width: 660px;
    margin-bottom: 15px;
    color: var(--dark);
    font-size: clamp(32px, 4.6vw, 52px);
    line-height: 1.1;
    letter-spacing: -0.06em;
}

.webapp-consultation-section > .container > div:first-child > p {
    max-width: 650px;
    color: var(--text);
    font-size: 17px;
    line-height: 1.72;
}

.webapp-consultation-section .contact-card {
    padding: 28px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(220, 231, 245, 0.98);
    box-shadow: 0 24px 64px rgba(7, 29, 54, 0.10);
}

.webapp-consultation-section .contact-cta-box h3 {
    color: var(--dark);
}

.webapp-consultation-section .contact-cta-box p {
    color: var(--text);
}

/* Mobile application development service page */
.mobileapp-page-overview-grid {
    display: grid;
    grid-template-columns: minmax(410px, 0.98fr) minmax(410px, 1.02fr);
    gap: 62px;
    align-items: center;
}

.mobileapp-page-visual {
    position: relative;
    padding: 0 32px 32px 0;
}

.mobileapp-page-image-card {
    position: relative;
    overflow: hidden;
    height: 496px;
    border-radius: 32px;
    box-shadow: 0 30px 72px rgba(7, 29, 54, 0.16);
}

.mobileapp-page-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 29, 54, 0.02) 30%, rgba(7, 29, 54, 0.8) 100%);
}

.mobileapp-page-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobileapp-page-image-caption {
    position: absolute;
    z-index: 1;
    left: 26px;
    right: 26px;
    bottom: 26px;
}

.mobileapp-page-image-caption span {
    display: block;
    margin-bottom: 9px;
    color: #ffd5b7;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.mobileapp-page-image-caption strong {
    display: block;
    max-width: 360px;
    color: var(--white);
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.mobileapp-page-visual-badge {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 15px;
    border-radius: 18px;
    background: var(--white);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 19px 46px rgba(7, 29, 54, 0.13);
}

.mobileapp-page-visual-badge .svg-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    color: var(--primary);
    background: currentColor;
}

.mobileapp-page-visual-badge div strong {
    display: block;
    margin-bottom: 2px;
    color: var(--dark);
    font-size: 13px;
}

.mobileapp-page-visual-badge div span,
.mobileapp-page-visual-badge div small {
    display: block;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
}

.mobileapp-page-visual-badge-top {
    top: 25px;
    right: 0;
}

.mobileapp-page-visual-badge-bottom {
    right: 75px;
    bottom: 0;
}

.mobileapp-page-visual-badge-bottom > strong {
    display: grid;
    place-items: center;
    min-width: 48px;
    height: 42px;
    border-radius: 12px;
    background: rgba(243, 112, 33, 0.12);
    color: var(--accent);
    font-size: 14px;
    font-weight: 900;
}

.mobileapp-page-content h2 {
    margin: 16px 0;
    font-size: clamp(31px, 4vw, 44px);
    line-height: 1.13;
    letter-spacing: -0.05em;
}

.mobileapp-page-content > p {
    margin-bottom: 21px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.72;
}

.mobileapp-page-focus {
    padding: 16px 18px;
    border-left: 3px solid var(--accent);
    border-radius: 0 16px 16px 0;
    background: linear-gradient(90deg, rgba(243, 112, 33, 0.07), rgba(243, 112, 33, 0.015));
}

.mobileapp-page-focus strong {
    display: block;
    margin-bottom: 4px;
    color: var(--dark);
    font-size: 14px;
}

.mobileapp-page-focus span {
    color: var(--text);
    font-size: 13px;
    line-height: 1.55;
}

.mobileapp-page-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 38px;
}

.mobileapp-page-benefits div {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 84px;
    padding: 18px 16px;
    border-radius: 19px;
    border: 1px solid rgba(220, 231, 245, 0.95);
    background: linear-gradient(140deg, rgba(23, 79, 145, 0.045), rgba(255, 255, 255, 0.96));
    color: var(--dark-2);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
}

.mobileapp-page-benefits div:nth-child(even) {
    background: linear-gradient(140deg, rgba(243, 112, 33, 0.055), rgba(255, 255, 255, 0.96));
}

.mobileapp-page-benefits .svg-icon {
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    color: var(--primary);
    background: currentColor;
}

.mobileapp-page-benefits div:nth-child(even) .svg-icon {
    color: var(--accent);
}

.mobileapp-development-page .mobileapp-build-svg {
    width: 42px;
    height: 42px;
    display: block;
}

.mobileapp-development-page .mobileapp-build-svg * {
    vector-effect: non-scaling-stroke;
}

.mobileapp-page-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.mobileapp-page-capabilities-grid div {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 19px 17px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--white);
    color: var(--dark-2);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 27px rgba(7, 29, 54, 0.045);
}

.mobileapp-page-capabilities-grid .svg-icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    color: var(--primary);
    background: currentColor;
}

.mobileapp-consultation-section {
    position: relative;
    overflow: hidden;
    padding: 84px 0;
    background:
            radial-gradient(circle at 88% 22%, rgba(243, 112, 33, 0.16), transparent 32%),
            var(--white);
}

.mobileapp-consultation-section::before {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    right: -130px;
    top: -125px;
    border-radius: 50%;
    background: rgba(243, 112, 33, 0.11);
    filter: blur(18px);
    pointer-events: none;
}

.mobileapp-consultation-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 44px;
    align-items: center;
}

.mobileapp-consultation-section .eyebrow {
    margin-bottom: 18px;
}

.mobileapp-consultation-section h2 {
    max-width: 660px;
    margin-bottom: 15px;
    color: var(--dark);
    font-size: clamp(32px, 4.6vw, 52px);
    line-height: 1.1;
    letter-spacing: -0.06em;
}

.mobileapp-consultation-section > .container > div:first-child > p {
    max-width: 650px;
    color: var(--text);
    font-size: 17px;
    line-height: 1.72;
}

.mobileapp-consultation-section .contact-card {
    padding: 28px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(220, 231, 245, 0.98);
    box-shadow: 0 24px 64px rgba(7, 29, 54, 0.10);
}

.mobileapp-consultation-section .contact-cta-box h3 {
    color: var(--dark);
}

.mobileapp-consultation-section .contact-cta-box p {
    color: var(--text);
}

/* Contact us page */
.contact-page-grid {
    display: grid;
    grid-template-columns: minmax(420px, 0.92fr) minmax(430px, 1.08fr);
    gap: 54px;
    align-items: start;
}

.contact-page-content h2 {
    margin: 16px 0;
    font-size: clamp(31px, 4vw, 46px);
    line-height: 1.12;
    letter-spacing: -0.055em;
}

.contact-page-content > p {
    max-width: 660px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.72;
}

.contact-page-cards {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.contact-page-info-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(220, 231, 245, 0.95);
    border-radius: 22px;
    background: var(--white);
    box-shadow: 0 14px 34px rgba(7, 29, 54, 0.06);
    transition: 0.2s ease;
}

.contact-page-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(7, 29, 54, 0.11);
}

.contact-page-info-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
    font-size: 21px;
}

.contact-page-whatsapp {
    background: linear-gradient(135deg, #16a34a, #22c55e);
}

.contact-page-mail {
    background: linear-gradient(135deg, var(--secondary), var(--accent));
}

.contact-page-info-card small {
    display: block;
    margin-bottom: 3px;
    color: var(--accent);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contact-page-info-card strong {
    display: block;
    color: var(--dark);
    font-size: 17px;
    line-height: 1.35;
}

.contact-page-info-card em {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.contact-page-form-card {
    padding: 34px;
    border-radius: 30px;
    border: 1px solid rgba(220, 231, 245, 0.95);
    background:
            radial-gradient(circle at 92% 5%, rgba(243, 112, 33, 0.12), transparent 30%),
            var(--white);
    box-shadow: 0 28px 70px rgba(7, 29, 54, 0.12);
}

.contact-page-form-card h3 {
    margin: 14px 0 8px;
    color: var(--dark);
    font-size: 30px;
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.contact-page-form-card > p {
    margin-bottom: 22px;
    color: var(--text);
    font-size: 15px;
    line-height: 1.65;
}

.contact-page-form {
    display: grid;
    gap: 16px;
}

.contact-page-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.contact-page-form label {
    display: grid;
    gap: 8px;
}

.contact-page-form label span {
    color: var(--dark-2);
    font-size: 13px;
    font-weight: 900;
}

.contact-page-form input,
.contact-page-form select,
.contact-page-form textarea {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 14px 15px;
    outline: none;
    background: rgba(248, 250, 252, 0.78);
    color: var(--dark);
    font-family: inherit;
    font-size: 14px;
    transition: 0.2s ease;
}

.contact-us-page .select2-container {
    width: 100% !important;
    font-family: inherit;
}

.contact-us-page .select2-container--default .select2-selection--single {
    height: 50px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: rgba(248, 250, 252, 0.78);
    transition: 0.2s ease;
}

.contact-us-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 42px 10px 15px;
    color: var(--dark);
    font-size: 14px;
    line-height: 30px;
}

.contact-us-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--muted);
}

.contact-us-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 48px;
    right: 6px;
}

.contact-us-page .select2-container--default.select2-container--open .select2-selection--single,
.contact-us-page .select2-container--default .select2-selection--single:focus {
    border-color: rgba(243, 112, 33, 0.62);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(243, 112, 33, 0.1);
}

.contact-us-page .select2-dropdown {
    overflow: hidden;
    border: 1px solid rgba(220, 231, 245, 0.95);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(7, 29, 54, 0.12);
}

.contact-us-page .select2-results__option {
    padding: 11px 15px;
    color: var(--dark-2);
    font-size: 14px;
    font-weight: 700;
}

.contact-us-page .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
}

.contact-us-page .select2-container--default .select2-results__option--selected {
    background: rgba(243, 112, 33, 0.12);
    color: var(--accent);
}

.contact-page-form textarea {
    resize: vertical;
    min-height: 132px;
}

.contact-page-form input:focus,
.contact-page-form select:focus,
.contact-page-form textarea:focus {
    border-color: rgba(243, 112, 33, 0.62);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(243, 112, 33, 0.1);
}

.contact-page-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), #ff9b4b);
    color: var(--white);
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 18px 36px rgba(243, 112, 33, 0.24);
    transition: 0.2s ease;
}

.contact-page-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 46px rgba(243, 112, 33, 0.28);
}

.contact-page-office-grid {
    display: grid;
    grid-template-columns: minmax(400px, 0.86fr) minmax(450px, 1.14fr);
    gap: 34px;
    align-items: stretch;
}

.contact-page-office-card {
    padding: 34px;
    border-radius: 30px;
    border: 1px solid rgba(220, 231, 245, 0.95);
    background: var(--white);
    box-shadow: 0 22px 54px rgba(7, 29, 54, 0.08);
}

.contact-page-office-icon {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: var(--white);
    font-size: 27px;
}

.contact-page-office-card h2 {
    margin: 16px 0 12px;
    color: var(--dark);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.13;
    letter-spacing: -0.05em;
}

.contact-page-office-card p {
    color: var(--text);
    font-size: 16px;
    line-height: 1.7;
}

.contact-page-office-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.contact-page-office-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--white);
    border: 1px solid rgba(220, 231, 245, 0.98);
    color: var(--primary);
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(7, 29, 54, 0.06);
}

.contact-page-office-actions a:first-child {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-color: transparent;
    color: var(--white);
}

.contact-page-map-card {
    position: relative;
    overflow: hidden;
    min-height: 390px;
    border-radius: 30px;
    border: 1px solid rgba(220, 231, 245, 0.95);
    background:
            linear-gradient(90deg, rgba(23, 79, 145, 0.08) 1px, transparent 1px),
            linear-gradient(rgba(23, 79, 145, 0.08) 1px, transparent 1px),
            radial-gradient(circle at 35% 35%, rgba(243, 112, 33, 0.24), transparent 26%),
            radial-gradient(circle at 70% 60%, rgba(37, 99, 235, 0.18), transparent 32%),
            #f8fafc;
    background-size: 42px 42px, 42px 42px, auto, auto, auto;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 22px 54px rgba(7, 29, 54, 0.08);
}

.contact-page-map-card::before,
.contact-page-map-card::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(23, 79, 145, 0.2);
    display: none;
}

.contact-page-map-card iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-page-map-card::before {
    width: 70%;
    height: 10px;
    left: -8%;
    top: 34%;
    transform: rotate(-16deg);
}

.contact-page-map-card::after {
    width: 58%;
    height: 10px;
    right: -10%;
    bottom: 28%;
    transform: rotate(20deg);
    background: rgba(243, 112, 33, 0.22);
}

.contact-page-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.contact-page-steps-grid article {
    min-height: 230px;
    padding: 26px;
    border-radius: 24px;
    border: 1px solid rgba(220, 231, 245, 0.95);
    background:
            radial-gradient(circle at 88% 16%, rgba(243, 112, 33, 0.12), transparent 32%),
            var(--white);
    box-shadow: 0 16px 38px rgba(7, 29, 54, 0.06);
}

.contact-page-steps-grid span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 16px;
    background: rgba(23, 79, 145, 0.1);
    color: var(--primary);
    font-size: 14px;
    font-weight: 900;
}

.contact-page-steps-grid article:nth-child(even) span {
    background: rgba(243, 112, 33, 0.12);
    color: var(--accent);
}

.contact-page-steps-grid h3 {
    margin-bottom: 10px;
    color: var(--dark);
    font-size: 21px;
}

.contact-page-steps-grid p {
    color: var(--text);
    font-size: 14px;
    line-height: 1.65;
}

/* Portfolio page */
.portfolio-page-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.portfolio-page-card {
    overflow: hidden;
    border: 1px solid rgba(220, 231, 245, 0.95);
    border-radius: 28px;
    background: var(--white);
    box-shadow: 0 18px 46px rgba(7, 29, 54, 0.07);
    transition: 0.22s ease;
}

.portfolio-page-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 60px rgba(7, 29, 54, 0.12);
}

.portfolio-page-card-featured {
    grid-row: span 2;
}

.portfolio-page-card-visual {
    position: relative;
    min-height: 250px;
    padding: 26px;
    background:
            radial-gradient(circle at 78% 18%, rgba(243, 112, 33, 0.2), transparent 30%),
            linear-gradient(135deg, rgba(23, 79, 145, 0.95), rgba(7, 29, 54, 0.94));
}

.portfolio-page-card-featured .portfolio-page-card-visual {
    min-height: 390px;
}

.portfolio-page-card-visual-image {
    min-height: 347px;
    padding: 0;
    background:
            var(--portfolio-image, none) center / contain no-repeat,
            linear-gradient(135deg, #f8fafc 0%, #eef4fb 100%);
    border-bottom: 1px solid rgba(220, 231, 245, 0.95);
}

.portfolio-page-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.portfolio-page-browser {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 36px;
    height: 212px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}

.portfolio-page-browser span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 18px 0 0 14px;
    border-radius: 50%;
    background: var(--accent);
}

.portfolio-page-browser span:nth-child(2) {
    background: #fbbf24;
}

.portfolio-page-browser span:nth-child(3) {
    background: #22c55e;
}

.portfolio-page-screen {
    position: absolute;
    left: 54px;
    right: 54px;
    bottom: 66px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 14px;
    min-height: 130px;
}

.portfolio-page-screen i {
    border-radius: 16px;
    background: rgba(23, 79, 145, 0.1);
}

.portfolio-page-screen i:first-child {
    grid-row: span 2;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

.portfolio-page-screen i:nth-child(2) {
    background: rgba(243, 112, 33, 0.18);
}

.portfolio-page-screen i:nth-child(3) {
    background: rgba(23, 79, 145, 0.14);
}

.portfolio-page-dashboard,
.portfolio-page-store,
.portfolio-page-automation {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.portfolio-page-dashboard i,
.portfolio-page-store i,
.portfolio-page-automation i {
    min-height: 68px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
}

.portfolio-page-dashboard i:first-child,
.portfolio-page-store i:first-child,
.portfolio-page-automation i:first-child {
    background: var(--accent);
}

.portfolio-page-dashboard i:nth-child(2),
.portfolio-page-store i:nth-child(2),
.portfolio-page-automation i:nth-child(2) {
    background: rgba(255, 255, 255, 0.74);
}

.portfolio-page-phone {
    position: absolute;
    left: 50%;
    bottom: 24px;
    width: 118px;
    height: 178px;
    padding: 28px 14px 14px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.18);
    transform: translateX(-50%);
}

.portfolio-page-phone::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 50%;
    width: 36px;
    height: 5px;
    border-radius: 999px;
    background: rgba(7, 29, 54, 0.18);
    transform: translateX(-50%);
}

.portfolio-page-phone i {
    display: block;
    height: 28px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: rgba(23, 79, 145, 0.12);
}

.portfolio-page-phone i:first-child {
    height: 48px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
}

.portfolio-page-card-body {
    padding: 26px;
}

.portfolio-page-card-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 12px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(23, 79, 145, 0.08);
    color: var(--primary);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.portfolio-page-category {
    display: block;
    margin-bottom: 10px;
    color: var(--accent);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

.portfolio-page-card h3 {
    margin-bottom: 11px;
    color: var(--dark);
    font-size: 23px;
    line-height: 1.22;
    letter-spacing: -0.035em;
}

.portfolio-page-card p {
    color: var(--text);
    font-size: 14px;
    line-height: 1.68;
}

.portfolio-page-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.portfolio-page-tags span {
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(23, 79, 145, 0.08);
    color: var(--primary);
    font-size: 11px;
    font-weight: 900;
}

.portfolio-page-tags span:nth-child(even) {
    background: rgba(243, 112, 33, 0.1);
    color: var(--accent);
}

.portfolio-page-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.portfolio-page-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 0 13px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(23, 79, 145, 0.16);
    transition: 0.2s ease;
}

.portfolio-page-links a:nth-child(even) {
    background: linear-gradient(135deg, var(--accent), #ff9b4b);
    box-shadow: 0 10px 22px rgba(243, 112, 33, 0.16);
}

.portfolio-page-links a:hover {
    transform: translateY(-2px);
    color: var(--white);
}

.portfolio-page-industries-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.portfolio-page-industries-grid div {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 86px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(220, 231, 245, 0.95);
    background: var(--white);
    color: var(--dark-2);
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(7, 29, 54, 0.045);
}

.portfolio-page-industries-grid .portfolio-industry-svg {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    display: block;
}

.portfolio-page-results-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(430px, 1.1fr);
    gap: 48px;
    align-items: center;
}

.portfolio-page-results h2 {
    margin: 16px 0;
    font-size: clamp(31px, 4vw, 46px);
    line-height: 1.12;
    letter-spacing: -0.055em;
}

.portfolio-page-results p {
    color: var(--text);
    font-size: 16px;
    line-height: 1.72;
}

.portfolio-page-result-list {
    display: grid;
    gap: 15px;
}

.portfolio-page-result-list div {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(220, 231, 245, 0.95);
    background: linear-gradient(135deg, rgba(23, 79, 145, 0.045), rgba(255, 255, 255, 0.98));
}

.portfolio-page-result-list div:nth-child(even) {
    background: linear-gradient(135deg, rgba(243, 112, 33, 0.06), rgba(255, 255, 255, 0.98));
}

.portfolio-page-result-list strong {
    display: block;
    margin-bottom: 6px;
    color: var(--dark);
    font-size: 17px;
}

.portfolio-page-result-list span {
    color: var(--text);
    font-size: 14px;
    line-height: 1.6;
}

.portfolio-page-cta {
    position: relative;
    overflow: hidden;
    padding: 78px 0;
    background:
            radial-gradient(circle at 88% 18%, rgba(243, 112, 33, 0.16), transparent 30%),
            var(--white);
}

.portfolio-page-cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 34px;
    border: 1px solid rgba(220, 231, 245, 0.95);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 64px rgba(7, 29, 54, 0.08);
}

.portfolio-page-cta h2 {
    max-width: 760px;
    margin: 14px 0 10px;
    color: var(--dark);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.1;
    letter-spacing: -0.055em;
}

.portfolio-page-cta p {
    max-width: 720px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.68;
}

.portfolio-page-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), #ff9b4b);
    color: var(--white);
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 18px 36px rgba(243, 112, 33, 0.23);
}

@media (max-width: 1080px) {
    .page-hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .page-hero-content {
        max-width: 760px;
    }

    .page-hero-visual {
        width: min(100%, 600px);
        margin: 0 auto;
    }

    .services-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-value-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .website-page-intro-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .website-page-visual {
        width: min(100%, 600px);
        margin: 0 auto;
    }

    .website-page-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .website-page-includes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .website-consultation-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .services-consultation-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .webapp-page-overview-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .webapp-page-visual {
        width: min(100%, 600px);
        margin: 0 auto;
    }

    .webapp-page-benefits,
    .webapp-page-capabilities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .webapp-consultation-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .mobileapp-page-overview-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .mobileapp-page-visual {
        width: min(100%, 600px);
        margin: 0 auto;
    }

    .mobileapp-page-benefits,
    .mobileapp-page-capabilities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mobileapp-consultation-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .contact-page-grid,
    .contact-page-office-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .contact-page-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .portfolio-page-grid,
    .portfolio-page-results-grid,
    .portfolio-page-cta-inner {
        grid-template-columns: 1fr;
    }

    .portfolio-page-card-featured {
        grid-row: auto;
    }

    .portfolio-page-industries-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .page-hero {
        padding: 22px 0 54px;
    }

    .page-hero-breadcrumb {
        margin-bottom: 28px;
    }

    .page-hero-label {
        margin-bottom: 20px;
    }

    .page-hero h1 {
        font-size: clamp(37px, 11.5vw, 47px);
        letter-spacing: -0.055em;
    }

    .page-hero-lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .page-hero-actions {
        margin-bottom: 35px;
    }

    .page-hero-primary,
    .page-hero-secondary {
        width: 100%;
    }

    .page-hero-metrics {
        padding: 17px 0 0;
    }

    .page-hero-metric {
        padding-right: 12px;
    }

    .page-hero-metric + .page-hero-metric {
        padding-left: 14px;
    }

    .page-hero-metric strong {
        font-size: 29px;
    }

    .page-hero-visual {
        padding: 18px 0 0;
    }

    .page-hero-panel {
        padding: 20px 16px;
        border-radius: 25px;
    }

    .page-hero-panel-header strong {
        font-size: 20px;
    }

    .page-hero-flow-item {
        grid-template-columns: 42px 1fr 27px;
        gap: 10px;
        padding: 12px 10px;
    }

    .page-hero-floating-card {
        display: none;
    }

    .services-page-catalog .service-card {
        min-height: auto;
    }

    .services-process-grid {
        grid-template-columns: 1fr;
    }

    .services-process-card {
        min-height: auto;
    }

    .services-value-point {
        padding: 18px;
    }

    .website-page-visual {
        padding: 0;
    }

    .website-page-image-card,
    .website-page-image-card img {
        min-height: 400px;
        height: 400px;
        border-radius: 24px;
    }

    .website-page-image-caption {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .website-page-image-caption strong {
        font-size: 23px;
    }

    .website-page-visual-badge {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: 12px;
    }

    .website-page-benefits {
        grid-template-columns: 1fr;
    }

    .website-page-includes-grid {
        grid-template-columns: 1fr;
    }

    .website-consultation-section {
        padding: 62px 0;
    }

    .website-consultation-section .contact-card {
        padding: 22px 18px;
    }

    .services-consultation-section {
        padding: 62px 0;
    }

    .services-consultation-section .contact-card {
        padding: 22px 18px;
    }

    .webapp-page-visual {
        padding: 0;
    }

    .webapp-page-image-card {
        height: 400px;
        border-radius: 24px;
    }

    .webapp-page-image-caption {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .webapp-page-image-caption strong {
        font-size: 23px;
    }

    .webapp-page-visual-badge {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: 12px;
    }

    .webapp-page-benefits,
    .webapp-page-capabilities-grid {
        grid-template-columns: 1fr;
    }

    .webapp-consultation-section {
        padding: 62px 0;
    }

    .webapp-consultation-section .contact-card {
        padding: 22px 18px;
    }

    .mobileapp-page-visual {
        padding: 0;
    }

    .mobileapp-page-image-card {
        height: 400px;
        border-radius: 24px;
    }

    .mobileapp-page-image-caption {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .mobileapp-page-image-caption strong {
        font-size: 23px;
    }

    .mobileapp-page-visual-badge {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: 12px;
    }

    .mobileapp-page-benefits,
    .mobileapp-page-capabilities-grid {
        grid-template-columns: 1fr;
    }

    .mobileapp-consultation-section {
        padding: 62px 0;
    }

    .mobileapp-consultation-section .contact-card {
        padding: 22px 18px;
    }

    .contact-page-form-card,
    .contact-page-office-card {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .contact-page-form-row,
    .contact-page-steps-grid {
        grid-template-columns: 1fr;
    }

    .contact-page-info-card {
        grid-template-columns: 48px 1fr;
        padding: 15px;
    }

    .contact-page-info-icon {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .contact-page-map-card {
        min-height: 320px;
        border-radius: 24px;
    }

    .contact-page-office-actions a {
        width: 100%;
    }

    .portfolio-page-grid,
    .portfolio-page-industries-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-page-card-visual,
    .portfolio-page-card-featured .portfolio-page-card-visual {
        min-height: 280px;
        padding: 20px;
    }

    .portfolio-page-card-visual-image {
        min-height: 347px;
        padding: 0;
    }

    .portfolio-page-browser {
        left: 20px;
        right: 20px;
        bottom: 26px;
        height: 176px;
    }

    .portfolio-page-screen {
        left: 40px;
        right: 40px;
        bottom: 52px;
        min-height: 104px;
    }

    .portfolio-page-card-body,
    .portfolio-page-cta-inner {
        padding: 22px 18px;
    }

    .portfolio-page-cta a {
        width: 100%;
    }
}

/* Clean premium hero section */
.hero {
    padding: 90px 0 82px;
    isolation: isolate;
    background:
            radial-gradient(circle at 8% 18%, rgba(23, 79, 145, 0.16), transparent 30%),
            radial-gradient(circle at 90% 16%, rgba(243, 112, 33, 0.16), transparent 32%),
            linear-gradient(135deg, #ffffff 0%, #f7faff 50%, #fff7ef 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
            linear-gradient(rgba(23, 79, 145, 0.045) 1px, transparent 1px),
            linear-gradient(90deg, rgba(23, 79, 145, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.45), transparent 76%);
    z-index: -1;
}

.hero-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
    gap: 58px;
    align-items: center;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-kicker-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.hero-mini-logo {
    height: 38px;
    width: auto;
    padding: 6px 12px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(220, 231, 245, 0.95);
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(7, 29, 54, 0.06);
}

.hero .eyebrow {
    margin-bottom: 0;
    background: rgba(255,255,255,0.86);
    backdrop-filter: blur(10px);
}

.hero h1 {
    max-width: 680px;
    font-size: clamp(38px, 4.6vw, 62px);
    line-height: 1.12;
    letter-spacing: -0.045em;
    margin-bottom: 22px;
    color: var(--dark);
}

.hero h1 .hero-title-line {
    display: block;
}

.hero h1 .hero-title-accent {
    display: inline-block;
    background: linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}


.hero p {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.72;
    margin-bottom: 26px;
}

.hero-highlight-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 630px;
    margin: 0 0 30px;
}

.hero-highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 13px 15px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(220, 231, 245, 0.95);
    color: var(--dark-2);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(7, 29, 54, 0.045);
}

.hero-highlight-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background:
            linear-gradient(135deg, rgba(243, 112, 33, 0.16), rgba(247, 148, 29, 0.10)),
            #ffffff;
    border: 1px solid rgba(243, 112, 33, 0.18);
    box-shadow: 0 8px 18px rgba(243, 112, 33, 0.10);
    flex: 0 0 34px;
}

.hero-check-img {
    width: 20px;
    height: 20px;
    display: block;
    object-fit: contain;
}

.hero-trust-container {
    margin-top: 34px;
}

.hero-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    width: 100%;
    padding: 18px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 14px 34px rgba(7, 29, 54, 0.06);
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.hero-trust-row strong {
    color: var(--dark-2);
}

.hero-avatar-stack {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.hero-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -10px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(7, 29, 54, 0.12);
}

.hero-avatar:first-child { margin-left: 0; background: var(--primary); }
.hero-avatar:nth-child(2) { background: var(--secondary); }
.hero-avatar:nth-child(3) { background: var(--dark-2); }
.hero-avatar:nth-child(4) { background: var(--accent); }

.hero-visual {
    position: relative;
    min-height: 535px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-showcase {
    position: relative;
    width: min(100%, 540px);
}

.hero-showcase-card {
    position: relative;
    overflow: hidden;
    min-height: 465px;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 34px 90px rgba(7, 29, 54, 0.18);
    padding: 18px;
}

.hero-showcase-image {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 26px;
    background: var(--light);
}

.hero-showcase-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-showcase-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 38%, rgba(7, 29, 54, 0.68));
}

.hero-image-caption {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
}

.hero-image-caption strong {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.hero-image-caption span {
    color: rgba(255,255,255,0.84);
    font-size: 14px;
    font-weight: 700;
}

.hero-solution-panel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 14px;
}

.solution-card {
    padding: 14px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--border);
}

.solution-card-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 10px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    box-shadow: 0 10px 22px rgba(23, 79, 145, 0.16);
}

.solution-card-icon i {
    color: #ffffff;
    font-size: 19px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.solution-card:nth-child(2) .solution-card-icon,
.solution-card:nth-child(4) .solution-card-icon {
    background: linear-gradient(135deg, var(--secondary), var(--accent));
}

.solution-card h4 {
    font-size: 14px;
    color: var(--dark-2);
    margin-bottom: 3px;
}

.solution-card p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}

.hero-bottom-badge {
    position: static;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-top: 16px;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 16px 36px rgba(7, 29, 54, 0.09);
    backdrop-filter: blur(12px);
}

.hero-bottom-badge-icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background:
            linear-gradient(135deg, rgba(243, 112, 33, 0.16), rgba(247, 148, 29, 0.10)),
            #ffffff;
    border: 1px solid rgba(243, 112, 33, 0.18);
    box-shadow: 0 12px 26px rgba(243, 112, 33, 0.12);
    flex: 0 0 62px;
}

.hero-badge-img-icon {
    width: 38px;
    height: 38px;
    display: block;
    object-fit: contain;
}

.hero-bottom-badge h4 {
    font-size: 15px;
    color: var(--dark-2);
    margin-bottom: 2px;
}

.hero-bottom-badge p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4;
}

.hero-right-stats {
    width: min(100%, 540px);
    margin-top: 24px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.hero-right-stats .hero-stats {
    max-width: 100%;
    gap: 10px;
}

.hero-right-stats .stat-card {
    padding: 16px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 12px 28px rgba(7, 29, 54, 0.07);
}

.hero-right-stats .stat-card:not(:last-child) {
    border-right: 1px solid rgba(220, 231, 245, 0.95);
}

.hero-right-stats .stat-card strong {
    font-size: 24px;
}

.hero-right-stats .stat-card span {
    font-size: 12px;
}

@media (max-width: 1040px) {
    .client-portal-card {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: auto;
        margin-top: 18px;
    }

    .hero-showcase {
        margin: 0 auto;
        width: min(100%, 620px);
    }
}

/* Professional About Company section */
.about-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.about-visual {
    position: relative;
    display: grid;
    gap: 16px;
    min-height: auto;
    padding-bottom: 0;
}

.about-main-image {
    position: relative;
    height: 430px;
    border-radius: 34px;
    overflow: hidden;
    border: 10px solid #ffffff;
    box-shadow: 0 34px 90px rgba(7, 29, 54, 0.16);
    background: var(--light);
}

.about-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-main-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(7, 29, 54, 0.62));
}

.about-image-caption {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    z-index: 2;
    color: #fff;
}

.about-image-caption strong {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.about-image-caption span {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    font-weight: 700;
}

.about-floating-card {
    position: static;
    width: 100%;
    min-height: 210px;
    padding: 26px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 24px 58px rgba(7, 29, 54, 0.15);
    backdrop-filter: blur(14px);
    z-index: 4;
}

.about-floating-card-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background:
            linear-gradient(135deg, rgba(23, 79, 145, 0.12), rgba(243, 112, 33, 0.10)),
            #ffffff;
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 14px 30px rgba(7, 29, 54, 0.08);
    margin-bottom: 16px;
}

.about-floating-card h4 {
    color: var(--dark-2);
    font-size: 22px;
    margin-bottom: 6px;
}

.about-floating-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.about-experience-badge {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 5;
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    min-height: auto;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, var(--secondary), var(--accent));
    border: 7px solid #fff;
    box-shadow: 0 18px 42px rgba(243, 112, 33, 0.24);
    font-weight: 900;
}

.about-experience-badge strong {
    display: block;
    font-size: 28px;
    line-height: 1;
}

.about-experience-badge span {
    display: block;
    font-size: 12px;
    line-height: 1.25;
    margin-top: 4px;
}

.about-visual-bottom {
    display: block;
}

.about-content .eyebrow {
    margin-bottom: 16px;
}

.about-content h2 {
    max-width: 620px;
}

.about-content p {
    line-height: 1.75;
}

.about-service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0 30px;
}

.about-service-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 10px 28px rgba(7, 29, 54, 0.045);
}

.about-service-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 64px;
    border-radius: 22px;
    background:
            linear-gradient(135deg, rgba(23, 79, 145, 0.12), rgba(243, 112, 33, 0.10)),
            #ffffff;
    border: 1px solid rgba(220, 231, 245, 0.95);
    box-shadow: 0 12px 28px rgba(7, 29, 54, 0.08);
}

.about-img-icon {
    width: 38px;
    height: 38px;
    display: block;
    object-fit: contain;
}

.about-service-item:nth-child(2) .about-service-icon,
.about-service-item:nth-child(4) .about-service-icon {
    background:
            linear-gradient(135deg, rgba(243, 112, 33, 0.14), rgba(247, 148, 29, 0.10)),
            #ffffff;
    box-shadow: 0 12px 28px rgba(243, 112, 33, 0.10);
}

.about-service-item strong {
    display: block;
    color: var(--dark-2);
    font-size: 15px;
    margin-bottom: 3px;
}

.about-service-item span {
    display: block;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.about-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.about-note {
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

@media (max-width: 1040px) {
    .about-wrap {
        grid-template-columns: 1fr;
    }

    .about-visual {
        min-height: auto;
        max-width: 620px;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0;
    }
}

@media (max-width: 680px) {
    .about-visual {
        min-height: auto;
        padding-bottom: 0;
    }

    .about-main-image {
        height: 320px;
        border-width: 7px;
        border-radius: 28px;
    }

    .about-visual-bottom {
        grid-template-columns: 1fr;
    }

    .about-floating-card {
        width: 100%;
        min-height: auto;
    }

    .about-experience-badge {
        position: absolute;
        top: 18px;
        right: 18px;
        width: 96px;
        height: 96px;
        min-height: auto;
        border-radius: 50%;
        padding: 12px;
        display: grid;
    }

    .about-service-list {
        grid-template-columns: 1fr;
    }

    .about-service-icon {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .about-img-icon {
        width: 34px;
        height: 34px;
    }

    .about-actions .btn-primary,
    .about-actions .btn-secondary {
        width: 100%;
    }

    .counter-section {
        padding: 0 0 62px;
    }

    .about-counter-section {
        padding: 0 0 62px;
    }

    .testimonials-section {
        padding: 62px 0;
    }

    .counter-section .counter-wrap {
        padding: 20px;
        border-radius: 28px;
    }

    .about-counter-section .counter-wrap {
        padding: 20px;
        border-radius: 28px;
    }

    .counter-section .counter-head {
        margin-bottom: 18px;
    }

    .about-counter-section .counter-head {
        margin-bottom: 18px;
    }

    .counter-section .counter-head-badge {
        width: 100%;
        justify-content: center;
    }

    .about-counter-section .counter-head-badge {
        width: 100%;
        justify-content: center;
    }

    .counter-section .counter-card {
        min-height: auto;
        padding: 20px;
    }

    .about-counter-section .counter-card {
        min-height: auto;
        padding: 20px;
    }
}

@media (max-width: 680px) {
    .hero {
        padding: 56px 0 54px;
    }

    .hero h1 {
        font-size: clamp(34px, 10vw, 44px);
        line-height: 1.16;
        letter-spacing: -0.035em;
    }


    .hero-kicker-row {
        align-items: flex-start;
    }

    .hero-mini-logo {
        height: 34px;
    }

    .hero-highlight-list {
        grid-template-columns: 1fr;
    }

    .hero-actions .btn-primary,
    .hero-actions .btn-secondary {
        width: 100%;
    }

    .hero-showcase-card {
        min-height: auto;
        border-radius: 28px;
        padding: 12px;
    }

    .hero-showcase-image {
        height: 220px;
        border-radius: 22px;
    }

    .hero-solution-panel {
        grid-template-columns: 1fr;
    }

    .hero-bottom-badge {
        width: 100%;
        margin-top: 14px;
    }

    .hero-right-stats {
        width: 100%;
        padding: 0;
    }

    .hero-right-stats .hero-stats {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hero-right-stats .stat-card {
        padding: 16px;
    }

    .hero-right-stats .stat-card:not(:last-child) {
        border-right: 1px solid rgba(220, 231, 245, 0.95);
        border-bottom: 1px solid rgba(220, 231, 245, 0.95);
    }

    .hero-trust-row {
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }
}
