:root {
    --orange: #f36c21;
    --orange-dark: #d94f08;
    --ink: #101214;
    --muted: #60666c;
    --paper: #f5f3ef;
    --white: #fff;
    --line: #dcd8d2;
    --radius: 18px;
    --shadow: 0 24px 70px rgba(16, 18, 20, .16)
}

* {
    box-sizing: border-box;
    letter-spacing: 0;
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
    background: #fff
}

a {
    color: inherit
}

img {
    display: block;
    max-width: 100%
}

.container {
    width: min(1160px, calc(100% - 40px));
    margin-inline: auto
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 12px;
    background: #fff;
    padding: 10px;
    z-index: 99
}

.skip-link:focus {
    left: 12px
}

.site-header {
    height: 84px;
    background: #0e1012;
    color: #fff;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.nav-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 38px
}

.brand img {
    width: 68px;
    height: 68px;
    object-fit: contain
}

.site-header nav {
    display: flex;
    gap: 30px;
    margin-left: auto
}

.site-header nav a {
    text-decoration: none;
    font-size: .92rem;
    color: #d5d7d8
}

.site-header nav a:hover {
    color: #fff
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    background: var(--orange);
    color: #fff;
    border: 0;
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: .2s ease
}

.button:hover {
    background: var(--orange-dark);
    transform: translateY(-1px)
}

.button-small {
    min-height: 42px;
    padding: 0 18px;
    font-size: .88rem
}

.hero {
    position: relative;
    background: #111;
    color: #fff;
    isolation: isolate;
    overflow: hidden
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 12, 13, .96) 0%, rgba(10, 12, 13, .78) 48%, rgba(10, 12, 13, .48) 100%), url('https://touqconcrete.ae/wp-content/uploads/2026/02/homebanner-1.jpg') center/cover;
    z-index: -1
}

.hero:after {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(243, 108, 33, .35);
    border-radius: 50%;
    left: -360px;
    bottom: -450px;
    z-index: -1
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 70px;
    align-items: center;
    padding: 74px 0 82px
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: 0em;
    font-weight: 900;
    font-size: .75rem
}

.hero h1 {
    font-size: clamp(2.65rem, 5.2vw, 5.25rem);
    line-height: .96;
    letter-spacing: -.055em;
    margin: 0;
    max-width: 720px
}

.lead {
    font-size: 1.15rem;
    color: #c9ccce;
    max-width: 650px;
    margin: 26px 0 32px
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 25px
}

.text-link {
    font-weight: 700;
    text-underline-offset: 5px
}

.trust-list {
    display: flex;
    gap: 26px;
    list-style: none;
    padding: 0;
    margin: 38px 0 0;
    color: #d1d3d4;
    font-size: .9rem
}

.trust-list li:before {
    content: "✓";
    color: var(--orange);
    font-weight: 900;
    margin-right: 8px
}

.quote-card {
    background: #fff;
    color: var(--ink);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 28px
}

.form-heading span {
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 900;
    font-size: .7rem
}

.form-heading h2 {
    font-size: 1.75rem;
    line-height: 1.15;
    margin: 6px 0 7px
}

.form-heading p {
    color: var(--muted);
    font-size: .9rem;
    margin: 0 0 20px
}

.field {
    display: grid;
    gap: 6px;
    margin-bottom: 13px
}

.field label {
    font-size: .76rem;
    font-weight: 800
}

.field input,
.field select {
    width: 100%;
    height: 47px;
    border: 1px solid #d5d6d7;
    background: #fff;
    border-radius: 6px;
    padding: 0 12px;
    font: inherit;
    font-size: .9rem;
    color: var(--ink)
}

