:root {
    --ink:var(--text);
    --navy:var(--text);
    --blue:var(--accent);
    --cyan:var(--link);
    --mist:var(--surface-alt);
    --paper:var(--canvas);
    --line:var(--border);
    --muted:var(--text-muted);
    --orange:var(--warning);}

* {
    box-sizing: border-box
;}

html {
    scroll-behavior: smooth
;}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.6
;}

a {
    text-decoration: none;
    color: inherit
;}

.wrap {
    width: min(1760px,calc(100% - 48px));
    margin: auto
;}

.skip {
    position: absolute;
    left: -999px
;}

.skip:focus {
    left: 16px;
    top: 16px;
    padding: 8px;
    background: var(--surface);
    z-index: 10
;}

.site-header {
    position: sticky;
    top: 0;
    z-index: 8;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(12px)
;}

.nav {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between
;}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .6px
;}

.brand b {
    color: var(--blue)
;}

.brand small {
    display: block;
    margin-top: 5px;
    color: var(--text-muted);
    font-size: 9px;
    letter-spacing: 1.1px;
    text-transform: uppercase
;}

.brand-mark {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    color: var(--text);
    background: var(--surface);
    font-size: 21px
;}

.menu {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 13px;
    font-weight: 700
;}

.menu>a:not(.nav-cta):hover {
    color: var(--blue)
;}

.nav-cta,.button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 13px 20px;
    border: 0;
    border-radius: 0;
    background: var(--blue);
    color: var(--text);
    font: 700 13px Arial;
    cursor: pointer;
    transition: background .2s,transform .2s
;}

.nav-cta {
    padding: 11px 17px
;}

.button:hover {
    background: var(--surface-alt);
    transform: translateY(-2px)
;}

.menu-btn {
    display: none
;}

.hero-corporate {
    overflow: hidden;
    background: var(--surface);
    color: var(--text)
;}

.hero-layout {
    min-height: 624px;
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    align-items: stretch
;}

.hero-copy {
    position: relative;
    z-index: 2;
    align-self: center;
    padding: 80px 0
;}

.eyebrow {
    display: block;
    color: var(--link);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase
;}

.eyebrow.dark {
    color: var(--text-muted)
;}

.hero h1 {
    max-width: 650px;
    margin: 19px 0 25px;
    font-size: clamp(44px,5.4vw,78px);
    line-height: 1.01;
    letter-spacing: -3px
;}

.hero h1 em {
    font-family: Georgia,serif;
    font-weight: 400
;}

.hero p {
    max-width: 570px;
    color: var(--text-muted);
    font-size: 18px
;}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 34px
;}

.text-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--text);
    font-size: 13px;
    font-weight: 700
;}

.text-link span {
    font-size: 20px
;}

.hero-art {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: linear-gradient(135deg,var(--surface-hover) 0%,var(--surface-alt) 52%,var(--surface) 100%)
;}

.hero-art:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,var(--surface),transparent 32%),repeating-linear-gradient(90deg,transparent 0 82px,var(--surface) 83px 84px)
;}

.hero-art:after {
    content: "";
    position: absolute;
    width: 72%;
    aspect-ratio: 1;
    right: -19%;
    bottom: -22%;
    border-radius: 50%;
    border: 1px solid var(--border);
    box-shadow: 0 0 0 32px var(--shadow),0 0 0 72px var(--shadow)
;}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(.2px)
;}

.orb-one {
    width: 270px;
    height: 270px;
    right: 8%;
    top: 19%;
    background: radial-gradient(circle at 33% 30%,var(--surface),var(--surface-hover) 30%,var(--surface-hover) 68%,transparent 69%);
    box-shadow: 0 0 70px var(--shadow)
;}

.orb-two {
    width: 95px;
    height: 95px;
    right: 59%;
    top: 60%;
    background: var(--warning-bg);
    box-shadow: 0 0 50px var(--shadow)
;}

.hero-label {
    position: absolute;
    z-index: 2;
    right: 10%;
    bottom: 10%;
    display: grid;
    color: var(--text);
    text-align: right
;}

.hero-label small {
    font-size: 9px;
    letter-spacing: 1.5px
;}

.hero-label b {
    font-size: 54px;
    line-height: 1
;}

.hero-label span {
    font-size: 12px
;}

.intro-strip {
    padding: 44px 0;
    background: var(--surface);
    border-bottom: 1px solid var(--line)
;}

.intro-grid {
    display: grid;
    grid-template-columns: 1.15fr 3.5fr .35fr;
    align-items: center;
    gap: 28px
;}

.kicker {
    color: var(--text-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px
;}

.intro-grid h2 {
    margin: 0;
    font-size: clamp(23px,3vw,39px);
    line-height: 1.22;
    letter-spacing: -1px
;}

.round-link {
    display: grid;
    place-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--surface);
    color: var(--text);
    font-size: 24px
;}

.section {
    padding: 92px 0
;}

.section-top {
    display: flex;
    justify-content: space-between;
    gap: 34px;
    align-items: end;
    margin-bottom: 38px
;}

