:root {
  --blue: #2f6bff;
  --blue-dark: #1e4dcc;
  --navy: #0b1220;
  --text: #1d2733;
  --muted: #687585;
  --line: #e2e7ed;
  --surface: #f6f8fa;
  --white: #fff;
  --green: #14a58b;
  --radius: 8px;
  --shadow: 0 12px 32px rgba(11, 18, 32, .08);
  --display: "Sora", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font: 15px/1.6 var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { border: 0; cursor: pointer; }
img { display: block; max-width: 100%; }
::selection { color: var(--white); background: var(--blue); }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.section { padding: 105px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.topbar { color: #52606e; background: #f7f9fb; border-bottom: 1px solid var(--line); font-size: 11px; }
.topbar-inner { min-height: 37px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar strong { color: var(--blue); font-weight: 700; }
.topbar-links { display: flex; gap: 22px; }
.topbar-links a:first-child { color: var(--navy); font-weight: 600; }
.topbar-links a:hover { color: var(--blue); }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 79px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.company-logo { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.company-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 6px; color: var(--white); background: var(--blue); font: 700 18px var(--display); }
.company-logo > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.company-logo strong { color: var(--navy); font: 700 19px var(--display); letter-spacing: -.08em; }
.company-logo strong > span { color: var(--blue); }
.company-logo small { margin-top: 5px; color: #8a95a1; font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: 13px; font-weight: 500; }
.main-nav a { color: #566473; transition: color .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--blue); }
.main-nav .nav-button { padding: 10px 16px; display: inline-flex; gap: 11px; align-items: center; border-radius: 5px; color: var(--white); background: var(--blue); font-weight: 600; }
.main-nav .nav-button:hover { color: var(--white); background: var(--blue-dark); }
.main-nav .nav-button span { font-size: 18px; line-height: .7; }
.menu-toggle { display: none; width: 40px; height: 38px; padding: 7px; background: transparent; }
.menu-toggle > span:not(.sr-only) { width: 23px; height: 2px; display: block; margin: 4px auto; border-radius: 2px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.hero { padding: 91px 0 95px; background: var(--white); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(450px, 1.06fr); align-items: center; gap: 95px; }
.breadcrumb, .section-kicker { margin: 0; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.breadcrumb::before { content: ""; width: 27px; height: 1px; display: inline-block; margin: 0 10px 3px 0; background: var(--blue); }
.hero h1 { margin: 22px 0 23px; color: var(--navy); font: 700 clamp(42px, 5.1vw, 68px)/1.1 var(--display); letter-spacing: -.08em; }
.hero h1 span, h2 span { color: var(--blue); }
.hero-text { max-width: 530px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { min-height: 47px; padding: 12px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 5px; font-size: 12px; font-weight: 700; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; line-height: .7; font-weight: 400; }
.button-primary { color: var(--white); background: var(--blue); }
.button-primary:hover { color: var(--white); background: var(--blue-dark); }
.button-outline { border: 1px solid #bfc9d4; color: var(--navy); background: var(--white); }
.button-outline:hover { border-color: var(--blue); color: var(--blue); }
.button-dark { color: var(--white); background: var(--navy); }.button-dark:hover { background: #1a2b44; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 41px; color: #7a8794; font-size: 10px; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }.hero-points b { color: var(--blue); font-size: 9px; }
.hero-product { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); box-shadow: 0 20px 55px rgba(11,18,32,.1); }
.hero-product-header { min-height: 58px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: var(--white); }.hero-product-header span { color: #8793a0; font-size: 9px; font-weight: 700; letter-spacing: .11em; }.hero-product-header strong { color: var(--navy); font: 600 13px var(--display); }
.hero-product-image { height: 405px; display: grid; place-items: center; overflow: hidden; background: #eef2f5; }.hero-product-image img { width: 84%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hero-product-footer { min-height: 78px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; background: var(--white); }.hero-product-footer strong, .hero-product-footer span { display: block; }.hero-product-footer strong { color: var(--navy); font-size: 13px; }.hero-product-footer span { margin-top: 3px; color: var(--muted); font-size: 10px; }.hero-product-footer a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #cbd5df; border-radius: 50%; color: var(--blue); font-size: 17px; }

.brand-strip { background: var(--navy); color: var(--white); }.brand-strip-inner { min-height: 91px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }.strip-label { color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.brand-list { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: clamp(20px, 4.5vw, 62px); }.brand-list > span { color: rgba(255,255,255,.84); font: 700 15px var(--display); letter-spacing: -.03em; }.brand-list > span:nth-child(2) { font-weight: 600; }.brand-list > span:nth-child(3) { color: #ff8066; }.brand-list > span:nth-child(5) { color: #d1d9e4; font-size: 13px; }.tp-wordmark { display: inline-flex; align-items: center; gap: 7px; font-weight: 600 !important; }.tp-wordmark b { color: #7b5cff; font-size: 19px; }

.section-title { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; margin-bottom: 50px; }.section-title h2 { margin: 17px 0 0; color: var(--navy); font: 700 clamp(35px, 4vw, 53px)/1.08 var(--display); letter-spacing: -.08em; }.section-title > p { max-width: 425px; margin: 0 0 2px auto; color: var(--muted); font-size: 14px; line-height: 1.75; }
.services { background: var(--white); }.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.service-item { min-height: 310px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }.service-item:hover { position: relative; z-index: 1; background: #fbfcff; box-shadow: var(--shadow); transform: translateY(-4px); }.service-top { display: flex; align-items: center; justify-content: space-between; }.service-no { color: #9ba7b4; font-size: 10px; }.simple-icon { width: 45px; height: 45px; display: block; position: relative; border: 1px solid #c6d0dc; border-radius: 5px; }.terminal-icon::before { content: ""; position: absolute; inset: 8px 7px 17px; border: 1px solid var(--blue); border-radius: 2px; }.terminal-icon::after { content: ""; width: 17px; height: 1px; position: absolute; left: 13px; bottom: 10px; background: var(--blue); }.settings-icon::before { content: "⚙"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--blue); font-size: 23px; }.software-icon::before { content: "▦"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--blue); font-size: 27px; }.tv-icon::before { content: ""; position: absolute; inset: 8px 7px 12px; border: 1px solid var(--blue); border-radius: 2px; }.tv-icon::after { content: ""; width: 13px; height: 1px; position: absolute; left: 15px; bottom: 7px; background: var(--blue); }.service-item h3 { margin: 27px 0 11px; color: var(--navy); font: 600 20px var(--display); letter-spacing: -.06em; }.service-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }.service-item a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--blue); font-size: 11px; font-weight: 700; }.service-item a span { font-size: 17px; font-weight: 400; }

.products { background: var(--surface); }.products-title { margin-bottom: 47px; }.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.product-image { height: 260px; display: grid; place-items: center; overflow: hidden; background: #eef7f5; }.product-image-gray { background: #eef1f5; }.product-image-warm { background: #fff5ef; }.product-image img { width: 88%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }.product-image-warm img { width: 100%; }.product-content { padding: 24px 24px 23px; }.product-label { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .1em; }.product-content h3 { margin: 9px 0 10px; color: var(--navy); font: 600 21px var(--display); letter-spacing: -.06em; }.product-content p { min-height: 58px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }.product-content ul { min-height: 83px; margin: 18px 0 18px; padding: 14px 0 0; border-top: 1px solid var(--line); list-style: none; }.product-content li { position: relative; padding-left: 14px; color: #556371; font-size: 11px; line-height: 1.7; }.product-content li::before { content: ""; width: 4px; height: 4px; position: absolute; top: 8px; left: 0; border-radius: 50%; background: var(--blue); }.product-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 11px; font-weight: 700; }.product-link span { font-size: 17px; font-weight: 400; }

.ticaripos { background: var(--white); }.ticaripos-grid { display: grid; grid-template-columns: minmax(400px, .93fr) minmax(0, 1.07fr); align-items: center; gap: 90px; }.ticaripos-photo { min-height: 490px; position: relative; overflow: hidden; border-radius: 7px; background: #dce6e6; }.ticaripos-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(11,18,32,.65)); }.ticaripos-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }.photo-caption { position: absolute; z-index: 1; left: 24px; bottom: 23px; color: var(--white); font-size: 11px; font-weight: 600; }.ticaripos-logo { width: 205px; height: auto; margin-bottom: 29px; }.ticaripos-copy h2, .service-copy h2, .about-grid h2, .contact-copy h2 { margin: 17px 0 21px; color: var(--navy); font: 700 clamp(36px, 4vw, 51px)/1.1 var(--display); letter-spacing: -.08em; }.ticaripos-copy > p:not(.section-kicker) { max-width: 500px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 24px; margin-top: 27px; }.feature-list span { color: #536170; font-size: 11px; }.feature-list span::first-letter { color: var(--green); }.ticaripos-actions { display: flex; align-items: center; gap: 22px; margin-top: 31px; }.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 11px; font-weight: 700; }.text-link span { font-size: 17px; font-weight: 400; }

.service-section { background: var(--surface); }.service-grid-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }.service-copy > p:not(.section-kicker) { max-width: 465px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }.service-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin: 28px 0 32px; }.service-checks span { color: #536170; font-size: 11px; }.service-checks b { margin-right: 6px; color: var(--green); font-size: 14px; }.tv-photo { min-height: 480px; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #e9eef2; }.tv-photo > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: contain; mix-blend-mode: multiply; }.tv-photo-label { position: absolute; right: 23px; bottom: 22px; left: 23px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 1px solid rgba(255,255,255,.65); border-radius: 5px; background: rgba(255,255,255,.88); }.tv-photo-label img { width: 100px; height: auto; }.tv-photo-label span { color: var(--muted); font-size: 10px; }.service-disclaimer { margin-top: 42px; padding-top: 17px; border-top: 1px solid #d9e0e8; color: #778491; font-size: 11px; }.service-disclaimer strong { color: var(--navy); }

.about-section { background: var(--white); border-bottom: 1px solid var(--line); }.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }.about-text { max-width: 500px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }.about-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 38px; }.about-points div { padding-top: 14px; border-top: 2px solid var(--blue); }.about-points strong { display: block; color: var(--blue); font: 600 14px var(--display); }.about-points span { display: block; margin-top: 8px; color: #536170; font-size: 10px; line-height: 1.5; }

.contact-section { background: var(--surface); }.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }.contact-copy > p:not(.section-kicker) { max-width: 370px; margin: 0; color: var(--muted); line-height: 1.75; }.contact-details { display: grid; gap: 17px; margin-top: 34px; }.contact-details a, .contact-details > div { display: flex; align-items: center; gap: 12px; }.contact-icon { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid #c7d2de; border-radius: 50%; color: var(--blue); font-size: 16px; }.contact-details small, .contact-details strong { display: block; line-height: 1.3; }.contact-details small { color: #8995a2; font-size: 9px; }.contact-details strong { margin-top: 3px; color: var(--navy); font-size: 12px; }.contact-details a:hover strong { color: var(--blue); }.contact-form { padding: 27px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); box-shadow: 0 8px 24px rgba(11,18,32,.04); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.contact-form label { display: block; margin-bottom: 16px; color: #637080; font-size: 11px; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 12px 13px; outline: 0; border: 1px solid #d6dee7; border-radius: 4px; color: var(--navy); background: var(--white); font-size: 12px; transition: border-color .2s ease, box-shadow .2s ease; }.contact-form input::placeholder, .contact-form textarea::placeholder { color: #aab4bf; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,107,255,.11); }.contact-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--blue) 50%), linear-gradient(135deg, var(--blue) 50%, transparent 50%); background-position: calc(100% - 17px) 18px, calc(100% - 13px) 18px; background-size: 4px 4px, 4px 4px; background-repeat: no-repeat; }.contact-form textarea { resize: vertical; min-height: 102px; }.contact-form .button { width: 100%; }.form-note { margin: 12px 0 0; color: #95a0aa; font-size: 9px; line-height: 1.5; }

.site-footer { padding: 56px 0 21px; color: var(--white); background: var(--navy); }.site-footer .company-logo strong { color: var(--white); }.site-footer .company-logo small { color: rgba(255,255,255,.45); }.site-footer .company-mark { background: var(--blue); }.footer-main { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 65px; padding-bottom: 47px; }.footer-brand p { max-width: 300px; margin: 19px 0 0; color: rgba(255,255,255,.5); font-size: 11px; }.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; color: rgba(255,255,255,.54); font-size: 11px; }.footer-column strong { margin-bottom: 6px; color: var(--white); font-size: 10px; }.footer-column a:hover { color: #9cb8ff; }.footer-bottom { padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.35); font-size: 9px; letter-spacing: .04em; }.footer-bottom span:last-child { color: rgba(156,184,255,.7); font-weight: 600; }

[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .container { width: min(100% - 48px, 930px); }
  .main-nav { gap: 18px; }
  .hero-grid { gap: 50px; }.hero h1 { font-size: clamp(40px, 5.4vw, 58px); }
  .ticaripos-grid, .service-grid-layout { gap: 50px; }.contact-grid { gap: 55px; }
  .service-item { padding: 20px; }.service-item h3 { font-size: 18px; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 40px, 600px); }.section { padding: 80px 0; }
  .topbar-inner { min-height: 34px; }.topbar-inner > span { font-size: 10px; }.topbar-links { gap: 12px; }.topbar-links a:first-child { display: none; }
  .nav-wrap { min-height: 70px; }.menu-toggle { display: block; }.main-nav { position: fixed; inset: 104px 0 0; padding: 22px 24px; flex-direction: column; align-items: stretch; gap: 0; visibility: hidden; opacity: 0; background: var(--white); transform: translateY(-9px); transition: visibility .2s ease, opacity .2s ease, transform .2s ease; }.main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 15px; }.main-nav .nav-button { margin-top: 20px; justify-content: center; border: 0; }.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }.menu-toggle[aria-expanded="true"] + .main-nav { visibility: visible; opacity: 1; transform: none; }
  .hero { padding: 73px 0 77px; }.hero-grid { display: block; }.hero-copy { max-width: 590px; }.hero h1 { font-size: clamp(41px, 10vw, 60px); }.hero-text { font-size: 15px; }.hero-product { max-width: 550px; margin: 55px auto 0; }.hero-product-image { height: 330px; }
  .brand-strip-inner { display: block; padding: 19px 0 22px; }.strip-label { display: block; margin-bottom: 15px; }.brand-list { justify-content: flex-start; gap: 13px 27px; }.brand-list > span { font-size: 13px; }.brand-list > span:nth-child(5) { font-size: 12px; }
  .section-title { display: block; margin-bottom: 35px; }.section-title > p { max-width: 540px; margin: 21px 0 0; }.section-title h2 { font-size: clamp(36px, 10vw, 52px); }
  .service-grid { grid-template-columns: 1fr 1fr; }.service-item { min-height: 285px; }
  .product-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }.product-image { height: 290px; }
  .ticaripos-grid, .service-grid-layout, .about-grid, .contact-grid { display: block; }.ticaripos-photo { min-height: 350px; margin-bottom: 49px; }.ticaripos-logo { width: 190px; }.service-copy { margin-bottom: 48px; }.tv-photo { min-height: 370px; }.about-grid > div:first-child { margin-bottom: 37px; }.contact-copy { margin-bottom: 47px; }.contact-form { max-width: 600px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; }
}

@media (max-width: 480px) {
  .container { width: calc(100% - 32px); }.section { padding: 68px 0; }.topbar-inner > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.topbar-links a { font-size: 9px; white-space: nowrap; }.company-logo strong { font-size: 17px; }.company-logo small { font-size: 6px; }.hero { padding-top: 60px; }.hero h1 { font-size: 42px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-points { gap: 10px 14px; }.hero-product-header { padding: 0 15px; }.hero-product-header strong { font-size: 11px; }.hero-product-image { height: 270px; }.hero-product-footer { padding: 0 15px; }
  .service-grid { grid-template-columns: 1fr; }.service-item { min-height: 260px; }.product-content { padding: 22px 19px; }.product-content p { min-height: 0; }.product-content ul { min-height: 0; }.ticaripos-photo { min-height: 295px; }.ticaripos-copy h2, .service-copy h2, .about-grid h2, .contact-copy h2 { font-size: 39px; }.feature-list, .service-checks { grid-template-columns: 1fr; gap: 9px; }.ticaripos-actions { align-items: flex-start; flex-direction: column; gap: 17px; }.tv-photo { min-height: 300px; }.tv-photo-label { right: 11px; bottom: 11px; left: 11px; padding: 11px; }.tv-photo-label img { width: 80px; }.tv-photo-label span { font-size: 8px; }.about-points { gap: 10px; }.about-points span { font-size: 9px; }.form-row { grid-template-columns: 1fr; gap: 0; }.contact-form { padding: 20px 16px; }.footer-main { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { display: block; }.footer-bottom span { display: block; }.footer-bottom span:last-child { margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
