         * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background-color: #f9f9f9;
            font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, sans-serif;
            color: #0a1927;
            line-height: 1.45;
            scroll-behavior: smooth;
        }

        /* современная сетка с мягкими тенями */
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 2rem 2rem 4rem;
        }
        
        /* Хлебные крошки */
      .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        font-size: 0.85rem;
        margin-bottom: 2rem;
        color: #5a6e7c;
      }
      .breadcrumb a {
        color: #2c6e9e;
        text-decoration: none;
        transition: color 0.2s;
      }
      .breadcrumb a:hover {
        color: #0f4c6f;
        text-decoration: underline;
      }
      .breadcrumb span:last-child {
        color: #1f3b4c;
        font-weight: 500;
      }
        /* навигационная линия - минимал, но с характером */
        

        .logo {
            font-weight: 700;
            font-size: 1.5rem;
            letter-spacing: -0.3px;
            background: linear-gradient(135deg, #1a4d5f 0%, #0e2e3a 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }
        .logo span {
            color: #1e6f9f;
            background: none;
            -webkit-background-clip: unset;
            background-clip: unset;
        }

        .pill-caption {
            background: #eef3fc;
            padding: 0.3rem 1rem;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 500;
            color: #1e6f9f;
        }

        /* hero / заголовок */
        .high {
            margin-bottom: 3.5rem;
        }
        .high h1 {
            font-size: 3rem;
            font-weight: 700;
            letter-spacing: -0.02em;
            background: linear-gradient(to right, #1a4d5f, #2c7a6e);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            margin-bottom: 0.75rem;
        }
        .high p {
            font-size: 1.1rem;
            color: #3c5a64;
            max-width: 700px;
            border-left: 3px solid #1e6f9f;
            padding-left: 1.2rem;
        }

        /* сетка карточек (современный грид) */
        .jobs-grid {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        /* каждая карточка — с soft радиусом и свежим стилем */
        .job-card {
            background: #ffffff;
            border-radius: 28px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.02);
            transition: all 0.25s ease;
            border: 1px solid #eef2f6;
            overflow: hidden;
        }
        .job-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 24px 48px -12px rgba(0, 41, 41, 0.12);
            border-color: #dce5ec;
        }

        /* шапка карточки с акцентной линией */
        .card-head {
            padding: 1.5rem 2rem 0.8rem 2rem;
            border-bottom: 1px solid #edf2f7;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: baseline;
            background: #fefefe;
        }
        .job-name {
            font-size: 1.7rem;
            font-weight: 700;
            letter-spacing: -0.3px;
            background: linear-gradient(145deg, #1b4e5e, #114653);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }
        .badge-fulltime {
            background: #e9f3ef;
            color: #1e6f5c;
            font-weight: 600;
            font-size: 0.7rem;
            padding: 0.3rem 1rem;
            border-radius: 40px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* контентные блоки */
        .card-body {
            padding: 1rem 2rem 1rem 2rem;
        }
        .info-group {
            margin-bottom: 1.6rem;
        }
        .info-title {
            font-weight: 700;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #1e6f9f;
            margin-bottom: 0.8rem;
            display: inline-block;
            border-bottom: 1.5px solid #ffe1e1;
            padding-bottom: 0.2rem;
        }
        .grid-2col {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0.6rem 1.5rem;
        }
        @media (max-width: 768px) {
            .grid-2col {
                grid-template-columns: 1fr;
            }
            .card-head {
                flex-direction: column;
                gap: 0.8rem;
            }
            .container {
                padding: 1.5rem;
            }
            .hero h1 {
                font-size: 2.3rem;
            }
        }
        .list-modern {
            list-style: none;
        }
        .list-modern li {
            position: relative;
            padding-left: 1.2rem;
            margin-bottom: 0.55rem;
            font-size: 0.92rem;
            color: #1f2e38;
            line-height: 1.45;
        }
        .list-modern li::before {
            content: "▹";
            position: absolute;
            left: 0;
            color: #1e6f9f;
            font-size: 0.85rem;
            font-weight: 500;
        }

        .conditions-row {
            background: #fafdff;
            border-radius: 18px;
            padding: 0.8rem 1.2rem;
            margin-top: 0.5rem;
            border: 1px solid #ecf3f9;
        }

        .footer-apply {
            background: #f9fbfd;
            padding: 1rem 2rem;
            border-top: 1px solid #eef3fa;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 0.8rem;
        }
        .email-btn {
            background: #1e6f9f;
            color: white;
            padding: 0.65rem 1.6rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 0.85rem;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            border: none;
            cursor: pointer;
            font-family: inherit;
            text-decoration: none;
        }
        .email-btn:hover {
            background: #0f5a85;
            transform: scale(0.98);
            box-shadow: 0 6px 14px rgba(15, 90, 133, 0.2);
        }
        .email-copy {
            font-family: monospace;
            font-size: 0.9rem;
            background: #ffffff;
            padding: 0.4rem 1rem;
            border-radius: 40px;
            border: 1px solid #dce5ec;
            color: #1f4e5c;
        }
        .note-modern {
            text-align: center;
            margin-top: 3rem;
            font-size: 0.75rem;
            color: #7c8f9a;
            border-top: 1px solid #e2edf4;
            padding-top: 2rem;
        }

        .small-icon {
            font-size: 1.1rem;
        }
        .container hr {
            display: none;
        }
        .grecaptcha-badge {
        opacity: 0 !important;
        visibility: hidden !important;
      }