﻿:root { --ink: #0b2a6b; --blue: #2f6fed; --pale: #f1f6fd; --soft: #d7e6ff; --muted: #64748b; --line: #dce8f7; --midnight: #07172f; --deep: #102d71; --mint: #7ce7d3; --pearl: #edf6ff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at top, #f8fbff 0%, #edf4ff 35%, #ebf1fb 100%); font-family: Inter, sans-serif; }
h1, h2, h3, .wordmark { font-family: "Plus Jakarta Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1240px; padding: 0 40px; margin: auto; position: sticky; top: 0; z-index: 10; background: rgba(241, 246, 253, 0.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(129, 156, 206, 0.18); box-shadow: 0 10px 24px rgba(15, 44, 94, 0.04); }
.wordmark { display: flex; gap: 10px; align-items: center; font-weight: 700; font-size: 15px; letter-spacing: -.03em; white-space: nowrap; }.wordmark b { color: var(--blue); }
.logo-mark { width: 27px; height: 27px; border-radius: 9px; display: inline-block; background: linear-gradient(135deg, #5fe0ce, #2f6fed 55%, #634ee8); transform: rotate(-8deg); box-shadow: 0 4px 12px #2f6fed45; }
.main-nav { display: flex; gap: 34px; font-size: 13px; color: #637797; flex-wrap: wrap; justify-content: center; }
.main-nav a, .arrow-link { transition: color .2s ease, transform .2s ease, box-shadow .2s ease; }
.main-nav a:hover, .arrow-link:hover { color: var(--blue); }
.arrow-link { position: relative; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 12px; border: 0; background: transparent; padding: 0; cursor: pointer; }.arrow-link::after { position: absolute; content: ""; bottom: -5px; left: 0; width: calc(100% - 22px); height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }.arrow-link:hover::after { transform: scaleX(1); transform-origin: left; }.header-cta { color: var(--ink); }
.hero-card { max-width: 1240px; margin: 12px auto 0; padding: 45px 8%; color: #fff; text-align: center; border-radius: 32px; background: radial-gradient(circle at 70% 15%, rgba(58, 112, 255, 0.45), transparent 34%), linear-gradient(125deg, #102d71, #060e22 82%); overflow: hidden; box-shadow: 0 28px 60px rgba(7, 23, 47, 0.22); border: 1px solid rgba(176, 198, 255, 0.14); }
.eyebrow, .section-kicker { font-size: 10px; font-weight: 700; letter-spacing: .18em; }.eyebrow { color: #95b6ec; margin: 0; }.eyebrow span { color: #57d9cd; }
.blob-cluster { height: 150px; max-width: 350px; margin: 15px auto -6px; position: relative; }.blob { position: absolute; display: block; filter: drop-shadow(0 18px 18px #0005); animation: drift 5s ease-in-out infinite; }.blob i { position: absolute; width: 20px; height: 11px; border-radius: 50%; background: #fff9; filter: blur(1px); transform: rotate(-20deg); }.blob-one { width: 105px; height: 105px; left: 29px; top: 20px; border-radius: 62% 38% 53% 47% / 43% 58% 42% 57%; background: linear-gradient(145deg, #72e0ce, #2b9fd7 52%, #345be2); transform: rotate(-19deg); }.blob-one i { left: 25px; top: 17px; }.blob-two { width: 112px; height: 92px; right: 30px; top: 10px; border-radius: 44% 56% 63% 37% / 52% 42% 58% 48%; background: linear-gradient(140deg, #54d8c9, #2766e6 63%, #5145d5); transform: rotate(16deg); animation-delay: -1.6s; }.blob-two i { left: 31px; top: 14px; }.blob-star { width: 80px; height: 80px; left: 137px; top: 50px; clip-path: polygon(50% 0, 63% 34%, 100% 22%, 69% 50%, 100% 78%, 62% 66%, 50% 100%, 37% 66%, 0 79%, 31% 50%, 0 21%, 38% 34%); background: linear-gradient(145deg, #75e6d0, #3b70ee); transform: rotate(11deg); animation-delay: -2.5s; }.blob-star i { left: 29px; top: 21px; }
@keyframes drift { 0%, 100% { translate: 0 0; } 50% { translate: 0 -8px; } }
.hero-card h1 { font-size: clamp(40px, 6.2vw, 78px); line-height: 1.05; letter-spacing: -.065em; margin: 0 auto 31px; }.hero-card h1 span, em { font-style: normal; background: linear-gradient(100deg, #75e5d0, #418fe8 52%, #6e6ce8); color: transparent; background-clip: text; }
.hero-cta { display: inline-flex; align-items: center; gap: 14px; border-radius: 999px; padding: 7px 8px 7px 20px; color: white; background: rgba(255,255,255,0.1); font-size: 10px; font-weight: 700; letter-spacing: .08em; box-shadow: 0 18px 28px rgba(25, 53, 127, 0.22); border: 1px solid rgba(150, 183, 255, 0.2); }.hero-arrow { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, #73e2ce, #376cf0); font-size: 16px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.3); }.hero-divider { height: 1px; background: #ffffff1c; margin: 47px 0 38px; }.work-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; text-align: left; align-items: center; }.section-kicker { color: #7fa4e4; margin: 0 0 14px; }.work-intro h2 { max-width: 400px; font-size: clamp(24px, 3vw, 38px); line-height: 1.1; letter-spacing: -.06em; margin: 0 0 16px; }.muted-copy { color: #a6b9da; max-width: 400px; font-size: 13px; line-height: 1.7; }.light-link { color: white; margin-top: 13px; }.preview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.preview-card { height: 184px; overflow: hidden; border-radius: 14px; position: relative; background: #102654; border: 1px solid #ffffff18; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 14px 30px rgba(5,11,22,0.24); }.preview-two { margin-top: 30px; background: #182348; }.glow { position: absolute; width: 100px; height: 100px; background: #42d8c4; filter: blur(24px); opacity: .75; top: -23px; right: -24px; }.preview-two .glow { background: #5e6ced; top: auto; bottom: -35px; left: -25px; }.browser-mock { width: 135px; height: 102px; padding: 16px 12px; position: absolute; top: 42px; left: 29px; background: #f5f8fd; color: #18346b; transform: rotate(-8deg); box-shadow: 0 10px 18px #0005; }.preview-two .browser-mock { transform: rotate(7deg); }.browser-mock b { display: block; font: 700 9px "Plus Jakarta Sans"; margin-bottom: 15px; }.browser-mock span, .browser-mock small { display: block; height: 4px; width: 78%; margin-bottom: 6px; background: #c8d2df; }.browser-mock span:nth-of-type(2) { width: 55%; }.browser-mock small { width: 35%; margin-top: 15px; background: #5c8ce2; }
.trust-strip { max-width: 1060px; margin: auto; padding: 31px 30px; display: flex; justify-content: space-between; gap: 20px; color: #647b9e; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; border-top: 1px solid rgba(118, 154, 203, 0.18); }
.section { max-width: 1100px; margin: auto; padding: 105px 30px 0; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }.section-heading h2 { max-width: 470px; margin: 0; font-size: clamp(30px, 4vw, 50px); line-height: 1.05; letter-spacing: -.065em; }.section-heading .section-kicker { margin-bottom: 5px; }
.feature-grid, .project-grid, .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.feature-card, .project-card, .pricing-card { border: 1px solid #dce8f7; background: rgba(255,255,255,0.78); box-shadow: 0 18px 50px rgba(134,169,213,0.14); border-radius: 18px; transition: transform .22s ease, box-shadow .22s ease; }.feature-card:hover, .project-card:hover, .pricing-card:hover { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(42, 84, 150, 0.16); }
.feature-card { padding: 28px; min-height: 190px; }.icon-block { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; color: white; background: linear-gradient(140deg, #65dfca, #3273ed); font-size: 18px; box-shadow: 0 12px 20px rgba(49,116,225,0.18); }.feature-card h3 { margin: 28px 0 8px; font-size: 17px; letter-spacing: -.04em; }.feature-card p, .project-card p, .process-step p, .plan-copy, .guarantee p, .contact-copy > p { color: #71829b; font-size: 13px; line-height: 1.6; margin: 0; }
.projects-section .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 900px; margin: 0 auto; }
.projects-section { padding-top: 135px; }
.demo-slider { display: grid; grid-template-columns: 42px minmax(0, 1fr) 42px; align-items: center; gap: 18px; margin: 0 auto 10px; max-width: 980px; }
.demo-arrow { width: 42px; height: 42px; border: 1px solid rgba(95, 123, 191, 0.25); border-radius: 50%; background: rgba(255,255,255,0.7); color: var(--ink); font-size: 28px; cursor: pointer; box-shadow: 0 12px 24px rgba(69,96,155,0.08); }
.demo-viewport { overflow: hidden; border-radius: 28px; background: rgba(255,255,255,0.45); border: 1px solid rgba(128, 157, 216, 0.22); box-shadow: 0 18px 52px rgba(14, 32, 72, 0.08); }
.demo-track { display: flex; transition: transform .4s ease; }
.demo-slide { min-width: 100%; padding: 18px; }
.demo-visual { border-radius: 24px; overflow: hidden; background: linear-gradient(145deg, #0f2b57, #183f80); min-height: 410px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12); position: relative; }
.demo-brightline { background: linear-gradient(135deg, #fbe8b4 0%, #f3ae34 30%, #0f2d5a 100%); }
.demo-harbor { background: linear-gradient(135deg, #dff3ff 0%, #7ac3f0 28%, #103a68 100%); }
.demo-northline { background: linear-gradient(135deg, #dfeeff 0%, #7bb8eb 28%, #102d55 100%); }
.demo-visual::before { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,0.04); }
.demo-browser { display: flex; align-items: center; gap: 14px; padding: 12px 18px; background: rgba(255,255,255,0.12); border-bottom: 1px solid rgba(255,255,255,0.12); position: relative; z-index: 1; }
.browser-dots { display: inline-flex; gap: 6px; }
.browser-dots i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.7); display: inline-block; }
.browser-url { font-size: 11px; letter-spacing: .04em; color: rgba(255,255,255,0.8); }
.demo-body { padding: 32px 34px; display: flex; flex-direction: column; gap: 20px; min-height: 100%; position: relative; z-index: 1; }
.demo-nav { display: flex; align-items: center; gap: 18px; font-size: 11px; font-weight: 700; letter-spacing: .06em; color: rgba(255,255,255,0.82); }
.demo-nav strong { margin-right: auto; font-size: 20px; letter-spacing: -.07em; color: white; }
.demo-copy { max-width: 420px; }
.demo-copy h3 { font-size: clamp(28px, 3vw, 44px); line-height: 1.02; letter-spacing: -.06em; margin: 0; color: white; }
.demo-copy p { margin-top: 12px; color: rgba(255,255,255,0.8); font-size: 14px; line-height: 1.6; }
.demo-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.demo-tags span { padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.15); color: white; font-size: 11px; font-weight: 700; }
.demo-brightline .demo-copy h3 { color: #fffaf0; }
.demo-harbor .demo-copy h3 { color: #ebf9ff; }
.demo-northline .demo-copy h3 { color: #edf8ff; }
.demo-brightline .demo-tags span { background: rgba(15,45,90,0.22); }
.demo-harbor .demo-tags span { background: rgba(7,27,52,0.2); }
.demo-northline .demo-tags span { background: rgba(12,31,60,0.22); }
.project-card { display: none; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; position: relative; }.process-grid::before { content: ""; position: absolute; top: 26px; left: 14%; right: 14%; border-top: 1px dashed #a8c3e9; }.process-step { position: relative; }.step-number { display: grid; place-items: center; width: 52px; height: 52px; position: relative; color: white; border-radius: 50%; background: linear-gradient(135deg, #68dfcb, #326fec); font: 700 17px "Plus Jakarta Sans"; box-shadow: 0 8px 15px #3675dc44; }.process-step h3 { font-size: 16px; margin: 25px 0 10px; }.process-step p { max-width: 250px; }
.pricing-section { padding-top: 135px; }.pricing-grid { grid-template-columns: 1fr 1fr; max-width: 780px; margin-left: auto; }.pricing-card { padding: 34px; position: relative; min-height: 390px; }.plan-name { font-size: 10px; letter-spacing: .16em; font-weight: 700; color: #6680a8; }.pricing-card h3 { font-size: 42px; letter-spacing: -.07em; margin: 25px 0 10px; }.pricing-card h3 small { font: 600 12px Inter; color: #7790b1; letter-spacing: 0; }.pricing-card ul { list-style: none; padding: 0; margin: 27px 0; border-top: 1px solid var(--line); }.pricing-card li { font-size: 12px; color: #5d7397; padding: 11px 0; border-bottom: 1px solid var(--line); }.pricing-card li::before { content: "âœ“"; color: #2f9fc5; margin-right: 9px; }.pricing-card .arrow-link { position: absolute; bottom: 31px; }.pricing-featured { color: white; background: linear-gradient(145deg, #102f78, #08162f); border: none; box-shadow: 0 20px 50px rgba(24,62,142,0.35); }.pricing-featured .plan-name, .pricing-featured .plan-copy, .pricing-featured li, .pricing-featured h3 small { color: #a6bade; }.pricing-featured ul { border-color: #ffffff20; }.pricing-featured li { border-color: #ffffff20; }.chosen-badge { position: absolute; right: 27px; top: 27px; padding: 6px 9px; border-radius: 4px; color: #082456; background: #77e2cf; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.guarantee { max-width: 1100px; margin: 140px auto 0; padding: 78px 30px; text-align: center; border-radius: 24px; background: linear-gradient(110deg, #d4e9ff, #e8f6fb 45%, #d9e1ff); box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 24px 44px rgba(119, 157, 209, 0.16); }.guarantee h2 { margin: 0 0 13px; font-size: clamp(34px, 5vw, 58px); letter-spacing: -.07em; }.guarantee p:last-child { max-width: 430px; margin: auto; }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }.faq-list details { border-top: 1px solid #cbdcef; padding: 22px 0; }.faq-list details:last-child { border-bottom: 1px solid #cbdcef; }.faq-list summary { display: flex; justify-content: space-between; cursor: pointer; list-style: none; font: 700 15px "Plus Jakarta Sans"; }.faq-list summary::-webkit-details-marker { display: none; }.plus { font: 400 25px Inter; transition: transform .2s; }.faq-list details[open] .plus { transform: rotate(45deg); }.faq-list details p { max-width: 560px; color: #71829b; font-size: 13px; line-height: 1.6; margin: 13px 25px 0 0; }
.contact-card { margin-top: 135px; margin-bottom: 105px; padding: 58px 65px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; border: 1px solid #d8e6f7; border-radius: 24px; background: rgba(255,255,255,0.76); box-shadow: 0 20px 60px rgba(125,162,213,0.18); }.contact-copy h2 { font-size: clamp(30px, 4vw, 47px); line-height: 1.06; letter-spacing: -.065em; margin: 0 0 17px; }.contact-copy > p { max-width: 330px; }.contact-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 22px; }.contact-card label { color: #6b82a5; font-size: 11px; font-weight: 700; }.contact-card input, .contact-card textarea { display: block; width: 100%; padding: 10px 0; margin-top: 5px; border: none; border-bottom: 1px solid #b7cce7; outline: none; color: var(--ink); background: transparent; font: 13px Inter; resize: vertical; }.contact-card input:focus, .contact-card textarea:focus { border-color: var(--blue); }
.contact-card label:nth-child(3), .contact-card label:nth-child(4) { grid-column: 1 / -1; }
.form-submit { border: 0; background: transparent; padding: 0; cursor: pointer; justify-self: start; color: var(--blue); }
.form-success { grid-column: 1 / -1; margin: 0; color: #248c7b; font-size: 12px; min-height: 15px; }
footer { max-width: 1100px; padding: 25px 30px 35px; margin: auto; display: flex; justify-content: space-between; color: #7d91af; font-size: 11px; border-top: 1px solid #d6e3f3; }
.gallery-image { --mock-accent: #46c2b6; --mock-deep: #124b86; --mock-soft: #d7f2ed; height: 270px; padding: 0; background: var(--mock-soft); }.gallery-image[data-theme="brightline"] { --mock-accent: #d79b25; --mock-deep: #6c4a0d; --mock-soft: #fff0bd; }.gallery-image[data-theme="northline"] { --mock-accent: #68aef0; --mock-deep: #163c7a; --mock-soft: #dfeeff; }.browser-top { height: 27px; display: flex; align-items: center; gap: 5px; padding: 0 11px; color: #61718a; background: #f7f9fc; border-bottom: 1px solid #dbe4ed; font-size: 8px; }.browser-top i { width: 6px; height: 6px; border-radius: 50%; background: #e7a3a0; }.browser-top i:nth-child(2) { background: #e6c875; }.browser-top i:nth-child(3) { background: #83cba8; }.browser-top span { width: 45%; overflow: hidden; margin-left: 9px; padding: 3px 8px; border-radius: 3px; white-space: nowrap; text-overflow: ellipsis; background: #edf1f6; }.mock-site { height: calc(100% - 27px); padding: 16px 7%; background: linear-gradient(145deg, var(--mock-deep), var(--mock-accent)); color: white; }.mock-nav { display: flex; align-items: center; gap: 18px; font-size: 7px; }.mock-nav b { margin-right: auto; font: 800 11px "Plus Jakarta Sans"; letter-spacing: -.06em; }.mock-nav span { opacity: .7; }.mock-hero { width: 70%; padding-top: 26px; }.mock-hero strong { display: block; max-width: 210px; font: 800 22px/1.05 "Plus Jakarta Sans"; letter-spacing: -.07em; }.mock-hero b, .mock-hero p { display: block; height: 5px; width: 62%; margin: 10px 0 0; border-radius: 3px; background: #ffffffb8; }.mock-hero b { width: 43%; margin-top: 7px; opacity: .55; }.mock-hero p { width: 75%; margin-top: 16px; opacity: .4; }.mock-hero button { width: 60px; height: 17px; margin-top: 15px; border: 0; border-radius: 3px; background: #fff; }.mock-services { display: flex; gap: 12px; margin-top: 24px; padding-top: 13px; border-top: 1px solid #ffffff42; }.mock-services span { display: grid; grid-template-columns: 10px 1fr; align-items: center; gap: 5px; min-width: 55px; font-size: 7px; }.mock-services i { width: 9px; height: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 3px #ffffff2b; }.mock-services b { font-weight: 600; }.gallery-image[data-view="services"] .mock-hero strong { font-size: 19px; }.gallery-image[data-view="services"] .mock-site { background: linear-gradient(145deg, var(--mock-accent), var(--mock-deep)); }.gallery-image[data-view="contact"] .mock-hero { width: 82%; }.gallery-image[data-view="contact"] .mock-hero strong { font-size: 19px; }.gallery-image[data-view="contact"] .mock-hero p { width: 90%; }.gallery-image[data-view="mobile"] { width: 58%; margin: auto; }.gallery-image[data-view="mobile"] .mock-site { padding: 16px 10%; }.gallery-image[data-view="mobile"] .mock-nav { gap: 8px; }.gallery-image[data-view="mobile"] .mock-nav span { display: none; }.gallery-image[data-view="mobile"] .mock-hero { width: 100%; padding-top: 34px; }.gallery-image[data-view="mobile"] .mock-hero strong { font-size: 18px; }.gallery-image[data-view="mobile"] .mock-services { gap: 5px; }.gallery-image[data-view="mobile"] .mock-services span { min-width: 0; font-size: 6px; }
.project-modal { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; padding: 24px; background: #06132cbb; opacity: 0; visibility: hidden; transition: opacity .22s, visibility .22s; }.project-modal.is-open { opacity: 1; visibility: visible; }.modal-card { width: min(760px, 100%); max-height: min(700px, calc(100vh - 48px)); overflow: auto; position: relative; padding: 42px 46px 36px; border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 28px 80px #06132c66; transform: translateY(12px) scale(.98); transition: transform .22s; }.project-modal.is-open .modal-card { transform: translateY(0) scale(1); }.modal-close { position: absolute; top: 16px; right: 18px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--ink); background: transparent; font: 400 25px Inter; cursor: pointer; }.modal-close:hover { color: var(--blue); background: var(--soft); }.modal-card h2 { margin: 0 0 8px; font-size: clamp(26px, 4vw, 40px); letter-spacing: -.06em; }.modal-description { margin: 0; color: #71829b; font-size: 13px; }.gallery { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; gap: 12px; margin-top: 28px; }.gallery-stage { min-width: 0; }.gallery-image { height: 270px; border-radius: 14px; position: relative; overflow: hidden; box-shadow: inset 0 0 0 1px #ffffff33; }.gallery-image::before { content: ""; position: absolute; inset: 0 0 auto; height: 27px; background: #ffffff38; border-bottom: 1px solid #ffffff35; }.gallery-image::after { content: ""; position: absolute; left: 10%; right: 16%; top: 96px; height: 7px; border-radius: 4px; background: #ffffff66; box-shadow: 0 25px 0 #ffffff3d, 0 50px 0 #ffffff2c, 0 75px 0 #ffffff20; }.gallery-arrow { display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; color: white; background: var(--blue); font-size: 18px; cursor: pointer; transition: background .2s, transform .2s; }.gallery-arrow:hover { background: #0b2a6b; transform: scale(1.06); }.gallery-dots { display: flex; justify-content: center; gap: 7px; margin-top: 17px; }.gallery-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #c5d3e6; cursor: pointer; }.gallery-dot.is-active { background: var(--blue); transform: scale(1.25); }
@media (max-width: 720px) { .site-header { height: 70px; padding: 0 20px; }.main-nav { display: none; }.header-cta { font-size: 11px; }.hero-card { margin: 8px 10px 0; padding: 35px 21px; border-radius: 24px; }.blob-cluster { transform: scale(.8); margin-top: 0; }.hero-card h1 { font-size: 40px; }.work-intro, .faq-section, .contact-card { grid-template-columns: 1fr; }.work-intro { gap: 40px; }.preview-grid { max-width: 380px; }.trust-strip { display: grid; grid-template-columns: 1fr 1fr; padding: 27px 22px; line-height: 1.5; }.section { padding: 78px 22px 0; }.section-heading { display: block; }.section-heading h2 { margin-top: 13px; }.feature-grid, .project-grid, .process-grid, .pricing-grid { grid-template-columns: 1fr; }.feature-card { min-height: auto; }.projects-section, .pricing-section { padding-top: 90px; }.project-thumb { height: 190px; }.process-grid { gap: 42px; }.process-grid::before { top: 15px; bottom: 15px; left: 25px; right: auto; border-top: 0; border-left: 1px dashed #a8c3e9; }.process-step { padding-left: 80px; }.step-number { position: absolute; left: 0; top: 0; }.process-step h3 { margin-top: 0; }.pricing-card { min-height: 410px; }.guarantee { margin: 90px 22px 0; padding: 56px 22px; }.faq-section { gap: 35px; }.contact-card { margin: 90px 22px 75px; padding: 38px 25px; gap: 40px; }.contact-card form { grid-template-columns: 1fr; }.contact-card label:nth-child(3), .contact-card label:nth-child(4) { grid-column: auto; }.form-submit, .form-success { grid-column: auto; } footer { margin: 0 22px; display: block; text-align: center; line-height: 2; } }
.projects-section .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 900px; margin: 0 auto; }
@media (max-width: 720px) { .projects-section .project-grid { grid-template-columns: 1fr; } }
