* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-blue: #0073E6;
    --primary-blue-dark: #005BB5;
    --primary-blue-light: #1A8CFF;
    --text-dark: #1A1A1A;
    --text-light: #666666;
    --bg-white: #FFFFFF;
    --bg-light: #F8F9FA;
    --border-color: #E0E0E0;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--bg-white);
    padding-bottom: 60px; /* Space for footer bar */
}

/* Header */
.header {
    background-color: var(--bg-white);
    border-bottom: 1px solid var(--border-color);
    padding: 0.75rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* Logo Icon */
.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-blue);
    text-decoration: none;
    transition: opacity 0.2s;
    flex-shrink: 0;
}

.logo-icon:hover {
    opacity: 0.8;
}

/* Search Container */
.search-container {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    min-width: 200px;
    flex: 0 1 auto;
}

.search-icon {
    color: var(--text-light);
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.search-input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 0.9rem;
    color: var(--text-dark);
    width: 100%;
    font-family: 'Inter', sans-serif;
}

.search-input::placeholder {
    color: var(--text-light);
}

/* Navigation Icons */
.nav-icons {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 1;
    justify-content: center;
    margin: 0 1rem;
}

.nav-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    text-decoration: none;
    color: var(--text-dark);
    position: relative;
    transition: color 0.2s;
    padding: 0.25rem;
}

.nav-icon-item:hover {
    color: var(--primary-blue);
}

.nav-icon-item.active {
    color: var(--primary-blue);
}

.nav-icon-item.active .nav-label {
    color: var(--primary-blue);
}

.nav-icon {
    stroke: currentColor;
    fill: none;
}

/* For icons with fill (like home icon) */
.nav-icon-item.active .nav-icon[fill="currentColor"],
.nav-icon-item.active .nav-icon[fill] {
    fill: var(--primary-blue);
    stroke: none;
}

.nav-label {
    font-size: 0.7rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    transition: color 0.2s;
}

.nav-icon-item:hover .nav-label {
    color: var(--primary-blue);
}

.nav-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: var(--primary-blue);
    color: white;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 0.15rem 0.35rem;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
}

.nav-plus {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: var(--primary-blue);
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    line-height: 1;
}

/* Grid Icon Button */
.grid-icon-btn {
    background-color: #F5F5F5;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text-dark);
    transition: background-color 0.2s;
    flex-shrink: 0;
}

.grid-icon-btn:hover {
    background-color: #E0E0E0;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.btn-black {
    background-color: #000000;
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s;
    font-family: 'Inter', sans-serif;
    border: none;
    cursor: pointer;
}

.btn-black:hover {
    background-color: #333333;
}

/* Main Content */
.main-content {
    height: calc(100vh - 80px);
    position: relative;
    background-image:
        linear-gradient(rgba(0, 40, 85, 0.2), rgba(0, 115, 230, 0.25)),
        url('https://images.unsplash.com/photo-1534438327276-14e5300c3a48?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2rem;
    padding-left: 8%;
    padding-right: 8%;
    gap: 2rem;
    overflow: hidden;
}

/* Left Panel */
.left-panel {
    position: relative;
    overflow: hidden;
}

.image-placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}

.image-cyclists {
    background-image:
        linear-gradient(rgba(0, 40, 85, 0.2), rgba(0, 115, 230, 0.25)),
        url('https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?auto=format&fit=crop&w=1350&q=80');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 115, 230, 0.1), rgba(0, 91, 181, 0.2));
}

/* Center Panel */
.center-panel {
    padding: 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--bg-white);
    width: 100%;
    max-width: 400px;
    height: fit-content;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    overflow: visible;
    position: relative;
    z-index: 10;
    flex-shrink: 0;
    align-self: center;
}

/* Right Side Boxes */
.right-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    width: 100%;
    max-width: 700px;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
    align-self: flex-start;
    height: 100%;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.right-boxes::-webkit-scrollbar {
    width: 8px;
}

.right-boxes::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.right-boxes::-webkit-scrollbar-thumb {
    background: rgba(0, 115, 230, 0.3);
    border-radius: 4px;
}

.right-boxes::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 115, 230, 0.5);
}

.content-box {
    background-color: var(--bg-white);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: visible;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
}

.content-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
}