.section-top h2,.statement h2,.catalog-band h2 {
    margin: 11px 0 0;
    font-size: clamp(34px,4vw,53px);
    line-height: 1.06;
    letter-spacing: -2px
;}

.section-top p {
    max-width: 365px;
    margin: 0;
    color: var(--muted);
    font-size: 15px
;}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line)
;}

.solution-card {
    position: relative;
    min-height: 310px;
    padding: 28px;
    background: var(--surface);
    overflow: hidden;
    transition: .25s
;}

.solution-card:before {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -48px;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: var(--surface);
    transition: .25s
;}

.solution-card:hover {
    background: var(--surface);
    color: var(--text)
;}

.solution-card:hover:before {
    background: var(--surface-hover);
    transform: scale(1.25)
;}

.solution-card>* {
    position: relative;
    z-index: 1
;}

.solution-card>span {
    font-size: 12px;
    font-weight: 800;
    color: var(--text-muted)
;}

.solution-card h3 {
    max-width: 270px;
    margin: 105px 0 9px;
    font-size: 24px;
    line-height: 1.16
;}

.solution-card p {
    max-width: 290px;
    margin: 0;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.55
;}

.solution-card:hover p {
    color: var(--text-muted)
;}

.solution-card i {
    position: absolute;
    right: 26px;
    top: 25px;
    font-size: 23px;
    font-style: normal
;}

.statement {
    background: var(--mist)
;}

.statement-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 100px;
    align-items: center
;}

.statement-visual {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    background: linear-gradient(140deg,var(--surface) 0%,var(--surface-hover) 62%,var(--surface-hover) 63%)
;}

.statement-visual:before {
    content: "";
    position: absolute;
    inset: 10% 10%;
    border: 1px solid var(--border);
    transform: rotate(45deg)
;}

.statement-visual span {
    position: absolute;
    z-index: 1;
    left: 12%;
    bottom: 0;
    color: var(--text);
    font-size: 260px;
    font-weight: 900;
    line-height: .75
;}

.statement-visual div {
    position: absolute;
    right: 16%;
    top: 17%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--warning-bg);
    box-shadow: 0 0 0 30px var(--shadow)
;}

.statement h2 {
    max-width: 580px
;}

.statement p {
    max-width: 570px;
    color: var(--muted);
    font-size: 16px
;}

.metrics {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
    margin: 29px 0
;}

.metrics div {
    border-top: 1px solid var(--border);
    padding-top: 13px
;}

.metrics b {
    display: block;
    color: var(--text-muted);
    font-size: 20px
;}

.metrics span {
    font-size: 13px;
    line-height: 1.35
;}

.dark-link {
    color: var(--ink)
;}

.process {
    background: var(--surface);
    color: var(--text)
;}

.process .section-top p {
    color: var(--text-muted)
;}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid var(--border)
;}

.process-grid article {
    min-height: 210px;
    padding: 25px 23px 0;
    border-right: 1px solid var(--border)
;}

.process-grid article:first-child {
    padding-left: 0
;}

.process-grid article:last-child {
    border-right: 0
;}

.process-grid b {
    color: var(--link);
    font-size: 13px
;}

.process-grid h3 {
    margin: 41px 0 7px;
    font-size: 20px
;}

.process-grid p {
    margin: 0;
    color: var(--text-muted);
    font-size: 14px
;}

.catalog-band {
    padding: 75px 0;
    background: var(--surface-hover);
    color: var(--text)
;}

.catalog-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr auto;
    align-items: center;
    gap: 45px
;}

.catalog-band .eyebrow {
    color: var(--text)
;}

.catalog-band h2 {
    font-size: 38px
;}

.catalog-band p {
    margin: 0;
    color: var(--text)
;}

.button-light {
    background: var(--surface);
    color: var(--navy);
    white-space: nowrap
;}

.button-light:hover {
    background: var(--surface);
    color: var(--navy)
;}

.insight-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 17px
;}

.insight-grid article {
    min-height: 270px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(145deg,var(--surface),var(--surface));
    border: 1px solid var(--line)
;}

.insight-grid article:nth-child(2) {
    background: linear-gradient(145deg,var(--surface-hover),var(--surface));
    color: var(--text)
;}

.insight-grid article:nth-child(3) {
    background: linear-gradient(145deg,var(--surface),var(--surface))
;}

.insight-grid span {
    margin-bottom: auto;
    color: var(--text-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px
;}

.insight-grid h3 {
    margin: 38px 0 17px;
    font-size: 22px;
    line-height: 1.15
;}

.insight-grid a {
    font-size: 13px;
    font-weight: 800
;}

.cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 52px;
    background: var(--surface);
    color: var(--text)
;}

.cta h2 {
    max-width: 620px;
    margin: 10px 0 0;
    font-size: 37px;
    line-height: 1.1;
    letter-spacing: -1px
;}

.footer {
    padding-top: 62px;
    background: var(--surface);
    color: var(--text-muted)
;}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 42px
;}

.footer h3 {
    color: var(--text);
    font-size: 14px
;}

.footer a {
    display: block;
    margin: 8px 0
;}

.footer p {
    font-size: 14px;
    color: var(--text-muted)
;}

