:root {
    --red: #d1051b;
    --dark: #111113;
    --muted: #666;
    --soft: #f5f0ee
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: "Mulish",sans-serif;
    color: #111;
    background: #fff;
    overflow-x: hidden
}

a {
    text-decoration: none;
    color: inherit
}

.site-container {
    width: 1240px;
    max-width: calc(100% - 40px);
    margin: auto
}

.topbar {
    height: 50px;
    background: #101012;
    color: #fff;
    font-size: 14px
}

.topbar .site-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-header {
    height: 100px;
    background: #fff;
    position: relative;
    z-index: 20
}

.header-inner {
    height: 100%;
    display: flex;
    align-items: center
}

.brand img {
    width: 235px;
    display: block
}

.main-nav {
    margin-left: auto;
    display: flex;
    gap: 34px;
    align-items: center
}

.main-nav a {
    font-size: 16px;
    font-weight: 600
}

.main-nav a:hover {
    color: var(--red)
}

.menu-toggle {
    display: none
}

.ui-btn {
    height: 54px;
    padding: 0 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
    position: relative;
    overflow: hidden
}

.ui-btn:hover {
    transform: translateY(-3px)
}

.ui-btn.red {
    background: var(--red);
    color: #fff
}

.ui-btn.black {
    background: #202020;
    color: #fff
}

.ui-btn.outline {
    background: transparent;
    border-color: #222
}

.ui-btn.white-outline {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.header-cta {
    margin-left: 48px;
    border-radius: 0
}

.kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em
}

.kicker img {
    width: 22px;
    height: 22px;
    object-fit: contain
}

.kicker.red {
    color: var(--red)
}

h1,h2,h3,p {
    margin-top: 0
}

.hero {
    height: 800px;
    position: relative;
    background: #fafafa;
    overflow: hidden
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .75
}

.hero-inner {
    height: 800px;
    display: grid;
    grid-template-columns: 735px 1fr;
    position: relative
}

.hero-copy {
    padding-top: 125px
}

.hero h1 {
    font-size: 58px;
    line-height: 1.24;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -.035em;
    margin: 16px 0 25px
}

.hero mark {
    background: var(--red);
    color: #fff;
    padding: 0 8px
}

.hero-copy>p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    max-width: 735px
}

.button-row {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px
}

.hero .ui-btn.black {
    /* width: 228px; */
}

.hero .ui-btn.outline {
    /* width: 224px; */
}

.trusted {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px
}

.trusted>img {
    width: 70px;
    height: 70px;
    object-fit: contain
}

.trusted div {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.trusted b {
    font-size: 14px;
    color: #666
}

.trusted span {
    color: #f1b600;
    letter-spacing: 4px
}

.hero-visual {
    height: 800px;
    position: relative
}

.hero-book {
    position: absolute;
    /* width: 650px; */
    bottom: 0;
    z-index: 2;
    filter: drop-shadow(18px 20px 15px #0003);
    animation: floatBook 5s ease-in-out infinite
}

.hero-visual .slash {
    position: absolute;
    z-index: 1;
    bottom: 0;
    object-fit: contain
}

.black-slash {
    height: 760px;
    left: -70px
}

.red-slash {
    height: 760px;
    left: 10px
}

.platform-section {
    height: 313px;
    padding-top: 80px
}

.platform-slider {
    width: 1423px;
    max-width: calc(100% - 40px);
    height: 203px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 50px;
    overflow: hidden;
    background: #fff
}

.platform-track {
    height: 100%;
    display: flex;
    transition: transform .7s cubic-bezier(.22,1,.36,1)
}

.platform-item {
    flex: 0 0 20%;
    height: 105px;
    margin-top: 49px;
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 50px
}

.platform-item:last-child {
    border-right: 0
}

.platform-item img {
    width: 100%;
    max-height: 55px;
    object-fit: contain;
    filter: grayscale(1)
}

.about-section {
    height: 675px;
    position: relative;
    overflow: hidden
}

.about-corner {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 260px
}

.about-grid {
    height: 675px;
    display: grid;
    grid-template-columns: 670px 1fr;
    gap: 0;
    align-items: center
}

.about-images {
    height: 575px;
    position: relative
}

.about-images>img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 370px;
    height: 575px;
    object-fit: cover
}

.about-images>img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 50px;
    width: 370px;
    height: 525px;
    object-fit: cover
}