.field input:focus,
.field select:focus {
    outline: 3px solid rgba(243, 108, 33, .2);
    border-color: var(--orange)
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.consent {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    color: var(--muted);
    font-size: .72rem;
    margin: 5px 0 14px
}

.consent input {
    margin-top: 3px;
    accent-color: var(--orange)
}

.consent a {
    color: var(--ink)
}

.form-submit {
    width: 100%;
    font-size: .95rem
}

.form-note {
    text-align: center;
    color: #7b8084;
    font-size: .7rem;
    margin: 8px 0 0
}

.proof-strip {
    background: var(--orange);
    color: #fff
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 28px 0
}

.stats div {
    padding: 0 24px;
    border-right: 1px solid rgba(255, 255, 255, .28)
}

.stats div:first-child {
    padding-left: 0
}

.stats div:last-child {
    border: 0
}

.stats strong {
    font-size: 1.65rem;
    display: block;
    line-height: 1
}

.stats span {
    font-size: .76rem;
    opacity: .88
}

.section {
    padding: 100px 0
}

.section-heading {
    max-width: 690px
}

.section-heading h2,
.split h2,
.contact-grid h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -.045em;
    margin: 0 0 18px
}

.section-heading>p:last-child,
.contact-grid>div>p:last-child {
    color: var(--muted);
    font-size: 1.05rem
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 45px
}

.cards article {
    background: var(--paper);
    padding: 30px;
    border-top: 4px solid var(--orange);
    min-height: 245px
}

.card-no {
    font-size: .72rem;
    color: var(--orange);
    font-weight: 900
}

.cards h3,
.feature-grid h3 {
    font-size: 1.35rem;
    margin: 42px 0 10px
}

.cards p,
.feature-grid p {
    color: var(--muted);
    font-size: .9rem
}

.dark-section {
    background: var(--ink);
    color: #fff;
    padding: 100px 0
}

.split {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
    align-items: start
}

.split>div:first-child>p:nth-of-type(2) {
    color: #b9bdc0;
    margin: 24px 0 30px
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.feature-grid article {
    padding: 8px 30px 30px;
    border-left: 1px solid #33373a;
    border-bottom: 1px solid #33373a
}

.feature-grid span {
    color: var(--orange);
    font-size: .72rem;
    font-weight: 900
}

.feature-grid h3 {
    margin: 28px 0 8px
}

.feature-grid p {
    color: #aeb2b5
}

.contact-section {
    background: var(--paper)
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px
}

.contact-grid address {
    font-style: normal;
    background: #fff;
    padding: 36px;
    border-left: 5px solid var(--orange)
}

.contact-grid address div+div {
    margin-top: 24px
}

.contact-grid address span {
    display: block;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--muted);
    font-size: .67rem;
    font-weight: 900
}

.contact-grid address a {
    font-size: 1.32rem;
    font-weight: 800;
    text-decoration: none
}

.contact-grid address p {
    margin: 4px 0 0
}

footer {
    background: #090a0b;
    color: #c9ccce;
    padding: 36px 0
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center
}

.footer-grid>div:first-child {
    display: flex;
    align-items: center;
    gap: 18px
}

.footer-grid img {
    object-fit: contain
}

.footer-grid p {
    margin: 0;
    font-size: .82rem
}

.footer-links {
    display: flex;
    gap: 22px;
    font-size: .78rem
}

.footer-links a {
    color: #d8dadb
}

.copyright {
    grid-column: 1/-1;
    border-top: 1px solid #272a2c;
    padding-top: 18px !important
}

.mobile-cta {
    display: none
}

.legal {
    min-height: 70vh;
    padding: 70px 0
}

.legal article {
    max-width: 820px
}

.legal h1 {
    font-size: clamp(2.3rem, 5vw, 4.6rem);
    letter-spacing: -.045em
}

.legal h2 {
    margin-top: 34px
}

.legal p,
.legal li {
    color: var(--muted)
}

.thank-you {
    min-height: calc(100vh - 84px);
    display: grid;
    place-items: center;
    background: var(--paper);
    padding: 50px 0
}

.thank-card {
    max-width: 680px;
    text-align: center;
    background: #fff;
    padding: 60px 40px;
    border-radius: var(--radius);
    box-shadow: var(--shadow)
}

.check {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 2rem;
    margin: 0 auto 24px
}

.thank-card h1 {
    font-size: 3rem;
    line-height: 1;
    margin: 0 0 16px
}

.thank-card p {
    color: var(--muted)
}

