@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400; font-display: swap; src: url('assets/fonts/manrope-400.woff') format('woff'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 500; font-display: swap; src: url('assets/fonts/manrope-500.woff') format('woff'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 600; font-display: swap; src: url('assets/fonts/manrope-600.woff') format('woff'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 700; font-display: swap; src: url('assets/fonts/manrope-700.woff') format('woff'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 800; font-display: swap; src: url('assets/fonts/manrope-800.woff') format('woff'); }
:root {
  --bg: #0c1428;
  --surface: #111e38;
  --navy: #0a2463;
  --blue: #0066ff;
  --cyan: #00c4ff;
  --ice: #e8f4ff;
  --text: #f3f7ff;
  --muted: #a5b2cb;
  --line: #23314b;
  color-scheme: dark;
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--bg); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; }
a,button { -webkit-tap-highlight-color: transparent; }
a:focus-visible,button:focus-visible { outline: 2px solid var(--cyan); outline-offset: 5px; }
::selection { background: var(--blue); color: white; }
h1,h2,h3,p,figure { margin-top: 0; }
h1,h2,h3 { font-weight: 700; }
p { font-size: 1rem; line-height: 1.85; }
em { font-style: normal; }
.container { width: min(1160px,calc(100% - 80px)); margin-inline: auto; }
.skip { position: fixed; top: -100px; left: 16px; padding: 15px; background: var(--ice); color: var(--navy); z-index: 100; }
.skip:focus { top: 15px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgb(12 20 40 / .94); backdrop-filter: blur(18px); border-bottom: 1px solid rgb(165 178 203 / .1); }
.nav-wrap { display: flex; align-items: center; min-height: 90px; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; background: var(--ice); padding: 9px 12px; border-radius: 7px; }
.brand img { width: 155px; height: auto; aspect-ratio: 1230/325; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.site-header nav a { font-size: .875rem; font-weight: 700; white-space: nowrap; transition: color .2s; }
.site-header nav a:hover,.site-header nav a.active { color: var(--cyan); }
.nav-cta,.btn { display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid transparent; border-radius: 6px; padding: 15px 23px; min-height: 50px; background: var(--blue); color: white; font-size: .875rem; font-weight: 700; line-height: 1.6; transition: background .2s,transform .2s,box-shadow .2s; }
.nav-cta { padding: 11px 16px; min-height: 45px; }
.nav-cta:hover,.btn:hover { background: #0055d5; transform: translateY(-2px); box-shadow: 0 8px 28px rgb(0 102 255 / .2); }
.nav-cta span,.btn span { font-size: 1.25rem; line-height: 1; }
.menu-btn { display: none; margin-left: auto; background: transparent; border: 1px solid var(--line); border-radius: 5px; padding: 10px 8px; width: 44px; height: 44px; }
.menu-btn i { display: block; height: 2px; width: 23px; background: var(--text); margin: 4px auto; }
.hero { position: relative; overflow: hidden; background: radial-gradient(ellipse at 60% 52%,rgb(0 102 255 / .17),transparent 53%),var(--bg); }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 730px; padding-block: 48px 65px; gap: 35px; }
.hero-copy { position: relative; z-index: 2; padding-block: 20px; }
.greeting { font-size: clamp(1.25rem,2vw,1.7rem); font-weight: 500; color: var(--text); line-height: 1.5; margin-bottom: 23px; }
h1 { font-size: clamp(3rem,4.6vw,4.4rem); font-weight: 800; line-height: 1.2; letter-spacing: -.04em; margin-bottom: 28px; }
h1 em { color: var(--cyan); background: linear-gradient(transparent 76%,rgb(0 102 255 / .24) 76%); padding-inline: 2px; }
.hero-lead { max-width: 550px; color: var(--muted); margin-bottom: 29px; }
.hero-actions { display: flex; align-items: center; gap: 23px; }
.scroll-link { display: inline-flex; align-items: center; gap: 10px; font-size: .875rem; font-weight: 700; white-space: nowrap; }
.scroll-link span { display: grid; place-items: center; border-radius: 50%; width: 37px; height: 37px; background: rgb(0 102 255 / .14); color: var(--cyan); font-size: 1.2rem; }
.scroll-link:hover { color: var(--cyan); }
.hero-art { position: relative; height: 605px; min-width: 0; }
.art-pill { position: absolute; width: 71%; height: 85%; left: 17%; top: 9%; border-radius: 200px; background: linear-gradient(145deg,rgb(0 102 255 / .26),rgb(0 196 255 / .05)); border: 1px solid rgb(0 196 255 / .14); }
.art-plus { position: absolute; top: 54%; left: 21%; color: #2f69ad; font-size: 2.25rem; font-weight: 400; }
.art-stripes { position: absolute; right: 14%; top: 20%; width: 105px; height: 105px; border-radius: 50%; background: repeating-linear-gradient(45deg,transparent,transparent 7px,rgb(122 176 255 / .15) 8px,rgb(122 176 255 / .15) 9px); }
.hero-image { position: absolute; width: 47%; aspect-ratio: 3/4; overflow: hidden; margin: 0; border-radius: 16px; background: var(--surface); border: 1px solid rgb(165 178 203 / .17); box-shadow: 0 20px 45px rgb(0 0 0 / .28); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.code-image { left: 0; top: 0; transform: rotate(-2deg); }
.developer-image { right: 0; bottom: 0; transform: rotate(2deg); }
.hero-image figcaption { position: absolute; inset: auto 0 0; background: linear-gradient(transparent,rgb(5 18 40 / .95)); padding: 40px 17px 17px; font-size: .75rem; line-height: 1.5; font-weight: 600; letter-spacing: .05em; }
.hero-image figcaption span { color: var(--cyan); margin-right: 5px; }
.since-badge { position: absolute; left: 18px; bottom: 52px; padding: 15px 22px; border-radius: 9px; background: rgb(17 30 56 / .85); backdrop-filter: blur(10px); border: 1px solid var(--line); }
.since-badge strong { display: block; font-size: 1.8rem; color: var(--text); font-weight: 700; letter-spacing: -.035em; }
.since-badge span { color: var(--muted); font-size: .875rem; }
.technology-band { border-block: 1px solid var(--line); }
.technology-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 112px; }
.technology-label { max-width: 130px; color: var(--muted); font-size: .75rem; font-weight: 600; line-height: 1.7; letter-spacing: .08em; }
.technology-name { font-size: 1.9rem; font-weight: 800; letter-spacing: -.04em; color: #8599ba; }
.oracle { font-size: 1.65rem; font-weight: 500; letter-spacing: .04em; }
.mysql { font-size: 1.7rem; font-weight: 500; }
.technology-caption { font-size: .875rem; color: var(--muted); }
.section { padding-block: 100px; }
.eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .15em; line-height: 1.6; color: var(--cyan); margin-bottom: 18px; }
h2 { font-size: clamp(1.95rem,2.8vw,2.65rem); line-height: 1.4; letter-spacing: -.035em; margin-bottom: 24px; }
h2 em { color: var(--cyan); }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 88px; }
.about-visual { position: relative; padding: 20px 44px 25px 30px; }
.about-orbit { position: absolute; inset: 12% -4% 13% -2%; background: linear-gradient(130deg,var(--blue),#10234d 75%); border-radius: 50%; }
.about-visual>img { position: relative; width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); }
.experience-badge { position: absolute; bottom: 57px; right: -12px; padding: 20px 25px; display: flex; align-items: center; gap: 17px; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 10px 30px rgb(0 0 0 / .2); border-radius: 10px; }
.badge-icon { color: var(--cyan); background: rgb(0 102 255 / .14); font-size: 1.35rem; border-radius: 50%; height: 50px; width: 50px; display: grid; place-items: center; }
.experience-badge div>span { color: var(--muted); display: block; font-size: .875rem; margin-bottom: 5px; }
.experience-badge strong { font-size: 1.35rem; }
.intro-text p:not(.eyebrow) { color: var(--muted); }
.intro-text .lead { font-size: 1.0625rem; }
.sector-list { padding: 0; margin: 24px 0 25px; list-style: none; color: var(--muted); font-size: .9375rem; line-height: 1.8; }
.sector-list li { position: relative; padding-left: 26px; margin-bottom: 10px; }
.sector-list li::before { content: '✓'; position: absolute; left: 0; top: 1px; color: var(--cyan); }
.inline-link { color: var(--cyan); font-size: .875rem; font-weight: 600; display: inline-flex; align-items: center; gap: 12px; }
.inline-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.solutions { padding-top: 30px; }
.section-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 45px; margin-bottom: 50px; }
.section-top h2 { margin-bottom: 0; }
.section-top>p { color: var(--muted); max-width: 410px; margin-bottom: 4px; }
.section-top.centered { display: block; text-align: center; margin-inline: auto; }
.centered>p { max-width: 720px; margin-inline: auto; }
.centered>p:last-child:not(.eyebrow) { margin-top: 23px; }
.solution-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.solution-card { position: relative; padding: 38px 27px 29px; display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px solid rgb(165 178 203 / .08); border-radius: 10px; background: linear-gradient(180deg,rgb(17 30 56 / .42),transparent); transition: transform .2s,border-color .2s; }
.solution-card:hover { transform: translateY(-5px); border-color: rgb(0 196 255 / .35); }
.solution-icon { display: grid; place-items: center; width: 83px; height: 83px; background: rgb(0 102 255 / .13); color: var(--cyan); clip-path: polygon(25% 7%,75% 7%,100% 50%,75% 93%,25% 93%,0 50%); margin-bottom: 27px; }
.solution-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.solution-card h3 { font-size: 1.2rem; line-height: 1.5; margin-bottom: 16px; }
.solution-card p { color: var(--muted); flex: 1; }
.solution-card a { color: var(--cyan); font-size: .875rem; font-weight: 600; padding-block: 7px; }
.solution-card a span { margin-left: 9px; }
.solution-card a:hover { text-decoration: underline; text-underline-offset: 4px; }
.method-banner { position: relative; isolation: isolate; text-align: center; padding-block: 82px; background: var(--navy); overflow: hidden; }
.method-banner::before { content: ''; position: absolute; inset: 0; z-index: -2; background: url('assets/programming-code.png') center 46%/cover; opacity: .6; }
.method-banner::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg,rgb(0 76 218 / .82),rgb(10 36 99 / .65)); }
.method-banner .eyebrow { color: var(--ice); }
.method-banner h2 { font-size: clamp(2rem,3.2vw,3rem); }
.method-banner h2 em { color: white; }
.method-banner p:not(.eyebrow) { color: #d5e6ff; margin-bottom: 26px; }
.btn.light { background: var(--ice); color: var(--navy); }
.btn.light:hover { background: white; }
.method-content { padding-block: 95px 45px; }
.method-steps { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 31px 55px; }
.method-steps li { display: flex; gap: 22px; align-items: flex-start; padding: 25px 0; border-bottom: 1px solid var(--line); }
.method-steps li>span { display: grid; place-items: center; width: 47px; height: 47px; flex-shrink: 0; background: rgb(0 102 255 / .14); color: var(--cyan); border-radius: 9px; font-size: .875rem; font-weight: 700; }
.method-steps strong { font-size: 1.125rem; display: block; margin: 2px 0 9px; }
.method-steps p { margin: 0; color: var(--muted); }
.project-list { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.project-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--surface); transition: transform .2s,border-color .2s; }
.project-card:hover { transform: translateY(-4px); border-color: #35648c; }
.project-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 23px; color: var(--muted); font-size: .75rem; line-height: 1.7; }
.project-visual { position: relative; width: 100%; aspect-ratio: 16/9; background: #e9eef5; overflow: hidden; }
.project-visual img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .35s; }
.project-card:hover .project-visual img { transform: scale(1.025); }
.visual-label { position: absolute; bottom: 13px; left: 17px; background: rgb(12 20 40 / .93); border: 1px solid rgb(0 196 255 / .2); color: var(--ice); border-radius: 5px; font-size: .75rem; letter-spacing: .07em; padding: 7px 11px; }
.project-content { display: flex; flex-direction: column; padding: 27px; flex: 1; }
.project-tag { font-size: .75rem; letter-spacing: .06em; line-height: 1.75; color: var(--cyan); font-weight: 600; margin-bottom: 13px; }
.project-content h3 { font-size: 1.3rem; line-height: 1.5; letter-spacing: -.02em; margin-bottom: 16px; }
.project-content>p:not(.project-tag) { color: var(--muted); flex: 1; }
.tech { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 7px; }
.tech span { padding: 6px 9px; background: rgb(0 102 255 / .1); border: 1px solid rgb(0 102 255 / .2); border-radius: 4px; color: #afc9ed; font-size: .75rem; letter-spacing: .035em; line-height: 1.5; }
.contact { background: linear-gradient(120deg,#102044,var(--bg)); border-block: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.contact-grid>div>p:not(.eyebrow) { color: var(--muted); max-width: 480px; }
.contact-card { padding: 31px; border: 1px solid #2e4467; border-radius: 12px; background: rgb(17 30 56 / .6); }
.contact-card h3 { font-size: 1.3rem; line-height: 1.6; margin-bottom: 24px; }
.contact-card a { display: flex; justify-content: space-between; gap: 13px; border-top: 1px solid var(--line); padding-block: 15px; font-size: .875rem; color: var(--cyan); line-height: 1.75; }
.contact-card a:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-card small { display: block; margin-top: 13px; font-size: .875rem; line-height: 1.7; color: var(--muted); }
footer { background: #0a1223; }
.footer-main { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; padding-block: 44px; }
.footer-brand img { width: 142px; }
.footer-main>p { font-size: .875rem; color: var(--muted); margin: 0; }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 24px; margin-left: auto; font-size: .875rem; color: var(--muted); }
.footer-main nav a:hover,.footer-bottom a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 23px; border-top: 1px solid var(--line); font-size: .75rem; line-height: 1.8; color: var(--muted); }
.footer-bottom a { white-space: nowrap; }
@media (min-width:1600px) { .hero-inner { min-height: 790px; } }
@media (max-width:1100px) {
  .container { width: calc(100% - 56px); }
  .nav-wrap { gap: 20px; }
  .brand img { width: 140px; }
  .site-header nav { gap: 18px; }
  .nav-cta { padding: 11px 14px; }
  .hero-inner { gap: 30px; min-height: 680px; }
  .hero-art { height: 550px; }
  .hero-actions { gap: 18px; flex-wrap: wrap; }
  .intro-grid { gap: 48px; }
  .about-visual { padding-left: 15px; padding-right: 30px; }
  .experience-badge { padding: 18px; }
  .contact-grid { gap: 45px; }
  .technology-caption { display: none; }
}
@media (max-width:950px) {
  .site-header nav { display: none; position: absolute; inset: 82px 0 auto; padding: 15px 28px 25px; flex-direction: column; align-items: stretch; gap: 0; background: var(--bg); border-bottom: 1px solid var(--line); }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding-block: 14px; font-size: 1rem; }
  .nav-wrap { min-height: 82px; }
  .nav-cta { margin-left: auto; }
  .menu-btn { display: block; margin-left: 0; }
  .hero-art { height: 485px; }
  h1 { font-size: 3.1rem; }
  .greeting { font-size: 1.125rem; }
  .since-badge { left: 0; bottom: 45px; padding: 12px 17px; }
  .since-badge strong { font-size: 1.5rem; }
  .hero-image figcaption { font-size: .75rem; padding-inline: 10px; }
  .intro-grid { gap: 37px; }
  .about-visual { padding-left: 0; }
  .experience-badge { right: -5px; gap: 10px; padding: 14px; }
  .experience-badge div>span { font-size: .75rem; }
  .badge-icon { width: 40px; height: 40px; }
  .solution-grid { gap: 16px; }
  .solution-card { padding-inline: 20px; }
  .footer-main nav { width: 100%; margin-left: 0; }
}
@media (max-width:700px) {
  .container { width: calc(100% - 40px); }
  html { scroll-padding-top: 88px; }
  .nav-wrap { min-height: 78px; }
  .site-header nav { top: 78px; padding-inline: 20px; }
  .brand { padding: 8px 10px; }
  .brand img { width: 137px; }
  .nav-cta { display: none; }
  .menu-btn { margin-left: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 25px; padding-block: 45px 55px; }
  .hero-copy { padding: 0; }
  .greeting { font-size: 1.25rem; margin-bottom: 23px; }
  h1 { font-size: clamp(2.6rem,10vw,4rem); line-height: 1.2; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { gap: 20px; }
  .btn { padding: 14px 18px; }
  .hero-art { width: min(450px,100%); height: auto; aspect-ratio: .9; margin: 15px auto 0; }
  .hero-image { width: 47%; border-radius: 12px; }
  .since-badge { left: 3%; bottom: 10%; }
  .art-plus { font-size: 1.9rem; }
  .art-stripes { width: 80px; height: 80px; }
  .technology-inner { flex-wrap: wrap; gap: 20px; justify-content: space-around; padding-block: 27px; }
  .technology-label { max-width: none; width: 100%; text-align: center; }
  .technology-name { font-size: 1.7rem; }
  .oracle { font-size: 1.35rem; }
  .mysql { font-size: 1.5rem; }
  .section { padding-block: 70px; }
  .intro-grid { grid-template-columns: 1fr; gap: 35px; }
  .about-visual { width: min(440px,100%); margin-inline: auto; padding: 10px 35px 20px 20px; }
  .about-visual>img { max-height: 470px; object-position: center; }
  .experience-badge { right: 0; bottom: 43px; padding: 18px; }
  .experience-badge div>span { font-size: .875rem; }
  h2 { font-size: clamp(1.8rem,6vw,2.35rem); }
  .intro-text .lead { font-size: 1rem; }
  .solutions { padding-top: 15px; }
  .section-top { display: block; margin-bottom: 32px; }
  .section-top>p:not(.eyebrow) { margin-top: 20px; }
  .solution-grid { grid-template-columns: 1fr; gap: 20px; }
  .solution-card { padding: 29px 27px; }
  .solution-icon { margin-bottom: 20px; }
  .solution-card h3 br { display: none; }
  .solution-card h3 { font-size: 1.25rem; }
  .desktop-break { display: none; }
  .method-banner { padding-block: 62px; }
  .method-content { padding-block: 65px 0; }
  .method-steps { grid-template-columns: 1fr; gap: 0; }
  .method-steps li { gap: 18px; }
  .project-list { grid-template-columns: 1fr; gap: 24px; }
  .project-content { padding: 23px; }
  .project-content h3 { font-size: 1.2rem; }
  .project-meta { padding: 15px 20px; gap: 12px; }
  .contact-grid { grid-template-columns: 1fr; gap: 27px; }
  .contact-card { padding: 24px; }
  .contact-card h3 { font-size: 1.2rem; }
  .footer-main { padding-block: 35px; gap: 24px; }
  .footer-main>p { width: 100%; }
  .footer-main nav { gap: 18px 24px; }
  .footer-bottom { gap: 19px; align-items: flex-start; }
}
@media (max-width:380px) { .since-badge { bottom: 7%; padding: 9px 14px; } .since-badge strong { font-size: 1.3rem; } .since-badge span { font-size: .75rem; } .hero-image figcaption { display: none; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition: none !important; } }