.brand-light {
    color: var(--text)
;}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 36px;
    padding: 18px 0;
    border-top: 1px solid var(--border);
    font-size: 12px
;}

.footer-bottom span:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 14px
;}

.floating {
    position: fixed;
    right: 18px;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: var(--text);
    font-size: 21px;
    box-shadow: 0 7px 18px var(--shadow)
;}

.phone {
    bottom: 74px;
    background: var(--blue)
;}

.whatsapp {
    bottom: 20px;
    background: var(--success-bg)
;}

.page-hero {
    padding: 70px 0;
    background: var(--surface);
    color: var(--text)
;}

.page-hero h1 {
    margin: 12px 0;
    font-size: clamp(40px,5vw,62px);
    line-height: 1.06
;}

.page-hero p {
    max-width: 660px;
    color: var(--text-muted)
;}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 58px;
    align-items: center
;}

.card,.form-card {
    padding: 30px;
    background: var(--surface);
    border: 1px solid var(--line)
;}

.list {
    padding: 0;
    list-style: none
;}

.list li {
    padding: 12px 0;
    border-bottom: 1px solid var(--line)
;}

.list li:before {
    content: "âœ¦";
    margin-right: 10px;
    color: var(--text-muted)
;}

.form-card {
    max-width: 780px
;}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
;}

.form-card label {
    display: block;
    font-size: 14px;
    font-weight: 700
;}

.form-card input,.form-card textarea,.form-card select {
    width: 100%;
    margin-top: 5px;
    padding: 12px;
    border: 1px solid var(--border);
    font: inherit
;}

.form-card textarea {
    min-height: 125px
;}

.check {
    display: flex!important;
    align-items: flex-start;
    gap: 9px;
    margin: 12px 0
;}

.check input {
    width: auto!important;
    margin-top: 6px!important;}

.notice {
    padding: 14px;
    background: var(--success-bg);
    color: var(--success)
;}

.legal {
    max-width: 860px
;}

.legal h2 {
    margin-top: 35px;
    font-size: 25px
;}

.detail-items {
    columns: 2
;}

.project {
    min-height: 230px;
    background: linear-gradient(135deg,var(--surface),var(--surface-hover));
    color: var(--text);
    display: flex;
    flex-direction: column;
    justify-content: end
;}

.project:nth-child(2) {
    background: linear-gradient(135deg,var(--surface-hover),var(--warning-bg))
;}

.project:nth-child(3) {
    background: linear-gradient(135deg,var(--surface-alt),var(--surface-alt))
;}

.project p {
    margin: 0;
    color: var(--text)
;}

@media(max-width: 860px) {
    .wrap {
        width:min(100% - 32px,1210px)
    ;}

    .menu-btn {
        display: block;
        border: 0;
        background: none;
        font-weight: 800
    ;}

    .menu {
        display: none;
        position: absolute;
        top: 82px;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 20px 16px;
        background: var(--surface);
        border-bottom: 1px solid var(--line)
    ;}

    .menu.open {
        display: flex
    ;}

    .hero-layout,.statement-grid {
        grid-template-columns: 1fr
    ;}

    .hero-copy {
        padding: 76px 0 40px
    ;}

    .hero h1 {
        font-size: 49px
    ;}

    .hero-art {
        min-height: 300px
    ;}

    .intro-grid {
        grid-template-columns: 1fr auto
    ;}

    .intro-grid .kicker {
        grid-column: 1/-1;
        margin: 0
    ;}

    .section {
        padding: 65px 0
    ;}

    .section-top {
        display: block
    ;}

    .section-top p {
        margin-top: 18px
    ;}

    .solution-grid,.insight-grid {
        grid-template-columns: 1fr 1fr
    ;}

    .solution-card {
        min-height: 275px
    ;}

    .statement-grid {
        gap: 40px
    ;}

    .statement-visual {
        min-height: 330px
    ;}

    .process-grid {
        grid-template-columns: 1fr 1fr
    ;}

    .process-grid article:nth-child(2) {
        border-right: 0
    ;}

    .process-grid article {
        min-height: 175px;
        padding-left: 0
    ;}

    .catalog-grid {
        grid-template-columns: 1fr;
        gap: 20px
    ;}

    .footer-grid {
        grid-template-columns: 1fr 1fr
    ;}

    .detail-items {
        columns: 1
    ;}
}

@media(max-width: 560px) {
    .hero-actions {
        align-items:flex-start;
        flex-direction: column;
        gap: 20px
    ;}

    .hero h1 {
        font-size: 42px
    ;}

    .solution-grid,.insight-grid,.process-grid,.footer-grid,.split,.form-grid {
        grid-template-columns: 1fr
    ;}

    .solution-card {
        min-height: 245px
    ;}

    .process-grid article {
        border-right: 0;
        border-bottom: 1px solid var(--border)
    ;}

    .intro-grid h2 {
        font-size: 26px
    ;}

    .metrics {
        grid-template-columns: 1fr
    ;}

    .cta {
        display: block
    ;}

    .cta .button {
        margin-top: 23px
    ;}

    .footer-bottom {
        display: block
    ;}

    .footer-bottom span:last-child {
        margin-top: 8px
    ;}
}
