 :root{--purple:#35105f;--deep:#21113d;--gold:#b8860b;--cream:#f5efe4;--cream2:#fbf8f2;--text:#2c2440;--line:#e5dccd}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Tahoma,Arial,sans-serif;color:var(--text);background:var(--cream2);line-height:1.8}
.hero-wrap{position:relative;background:var(--cream);overflow:visible}
.hero{width:100%;height:auto;display:block;object-fit:contain;object-position:center}
.hero-actions{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap;padding:20px 24px 22px;background:linear-gradient(180deg,#f0e7d8 0%,#f8f2e8 100%);border-top:1px solid rgba(184,134,11,.20);border-bottom:1px solid var(--line);box-shadow:0 7px 20px rgba(53,16,95,.07)}
.btn{display:inline-block;border:0;border-radius:999px;padding:12px 26px;text-decoration:none;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.18)}
.gold{background:var(--gold);color:#fff}.light{background:#fff;color:var(--purple);border:1px solid rgba(53,16,95,.12)}
.nav{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.97);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;gap:22px;padding:13px;border-bottom:1px solid #eee;flex-wrap:wrap;box-shadow:0 2px 10px rgba(53,16,95,.04)}
.nav a{color:var(--purple);text-decoration:none;font-weight:700}.nav select{padding:8px 12px;border:1px solid #ddd;border-radius:8px;background:#fff}
.section{max-width:1100px;margin:auto;padding:80px 24px}.intro{text-align:center}.intro,.section:not(.dark){background:transparent}
.eyebrow{font-size:12px;letter-spacing:.16em;color:var(--gold);font-weight:800}
.section h1,.section h2{color:var(--purple);margin:8px 0 14px;font-size:clamp(28px,4vw,44px)}.section p{max-width:780px;margin:0 auto}.section-head{text-align:center;margin-bottom:35px}
#products{max-width:none;padding-left:max(24px,calc((100vw - 1100px)/2));padding-right:max(24px,calc((100vw - 1100px)/2));background:var(--cream)}
.catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px;padding:14px 8px 28px;transition:background .2s ease}
.catalog-card{position:relative;border:1px solid #dfd4c4;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(53,16,95,.09);cursor:zoom-in;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease,filter .3s ease;z-index:1}
.catalog-grid.has-hover .catalog-card:not(:hover){opacity:.45;filter:saturate(.65)}
.catalog-card:hover{transform:scale(1.08);box-shadow:0 28px 65px rgba(53,16,95,.28);z-index:10}
.catalog-card:focus-visible{outline:3px solid var(--gold);outline-offset:4px;transform:scale(1.04);z-index:10}
.catalog-card img{width:100%;aspect-ratio:3/4;object-fit:contain;background:#fff;display:block}.catalog-card .caption{padding:15px;font-weight:800;color:var(--purple);background:#fff;text-align:center}
.catalog-hint{text-align:center!important;color:#756b82;font-size:13px;margin-top:4px!important}
.catalog-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:28px;background:rgba(12,6,23,.88);backdrop-filter:blur(6px)}
.catalog-modal.open{display:flex}.modal-content{margin:0;max-width:min(92vw,1000px);max-height:92vh;text-align:center;position:relative}.modal-content img{display:block;max-width:100%;max-height:84vh;width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 18px 70px rgba(0,0,0,.5);background:#fff}.modal-content figcaption{color:#fff;font-weight:700;margin-top:10px}
.modal-close,.modal-prev,.modal-next{position:absolute;border:0;background:rgba(255,255,255,.94);color:var(--purple);width:44px;height:44px;border-radius:50%;font-size:32px;line-height:1;cursor:pointer;z-index:2;box-shadow:0 5px 18px rgba(0,0,0,.18)}
.modal-close{top:18px;right:22px}.modal-request{width:auto;min-width:170px;height:44px;padding:0 18px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.1px}.modal-prev{left:22px;top:50%;transform:translateY(-50%)}.modal-next{right:22px;top:50%;transform:translateY(-50%)}
.modal-close:hover,.modal-prev:hover,.modal-next:hover{background:#fff}.modal-request:hover{transform:translateY(-1px) scale(1.03)}.modal-prev:hover{transform:translateY(-50%) scale(1.06)}.modal-next:hover{transform:translateY(-50%) scale(1.06)}.modal-close:hover{transform:scale(1.06)}
.dark{max-width:none;background:var(--deep);color:#fff;text-align:center}.dark h2{color:#fff}.market-grid{max-width:1000px;margin:28px auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}.market-grid div{padding:18px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(255,255,255,.05)}
form{max-width:850px;margin:30px auto 0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}input,textarea{width:100%;padding:13px 15px;border:1px solid #ddd;border-radius:10px;font:inherit;background:#fff}textarea{margin-top:12px;resize:vertical}
.contact{text-align:center}.contact-card{display:flex;flex-direction:column;gap:5px;margin:25px auto 0;max-width:480px;padding:28px;border-radius:18px;background:var(--cream)}.contact-card a{color:var(--purple)}
footer{background:#160b29;color:#ddd;padding:25px;display:flex;justify-content:center;gap:30px;flex-wrap:wrap;font-size:13px}
html[dir="rtl"] .catalog-hint{text-align:center!important}
@media(max-width:650px){.hero-actions{padding:16px}.nav{gap:10px}.nav a{font-size:13px}.section{padding:55px 16px}#products{padding-left:16px;padding-right:16px}.form-grid{grid-template-columns:1fr}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:5px 2px 20px}.catalog-card:hover{transform:scale(1.035)}.modal-prev{left:8px}.modal-next{right:8px}.modal-close{top:10px;right:10px}.modal-request{min-width:150px;padding:0 13px;font-size:11px}}


/* Responsive/mobile refinement */
.nav-toggle{display:none;position:sticky;top:8px;z-index:30;margin:8px 12px 0 auto;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--purple);font-size:22px;cursor:pointer;box-shadow:0 4px 14px rgba(53,16,95,.08)}
.catalog-grid{align-items:start}
.catalog-card{will-change:transform}
.catalog-card .caption{min-height:58px;display:flex;align-items:center;justify-content:center}
@media(max-width:800px){
  .hero-actions{gap:10px}
  .btn{padding:11px 20px}
  .nav{gap:14px;padding:10px 12px}
  .catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
}
@media(max-width:560px){
  .nav-toggle{display:block}
  .nav{display:none;position:sticky;top:0;flex-direction:column;align-items:stretch;gap:0;padding:8px 14px 14px}
  .nav.open{display:flex}
  .nav a{padding:10px 8px;border-bottom:1px solid #f0ece5;text-align:center}
  .nav select{margin-top:8px;width:100%;padding:10px}
  .hero-actions{padding:13px 12px 15px}
  .hero-actions .btn{flex:1 1 145px;text-align:center}
  .section{padding:44px 14px}
  #products{padding-left:10px;padding-right:10px}
  .section h1,.section h2{font-size:clamp(25px,8vw,34px)}
  .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:4px 0 18px}
  .catalog-card{border-radius:13px}
  .catalog-card .caption{font-size:11px;line-height:1.45;padding:10px 6px;min-height:52px}
  .catalog-card img{aspect-ratio:3/4}
  .catalog-grid.has-hover .catalog-card:not(:hover){opacity:1;filter:none}
  .catalog-card:hover{transform:none;box-shadow:0 10px 30px rgba(53,16,95,.09)}
  .catalog-card:active{transform:scale(.98)}
  .catalog-modal{padding:12px}
  .modal-content{max-width:96vw;max-height:90vh}
  .modal-content img{max-height:78vh;border-radius:7px}
  .modal-close,.modal-prev,.modal-next{width:40px;height:40px;font-size:28px}
  .modal-prev{left:4px}.modal-next{right:4px}.modal-close{top:6px;right:6px}.modal-request{min-width:140px;padding:0 10px;font-size:10px}
  .modal-content figcaption{font-size:12px;margin-top:6px}
  .contact-card{padding:22px 16px}
}
@media(max-width:360px){.catalog-grid{grid-template-columns:1fr}.catalog-card .caption{font-size:12px}}
.request-list-button{position:relative}.badge{display:inline-flex;min-width:22px;height:22px;padding:0 6px;align-items:center;justify-content:center;border-radius:99px;background:var(--purple);color:#fff;font-size:12px;margin-left:4px}.catalog-image-wrap{position:relative}.catalog-add{position:absolute;left:10px;right:10px;bottom:10px;padding:9px 12px;font-size:12px;opacity:.96}.request-drawer{position:fixed;inset:0;background:rgba(12,6,23,.18);z-index:1500;display:none;justify-content:flex-end}.request-drawer.open{display:flex}.request-panel{width:min(520px,94vw);height:100%;background:#fff;padding:34px 26px;overflow:auto;box-shadow:-20px 0 70px rgba(0,0,0,.25);position:relative}.request-panel h2{color:var(--purple);margin:6px 0 20px}.drawer-close{position:absolute;right:18px;top:14px;border:0;background:transparent;font-size:32px;color:var(--purple);cursor:pointer}.request-item{border:1px solid var(--line);border-radius:14px;padding:14px;margin-bottom:12px;background:var(--cream2)}.request-item>div{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.request-item strong{color:var(--purple);line-height:1.5}.remove-item{border:0;background:none;color:#9b3333;cursor:pointer;font-weight:700}.request-item label{display:flex;align-items:center;gap:10px;margin-top:10px;font-size:13px}.request-item input{flex:1;padding:9px 10px}.request-empty{padding:22px;border:1px dashed var(--line);border-radius:12px;text-align:center;color:#756b82}.modal-add{margin-top:10px;padding:8px 16px;font-size:12px}.form-request-summary{max-width:850px;margin:0 auto 16px;padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:var(--cream)}.summary-title{font-weight:800;color:var(--purple);margin-bottom:8px}.form-request-summary div:not(.summary-title){display:flex;justify-content:space-between;gap:15px;padding:5px 0;border-bottom:1px solid rgba(0,0,0,.06)}.form-request-summary div:last-child{border-bottom:0}.form-request-summary span{font-weight:700}.catalog-add:focus-visible,.request-list-button:focus-visible,.remove-item:focus-visible{outline:3px solid var(--gold);outline-offset:2px}@media(max-width:650px){.catalog-add{position:static;width:100%;border-radius:0;padding:9px 5px;font-size:11px}.catalog-image-wrap{display:flex;flex-direction:column}.request-panel{padding:28px 16px}.form-request-summary{font-size:12px}}
/* Final SKU-level Request List */
.catalog-image-wrap{display:flex;flex-direction:column}.catalog-open{width:100%;border-radius:0;padding:10px 12px;font-size:12px}.catalog-card .caption{flex-direction:column;gap:3px}.catalog-card .caption small{font-size:10px;color:#756b82;font-weight:600}
.catalog-modal{padding:22px}.product-modal-shell{width:min(1180px,94vw);height:min(90vh,820px);display:grid;grid-template-columns:minmax(300px,.9fr) minmax(360px,1.1fr);gap:0;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 25px 90px rgba(0,0,0,.45)}.modal-image-pane{background:#f8f4ec;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}.modal-image-pane img{max-width:100%;max-height:76vh;width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 10px 35px rgba(0,0,0,.18);background:#fff}.modal-source-note{font-size:11px;color:#756b82;text-align:center;margin-top:12px;line-height:1.5}.product-picker-pane{padding:28px 26px;overflow:auto;min-width:0}.product-picker-pane h2{color:var(--purple);font-size:25px;margin:0 0 8px}.picker-intro{font-size:13px;color:#756b82;margin:0 0 16px}.product-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid #eee6da}.product-row span{font-size:13px;line-height:1.55;color:var(--text)}.product-add{padding:8px 12px;font-size:11px;white-space:nowrap}.product-add.selected{background:var(--purple)}.product-add.added{transform:none}.modal-prev,.modal-next{z-index:5}.drawer-actions{display:flex;gap:10px;margin-top:18px}.drawer-actions .btn{flex:1;text-align:center}.request-item-page{font-size:11px;color:#756b82;margin-top:3px}.request-item-title{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.request-item-title strong{font-size:13px}.request-item input{font-size:13px}.quote-list-actions{display:flex;justify-content:center;margin:10px 0 18px}.quote-clear-list{min-width:180px}@media(max-width:900px){.product-modal-shell{grid-template-columns:1fr;width:min(96vw,760px);height:92vh}.modal-image-pane{padding:14px;min-height:38vh}.modal-image-pane img{max-height:39vh}.product-picker-pane{padding:20px}.modal-prev{left:4px}.modal-next{right:4px}}
@media(max-width:560px){.catalog-open{font-size:10px;padding:9px 5px}.product-modal-shell{width:96vw;height:94vh;border-radius:12px}.modal-image-pane{min-height:31vh;padding:10px}.modal-image-pane img{max-height:30vh}.product-picker-pane{padding:16px 12px}.product-picker-pane h2{font-size:20px}.product-row{grid-template-columns:1fr;gap:7px}.product-add{width:100%;padding:9px}.modal-source-note{font-size:9px}.drawer-actions{flex-direction:column}.request-panel{width:96vw}.request-item-title strong{font-size:12px}}

/* Final product-card cleanup: keep the existing site structure and Request List logic intact. */
#products{background:linear-gradient(180deg,#f7f0e5 0%,#fbf8f2 100%)}
#products .section-head{margin-bottom:26px}
#products .section-head p{color:#6f6677;font-size:14px}
.catalog-grid{gap:24px;padding-top:8px}
.catalog-card{border:1px solid rgba(53,16,95,.10);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(53,16,95,.08);overflow:hidden}
.catalog-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(53,16,95,.16)}
.catalog-card img{background:#fff;padding:6px}
.catalog-image-wrap{overflow:hidden}
.catalog-open{left:12px;right:12px;bottom:12px;width:calc(100% - 24px);border-radius:10px;padding:9px 12px;background:var(--purple);box-shadow:0 7px 18px rgba(53,16,95,.22);opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}
.catalog-card:hover .catalog-open,.catalog-card:focus-within .catalog-open{opacity:1;transform:translateY(0)}
.catalog-card .caption{min-height:54px;padding:11px 14px 13px;font-size:14px;line-height:1.45;color:var(--purple);font-weight:800;background:#fff;border-top:1px solid #f0e9df}
.catalog-card .caption span{display:block;width:100%;white-space:normal;overflow-wrap:anywhere;word-break:normal;line-height:1.55;text-align:center}
.catalog-card .caption{height:auto;min-height:54px;overflow:visible}
.product-row span{min-width:0;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:normal;line-height:1.65}
.product-picker-pane{overflow-x:hidden}
.product-picker-pane h2,.picker-intro{overflow-wrap:anywhere;word-break:normal}
@media(max-width:650px){
  .catalog-grid{gap:14px}
  .catalog-card{border-radius:12px}
  .catalog-card img{padding:4px}
  .catalog-open{position:static;width:100%;opacity:1;transform:none;border-radius:0;box-shadow:none;padding:9px 7px;font-size:11px}
  .catalog-card .caption{min-height:44px;padding:8px 7px;font-size:11px}
}

/* Keep catalog cards equal-height within each grid row. */
.catalog-grid{align-items:stretch}
.catalog-card{height:100%;display:flex;flex-direction:column}
.catalog-card .catalog-image-wrap{flex:0 0 auto}
.catalog-card .caption{flex:1;display:flex;flex-direction:column;align-items:center;gap:10px}
.catalog-card .caption span{flex:1;display:flex;align-items:center;justify-content:center}

/* Requested final adjustment: bottom-centered catalog request button */
.catalog-card .caption{display:flex;flex-direction:column;align-items:center;gap:10px}
.catalog-card .catalog-open{display:block;width:auto;min-width:210px;margin:0 auto;background:var(--gold);color:#fff;border-radius:999px;padding:10px 18px;font-size:12px;text-align:center}
.catalog-card .catalog-open:hover{background:var(--gold);color:#fff}
@media(max-width:560px){
  .catalog-card .catalog-open{width:100%;min-width:0}
}
/* پیام موفقیت بعد از ارسال فرم + خلاصه لیست درخواست */
.success{background:#e7f6e7;border:1px solid #b7e4b7;color:#1c6b1c;border-radius:10px;padding:12px 16px;margin:16px auto;max-width:1080px}
.summary{background:#fff3cd;border:1px solid #ffe08a;border-radius:10px;padding:10px 14px;margin-bottom:14px;font-size:14px}
.modal-list-actions{display:flex;justify-content:flex-end;margin:8px 0 12px}.modal-list-actions .btn{padding:8px 14px;font-size:12px}@media(max-width:650px){.modal-list-actions{justify-content:center}.modal-list-actions .btn{width:100%}}


/* Premium visual refinement — preserves layout and functionality */
:root{--gold-soft:#d6b45a;--gold-deep:#9a6f05;--shadow-premium:0 14px 38px rgba(33,17,61,.12)}
.btn{position:relative;overflow:hidden;letter-spacing:.01em;border:1px solid transparent;box-shadow:0 5px 16px rgba(33,17,61,.10)}
.btn::after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.22) 48%,transparent 70%);transform:translateX(-120%);transition:transform .55s ease}
.btn:hover::after{transform:translateX(120%)}
.gold{background:linear-gradient(135deg,#c99a27 0%,#a97608 100%);border-color:rgba(255,255,255,.16);box-shadow:0 8px 22px rgba(154,111,5,.24)}
.light{background:rgba(255,255,255,.96);border-color:rgba(53,16,95,.14);box-shadow:0 6px 18px rgba(53,16,95,.08)}
.nav{box-shadow:0 8px 26px rgba(33,17,61,.07);border-bottom-color:rgba(184,134,11,.14)}
.nav a{transition:color .18s ease,transform .18s ease}.nav a:hover{color:var(--gold-deep);transform:translateY(-1px)}
.catalog-card{box-shadow:var(--shadow-premium);border-color:rgba(184,134,11,.16)}
.catalog-card:hover{box-shadow:0 22px 55px rgba(33,17,61,.20)}
.product-modal-shell{border:1px solid rgba(184,134,11,.22);box-shadow:0 30px 100px rgba(12,6,23,.52)}
.product-picker-pane{background:linear-gradient(180deg,#fff 0%,#fcfaf6 100%)}
.product-row{transition:background .18s ease,padding-left .18s ease,padding-right .18s ease;border-bottom-color:#ece4d8}
.product-row:hover{background:rgba(184,134,11,.045);border-radius:10px;padding-left:8px;padding-right:8px}
.product-add{border:1px solid rgba(53,16,95,.12);box-shadow:0 4px 12px rgba(53,16,95,.08)}
.product-add.selected{background:linear-gradient(135deg,#4a1b78,#35105f);box-shadow:0 6px 16px rgba(53,16,95,.22)}
.modal-request{display:inline-flex;align-items:center;justify-content:center;gap:8px;position:absolute;top:18px;right:22px;z-index:8;background:linear-gradient(135deg,#c99a27,#9a6f05);color:#fff;border:1px solid rgba(255,255,255,.22);box-shadow:0 10px 28px rgba(154,111,5,.30);text-decoration:none}
.modal-request::after{content:"→";font-size:16px;line-height:1}
.modal-request:hover{background:linear-gradient(135deg,#d6aa35,#a87909);color:#fff;transform:translateY(-2px)}
@media(max-width:560px){.modal-request{top:8px;right:8px;min-width:155px;height:40px;font-size:11px}.modal-request::after{font-size:14px}}

/* Request List final button layout */
.drawer-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.drawer-actions .btn,.drawer-secondary-actions .btn{width:100%;min-height:46px;text-align:center}
.drawer-secondary-actions{display:flex;justify-content:flex-start;margin-top:10px;width:calc(50% - 5px)}
.drawer-actions .btn{background:linear-gradient(135deg,#c99a27 0%,#a97608 100%);color:#fff;border-color:rgba(255,255,255,.16);box-shadow:0 8px 22px rgba(154,111,5,.24)}
.drawer-actions .btn:hover{background:linear-gradient(135deg,#d6aa35,#a87909);color:#fff}
@media(max-width:560px){.drawer-actions{grid-template-columns:1fr;gap:10px}.drawer-secondary-actions{width:100%;margin-top:10px}.drawer-actions .btn,.drawer-secondary-actions .btn{min-height:44px}}

/* Final requested layout: wider product pages, centered controls, larger final-page action */
#products .catalog-grid{justify-items:center}
#products .catalog-card{width:100%;max-width:340px}
#products .catalog-open{margin-left:auto;margin-right:auto}
.product-modal-shell{width:min(1260px,96vw);grid-template-columns:minmax(360px,1fr) minmax(430px,1.15fr)}
.product-picker-pane{min-width:0}
.product-picker-pane h2,.product-picker-pane .picker-intro{text-align:center}
.product-picker-pane .modal-list-actions{justify-content:center}
.product-row{grid-template-columns:minmax(0,1fr) auto}
.product-row span{white-space:normal;overflow-wrap:anywhere;word-break:normal}
.product-add{justify-self:center}
.modal-request{min-width:220px;min-height:50px;padding:0 26px;font-size:14px}
#quote form>button[type="submit"]{display:block;margin:22px auto 0;min-width:250px;min-height:54px;font-size:15px}
@media(max-width:900px){
  .product-modal-shell{width:96vw;grid-template-columns:1fr}
}
@media(max-width:560px){
  #products .catalog-card{max-width:none}
  .product-modal-shell{width:97vw}
  .product-row{grid-template-columns:1fr;text-align:center}
  .product-add{justify-self:center;width:min(100%,280px)}
  .modal-request{min-width:190px;min-height:46px;font-size:12px}
  #quote form>button[type="submit"]{width:100%;min-width:0}
}

/* Final agreed layout additions */
.saffron-section{background:linear-gradient(180deg,#fffaf1 0%,#fff 100%)}
.use-grid,.why-grid,.how-grid{max-width:1050px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.use-grid>div,.why-grid>div,.how-grid>div{padding:22px 18px;border:1px solid rgba(184,134,11,.16);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(53,16,95,.06);text-align:center}
.use-grid strong,.use-grid span,.why-grid strong,.why-grid span,.how-grid strong,.how-grid span{display:block}
.use-grid span,.why-grid span,.how-grid span{margin-top:8px;color:#6f6677;font-size:13px;line-height:1.7}
.why-section{background:#faf7f2}
.how-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.how-grid b{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:var(--purple);color:#fff;margin-bottom:12px}
.markets-section{position:relative;overflow:hidden}
.markets-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(184,134,11,.18),transparent 45%);pointer-events:none}
.markets-intro{position:relative;z-index:1}
.market-grid{position:relative;z-index:1}
.market-card{min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.market-card span{font-size:27px}
.market-card strong{font-size:17px}
.market-card small{font-size:11px;opacity:.7}
.market-card:hover{transform:translateY(-4px);border-color:rgba(184,134,11,.65);background:rgba(184,134,11,.10)}
.market-card.featured{border-color:rgba(184,134,11,.65);background:linear-gradient(180deg,rgba(184,134,11,.16),rgba(255,255,255,.06))}
#products .catalog-grid{justify-items:center}
#products .catalog-card{width:100%;max-width:340px}
#products .catalog-card .caption{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}
#products .catalog-card .caption span{width:100%;text-align:center}
#products .catalog-card .catalog-open{position:static;display:block;width:auto;min-width:210px;margin:0 auto;border-radius:999px}
@media(max-width:850px){.use-grid,.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.how-grid{grid-template-columns:1fr}}
@media(max-width:560px){#products .catalog-card .catalog-open{width:100%;min-width:0}.use-grid,.why-grid{grid-template-columns:1fr}.market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Text overflow fix: long translated product/page descriptions must wrap inside their containers. */
.catalog-card .caption,.catalog-card .caption span,.product-row span,.picker-intro,.product-picker-pane h2{
  min-width:0;
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
}
@media(max-width:560px){
  .catalog-card .caption span{white-space:normal;line-height:1.6}
  .catalog-card .caption{min-height:0;height:auto}
  .product-row span{font-size:12px;line-height:1.7}
}

/* Workflow CTA and section placement */
.hero-actions{flex-wrap:wrap}
.how-section{background:var(--cream2);}
.how-grid{max-width:1000px;margin:28px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.how-grid>div{padding:24px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(53,16,95,.06);display:flex;flex-direction:column;gap:8px}
.how-grid b{font-size:12px;color:var(--gold);letter-spacing:.08em}
.how-grid strong{color:var(--purple);font-size:17px}
.how-grid span{line-height:1.7;color:var(--text)}
@media(max-width:650px){.hero-actions .btn{flex:1 1 140px}.how-grid{grid-template-columns:1fr}}

/* Clear List: use the same primary button treatment everywhere */
.clear-list-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:210px;
  min-width:210px;
  height:46px;
  min-height:46px;
  border:1px solid rgba(184,134,11,.28);
  border-radius:999px;
  padding:11px 20px;
  background:rgba(184,134,11,.68);
  color:#fff;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(33,17,61,.08);
  transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,background .2s ease;
}
.clear-list-btn:hover:not(:disabled){transform:translateY(-2px);background:rgba(184,134,11,.78);box-shadow:0 7px 18px rgba(0,0,0,.14)}
.clear-list-btn:active:not(:disabled){transform:translateY(0)}
.clear-list-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}
/* Request actions on the final customer-request section */
.quote-action-row{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  flex-wrap:wrap;
  margin:12px 0 10px;
}
.quote-action-row .btn,
.quote-clear-list{
  min-height:44px;
}
.quote-action-row .btn{flex:0 1 auto;}
.quote-list-actions{
  display:flex;
  justify-content:flex-start;
  margin:10px 0 18px;
}
.quote-clear-list{
  width:210px;
  min-width:210px;
}
@media(max-width:560px){
  .quote-action-row{flex-direction:column;align-items:stretch;}
  .quote-action-row .btn{width:100%;}
  .quote-list-actions{justify-content:stretch;}
  .quote-clear-list{width:100%;min-width:0;}
}

.product-row.is-selected{background:rgba(53,16,95,.045);border-radius:10px;padding-left:10px;padding-right:10px;}
.product-add.selected{background:var(--purple);color:#fff;}

/* Request action buttons: Clear List stays at the end with a subtle visual separation. */
.quote-actions-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  align-items:stretch;
}
.quote-actions-row .quote-clear-list{
  margin-left:14px;
}
@media (max-width: 760px){
  .quote-actions-row{
    grid-template-columns:1fr;
  }
  .quote-actions-row .quote-clear-list{
    margin-left:0;
    margin-top:4px;
  }
}

/* FINAL REQUEST BUTTON LAYOUT */
.quote-action-row{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:18px !important;align-items:stretch !important;flex-wrap:nowrap !important;}
.quote-action-row .btn,.quote-action-row .quote-clear-list{width:100% !important;min-width:0 !important;box-sizing:border-box;}
.quote-list-actions{display:contents !important;}
.quote-action-row .quote-clear-list{margin-left:0 !important;}
@media(max-width:560px){.quote-action-row{grid-template-columns:1fr !important;gap:10px !important;}.quote-action-row .btn,.quote-action-row .quote-clear-list{width:100% !important;}}


/* Move View Request List next to Clear List inside product pages. */
.product-picker-pane .modal-list-actions{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;}
.product-picker-pane .modal-list-actions .modal-request{position:static;top:auto;right:auto;z-index:auto;width:auto;min-width:210px;min-height:46px;height:46px;padding:0 20px;box-sizing:border-box;}
.product-picker-pane .modal-list-actions .clear-list-btn{min-width:210px;width:210px;height:46px;}
@media(max-width:560px){
  .product-picker-pane .modal-list-actions{flex-direction:column;align-items:stretch;}
  .product-picker-pane .modal-list-actions .modal-request,.product-picker-pane .modal-list-actions .clear-list-btn{width:100%;min-width:0;}
}
/* Request List: show the catalog page image beside each selected product while entering quantity. */
.request-item-visual{display:flex;gap:14px;align-items:flex-start}
.request-item-image{width:128px;height:166px;object-fit:contain;flex:0 0 128px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:4px}
.request-item-content{min-width:0;flex:1}
@media(max-width:560px){.request-item-image{width:96px;height:124px;flex-basis:96px}.request-item-visual{gap:10px}}

/* Request List: keep the selected catalog page visible as a large, softly blurred backdrop. */
.request-drawer{overflow:hidden;position:fixed;inset:0;background:rgba(12,6,23,.72);z-index:1500;display:none;justify-content:flex-end;backdrop-filter:blur(3px)}
.request-drawer.open{display:flex}
.request-drawer-backdrop{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;overflow:hidden;background:rgba(255,255,255,.02)}
.request-drawer-backdrop::after{content:none}
.request-drawer-backdrop img{width:auto;height:auto;max-width:min(48vw,720px);max-height:86vh;object-fit:contain;filter:none;opacity:1;transform:scale(1.025);border-radius:16px;box-shadow:0 24px 90px rgba(0,0,0,.45)}
.request-panel{z-index:2}
@media(max-width:900px){.request-drawer-backdrop img{max-width:64vw;max-height:72vh;filter:none;opacity:1}}
@media(max-width:560px){.request-drawer-backdrop{justify-content:center}.request-drawer-backdrop img{max-width:78vw;max-height:68vh;filter:none;opacity:1}}

/* Request List page preview: center the selected catalog page in the space beside the drawer. */
.request-drawer-backdrop{
  right:min(520px,94vw);
  width:auto;
  padding:24px 34px;
  box-sizing:border-box;
}
.request-drawer-backdrop img{
  max-width:100%;
  max-height:88vh;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:none;
  opacity:1;
  transform:none;
}
@media(max-width:900px){
  .request-drawer-backdrop{right:min(520px,94vw);padding:16px 20px;}
  .request-drawer-backdrop img{max-width:100%;max-height:78vh;}
}
@media(max-width:560px){
  .request-drawer-backdrop{right:0;width:100%;padding:10px 12px;align-items:flex-start;padding-top:18px;}
  .request-drawer-backdrop img{max-width:72vw;max-height:38vh;}
}

/* Keep Request List action buttons always visible while selected products grow. */
.request-panel{
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
#requestItems{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  padding-right:4px;
  padding-bottom:8px;
}
.drawer-actions,
.drawer-secondary-actions{
  flex-shrink:0;
  background:#fff;
  position:relative;
  z-index:2;
}
.drawer-actions{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(0,0,0,.07);
}
.drawer-secondary-actions{
  padding-top:8px;
}

/* Final adjustment: selected-products area ends automatically above the action buttons. */
.request-panel{
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
#requestItems{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  overflow-x:hidden;
  padding-right:4px;
}
.request-panel .drawer-actions,
.request-panel .drawer-secondary-actions{
  flex:0 0 auto;
  background:#fff;
}
.request-panel .drawer-actions{margin-top:12px;padding-top:10px;}
.request-panel .drawer-secondary-actions{padding-top:8px;}

/* Gold background behind the large catalog page preview. */
.request-drawer{background:#f7f7f4;}
.request-drawer-backdrop{background:#f7f7f4;}

/* Match large catalog preview background to the light snowy/off-white tone shown in the header/site screenshot. */
.request-drawer{background:#fdfbf8;}
.request-drawer-backdrop{background:#fdfbf8;}

/* Refined top navigation: standard site placement + full-page sticky behavior */
.top-navigation{position:sticky;top:0;z-index:1000;width:100%;}
.top-navigation .nav{position:relative;top:auto;z-index:1000;border-top:1px solid rgba(184,134,11,.12);box-shadow:0 4px 18px rgba(53,16,95,.08);}
.top-navigation .nav-whatsapp{color:#168a43;font-weight:800;}
.top-navigation .nav-whatsapp:hover{color:#0d6f35;}
.hero-wrap .hero-actions{border-top:0;}
.header-steps{max-width:none;margin:0;padding:30px 24px 34px;background:linear-gradient(180deg,#faf6ef 0%,#ffffff 100%);border-top:1px solid rgba(184,134,11,.14);border-bottom:1px solid var(--line);}
.header-steps .section-head{margin:0 auto 20px;max-width:760px;text-align:center;}
.header-steps .section-head h2{font-size:clamp(24px,3vw,32px);margin:6px 0 8px;letter-spacing:-.02em;}
.header-steps .section-head .eyebrow{font-size:10px;letter-spacing:.2em;}
.header-steps .how-grid{max-width:980px;margin:0 auto;gap:16px;}
.header-steps .how-grid>div{position:relative;padding:19px 18px 18px;border:1px solid rgba(184,134,11,.16);border-radius:16px;background:rgba(255,255,255,.9);box-shadow:0 8px 24px rgba(53,16,95,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.header-steps .how-grid>div:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(53,16,95,.1);border-color:rgba(184,134,11,.28);}
.header-steps .how-grid b{width:36px;height:36px;font-size:11px;margin-bottom:10px;box-shadow:0 3px 9px rgba(184,134,11,.16);}
.header-steps .how-grid strong{font-size:14px;letter-spacing:.01em;}
.header-steps .how-grid span{font-size:12px;line-height:1.6;color:#625c68;}
@media(max-width:650px){.header-steps{padding:24px 14px 28px}.header-steps .how-grid{grid-template-columns:1fr;max-width:500px}.top-navigation .nav{position:sticky;top:0;}}

/* Three thick, connected rectangular green arrowheads inside each Simple Steps card. */
@media(min-width:651px){
  .header-steps .how-grid>div{padding-right:128px;}
  .step-arrows{
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
    gap:0;
    width:92px;
    height:42px;
    pointer-events:none;
  }
  .step-arrows span{
    display:block;
    flex:0 0 31px;
    width:31px;
    height:42px;
    margin-left:-5px;
    background:#20a04b;
    clip-path:polygon(0 0,68% 0,100% 50%,68% 100%,0 100%,32% 50%);
    filter:drop-shadow(0 3px 4px rgba(32,160,75,.18));
  }
  .step-arrows span:first-child{margin-left:0;}
}
@media (min-width:651px){
  html[dir="rtl"] .header-steps .how-grid>div{padding-right:18px;padding-left:128px;}
  html[dir="rtl"] .step-arrows{right:auto;left:18px;transform:translateY(-50%) rotate(180deg);}
}
@media(max-width:650px){
  .step-arrows{display:none;}
}

/* Saffron Red Gold — premium four-card presentation */
.saffron-use-grid{gap:18px;margin-top:6px}
.saffron-use-grid .use-card{position:relative;min-height:205px;padding:24px 20px 22px;border:1px solid rgba(184,134,11,.20);border-radius:20px;background:linear-gradient(145deg,#fff 0%,#fffaf2 100%);box-shadow:0 10px 28px rgba(53,16,95,.07);overflow:hidden;text-align:left;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease}
.saffron-use-grid .use-card:before{content:"";position:absolute;width:125px;height:125px;border-radius:50%;right:-55px;top:-55px;background:radial-gradient(circle,rgba(184,134,11,.15),rgba(184,134,11,0) 68%);transition:transform .35s ease}
.saffron-use-grid .use-card:hover{transform:translateY(-8px);box-shadow:0 20px 42px rgba(53,16,95,.14);border-color:rgba(184,134,11,.48);background:linear-gradient(145deg,#fff 0%,#fff7e9 100%)}
.saffron-use-grid .use-card:hover:before{transform:scale(1.45)}
.saffron-use-grid .use-number{display:block;margin-bottom:12px;color:var(--gold-deep);font-size:11px;font-weight:800;letter-spacing:.18em}
.saffron-use-grid .use-icon{display:flex;width:48px;height:48px;align-items:center;justify-content:center;margin-bottom:18px;border:1px solid rgba(184,134,11,.32);border-radius:50%;background:#fff;color:var(--gold-deep);font-family:Georgia,serif;font-size:24px;box-shadow:0 5px 15px rgba(184,134,11,.10);transition:transform .3s ease,background .3s ease}
.saffron-use-grid .use-card:hover .use-icon{transform:rotate(8deg) scale(1.08);background:#fffaf0}
.saffron-use-grid .use-card strong{position:relative;font-size:18px;color:var(--purple);line-height:1.35}
.saffron-use-grid .use-card span[data-i18n$="Text"]{position:relative;margin-top:8px;max-width:240px;color:#6f6677;font-size:13px;line-height:1.7}
.saffron-use-grid .use-line{display:block!important;width:38px;height:2px!important;margin-top:17px!important;background:var(--gold-soft);border-radius:2px}
@media(max-width:850px){.saffron-use-grid .use-card{min-height:190px}}
@media(max-width:560px){.saffron-use-grid{gap:12px}.saffron-use-grid .use-card{min-height:0;padding:19px 16px;border-radius:16px}.saffron-use-grid .use-icon{width:42px;height:42px;font-size:21px;margin-bottom:13px}.saffron-use-grid .use-card strong{font-size:16px}.saffron-use-grid .use-card span[data-i18n$="Text"]{font-size:12px}.saffron-use-grid .use-number{margin-bottom:9px}}

/* Saffron cards with editorial imagery */
.saffron-use-grid .use-card{padding:0 0 20px;text-align:center;display:flex;flex-direction:column;align-items:center;min-height:0;overflow:hidden}
.saffron-use-grid .use-photo{width:100%;height:205px;overflow:hidden;position:relative;background:#f5eee3}
.saffron-use-grid .use-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(40,8,70,0) 60%,rgba(40,8,70,.14));pointer-events:none}
.saffron-use-grid .use-photo img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease,filter .55s ease}
.saffron-use-grid .use-card:hover .use-photo img{transform:scale(1.055);filter:saturate(1.04)}
.saffron-use-grid .use-icon{position:relative;z-index:2;width:54px;height:54px;margin-top:-27px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(184,134,11,.38);border-radius:50%;background:#fffdf8;color:var(--gold-deep);box-shadow:0 7px 18px rgba(53,16,95,.13);transition:transform .3s ease,background .3s ease}
.saffron-use-grid .use-icon svg{width:29px;height:29px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.saffron-use-grid .use-card:hover .use-icon{transform:translateY(-3px) scale(1.06);background:#fff8e9}
.saffron-use-grid .use-card strong{padding:0 18px}
.saffron-use-grid .use-card span[data-i18n$="Text"]{padding:0 18px}
.saffron-use-grid .use-line{margin-top:15px!important}
@media(max-width:850px){.saffron-use-grid .use-photo{height:190px}}
@media(max-width:560px){.saffron-use-grid .use-photo{height:180px}.saffron-use-grid .use-icon{width:48px;height:48px;margin-top:-24px}.saffron-use-grid .use-icon svg{width:25px;height:25px}}

/* =========================================================
   PREMIUM VISUAL REFINEMENT — approved visual pass
   Keeps existing content/functionality intact.
   ========================================================= */

/* Company introduction: turn the large empty area into a deliberate brand panel. */
#about.intro{
  position:relative;
  max-width:none;
  overflow:hidden;
  padding:92px 24px 88px;
  text-align:center;
  background:
    radial-gradient(circle at 50% 18%,rgba(184,134,11,.13),transparent 32%),
    linear-gradient(180deg,#fffaf1 0%,#f6eee1 100%);
  border-top:1px solid rgba(184,134,11,.12);
  border-bottom:1px solid rgba(184,134,11,.12);
}
#about.intro:before,
#about.intro:after{
  content:"";
  position:absolute;
  top:50%;
  width:150px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(184,134,11,.55),transparent);
}
#about.intro:before{left:8%;}
#about.intro:after{right:8%;}
#about.intro .eyebrow{display:inline-block;margin-bottom:6px;}
#about.intro h1{
  position:relative;
  margin:6px auto 18px;
  font-size:clamp(34px,5vw,54px);
  letter-spacing:-.02em;
  text-shadow:0 3px 18px rgba(53,16,95,.08);
}
#about.intro p{
  position:relative;
  max-width:820px;
  padding:20px 28px;
  margin:0 auto;
  border:1px solid rgba(184,134,11,.18);
  border-radius:18px;
  background:rgba(255,255,255,.62);
  box-shadow:0 14px 38px rgba(53,16,95,.07);
  font-size:15px;
  line-height:1.9;
}

/* Why Hamyaran: premium cards with subtle individual visual markers. */
#why.why-section{
  max-width:none;
  padding:86px 24px 92px;
  background:linear-gradient(180deg,#fbf8f2 0%,#f5efe4 100%);
}
#why .section-head{margin-bottom:34px;}
#why .why-grid{max-width:1100px;gap:18px;}
#why .why-grid>div{
  position:relative;
  min-height:160px;
  padding:30px 22px 24px;
  border:1px solid rgba(184,134,11,.20);
  border-radius:20px;
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 32px rgba(53,16,95,.08);
  overflow:hidden;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
#why .why-grid>div:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,var(--gold),#d8b35a,var(--gold));
}
#why .why-grid>div:after{
  content:"✦";
  position:absolute;
  top:13px;
  right:16px;
  color:rgba(184,134,11,.38);
  font-size:17px;
}
#why .why-grid>div:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 42px rgba(53,16,95,.13);
  border-color:rgba(184,134,11,.38);
}
#why .why-grid strong{font-size:17px;line-height:1.5;}
#why .why-grid span{max-width:235px;margin:10px auto 0;}

/* Quote: make the business inquiry feel like the main conversion area. */
#quote{
  max-width:none;
  padding:88px 24px 96px;
  text-align:center;
  background:
    radial-gradient(circle at 50% 0%,rgba(184,134,11,.15),transparent 35%),
    linear-gradient(180deg,#f8f1e5 0%,#efe5d5 100%);
  border-top:1px solid rgba(184,134,11,.14);
}
#quote>h2{font-size:clamp(34px,5vw,52px);margin-top:7px;}
#quote>p{max-width:720px;color:#5e556b;margin-bottom:26px;}
#quote form{
  max-width:900px;
  padding:30px;
  border:1px solid rgba(184,134,11,.20);
  border-radius:24px;
  background:rgba(255,255,255,.74);
  box-shadow:0 18px 50px rgba(53,16,95,.10);
}
#quote .form-request-summary{
  background:#fffaf1;
  border-color:rgba(184,134,11,.22);
  text-align:left;
}
#quote input,#quote textarea{
  border-color:#ded4c6;
  background:rgba(255,255,255,.96);
  box-shadow:inset 0 1px 2px rgba(53,16,95,.025);
}
#quote input:focus,#quote textarea:focus{
  outline:2px solid rgba(184,134,11,.18);
  border-color:rgba(184,134,11,.55);
}
#quote .quote-action-row{margin-top:20px;}
#quote .quote-action-row .btn,
#quote .quote-action-row .quote-clear-list{
  min-height:50px;
  font-size:13px;
  font-weight:800;
}

/* Contact: a compact, high-trust closing card rather than a large empty block. */
#contact.contact{
  max-width:none;
  padding:86px 24px 92px;
  background:linear-gradient(180deg,#f7f0e4 0%,#fffaf3 100%);
  border-top:1px solid rgba(184,134,11,.12);
}
#contact .contact-card{
  position:relative;
  max-width:620px;
  margin:30px auto 0;
  padding:34px 30px;
  gap:8px;
  border:1px solid rgba(184,134,11,.28);
  border-radius:24px;
  background:linear-gradient(145deg,#fffdf9,#f4ebdc);
  box-shadow:0 18px 48px rgba(53,16,95,.10);
}
#contact .contact-card:before{
  content:"✦";
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin:0 auto 6px;
  border:1px solid rgba(184,134,11,.38);
  border-radius:50%;
  background:#fff;
  color:var(--gold);
  font-size:20px;
  box-shadow:0 6px 18px rgba(184,134,11,.12);
}
#contact .contact-card strong{font-size:18px;color:var(--purple);}
#contact .contact-card a{
  display:inline-block;
  width:max-content;
  max-width:100%;
  margin:0 auto;
  padding:2px 8px;
  border-radius:8px;
  transition:background .2s ease,color .2s ease;
}
#contact .contact-card a:hover{background:rgba(184,134,11,.10);}

@media(max-width:700px){
  #about.intro:before,#about.intro:after{display:none;}
  #about.intro{padding:68px 18px 70px;}
  #about.intro p{padding:17px 18px;font-size:14px;}
  #why.why-section,#quote,#contact.contact{padding:68px 16px 72px;}
  #quote form{padding:20px 16px;border-radius:18px;}
}
