:root {
  --ink: #101923;
  --muted: #69747d;
  --paper: #f5f5f1;
  --card: #ffffff;
  --line: #dfe2dc;
  --accent: #ef6b4d;
  --accent-deep: #c95137;
  --soft: #e8ece5;
  --mono: 'DM Mono', monospace;
  --sans: 'Manrope', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.site-header { position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; max-width: 1280px; margin: 0 auto; padding: 28px 5vw; }
.brand { display: flex; align-items: center; gap: 9px; font-size: 17px; font-weight: 800; letter-spacing: -0.06em; }
.brand-mark { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--ink); font-family: Georgia, serif; font-size: 21px; font-style: italic; }
.brand-dot { color: var(--accent); }
.main-nav { display: flex; gap: 34px; margin-left: 120px; color: var(--muted); font-size: 12px; font-weight: 700; }
.main-nav a, .nav-contact, .text-link, .service-card a, .site-footer a { transition: color .25s ease; }
.main-nav a:hover, .nav-contact:hover, .text-link:hover, .service-card a:hover, .site-footer a:hover { color: var(--accent-deep); }
.nav-contact { font-size: 12px; font-weight: 800; }
.nav-contact span, .text-link span, .service-card a span { margin-left: 8px; color: var(--accent); font-size: 17px; }
.section-shell { max-width: 1180px; margin: 0 auto; padding-left: 5vw; padding-right: 5vw; }
.hero { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 5%; min-height: 690px; padding-top: 80px; padding-bottom: 100px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 23px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-line { display: block; width: 34px; height: 1px; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-size: clamp(58px, 7vw, 106px); line-height: .91; letter-spacing: -.085em; font-weight: 800; }
h1 em, h2 span { color: var(--accent); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.07em; }
.hero-text { max-width: 410px; margin-bottom: 34px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 16px 20px 16px 24px; font-size: 11px; font-weight: 800; transition: transform .25s ease, background .25s ease; }
.button span { font-size: 18px; font-weight: 400; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--accent); }
.button-primary:hover { background: var(--accent-deep); }
.text-link { color: var(--ink); font-size: 11px; font-weight: 800; }
.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.visual-window { position: relative; z-index: 1; width: min(100%, 440px); height: 430px; padding: 10px; border: 1px solid rgba(255,255,255,.5); background: rgba(18, 29, 38, .92); box-shadow: 20px 24px 70px rgba(31, 44, 51, .18); transform: rotate(4deg); animation: float 7s ease-in-out infinite; }
.window-bar { display: flex; align-items: center; height: 29px; padding: 0 10px; gap: 5px; color: rgba(255,255,255,.46); font-family: var(--mono); font-size: 8px; }
.window-bar span { width: 6px; height: 6px; border-radius: 50%; background: #6b7c7c; }.window-bar span:first-child { background: var(--accent); }.window-bar small { margin-left: auto; font-size: 8px; }
.visual-content { height: calc(100% - 29px); padding: 31px 27px 23px; color: #dfe8e0; background: linear-gradient(145deg, #30483e, #162821 60%, #101a20); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.visual-content::before { content: ''; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(239,107,77,.6); border-radius: 50%; top: 105px; right: -56px; box-shadow: 0 0 0 25px rgba(239,107,77,.06), 0 0 0 50px rgba(239,107,77,.04); }
.visual-topline, .visual-footer { display: flex; justify-content: space-between; color: #a6b5aa; font-family: var(--mono); font-size: 8px; letter-spacing: .1em; }.visual-title { position: relative; z-index: 1; margin-top: 35px; font-size: clamp(44px, 6vw, 72px); line-height: .83; letter-spacing: -.08em; }.visual-title strong { color: var(--accent); font-weight: 800; }
.visual-footer { align-items: flex-end; }.visual-arrow { color: var(--accent); font-size: 25px; }.orbit { position: absolute; border: 1px solid rgba(239,107,77,.45); border-radius: 50%; }.orbit-one { width: 410px; height: 410px; transform: rotate(28deg) skewX(-14deg); }.orbit-two { width: 530px; height: 170px; transform: rotate(-38deg); border-color: rgba(16,25,35,.18); }.floating-note { position: absolute; z-index: 2; right: 0; bottom: 33px; padding: 12px 15px; color: var(--ink); background: #fff; box-shadow: 0 12px 28px rgba(16,25,35,.1); font-family: var(--mono); font-size: 9px; }.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #6db66a; }
.ticker { padding: 18px 0; overflow: hidden; color: var(--accent); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; }.ticker-track { display: flex; align-items: center; justify-content: space-around; min-width: 1000px; animation: ticker 28s linear infinite; }.ticker i { color: var(--ink); font-size: 13px; font-style: normal; }
.services { padding-top: 150px; padding-bottom: 150px; }.section-heading { margin-bottom: 60px; }.section-heading h2, .pricing h2, .expertise h2, .contact h2 { margin-bottom: 0; font-size: clamp(43px, 5vw, 72px); line-height: .96; letter-spacing: -.08em; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }.service-card { min-height: 350px; padding: 25px 27px; background: var(--paper); }.service-card-featured { color: #fff; background: var(--ink); }.service-number { color: var(--muted); font-family: var(--mono); font-size: 10px; }.service-card-featured .service-number, .service-card-featured p { color: #a9b4b2; }.service-icon { margin: 48px 0 18px; color: var(--accent); font-size: 42px; line-height: 1; }.service-card h3 { margin-bottom: 14px; font-size: 20px; letter-spacing: -.06em; }.service-card p { min-height: 72px; margin-bottom: 26px; color: var(--muted); font-size: 12px; line-height: 1.75; }.service-card a { font-size: 11px; font-weight: 800; }
.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: center; padding-top: 100px; padding-bottom: 150px; background: var(--soft); max-width: none; padding-left: max(5vw, calc((100vw - 1080px) / 2)); padding-right: max(5vw, calc((100vw - 1080px) / 2)); }.pricing-copy > p:not(.eyebrow) { max-width: 335px; margin: 27px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }.price-card { padding: 29px; background: #fff; box-shadow: 0 22px 60px rgba(39,56,58,.09); }.price-card-top, .price-main, .price-note { display: flex; align-items: center; justify-content: space-between; }.price-card-top { color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }.price-badge { padding: 7px 9px; color: var(--accent-deep); background: #fff0eb; font-family: var(--sans); font-size: 9px; letter-spacing: 0; }.price-main { justify-content: flex-start; gap: 13px; padding: 38px 0 25px; }.price-from, .per-year { align-self: flex-end; margin-bottom: 10px; color: var(--muted); font-family: var(--mono); font-size: 10px; }.price-main strong { font-size: 68px; line-height: .8; letter-spacing: -.09em; }.price-main strong span { margin-left: 4px; color: var(--accent); font-size: 28px; font-weight: 400; }.price-rule { height: 1px; background: var(--line); }.price-card ul { padding: 25px 0 13px; margin: 0; list-style: none; border-bottom: 1px solid var(--line); }.price-card li { margin: 12px 0; color: var(--muted); font-size: 12px; }.price-card li span { margin-right: 11px; color: var(--accent); }.price-note { justify-content: flex-start; gap: 8px; padding: 16px 0 20px; color: var(--muted); font-size: 10px; }.price-note > span { color: var(--accent); font-size: 18px; }.price-note strong { color: var(--ink); }.button-dark { width: 100%; color: #fff; background: var(--ink); }.button-dark:hover { background: var(--accent); }
.expertise { display: grid; grid-template-columns: .8fr 1.2fr; gap: 13%; padding-top: 150px; padding-bottom: 150px; }.expertise-intro > p:last-child { max-width: 280px; margin-top: 28px; color: var(--muted); font-size: 13px; line-height: 1.8; }.expertise-list { border-top: 1px solid var(--line); }.expertise-item { display: grid; grid-template-columns: 40px 1fr 1fr; align-items: center; gap: 15px; padding: 25px 0; border-bottom: 1px solid var(--line); }.expertise-item > span { color: var(--accent); font-family: var(--mono); font-size: 10px; }.expertise-item h3 { margin: 0; font-size: 19px; letter-spacing: -.05em; }.expertise-item p { margin: 0; color: var(--muted); font-size: 11px; }
.process { padding-top: 90px; padding-bottom: 140px; }.process-line { height: 1px; background: var(--line); }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7%; }.process-step { padding-top: 23px; }.process-step > span { color: var(--accent); font-family: var(--mono); font-size: 10px; }.process-step h3 { margin: 27px 0 11px; font-size: 20px; letter-spacing: -.05em; }.process-step p { max-width: 235px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.contact { padding-top: 30px; padding-bottom: 90px; }.contact-inner { display: flex; align-items: end; justify-content: space-between; padding: 70px 7%; color: #fff; background: var(--accent); }.contact .eyebrow { color: rgba(255,255,255,.72); }.contact .eyebrow-line { background: #fff; }.contact h2 em { color: #fff; }.contact-actions { min-width: 290px; }.contact-mail { display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #fff; font-family: var(--mono); font-size: clamp(15px, 2vw, 22px); border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 12px; }.contact-mail strong { font-family: var(--sans); font-size: 27px; font-weight: 400; }.social-links { display: flex; gap: 22px; padding-top: 19px; }.social-links a { color: rgba(255,255,255,.88); font-size: 11px; font-weight: 800; transition: color .25s ease; }.social-links a:hover { color: var(--ink); }.social-links span { margin-left: 5px; color: #fff; font-size: 15px; }.site-footer { display: flex; justify-content: space-between; padding-top: 25px; padding-bottom: 30px; color: var(--muted); font-family: var(--mono); font-size: 9px; border-top: 1px solid var(--line); }.site-footer a { color: var(--ink); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .16s; }.reveal-delay-2 { transition-delay: .28s; }
@keyframes float { 0%,100% { transform: rotate(4deg) translateY(0); } 50% { transform: rotate(2deg) translateY(-14px); } } @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-33%); } }
@media (max-width: 800px) { .site-header { padding-top: 20px; }.main-nav { display: none; }.nav-contact { font-size: 10px; }.hero { grid-template-columns: 1fr; gap: 55px; padding-top: 65px; }.hero-visual { min-height: 450px; }.visual-window { height: 380px; }.services, .expertise, .process { padding-top: 95px; padding-bottom: 95px; }.service-grid, .pricing, .expertise { grid-template-columns: 1fr; }.pricing { gap: 55px; padding-top: 85px; padding-bottom: 95px; }.expertise { gap: 55px; }.process-grid { gap: 38px; grid-template-columns: 1fr; }.process-step { display: grid; grid-template-columns: 40px 1fr; gap: 10px; }.process-step h3 { margin: 0 0 8px; }.process-step p { grid-column: 2; }.contact-inner { display: block; padding: 48px 8%; }.contact-actions { min-width: 0; margin-top: 46px; }.contact-mail { margin-top: 0; width: 100%; max-width: 100%; }.site-footer { gap: 12px; flex-wrap: wrap; }.site-footer span:nth-child(2) { display: none; } }
@media (max-width: 430px) { h1 { font-size: 57px; }.hero { min-height: auto; padding-bottom: 80px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.hero-visual { min-height: 390px; }.visual-window { height: 330px; }.visual-title { font-size: 49px; }.orbit-one { width: 320px; height: 320px; }.orbit-two { width: 370px; height: 140px; }.floating-note { right: -5px; bottom: 5px; }.price-main strong { font-size: 58px; }.contact-mail { gap: 13px; font-size: 13px; } }

.social-link { display: inline-flex; align-items: center; gap: 7px; transform: translateY(0); transition: color .25s ease, transform .25s ease; }
.social-link:hover { transform: translateY(-2px); }
.social-icon { display: grid; place-items: center; width: 25px; height: 25px; margin-left: 0 !important; color: var(--accent) !important; background: #fff; font-family: var(--mono); font-size: 9px !important; font-weight: 500; }

.service-card-featured { color: var(--ink); background: var(--paper); }
.service-card-featured p { color: var(--muted); }
.service-card:hover { color: #fff; background: var(--ink); }
.service-card:hover .service-number, .service-card:hover p { color: #a9b4b2; }
.service-card:hover a, .service-card:hover a:hover { color: #fff; }
.service-card { position: relative; z-index: 0; transition: color .35s ease, background .35s ease, transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease; }
.service-card:hover { z-index: 1; transform: translateY(-10px) scale(1.025) rotate(-1deg); box-shadow: 0 22px 38px rgba(16,25,35,.18); }
.service-icon { transition: transform .45s cubic-bezier(.2,.8,.2,1), color .35s ease; }
.service-card:hover .service-icon { transform: rotate(12deg) scale(1.12); }

.ticker-track { display: flex; width: max-content; min-width: 0; animation: ticker 24s linear infinite; }
.ticker-group { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-around; gap: 32px; min-width: 100vw; padding: 0 32px; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