@media(max-width:850px) {
    .site-header nav {
        display: none
    }

    .site-header .button-small {
        margin-left: auto
    }

    .hero-grid,
    .split,
    .contact-grid {
        grid-template-columns: 1fr
    }

    .hero-grid {
        gap: 44px;
        padding-top: 54px
    }

    .hero-copy {
        text-align: center
    }

    .hero h1 {
        margin-inline: auto
    }

    .lead {
        margin-inline: auto
    }

    .hero-actions,
    .trust-list {
        justify-content: center
    }

    .stats {
        grid-template-columns: 1fr 1fr;
        gap: 24px
    }

    .stats div {
        border: 0;
        padding: 0
    }

    .cards {
        grid-template-columns: 1fr
    }

    .split,
    .contact-grid {
        gap: 50px
    }

    .section,
    .dark-section {
        padding: 76px 0
    }
}

@media(max-width:560px) {
    .container {
        width: min(100% - 28px, 1160px)
    }

    .site-header {
        height: 72px
    }

    .brand img {
        width: 58px;
        height: 58px
    }

    .hero-grid {
        padding: 44px 0 64px
    }

    .hero h1 {
        font-size: 2.7rem
    }

    .lead {
        font-size: 1rem
    }

    .hero-actions {
        flex-direction: column;
        gap: 16px
    }

    .trust-list {
        display: grid;
        gap: 8px;
        text-align: left;
        width: max-content;
        margin-inline: auto
    }

    .quote-card {
        padding: 22px
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0
    }

    .stats {
        gap: 28px
    }

    .stats strong {
        font-size: 1.4rem
    }

    .feature-grid {
        grid-template-columns: 1fr
    }

    .feature-grid article {
        padding-left: 20px
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .footer-links {
        display: grid;
        gap: 8px
    }

    .mobile-cta {
        display: block;
        position: fixed;
        z-index: 20;
        bottom: 12px;
        left: 14px;
        right: 14px;
        background: var(--orange);
        color: #fff;
        text-align: center;
        padding: 14px;
        border-radius: 7px;
        text-decoration: none;
        font-weight: 900;
        box-shadow: 0 8px 28px rgba(0, 0, 0, .3)
    }

    body {
        padding-bottom: 64px
    }

    .thank-card {
        padding: 40px 22px
    }

    .thank-card h1 {
        font-size: 2.3rem
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    * {
        transition: none !important
    }
}

.form-status {
    min-height: 1.2em;
    margin: 10px 0 0;
    text-align: center;
    font-size: .78rem;
    font-weight: 700
}

.form-status.error {
    color: #b42318
}

.form-status.success {
    color: #18794e
}

.form-submit:disabled {
    cursor: wait;
    opacity: .7;
    transform: none
}

.field input.fixed-value {
    background: #f0f1f2;
    color: #34383c;
    font-weight: 800;
    cursor: not-allowed;
    border-color: #d8dadd
}

.language-link {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: .86rem;
    white-space: nowrap
}

.language-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px
}

[dir="rtl"] body {
    font-family: Tahoma, Arial, sans-serif
}

[dir="rtl"] .site-header nav,
[dir="rtl"] .footer-links {
    direction: rtl
}

[dir="rtl"] .site-header nav {
    margin-left: 0;
    margin-right: auto
}

[dir="rtl"] .hero-copy,
[dir="rtl"] .section-heading,
[dir="rtl"] .split,
[dir="rtl"] .contact-grid {
    text-align: right
}

[dir="rtl"] .trust-list li:before {
    margin-right: 0;
    margin-left: 8px
}

[dir="rtl"] .contact-grid address {
    border-left: 0;
    border-right: 5px solid var(--orange)
}

[dir="rtl"] .feature-grid article {
    border-left: 0;
    border-right: 1px solid #33373a
}

[dir="rtl"] .consent {
    text-align: right
}

@media(max-width:560px) {
    [dir="rtl"] .site-header .button-small {
        margin-left: 0;
        margin-right: auto
    }

    .language-link {
        font-size: .78rem
    }
}