.box-placeholder {
    width: 100%;
    min-height: 450px;
    background: linear-gradient(135deg, rgba(0, 115, 230, 0.05) 0%, rgba(26, 140, 255, 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(0, 115, 230, 0.2);
    border-radius: 20px;
}

.box-placeholder::before {
    content: '';
    width: 100px;
    height: 100px;
    border: 2px solid rgba(0, 115, 230, 0.3);
    border-radius: 12px;
    background: rgba(0, 115, 230, 0.05);
}

.box-content {
    width: 100%;
    min-height: 500px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: transparent;
    position: relative;
}

.box-btn {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    min-width: 140px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
    visibility: visible !important;
    opacity: 1 !important;
    text-decoration: none;
}

.box-btn-primary {
    background: linear-gradient(135deg, #0073E6 0%, #1A8CFF 100%) !important;
    color: white !important;
    border: 2px solid #005BB5 !important;
}

.box-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 115, 230, 0.4);
    background: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%);
}

.box-btn-secondary {
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%) !important;
    color: white !important;
    border: 2px solid #000000 !important;
}

.box-btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
}

.box-icon {
    width: 28px;
    height: 28px;
    stroke-width: 2.5;
}

.main-heading {
    font-family: 'Manrope', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    color: var(--text-dark);
}

.description {
    font-size: 0.8rem;
    color: var(--text-light);
    margin-bottom: 1rem;
    line-height: 1.5;
}