.experience {
    position: absolute;
    left: 210px;
    top: 245px;
    width: 420px;
    height: 88px;
    background: var(--red);
    border: 7px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 3
}

.experience strong {
    font-size: 36px
}

.experience span {
    font-size: 20px
}

.about-copy {
    padding-left: 50px
}

.about-copy h2,.section-heading h2,.expertise-copy h2,.faq-copy h2 {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 900;
    margin: 14px 0 22px
}

.about-copy p,.expertise-copy p,.faq-copy>p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px
}

.icon-list {
    list-style: none;
    padding: 5px 0 0;
    margin: 0 0 30px;
    display: grid;
    gap: 17px
}

.icon-list li,.package-list li {
    font-size: 17px;
    color: #555
}

.icon-list li:before,.package-list li:before {
    content: "â—Ž";
    color: var(--red);
    font-weight: 900;
    margin-right: 10px
}

.stats-wrap {
    height: 50px;
    position: relative;
    z-index: 4;
    background: #000
}

.stats-card {
    width: 1366px;
    max-width: calc(100% - 40px);
    height: 348px;
    position: absolute;
    left: 5%;
    bottom: 0;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 30px 0;
    box-shadow: 0 20px 45px #0001
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ddd
}

.stat:last-child {
    border: 0
}

.stat-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--red);
    display: grid;
    place-items: center
}

.stat-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.stat strong {
    font-size: 50px;
    line-height: 1;
    margin: 20px 0 10px;
    font-weight: 900
}

.stat small {
    font-size: 16px;
    line-height: 1.45;
    color: #666;
    text-align: center
}

.services-section {
    height: 1360px;
    background: #000;
    color: #fff;
    position: relative;
    padding-top: 420px;
    overflow: hidden
}

.service-road {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    height: 500px;
    background: linear-gradient(120deg,transparent 0 14%,#252527 14% 22%,transparent 22% 78%,#252527 78% 86%,transparent 86%);
    opacity: .9
}

.section-heading {
    text-align: center;
    position: relative;
    z-index: 2
}

.section-heading .kicker {
    justify-content: center
}

.section-heading h2 {
    margin: 14px 0 20px
}

.section-heading p {
    width: 730px;
    max-width: 90%;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    line-height: 1.7
}

.section-heading.light p {
    color: #aaa
}

.service-grid {
    width: 1170px;
    max-width: calc(100% - 40px);
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: repeat(3,370px);
    gap: 68px 30px;
    position: relative;
    z-index: 2
}

.service-grid article {
    height: 201px;
    background: #fff;
    color: #111;
    text-align: center;
    padding: 40px 28px;
    position: relative
}

.service-grid h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 20px
}

.service-grid p {
    font-size: 16px;
    line-height: 1.55;
    color: #777;
    margin: 0
}

.service-grid a {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 20px
}

.portfolio-section {
    height: 887px;
    background: #faf6f5;
    padding-top: 110px
}

.book-slider {
    width: 1366px;
    max-width: calc(100% - 40px);
    margin: 60px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.book-track {
    width: 1170px;
    display: grid;
    grid-template-columns: repeat(3,370px);
    gap: 30px
}

.book-track img {
    width: 370px;
    height: 340px;
    object-fit: cover
}

.book-arrow {
    border: 0;
    background: var(--red);
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 25px
}

.publish-cta {
    height: 600px;
    background: var(--red);
    display: grid;
    grid-template-columns: 56% 44%;
    color: #fff;
    overflow: hidden
}

.cta-copy {
    padding: 75px 0 0 calc((100vw - 1240px)/2)
}

.cta-copy h2 {
    font-size: 58px;
    line-height: 1.22;
    text-transform: uppercase;
    font-weight: 900;
    margin: 15px 0 25px
}

.cta-copy p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffbb;
    /* width: 620px; */
    max-width: 90%
}

.cta-copy .ui-btn.black {
    width: 249px
}

.cta-copy .white-outline {
    width: 297px
}

.cta-image {
    height: 600px;
    background: url('../img/as_good_book_publisher_website_design_r1_34.png') center/cover no-repeat
}

.why-section {
    height: 968px;
    position: relative;
    padding-top: 110px;
    background: #fff url('../img/as_good_book_publisher_website_design_r1_33.png') left center/500px auto no-repeat;
    overflow: hidden
}

.why-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 170px;
    background: #000;
    clip-path: polygon(0 100%,0 60%,18% 0,82% 0,100% 60%,100% 100%)
}

