/*
Theme Name: Rent Bike Sri Lanka - Katunayake
Theme URI: https://rentbikesrilanka.com/katunayake
Author: Rent Bike Sri Lanka
Author URI: https://rentbikesrilanka.com
Description: Premium scooter and motorbike rental landing page theme for Rent Bike Sri Lanka - Katunayake Branch. SEO optimized for scooter rental, bike rental, and motorcycle rental services across Sri Lanka including Ella, Mirissa, Galle, Kandy, Tangalle, Weligama, Jaffna, Negombo, Nuwara Eliya, Anuradhapura, and Unawatuna.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rentbike-katunayake
Tags: yellow, one-column, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, rental, landing-page
*/

/* ========== RESET & BASE ========== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fffdf5;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: all .25s ease; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.25; color: #1a1a1a; }
h1 { font-size: clamp(2rem, 5vw, 3.75rem); }
h2 { font-size: clamp(1.75rem, 4vw, 2.75rem); }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.5rem); }

/* ========== SVG ICONS ========== */
.icon { display: inline-block; width: 1.25em; height: 1.25em; vertical-align: -0.225em; flex-shrink: 0; }
.icon-sm { width: 16px; height: 16px; }
.icon-md { width: 22px; height: 22px; }
.icon-lg { width: 28px; height: 28px; }
.icon-xl { width: 36px; height: 36px; }
.icon-2xl { width: 56px; height: 56px; }
.icon-hero { width: 180px; height: 180px; }

:root {
  --yellow: #FFD600;
  --yellow-deep: #FFC400;
  --yellow-soft: #FFF5B8;
  --black: #111111;
  --dark: #1a1a1a;
  --gray: #666666;
  --light: #f8f8f8;
  --white: #ffffff;
  --shadow: 0 8px 30px rgba(0,0,0,.08);
  --shadow-lg: 0 20px 60px rgba(255,214,0,.25);
  --radius: 14px;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; }
