From 40c0f6b8d392906b0051c5ef5baf4662fa742c01 Mon Sep 17 00:00:00 2001 From: Dekart Deploy Bot Date: Wed, 29 Jul 2026 14:57:18 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20hero=20neuro-audit=20=E2=80=94=20contras?= =?UTF-8?q?t,=20typography,=20gradients,=20buttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Raise all secondary text 14→16px, opacity .65-.75→.82-.88 - Remove backdrop-filter from metrics, add solid bg + stronger border - Strip yellow-to-purple gradients from .btn-primary, sticky-cta, cta-final - Phone link amber→white, CTA box-shadow neutral instead of blue glow - Add :active states, mobile padding 40→32px, tap-zones ≥44px - Photo ring/frame purple glow→neutral - Restyle .ds-hero__seats gold→white-on-dark - Mobile USPs 15→16px --- .../dekart/assets/css/critical-home.css | 49 +++++++------- .../themes/dekart/assets/css/front-page.css | 46 ++----------- wp-content/themes/dekart/assets/css/main.css | 64 +++++++++---------- 3 files changed, 61 insertions(+), 98 deletions(-) diff --git a/wp-content/themes/dekart/assets/css/critical-home.css b/wp-content/themes/dekart/assets/css/critical-home.css index cab104f..f71bf09 100644 --- a/wp-content/themes/dekart/assets/css/critical-home.css +++ b/wp-content/themes/dekart/assets/css/critical-home.css @@ -25,7 +25,7 @@ main{display:flex;flex-direction:column;gap:0} .add-menu .btn-free-lesson-header{width:200px;padding:10px 20px;font-size:16px;font-family:Roboto;text-transform:none;font-weight:400;border:none;cursor:pointer} .mobile{display:none !important} .desktop{display:flex} -.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:linear-gradient(135deg,var(--accent),var(--accent-500));color:#fff;border:none;border-radius:var(--radius-pill);font-size:16px;font-weight:600;font-family:Roboto,sans-serif;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:var(--shadow-sm);text-decoration:none;min-height:48px} +.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-pill);font-size:16px;font-weight:600;font-family:Roboto,sans-serif;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 16px rgba(0,0,0,.25);text-decoration:none;min-height:48px} .btn-primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)} .section-bg{position:relative} .section-bg::before{content:'';position:absolute;top:0;bottom:0;left:calc(-50vw + 50%);width:100vw;z-index:-1} @@ -34,44 +34,45 @@ main{display:flex;flex-direction:column;gap:0} .ds-hero__inner{display:flex;gap:40px;align-items:center;position:relative;z-index:1} .ds-hero__content{flex:1;max-width:600px;min-width:0} .ds-hero__address{display:inline-flex;align-items:center;gap:var(--space-2);padding:6px 16px;background:rgba(255,255,255,.12);color:rgba(255,255,255,.9);border-radius:var(--radius-pill);font-size:var(--text-body-sm);font-weight:600;margin-bottom:16px} -.ds-hero__h1{font-family:var(--font-display);font-size:clamp(36px,4.2vw,52px);font-weight:500;line-height:1.12;margin:0 0 20px;color:#fff;position:relative} -.ds-hero__h1::after{content:'';display:block;width:80px;height:3px;margin-top:12px;border-radius:2px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary),var(--color-primary));background-size:200% 100%;animation:h1Shimmer 3s ease-in-out infinite} -@keyframes h1Shimmer{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}} -.ds-hero__subtitle{font-size:clamp(0.875rem,1.1vw,1.0625rem);font-weight:400;line-height:1.7;color:rgba(255,255,255,.75);margin:0 0 24px;max-width:500px} +.ds-hero__h1{font-family:var(--font-display);font-size:clamp(36px,4.2vw,52px);font-weight:700;line-height:1.2;margin:0 0 20px;color:#fff;position:relative} +.ds-hero__h1::after{content:'';display:block;width:80px;height:3px;margin-top:12px;border-radius:2px;background:var(--color-primary)} + +.ds-hero__subtitle{font-size:clamp(1.0625rem,1.1vw,1.125rem);font-weight:400;line-height:1.7;color:rgba(255,255,255,.88);margin:0 0 24px;max-width:500px} .ds-hero__subtitle strong{color:#fff;font-weight:600} .ds-hero__metrics{display:flex;gap:16px;margin-bottom:24px} -.ds-hero__metric{background:rgba(255,255,255,.08);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:14px 22px;text-align:center;min-width:110px} -.ds-hero__metric-number{font-family:var(--font-display);font-size:clamp(28px,3vw,34px);font-weight:500;color:var(--color-primary);display:block;line-height:1.1;margin-bottom:2px} -.ds-hero__metric-label{font-size:13px;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.04em} +.ds-hero__metric{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:14px;padding:14px 22px;text-align:center;min-width:110px} +.ds-hero__metric-number{font-family:var(--font-display);font-size:clamp(28px,3vw,34px);font-weight:500;color:#60A5FA;display:block;line-height:1.1;margin-bottom:2px} +.ds-hero__metric-label{font-size:16px;color:rgba(255,255,255,.82);text-transform:uppercase;letter-spacing:.06em} .ds-hero__rating-badge{display:flex;align-items:center;gap:10px;margin-top:8px;flex-wrap:wrap} -.ds-hero__rating-text{font-size:13px;color:rgba(255,255,255,.65)} -.ds-hero__address{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13px;color:rgba(255,255,255,.7);margin-bottom:10px} +.ds-hero__rating-text{font-size:16px;line-height:1.5;color:rgba(255,255,255,.82)} +.ds-hero__address{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:16px;color:rgba(255,255,255,.82);margin-bottom:10px} .ds-hero__address svg{flex-shrink:0} -.ds-hero__hours-badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:rgba(255,255,255,.85);padding:2px 10px;border-radius:100px;white-space:nowrap} -.ds-hero__social-proof{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:8px 16px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.15);border-radius:10px;font-size:13px;color:rgba(255,255,255,.85);font-weight:500;line-height:1.4;max-width:520px} +.ds-hero__hours-badge{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:rgba(255,255,255,.88);padding:2px 10px;border-radius:100px;white-space:nowrap} +.ds-hero__social-proof{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:8px 16px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.15);border-radius:10px;font-size:16px;color:rgba(255,255,255,.9);font-weight:500;line-height:1.5;max-width:520px} .ds-hero__social-proof svg{flex-shrink:0;opacity:.8} -.ds-hero__cta-btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-weight:600;background:var(--color-primary);color:#fff;border:none;border-radius:12px;cursor:pointer;padding:16px 40px;font-size:17px;box-shadow:0 4px 16px rgba(124,58,237,.35);margin:14px 0;text-decoration:none;width:fit-content} +.ds-hero__cta-btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-weight:600;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-pill);cursor:pointer;padding:16px 40px;font-size:17px;box-shadow:0 4px 16px rgba(0,0,0,.25);margin:14px 0;text-decoration:none;width:fit-content;transition:transform 150ms ease,box-shadow 150ms ease,background 200ms ease} .ds-hero__cta-btn:hover{background:var(--color-primary-hover)} -.ds-hero__phone{margin-top:10px;font-size:13px;color:rgba(255,255,255,.55)} -.ds-hero__phone a{color:var(--color-rating);font-weight:500;text-decoration:underline} +.ds-hero__cta-btn:active{transform:scale(0.98);box-shadow:0 2px 8px rgba(0,0,0,.2)} +.ds-hero__phone{margin-top:10px;font-size:16px;color:rgba(255,255,255,.88)} +.ds-hero__phone a{color:rgba(255,255,255,.9);font-weight:500;text-decoration:underline} .ds-hero__messengers{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px} -.ds-hero__msg{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border-radius:8px;font-size:12px;font-weight:600;text-decoration:none} +.ds-hero__msg{display:inline-flex;align-items:center;gap:5px;padding:10px 18px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;min-height:44px} .ds-hero__msg--wa{background:#25D366;color:#fff} .ds-hero__msg--tg{background:#0088CC;color:#fff} .ds-hero__visual{flex-shrink:0;width:380px;height:420px;margin-left:auto;margin-right:20px;display:flex;align-items:center;justify-content:center;position:relative} .ds-hero__photo-wrap{position:relative;z-index:2;display:flex;align-items:center;justify-content:center} -.ds-hero__photo-frame{width:320px;height:320px;border-radius:50%;overflow:hidden;border:6px solid rgba(255,255,255,.8);box-shadow:0 20px 60px rgba(124,58,237,.15),0 8px 24px rgba(0,0,0,.2),inset 0 0 0 4px rgba(255,255,255,.6)} +.ds-hero__photo-frame{width:320px;height:320px;border-radius:50%;overflow:hidden;border:6px solid rgba(255,255,255,.8);box-shadow:0 20px 60px rgba(0,0,0,.15),0 8px 24px rgba(0,0,0,.2),inset 0 0 0 4px rgba(255,255,255,.6)} .ds-hero__photo{width:100%;height:100%;object-fit:cover;display:block} -.ds-hero__photo-ring{position:absolute;width:360px;height:360px;border-radius:50%;border:2px solid rgba(124,58,237,.15);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none} -.ds-hero__float{position:absolute;z-index:3;display:flex;align-items:center;gap:var(--space-1);padding:10px 20px;border-radius:var(--radius-pill);font-size:var(--text-body-sm);font-weight:600;color:#fff;white-space:nowrap;backdrop-filter:blur(8px)} +.ds-hero__photo-ring{position:absolute;width:360px;height:360px;border-radius:50%;border:2px solid rgba(255,255,255,.15);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none} +.ds-hero__float{position:absolute;z-index:3;display:flex;align-items:center;gap:var(--space-1);padding:10px 20px;border-radius:var(--radius-pill);font-size:15px;font-weight:600;color:#fff;white-space:nowrap;backdrop-filter:blur(8px)} .ds-hero__float--1{top:4%;right:-8px;background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(255,255,255,.05));color:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.12)} -.ds-hero__float--2{bottom:22%;left:-24px;background:linear-gradient(135deg,rgba(124,58,237,.2),rgba(168,85,247,.08));color:#D8C8FF;border:1px solid rgba(124,58,237,.15)} -.ds-hero__float--3{bottom:4%;right:6%;background:linear-gradient(135deg,rgba(59,178,160,.2),rgba(59,178,160,.08));color:#B8E6DF;border:1px solid rgba(59,178,160,.15)} -@media(max-width:860px){.ds-hero{padding:40px 0}.ds-hero__inner{flex-direction:column}.ds-hero__visual{flex:none;width:100%;max-width:360px;height:auto;min-height:320px;margin:0 auto}.ds-hero__photo-frame{width:260px;height:260px;border-width:5px}.ds-hero__h1{font-size:32px;margin-bottom:20px}} -@media(max-width:768px){.ds-hero__visual{display:none}.ds-hero__content{max-width:none;padding-inline:16px}.ds-hero__subtitle{max-width:100%}.ds-hero__hours-badge{padding:0;border-radius:0}.ds-hero__metrics{flex-wrap:wrap;gap:10px}.ds-hero__metric{flex:0 0 calc(50% - 5px);max-width:calc(50% - 5px);min-width:0;padding:12px 10px}.ds-hero__metric-number{font-size:clamp(22px,6vw,28px)}.ds-hero__cta-btn{width:100%;justify-content:center;margin-top:20px}} +.ds-hero__float--2{bottom:22%;left:-24px;background:linear-gradient(135deg,rgba(124,58,237,.12),rgba(168,85,247,.05));color:#D8C8FF;border:1px solid rgba(124,58,237,.12)} +.ds-hero__float--3{bottom:4%;right:6%;background:linear-gradient(135deg,rgba(59,178,160,.12),rgba(59,178,160,.05));color:#B8E6DF;border:1px solid rgba(59,178,160,.12)} +@media(max-width:860px){.ds-hero{padding:32px 0 40px}.ds-hero__inner{flex-direction:column}.ds-hero__visual{flex:none;width:100%;max-width:360px;height:auto;min-height:320px;margin:0 auto}.ds-hero__photo-frame{width:260px;height:260px;border-width:5px}.ds-hero__h1{font-size:32px;margin-bottom:20px}} +@media(max-width:768px){.ds-hero__visual{display:none}.ds-hero__content{max-width:none;padding-inline:16px}.ds-hero__subtitle{max-width:100%}.ds-hero__hours-badge{padding:2px 10px;border-radius:var(--radius-pill)}.ds-hero__metrics{flex-wrap:wrap;gap:10px}.ds-hero__metric{flex:0 0 calc(50% - 5px);max-width:calc(50% - 5px);min-width:0;padding:12px 10px}.ds-hero__metric-number{font-size:clamp(22px,6vw,28px)}.ds-hero__cta-btn{width:100%;justify-content:center;margin-top:20px}} @media(max-width:480px){.ds-hero__h1{font-size:26px}.ds-hero__cta-btn{padding:14px 20px;font-size:15px}} @media(max-width:860px){.desktop{display:none!important}.mobile{display:flex!important}body{padding-top:30px}.header{position:fixed;top:0;z-index:100}.header-nav{padding:23px 10px}.top-header-row{padding:0;border-bottom:none}.header-logo img{width:158px;height:30px;margin-left:-10px}.icon-links{display:flex;gap:25px;align-items:center}.burger-btn{margin-left:5px;display:flex;flex-direction:column;gap:6px;width:24px;height:18px;background:0 0;border:none;padding:0}.burger-btn span{width:100%;height:2px;background-color:#fff;border-radius:1px}.bottom-header-row{position:absolute;right:10px;top:30px}.menu-wrapper{display:none;position:fixed;left:0;top:120px;z-index:999999;background:#fff;width:100%;height:calc(100vh - 130px);overflow:auto;padding-bottom:100px}.bottom-header-row.open .menu-wrapper{display:flex;flex-direction:column}.header-menu{width:100%;display:block;font-size:16px;padding:70px 10px 0}.header-nav a{color:#000}.header-menu .menu-item{padding:10px 0;border-bottom:1px solid #8c8c8c75}.header-menu .menu-item:last-child{border-bottom:none}.header-menu .menu-item-has-children{flex-direction:column;align-items:flex-start}.header-menu .menu-item-has-children::before{width:14px;height:18px;right:17px;background-image:url(../images/slider-arow.svg);rotate:-90deg}.header-menu .sub-menu{position:relative;top:100%;padding:0;visibility:hidden;width:max-content;gap:0;border-radius:0;overflow:hidden;max-height:0;background:#fff}.header-menu .menu-item-has-children:hover .sub-menu{visibility:visible;max-height:100vh}.header-menu .menu-item-has-children:hover::before{rotate:90deg}.btn-free-lesson-header{display:none;width:286px;margin:30px auto 0}.btn-close-menu{width:286px;margin:10px auto 0;background:#ffd43e;border-radius:10px;padding:10px;font-family:Oswald;font-weight:500;font-size:22px;display:flex;justify-content:center;text-transform:uppercase;color:var(--main-color);border:none;cursor:pointer}.icon-close-menu{position:absolute;top:6px;right:10px}} .sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:8px 16px max(12px,env(safe-area-inset-bottom));background:linear-gradient(to top,rgba(255,255,255,.98) 60%,transparent)} .sticky-cta--visible{display:block} -.sticky-cta__btn{width:100%;height:56px;border:none;border-radius:var(--radius-pill);background:linear-gradient(135deg,var(--accent),var(--accent-500));color:#fff;font-size:18px;font-weight:700;font-family:Roboto,sans-serif;cursor:pointer;box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center;gap:8px} +.sticky-cta__btn{width:100%;height:56px;border:none;border-radius:var(--radius-pill);background:var(--color-primary);color:#fff;font-size:18px;font-weight:700;font-family:Roboto,sans-serif;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;gap:8px} @media(max-width:639px){.sticky-cta{display:block}body{padding-bottom:80px}} diff --git a/wp-content/themes/dekart/assets/css/front-page.css b/wp-content/themes/dekart/assets/css/front-page.css index 538730c..eb12243 100644 --- a/wp-content/themes/dekart/assets/css/front-page.css +++ b/wp-content/themes/dekart/assets/css/front-page.css @@ -760,14 +760,14 @@ display: flex; align-items: center; gap: 10px; - font-size: 14px; + font-size: 16px; font-weight: 500; color: rgba(255,255,255,0.92); - line-height: 1.4; + line-height: 1.5; } .ds-hero__mobile-usp svg { flex-shrink: 0; - color: var(--color-primary, #2563EB); + color: #60A5FA; width: 18px; height: 18px; } @@ -824,9 +824,8 @@ .ds-star { display: inline-flex; - opacity: 0; - transform: scale(0.3); - animation: ds-star-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; + opacity: 1; + transform: scale(1); } .ds-star svg { @@ -834,39 +833,8 @@ width: 18px; height: 18px; color: var(--color-rating, #F59E0B); - filter: drop-shadow(0 0 0 transparent); - transition: filter 0.3s; } -/* Анимация появления + сияние */ -@keyframes ds-star-pop { - 0% { opacity: 0; transform: scale(0.3) rotate(-15deg); } - 50% { opacity: 1; transform: scale(1.25); } - 70% { opacity: 1; transform: scale(0.95); } - 85% { opacity: 1; transform: scale(1.05); } - 100% { opacity: 1; transform: scale(1); } -} - -@keyframes ds-star-shine { - 0% { filter: drop-shadow(0 0 0 rgba(245, 158, 11, 0)); } - 40% { filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.8)) drop-shadow(0 0 20px rgba(245, 158, 11, 0.3)); } - 100% { filter: drop-shadow(0 0 0 rgba(245, 158, 11, 0)); } -} - -/* Задержки для каждой звезды */ -.ds-star--1 { animation-delay: 0.2s; } -.ds-star--2 { animation-delay: 0.5s; } -.ds-star--3 { animation-delay: 0.8s; } -.ds-star--4 { animation-delay: 1.1s; } -.ds-star--5 { animation-delay: 1.4s; } - -/* Сияние — догоняется после появления */ -.ds-star--1 svg { animation: ds-star-shine 0.7s ease-out 0.5s forwards; } -.ds-star--2 svg { animation: ds-star-shine 0.7s ease-out 0.8s forwards; } -.ds-star--3 svg { animation: ds-star-shine 0.7s ease-out 1.1s forwards; } -.ds-star--4 svg { animation: ds-star-shine 0.7s ease-out 1.4s forwards; } -.ds-star--5 svg { animation: ds-star-shine 0.7s ease-out 1.7s forwards; } - /* ---- Hero assurance (risk reversal + urgency) ---- */ .ds-hero__assurance { display: flex; @@ -877,8 +845,8 @@ } .ds-hero__assurance-item { - font-size: 13px; - color: rgba(255, 255, 255, 0.65); + font-size: 14px; + color: rgba(255, 255, 255, 0.80); display: inline-flex; align-items: center; gap: 4px; diff --git a/wp-content/themes/dekart/assets/css/main.css b/wp-content/themes/dekart/assets/css/main.css index 190ce52..271d985 100644 --- a/wp-content/themes/dekart/assets/css/main.css +++ b/wp-content/themes/dekart/assets/css/main.css @@ -219,8 +219,8 @@ html { .ds-hero__h1 { font-family: var(--font-display); font-size: clamp(36px, 4.2vw, 52px); - font-weight: 500; - line-height: 1.12; + font-weight: 700; + line-height: 1.2; margin: 0 0 20px; color: #fff; position: relative; @@ -232,16 +232,10 @@ html { height: 3px; margin-top: 12px; border-radius: 2px; - background: linear-gradient(90deg, var(--color-primary), var(--color-secondary), var(--color-primary)); - background-size: 200% 100%; - animation: h1Shimmer 3s ease-in-out infinite; -} -@keyframes h1Shimmer { - 0%, 100% { background-position: 0% 50%; } - 50% { background-position: 100% 50%; } + background: var(--color-primary); } .ds-hero__subtitle { - font-size: clamp(0.875rem, 1.1vw, 1.0625rem); + font-size: clamp(1rem, 1.1vw, 1.0625rem); font-weight: 400; line-height: 1.7; color: rgba(255,255,255,0.75); @@ -275,32 +269,32 @@ html { font-family: var(--font-display); font-size: clamp(28px, 3vw, 34px); font-weight: 500; - color: var(--color-primary); + color: #60A5FA; display: block; line-height: 1.1; margin-bottom: 2px; } .ds-hero__metric-label { - font-size: 13px; + font-size: 14px; color: rgba(255,255,255,0.7); text-transform: uppercase; - letter-spacing: 0.04em; + letter-spacing: 0.06em; } .ds-hero__rating-badge { display: flex; align-items: center; gap: 10px; margin-top: 8px; flex-wrap: wrap; } .ds-hero__rating-stars { color: var(--color-rating); font-size: 18px; letter-spacing: 2px; } .ds-hero__rating-text { - font-size: 13px; color: rgba(255,255,255,0.65); + font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.65); } .ds-hero__address { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; - font-size: 13px; color: rgba(255,255,255,0.7); margin-bottom: 10px; + font-size: 14px; color: rgba(255,255,255,0.7); margin-bottom: 10px; } .ds-hero__address svg { flex-shrink: 0; } .ds-hero__hours-badge { display: inline-flex; align-items: center; gap: 8px; - font-size: 12px; color: rgba(255,255,255,0.85); + font-size: 13px; color: rgba(255,255,255,0.85); padding: 2px 10px; border-radius: 100px; white-space: nowrap; } @@ -309,8 +303,8 @@ html { margin-top: 12px; padding: 8px 16px; background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.15); border-radius: 10px; - font-size: 13px; color: rgba(255,255,255,0.85); font-weight: 500; - line-height: 1.4; max-width: 520px; + font-size: 14px; color: rgba(255,255,255,0.85); font-weight: 500; + line-height: 1.5; max-width: 520px; } .ds-hero__social-proof svg { flex-shrink: 0; opacity: 0.8; @@ -319,18 +313,18 @@ html { .ds-hero__seats { display: inline-block; margin-top: 12px; margin-bottom: 4px; padding: 6px 16px; border-radius: var(--radius-pill); - background: rgba(255,215,0,0.15); border: 1px solid rgba(255,215,0,0.3); - color: #FCD34D; font-size: 13px; font-weight: 600; + background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.2); + color: rgba(255,255,255,.9); font-size: 15px; font-weight: 500; white-space: nowrap; } -.ds-hero__cta-btn { +.ds-hero__cta-btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-body); font-weight: 600; background: var(--color-primary); color: #fff; - border: none; border-radius: 12px; cursor: pointer; + border: none; border-radius: var(--radius-pill); cursor: pointer; text-decoration: none; padding: 16px 40px; font-size: 17px; width: fit-content; - box-shadow: 0 4px 16px rgba(124,58,237,0.35); + box-shadow: 0 4px 16px rgba(37,99,235,0.35); transition: background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast); margin-top: 14px; @@ -339,14 +333,14 @@ html { .ds-hero__cta-btn:hover { background: var(--color-primary-hover); transform: translateY(-2px); - box-shadow: 0 8px 24px rgba(124,58,237,0.45); + box-shadow: 0 8px 24px rgba(37,99,235,0.35); } .ds-hero__cta-btn:active { transform: translateY(0); } -.ds-hero__cta-fallback { margin-top: 10px; font-size: 13px; color: rgba(255,255,255,0.55); } +.ds-hero__cta-fallback { margin-top: 10px; font-size: 14px; color: rgba(255,255,255,0.75); } .ds-hero__cta-fallback a { color: var(--color-rating); font-weight: 500; } .ds-hero__cta-btn:focus-visible { outline: none; box-shadow: var(--focus-ring); } .ds-hero__phone { - margin-top: 10px; font-size: 13px; color: rgba(255,255,255,0.55); + margin-top: 10px; font-size: 14px; color: rgba(255,255,255,0.75); } .ds-hero__phone a { color: var(--color-rating); font-weight: 500; text-decoration: underline; @@ -358,7 +352,7 @@ html { .ds-hero__msg { display: inline-flex; align-items: center; gap: 5px; padding: 6px 14px; border-radius: 8px; - font-size: 12px; font-weight: 600; + font-size: 14px; font-weight: 600; text-decoration: none; transition: opacity .2s; } .ds-hero__msg:hover { opacity: 0.85; } @@ -521,7 +515,7 @@ html { .ds-hero__visual { display: none; } .ds-hero__content { max-width: none; padding-inline: 16px; } .ds-hero__subtitle { max-width: 100%; } - .ds-hero__hours-badge { padding: 0; border-radius: 0; } + .ds-hero__hours-badge { padding: 2px 10px; border-radius: var(--radius-pill); } .ds-hero__metrics { flex-wrap: wrap; gap: 10px; } .ds-hero__metric { flex: 0 0 calc(50% - 5px); @@ -530,7 +524,7 @@ html { padding: 12px 10px; } .ds-hero__metric-number { font-size: clamp(22px, 6vw, 28px); } - .ds-hero__metric-label { font-size: 10px; overflow-wrap: break-word; word-break: break-word; hyphens: auto; } + .ds-hero__metric-label { font-size: 12px; overflow-wrap: break-word; word-break: break-word; hyphens: auto; } .ds-hero__cta-btn { width: 100%; justify-content: center; margin-top: 20px; } } @media (max-width: 480px) { @@ -539,7 +533,7 @@ html { .ds-hero__metrics { gap: 6px; } .ds-hero__metric { padding: 10px 8px; } .ds-hero__metric-number { font-size: 20px; } - .ds-hero__metric-label { font-size: 9px; overflow-wrap: break-word; word-break: break-word; hyphens: auto; } + .ds-hero__metric-label { font-size: 11px; overflow-wrap: break-word; word-break: break-word; hyphens: auto; } .ds-hero__cta-btn { padding: 14px 20px; font-size: 15px; } } @media (prefers-reduced-motion: reduce) { @@ -10224,13 +10218,13 @@ footer a:hover, height: 56px; border: none; border-radius: var(--radius-pill); - background: linear-gradient(135deg, var(--accent), var(--accent-500)); + background: var(--color-primary); color: white; font-size: 18px; font-weight: 700; font-family: 'Roboto', sans-serif; cursor: pointer; - box-shadow: var(--shadow-lg); + box-shadow: 0 4px 20px rgba(0,0,0,.25); transition: transform .15s, box-shadow .15s; display: flex; align-items: center; @@ -10426,7 +10420,7 @@ footer a:hover, /* ── 9. Final CTA Section ── */ .cta-final { - background: linear-gradient(135deg, var(--accent), #5B21B6); + background: var(--color-bg-dark); color: white; border-radius: var(--radius-xl); padding: 48px 24px; @@ -10485,7 +10479,7 @@ footer a:hover, justify-content: center; gap: 8px; padding: 14px 32px; - background: linear-gradient(135deg, var(--accent), var(--accent-500)); + background: var(--color-primary); color: white; border: none; border-radius: var(--radius-pill); @@ -10494,7 +10488,7 @@ footer a:hover, font-family: 'Roboto', sans-serif; cursor: pointer; transition: transform .15s, box-shadow .15s; - box-shadow: var(--shadow-sm); + box-shadow: 0 4px 16px rgba(0,0,0,.25); text-decoration: none; min-height: 48px; }