.benefit-panel {
    width: 1315px;
    max-width: calc(100% - 40px);
    height: 535px;
    margin: 60px auto 0;
    background: #f3efed;
    padding: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px 35px;
    position: relative;
    z-index: 2
}

.benefit {
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center
}

.benefit>b {
    height: 100%;
    width: 50px;
    background: #050506;
    color: #fff;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: grid;
    place-items: center;
    position: relative
}

.benefit>b:after {
    content: "";
    position: absolute;
    right: 50px;
    top: 38px;
    border-width: 12px 0 12px 14px;
    border-style: solid;
    border-color: transparent transparent transparent var(--red);
    transform: rotate(180deg)
}

.benefit span {
    padding-left: 38px;
    display: flex;
    flex-direction: column
}

.benefit strong {
    font-size: 22px
}

.benefit small {
    font-size: 16px;
    color: #666;
    margin-top: 8px
}

.feature-ticker {
    height: 75px;
    background: #050506;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    font-size: 40px;
    font-weight: 800;
    line-height: 75px
}

.feature-ticker div {
    animation: ticker 18s linear infinite
}

.reviews-section {
    height: 591px;
    background: #080809 url('../img/as_good_book_publisher_website_design_r1_40.png') center/cover;
    color: #fff;
    padding-top: 115px
}

.reviews-inner {
    width: 1200px;
    max-width: calc(100% - 40px);
    height: 360px;
    margin: auto;
    display: grid;
    grid-template-columns: 240px 670px 280px;
    gap: 30px;
    align-items: center
}

.vertical-title {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.vertical-title strong {
    font-size: 35px;
    line-height: 1.15;
    writing-mode: vertical-rl;
    transform: rotate(180deg)
}

.vertical-title small {
    color: var(--red);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-transform: uppercase;
    margin-right: 20px
}

.review-panel {
    height: 300px;
    background: #232325;
    padding: 42px;
    position: relative
}

.stars {
    color: #f2c000;
    font-size: 20px;
    letter-spacing: 7px
}

.quote-mark {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 55px
}

.review-panel h3 {
    font-size: 22px;
    font-style: italic;
    margin: 28px 0 20px
}

.review-panel p {
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    color: #eee
}

.review-arrows {
    position: absolute;
    left: 0;
    bottom: -50px
}

.review-arrows button {
    width: 50px;
    height: 50px;
    border: 0;
    background: #fff;
    color: var(--red);
    font-size: 20px
}

.review-arrows button:last-child {
    background: var(--red);
    color: #fff
}

.review-tabs {
    display: grid;
    gap: 18px
}

.review-tab {
    height: 88px;
    background: #232325;
    border: 1px solid transparent;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    text-align: left;
    position: relative
}

.review-tab.active {
    border-color: var(--red)
}

.review-tab.active:after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: -1px;
    width: 70px;
    height: 6px;
    background: var(--red)
}

.review-tab img {
    width: 65px;
    height: 65px;
    object-fit: cover
}

.review-tab span {
    display: flex;
    flex-direction: column;
    margin-left: 18px
}

.review-tab b {
    font-size: 18px
}

.review-tab small {
    color: #bbb;
    margin-top: 7px
}

.expertise-section {
    height: 916px;
    display: grid;
    grid-template-columns: 720px 1fr;
    gap: 0;
    align-items: center;
    position: relative
}

.expertise-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 380px;
    background: conic-gradient(from 210deg,#cf071a 0 12%,#fff 12% 19%,#ddd 19% 31%,#fff 31% 38%,#111 38% 50%,transparent 50%)
}

.expertise-art {
    height: 650px;
    position: relative;
    margin-left: 130px
}

.expertise-art>img:first-child {
    position: absolute;
    left: 280px;
    top: 0;
    width: 370px;
    height: 650px;
    object-fit: cover
}

.expertise-art>img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 115px;
    width: 370px;
    height: 535px;
    object-fit: cover
}

.expertise-copy {
    padding-left: 130px;
    width: 730px
}

.expertise-copy h3 {
    height: 60px;
    background: #f3efed;
    border-left: 50px solid #080809;
    padding: 17px 30px;
    font-size: 22px;
    font-weight: 800;
    position: relative
}

.expertise-copy h3:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 18px;
    border-width: 12px 0 12px 14px;
    border-style: solid;
    border-color: transparent transparent transparent var(--red)
}