.login-prompt {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.link-login {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 500;
}

.link-login:hover {
    text-decoration: underline;
}

.signup-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.btn-signup {
    padding: 0.75rem 1.25rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.2s;
    background-color: var(--bg-white);
    color: var(--text-dark);
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
    outline: none;
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(0, 115, 230, 0.1);
}

.btn-google:hover,
.btn-apple:hover {
    background-color: var(--bg-light);
    border-color: var(--primary-blue);
}

.btn-email {
    background-color: var(--primary-blue);
    color: white;
    border-color: var(--primary-blue);
}

.btn-email:hover {
    background-color: var(--primary-blue-dark);
    border-color: var(--primary-blue-dark);
}

.icon {
    flex-shrink: 0;
}

.terms {
    font-size: 0.75rem;
    color: var(--text-light);
    line-height: 1.5;
}

.link {
    color: var(--primary-blue);
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

/* Right Panel */
.right-panel {
    position: relative;
    overflow: hidden;
}

.image-runners {
    background-image:
        linear-gradient(rgba(0, 40, 85, 0.2), rgba(26, 140, 255, 0.25)),
        url('https://images.unsplash.com/photo-1579758629938-03607ccdbaba?auto=format&fit=crop&w=1200&q=80');
    background-position: center;
    background-size: cover;
    position: relative;
}

.device-overlays {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem;
    pointer-events: none;
    z-index: 5;
}

.device-overlays > * {
    pointer-events: auto;
}

.phone-mockup {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 180px;
    height: 320px;
    background: #1a1a1a;
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.phone-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    padding-top: 0.5rem;
}

.phone-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.location-pin {
    font-size: 1.2rem;
}

.location-info {
    flex: 1;
}

.location-name {
    font-family: 'Quicksand', sans-serif;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
}

.location-address {
    font-family: 'Quicksand', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.65rem;
}

.active-with {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: rgba(0, 115, 230, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(0, 115, 230, 0.3);
}

.active-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.active-text {
    font-family: 'Quicksand', sans-serif;
    color: white;
    font-size: 0.7rem;
    flex: 1;
}

.friend-name {
    font-family: 'Quicksand', sans-serif;
    color: var(--primary-blue-light);
    font-weight: 600;
}

.swipe-button {
    background: linear-gradient(135deg, rgba(0, 115, 230, 0.25) 0%, rgba(26, 140, 255, 0.2) 100%);
    border-radius: 16px;
    padding: 0.9rem 0.85rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    border: 2px solid rgba(0, 115, 230, 0.4);
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 115, 230, 0.2);
    order: -1;
    margin-bottom: 0.5rem;
}

.swipe-button:hover {
    background: linear-gradient(135deg, rgba(0, 115, 230, 0.35) 0%, rgba(26, 140, 255, 0.3) 100%);
    border-color: var(--primary-blue);
    box-shadow: 0 6px 20px rgba(0, 115, 230, 0.3);
    transform: translateY(-2px);
}

.swipe-track {
    width: 100%;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0.5rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.swipe-thumb {
    width: 36px;
    height: 36px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0, 115, 230, 0.4);
    transition: all 0.3s;
}

.swipe-button:hover .swipe-thumb {
    transform: translateX(10px);
    box-shadow: 0 4px 12px rgba(0, 115, 230, 0.6);
}

.swipe-text {
    font-family: 'Quicksand', sans-serif;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.7rem;
    text-align: center;
    font-weight: 500;
}

.activity-card {
    font-family: 'Quicksand', sans-serif;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.activity-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.activity-row .location-pin {
    font-size: 1rem;
}

.activity-row .location-info {
    flex: 1;
}

.activity-row .location-name {
    font-family: 'Quicksand', sans-serif;
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
}

.activity-row .location-address {
    font-family: 'Quicksand', sans-serif;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.6rem;
}

.activity-row .active-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.activity-row .active-text {
    font-family: 'Quicksand', sans-serif;
    color: white;
    font-size: 0.65rem;
    flex: 1;
}

.watch-mockup {
    position: absolute;
    bottom: -50px;
    right: 12%;
    width: 140px;
    height: 140px;
    background: #1a1a1a;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.watch-screen {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: white;
    font-size: 0.6rem;
    gap: 0.25rem;
}

.watch-status {
    font-family: 'Quicksand', sans-serif;
    color: var(--primary-blue-light);
    font-weight: 600;
    font-size: 0.55rem;
    text-align: center;
}

.watch-time {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    text-align: center;
}

.watch-label {
    font-family: 'Quicksand', sans-serif;
    font-size: 0.5rem;
    color: #999;
    text-align: center;
    margin-top: 0.15rem;
}

.watch-activity {
    font-family: 'Quicksand', sans-serif;
    font-size: 0.55rem;
    color: #4CAF50;
    text-align: center;
    margin-top: 0.25rem;
    font-weight: 600;
}

.muscle-selector {
    position: absolute;
    bottom: 8%;
    right: 10%;
    display: flex;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.95);
    padding: 0.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.muscle-icon {
    font-size: 1rem;
    padding: 0.35rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
    user-select: none;
}

.muscle-icon:hover {
    opacity: 0.9;
    transform: scale(1.1);
    background-color: rgba(0, 115, 230, 0.1);
}

.muscle-icon.active {
    opacity: 1;
    background-color: rgba(0, 115, 230, 0.15);
    transform: scale(1.15);
    border: 2px solid var(--primary-blue);
}

.path-line {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 120px;
    height: 3px;
    background: var(--primary-blue);
    border-radius: 2px;
    transform: rotate(45deg);
    box-shadow: 0 0 10px rgba(0, 115, 230, 0.5);
}

.path-line::after {
    content: '';
    position: absolute;
    right: -10px;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid var(--primary-blue);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

/* Footer */
.footer {
    background-color: var(--bg-white);
    border-top: 1px solid var(--border-color);
    padding: 3rem 0 2rem;
    margin-top: 4rem;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 4rem;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-blue);
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

.app-store-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.app-store-button,
.google-play-button {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid #E0E0E0;
    background-color: #000000;
    color: #FFFFFF;
    min-width: 160px;
}

.app-store-button {
    background-color: #000000;
    color: #FFFFFF;
}

.google-play-button {
    background-color: #000000;
    color: #FFFFFF;
}

.app-store-button:hover,
.google-play-button:hover {
    background-color: #333333;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.button-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.button-small-text {
    font-size: 0.65rem;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.button-large-text {
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.app-store-icon,
.google-play-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.social-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.social-icon {
    color: var(--text-dark);
    transition: color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon:hover {
    color: var(--primary-blue);
}

/* Footer Bar */
.footer-bar {
    background-color: #2C2C2C;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    gap: 2rem;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 10000;
    box-sizing: border-box;
}

.footer-bar-link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
    transition: color 0.2s;
}

.footer-bar-link:hover {
    color: var(--primary-blue-light);
    text-decoration: underline;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-heading {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.footer-link {
    font-size: 0.9rem;
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-link:hover {
    color: var(--primary-blue);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .three-column-layout {
        grid-template-columns: 1fr 1.2fr 1fr;
    }
    
    .main-heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 968px) {
    .three-column-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }
    
    .left-panel,
    .right-panel {
        min-height: 400px;
    }
    
    .center-panel {
        padding: 3rem 2rem;
    }
    
    .nav {
        display: none;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .header-container {
        padding: 0 1rem;
    }
    
    .main-heading {
        font-size: 2rem;
    }
    
    .center-panel {
        padding: 2rem 1.5rem;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
    }
    
    .phone-mockup,
    .watch-mockup {
        transform: scale(0.7);
    }
}

