@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Source+Sans+3:wght@400;450;500;600&display=swap');

:root {
  --navy: #001942;
  --blue: #0b2f76;
  --blue-2: #2f78d8;
  --cyan: #78c8f1;
  --ink: #10233f;
  --muted: #60708a;
  --line: #dfe7f2;
  --soft: #f5f9ff;
  --white: #fff;
  --shadow: 0 18px 46px rgba(9, 41, 89, .085);
  --radius: 8px;
  --font-body: "Source Sans 3", "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Libre Baskerville", Georgia, Cambria, "Times New Roman", Times, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: radial-gradient(circle at 78% 9%, rgba(47,120,216,.08), transparent 28%), linear-gradient(180deg, #fff 0%, #fff 58%, #f8fbff 100%); line-height: 1.6; font-weight: 400; -webkit-font-smoothing: antialiased; text-rendering: geometricPrecision; }
html.has-mobile-nav { overflow: hidden; }
body.has-mobile-nav { position: fixed; left: 0; right: 0; width: 100%; overflow: hidden; touch-action: none; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.section { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 72px 0; }
.center { text-align: center; }
.eyebrow { color: #183f82; text-transform: uppercase; letter-spacing: .08em; font-size: .74rem; font-weight: 500; margin: 0 0 12px; }
.breadcrumb { color: var(--muted); font-size: .9rem; margin: 0 0 18px; }
.breadcrumb a { color: inherit; transition: color .18s ease; }
.breadcrumb a:hover { color: var(--navy); }
h1, h2, h3 { color: var(--navy); font-family: var(--font-display); line-height: 1.08; margin: 0 0 18px; letter-spacing: 0; font-weight: 700; }
h1 { font-size: clamp(2.35rem, 5.05vw, 4.65rem); max-width: 850px; }
h2 { font-size: clamp(1.75rem, 2.65vw, 2.75rem); }
h3 { font-size: 1.08rem; }
p { color: var(--muted); margin: 0 0 18px; }
.lead { font-size: clamp(1.02rem, 1.8vw, 1.2rem); max-width: 660px; font-weight: 400; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 36px; padding: 8px 14px; border-radius: 6px; border: 1px solid transparent; font-size: .92rem; font-weight: 500; line-height: 1.15; letter-spacing: 0; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: white; background: linear-gradient(135deg, #001942 0%, #0b2f76 58%, #174a9b 100%); border-color: rgba(0,25,66,.16); box-shadow: 0 7px 16px rgba(0, 25, 66, .13), inset 0 1px 0 rgba(255,255,255,.14); }
.btn-primary:hover { background: linear-gradient(135deg, #001942 0%, #12346c 58%, #1b55a8 100%); box-shadow: 0 10px 22px rgba(0, 25, 66, .17), inset 0 1px 0 rgba(255,255,255,.16); }
.btn-secondary, .btn-ghost { color: var(--navy); background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,251,255,.92)); border-color: #dfe7f2; box-shadow: 0 4px 11px rgba(0,25,66,.035); }
.btn-secondary:hover, .btn-ghost:hover { border-color: #cfd9e8; box-shadow: 0 7px 15px rgba(0,25,66,.055); }
.text-link { color: #0b2f76; font-weight: 520; }
.site-header { position: sticky; top: 0; z-index: 40; display: flex; align-items: center; gap: 28px; width: min(1240px, calc(100% - 24px)); margin: 12px auto 0; padding: 10px 14px; border: 1px solid transparent; border-radius: 12px; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease; animation: headerDrop .55s ease both; }
.site-header::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: -1px; height: 1px; background: linear-gradient(90deg, transparent, rgba(11,47,118,.55), rgba(120,200,241,.45), transparent); transform: scaleX(.28); opacity: .55; transition: transform .35s ease, opacity .35s ease; }
.site-header:hover::after, .site-header.is-scrolled::after { transform: scaleX(1); opacity: 1; }
.site-header.is-scrolled { box-shadow: var(--shadow); border-color: var(--line); transform: translateY(-2px); }
.brand { display: flex; align-items: center; }
.brand img { width: 132px; height: auto; transition: transform .25s ease, filter .25s ease; }
.brand:hover img { transform: translateY(-1px) scale(1.025); filter: drop-shadow(0 8px 18px rgba(0,25,66,.12)); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 26px; flex: 1; font-size: .92rem; font-weight: 500; }
.site-nav a { color: var(--navy); position: relative; padding: 8px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 1px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, #001942, #2f78d8); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.site-nav a:hover::after, .site-nav a.is-active::after { transform: scaleX(1); }
.site-nav a.is-active, .site-nav a:hover { color: #0b2f76; }
.header-cta { margin-left: auto; }
.nav-mobile-cta { display: none; }
.nav-toggle { display: none; position: relative; width: 42px; height: 42px; background: white; border: 1px solid var(--line); border-radius: var(--radius); color: var(--navy); cursor: pointer; }
.nav-toggle span { position: absolute; left: 11px; width: 18px; height: 2px; border-radius: 99px; background: currentColor; transition: transform .2s ease, opacity .2s ease, top .2s ease; }
.nav-toggle span:nth-child(1) { top: 13px; }
.nav-toggle span:nth-child(2) { top: 20px; }
.nav-toggle span:nth-child(3) { top: 27px; }
.nav-toggle.is-open span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { top: 20px; transform: rotate(-45deg); }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; min-height: calc(100vh - 92px); padding-top: 52px; gap: 0; }
.hero-copy { position: relative; z-index: 3; padding: 36px 0; }
.hero h1 span { color: #0b2f76; text-shadow: 0 12px 34px rgba(47,120,216,.13); }
.hero h1 { letter-spacing: -.01em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0; }
.trust { display: flex; align-items: center; gap: 14px; color: var(--muted); }
.trust strong { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: white; background: linear-gradient(135deg, #001942, #174a9b); }
.hero-visual { min-height: 560px; position: relative; overflow: hidden; margin-left: -110px; border-radius: 0; background: transparent; box-shadow: none; }
.hero-visual::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.9) 12%, rgba(255,255,255,.5) 31%, rgba(255,255,255,.08) 52%, rgba(255,255,255,0) 74%); pointer-events: none; }
.hero-visual::after { content: ""; position: absolute; inset: auto 0 0; z-index: 2; height: 22%; background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,0) 100%); pointer-events: none; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 66% center; transform: scale(1.01); animation: heroPhotoIn .9s ease both; }
.hero-photo-fade { display: none; }
.floating-card { position: absolute; z-index: 4; padding: 12px 16px; border: 1px solid rgba(223,231,242,.76); background: rgba(255,255,255,.86); backdrop-filter: blur(12px); box-shadow: var(--shadow); border-radius: var(--radius); font-weight: 540; color: var(--navy); animation: floatSoft 4.5s ease-in-out infinite; }
.card-a { left: 8%; bottom: 18%; } .card-b { right: 8%; top: 18%; }
.card-b { animation-delay: .7s; }
.hero .floating-card { display: none; }
.usp-bar, .stat-grid { width: min(1180px, calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); background: white; overflow: hidden; }
.usp-bar div, .stat-grid div { padding: 24px; text-align: center; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.usp-bar div:last-child, .stat-grid div:last-child { border-right: 0; }
.usp-bar span:not(.usp-icon) { color: #12346c; font-weight: 540; display: block; margin-bottom: 8px; }
.usp-bar .usp-icon { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; margin: 0 auto 12px; border: 1px solid #cfe0f5; border-radius: 10px; background: linear-gradient(180deg, #f8fbff, #eef6ff); line-height: 0; }
.usp-bar .usp-icon svg { display: block; width: 24px; height: 24px; flex: 0 0 24px; fill: none; stroke: #174a9b; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.choice-grid, .card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.choice-card, .mini-card, .process-card, .project-card, .form-card, .detail-side, .profile-card, .match-card { border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 16px 44px rgba(9, 41, 89, .08); }
.choice-card { padding: 34px; min-height: 380px; background: linear-gradient(135deg, #fff 52%, #f5f9ff 78%, #eef6ff); }
.choice-card h2, .process-card h3, .mini-card h3, .project-card h2 { font-family: var(--font-display); }
ul { color: var(--muted); padding-left: 20px; }
li::marker { color: var(--blue); }
.stat-grid { grid-template-columns: repeat(4, 1fr); margin-top: 36px; }
.stat-grid strong { display: block; color: var(--blue); font-family: var(--font-display); font-size: 2.25rem; line-height: 1; }
.stat-grid span { color: var(--muted); }
.split-stat { display: inline-flex !important; align-items: center; justify-content: center; gap: 9px; font-family: var(--font-body) !important; }
.split-stat span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, #001942, #174a9b); color: white; font-family: var(--font-body); font-size: 1.45rem; line-height: 1; }
.split-stat small { color: var(--blue); font-family: var(--font-body); font-size: 1.02rem; font-weight: 520; line-height: 1; }
.split-section { display: grid; grid-template-columns: 1fr 420px; gap: 30px; align-items: center; }
.section-heading { max-width: 720px; margin-bottom: 24px; }
.seo-strip { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: 34px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.seo-strip .section-cta { margin-top: 10px; }
.solution-section { grid-template-columns: minmax(0, 1fr) minmax(460px, .58fr); align-items: stretch; }
.process-card { padding: 28px; }
.solution-card { padding: 34px; background: linear-gradient(135deg, #fff 60%, #f5f9ff); border-color: #cfdbeb; box-shadow: 0 18px 52px rgba(0,25,66,.10); }
.solution-card p { font-size: 1.04rem; line-height: 1.7; }
.process-card li { margin-bottom: 12px; }
.cta-band { width: min(1180px, calc(100% - 32px)); margin: 44px auto; padding: 54px 28px; text-align: center; border-radius: 16px; background: radial-gradient(circle at 78% 22%, rgba(47,120,216,.12), transparent 32%), linear-gradient(135deg, #f6faff, #fff); border: 1px solid var(--line); }
.cta-band div { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.page-hero { display: grid; grid-template-columns: 1fr 420px; gap: 48px; align-items: center; }
.image-panel { min-height: 320px; display: grid; place-items: center; border-radius: 16px; color: white; font-size: 4rem; font-weight: 560; background: linear-gradient(145deg, #f4f8ff, #0b2f76); box-shadow: var(--shadow); }
.image-panel-photo { overflow: hidden; padding: 0; background: #f5f9ff; }
.image-panel-photo img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; object-position: center; transition: transform .45s ease; }
.image-panel-photo:hover img { transform: scale(1.035); }
.freelancer-panel { background: linear-gradient(145deg, #f4faff, #174a9b); }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 28px; }
.steps div { padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: white; text-align: center; }
.steps span { display: grid; place-items: center; width: 38px; height: 38px; margin: 0 auto 12px; border-radius: 50%; background: #e9f4ff; color: #12346c; font-weight: 540; }
.freelancer-reference, .company-reference { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: stretch; max-width: 900px; }
.reference-copy { border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(135deg, #fff 56%, #f5f9ff); box-shadow: 0 16px 44px rgba(9,41,89,.08); }
.reference-copy { padding: 34px; position: relative; overflow: hidden; }
.reference-copy::after { content: ""; position: absolute; right: -70px; top: -80px; width: 210px; height: 210px; border-radius: 50%; background: radial-gradient(circle, rgba(47,120,216,.13), transparent 66%); }
.reference-copy blockquote { position: relative; margin: 18px 0 26px; color: var(--navy); font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.55; }
.reference-person { display: flex; align-items: center; gap: 12px; }
.reference-person > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #001942, #174a9b); color: white; font-weight: 520; }
.reference-person strong { display: block; color: var(--navy); font-weight: 560; }
.reference-person small { color: var(--muted); }
.card-grid { grid-template-columns: repeat(3, 1fr); }
.mini-card { padding: 24px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.tag-cloud span { padding: 12px 16px; border-radius: 999px; border: 1px solid var(--line); background: var(--soft); color: var(--navy); font-weight: 500; }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.faq-item { padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(135deg, #fff 60%, #f5f9ff); box-shadow: 0 12px 32px rgba(9,41,89,.06); }
.faq-item h3 { font-size: 1.05rem; line-height: 1.25; }
.faq-item p { margin-bottom: 0; }
.legal-page h1 { max-width: 760px; }
.legal-updated { color: #7a879a; font-size: .92rem; margin-top: -8px; }
.legal-grid { display: grid; gap: 18px; margin-top: 34px; }
.legal-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(135deg, #fff 64%, #f5f9ff); box-shadow: 0 12px 32px rgba(9,41,89,.055); }
.legal-grid h2 { font-size: 1.18rem; margin-bottom: 10px; }
.legal-grid p { margin-bottom: 0; }
.legal-grid a { color: #0b2f76; font-weight: 500; }
.page-title { padding-bottom: 28px; }
.filter-bar { width: min(1180px, calc(100% - 32px)); margin: 0 auto 18px; display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 12px; }
select, input, textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px 13px; background: white; color: var(--ink); }
textarea { min-height: 126px; resize: vertical; }
.project-list { display: grid; gap: 14px; }
.project-card { padding: 22px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.project-card h2 { font-size: 1.15rem; margin-bottom: 8px; }
.project-meta { display: flex; flex-wrap: wrap; gap: 8px; grid-column: 1 / -1; }
.project-meta span, .status { display: inline-flex; align-items: center; padding: 5px 9px; border-radius: 999px; background: #edf4ff; color: #0b2f76; font-size: .78rem; font-weight: 500; }
.jobs-frame-section { height: min(1080px, calc(100vh - 24px)); min-height: 760px; padding-top: 18px; }
.jobs-frame-section iframe { display: block; border-radius: 12px; background: white; box-shadow: 0 12px 32px rgba(0,25,66,.06); }
.status.green { background: #e9fbf2; color: #087744; }
.status.orange { background: #fff3dd; color: #9d5b00; }
.detail-layout { display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start; }
.detail-main { padding-right: 20px; }
.detail-main h2 { font-size: 1.35rem; margin-top: 34px; }
.detail-side { padding: 24px; position: sticky; top: 110px; }
.detail-side p { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; align-items: start; }
.contact-copy h1 { font-size: clamp(2.35rem, 3.7vw, 4rem); white-space: nowrap; }
.contact-list { display: grid; gap: 24px; margin-top: 34px; }
.contact-list p { display: grid; grid-template-columns: 34px 1fr; gap: 16px; align-items: center; margin: 0; color: var(--navy); }
.contact-list span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #cfe0f5; border-radius: 50%; background: #f5f9ff; color: #174a9b; font-size: 1rem; line-height: 1; }
.contact-list svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-list strong { color: var(--navy); font-weight: 520; line-height: 1.55; }
.contact-list a { color: inherit; transition: color .18s ease; }
.contact-list a:hover { color: #174a9b; }
.form-card { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 24px; }
.contact-layout .form-card { padding: 34px; border-radius: 14px; box-shadow: 0 20px 58px rgba(0, 25, 66, .08); background: rgba(255,255,255,.86); backdrop-filter: blur(10px); }
.contact-layout .form-card input,
.contact-layout .form-card select,
.contact-layout .form-card textarea { min-height: 50px; border-color: #e8edf5; box-shadow: inset 0 1px 2px rgba(0,25,66,.025); font-weight: 500; }
.contact-layout .form-card textarea { min-height: 132px; }
.contact-layout .form-card input::placeholder,
.contact-layout .form-card textarea::placeholder { color: #8a96aa; }
.contact-layout .form-card select:invalid { color: #8a96aa; }
label { display: grid; gap: 7px; color: var(--navy); font-weight: 500; font-size: .9rem; }
.hp-field { position: absolute !important; left: -10000px !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.full { grid-column: 1 / -1; }
.compact-actions { margin-top: 24px; }
.request-widget { display: grid; grid-template-columns: .82fr 1.18fr; gap: 30px; align-items: start; }
.widget-copy { position: sticky; top: 112px; }
.company-request-form textarea { min-height: 110px; }
.widget-options { border: 1px solid #e8edf5; border-radius: 10px; padding: 16px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 16px; }
.widget-options legend { padding: 0 8px; color: var(--navy); font-weight: 520; }
.widget-options label { display: flex; align-items: center; gap: 8px; color: #40506a; font-weight: 450; }
.widget-options input { width: auto; }
.contact-widget { display: grid; gap: 18px; }
.audience-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 6px; border: 1px solid var(--line); border-radius: 12px; background: #f7fbff; }
.audience-switch button { min-height: 42px; border: 0; border-radius: 8px; background: transparent; color: #40506a; cursor: pointer; font-weight: 500; }
.audience-switch button.is-active { background: white; color: var(--navy); box-shadow: 0 8px 18px rgba(0,25,66,.07); }
.form-intro { margin-bottom: 14px; }
.form-intro h2 { font-size: 1.6rem; margin-bottom: 6px; }
.inline-offer-button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 16px; padding: 14px 16px; border: 1px solid #cfdbeb; border-radius: 10px; background: linear-gradient(135deg, #fff, #f5f9ff); color: var(--navy); cursor: pointer; text-align: left; box-shadow: 0 10px 24px rgba(0,25,66,.045); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.inline-offer-button span { color: #40506a; }
.inline-offer-button strong { color: #0b2f76; font-weight: 520; white-space: nowrap; }
.inline-offer-button:hover { transform: translateY(-1px); border-color: #bdd0e9; box-shadow: 0 14px 30px rgba(0,25,66,.07); }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.is-hidden { display: none !important; }
.modal-backdrop { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 22px; background: rgba(0,25,66,.42); backdrop-filter: blur(8px); }
.modal-panel { position: relative; width: min(940px, 100%); max-height: min(86vh, 920px); overflow: auto; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 24px 80px rgba(0,25,66,.24); }
.modal-close { position: absolute; right: 16px; top: 14px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy); cursor: pointer; font-size: 1.35rem; line-height: 1; }
.modal-panel .form-card { box-shadow: none; padding: 0; border: 0; background: transparent; }
.team-story { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.site-footer { position: relative; overflow: hidden; margin-top: 70px; padding: 58px 24px 24px; background: linear-gradient(180deg, #f7fbff, #fff); border-top: 1px solid var(--line); }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg, transparent, #001942, #2f78d8, transparent); background-size: 200% 100%; animation: footerLine 6s linear infinite; }
.site-footer::after { content: ""; position: absolute; right: -120px; top: 40px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(88,196,253,.18), transparent 65%); pointer-events: none; }
.footer-grid { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(320px, 1fr) minmax(180px, .48fr) minmax(260px, .62fr); gap: clamp(42px, 8vw, 132px); align-items: start; }
.footer-logo { width: 142px; margin-bottom: 18px; }
.site-footer a { display: block; color: var(--muted); margin: 9px 0; transition: color .2s ease, transform .2s ease; }
.site-footer a:hover { color: var(--navy); transform: translateX(4px); }
.footer-main-link { display: inline-flex !important; align-items: center; gap: 7px; width: fit-content; margin: 18px 0 20px !important; color: #0b2f76 !important; font-weight: 520; }
.footer-main-link:hover { transform: translateX(4px); }
.footer-links { justify-self: center; min-width: 180px; }
.socials { display: flex; gap: 9px; }
.socials a { display: grid; place-items: center; width: 32px; height: 32px; margin: 0; border-radius: 50%; border: 1px solid var(--line); color: var(--blue); background: white; font-size: .78rem; line-height: 1; text-transform: lowercase; }
.socials svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.socials a:hover { transform: translateY(-1px); color: var(--navy); border-color: #cfe0f5; }
.footer-contact-column { justify-self: end; width: min(100%, 320px); transform: translateX(18px); }
.footer-contact { display: grid; gap: 4px; line-height: 1.45; margin-bottom: 20px; }
.footer-contact a, .footer-contact span { margin: 0; }
.footer-contact-column p { margin: 0; line-height: 1.55; }
.footer-bottom { width: min(1180px, 100%); margin: 40px auto 0; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .86rem; }
.footer-bottom a { display: inline; margin: 0; }
.made-by { align-self: center; padding: 8px 13px; border: 1px solid rgba(47,120,216,.2); border-radius: 999px; background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(233,243,255,.78)); color: #4f6582 !important; box-shadow: 0 10px 24px rgba(0,25,66,.055); letter-spacing: .01em; }
.made-by strong { color: var(--navy); font-weight: 600; }
.made-by:hover { transform: translateY(-2px); border-color: rgba(47,120,216,.38); color: var(--navy) !important; box-shadow: 0 14px 30px rgba(0,25,66,.085); }
.footer-link-button { display: inline; margin: 0; padding: 0; border: 0; background: transparent; color: var(--muted); cursor: pointer; font: inherit; transition: color .2s ease; }
.footer-link-button:hover { color: var(--navy); }
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 120; display: flex; align-items: center; justify-content: space-between; gap: 20px; width: min(980px, calc(100% - 36px)); margin: 0 auto; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 24px 80px rgba(0,25,66,.18); backdrop-filter: blur(16px); }
.cookie-banner h2 { font-size: 1.1rem; margin-bottom: 6px; }
.cookie-banner p { margin: 0; max-width: 680px; font-size: .95rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.toast { position: fixed; z-index: 60; right: 18px; top: 18px; padding: 14px 18px; border-radius: var(--radius); box-shadow: var(--shadow); font-weight: 520; }
.toast-success { background: #e9fbf2; color: #087744; }
.toast-error { background: #fff0f0; color: #a51d2d; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 13px 10px; border-bottom: 1px solid #edf1f6; vertical-align: top; font-weight: 400; }
th { color: #748299; text-transform: uppercase; font-size: .72rem; letter-spacing: .05em; font-weight: 520; }
td strong { font-weight: 520; }
td small { display: block; color: var(--muted); }
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.profile-card { padding: 18px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes drift { from { transform: translate3d(0,0,0); } to { transform: translate3d(28px,18px,0); } }
@keyframes headerDrop { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroPhotoIn { from { opacity: 0; transform: scale(1.055) translateX(14px); } to { opacity: 1; transform: scale(1.02) translateX(0); } }
@keyframes floatSoft { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes footerLine { from { background-position: 0% 50%; } to { background-position: 200% 50%; } }
@media (max-width: 980px) {
  .site-header { flex-wrap: nowrap; }
  .nav-toggle { display: block; margin-left: auto; flex: 0 0 42px; }
  .site-nav { position: absolute; left: 0; right: 0; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 10px; }
  .site-nav .nav-mobile-cta { display: flex; justify-content: center; margin-top: 6px; border-radius: 8px; color: white; background: linear-gradient(135deg, #001942 0%, #0b2f76 58%, #174a9b 100%); }
  .site-nav .nav-mobile-cta::after { display: none; }
  .header-cta { display: none; }
  .hero, .page-hero, .split-section, .seo-strip, .solution-section, .contact-layout, .detail-layout, .request-widget, .team-story, .freelancer-reference, .company-reference { grid-template-columns: 1fr; }
  .widget-copy { position: static; }
  .contact-copy h1 { white-space: normal; }
  .hero { min-height: auto; }
  .page-hero .image-panel, .hero-visual { order: -1; }
  .page-hero { gap: 24px; }
  .hero-visual { min-height: 390px; margin-left: 0; border-radius: 0; }
  .hero-visual::before { background: linear-gradient(90deg, rgba(255,255,255,.48), rgba(255,255,255,0)); }
  .usp-bar, .stat-grid, .steps, .card-grid, .choice-grid, .faq-grid, .profile-grid, .filter-bar, .footer-grid { grid-template-columns: 1fr; }
  .footer-links, .footer-contact-column { justify-self: start; width: 100%; transform: none; }
  .usp-bar div, .stat-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .project-card { grid-template-columns: 1fr; }
  .form-card { grid-template-columns: 1fr; }
  .widget-options { grid-template-columns: 1fr; }
  .footer-bottom, .card-head { flex-direction: column; align-items: flex-start; }
  .cookie-banner { flex-direction: column; align-items: flex-start; }
  .cookie-actions { width: 100%; }
  .cookie-actions .btn { flex: 1; }
}
@media (max-width: 560px) {
  .section { width: min(100% - 24px, 1180px); padding: 46px 0; }
  h1 { font-size: 2.35rem; }
  .hero-actions .btn, .cta-band .btn { width: 100%; }
  th:nth-child(3), td:nth-child(3), th:nth-child(4), td:nth-child(4) { display: none; }
}
@media (max-width: 680px), (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