.package-list {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 45px
}

.expertise-copy .ui-btn.red {
    /* width: 230px; */
}

.contact-section {
    height: 602px;
    background: #fff;
    padding-top: 0
}

.contact-inner {
    width: 1200px;
    max-width: calc(100% - 40px);
    height: 602px;
    margin: auto;
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 115px
}

.contact-form {
    height: 602px;
    background: #fff;
    box-shadow: 0 10px 35px #00000012
}

.form-head {
    height: 140px;
    background: var(--red);
    color: #fff;
    clip-path: polygon(0 0,100% 0,100% 72%,50% 100%,0 72%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px
}

.form-head strong {
    font-size: 22px;
    text-transform: uppercase
}

.form-head span {
    font-size: 16px;
    margin-top: 8px
}

.form-grid {
    padding: 28px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.form-grid label {
    font-size: 13px;
    font-weight: 700;
    color: #444
}

.form-grid input,.form-grid select,.form-grid textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    margin-top: 7px;
    padding: 10px;
    font: inherit
}

.form-grid textarea {
    height: 70px
}

.form-grid .full {
    grid-column: 1/-1
}

.form-grid button {
    width: 100%
}

.faq-copy {
    padding-top: 20px
}

.faq {
    margin-top: 20px
}

.faq-item {
    border-bottom: 1px solid #ddd
}

.faq-item button {
    width: 100%;
    height: 65px;
    border: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: 700 16px "Mulish";
    text-align: left
}

.faq-item.open button {
    color: var(--red)
}

.faq-item i {
    font-style: normal;
    color: var(--red);
    font-size: 20px
}

.answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .4s ease
}

.answer>p {
    overflow: hidden;
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.6
}

.faq-item.open .answer {
    grid-template-rows: 1fr
}

.faq-item.open .answer>p {
    padding-bottom: 20px
}

.final-cta {
    height: 499px;
    background: #f5f0ee url('../img/as_good_book_publisher_website_design_r1_50.png') right center/auto 100% no-repeat;
    padding-top: 105px
}

.final-cta mark {
    background: #28282a;
    color: #fff;
    border-radius: 8px;
    padding: 0 12px
}

.final-cta .section-heading p {
    margin-bottom: 30px
}

.footer {
    height: 522px;
    background: #0d0d0f url('../img/as_good_book_publisher_website_design_r1_48.jpg') center/cover;
    color: #fff;
    position: relative;
    padding-top: 100px
}

.footer:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0d0d0fe8
}

.footer-inner {
    width: 1170px;
    max-width: calc(100% - 40px);
    margin: auto;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.1fr;
    gap: 65px;
    position: relative
}

.footer-about>img {
    width: 330px
}

.footer p,.footer a {
    font-size: 16px;
    line-height: 1.8;
    color: #ddd
}

.footer h3 {
    font-size: 22px;
    margin-bottom: 28px
}