.section-title { text-align: center; margin-bottom: 50px; }
.section-title h2 { position: relative; display: inline-block; padding-bottom: 16px; }
.section-title h2::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 70px; height: 4px; background: var(--yellow); border-radius: 2px;
}
.section-title p { color: var(--gray); margin-top: 14px; font-size: 1.05rem; }

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 32px; border-radius: 50px; font-weight: 600; font-size: 1rem;
  cursor: pointer; border: none; transition: all .3s ease; white-space: nowrap;
}
.btn .icon { width: 18px; height: 18px; vertical-align: middle; }
.btn-primary {
  background: var(--yellow); color: var(--black);
  box-shadow: 0 8px 20px rgba(255,214,0,.45);
}
.btn-primary:hover { background: var(--yellow-deep); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(255,196,0,.55); }
.btn-outline { background: transparent; color: var(--black); border: 2px solid var(--black); }
.btn-outline:hover { background: var(--black); color: var(--yellow); }
.btn-whatsapp { background: #25D366; color: #fff; }
.btn-whatsapp:hover { background: #1da851; transform: translateY(-3px); }

/* ========== HEADER ========== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: rgba(255,255,255,.96); backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(0,0,0,.05); transition: all .3s ease;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.25rem; }
.logo-icon {
  width: 44px; height: 44px; background: var(--yellow); border-radius: 12px;
  display: grid; place-items: center; color: var(--black);
}
.logo-icon .icon { width: 26px; height: 26px; vertical-align: middle; }
.logo-text span { color: var(--yellow-deep); }
.logo-text small { display: block; font-size: .7rem; color: var(--gray); font-weight: 500; letter-spacing: 1px; }
.nav-menu { display: flex; align-items: center; gap: 30px; }
.nav-menu a { font-weight: 500; color: var(--dark); position: relative; }
.nav-menu a:hover { color: var(--yellow-deep); }
.nav-menu a::after { content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 2px; background: var(--yellow); transition: width .3s; }
.nav-menu a:hover::after { width: 100%; }
.header-cta { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; color: var(--black); }
.menu-toggle .icon { width: 24px; height: 24px; vertical-align: middle; }

/* ========== HERO ========== */
.hero {
  min-height: 100vh; padding: 140px 0 80px;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,214,0,.4) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(255,196,0,.3) 0%, transparent 50%),
    linear-gradient(135deg, #fffef5 0%, #fff9d9 100%);
  position: relative; display: flex; align-items: center; overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); padding: 8px 16px; border-radius: 50px;
  font-size: .9rem; font-weight: 600; box-shadow: var(--shadow); margin-bottom: 20px;
}
.hero-badge .dot { width: 8px; height: 8px; background: #25D366; border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
.hero h1 { margin-bottom: 20px; }
.hero h1 .highlight { background: linear-gradient(120deg, var(--yellow) 0%, var(--yellow) 100%); background-size: 100% 30%; background-repeat: no-repeat; background-position: 0 90%; padding: 0 6px; }
.hero p.lead { font-size: 1.15rem; color: var(--gray); margin-bottom: 30px; max-width: 540px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-stats { display: flex; gap: 30px; flex-wrap: wrap; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat strong { font-size: 1.75rem; color: var(--black); font-weight: 800; }
.hero-stat span { font-size: .85rem; color: var(--gray); }
.hero-visual { position: relative; }
.hero-card {
  background: var(--white); border-radius: 24px; padding: 30px; box-shadow: var(--shadow-lg);
  transform: rotate(-2deg); transition: transform .4s;
}
.hero-card:hover { transform: rotate(0deg) scale(1.02); }
.hero-card-img {
  width: 100%; height: 280px; border-radius: 16px;
  background: linear-gradient(135deg, var(--yellow) 0%, var(--yellow-deep) 100%);
  display: grid; place-items: center; margin-bottom: 20px; color: var(--black);
}
.hero-card-img .icon { width: 160px; height: 160px; vertical-align: middle; }
.hero-card-title { font-weight: 700; font-size: 1.2rem; margin-bottom: 4px; }
.hero-card-meta { color: var(--gray); font-size: .9rem; margin-bottom: 16px; }
.hero-card-price { display: flex; align-items: baseline; justify-content: space-between; padding-top: 16px; border-top: 1px dashed #eee; }
.hero-card-price strong { font-size: 1.5rem; color: var(--yellow-deep); }
.hero-floating {
  position: absolute; background: var(--white); padding: 14px 20px; border-radius: 14px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 10px; font-weight: 600;
  color: var(--black);
}
.hero-floating .icon { width: 22px; height: 22px; color: var(--yellow-deep); }
.hero-float-1 { top: 10%; right: -10px; animation: float 4s ease-in-out infinite; }
.hero-float-2 { bottom: 5%; left: -20px; animation: float 4s ease-in-out infinite 1.5s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

/* ========== TRUST BAR ========== */
.trust-bar { background: var(--black); color: var(--yellow); padding: 22px 0; }
.trust-inner { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 20px; }
.trust-item { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.trust-item .icon { width: 22px; height: 22px; vertical-align: middle; color: var(--yellow); }

/* ========== SERVICES ========== */
.services { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.service-card {
  background: var(--white); border-radius: var(--radius); padding: 36px 26px; text-align: center;
  border: 2px solid #f0f0f0; transition: all .35s ease;
}
.service-card:hover { border-color: var(--yellow); transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.service-icon {
  width: 70px; height: 70px; background: var(--yellow-soft); border-radius: 18px;
  display: grid; place-items: center; margin: 0 auto 20px; transition: all .3s; color: var(--black);
}
.service-icon .icon { width: 36px; height: 36px; vertical-align: middle; }
.service-card:hover .service-icon { background: var(--yellow); transform: rotate(-8deg) scale(1.1); }
.service-card h3 { margin-bottom: 10px; }
.service-card p { color: var(--gray); font-size: .95rem; }

/* ========== FLEET ========== */
.fleet { background: var(--light); }
.fleet-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.bike-card {
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  transition: all .35s ease; border: 1px solid #f0f0f0;
}
.bike-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); }
.bike-img {
  height: 200px; background: linear-gradient(135deg, var(--yellow-soft) 0%, #fff 100%);
  display: grid; place-items: center; position: relative; color: var(--black);
}
.bike-img .icon { width: 110px; height: 110px; vertical-align: middle; }
.bike-tag {
  position: absolute; top: 14px; left: 14px;
  background: var(--yellow); color: var(--black); padding: 5px 12px;
  border-radius: 50px; font-size: .75rem; font-weight: 700; letter-spacing: .5px;
}
.bike-body { padding: 24px; }
.bike-body h3 { margin-bottom: 6px; }
.bike-cat { color: var(--gray); font-size: .85rem; margin-bottom: 16px; }
.bike-features { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.bike-feat { background: var(--yellow-soft); color: var(--dark); padding: 4px 12px; border-radius: 50px; font-size: .75rem; font-weight: 500; }
.bike-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid #f0f0f0; }
.bike-price { display: flex; flex-direction: column; }
.bike-price strong { font-size: 1.4rem; color: var(--yellow-deep); }
.bike-price span { font-size: .75rem; color: var(--gray); }
.bike-btn { background: var(--black); color: var(--yellow); padding: 10px 20px; border-radius: 50px; font-weight: 600; font-size: .9rem; }
.bike-btn:hover { background: var(--yellow); color: var(--black); }

/* ========== LOCATIONS ========== */
.locations { background: var(--white); }
.locations-intro { text-align: center; max-width: 700px; margin: 0 auto 40px; color: var(--gray); }
.locations-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.location-card {
  background: linear-gradient(135deg, var(--yellow-soft) 0%, #fff 100%);
  border-radius: var(--radius); padding: 22px; text-align: center;
  border: 2px solid transparent; transition: all .3s; cursor: pointer;
}
.location-card:hover { border-color: var(--yellow); background: var(--yellow-soft); transform: translateY(-4px); }
.location-card .pin { color: var(--yellow-deep); margin-bottom: 8px; display: flex; justify-content: center; }
.location-card .pin .icon { width: 28px; height: 28px; vertical-align: middle; }
.location-card h4 { font-size: 1.05rem; margin-bottom: 4px; }
.location-card p { font-size: .8rem; color: var(--gray); }

/* ========== PRICING ========== */
.pricing { background: linear-gradient(135deg, #fffef0 0%, #fff9d9 100%); }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; max-width: 1100px; margin: 0 auto; }
.price-card {
  background: var(--white); border-radius: 20px; padding: 36px 30px;
  text-align: center; box-shadow: var(--shadow); position: relative; transition: all .35s;
}
.price-card:hover { transform: translateY(-10px); }
.price-card.featured { background: var(--black); color: var(--white); transform: scale(1.05); }
.price-card.featured h3, .price-card.featured .price-amt { color: var(--yellow); }
.price-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--yellow); color: var(--black); padding: 6px 16px;
  border-radius: 50px; font-size: .75rem; font-weight: 700; letter-spacing: .5px;
}
.price-card h3 { margin-bottom: 10px; }
.price-amt { font-size: 2.75rem; font-weight: 800; color: var(--yellow-deep); margin: 16px 0; }
.price-amt small { font-size: 1rem; color: var(--gray); font-weight: 500; }
.price-card.featured .price-amt small { color: #aaa; }
.price-list { text-align: left; margin: 24px 0; }
.price-list li { padding: 8px 0; display: flex; align-items: center; gap: 10px; font-size: .95rem; }
.price-list li::before { content: '✓'; color: var(--yellow-deep); font-weight: 700; }
.price-card.featured .price-list li::before { color: var(--yellow); }

/* ========== HOW IT WORKS ========== */
.how { background: var(--white); }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; }
.step { text-align: center; position: relative; }
.step-num {
  width: 70px; height: 70px; margin: 0 auto 20px; background: var(--yellow);
  border-radius: 50%; display: grid; place-items: center; font-size: 1.75rem;
  font-weight: 800; color: var(--black); box-shadow: 0 8px 20px rgba(255,214,0,.4);
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--gray); font-size: .95rem; }

/* ========== WHY US ========== */
.whyus { background: var(--light); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-list { display: flex; flex-direction: column; gap: 20px; }
.why-item { display: flex; gap: 16px; padding: 20px; background: var(--white); border-radius: var(--radius); transition: all .3s; }
.why-item:hover { transform: translateX(6px); box-shadow: var(--shadow); }
.why-icon {
  flex-shrink: 0; width: 50px; height: 50px; background: var(--yellow);
  border-radius: 12px; display: grid; place-items: center; color: var(--black);
}
.why-icon .icon { width: 24px; height: 24px; vertical-align: middle; }
.why-item h4 { margin-bottom: 6px; }
.why-item p { color: var(--gray); font-size: .92rem; }
.why-visual {
  background: linear-gradient(135deg, var(--yellow) 0%, var(--yellow-deep) 100%);
  border-radius: 24px; padding: 50px; color: var(--black); position: relative; overflow: hidden;
}
.why-visual-art { position: absolute; bottom: -30px; right: -20px; opacity: .15; color: var(--black); }
.why-visual-art .icon { width: 220px; height: 220px; vertical-align: middle; }
.why-visual h3 { font-size: 2rem; margin-bottom: 14px; }
.why-visual p { margin-bottom: 24px; }

/* ========== TESTIMONIALS ========== */
.testimonials { background: var(--white); }
.test-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.test-card {
  background: var(--light); border-radius: var(--radius); padding: 28px;
  border-left: 4px solid var(--yellow); transition: all .3s;
}
.test-card:hover { background: var(--yellow-soft); transform: translateY(-4px); }
.test-stars { color: var(--yellow-deep); margin-bottom: 14px; display: flex; gap: 2px; }
.test-stars .icon { width: 18px; height: 18px; vertical-align: middle; }
.test-text { color: var(--dark); margin-bottom: 18px; font-style: italic; }
.test-author { display: flex; align-items: center; gap: 12px; }
.test-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--yellow);
  display: grid; place-items: center; font-weight: 700; color: var(--black);
}
.test-author strong { display: block; }
.test-author small { color: var(--gray); }

/* ========== FAQ ========== */
.faq { background: var(--light); }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--white); border-radius: var(--radius); overflow: hidden; transition: all .3s; }
.faq-item.open { box-shadow: var(--shadow); }
.faq-q {
  padding: 20px 24px; cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; font-weight: 600; gap: 20px;
}
.faq-q::after { content: '+'; font-size: 1.6rem; color: var(--yellow-deep); transition: transform .3s; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .25s; color: var(--gray); padding: 0 24px; }
.faq-item.open .faq-a { max-height: 300px; padding: 0 24px 22px; }

/* ========== CTA BANNER ========== */
.cta-banner {
  background: var(--yellow); padding: 70px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-art { position: absolute; opacity: .12; color: var(--black); pointer-events: none; }
.cta-art .icon { width: 160px; height: 160px; vertical-align: middle; }
.cta-art-left { top: 10%; left: 5%; transform: rotate(-15deg); }
.cta-art-right { bottom: 10%; right: 5%; transform: rotate(15deg); }
.cta-banner h2 { margin-bottom: 14px; }
.cta-banner p { font-size: 1.1rem; margin-bottom: 26px; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.cta-banner .btn-primary { background: var(--black); color: var(--yellow); }
.cta-banner .btn-primary:hover { background: #333; }

/* ========== CONTACT ========== */
.contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-info h2 { margin-bottom: 16px; }
.contact-info p { color: var(--gray); margin-bottom: 30px; }
.contact-item { display: flex; gap: 16px; margin-bottom: 22px; align-items: flex-start; }
.contact-item .icon-wrap {
  flex-shrink: 0; width: 48px; height: 48px; background: var(--yellow-soft);
  border-radius: 12px; display: grid; place-items: center; color: var(--yellow-deep);
}
.contact-item .icon-wrap .icon { width: 22px; height: 22px; vertical-align: middle; }
.contact-item h4 { margin-bottom: 4px; }
.contact-item p { color: var(--gray); margin-bottom: 0; font-size: .95rem; }
.contact-form { background: var(--light); padding: 36px; border-radius: var(--radius); }
.contact-form h3 { margin-bottom: 20px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 6px; color: var(--dark); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 16px; border: 2px solid #e5e5e5; border-radius: 10px;
  font-size: .95rem; font-family: inherit; transition: all .25s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--yellow); box-shadow: 0 0 0 4px rgba(255,214,0,.15);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form button { width: 100%; padding: 14px; margin-top: 6px; }

/* ========== FOOTER ========== */
.site-footer { background: var(--black); color: #ccc; padding: 70px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 40px; }
.footer-col h4 { color: var(--yellow); margin-bottom: 18px; font-size: 1rem; }
.footer-col p, .footer-col li { color: #999; font-size: .9rem; line-height: 2; }
.footer-col a { color: #ccc; }
.footer-col a:hover { color: var(--yellow); }
.footer-logo { color: var(--yellow); font-weight: 800; font-size: 1.4rem; margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.social-links { display: flex; gap: 10px; margin-top: 20px; }
.social-links a {
  width: 38px; height: 38px; background: #222; border-radius: 50%;
  display: grid; place-items: center; color: #ccc;
}
.social-links a .icon { width: 18px; height: 18px; vertical-align: middle; }
.social-links a:hover { background: var(--yellow); color: var(--black); }
.footer-bottom {
  border-top: 1px solid #222; padding-top: 20px; text-align: center;
  color: #777; font-size: .85rem;
}

/* ========== WHATSAPP FLOAT ========== */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 998;
  width: 60px; height: 60px; background: #25D366; color: #fff;
  border-radius: 50%; display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(37,211,102,.5); animation: pulse-wa 2.5s infinite;
}
.whatsapp-float .icon { width: 32px; height: 32px; vertical-align: middle; }
@keyframes pulse-wa { 0%, 100% { box-shadow: 0 8px 24px rgba(37,211,102,.5); } 50% { box-shadow: 0 8px 24px rgba(37,211,102,.9); } }
.whatsapp-float:hover { transform: scale(1.1); }

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
  .section { padding: 60px 0; }
  .hero-grid, .why-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 110px 0 60px; min-height: auto; }
  .hero-visual { order: -1; }
  .hero-card { transform: rotate(0); max-width: 380px; margin: 0 auto; }
  .hero-card-img { height: 220px; font-size: 6rem; }
  .nav-menu {
    position: fixed; top: 72px; left: 0; right: 0; background: var(--white);
    flex-direction: column; padding: 30px; gap: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    transform: translateY(-150%); transition: transform .35s ease;
  }
  .nav-menu.open { transform: translateY(0); }
  .menu-toggle { display: block; }
  .header-cta .btn { padding: 10px 18px; font-size: .9rem; }
  .header-cta .btn-outline { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .price-card.featured { transform: scale(1); }
  .footer-grid { gap: 30px; }
}
@media (max-width: 500px) {
  .container { padding: 0 16px; }
  .hero-actions .btn { width: 100%; }
  .trust-item { font-size: .85rem; }
  .why-visual { padding: 30px; }
}