.footer-inner>div:not(:first-child) {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.socials {
    display: flex;
    gap: 12px
}

.socials a {
    width: 40px;
    height: 40px;
    border: 1px solid #777;
    border-radius: 50%;
    display: grid;
    place-items: center
}

.copyright {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1170px;
    height: 45px;
    background: var(--red);
    clip-path: polygon(3% 0,97% 0,100% 100%,0 100%);
    display: grid;
    place-items: center;
    font-size: 14px
}

.reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@keyframes floatBook {
    50% {
        transform: translateY(-14px) rotate(1deg)
    }
}

@keyframes ticker {
    to {
        transform: translateX(-50%)
    }
}

@media(max-width: 1000px) {
    .site-container {
        max-width:calc(100% - 30px)
    }

    .topbar span:nth-child(2) {
        display: none
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 25px;
        flex-direction: column
    }

    .main-nav.open {
        display: flex
    }

    .menu-toggle {
        display: block;
        margin-left: auto;
        border: 0;
        background: none;
        font-size: 28px
    }

    .header-cta {
        display: none
    }

    .hero {
        height: auto;
        min-height: 900px
    }

    .hero-inner {
        height: auto;
        grid-template-columns: 1fr
    }

    .hero-copy {
        padding: 70px 0
    }

    .hero-visual {
        height: 500px
    }

    .hero-book {
        width: 600px;
        right: 50%;
        transform: translateX(50%)
    }

    .platform-item {
        flex-basis: 33.333%
    }

    .about-section,.about-grid {
        height: auto
    }

    .about-grid {
        grid-template-columns: 1fr;
        padding: 70px 0
    }

    .about-copy {
        padding: 60px 0 0
    }

    .stats-wrap {
        height: 350px;
        background: #000
    }

    .stats-card {
        height: 600px;
        grid-template-columns: 1fr 1fr
    }

    .services-section {
        height: auto;
        padding: 120px 0
    }

    .service-grid {
        grid-template-columns: repeat(2,370px);
        justify-content: center
    }

    .portfolio-section {
        height: auto;
        padding: 90px 0
    }

    .book-track {
        grid-template-columns: repeat(3,1fr);
        width: 85%
    }

    .book-track img {
        width: 100%;
        height: auto
    }

    .publish-cta {
        grid-template-columns: 1fr;
        height: auto
    }

    .cta-copy {
        padding: 70px 40px
    }

    .cta-image {
        height: 500px
    }

    .why-section {
        height: auto;
        padding: 90px 0 160px
    }

    .benefit-panel {
        height: auto;
        grid-template-columns: 1fr
    }

    .reviews-section {
        height: auto;
        padding: 80px 0
    }

    .reviews-inner {
        height: auto;
        grid-template-columns: 1fr
    }

    .vertical-title strong,.vertical-title small {
        writing-mode: horizontal-tb;
        transform: none
    }

    .expertise-section {
        height: auto;
        grid-template-columns: 1fr;
        padding: 80px 0
    }

    .expertise-copy {
        padding: 60px 30px;
        width: auto
    }

    .contact-section,.contact-inner {
        height: auto
    }

    .contact-inner {
        grid-template-columns: 1fr;
        padding-bottom: 70px
    }

    .final-cta {
        height: auto;
        padding: 90px 20px
    }

    .footer {
        height: auto;
        padding-bottom: 90px
    }

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

    .copyright {
        width: 90%
    }
}

@media(max-width: 600px) {
    .topbar {
        height:38px;
        font-size: 10px
    }

    .topbar span:nth-child(1) {
        display: none
    }

    .main-header {
        height: 72px
    }

    .brand img {
        width: 180px
    }

    .main-nav {
        top: 72px
    }

    .hero h1 {
        font-size: 39px
    }

    .hero-copy {
        padding-top: 50px
    }

    .hero-visual {
        height: 390px
    }

    .hero-book {
        width: 430px
    }

    .platform-section {
        height: 200px;
        padding-top: 40px
    }

    .platform-slider {
        height: 130px;
        border-radius: 25px
    }

    .platform-item {
        flex-basis: 50%;
        margin-top: 20px;
        height: 90px;
        padding: 15px 25px
    }

    .about-images {
        transform: scale(.78);
        transform-origin: left top;
        width: 128%;
        margin-bottom: -110px
    }

    .experience {
        left: 150px
    }

    .about-copy h2,.section-heading h2,.expertise-copy h2,.faq-copy h2 {
        font-size: 29px
    }

    .stats-wrap {
        height: 610px
    }

    .stats-card {
        grid-template-columns: 1fr 1fr;
        height: 600px
    }

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

    .service-grid article {
        width: 100%
    }

    .book-track {
        display: flex;
        overflow: hidden
    }

    .book-track img {
        min-width: 100%
    }

    .cta-copy h2 {
        font-size: 35px;
    }

    .button-row {
        flex-wrap: wrap
    }

    .benefit-panel {
        padding: 25px
    }

    .benefit strong {
        font-size: 17px
    }

    .benefit small {
        font-size: 12px
    }

    .feature-ticker {
        font-size: 22px
    }

    .reviews-inner {
        max-width: calc(100% - 30px)
    }

    .review-panel {
        height: auto
    }

    .expertise-art {
        margin-left: 15px;
        transform: scale(.72);
        transform-origin: left top;
        margin-bottom: -180px
    }

    .package-list {
        grid-template-columns: 1fr
    }

    .contact-inner {
        max-width: calc(100% - 25px);
        gap: 60px
    }

    .form-grid {
        padding: 20px
    }

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

    .footer-about>img {
        width: 260px
    }

    .copyright {
        font-size: 10px;
        text-align: center
    }
}

@media(prefers-reduced-motion:reduce) {
    *,*:before,*:after {
        animation: none!important;
        transition: none!important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}
